Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/lib/libproc/
H A Dproc_sym.c125 bind1 = GELF_ST_BIND(sym1.st_info); in symvalcmp()
126 bind2 = GELF_ST_BIND(sym2.st_info); in symvalcmp()
684 if (GELF_ST_BIND(sym.st_info) == STB_LOCAL && in proc_iter_symbyaddr()
687 if (GELF_ST_BIND(sym.st_info) == STB_GLOBAL && in proc_iter_symbyaddr()
690 if (GELF_ST_BIND(sym.st_info) == STB_WEAK && in proc_iter_symbyaddr()
/freebsd-14.2/lib/libproc/tests/
H A Dproc_test.c392 ATF_REQUIRE(GELF_ST_BIND(bar_sym.st_info) == STB_LOCAL); in ATF_TC_BODY()
400 ATF_REQUIRE(GELF_ST_BIND(bar_sym.st_info) == STB_GLOBAL); in ATF_TC_BODY()
/freebsd-14.2/contrib/elftoolchain/libelf/
H A Dgelf.h66 #define GELF_ST_BIND ELF64_ST_BIND macro
/freebsd-14.2/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-14.2/lib/librtld_db/
H A Drtld_db.c317 GELF_ST_BIND(sym.st_info) != STB_GLOBAL) in rtld_syms()
/freebsd-14.2/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-14.2/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-14.2/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-14.2/usr.sbin/kldxref/
H A Def.c214 if (GELF_ST_BIND(sym->st_info) == STB_LOCAL && in ef_symaddr()
/freebsd-14.2/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-14.2/contrib/elftoolchain/readelf/
H A Dreadelf.c3280 printf(" %-6s", st_bind(GELF_ST_BIND(sym.st_info))); in dump_symtab()