Lines Matching refs:error
235 error("32-bit relocation outside of kernel!\n"); in handle_relocations()
246 error("inverse 32-bit relocation outside of kernel!\n"); in handle_relocations()
256 error("64-bit relocation outside of kernel!\n"); in handle_relocations()
285 error("Kernel is not a valid ELF file"); in parse_elf()
293 error("Failed to allocate space for phdrs"); in parse_elf()
304 error("Alignment of LOAD segment isn't multiple of 2MB"); in parse_elf()
391 error("Destination physical address inappropriately aligned"); in extract_kernel()
393 error("Destination virtual address inappropriately aligned"); in extract_kernel()
396 error("Destination address too large"); in extract_kernel()
399 error("Destination address too large"); in extract_kernel()
403 error("Destination address does not match LOAD_PHYSICAL_ADDR"); in extract_kernel()
405 error("Destination virtual address changed when not relocatable"); in extract_kernel()
410 NULL, error); in extract_kernel()