Searched refs:SectionHdrLayout (Results 1 – 2 of 2) sorted by relevance
306 for (auto &Entry : SectionHdrLayout) { in resetSecLayout()312 SectionHdrLayout = ExtBinaryHdrLayoutTable[SL]; in resetSecLayout()321 for (auto &Entry : SectionHdrLayout) { in addSectionFlag()328 addSecFlag(SectionHdrLayout[SectionIdx], Flag); in addSectionFlag()365 SmallVector<SecHdrTableEntry, 8> SectionHdrLayout = variable
168 assert(LayoutIdx < SectionHdrLayout.size() && "LayoutIdx out of range"); in markSectionStart()169 const auto &Entry = SectionHdrLayout[LayoutIdx]; in markSectionStart()201 assert(LayoutIdx < SectionHdrLayout.size() && "LayoutIdx out of range"); in addNewSection()202 const auto &Entry = SectionHdrLayout[LayoutIdx]; in addNewSection()735 for (auto &Entry : SectionHdrLayout) in setToCompressAllSections()746 Writer.write(static_cast<uint64_t>(SectionHdrLayout.size())); in allocSecHdrTable()748 for (uint32_t i = 0; i < SectionHdrLayout.size(); i++) { in allocSecHdrTable()757 assert(SecHdrTable.size() == SectionHdrLayout.size() && in writeSecHdrTable()776 for (uint32_t LayoutIdx = 0; LayoutIdx < SectionHdrLayout.size(); in writeSecHdrTable()