Lines Matching refs:Relocations
85 int Relocations = 0; member in __anon6e96ad630111::COFFSymbol
120 relocations Relocations; member in __anon6e96ad630111::COFFSection
580 if (Section->Relocations.size() >= 0xffff) in writeSectionHeaders()
646 if (Sec.Relocations.empty()) { in writeSection()
655 if (Sec.Relocations.size() >= 0xffff) { in writeSection()
659 R.VirtualAddress = Sec.Relocations.size() + 1; in writeSection()
665 for (const auto &Relocation : Sec.Relocations) in writeSection()
786 ++Reloc.Symb->Relocations; in recordRelocation()
847 Sec->Relocations.push_back(Reloc); in recordRelocation()
976 if (!Sec->Relocations.empty()) { in assignFileOffsets()
977 bool RelocationsOverflow = Sec->Relocations.size() >= 0xffff; in assignFileOffsets()
984 Sec->Header.NumberOfRelocations = Sec->Relocations.size(); in assignFileOffsets()
993 Offset += COFF::RelocationSize * Sec->Relocations.size(); in assignFileOffsets()
995 for (auto &Relocation : Sec->Relocations) { in assignFileOffsets()