Searched refs:SectionHdrLayout (Results 1 – 2 of 2) sorted by relevance
224 for (auto &Entry : SectionHdrLayout) { in resetSecLayout()230 SectionHdrLayout = ExtBinaryHdrLayoutTable[SL]; in resetSecLayout()239 for (auto &Entry : SectionHdrLayout) { in addSectionFlag()246 addSecFlag(SectionHdrLayout[SectionIdx], Flag); in addSectionFlag()280 SmallVector<SecHdrTableEntry, 8> SectionHdrLayout = variable
86 assert(LayoutIdx < SectionHdrLayout.size() && "LayoutIdx out of range"); in markSectionStart()87 const auto &Entry = SectionHdrLayout[LayoutIdx]; in markSectionStart()120 assert(LayoutIdx < SectionHdrLayout.size() && "LayoutIdx out of range"); in addNewSection()121 const auto &Entry = SectionHdrLayout[LayoutIdx]; in addNewSection()578 for (auto &Entry : SectionHdrLayout) in setToCompressAllSections()589 Writer.write(static_cast<uint64_t>(SectionHdrLayout.size())); in allocSecHdrTable()591 for (uint32_t i = 0; i < SectionHdrLayout.size(); i++) { in allocSecHdrTable()608 assert(SecHdrTable.size() == SectionHdrLayout.size() && in writeSecHdrTable()624 for (uint32_t LayoutIdx = 0; LayoutIdx < SectionHdrLayout.size(); in writeSecHdrTable()