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

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Di386-elf.h134 #define ELF32_ST_INFO(b,t) (((b)<<4)+((t)&0xf)) macro
/osnet-11/usr/src/grub/grub2/include/grub/
H A Delf.h418 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
423 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type))
2350 #define ELF_ST_INFO(a,b) ELF32_ST_INFO(a,b)

Completed in 72 milliseconds