Lines Matching defs:Relocations
81 int Relocations = 0;
116 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) {
910 ++Reloc.Symb->Relocations;
971 Sec->Relocations.push_back(Reloc);