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
200 * The kernel contains a table of relocation addresses. Those in handle_relocations()
217 debug_putstr("No relocation needed... "); in handle_relocations()
225 * before compression. Each relocation table entry is the kernel in handle_relocations()
233 * 64 bit relocation repeated in handle_relocations()
235 * 32 bit inverse relocation repeated in handle_relocations()
237 * 32 bit relocation repeated in handle_relocations()
247 error("32-bit relocation outside of kernel!\n"); in handle_relocations()
258 error("inverse 32-bit relocation outside of kernel!\n"); in handle_relocations()
268 error("64-bit relocation outside of kernel!\n"); in handle_relocations()
405 * the entire decompressed kernel plus relocation table, or the in extract_kernel()