HomeSort by relevance Sort by last modified time
    Searched refs:program_header_only_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/
elf_file.cc 44 program_header_only_(program_header_only),
122 if (program_header_only_) {
175 if (program_header_only_) {
308 if (program_header_only_) {
338 if (!program_header_only_) {
403 // We'd also like to confirm a shstrtab in program_header_only_ mode (else Open() does this for
406 if (program_header_only_) {
536 if (!program_header_only_) {
570 CHECK(!program_header_only_); // Only used in "full" mode.
714 CHECK(!program_header_only_) << file_path_
    [all...]
elf_file_impl.h 192 const bool program_header_only_; member in class:art::ElfFileImpl
194 // ELF header mapping. If program_header_only_ is false, will
201 // when program_header_only_ is true.

Completed in 75 milliseconds