Searched refs:program_header_only_ (Results 1 – 2 of 2) sorted by relevance
112 program_header_only_(program_header_only), in ElfFile()173 if (program_header_only_) { in Setup()205 if (program_header_only_) { in Setup()338 if (program_header_only_) { in CheckSectionsLinked()367 if (!program_header_only_) { in CheckSectionsExist()549 if (!program_header_only_) { in SetMap()581 CHECK(!program_header_only_); // Only used in "full" mode. in GetSectionHeadersStart()711 CHECK(!program_header_only_) << file_->GetPath(); in GetSectionHeader()725 CHECK(!program_header_only_) << file_->GetPath(); in FindSectionByType()831 CHECK(!program_header_only_) << file_->GetPath(); in FindSymbolByName()[all …]
170 const bool program_header_only_; variable