Searched refs:ElfFileImpl64 (Results 1 – 2 of 2) sorted by relevance
36 using ElfFileImpl64 = ElfFileImpl<ElfTypes64>; variable99 ElfFileImpl64* GetImpl64() const { in GetImpl64()105 explicit ElfFile(ElfFileImpl64* elf64);108 const std::unique_ptr<ElfFileImpl64> elf64_;
1494 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()