Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.h36 typedef ElfFileImpl<ElfTypes64> ElfFileImpl64;
Delf_file.cc1681 template class ElfFileImpl<ElfTypes64>;
/art/compiler/debug/
Delf_debug_writer.cc44 using ElfRuntimeTypes = std::conditional<sizeof(void*) == 4, ElfTypes32, ElfTypes64>::type;
157 return MakeMiniDebugInfoInternal<ElfTypes64>(isa, in MakeMiniDebugInfo()
376 template void WriteDebugInfo<ElfTypes64>(
377 ElfBuilder<ElfTypes64>* builder,
/art/libelffile/elf/
Delf_utils.h43 struct ElfTypes64 { 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.cc142 return std::make_unique<ElfWriterQuick<ElfTypes64>>(compiler_options, elf_file); in CreateElfWriterQuick()
332 template class ElfWriterQuick<ElfTypes64>;
/art/compiler/debug/dwarf/
Ddwarf_test.h115 return Objdump<ElfTypes64>(args); in Objdump()
/art/runtime/jit/
Ddebugger_interface.cc653 using ElfRuntimeTypes = std::conditional<sizeof(void*) == 4, ElfTypes32, ElfTypes64>::type; in ForEachNativeDebugSymbol()
/art/oatdump/
Doatdump.cc2958 OatSymbolizer<ElfTypes64> oat_symbolizer(oat_file.get(), output_name, no_bits); in SymbolizeOat()