Lines Matching defs:Relocation
409 // Convert the raw relocations in the input section into Relocation objects
413 Relocation operator()(const RelTy &rel) const {
415 return Relocation{R_NONE, rel.getType(config->isMips64EL), rel.r_offset,
441 for (const Relocation &rel : rels) {
462 // section data. We do that by adding to the Relocation vector.
630 static Relocation *getRISCVPCRelHi20(const Symbol *sym, uint64_t addend) {
645 Relocation r;
649 [](const Relocation &lhs, const Relocation &rhs) {
822 if (const Relocation *hiRel = getRISCVPCRelHi20(&sym, a))
1118 SmallVector<Relocation *, 0> &morestackCalls) {
1131 llvm::sort(morestackCalls, [](const Relocation *l, const Relocation *r) {
1168 SmallVector<Relocation *, 0> morestackCalls;
1170 for (Relocation &rel : relocs()) {