Home
last modified time | relevance | path

Searched refs:GELF_ST_BIND (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dreadelf.c416 if (GELF_ST_BIND(sym->st_info) == STB_GLOBAL) in is_function()
419 if (GELF_ST_BIND(sym->st_info) == STB_WEAK) in is_function()
422 if (!aflag && GELF_ST_BIND(sym->st_info) == STB_LOCAL) in is_function()
436 if (GELF_ST_BIND(sym->st_info) != STB_GLOBAL && in is_function()
437 GELF_ST_BIND(sym->st_info) != STB_WEAK && in is_function()
438 (GELF_ST_BIND(sym->st_info) != STB_LOCAL || aflag)) in is_function()
569 GELF_ST_BIND(gsym.st_info) == STB_LOCAL) { in get_symtab()
/illumos-gate/usr/src/cmd/dis/
H A Ddis_target.c188 if (GELF_ST_BIND(syma->se_sym.st_info) != in sym_compare()
189 GELF_ST_BIND(symb->se_sym.st_info)) { in sym_compare()
190 if (GELF_ST_BIND(syma->se_sym.st_info) == STB_WEAK) in sym_compare()
192 if (GELF_ST_BIND(symb->se_sym.st_info) == STB_WEAK) in sym_compare()
195 if (GELF_ST_BIND(syma->se_sym.st_info) == STB_GLOBAL) in sym_compare()
197 if (GELF_ST_BIND(symb->se_sym.st_info) == STB_GLOBAL) in sym_compare()
/illumos-gate/usr/src/head/
H A Dgelf.h89 #define GELF_ST_BIND ELF64_ST_BIND macro
/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/
H A Dsyms.c167 if ((GELF_ST_BIND(sym.st_info) == STB_LOCAL) && in addr_map_sym()
H A Dps.c58 dst->st_info = ELF32_ST_INFO(GELF_ST_BIND(src->st_info), in gelf_sym_to_elf32()
/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A Ddispsyms.c213 bind = GELF_ST_BIND(sym.st_info); in print_symtab()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_pservice.c193 GELF_ST_BIND(sym.st_info), GELF_ST_TYPE(sym.st_info)); in ps_pglobal_sym()
H A Dmdb_nm.c153 switch (GELF_ST_BIND(info)) { in nm_bind2str()
H A Dmdb_target.c1902 uchar_t s_bind = GELF_ST_BIND(sym->st_info); in mdb_tgt_sym_match()
H A Dmdb_gelf.c1705 GELF_ST_BIND(sym->st_info) != STB_LOCAL) in mdb_gelf_symtab_lookup_by_file()
/illumos-gate/usr/src/lib/libproc/common/
H A DPservice.c419 GELF_ST_BIND(sym.st_info), GELF_ST_TYPE(sym.st_info)); in ps_pglobal_sym()
H A DPsymtab.c1405 if (GELF_ST_BIND(a->st_info) != GELF_ST_BIND(b->st_info)) { in byaddr_cmp_common()
1406 if (GELF_ST_BIND(b->st_info) == STB_LOCAL) in byaddr_cmp_common()
1408 if (GELF_ST_BIND(a->st_info) == STB_LOCAL) in byaddr_cmp_common()
3243 s_bind = GELF_ST_BIND(sym.st_info); in Psymbol_iter_com()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_link.c728 if (GELF_ST_BIND(sym->st_info) == STB_GLOBAL) in dt_symtab_lookup()
1205 if (GELF_ST_BIND(fsym.st_info) != STB_LOCAL) in process_obj()
1379 if (GELF_ST_BIND(fsym.st_info) == STB_LOCAL) { in process_obj()
/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dfile.c1517 if (((GELF_ST_BIND(sym.st_info) == STB_GLOBAL) || in search_sym_tab()
1518 (GELF_ST_BIND(sym.st_info) == STB_WEAK)) && in search_sym_tab()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_dwarf.c2736 bind = GELF_ST_BIND(symp->st_info); in ctf_dwarf_conv_funcvars_cb()
2830 if (GELF_ST_BIND(symp->st_info) == STB_WEAK) { in ctf_dwarf_conv_check_weak()
2853 if (GELF_ST_BIND(symp->st_info) == STB_LOCAL && in ctf_dwarf_conv_check_weak()
2936 if (GELF_ST_BIND(symp->st_info) != STB_WEAK) in ctf_dwarf_conv_weaks_cb()
/illumos-gate/usr/src/cmd/sgs/pvs/common/
H A Dpvs.c515 if (GELF_ST_BIND(sym.st_info) != STB_LOCAL) in sym_local()
/illumos-gate/usr/src/cmd/sgs/nm/common/
H A Dnm.c876 buf->bind = GELF_ST_BIND(sym.st_info);
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Ddump.c541 bind = (int)GELF_ST_BIND(sym.st_info); in print_symtab()
/illumos-gate/usr/src/cmd/mdb/intel/modules/mdb_kb/
H A Dmdb_kb.c855 if (GELF_ST_BIND(sym.st_info) == STB_LOCAL) in xkb_read_modsyms()