Searched defs:ElfFile (Results 1 – 3 of 3) sorted by relevance
| /art/dex2oat/linker/ | ||
| D | elf_writer.h | 33 class ElfFile; variable |
| /art/runtime/ | ||
| D | elf_file.cc | 1476 ElfFile::ElfFile(ElfFileImpl32* elf32) : elf32_(elf32), elf64_(nullptr) { in ElfFile() function in art::ElfFile |
| D | oat_file.h | 43 class ElfFile; variable |