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

12

/external/llvm/test/MC/ELF/
H A Dgnu-type.s3 .type TYPE STT_FUNC
6 .type comma_TYPE, STT_FUNC
9 .type at_TYPE, @STT_FUNC
12 .type percent_TYPE, %STT_FUNC
15 .type string_TYPE, "STT_FUNC"
/external/llvm/test/MC/ELF/ARM/
H A Dgnu-type-hash.s5 .type TYPE #STT_FUNC
11 .type comma_TYPE, #STT_FUNC
/external/elfutils/0.153/libebl/
H A Deblsymboltypename.c75 [STT_FUNC] = "FUNC",
/external/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.cpp107 // STT_NOTYPE < STT_OBJECT < STT_FUNC < STT_GNU_IFUNC < STT_TLS < anything else
111 unsigned TypeOrdering[] = {ELF::STT_NOTYPE, ELF::STT_OBJECT, ELF::STT_FUNC,
185 ELF::STT_FUNC));
H A DELFObjectWriter.cpp556 if (Type == ELF::STT_FUNC || Type == ELF::STT_OBJECT ||
560 case ELF::STT_FUNC:
563 Type = ELF::STT_FUNC;
571 Type == ELF::STT_GNU_IFUNC || Type == ELF::STT_FUNC)
/external/llvm/include/llvm/MC/
H A DMCELFSymbolFlags.h39 ELF_STT_Func = (ELF::STT_FUNC << ELF_STT_Shift),
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dstacktrace_x86-inl.h161 STT_FUNC, &rt_sigreturn_symbol_info) ||
163 STT_FUNC, &vsyscall_symbol_info) ||
/external/elfutils/0.153/libasm/
H A Dasm_newabssym.c104 else if (type == STT_FUNC)
H A Dasm_newsym.c103 else if (type == STT_FUNC)
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dvdso_support.cc113 if (vdso.LookupSymbol("__vdso_getcpu", "LINUX_2.6", STT_FUNC, &info)) {
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dvdso_support.cc113 if (vdso.LookupSymbol("__vdso_getcpu", "LINUX_2.6", STT_FUNC, &info)) {
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dstacktrace_x86-inl.h164 STT_FUNC, &rt_sigreturn_symbol_info) ||
166 STT_FUNC, &vsyscall_symbol_info) ||
/external/elfutils/0.153/src/
H A Di386_ld.c459 if (symbol == NULL || symbol->type != STT_FUNC
604 if (unlikely (sym->type != STT_FUNC) && ! sym->need_copy)
632 sym->type = STT_FUNC;
806 assert (value != 0 || symref[idx]->type != STT_FUNC);
831 && symref[idx]->type != STT_FUNC)
/external/ltrace/sysdeps/linux-gnu/mips/
H A Dplt.c170 if (ELF64_ST_TYPE(sym->st_info) != STT_FUNC) {
/external/valgrind/main/VEX/switchback/
H A Dlinker.c705 if (S && ELF_ST_TYPE(sym.st_info) == STT_FUNC) {
718 if (S && (ELF_ST_TYPE(sym.st_info) == STT_FUNC) && (A != 0))
1078 case STT_FUNC : if (debug_linker>1) fprintf(stderr, "func " ); break;
1244 ( ELF_ST_TYPE(stab[j].st_info)==STT_FUNC ||
1265 if (ELF_ST_TYPE(stab[j].st_info) == STT_FUNC)
/external/valgrind/main/VEX/unused/
H A Dlinker.c598 if (S && ELF_ST_TYPE(sym.st_info) == STT_FUNC) {
611 if (S && (ELF_ST_TYPE(sym.st_info) == STT_FUNC) && (A != 0))
915 case STT_FUNC : if (debug_linker>1) fprintf(stderr, "func " ); break;
1077 ( ELF_ST_TYPE(stab[j].st_info)==STT_FUNC ||
1098 if (ELF_ST_TYPE(stab[j].st_info) == STT_FUNC)
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp313 if (Type != ELF::STT_FUNC)
371 if ((Type != ELF::STT_FUNC) ||
/external/chromium_org/third_party/libvpx/include/
H A Delf.h143 #define STT_FUNC 2 macro
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf.h191 STT_FUNC = 2, /* a function or executable code */ enumerator in enum:__anon16349
/external/kernel-headers/original/uapi/linux/
H A Delf.h124 #define STT_FUNC 2 macro
/external/libunwind/src/
H A Delfxx.c130 if (ELF_W (ST_TYPE) (sym->st_info) == STT_FUNC
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp261 ENUM_TO_CSTR(STT_FUNC);
/external/qemu/include/hw/
H A Delf_ops.h137 ELF_ST_TYPE(syms[i].st_info) != STT_FUNC) {
/external/libpng/arm/
H A Dfilter_neon.S53 ELF .type \name, STT_FUNC

Completed in 1541 milliseconds

12