Lines Matching defs:Reloc
977 for (const auto &Reloc : Relocations) {
978 Buf->r_offset = Reloc.Offset;
979 setAddend(*Buf, Reloc.Addend);
980 Buf->setSymbolAndType(Reloc.RelocSymbol ? Reloc.RelocSymbol->Index : 0,
981 Reloc.Type, IsMips64EL);
1012 for (const Relocation &Reloc : Relocations)
1013 if (Reloc.RelocSymbol && ToRemove(*Reloc.RelocSymbol))
1017 Reloc.RelocSymbol->Name.data());
1022 for (const Relocation &Reloc : Relocations)
1023 if (Reloc.RelocSymbol)
1024 Reloc.RelocSymbol->Referenced = true;