Searched refs:program_header_only_ (Results 1 – 2 of 2) sorted by relevance
42 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()564 CHECK(!program_header_only_); // Only used in "full" mode. in GetSectionHeadersStart()706 CHECK(!program_header_only_) << file_path_; in GetSectionHeader()721 CHECK(!program_header_only_) << file_path_; in FindSectionByType()[all …]
198 const bool program_header_only_; variable