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