Lines Matching refs:error
16 #include "error.h"
247 error("32-bit relocation outside of kernel!\n");
258 error("inverse 32-bit relocation outside of kernel!\n");
268 error("64-bit relocation outside of kernel!\n");
297 error("Kernel is not a valid ELF file");
303 error("Failed to allocate space for phdrs");
314 error("Alignment of LOAD segment isn't multiple of 2MB");
341 void (*error)(char *x))
351 NULL, error) < 0)
463 error("Destination physical address inappropriately aligned");
465 error("Destination virtual address inappropriately aligned");
468 error("Destination address too large");
470 error("Destination virtual address is beyond the kernel mapping area");
473 error("Destination address too large");
477 error("Destination virtual address changed when not relocatable");
487 entry_offset = decompress_kernel(output, virt_addr, error);
501 error("detected buffer overflow");