Lines Matching refs:die
55 die("%s", errbuf); in regex_init()
207 die("Cannot read ELF header: %s\n", strerror(errno)); in read_ehdr()
210 die("No ELF magic\n"); in read_ehdr()
213 die("Not a %d bit executable\n", ELF_BITS); in read_ehdr()
217 die("Unknown ELF Endianness\n"); in read_ehdr()
220 die("Unknown ELF version\n"); in read_ehdr()
238 die("Unsupported ELF header type\n"); in read_ehdr()
241 die("Not for %s\n", ELF_MACHINE_NAME); in read_ehdr()
244 die("Unknown ELF version\n"); in read_ehdr()
247 die("Bad Elf header size\n"); in read_ehdr()
250 die("Bad program header entry\n"); in read_ehdr()
253 die("Bad section header entry\n"); in read_ehdr()
256 die("String table index out of bounds\n"); in read_ehdr()
266 die("Unable to allocate %d section headers\n", ehdr.e_shnum); in read_shdrs()
269 die("Seek to %d failed: %s\n", ehdr.e_shoff, strerror(errno)); in read_shdrs()
276 die("Cannot read ELF section headers %d/%d: %s\n", in read_shdrs()
305 die("malloc of %d bytes for strtab failed\n", in read_strtabs()
309 die("Seek to %d failed: %s\n", in read_strtabs()
314 die("Cannot read symbol table: %s\n", strerror(errno)); in read_strtabs()
329 die("malloc of %d bytes for symtab failed\n", in read_symtabs()
333 die("Seek to %d failed: %s\n", in read_symtabs()
338 die("Cannot read symbol table: %s\n", strerror(errno)); in read_symtabs()
360 die("Could not find .text section\n"); in read_relocs()
373 die("malloc of %d bytes for relocs failed\n", in read_relocs()
377 die("Seek to %d failed: %s\n", in read_relocs()
382 die("Cannot read symbol table: %s\n", strerror(errno)); in read_relocs()
418 die("Seek to %d failed: %s\n", in remove_relocs()
422 die("Cannot read ELF section headers %d/%d: %s\n", in remove_relocs()
432 die("Seek to %d failed: %s\n", in remove_relocs()
436 die("Cannot write ELF section headers %d/%d: %s\n", in remove_relocs()
449 die("Kernel image exceeds maximum size for relocation!\n"); in add_reloc()
458 die("realloc failed\n"); in add_reloc()
542 die("Unsupported relocation type: %s (%d)\n", in do_reloc()
581 die("Could not find relocation section\n"); in emit_relocs()
607 die("Seek to %d failed: %s\n", in emit_relocs()
624 die("Relocations overflow available space!\n" \ in emit_relocs()