Searched refs:GELF_ST_TYPE (Results 1 - 17 of 17) sorted by relevance

/freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/common/
H A Dsymbol.c37 uchar_t type = GELF_ST_TYPE(sym->st_info);
/freebsd-13-stable/lib/libproc/
H A Dproc_sym.c698 if (GELF_ST_TYPE(sym.st_info) == STT_NOTYPE &&
701 if (GELF_ST_TYPE(sym.st_info) == STT_OBJECT &&
704 if (GELF_ST_TYPE(sym.st_info) == STT_FUNC &&
707 if (GELF_ST_TYPE(sym.st_info) == STT_SECTION &&
710 if (GELF_ST_TYPE(sym.st_info) == STT_FILE &&
/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Dgelf.h68 #define GELF_ST_TYPE ELF64_ST_TYPE macro
/freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c261 type = GELF_ST_TYPE(sym.st_info);
266 if (GELF_ST_TYPE(weak->st_info) != type ||
313 uchar_t type = GELF_ST_TYPE(sym->st_info);
377 switch (GELF_ST_TYPE(sym.st_info)) {
H A Dinput.c398 if (GELF_ST_TYPE(sym.st_info) == STT_FILE) {
403 if (GELF_ST_TYPE(sym.st_info) != type ||
H A Ddwarf.c1880 if ((GELF_ST_TYPE(sym.st_info) == STT_FUNC) ||
1881 (GELF_ST_TYPE(sym.st_info) == STT_TLS) ||
1882 (GELF_ST_TYPE(sym.st_info) == STT_OBJECT)) {
/freebsd-13-stable/contrib/elftoolchain/elfcopy/
H A Dsymbols.c100 if (GELF_ST_TYPE(st_info) == STT_SECTION ||
101 GELF_ST_TYPE(st_info) == STT_FILE)
530 GELF_ST_TYPE(sym.st_info));
536 GELF_ST_TYPE(sym.st_info));
541 GELF_ST_TYPE(sym.st_info));
546 GELF_ST_TYPE(sym.st_info));
552 GELF_ST_TYPE(sym.st_info));
588 if (GELF_ST_TYPE(sym.st_info) == STT_SECTION &&
H A Dascii.c778 if (GELF_ST_TYPE(sym.st_info) == STT_SECTION ||
779 GELF_ST_TYPE(sym.st_info) == STT_FILE)
/freebsd-13-stable/lib/libpmcstat/
H A Dlibpmcstat_image.c84 if (GELF_ST_TYPE(sym.st_info) == STT_FUNC)
109 if (GELF_ST_TYPE(sym.st_info) != STT_FUNC)
/freebsd-13-stable/lib/librtld_db/
H A Drtld_db.c317 if (GELF_ST_TYPE(sym.st_info) != STT_FUNC ||
/freebsd-13-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c1246 if (GELF_ST_TYPE(sym.st_info) == STT_SECTION) {
1553 PRT("%s ", st_type_S(GELF_ST_TYPE(sym.st_info)));
1566 GELF_ST_TYPE(sym.st_info)),
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c755 if (GELF_ST_TYPE(sym->st_info) == STT_FUNC) {
1338 if (GELF_ST_TYPE(fsym.st_info) != STT_FUNC) {
H A Ddt_pid.c365 if (GELF_ST_TYPE(sym.st_info) != STT_FUNC ||
H A Ddt_module.c1706 } else if (GELF_ST_TYPE(symp->st_info) != STT_FUNC) {
/freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c250 type = GELF_ST_TYPE(sym.st_info);
/freebsd-13-stable/contrib/elftoolchain/nm/
H A Dnm.c731 if (GELF_ST_TYPE(sym->st_info) == STT_SECTION) {
/freebsd-13-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c3249 re->ehdr.e_ident[EI_OSABI], GELF_ST_TYPE(sym.st_info)));
6875 if (GELF_ST_TYPE(sym.st_info) == STT_SECTION) {

Completed in 291 milliseconds