Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.h35 typedef ElfFileImpl<ElfTypes32> ElfFileImpl32;
Delf_file.cc1680 template class ElfFileImpl<ElfTypes32>;
/art/compiler/debug/
Delf_debug_writer.cc44 using ElfRuntimeTypes = std::conditional<sizeof(void*) == 4, ElfTypes32, ElfTypes64>::type;
165 return MakeMiniDebugInfoInternal<ElfTypes32>(isa, in MakeMiniDebugInfo()
373 template void WriteDebugInfo<ElfTypes32>(
374 ElfBuilder<ElfTypes32>* builder,
/art/libelffile/elf/
Delf_utils.h28 struct ElfTypes32 { struct
/art/compiler/utils/
Dassembler_test_base.h201 using ElfTypes = typename std::conditional<IsElf64, ElfTypes64, ElfTypes32>::type; in ReadElf()
212 using ElfTypes = typename std::conditional<IsElf64, ElfTypes64, ElfTypes32>::type; in WriteElf()
/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.h117 return Objdump<ElfTypes32>(args); in Objdump()
/art/runtime/jit/
Ddebugger_interface.cc653 using ElfRuntimeTypes = std::conditional<sizeof(void*) == 4, ElfTypes32, ElfTypes64>::type; in ForEachNativeDebugSymbol()
/art/oatdump/
Doatdump.cc2961 OatSymbolizer<ElfTypes32> oat_symbolizer(oat_file.get(), output_name, no_bits); in SymbolizeOat()