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

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Di386-elf.h157 #define ELF32_R_SYM(__i) ((__i)>>8) macro
/osnet-11/usr/src/grub/grub2/include/grub/
H A Delf.h510 #define ELF32_R_SYM(val) ((val) >> 8) macro
2352 #define ELF_R_SYM(val) ELF32_R_SYM(val)

Completed in 40 milliseconds