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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Di386-elf.h134 #define ELF32_ST_INFO(b,t) (((b)<<4)+((t)&0xf)) macro
/illumos-gate/usr/src/boot/sys/sys/
H A Delf32.h209 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h534 * S.st_info = ELF32_ST_INFO(bind, type)
539 #define ELF32_ST_INFO(bind, type) (((bind)<<4)+((type)&0xf)) macro

Completed in 50 milliseconds