Home
last modified time | relevance | path

Searched refs:ElfFileImpl64 (Results 1 – 2 of 2) sorted by relevance

/art/runtime/oat/
Delf_file.h36 using ElfFileImpl64 = ElfFileImpl<ElfTypes64>; variable
99 ElfFileImpl64* GetImpl64() const { in GetImpl64()
105 explicit ElfFile(ElfFileImpl64* elf64);
108 const std::unique_ptr<ElfFileImpl64> elf64_;
Delf_file.cc1494 ElfFile::ElfFile(ElfFileImpl64* elf64) : elf32_(nullptr), elf64_(elf64) { in ElfFile()
1525 ElfFileImpl64* elf_file_impl = ElfFileImpl64::Open(file, in Open()
1574 ElfFileImpl64* elf_file_impl = ElfFileImpl64::Open(file, in Open()