Searched refs:program_header_only (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | elf_file.h | 45 bool program_header_only,
|
D | elf_file_impl.h | 48 bool program_header_only, 136 ElfFileImpl(File* file, bool writable, bool program_header_only);
|
D | elf_file.cc | 40 ElfFileImpl<ElfTypes>::ElfFileImpl(File* file, bool writable, bool program_header_only) in ElfFileImpl() argument 42 program_header_only_(program_header_only), in ElfFileImpl() 62 bool program_header_only, in Open() argument 66 new ElfFileImpl<ElfTypes>(file, writable, program_header_only)); in Open() 1705 bool program_header_only, in Open() argument 1728 program_header_only, in Open() 1738 program_header_only, in Open()
|