Searched refs:GELF_ST_BIND (Results 1 – 19 of 19) sorted by relevance
416 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()
188 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()
89 #define GELF_ST_BIND ELF64_ST_BIND macro
167 if ((GELF_ST_BIND(sym.st_info) == STB_LOCAL) && in addr_map_sym()
58 dst->st_info = ELF32_ST_INFO(GELF_ST_BIND(src->st_info), in gelf_sym_to_elf32()
213 bind = GELF_ST_BIND(sym.st_info); in print_symtab()
193 GELF_ST_BIND(sym.st_info), GELF_ST_TYPE(sym.st_info)); in ps_pglobal_sym()
153 switch (GELF_ST_BIND(info)) { in nm_bind2str()
1902 uchar_t s_bind = GELF_ST_BIND(sym->st_info); in mdb_tgt_sym_match()
1705 GELF_ST_BIND(sym->st_info) != STB_LOCAL) in mdb_gelf_symtab_lookup_by_file()
419 GELF_ST_BIND(sym.st_info), GELF_ST_TYPE(sym.st_info)); in ps_pglobal_sym()
1405 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()
728 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()
1517 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()
2736 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()
515 if (GELF_ST_BIND(sym.st_info) != STB_LOCAL) in sym_local()
876 buf->bind = GELF_ST_BIND(sym.st_info);
541 bind = (int)GELF_ST_BIND(sym.st_info); in print_symtab()
855 if (GELF_ST_BIND(sym.st_info) == STB_LOCAL) in xkb_read_modsyms()