Lines Matching refs:Relocations
82 int Relocations = 0; member in __anon1ceee7e50111::COFFSymbol
117 relocations Relocations; member in __anon1ceee7e50111::COFFSection
581 if (Section->Relocations.size() >= 0xffff) in writeSectionHeaders()
644 if (Sec.Relocations.empty()) { in writeSection()
653 if (Sec.Relocations.size() >= 0xffff) { in writeSection()
657 R.VirtualAddress = Sec.Relocations.size() + 1; in writeSection()
663 for (const auto &Relocation : Sec.Relocations) in writeSection()
786 if (!Sec->Relocations.empty()) { in assignFileOffsets()
787 bool RelocationsOverflow = Sec->Relocations.size() >= 0xffff; in assignFileOffsets()
794 Sec->Header.NumberOfRelocations = Sec->Relocations.size(); in assignFileOffsets()
803 Offset += COFF::RelocationSize * Sec->Relocations.size(); in assignFileOffsets()
805 for (auto &Relocation : Sec->Relocations) { in assignFileOffsets()
943 ++Reloc.Symb->Relocations; in recordRelocation()
1004 Sec->Relocations.push_back(Reloc); in recordRelocation()