Searched refs:program_header_only (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | elf_file.h | 43 bool program_header_only,
|
D | elf_file_impl.h | 53 bool program_header_only, 138 ElfFileImpl(File* file, bool writable, bool program_header_only, uint8_t* requested_base);
|
D | elf_file.cc | 42 bool program_header_only, in ElfFileImpl() argument 45 program_header_only_(program_header_only), in ElfFileImpl() 66 bool program_header_only, in Open() argument 71 (file, writable, program_header_only, requested_base)); in Open() 1684 bool program_header_only, in Open() argument 1708 program_header_only, in Open() 1719 program_header_only, in Open()
|