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()
787 * Relocation offsets for 64 bit kernels are output in do_reloc64()
793 die("Relocation offset doesn't fit in 32 bits\n"); in do_reloc64()
802 die("Unsupported relocation type: %s (%d)\n", rel_type(r_type), r_type); in do_reloc64()
834 * relocation. in do_reloc32()
839 die("Invalid absolute %s relocation: %s\n", rel_type(r_type), symname); in do_reloc32()
847 die("Unsupported relocation type: %s (%d)\n", rel_type(r_type), r_type); in do_reloc32()
876 * relocation. in do_reloc_real()
889 …die("Invalid %s %s relocation: %s\n", shn_abs ? "absolute" : "relative", rel_type(r_type), symname… in do_reloc_real()
896 * relocation. in do_reloc_real()
910 …die("Invalid %s %s relocation: %s\n", shn_abs ? "absolute" : "relative", rel_type(r_type), symname… in do_reloc_real()
914 die("Unsupported relocation type: %s (%d)\n", rel_type(r_type), r_type); in do_reloc_real()
1008 /* Now print each relocation */ in emit_relocs()
1016 /* Now print each relocation */ in emit_relocs()