Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.h45 bool program_header_only,
Delf_file_impl.h48 bool program_header_only,
136 ElfFileImpl(File* file, bool writable, bool program_header_only);
Delf_file.cc40 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()