Searched refs:OverflowSec (Results 1 – 1 of 1) sorted by relevance
477 for (auto &OverflowSec : OverflowSections) in reset() local478 OverflowSec.reset(); in reset()1116 for (const auto &OverflowSec : OverflowSections) in writeSectionHeaderTable() local1117 writeSectionHeader(&OverflowSec); in writeSectionHeaderTable()1277 for (auto &OverflowSec : OverflowSections) { in calcOffsetToRelocations() local1278 if (OverflowSec.RelocationCount == static_cast<uint32_t>(Sec->Index)) { in calcOffsetToRelocations()1280 OverflowSec.Address * XCOFF::RelocationSerializationSize32; in calcOffsetToRelocations()1284 OverflowSec.FileOffsetToRelocations = Sec->FileOffsetToRelocations; in calcOffsetToRelocations()