Lines Matching defs:reloc
1274 static Thunk *addThunkArmv4(RelType reloc, Symbol &s, int64_t a) {
1277 switch (reloc) {
1300 fatal("relocation " + toString(reloc) + " to " + toString(s) +
1309 static Thunk *addThunkArmv5v6(RelType reloc, Symbol &s, int64_t a) {
1310 switch (reloc) {
1320 fatal("relocation " + toString(reloc) + " to " + toString(s) +
1329 static Thunk *addThunkV6M(const InputSection &isec, RelType reloc, Symbol &s,
1332 switch (reloc) {
1340 fatal("relocation " + toString(reloc) + " to " + toString(s) +
1348 fatal("relocation " + toString(reloc) + " to " + toString(s) +
1353 static Thunk *addThunkArm(const InputSection &isec, RelType reloc, Symbol &s,
1374 return addThunkV6M(isec, reloc, s, a);
1376 return addThunkArmv5v6(reloc, s, a);
1377 return addThunkArmv4(reloc, s, a);
1380 switch (reloc) {