/external/google-breakpad/src/common/linux/ |
D | elf_symbols_to_module_unittest.cc | 121 ELF32_ST_INFO(STB_GLOBAL, STT_FUNC), in TEST_P() 145 .D8(ELF32_ST_INFO(STB_GLOBAL, STT_FUNC)) in TEST_P() 174 .D8(ELF32_ST_INFO(STB_GLOBAL, STT_FUNC)) in TEST_P() 198 ELF32_ST_INFO(STB_GLOBAL, STT_FUNC), in TEST_P() 202 ELF32_ST_INFO(STB_LOCAL, STT_FUNC), in TEST_P() 206 ELF32_ST_INFO(STB_LOCAL, STT_FUNC), in TEST_P() 231 ELF32_ST_INFO(STB_GLOBAL, STT_FUNC), in TEST_P() 234 ELF32_ST_INFO(STB_GLOBAL, STT_FUNC), in TEST_P() 291 ELF64_ST_INFO(STB_GLOBAL, STT_FUNC), in TEST_P() 315 ELF64_ST_INFO(STB_GLOBAL, STT_FUNC), in TEST_P() [all …]
|
D | synth_elf_unittest.cc | 136 ELF32_ST_INFO(STB_GLOBAL, STT_FUNC), in TEST_F() 139 ELF32_ST_INFO(STB_LOCAL, STT_FUNC), in TEST_F() 142 ELF32_ST_INFO(STB_LOCAL, STT_FUNC), in TEST_F() 159 ELF32_ST_INFO(STB_GLOBAL, STT_FUNC), // info in TEST_F() 166 ELF32_ST_INFO(STB_LOCAL, STT_FUNC), // info in TEST_F() 173 ELF32_ST_INFO(STB_LOCAL, STT_FUNC), // info in TEST_F()
|
D | dump_symbols_unittest.cc | 104 ELF32_ST_INFO(STB_GLOBAL, STT_FUNC), in TEST_F() 144 ELF64_ST_INFO(STB_GLOBAL, STT_FUNC), in TEST_F()
|
D | elf_symbols_to_module.cc | 157 if (ELF32_ST_TYPE(iterator->info) == STT_FUNC && in ELFSymbolsToModule()
|
/external/llvm/test/MC/ELF/ |
D | gnu-type.s | 3 .type TYPE STT_FUNC 6 .type comma_TYPE, STT_FUNC 9 .type at_TYPE, @STT_FUNC 12 .type percent_TYPE, %STT_FUNC
|
/external/llvm/test/MC/ELF/ARM/ |
D | gnu-type-hash.s | 5 .type TYPE #STT_FUNC 11 .type comma_TYPE, #STT_FUNC
|
/external/llvm/test/Object/ |
D | yaml2obj-elf-multi-doc.test | 31 Type: STT_FUNC 53 Type: STT_FUNC
|
D | obj2yaml.test | 288 ELF-MIPSEL-NEXT: Type: STT_FUNC 417 ELF-X86-64-NEXT: Type: STT_FUNC
|
/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 | 169 for (unsigned Type : {ELF::STT_NOTYPE, ELF::STT_OBJECT, ELF::STT_FUNC, in CombineSymbolTypes() 248 ELF::STT_FUNC)); in EmitSymbolAttribute()
|
D | ELFObjectWriter.cpp | 533 if (Type == ELF::STT_FUNC || Type == ELF::STT_OBJECT || in mergeTypeForSet() 537 case ELF::STT_FUNC: in mergeTypeForSet() 540 Type = ELF::STT_FUNC; in mergeTypeForSet() 548 Type == ELF::STT_GNU_IFUNC || Type == ELF::STT_FUNC) in mergeTypeForSet()
|
/external/elfutils/src/tests/ |
D | dwflsyms.c | 40 case STT_FUNC: in gelf_type() 151 if (GELF_ST_TYPE (sym.st_info) == STT_FUNC && shndxp != SHN_UNDEF) in list_syms()
|
/external/elfutils/src/libebl/ |
D | eblsymboltypename.c | 54 [STT_FUNC] = "FUNC",
|
/external/llvm/include/llvm/MC/ |
D | MCELFSymbolFlags.h | 39 ELF_STT_Func = (ELF::STT_FUNC << ELF_STT_Shift),
|
/external/elfutils/src/src/ |
D | i386_ld.c | 451 if (symbol == NULL || symbol->type != STT_FUNC in elf_i386_finalize_plt() 596 if (unlikely (sym->type != STT_FUNC) && ! sym->need_copy) in elf_i386_count_relocations() 624 sym->type = STT_FUNC; in elf_i386_count_relocations() 798 assert (value != 0 || symref[idx]->type != STT_FUNC); in elf_i386_create_relocations() 823 && symref[idx]->type != STT_FUNC) in elf_i386_create_relocations()
|
/external/elfutils/src/libasm/ |
D | asm_newabssym.c | 107 else if (type == STT_FUNC)
|
D | asm_newsym.c | 106 else if (type == STT_FUNC)
|
/external/valgrind/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/VEX/switchback/ |
D | linker.c | 705 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/elfutils/src/libdwfl/ |
D | dwfl_module_getsym.c | 125 && (GELF_ST_TYPE (sym->st_info) == STT_FUNC in __libdwfl_getsym()
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 124 #define STT_FUNC 2 macro
|
/external/ltrace/sysdeps/linux-gnu/mips/ |
D | plt.c | 170 if (ELF64_ST_TYPE(sym->st_info) != STT_FUNC) { in arch_get_sym_info()
|
/external/lldb/source/Plugins/ObjectFile/ELF/ |
D | ELFHeader.cpp | 261 ENUM_TO_CSTR(STT_FUNC); in typeToCString()
|
/external/libunwind/src/ |
D | elfxx.c | 196 if (ELF_W (ST_TYPE) (sym.st_info) == STT_FUNC && sym.st_shndx != SHN_UNDEF) { in elf_w() 339 if (ELF_W (ST_TYPE) (sym->st_info) == STT_FUNC && sym->st_shndx != SHN_UNDEF) { in elf_w()
|
/external/libpng/arm/ |
D | filter_neon.S | 53 ELF .type \name, STT_FUNC
|