Lines Matching defs:Relocations
80 int Relocations = 0;
115 relocations Relocations;
553 if (Section->Relocations.size() >= 0xffff)
614 if (Sec.Relocations.empty()) {
623 if (Sec.Relocations.size() >= 0xffff) {
627 R.VirtualAddress = Sec.Relocations.size() + 1;
633 for (const auto &Relocation : Sec.Relocations)
755 if (!Sec->Relocations.empty()) {
756 bool RelocationsOverflow = Sec->Relocations.size() >= 0xffff;
763 Sec->Header.NumberOfRelocations = Sec->Relocations.size();
772 Offset += COFF::RelocationSize * Sec->Relocations.size();
774 for (auto &Relocation : Sec->Relocations) {
922 ++Reloc.Symb->Relocations;
983 Sec->Relocations.push_back(Reloc);
991 Sec->Relocations.push_back(RelocPair);