Searched refs:OverflowSec (Results 1 – 1 of 1) sorted by relevance
412 for (auto &OverflowSec : OverflowSections) in reset() local413 OverflowSec.reset(); in reset()985 for (const auto &OverflowSec : OverflowSections) in writeSectionHeaderTable() local986 writeSectionHeader(&OverflowSec); in writeSectionHeaderTable()1105 for (auto &OverflowSec : OverflowSections) { in calcOffsetToRelocations() local1106 if (OverflowSec.RelocationCount == static_cast<uint32_t>(Sec->Index)) { in calcOffsetToRelocations()1108 OverflowSec.Address * XCOFF::RelocationSerializationSize32; in calcOffsetToRelocations()1112 OverflowSec.FileOffsetToRelocations = Sec->FileOffsetToRelocations; in calcOffsetToRelocations()