Lines Matching refs:die
132 die("%s", errbuf); in regex_init()
336 die("Cannot read ELF header: %s\n", in read_ehdr()
340 die("No ELF magic\n"); in read_ehdr()
343 die("Not a %d bit executable\n", ELF_BITS); in read_ehdr()
346 die("Not a LSB ELF executable\n"); in read_ehdr()
349 die("Unknown ELF version\n"); in read_ehdr()
367 die("Unsupported ELF header type\n"); in read_ehdr()
370 die("Not for %s\n", ELF_MACHINE_NAME); in read_ehdr()
373 die("Unknown ELF version\n"); in read_ehdr()
376 die("Bad Elf header size\n"); in read_ehdr()
379 die("Bad program header entry\n"); in read_ehdr()
382 die("Bad section header entry\n"); in read_ehdr()
385 die("String table index out of bounds\n"); in read_ehdr()
396 die("Unable to allocate %d section headers\n", in read_shdrs()
400 die("Seek to %d failed: %s\n", in read_shdrs()
406 die("Cannot read ELF section headers %d/%d: %s\n", in read_shdrs()
434 die("malloc of %d bytes for strtab failed\n", in read_strtabs()
438 die("Seek to %d failed: %s\n", in read_strtabs()
443 die("Cannot read symbol table: %s\n", in read_strtabs()
459 die("malloc of %d bytes for symtab failed\n", in read_symtabs()
463 die("Seek to %d failed: %s\n", in read_symtabs()
468 die("Cannot read symbol table: %s\n", in read_symtabs()
492 die("malloc of %d bytes for relocs failed\n", in read_relocs()
496 die("Seek to %d failed: %s\n", in read_relocs()
501 die("Cannot read symbol table: %s\n", in read_relocs()
637 die("realloc of %ld entries for relocs failed\n", in add_reloc()
716 die("can't find __per_cpu_load\n"); in percpu_init()
797 die("Invalid absolute %s relocation: %s\n", in do_reloc64()
809 die("Relocation offset doesn't fit in 32 bits\n"); in do_reloc64()
818 die("Unsupported relocation type: %s (%d)\n", in do_reloc64()
854 die("Invalid absolute %s relocation: %s\n", in do_reloc32()
863 die("Unsupported relocation type: %s (%d)\n", in do_reloc32()
905 die("Invalid %s %s relocation: %s\n", in do_reloc_real()
928 die("Invalid %s %s relocation: %s\n", in do_reloc_real()
934 die("Unsupported relocation type: %s (%d)\n", in do_reloc_real()
980 die("--realmode not valid for a 64-bit ELF file"); in emit_relocs()
992 die("Segment relocations found but --realmode not specified\n"); in emit_relocs()