Lines Matching defs:Relocation
444 // Convert the raw relocations in the input section into Relocation objects
449 Relocation operator()(const RelTy &rel) const {
451 return Relocation{R_NONE, rel.getType(ctx.arg.isMips64EL), rel.r_offset,
477 for (const Relocation &rel : rels) {
498 // section data. We do that by adding to the Relocation vector.
670 static Relocation *getRISCVPCRelHi20(Ctx &ctx, const InputSectionBase *loSec,
671 const Relocation &loReloc) {
697 Relocation hiReloc;
701 [](const Relocation &lhs, const Relocation &rhs) {
773 uint64_t InputSectionBase::getRelocTargetVA(Ctx &ctx, const Relocation &r,
884 if (const Relocation *hiRel = getRISCVPCRelHi20(ctx, this, r))
1187 SmallVector<Relocation *, 0> &morestackCalls) {
1200 llvm::sort(morestackCalls, [](const Relocation *l, const Relocation *r) {
1237 SmallVector<Relocation *, 0> morestackCalls;
1239 for (Relocation &rel : relocs()) {