Lines Matching refs:Relocations
72 int Relocations; member in __anon8d2f65060111::COFFSymbol
102 relocations Relocations; member in __anon8d2f65060111::COFFSection
212 , Relocations(0) in COFFSymbol()
236 if (Relocations > 0) { in should_keep()
694 ++Reloc.Symb->Relocations; in RecordRelocation()
728 coff_section->Relocations.push_back(Reloc); in RecordRelocation()
806 if (Sec->Relocations.size() > 0) { in WriteObject()
807 Sec->Header.NumberOfRelocations = Sec->Relocations.size(); in WriteObject()
810 offset += COFF::RelocationSize * Sec->Relocations.size(); in WriteObject()
812 for (relocations::iterator cr = Sec->Relocations.begin(), in WriteObject()
813 er = Sec->Relocations.end(); in WriteObject()
861 if ((*i)->Relocations.size() > 0) { in WriteObject()
865 for (relocations::const_iterator k = (*i)->Relocations.begin(), in WriteObject()
866 ke = (*i)->Relocations.end(); in WriteObject()