Lines Matching full:relocation
6 * which includes KASLR relocation, decompression, ELF parsing, and
7 * relocation processing. Additionally included are the screen and serial
24 * run time, but no relocation processing is performed. This means that
213 * The kernel contains a table of relocation addresses. Those in handle_relocations()
230 debug_putstr("No relocation needed... "); in handle_relocations()
238 * before compression. Each relocation table entry is the kernel in handle_relocations()
246 * 64 bit relocation repeated in handle_relocations()
248 * 32 bit relocation repeated in handle_relocations()
258 error("32-bit relocation outside of kernel!\n"); in handle_relocations()
269 error("64-bit relocation outside of kernel!\n"); in handle_relocations()
463 * the entire decompressed kernel plus relocation table, or the in extract_kernel()