Home
last modified time | relevance | path

Searched refs:ELF64_ST_INFO (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/head/
H A Dgelf.h93 #define GELF_ST_INFO ELF64_ST_INFO
/titanic_44/usr/src/cmd/sgs/include/
H A D_machelf.h57 #define ELF_ST_INFO ELF64_ST_INFO
/titanic_44/usr/src/uts/common/sys/
H A Delf.h543 #define ELF64_ST_INFO(bind, type) (((bind)<<4)+((type)&0xf)) macro
/titanic_44/usr/src/cmd/sgs/libelf/common/
H A Dgelf.c497 dst->st_info = ELF64_ST_INFO(ELF32_ST_BIND(s->st_info), in gelf_getsym()