Searched refs:GELF_ST_BIND (Results 1 – 14 of 14) sorted by relevance
251 if (GELF_ST_BIND(weak->st_info) != STB_WEAK) in check_for_weak()273 if (GELF_ST_BIND(sym.st_info) == STB_WEAK) in check_for_weak()279 if (GELF_ST_BIND(sym.st_info) == STB_LOCAL && in check_for_weak()375 match.iim_bind = GELF_ST_BIND(sym.st_info); in sort_iidescs()414 smatch.iim_bind = GELF_ST_BIND(ssym.st_info); in sort_iidescs()
968 if (GELF_ST_BIND(sym->st_info) == STB_LOCAL) { in resurrect_objects()1021 if (GELF_ST_BIND(sym->st_info) == STB_LOCAL) { in resurrect_functions()
124 bind1 = GELF_ST_BIND(sym1.st_info); in symvalcmp()125 bind2 = GELF_ST_BIND(sym2.st_info); in symvalcmp()683 if (GELF_ST_BIND(sym.st_info) == STB_LOCAL && in proc_iter_symbyaddr()686 if (GELF_ST_BIND(sym.st_info) == STB_GLOBAL && in proc_iter_symbyaddr()689 if (GELF_ST_BIND(sym.st_info) == STB_WEAK && in proc_iter_symbyaddr()
391 ATF_REQUIRE(GELF_ST_BIND(bar_sym.st_info) == STB_LOCAL); in ATF_TC_BODY()399 ATF_REQUIRE(GELF_ST_BIND(bar_sym.st_info) == STB_GLOBAL); in ATF_TC_BODY()
66 #define GELF_ST_BIND ELF64_ST_BIND macro
111 if (GELF_ST_BIND(st_info) == STB_GLOBAL || in is_global_symbol()112 GELF_ST_BIND(st_info) == STB_GNU_UNIQUE) in is_global_symbol()122 if (GELF_ST_BIND(st_info) == STB_WEAK) in is_weak_symbol()132 if (GELF_ST_BIND(st_info) == STB_LOCAL) in is_local_symbol()
313 if (GELF_ST_BIND(sym.st_info) != STB_GLOBAL && in extract_arsym()314 GELF_ST_BIND(sym.st_info) != STB_WEAK) in extract_arsym()
160 GELF_ST_BIND(symp->st_info) != STB_LOCAL) { in ef_lookup_symbol()218 if (GELF_ST_BIND(sym->st_info) == STB_LOCAL && in ef_symaddr()
143 GELF_ST_BIND(symp->st_info) != STB_LOCAL) { in ef_obj_lookup_symbol()
884 if (GELF_ST_BIND(sym.st_info) != STB_GLOBAL && in create_symtab_entry()885 GELF_ST_BIND(sym.st_info) != STB_WEAK) in create_symtab_entry()
810 if (GELF_ST_BIND(sym.st_info) != STB_GLOBAL && in create_symtab_entry()811 GELF_ST_BIND(sym.st_info) != STB_WEAK) in create_symtab_entry()
1418 if (GELF_ST_BIND(fsym.st_info) == STB_WEAK) { in process_obj()1429 if (GELF_ST_BIND(fsym.st_info) == STB_WEAK) { in process_obj()1585 bind = GELF_ST_BIND(fsym.st_info) == STB_WEAK ? in process_obj()
1554 PRT("%s ", st_bindings_S(GELF_ST_BIND(sym.st_info))); in elf_print_symtab()1567 st_bindings(GELF_ST_BIND(sym.st_info))); in elf_print_symtab()
3280 printf(" %-6s", st_bind(GELF_ST_BIND(sym.st_info))); in dump_symtab()