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

/illumos-gate/usr/src/boot/sys/sys/
H A Delf64.h216 #define ELF64_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h543 #define ELF64_ST_INFO(bind, type) (((bind)<<4)+((type)&0xf)) macro

Completed in 47 milliseconds