Searched refs:sections (Results 1 – 7 of 7) sorted by relevance
31 ImageSection* sections, in ImageHeader() argument75 std::copy_n(sections, kSectionCount, sections_); in ImageHeader()
105 ImageSection* sections,
122 auto& sections = owner_->sections_; in Start() local124 CHECK(sections.empty() || sections.back()->finished_); in Start()126 section_index_ = sections.size() + 1; in Start()129 if (!sections.empty()) { in Start()130 if (header_.sh_flags != sections.back()->header_.sh_flags) { in Start()147 sections.push_back(this); in Start()
312 ImageSection sections[ImageHeader::kSectionCount]; in TEST_F() local315 sections, in TEST_F()
1502 ImageSection sections[ImageHeader::kSectionCount]; in CreateHeader() local1503 const size_t image_end = image_info.CreateImageSections(sections); in CreateHeader()1507 auto* bitmap_section = §ions[ImageHeader::kSectionImageBitmap]; in CreateHeader()1512 for (const ImageSection& section : sections) { in CreateHeader()1537 sections, in CreateHeader()
111 ImageSection sections[ImageHeader::kSectionCount]; in CreateImageSpace() local115 sections, in CreateImageSpace()
20 * Have a menu at the top of an object view with links to the sections?