Home
last modified time | relevance | path

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

/art/runtime/oat/
Delf_file.h35 using ElfFileImpl32 = ElfFileImpl<ElfTypes32>; variable
95 ElfFileImpl32* GetImpl32() const { in GetImpl32()
104 explicit ElfFile(ElfFileImpl32* elf32);
107 const std::unique_ptr<ElfFileImpl32> elf32_;
Delf_file.cc1491 ElfFile::ElfFile(ElfFileImpl32* elf32) : elf32_(elf32), elf64_(nullptr) { in ElfFile()
1535 ElfFileImpl32* elf_file_impl = ElfFileImpl32::Open(file, in Open()
1584 ElfFileImpl32* elf_file_impl = ElfFileImpl32::Open(file, in Open()