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

/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/common/
H A Dsymbol.c37 uchar_t type = GELF_ST_TYPE(sym->st_info);
/freebsd-11-stable/lib/libproc/
H A Dproc_sym.c602 if (GELF_ST_TYPE(sym.st_info) == STT_NOTYPE &&
605 if (GELF_ST_TYPE(sym.st_info) == STT_OBJECT &&
608 if (GELF_ST_TYPE(sym.st_info) == STT_FUNC &&
611 if (GELF_ST_TYPE(sym.st_info) == STT_SECTION &&
614 if (GELF_ST_TYPE(sym.st_info) == STT_FILE &&
/freebsd-11-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.c1917 if ((GELF_ST_TYPE(sym.st_info) == STT_FUNC) ||
1918 (GELF_ST_TYPE(sym.st_info) == STT_TLS) ||
1919 (GELF_ST_TYPE(sym.st_info) == STT_OBJECT)) {
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dgelf.h68 #define GELF_ST_TYPE ELF64_ST_TYPE macro
/freebsd-11-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-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c786 if (GELF_ST_TYPE(sym->st_info) == STT_FUNC) {
1411 if (GELF_ST_TYPE(fsym.st_info) != STT_FUNC) {
1563 assert(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-11-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-11-stable/usr.sbin/pmcstat/
H A Dpmcstat_log.c529 if (GELF_ST_TYPE(sym.st_info) == STT_FUNC)
554 if (GELF_ST_TYPE(sym.st_info) != STT_FUNC)
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c250 type = GELF_ST_TYPE(sym.st_info);
/freebsd-11-stable/contrib/elftoolchain/nm/
H A Dnm.c694 if (GELF_ST_TYPE(sym->st_info) == STT_SECTION) {
/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c3239 re->ehdr.e_ident[EI_OSABI], GELF_ST_TYPE(sym.st_info)));
6869 if (GELF_ST_TYPE(sym.st_info) == STT_SECTION) {

Completed in 186 milliseconds