Searched defs:ElfFile (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Delf_file.h33 // Used for compile time and runtime for ElfFile access. Because of
36 class ElfFile { class in namespace:art
38 static ElfFile* Open(File* file, bool writable, bool program_header_only);
39 ~ElfFile();
121 ElfFile();
H A Delf_file.cc25 ElfFile::ElfFile() function in class:art::ElfFile
43 ElfFile* ElfFile::Open(File* file, bool writable, bool program_header_only) {
44 UniquePtr<ElfFile> elf_file(new ElfFile());
51 bool ElfFile::Setup(File* file, bool writable, bool program_header_only) {
166 ElfFile::~ElfFile() {
172 bool ElfFile
[all...]

Completed in 65 milliseconds