Searched refs:program_header_only (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/art/runtime/oat/ |
H A 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() 1504 bool program_header_only, in Open() argument 1527 program_header_only, in Open() 1537 program_header_only, in Open()
|
H A D | elf_file_impl.h | 49 bool program_header_only, 133 ElfFileImpl(File* file, bool writable, bool program_header_only);
|
H A D | elf_file.h | 45 bool program_header_only,
|