Searched refs:program_header_only (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | elf_file.h | 38 static ElfFile* Open(File* file, bool writable, bool program_header_only); 123 bool Setup(File* file, bool writable, bool program_header_only);
|
D | elf_file.cc | 43 ElfFile* ElfFile::Open(File* file, bool writable, bool program_header_only) { in Open() argument 45 if (!elf_file->Setup(file, writable, program_header_only)) { in Open() 51 bool ElfFile::Setup(File* file, bool writable, bool program_header_only) { in Setup() argument 55 program_header_only_ = program_header_only; in Setup() 81 if (program_header_only) { in Setup() 110 if (!program_header_only) { in Setup()
|