Searched refs:GELF_ST_BIND (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c251 if (GELF_ST_BIND(weak->st_info) != STB_WEAK)
273 if (GELF_ST_BIND(sym.st_info) == STB_WEAK)
279 if (GELF_ST_BIND(sym.st_info) == STB_LOCAL &&
375 match.iim_bind = GELF_ST_BIND(sym.st_info);
414 smatch.iim_bind = GELF_ST_BIND(ssym.st_info);
H A Dctf.c925 if (GELF_ST_BIND(sym->st_info) == STB_LOCAL) {
975 if (GELF_ST_BIND(sym->st_info) == STB_LOCAL) {
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dgelf.h66 #define GELF_ST_BIND ELF64_ST_BIND macro
/freebsd-11-stable/lib/libproc/
H A Dproc_sym.c593 if (GELF_ST_BIND(sym.st_info) == STB_LOCAL &&
596 if (GELF_ST_BIND(sym.st_info) == STB_GLOBAL &&
599 if (GELF_ST_BIND(sym.st_info) == STB_WEAK &&
/freebsd-11-stable/contrib/elftoolchain/elfcopy/
H A Darchive.c298 if (GELF_ST_BIND(sym.st_info) != STB_GLOBAL &&
299 GELF_ST_BIND(sym.st_info) != STB_WEAK)
H A Dsymbols.c111 if (GELF_ST_BIND(st_info) == STB_GLOBAL ||
112 GELF_ST_BIND(st_info) == STB_GNU_UNIQUE)
122 if (GELF_ST_BIND(st_info) == STB_WEAK)
132 if (GELF_ST_BIND(st_info) == STB_LOCAL)
/freebsd-11-stable/contrib/elftoolchain/ar/
H A Dwrite.c884 if (GELF_ST_BIND(sym.st_info) != STB_GLOBAL &&
885 GELF_ST_BIND(sym.st_info) != STB_WEAK)
/freebsd-11-stable/usr.bin/ar/
H A Dwrite.c848 if (GELF_ST_BIND(sym.st_info) != STB_GLOBAL &&
849 GELF_ST_BIND(sym.st_info) != STB_WEAK)
/freebsd-11-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c1554 PRT("%s ", st_bindings_S(GELF_ST_BIND(sym.st_info)));
1567 st_bindings(GELF_ST_BIND(sym.st_info)));
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c1573 u_int bind = GELF_ST_BIND(fsym.st_info);
/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c3240 printf(" %-6s", st_bind(GELF_ST_BIND(sym.st_info)));

Completed in 235 milliseconds