Lines Matching full:relocation
6 * which includes KASLR relocation, decompression, ELF parsing, and
7 * relocation processing. Additionally included are the screen and serial
25 * run time, but no relocation processing is performed. This means that
191 * The kernel contains a table of relocation addresses. Those in handle_relocations()
208 debug_putstr("No relocation needed... "); in handle_relocations()
216 * before compression. Each relocation table entry is the kernel in handle_relocations()
224 * 64 bit relocation repeated in handle_relocations()
226 * 32 bit inverse relocation repeated in handle_relocations()
228 * 32 bit relocation repeated in handle_relocations()
238 error("32-bit relocation outside of kernel!\n"); in handle_relocations()
249 error("inverse 32-bit relocation outside of kernel!\n"); in handle_relocations()
259 error("64-bit relocation outside of kernel!\n"); in handle_relocations()
386 * the entire decompressed kernel plus relocation table, or the in extract_kernel()