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
214 * The kernel contains a table of relocation addresses. Those in handle_relocations()
231 debug_putstr("No relocation needed... "); in handle_relocations()
239 * before compression. Each relocation table entry is the kernel in handle_relocations()
247 * 64 bit relocation repeated in handle_relocations()
249 * 32 bit inverse relocation repeated in handle_relocations()
251 * 32 bit relocation repeated in handle_relocations()
261 error("32-bit relocation outside of kernel!\n"); in handle_relocations()
272 error("inverse 32-bit relocation outside of kernel!\n"); in handle_relocations()
282 error("64-bit relocation outside of kernel!\n"); in handle_relocations()
459 * the entire decompressed kernel plus relocation table, or the in extract_kernel()