Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.h35 typedef ElfFileImpl<ElfTypes32> ElfFileImpl32; typedef
99 ElfFileImpl32* GetImpl32() const { in GetImpl32()
108 explicit ElfFile(ElfFileImpl32* elf32);
111 const std::unique_ptr<ElfFileImpl32> elf32_;
Delf_file.cc1683 ElfFile::ElfFile(ElfFileImpl32* elf32) : elf32_(elf32), elf64_(nullptr) { in ElfFile()
1727 ElfFileImpl32* elf_file_impl = ElfFileImpl32::Open(file, in Open()
1776 ElfFileImpl32* elf_file_impl = ElfFileImpl32::Open(file, in Open()