Searched refs:SecHdrTable (Results 1 – 5 of 5) sorted by relevance
209 SecHdrTable.push_back({Type, Entry.Flags, SectionStart - FileStart, in addNewSection()220 SecHdrTable.clear(); in write()757 assert(SecHdrTable.size() == SectionHdrLayout.size() && in writeSecHdrTable()759 SmallVector<uint32_t, 16> IndexMap(SecHdrTable.size(), -1); in writeSecHdrTable()760 for (uint32_t TableIdx = 0; TableIdx < SecHdrTable.size(); TableIdx++) { in writeSecHdrTable()761 IndexMap[SecHdrTable[TableIdx].LayoutIndex] = TableIdx; in writeSecHdrTable()778 assert(IndexMap[LayoutIdx] < SecHdrTable.size() && in writeSecHdrTable()780 auto Entry = SecHdrTable[IndexMap[LayoutIdx]]; in writeSecHdrTable()
1056 for (auto &Entry : SecHdrTable) { in readImpl()1376 SecHdrTable.push_back(std::move(Entry)); in readSecHdrTableEntry()1409 for (auto &Entry : SecHdrTable) { in getSectionSize()1423 for (auto &Entry : SecHdrTable) { in getFileSize()1481 for (auto &Entry : SecHdrTable) { in dumpSectionInfo()1488 uint64_t HeaderSize = SecHdrTable.front().Offset; in dumpSectionInfo()
366 ELFYAML::SectionHeaderTable *SecHdrTable = nullptr; in ELFState() local372 if (SecHdrTable) in ELFState()374 SecHdrTable = S; in ELFState()420 if (!SecHdrTable || !SecHdrTable->NoHeaders.value_or(false)) in ELFState()447 if (Doc.Chunks.back().get() == SecHdrTable) in ELFState()455 if (!SecHdrTable) in ELFState()
397 std::vector<SecHdrTableEntry> SecHdrTable; variable
778 std::vector<SecHdrTableEntry> SecHdrTable;