Lines Matching refs:error
238 error("32-bit relocation outside of kernel!\n"); in handle_relocations()
249 error("inverse 32-bit relocation outside of kernel!\n"); in handle_relocations()
259 error("64-bit relocation outside of kernel!\n"); in handle_relocations()
288 error("Kernel is not a valid ELF file"); in parse_elf()
296 error("Failed to allocate space for phdrs"); in parse_elf()
307 error("Alignment of LOAD segment isn't multiple of 2MB"); in parse_elf()
420 error("Destination physical address inappropriately aligned"); in extract_kernel()
422 error("Destination virtual address inappropriately aligned"); in extract_kernel()
425 error("Destination address too large"); in extract_kernel()
427 error("Destination virtual address is beyond the kernel mapping area"); in extract_kernel()
430 error("Destination address too large"); in extract_kernel()
434 error("Destination address does not match LOAD_PHYSICAL_ADDR"); in extract_kernel()
436 error("Destination virtual address changed when not relocatable"); in extract_kernel()
441 NULL, error); in extract_kernel()
457 error("detected buffer overflow"); in fortify_panic()