Lines Matching full:relocation
98 // This encompasses the relocation for the whole 21-bit value.
164 // AArch64 pcrel relocation addends do not include the section offset.
190 "Invalid relocation on conditional branch!");
209 "PC relative absolute relocation!");
229 // SymB is the PC, so use a PC-rel pointer-to-GOT relocation.
241 "unsupported relocation of modified symbol");
248 "unsupported pc-relative relocation of "
262 "unsupported relocation of local symbol '" + A->getName() +
269 "unsupported relocation of local symbol '" + B->getName() +
276 Fixup.getLoc(), "unsupported relocation with identical base");
311 "unsupported relocation of local symbol '" + Symbol->getName() +
328 // understand relocation entries and expects to find values that
348 "unsupported relocation of local symbol '" + Symbol->getName() +
352 // Adjust the relocation to be section-relative.
367 // If the relocation kind is Branch26, Page21, or Pageoff12, any addend
368 // is represented via an Addend relocation, not encoded directly into
376 "addend too big for relocation");
386 // Now set up the Addend relocation.
393 // Put zero into the instruction itself. The addend is in the relocation.