Home
last modified time | relevance | path

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

/art/libelffile/elf/
Delf_utils.h43 struct ElfTypes64 { struct
/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/runtime/oat/
Delf_file.h36 using ElfFileImpl64 = ElfFileImpl<ElfTypes64>;
Delf_file.cc1489 template class ElfFileImpl<ElfTypes64>;
/art/tools/create_minidebuginfo/
Dcreate_minidebuginfo.cc157 } else if (ElfDebugReader<ElfTypes64>::IsValidElfHeader(elf)) { in Main()
158 WriteMinidebugInfo<ElfTypes64>(elf, &output); in Main()
/art/dex2oat/linker/
Delf_writer_quick.cc140 return std::make_unique<ElfWriterQuick<ElfTypes64>>(compiler_options, elf_file); in CreateElfWriterQuick()
336 template class ElfWriterQuick<ElfTypes64>;
/art/compiler/utils/
Dassembler_test_base.h232 using ElfTypes = typename std::conditional<IsElf64, ElfTypes64, ElfTypes32>::type; in ReadElf()
243 using ElfTypes = typename std::conditional<IsElf64, ElfTypes64, ElfTypes32>::type; in WriteElf()
/art/compiler/debug/dwarf/
Ddwarf_test.h116 return Objdump<ElfTypes64>(args); in Objdump()
/art/runtime/jit/
Ddebugger_interface.cc669 using ElfRuntimeTypes = std::conditional<sizeof(void*) == 4, ElfTypes32, ElfTypes64>::type; in ForEachNativeDebugSymbol()
/art/oatdump/
Doatdump.cc2685 OatSymbolizer<ElfTypes64> oat_symbolizer(oat_file.get(), output_name, no_bits); in SymbolizeOat()