Searched refs:ELF64_ST_BIND (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/head/
H A Dgelf.h91 #define GELF_ST_BIND ELF64_ST_BIND
/illumos-gate/usr/src/cmd/sgs/include/
H A D_machelf.h55 #define ELF_ST_BIND ELF64_ST_BIND
/illumos-gate/usr/src/uts/common/sys/
H A Dmachelf.h69 #define ELF_ST_BIND ELF64_ST_BIND
H A Delf.h541 #define ELF64_ST_BIND(info) ((info) >> 4) macro
/illumos-gate/usr/src/boot/sys/sys/
H A Delf64.h212 #define ELF64_ST_BIND(info) ((info) >> 4) macro
/illumos-gate/usr/src/lib/libm/common/m9x/
H A D__fex_sym.c45 #define ELF_ST_BIND ELF64_ST_BIND
/illumos-gate/usr/src/cmd/abi/appcert/static_prof/
H A Dstatic_prof.c929 stbind = ELF64_ST_BIND(symtab_entry->st_info);
1016 stbind = ELF64_ST_BIND(symtab_entry->st_info);
1092 stbind = ELF64_ST_BIND(symtab_entry->st_info);
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_module.c124 (ELF64_ST_BIND(sym->st_info) != STB_LOCAL || sym->st_size))
183 if ((ELF64_ST_BIND(lhs->st_info) == STB_WEAK) !=
184 (ELF64_ST_BIND(rhs->st_info) == STB_WEAK))
185 return (ELF64_ST_BIND(lhs->st_info) == STB_WEAK ? 1 : -1);
226 (ELF64_ST_BIND(sym->st_info) != STB_LOCAL || sym->st_size))
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gelf.c894 if ((ELF64_ST_BIND(lhs->st_info) == STB_WEAK) !=
895 (ELF64_ST_BIND(rhs->st_info) == STB_WEAK))
896 return (ELF64_ST_BIND(lhs->st_info) == STB_WEAK ? 1 : -1);
1009 (ELF64_ST_BIND(sym->st_info) != STB_LOCAL || sym->st_size))
1069 (ELF64_ST_BIND(sym->st_info) != STB_LOCAL || sym->st_size))
1082 if (ELF64_ST_BIND(sym->st_info) != STB_LOCAL ||
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dgelf.c542 d->st_info = ELF32_ST_INFO(ELF64_ST_BIND(src->st_info),

Completed in 114 milliseconds