Lines Matching refs:die

56 		die("%s", errbuf);
143 die("Cannot read ELF header: %s\n", strerror(errno));
146 die("No ELF magic\n");
149 die("Not a %d bit executable\n", ELF_BITS);
152 die("Unsupported ELF Endianness\n");
155 die("Unknown ELF version\n");
158 die("Unsupported ELF header type\n");
161 die("Not for %s\n", ELF_MACHINE_NAME);
164 die("Unknown ELF version\n");
167 die("Bad Elf header size\n");
170 die("Bad program header entry\n");
173 die("Bad section header entry\n");
176 die("String table index out of bounds\n");
185 die("Unable to allocate %d section headers\n", ehdr.e_shnum);
188 die("Seek to %d failed: %s\n", ehdr.e_shoff, strerror(errno));
195 die("Cannot read ELF section headers %d/%d: %s\n",
215 die("malloc of %d bytes for strtab failed\n",
219 die("Seek to %d failed: %s\n",
224 die("Cannot read symbol table: %s\n", strerror(errno));
239 die("malloc of %d bytes for symtab failed\n",
243 die("Seek to %d failed: %s\n",
248 die("Cannot read symbol table: %s\n", strerror(errno));
261 die("Could not find .text section\n");
274 die("malloc of %d bytes for relocs failed\n",
278 die("Seek to %d failed: %s\n",
283 die("Cannot read symbol table: %s\n", strerror(errno));
306 die("Seek to %d failed: %s\n",
310 die("Cannot read ELF section headers %d/%d: %s\n",
320 die("Seek to %d failed: %s\n",
324 die("Cannot write ELF section headers %d/%d: %s\n",
337 die("Kernel image exceeds maximum size for relocation!\n");
346 die("realloc failed\n");
436 die("Unsupported relocation type: %s (%d)\n", rel_type(r_type), r_type);
469 die("Could not find relocation section\n");
495 die("Seek to %d failed: %s\n",
512 die("Relocations overflow available space!\n" \