Lines Matching full:relocation
6 * Support for Kernel relocation at boot time
29 extern u32 _relocation_start[]; /* End kernel image / start relocation table */
30 extern u32 _relocation_end[]; /* End relocation table */
38 * This function may be defined for a platform to perform any post-relocation
40 * Return non-zero to abort relocation
89 pr_err("Dangerous R_MIPS_26 REL relocation\n"); in apply_r_mips_26_rel()
101 pr_err("R_MIPS_26 REL relocation overflow\n"); in apply_r_mips_26_rel()
141 pr_err("Unhandled relocation type %d at 0x%pK\n", type, in reloc_handler()
158 /* Sentinel for last relocation */ in do_relocations()
176 * It must be relocated separately since there will not be any relocation
352 /* Sanity check relocation address */ in relocate_kernel()
366 * during kernel _text relocation. If appended DTB is used in relocate_kernel()
414 * Last chance for the platform to abort relocation. in relocate_kernel()
436 * Show relocation information on panic.