/external/llvm/lib/MC/ |
D | MCELF.cpp | 38 Type == ELF::STT_FUNC || Type == ELF::STT_SECTION || in SetType() 49 Type == ELF::STT_FUNC || Type == ELF::STT_SECTION || in GetType()
|
D | MCELFStreamer.cpp | 139 unsigned TypeOrdering[] = {ELF::STT_NOTYPE, ELF::STT_OBJECT, ELF::STT_FUNC, in CombineSymbolTypes() 213 ELF::STT_FUNC)); in EmitSymbolAttribute()
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
D | stacktrace_x86-inl.h | 161 STT_FUNC, &rt_sigreturn_symbol_info) || in NextStackFrame() 163 STT_FUNC, &vsyscall_symbol_info) || in NextStackFrame()
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
D | stacktrace_x86-inl.h | 164 STT_FUNC, &rt_sigreturn_symbol_info) || in NextStackFrame() 166 STT_FUNC, &vsyscall_symbol_info) || in NextStackFrame()
|
/external/elfutils/libebl/ |
D | eblsymboltypename.c | 75 [STT_FUNC] = "FUNC",
|
/external/llvm/include/llvm/MC/ |
D | MCELFSymbolFlags.h | 39 ELF_STT_Func = (ELF::STT_FUNC << ELF_STT_Shift),
|
/external/elfutils/libasm/ |
D | asm_newabssym.c | 104 else if (type == STT_FUNC)
|
D | asm_newsym.c | 103 else if (type == STT_FUNC)
|
/external/elfutils/src/ |
D | i386_ld.c | 459 if (symbol == NULL || symbol->type != STT_FUNC in elf_i386_finalize_plt() 604 if (unlikely (sym->type != STT_FUNC) && ! sym->need_copy) in elf_i386_count_relocations() 632 sym->type = STT_FUNC; in elf_i386_count_relocations() 806 assert (value != 0 || symref[idx]->type != STT_FUNC); in elf_i386_create_relocations() 831 && symref[idx]->type != STT_FUNC) in elf_i386_create_relocations()
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
D | vdso_support.cc | 113 if (vdso.LookupSymbol("__vdso_getcpu", "LINUX_2.6", STT_FUNC, &info)) { in Init()
|
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
D | vdso_support.cc | 113 if (vdso.LookupSymbol("__vdso_getcpu", "LINUX_2.6", STT_FUNC, &info)) { in Init()
|
/external/grub/stage2/ |
D | i386-elf.h | 148 #define STT_FUNC 2 macro
|
/external/valgrind/main/VEX/unused/ |
D | linker.c | 598 if (S && ELF_ST_TYPE(sym.st_info) == STT_FUNC) { in do_Elf_Rela_relocations() 611 if (S && (ELF_ST_TYPE(sym.st_info) == STT_FUNC) && (A != 0)) in do_Elf_Rela_relocations() 915 case STT_FUNC : if (debug_linker>1) fprintf(stderr, "func " ); break; in ocVerifyImage_ELF() 1077 ( ELF_ST_TYPE(stab[j].st_info)==STT_FUNC || in ocGetNames_ELF() 1098 if (ELF_ST_TYPE(stab[j].st_info) == STT_FUNC) in ocGetNames_ELF()
|
/external/valgrind/main/VEX/switchback/ |
D | linker.c | 703 if (S && ELF_ST_TYPE(sym.st_info) == STT_FUNC) { 716 if (S && (ELF_ST_TYPE(sym.st_info) == STT_FUNC) && (A != 0)) 1076 case STT_FUNC : if (debug_linker>1) fprintf(stderr, "func " ); break; 1242 ( ELF_ST_TYPE(stab[j].st_info)==STT_FUNC || 1263 if (ELF_ST_TYPE(stab[j].st_info) == STT_FUNC)
|
/external/qemu/ |
D | elf_ops.h | 137 ELF_ST_TYPE(syms[i].st_info) != STT_FUNC) { in glue()
|
D | elf.h | 211 #define STT_FUNC 2 macro
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/ |
D | elf.h | 191 STT_FUNC = 2, /* a function or executable code */ enumerator
|
D | elf-objfmt.c | 180 offsetof(struct elf_build_global_data, type), STT_FUNC }, in build_global() 1164 elf_sym_set_type(entry, STT_FUNC); in dir_type()
|
D | elf.c | 349 case STT_FUNC: fprintf(f, "func\n"); break; in elf_symtab_entry_print()
|
/external/llvm/lib/Object/ |
D | ELFYAML.cpp | 285 ECase(STT_FUNC) in enumeration()
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 1301 STT_FUNC = 2, // Symbol is executable code (function, etc.) enumerator
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 315 { "Function", ELF::STT_FUNC },
|
/external/llvm/include/llvm/Object/ |
D | ELF.h | 1038 case ELF::STT_FUNC: 1071 case ELF::STT_FUNC: 1204 case ELF::STT_FUNC:
|
/external/elfutils/libelf/ |
D | elf.h | 463 #define STT_FUNC 2 /* Symbol is a code object */ macro
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | readelf.c | 165 case STT_FUNC: VG_(printf)("FUN "); break; in show_raw_elf_symbol() 263 (ELFXX_ST_TYPE(sym->st_info) == STT_FUNC in get_elf_symbol_info()
|