Searched refs:ElfFileImpl32 (Results 1 – 2 of 2) sorted by relevance
35 using ElfFileImpl32 = ElfFileImpl<ElfTypes32>; variable95 ElfFileImpl32* GetImpl32() const { in GetImpl32()104 explicit ElfFile(ElfFileImpl32* elf32);107 const std::unique_ptr<ElfFileImpl32> elf32_;
1491 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()