Home
last modified time | relevance | path

Searched refs:ELF64_ST_BIND (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/head/
H A Dgelf.h91 #define GELF_ST_BIND ELF64_ST_BIND
/titanic_50/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
/titanic_50/usr/src/cmd/sgs/include/
H A D_machelf.h55 #define ELF_ST_BIND ELF64_ST_BIND
/titanic_50/usr/src/lib/libdtrace/common/
H A Ddt_module.c124 (ELF64_ST_BIND(sym->st_info) != STB_LOCAL || sym->st_size)) in dt_module_syminit64()
183 if ((ELF64_ST_BIND(lhs->st_info) == STB_WEAK) != in dt_module_symcomp64()
184 (ELF64_ST_BIND(rhs->st_info) == STB_WEAK)) in dt_module_symcomp64()
185 return (ELF64_ST_BIND(lhs->st_info) == STB_WEAK ? 1 : -1); in dt_module_symcomp64()
226 (ELF64_ST_BIND(sym->st_info) != STB_LOCAL || sym->st_size)) in dt_module_symsort64()
/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gelf.c894 if ((ELF64_ST_BIND(lhs->st_info) == STB_WEAK) != in gelf64_sym_compare()
895 (ELF64_ST_BIND(rhs->st_info) == STB_WEAK)) in gelf64_sym_compare()
896 return (ELF64_ST_BIND(lhs->st_info) == STB_WEAK ? 1 : -1); in gelf64_sym_compare()
1009 (ELF64_ST_BIND(sym->st_info) != STB_LOCAL || sym->st_size)) in gelf64_symtab_sort()
1069 (ELF64_ST_BIND(sym->st_info) != STB_LOCAL || sym->st_size)) in gelf64_symtab_init()
1082 if (ELF64_ST_BIND(sym->st_info) != STB_LOCAL || in gelf64_symtab_init()
/titanic_50/usr/src/cmd/abi/appcert/static_prof/
H A Dstatic_prof.c929 stbind = ELF64_ST_BIND(symtab_entry->st_info); in scan_archive_symbols()
1016 stbind = ELF64_ST_BIND(symtab_entry->st_info); in scan_symbols()
1092 stbind = ELF64_ST_BIND(symtab_entry->st_info); in bind_symbols()
/titanic_50/usr/src/lib/libm/common/m9x/
H A D__fex_sym.c45 #define ELF_ST_BIND ELF64_ST_BIND
/titanic_50/usr/src/cmd/sgs/libelf/common/
H A Dgelf.c542 d->st_info = ELF32_ST_INFO(ELF64_ST_BIND(src->st_info), in gelf_update_sym()