Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.cc44 program_header_only_(program_header_only), in ElfFileImpl()
122 if (program_header_only_) { in Setup()
175 if (program_header_only_) { in Setup()
308 if (program_header_only_) { in CheckSectionsLinked()
338 if (!program_header_only_) { in CheckSectionsExist()
406 if (program_header_only_) { in CheckSectionsExist()
536 if (!program_header_only_) { in SetMap()
570 CHECK(!program_header_only_); // Only used in "full" mode. in GetSectionHeadersStart()
714 CHECK(!program_header_only_) << file_path_; in GetSectionHeader()
729 CHECK(!program_header_only_) << file_path_; in FindSectionByType()
[all …]
Delf_file_impl.h192 const bool program_header_only_; variable