Lines Matching refs:die

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