Lines Matching defs:reloc
1505 static std::unique_ptr<Thunk> addThunkArmv4(Ctx &ctx, RelType reloc, Symbol &s,
1509 switch (reloc) {
1532 Fatal(ctx) << "relocation " << reloc << " to " << &s
1542 static std::unique_ptr<Thunk> addThunkArmv5v6(Ctx &ctx, RelType reloc,
1544 switch (reloc) {
1554 Fatal(ctx) << "relocation " << reloc << " to " << &s
1565 RelType reloc, Symbol &s, int64_t a) {
1567 switch (reloc) {
1576 << "relocation " << reloc << " to " << &s
1585 Fatal(ctx) << "relocation " << reloc << " to " << &s
1592 RelType reloc, Symbol &s, int64_t a) {
1612 return addThunkV6M(ctx, isec, reloc, s, a);
1614 return addThunkArmv5v6(ctx, reloc, s, a);
1615 return addThunkArmv4(ctx, reloc, s, a);
1618 switch (reloc) {