Lines Matching full:relocation
657 * relocation is harmless. in print_absolute_relocs()
777 * relocation. in do_reloc64()
782 die("Invalid absolute %s relocation: %s\n", rel_type(r_type), symname); in do_reloc64()
793 * Relocation offsets for 64 bit kernels are output in do_reloc64()
799 die("Relocation offset doesn't fit in 32 bits\n"); in do_reloc64()
808 die("Unsupported relocation type: %s (%d)\n", rel_type(r_type), r_type); in do_reloc64()
840 * relocation. in do_reloc32()
845 die("Invalid absolute %s relocation: %s\n", rel_type(r_type), symname); in do_reloc32()
853 die("Unsupported relocation type: %s (%d)\n", rel_type(r_type), r_type); in do_reloc32()
882 * relocation. in do_reloc_real()
895 …die("Invalid %s %s relocation: %s\n", shn_abs ? "absolute" : "relative", rel_type(r_type), symname… in do_reloc_real()
902 * relocation. in do_reloc_real()
916 …die("Invalid %s %s relocation: %s\n", shn_abs ? "absolute" : "relative", rel_type(r_type), symname… in do_reloc_real()
920 die("Unsupported relocation type: %s (%d)\n", rel_type(r_type), r_type); in do_reloc_real()
1014 /* Now print each relocation */ in emit_relocs()
1022 /* Now print each relocation */ in emit_relocs()