Home
last modified time | relevance | path

Searched defs:ELF32_R_SYM (Results 1 – 3 of 3) sorted by relevance

/titanic_51/usr/src/grub/grub-0.97/stage2/
H A Di386-elf.h157 #define ELF32_R_SYM(__i) ((__i)>>8) macro
/titanic_51/usr/src/boot/sys/sys/
H A Delf32.h147 #define ELF32_R_SYM(info) ((info) >> 8) macro
/titanic_51/usr/src/uts/common/sys/
H A Delf.h774 #define ELF32_R_SYM(info) ((info)>>8) macro