Lines Matching refs:Relocations

108     C.Relocations.push_back({Expr, Type, Offset, Addend, &Sym});  in handleMipsTlsRelocation()
113 C.Relocations.push_back({Expr, Type, Offset, Addend, &Sym}); in handleMipsTlsRelocation()
147 In.Got->Relocations.push_back({R_ABS, Type, Off, 0, Dest}); in handleARMTlsRelocation()
157 C.Relocations.push_back({Expr, Type, Offset, Addend, &Sym}); in handleARMTlsRelocation()
171 C.Relocations.push_back({Expr, Type, Offset, Addend, &Sym}); in handleARMTlsRelocation()
198 C.Relocations.push_back({Expr, Type, Offset, Addend, &Sym}); in handleTlsRelocation()
206 C.Relocations.push_back( in handleTlsRelocation()
216 C.Relocations.push_back({Expr, Type, Offset, Addend, &Sym}); in handleTlsRelocation()
222 C.Relocations.push_back( in handleTlsRelocation()
233 C.Relocations.push_back({R_RELAX_TLS_LD_TO_LE, Type, Offset, Addend, &Sym}); in handleTlsRelocation()
239 In.Got->Relocations.push_back( in handleTlsRelocation()
242 C.Relocations.push_back({Expr, Type, Offset, Addend, &Sym}); in handleTlsRelocation()
259 In.Got->Relocations.push_back( in handleTlsRelocation()
262 C.Relocations.push_back({Expr, Type, Offset, Addend, &Sym}); in handleTlsRelocation()
269 C.Relocations.push_back( in handleTlsRelocation()
278 C.Relocations.push_back( in handleTlsRelocation()
290 C.Relocations.push_back({R_RELAX_TLS_IE_TO_LE, Type, Offset, Addend, &Sym}); in handleTlsRelocation()
755 IS->Relocations.push_back({Expr, Type, OffsetInSec, Addend, Sym}); in addRelativeReloc()
795 In.Got->Relocations.push_back({Expr, Target->GotRel, Off, 0, &Sym}); in addGotEntry()
848 Sec.Relocations.push_back({Expr, Type, Offset, Addend, &Sym}); in processRelocAux()
890 Sec.Relocations.push_back({Expr, Type, Offset, Addend, &Sym}); in processRelocAux()
932 Sec.Relocations.push_back({Expr, Type, Offset, Addend, &Sym}); in processRelocAux()
973 Sec.Relocations.push_back({Expr, Type, Offset, Addend, &Sym}); in processRelocAux()
1090 Sec.Relocations.reserve(Rels.size()); in scanRelocs()
1097 std::stable_sort(Sec.Relocations.begin(), Sec.Relocations.end(), in scanRelocs()
1471 for (Relocation &Rel : IS->Relocations) { in createThunks()