Home
last modified time | relevance | path

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

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