Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c251 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()
H A Dctf.c968 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()
/freebsd/lib/libproc/
H A Dproc_sym.c124 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()
/freebsd/lib/libproc/tests/
H A Dproc_test.c391 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()
/freebsd/contrib/elftoolchain/libelf/
H A Dgelf.h66 #define GELF_ST_BIND ELF64_ST_BIND macro
/freebsd/contrib/elftoolchain/elfcopy/
H A Dsymbols.c111 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()
H A Darchive.c313 if (GELF_ST_BIND(sym.st_info) != STB_GLOBAL && in extract_arsym()
314 GELF_ST_BIND(sym.st_info) != STB_WEAK) in extract_arsym()
/freebsd/lib/libkldelf/
H A Def.c160 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()
H A Def_obj.c143 GELF_ST_BIND(symp->st_info) != STB_LOCAL) { in ef_obj_lookup_symbol()
/freebsd/contrib/elftoolchain/ar/
H A Dwrite.c884 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()
/freebsd/usr.bin/ar/
H A Dwrite.c810 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()
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c1418 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()
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c1554 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()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c3280 printf(" %-6s", st_bind(GELF_ST_BIND(sym.st_info))); in dump_symtab()