Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.h33 typedef ElfFileImpl<ElfTypes32> ElfFileImpl32; typedef
94 ElfFileImpl32* GetImpl32() const { in GetImpl32()
103 explicit ElfFile(ElfFileImpl32* elf32);
106 const std::unique_ptr<ElfFileImpl32> elf32_;
Delf_file.cc1671 ElfFile::ElfFile(ElfFileImpl32* elf32) : elf32_(elf32), elf64_(nullptr) { in ElfFile()
1717 ElfFileImpl32* elf_file_impl = ElfFileImpl32::Open(file, in Open()
1767 ElfFileImpl32* elf_file_impl = ElfFileImpl32::Open(file, in Open()
/art/compiler/
Delf_writer_test.cc156 ElfFileImpl32::ApplyOatPatches( in TEST_F()