Home
last modified time | relevance | path

Searched refs:ElfTypes32 (Results 1 – 7 of 7) sorted by relevance

/art/compiler/debug/
Delf_debug_writer.cc43 using ElfRuntimeTypes = std::conditional<sizeof(void*) == 4, ElfTypes32, ElfTypes64>::type;
164 return MakeMiniDebugInfoInternal<ElfTypes32>(isa, in MakeMiniDebugInfo()
367 template void WriteDebugInfo<ElfTypes32>(
368 ElfBuilder<ElfTypes32>* builder,
/art/runtime/
Delf_file.h35 typedef ElfFileImpl<ElfTypes32> ElfFileImpl32;
Delf_file.cc1689 template class ElfFileImpl<ElfTypes32>;
/art/libelffile/elf/
Delf_utils.h28 struct ElfTypes32 { struct
/art/dex2oat/linker/
Delf_writer_quick.cc144 return std::make_unique<ElfWriterQuick<ElfTypes32>>(compiler_options, elf_file); in CreateElfWriterQuick()
331 template class ElfWriterQuick<ElfTypes32>;
/art/compiler/debug/dwarf/
Ddwarf_test.h116 return Objdump<ElfTypes32>(args); in Objdump()
/art/oatdump/
Doatdump.cc2932 OatSymbolizer<ElfTypes32> oat_symbolizer(oat_file.get(), output_name, no_bits); in SymbolizeOat()