Home
last modified time | relevance | path

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

/art/runtime/oat/
Delf_file.cc1525 ElfFileImpl64* elf_file_impl = ElfFileImpl64::Open(file, in Open() local
1530 if (elf_file_impl == nullptr) { in Open()
1533 return new ElfFile(elf_file_impl); in Open()
1535 ElfFileImpl32* elf_file_impl = ElfFileImpl32::Open(file, in Open() local
1540 if (elf_file_impl == nullptr) { in Open()
1543 return new ElfFile(elf_file_impl); in Open()
1574 ElfFileImpl64* elf_file_impl = ElfFileImpl64::Open(file, in Open() local
1579 if (elf_file_impl == nullptr) { in Open()
1582 return new ElfFile(elf_file_impl); in Open()
1584 ElfFileImpl32* elf_file_impl = ElfFileImpl32::Open(file, in Open() local
[all …]