Searched refs:STT_FUNC (Results 1 - 25 of 57) sorted by relevance

123

/freebsd-10.3-release/contrib/llvm/lib/MC/
H A DMCELF.cpp38 Type == ELF::STT_FUNC || Type == ELF::STT_SECTION ||
49 Type == ELF::STT_FUNC || Type == ELF::STT_SECTION ||
H A DMCELFStreamer.cpp139 // STT_NOTYPE < STT_OBJECT < STT_FUNC < STT_GNU_IFUNC < STT_TLS < anything else
143 unsigned TypeOrdering[] = {ELF::STT_NOTYPE, ELF::STT_OBJECT, ELF::STT_FUNC,
217 ELF::STT_FUNC));
/freebsd-10.3-release/contrib/llvm/include/llvm/MC/
H A DMCELFSymbolFlags.h39 ELF_STT_Func = (ELF::STT_FUNC << ELF_STT_Shift),
/freebsd-10.3-release/usr.bin/gprof/
H A Delf.c138 if (type != STT_FUNC ||
/freebsd-10.3-release/sys/ddb/
H A Ddb_main.c113 ELF_ST_TYPE(sym->st_info) != STT_FUNC &&
130 ELF_ST_TYPE(sym->st_info) == STT_FUNC &&
/freebsd-10.3-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_lookup.c255 if (ELF32_ST_TYPE(symp->st_info) != STT_FUNC)
259 if (ELF64_ST_TYPE(symp->st_info) != STT_FUNC)
/freebsd-10.3-release/contrib/binutils/bfd/
H A Delf-vxworks.c122 htab->hplt->type = STT_FUNC;
H A Delf64-sparc.c479 if (type > STT_FUNC)
524 if (type > STT_FUNC)
H A Delf32-arm.c2749 myh->type = ELF_ST_INFO (STB_LOCAL, STT_FUNC);
2927 myh->type = ELF_ST_INFO (STB_LOCAL, STT_FUNC);
2959 myh->type = ELF_ST_INFO (STB_LOCAL, STT_FUNC);
7923 case STT_FUNC:
8049 if (h->type == STT_FUNC || h->type == STT_ARM_TFUNC
8217 h->type = ELF_ST_INFO (ELF_ST_BIND (h->type), STT_FUNC);
8357 h->type = ELF_ST_INFO (ELF_ST_BIND (h->type), STT_FUNC);
10019 if (ELF_ST_TYPE (dst->st_info) == STT_FUNC
10039 /* We convert STT_ARM_TFUNC symbols into STT_FUNC with the low bit
10046 newsym.st_info = ELF_ST_INFO (ELF_ST_BIND (src->st_info), STT_FUNC);
[all...]
/freebsd-10.3-release/contrib/gdb/gdb/
H A Dmipsread.c347 if (ELF_ST_TYPE (sym_info) != STT_FUNC
/freebsd-10.3-release/contrib/libexecinfo/
H A Dbacktrace.c187 st = symtab_create(fd, -1, STT_FUNC);
/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/lockstat/
H A Dsym.c231 if ((uint_t)ELF32_ST_TYPE(symp->st_info) <= STT_FUNC &&
/freebsd-10.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c269 sym->st_info = ELF32_ST_INFO(STB_GLOBAL, STT_FUNC);
454 sym->st_info = GELF_ST_INFO(STB_GLOBAL, STT_FUNC);
791 if (GELF_ST_TYPE(sym->st_info) == STT_FUNC &&
1406 if (GELF_ST_TYPE(fsym.st_info) != STT_FUNC) {
1554 assert(GELF_ST_TYPE(fsym.st_info) == STT_FUNC);
1572 STT_FUNC);
H A Ddt_pid.c337 GELF_ST_INFO(STB_LOCAL, STT_FUNC);
360 if (GELF_ST_TYPE(sym.st_info) != STT_FUNC ||
/freebsd-10.3-release/libexec/rtld-elf/mips/
H A Dreloc.c311 if (ELF_ST_TYPE(sym->st_info) == STT_FUNC &&
332 if (ELF_ST_TYPE(sym->st_info) == STT_FUNC &&
/freebsd-10.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c321 case STT_FUNC:
388 case STT_FUNC:
H A Dinput.c391 int check_sym = (type == STT_OBJECT || type == STT_FUNC);
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp261 ENUM_TO_CSTR(STT_FUNC);
/freebsd-10.3-release/sys/xen/interface/
H A Delfstructs.h318 #define STT_FUNC 2 /* function */ macro
/freebsd-10.3-release/contrib/llvm/include/llvm/Object/
H A DELFObjectFile.h263 case ELF::STT_FUNC:
295 case ELF::STT_FUNC:
355 case ELF::STT_FUNC:
/freebsd-10.3-release/contrib/llvm/lib/Object/
H A DELFYAML.cpp286 ECase(STT_FUNC)
/freebsd-10.3-release/contrib/binutils/include/elf/
H A Dcommon.h502 #define STT_FUNC 2 /* Symbol is a code object */ macro
/freebsd-10.3-release/sys/kern/
H A Dlink_elf.c1265 ELF_ST_TYPE(symp->st_info) == STT_FUNC)) {
1285 ELF_ST_TYPE(symp->st_info) == STT_FUNC)) {
1423 ELF_ST_TYPE(symp->st_info) == STT_FUNC) {
1444 ELF_ST_TYPE(symp->st_info) == STT_FUNC) {
/freebsd-10.3-release/lib/libproc/
H A Dproc_sym.c595 if (GELF_ST_TYPE(sym.st_info) == STT_FUNC &&
/freebsd-10.3-release/usr.sbin/kldxref/
H A Def.c200 ELF_ST_TYPE(symp->st_info) == STT_FUNC)) {

Completed in 365 milliseconds

123