Lines Matching full:relocation
6 * Support for Kernel relocation at boot time
28 extern u32 _relocation_start[]; /* End kernel image / start relocation table */
29 extern u32 _relocation_end[]; /* End relocation table */
37 * This function may be defined for a platform to perform any post-relocation
39 * Return non-zero to abort relocation
92 pr_err("Dangerous R_MIPS_26 REL relocation\n"); in apply_r_mips_26_rel()
104 pr_err("R_MIPS_26 REL relocation overflow\n"); in apply_r_mips_26_rel()
144 /* Sentinel for last relocation */ in do_relocations()
153 /* Unsupported relocation */ in do_relocations()
154 pr_err("Unhandled relocation type %d at 0x%pK\n", in do_relocations()
169 * It must be relocated separately since there will not be any relocation
331 /* Sanity check relocation address */ in relocate_kernel()
345 * during kernel _text relocation. If appended DTB is used in relocate_kernel()
393 * Last chance for the platform to abort relocation. in relocate_kernel()
412 * Show relocation information on panic.