Searched refs:STT_FUNC (Results 26 - 50 of 57) sorted by relevance

123

/freebsd-10.3-release/contrib/binutils/bfd/
H A Delf32-spu.c986 if (sym_type != STT_FUNC)
1279 h->type = STT_FUNC;
2161 || ELF_ST_TYPE (sy->st_info) == STT_FUNC)
2199 if (ELF_ST_TYPE (sy->st_info) == STT_FUNC)
2266 if (ELF_ST_TYPE (sy->st_info) != STT_FUNC
H A Delf64-x86-64.c1296 if (h->type == STT_FUNC
2269 && h->type == STT_FUNC
2347 || h->type != STT_FUNC
2354 && h->type == STT_FUNC
H A Delfcode.h1276 case STT_FUNC:
H A Delf32-i386.c1428 if (h->type == STT_FUNC
2472 && h->type == STT_FUNC
H A Delf32-score.c2614 h->type = STT_FUNC;
2866 else if ((h->type == STT_FUNC) && !h->needs_plt)
H A Delfxx-mips.c6570 h->type = STT_FUNC;
7026 else if ((h->type == STT_FUNC)
7083 && h->type == STT_FUNC
7142 if (h->type == STT_FUNC
8394 if (h->type == STT_FUNC)
H A Delf.c6461 type = STT_FUNC;
7149 case STT_FUNC:
9251 most targets. It returns true if TYPE is STT_FUNC. */
9256 return (type == STT_FUNC);
/freebsd-10.3-release/sys/kern/
H A Dlink_elf_obj.c1200 ELF_ST_TYPE(symp->st_info) == STT_FUNC) {
1221 ELF_ST_TYPE(symp->st_info) == STT_FUNC) {
/freebsd-10.3-release/usr.sbin/pmcstat/
H A Dpmcstat_log.c527 if (GELF_ST_TYPE(sym.st_info) == STT_FUNC)
552 if (GELF_ST_TYPE(sym.st_info) != STT_FUNC)
/freebsd-10.3-release/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp320 { "Function", ELF::STT_FUNC },
/freebsd-10.3-release/sys/boot/common/
H A Dload_elf.c942 ELF_ST_TYPE(sym.st_info) == STT_FUNC)) {
/freebsd-10.3-release/libexec/rtld-elf/
H A Drtld.c3169 if (ELF_ST_TYPE(def->st_info) == STT_FUNC)
3637 if (ELF_ST_TYPE(req.sym_out->st_info) == STT_FUNC)
3904 case STT_FUNC:
3917 (ELF_ST_TYPE(symp->st_info) == STT_FUNC))
/freebsd-10.3-release/contrib/binutils/binutils/
H A Dnm.c316 case STT_FUNC: return "FUNC";
/freebsd-10.3-release/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c343 STT_FUNC, &name)) < 0)
/freebsd-10.3-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c107 * offset of the CTF type or function data corresponding to each STT_FUNC or
162 case STT_FUNC:
/freebsd-10.3-release/sys/sys/
H A Delf_common.h760 #define STT_FUNC 2 /* Function. */ macro
/freebsd-10.3-release/sys/contrib/ia64/libuwx/src/
H A Duwx_symbols.c760 (type) == STT_FUNC || \
/freebsd-10.3-release/sys/cddl/dev/fbt/
H A Dfbt_powerpc.c543 case STT_FUNC:
H A Dfbt.c613 case STT_FUNC:
/freebsd-10.3-release/contrib/llvm/include/llvm/Support/
H A DELF.h1428 STT_FUNC = 2, // Symbol is executable code (function, etc.) enumerator in enum:llvm::ELF::__anon2118
/freebsd-10.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c957 if (!(sym = symit_next(si, STT_FUNC)) && info != 0)
H A Ddwarf.c1898 if ((GELF_ST_TYPE(sym.st_info) == STT_FUNC) ||
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1159 case STT_FUNC:
/freebsd-10.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_module.c1659 } else if (GELF_ST_TYPE(symp->st_info) != STT_FUNC) {
/freebsd-10.3-release/contrib/binutils/opcodes/
H A Darm-dis.c3946 if (type == STT_FUNC || type == STT_ARM_TFUNC)

Completed in 438 milliseconds

123