Lines Matching full:relocation
242 // The target location for the relocation is described by RE.SectionID and
257 // relocation to be applied. For relocations which refer to symbols in the
312 llvm_unreachable("Invalid relocation type!");
321 "Unexpected SECTDIFF relocation value.");
326 return Error("Relocation type not implemented yet!");
335 // If the relocation is PC-relative, the value to be encoded is the
346 llvm_unreachable("Invalid relocation type!");
358 return Error("Relocation type not implemented yet!");
367 // If the relocation is PC-relative, the value to be encoded is the
380 llvm_unreachable("Invalid relocation type!");
393 return Error("ARM BR24 relocation out of range.");
410 return Error("Relocation type not implemented yet!");
420 // If the relocation is PC-relative, the value to be encoded is the
429 llvm_unreachable("Invalid relocation type!");
442 return Error("ARM64 BRANCH26 relocation out of range.");
456 return Error("Relocation type not implemented yet!");
595 Error("Unexpected SECTDIFF relocation addend.");
698 // Obtain the symbol name which is referenced in the relocation
721 // offset. Calculate the final offset from the relocation target instead.
748 // relocation addends and symbol offsets.
772 // This is an ARM branch relocation, need to use a stub function.