Lines Matching refs:Relocations
72 int Relocations; member in __anon39a7a0d70111::COFFSymbol
102 relocations Relocations; member in __anon39a7a0d70111::COFFSection
213 , Relocations(0) in COFFSymbol()
237 if (Relocations > 0) { in should_keep()
690 ++Reloc.Symb->Relocations; in RecordRelocation()
707 coff_section->Relocations.push_back(Reloc); in RecordRelocation()
785 if (Sec->Relocations.size() > 0) { in WriteObject()
786 bool RelocationsOverflow = Sec->Relocations.size() >= 0xffff; in WriteObject()
793 Sec->Header.NumberOfRelocations = Sec->Relocations.size(); in WriteObject()
802 offset += COFF::RelocationSize * Sec->Relocations.size(); in WriteObject()
804 for (relocations::iterator cr = Sec->Relocations.begin(), in WriteObject()
805 er = Sec->Relocations.end(); in WriteObject()
837 if ((*i)->Relocations.size() >= 0xffff) { in WriteObject()
857 if ((*i)->Relocations.size() > 0) { in WriteObject()
861 if ((*i)->Relocations.size() >= 0xffff) { in WriteObject()
865 r.VirtualAddress = (*i)->Relocations.size() + 1; in WriteObject()
871 for (relocations::const_iterator k = (*i)->Relocations.begin(), in WriteObject()
872 ke = (*i)->Relocations.end(); in WriteObject()