Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.cc42 program_header_only_(program_header_only), in ElfFileImpl()
117 if (program_header_only_) { in Setup()
170 if (program_header_only_) { in Setup()
302 if (program_header_only_) { in CheckSectionsLinked()
332 if (!program_header_only_) { in CheckSectionsExist()
400 if (program_header_only_) { in CheckSectionsExist()
530 if (!program_header_only_) { in SetMap()
563 CHECK(!program_header_only_); // Only used in "full" mode. in GetSectionHeadersStart()
705 CHECK(!program_header_only_) << file_path_; in GetSectionHeader()
720 CHECK(!program_header_only_) << file_path_; in FindSectionByType()
[all …]
Delf_file_impl.h198 const bool program_header_only_; variable