reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
569 if (Section->Relocations.size() >= 0xffff) 635 if (Sec.Relocations.empty()) { 644 if (Sec.Relocations.size() >= 0xffff) { 648 R.VirtualAddress = Sec.Relocations.size() + 1; 654 for (const auto &Relocation : Sec.Relocations) 825 Sec->Relocations.push_back(Reloc); 912 if (!Sec->Relocations.empty()) { 913 bool RelocationsOverflow = Sec->Relocations.size() >= 0xffff; 920 Sec->Header.NumberOfRelocations = Sec->Relocations.size(); 929 Offset += COFF::RelocationSize * Sec->Relocations.size(); 931 for (auto &Relocation : Sec->Relocations) {