Home
last modified time | relevance | path

Searched refs:program_header_only_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Delf_file.cc119 program_header_only_(program_header_only), in ElfFileImpl()
189 if (program_header_only_) { in Setup()
221 if (program_header_only_) { in Setup()
358 if (program_header_only_) { in CheckSectionsLinked()
388 if (!program_header_only_) { in CheckSectionsExist()
456 if (program_header_only_) { in CheckSectionsExist()
586 if (!program_header_only_) { in SetMap()
620 CHECK(!program_header_only_); // Only used in "full" mode. in GetSectionHeadersStart()
764 CHECK(!program_header_only_) << file_->GetPath(); in GetSectionHeader()
779 CHECK(!program_header_only_) << file_->GetPath(); in FindSectionByType()
[all …]
Delf_file_impl.h188 const bool program_header_only_; variable