Home
last modified time | relevance | path

Searched defs:ElfFile (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/dex2oat/linker/
H A Delf_writer.h33 class ElfFile; variable
/aosp12/system/extras/simpleperf/
H A Dread_elf.h107 ElfFile() {} in ElfFile() function
/aosp12/art/runtime/
H A Doat_file.h42 class ElfFile; variable
H A Delf_file.cc1476 ElfFile::ElfFile(ElfFileImpl32* elf32) : elf32_(elf32), elf64_(nullptr) { in ElfFile() function in art::ElfFile
1479 ElfFile::ElfFile(ElfFileImpl64* elf64) : elf32_(nullptr), elf64_(elf64) { in ElfFile() function in art::ElfFile