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.cc1670 ElfFile::ElfFile(ElfFileImpl32* elf32) : elf32_(elf32), elf64_(nullptr) { in ElfFile()
1716 ElfFileImpl32* elf_file_impl = ElfFileImpl32::Open(file, in Open()
1766 ElfFileImpl32* elf_file_impl = ElfFileImpl32::Open(file, in Open()
/art/dex2oat/linker/
Delf_writer_test.cc158 ElfFileImpl32::ApplyOatPatches( in TEST_F()