Lines Matching refs:error
258 error("32-bit relocation outside of kernel!\n"); in handle_relocations()
269 error("64-bit relocation outside of kernel!\n"); in handle_relocations()
298 error("Kernel is not a valid ELF file"); in parse_elf()
304 error("Failed to allocate space for phdrs"); in parse_elf()
315 error("Alignment of LOAD segment isn't multiple of 2MB"); in parse_elf()
343 void (*error)(char *x)) in decompress_kernel()
353 NULL, error) < 0) in decompress_kernel()
495 error("Destination physical address inappropriately aligned"); in extract_kernel()
497 error("Destination virtual address inappropriately aligned"); in extract_kernel()
500 error("Destination address too large"); in extract_kernel()
502 error("Destination virtual address is beyond the kernel mapping area"); in extract_kernel()
505 error("Destination address too large"); in extract_kernel()
509 error("Destination virtual address changed when not relocatable"); in extract_kernel()
519 entry_offset = decompress_kernel(output, virt_addr, error); in extract_kernel()