Searched refs:SectionHdrLayout (Results 1 – 2 of 2) sorted by relevance
290 for (auto &Entry : SectionHdrLayout) { in resetSecLayout()296 SectionHdrLayout = ExtBinaryHdrLayoutTable[SL]; in resetSecLayout()305 for (auto &Entry : SectionHdrLayout) { in addSectionFlag()312 addSecFlag(SectionHdrLayout[SectionIdx], Flag); in addSectionFlag()349 SmallVector<SecHdrTableEntry, 8> SectionHdrLayout = variable
170 assert(LayoutIdx < SectionHdrLayout.size() && "LayoutIdx out of range"); in markSectionStart()171 const auto &Entry = SectionHdrLayout[LayoutIdx]; in markSectionStart()203 assert(LayoutIdx < SectionHdrLayout.size() && "LayoutIdx out of range"); in addNewSection()204 const auto &Entry = SectionHdrLayout[LayoutIdx]; in addNewSection()738 for (auto &Entry : SectionHdrLayout) in setToCompressAllSections()749 Writer.write(static_cast<uint64_t>(SectionHdrLayout.size())); in allocSecHdrTable()751 for (uint32_t i = 0; i < SectionHdrLayout.size(); i++) { in allocSecHdrTable()760 assert(SecHdrTable.size() == SectionHdrLayout.size() && in writeSecHdrTable()779 for (uint32_t LayoutIdx = 0; LayoutIdx < SectionHdrLayout.size(); in writeSecHdrTable()