Lines Matching refs:Relocations
81 int Relocations = 0; member in __anon3870acaf0111::COFFSymbol
116 relocations Relocations; member in __anon3870acaf0111::COFFSection
553 if (Section->Relocations.size() >= 0xffff) in writeSectionHeaders()
614 if (Sec.Relocations.empty()) { in writeSection()
623 if (Sec.Relocations.size() >= 0xffff) { in writeSection()
627 R.VirtualAddress = Sec.Relocations.size() + 1; in writeSection()
633 for (const auto &Relocation : Sec.Relocations) in writeSection()
755 if (!Sec->Relocations.empty()) { in assignFileOffsets()
756 bool RelocationsOverflow = Sec->Relocations.size() >= 0xffff; in assignFileOffsets()
763 Sec->Header.NumberOfRelocations = Sec->Relocations.size(); in assignFileOffsets()
772 Offset += COFF::RelocationSize * Sec->Relocations.size(); in assignFileOffsets()
774 for (auto &Relocation : Sec->Relocations) { in assignFileOffsets()
910 ++Reloc.Symb->Relocations; in recordRelocation()
971 Sec->Relocations.push_back(Reloc); in recordRelocation()