Lines Matching refs:die

56 		die("%s", errbuf);
208 die("Cannot read ELF header: %s\n", strerror(errno));
211 die("No ELF magic\n");
214 die("Not a %d bit executable\n", ELF_BITS);
218 die("Unknown ELF Endianness\n");
221 die("Unknown ELF version\n");
239 die("Unsupported ELF header type\n");
242 die("Not for %s\n", ELF_MACHINE_NAME);
245 die("Unknown ELF version\n");
248 die("Bad Elf header size\n");
251 die("Bad program header entry\n");
254 die("Bad section header entry\n");
257 die("String table index out of bounds\n");
267 die("Unable to allocate %d section headers\n", ehdr.e_shnum);
270 die("Seek to %d failed: %s\n", ehdr.e_shoff, strerror(errno));
277 die("Cannot read ELF section headers %d/%d: %s\n",
306 die("malloc of %d bytes for strtab failed\n",
310 die("Seek to %d failed: %s\n",
315 die("Cannot read symbol table: %s\n", strerror(errno));
330 die("malloc of %d bytes for symtab failed\n",
334 die("Seek to %d failed: %s\n",
339 die("Cannot read symbol table: %s\n", strerror(errno));
361 die("Could not find .text section\n");
374 die("malloc of %d bytes for relocs failed\n",
378 die("Seek to %d failed: %s\n",
383 die("Cannot read symbol table: %s\n", strerror(errno));
419 die("Seek to %d failed: %s\n",
423 die("Cannot read ELF section headers %d/%d: %s\n",
433 die("Seek to %d failed: %s\n",
437 die("Cannot write ELF section headers %d/%d: %s\n",
450 die("Kernel image exceeds maximum size for relocation!\n");
459 die("realloc failed\n");
543 die("Unsupported relocation type: %s (%d)\n",
582 die("Could not find relocation section\n");
608 die("Seek to %d failed: %s\n",
625 die("Relocations overflow available space!\n" \