Searched defs:ELF32_R_INFO (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Di386-elf.h159 #define ELF32_R_INFO(__s, __t) (((__s)<<8) + (unsigned char) (__t)) macro
/osnet-11/usr/src/grub/grub2/include/grub/
H A Delf.h512 #define ELF32_R_INFO(sym, type) (((sym) << 8) + ((type) & 0xff)) macro
2354 #define ELF_R_INFO(sym, type) ELF32_R_INFO(sym, type)

Completed in 29 milliseconds