Home
last modified time | relevance | path

Searched refs:program_header_only (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Delf_file.h38 static ElfFile* Open(File* file, bool writable, bool program_header_only);
123 bool Setup(File* file, bool writable, bool program_header_only);
Delf_file.cc43 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()