Searched refs:program_header_only (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | elf_file.h | 43 static ElfFile* Open(File* file, bool writable, bool program_header_only, std::string* error_msg, 115 ElfFile(File* file, bool writable, bool program_header_only, uint8_t* requested_base);
|
D | elf_file.cc | 109 ElfFile::ElfFile(File* file, bool writable, bool program_header_only, uint8_t* requested_base) in ElfFile() argument 112 program_header_only_(program_header_only), in ElfFile() 132 ElfFile* ElfFile::Open(File* file, bool writable, bool program_header_only, in Open() argument 134 std::unique_ptr<ElfFile> elf_file(new ElfFile(file, writable, program_header_only, in Open()
|