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
190 * The kernel contains a table of relocation addresses. Those in handle_relocations()
207 debug_putstr("No relocation needed... "); in handle_relocations()
215 * before compression. Each relocation table entry is the kernel in handle_relocations()
223 * 64 bit relocation repeated in handle_relocations()
225 * 32 bit inverse relocation repeated in handle_relocations()
227 * 32 bit relocation repeated in handle_relocations()
237 error("32-bit relocation outside of kernel!\n"); in handle_relocations()
248 error("inverse 32-bit relocation outside of kernel!\n"); in handle_relocations()
258 error("64-bit relocation outside of kernel!\n"); in handle_relocations()
388 * the entire decompressed kernel plus relocation table, or the in extract_kernel()