Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/
H A Dgelf.h91 #define GELF_ST_INFO ELF64_ST_INFO
/illumos-gate/usr/src/cmd/sgs/include/
H A D_machelf.h57 #define ELF_ST_INFO ELF64_ST_INFO
/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.h711 #define ELF64_ST_INFO(bind, type) (((bind)<<4)+((type)&0xf)) macro
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_lib.c817 sym.st_info = ELF64_ST_INFO(bind, itype); in ctf_symtab_iter()
/illumos-gate/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()