Lines Matching refs:Relocations
85 int Relocations = 0; member in __anon7d37be940111::COFFSymbol
120 relocations Relocations; member in __anon7d37be940111::COFFSection
570 if (Section->Relocations.size() >= 0xffff) in writeSectionHeaders()
636 if (Sec.Relocations.empty()) { in writeSection()
645 if (Sec.Relocations.size() >= 0xffff) { in writeSection()
649 R.VirtualAddress = Sec.Relocations.size() + 1; in writeSection()
655 for (const auto &Relocation : Sec.Relocations) in writeSection()
769 ++Reloc.Symb->Relocations; in recordRelocation()
826 Sec->Relocations.push_back(Reloc); in recordRelocation()
913 if (!Sec->Relocations.empty()) { in assignFileOffsets()
914 bool RelocationsOverflow = Sec->Relocations.size() >= 0xffff; in assignFileOffsets()
921 Sec->Header.NumberOfRelocations = Sec->Relocations.size(); in assignFileOffsets()
930 Offset += COFF::RelocationSize * Sec->Relocations.size(); in assignFileOffsets()
932 for (auto &Relocation : Sec->Relocations) { in assignFileOffsets()