Searched refs:OverflowSec (Results 1 – 1 of 1) sorted by relevance
475 for (auto &OverflowSec : OverflowSections) in reset() local476 OverflowSec.reset(); in reset()1103 for (const auto &OverflowSec : OverflowSections) in writeSectionHeaderTable() local1104 writeSectionHeader(&OverflowSec); in writeSectionHeaderTable()1260 for (auto &OverflowSec : OverflowSections) { in calcOffsetToRelocations() local1261 if (OverflowSec.RelocationCount == static_cast<uint32_t>(Sec->Index)) { in calcOffsetToRelocations()1263 OverflowSec.Address * XCOFF::RelocationSerializationSize32; in calcOffsetToRelocations()1267 OverflowSec.FileOffsetToRelocations = Sec->FileOffsetToRelocations; in calcOffsetToRelocations()