Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/oat/
H A 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()
1504 bool program_header_only, in Open() argument
1527 program_header_only, in Open()
1537 program_header_only, in Open()
H A Delf_file_impl.h49 bool program_header_only,
133 ElfFileImpl(File* file, bool writable, bool program_header_only);
H A Delf_file.h45 bool program_header_only,