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

/netbsd-current/external/cddl/osnet/dist/tools/ctf/common/
H A Dsymbol.c41 uchar_t type = GELF_ST_TYPE(sym->st_info);
/netbsd-current/external/bsd/libproc/dist/
H A Dproc_sym.c628 if (GELF_ST_TYPE(sym.st_info) == STT_NOTYPE &&
631 if (GELF_ST_TYPE(sym.st_info) == STT_OBJECT &&
634 if (GELF_ST_TYPE(sym.st_info) == STT_FUNC &&
637 if (GELF_ST_TYPE(sym.st_info) == STT_SECTION &&
640 if (GELF_ST_TYPE(sym.st_info) == STT_FILE &&
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DElf.h39 #define GELF_ST_TYPE(info) ((info) & 0xf) macro
H A DDwarfLib.cc212 gelf_st_type2str ((int) GELF_ST_TYPE (sym.st_info)));
213 switch (GELF_ST_TYPE (sym.st_info))
311 srlc->stt_type = (int) GELF_ST_TYPE (sym.st_info);
312 switch (GELF_ST_TYPE (sym.st_info))
H A DStabs.cc1744 switch (GELF_ST_TYPE (Sym.st_info))
1914 switch (GELF_ST_TYPE (sym.st_info))
/netbsd-current/external/cddl/osnet/dist/tools/ctf/cvt/
H A Doutput.c267 type = GELF_ST_TYPE(sym.st_info);
272 if (GELF_ST_TYPE(weak->st_info) != type ||
319 uchar_t type = GELF_ST_TYPE(sym->st_info);
385 switch (GELF_ST_TYPE(sym.st_info)) {
H A Dinput.c402 if (GELF_ST_TYPE(sym.st_info) == STT_FILE) {
407 if (GELF_ST_TYPE(sym.st_info) != type ||
H A Ddwarf.c1992 if ((GELF_ST_TYPE(sym.st_info) == STT_FUNC) ||
1993 (GELF_ST_TYPE(sym.st_info) == STT_TLS) ||
1994 (GELF_ST_TYPE(sym.st_info) == STT_OBJECT)) {
/netbsd-current/external/bsd/elftoolchain/dist/libelf/
H A Dgelf.h69 #define GELF_ST_TYPE ELF64_ST_TYPE macro
/netbsd-current/usr.sbin/tprof/
H A Dksyms.c121 if (GELF_ST_TYPE(st->st_info) != STT_FUNC) {
/netbsd-current/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_link.c809 if (GELF_ST_TYPE(sym->st_info) == STT_FUNC) {
1434 if (GELF_ST_TYPE(fsym.st_info) != STT_FUNC) {
H A Ddt_pid.c366 if (GELF_ST_TYPE(sym.st_info) != STT_FUNC ||
H A Ddt_module.c1816 } else if (GELF_ST_TYPE(symp->st_info) != STT_FUNC) {
/netbsd-current/external/cddl/osnet/dist/tools/ctf/dump/
H A Ddump.c250 type = GELF_ST_TYPE(sym.st_info);

Completed in 312 milliseconds