Lines Matching refs:die
137 die("%s", errbuf); in regex_init()
342 die("Cannot read ELF header: %s\n", in read_ehdr()
346 die("No ELF magic\n"); in read_ehdr()
349 die("Not a %d bit executable\n", ELF_BITS); in read_ehdr()
352 die("Not a LSB ELF executable\n"); in read_ehdr()
355 die("Unknown ELF version\n"); in read_ehdr()
376 die("Unsupported ELF header type\n"); in read_ehdr()
378 die("Not for %s\n", ELF_MACHINE_NAME); in read_ehdr()
380 die("Unknown ELF version\n"); in read_ehdr()
382 die("Bad Elf header size\n"); in read_ehdr()
384 die("Bad program header entry\n"); in read_ehdr()
386 die("Bad section header entry\n"); in read_ehdr()
393 die("Seek to %d failed: %s\n", ehdr.e_shoff, strerror(errno)); in read_ehdr()
396 die("Cannot read initial ELF section header: %s\n", strerror(errno)); in read_ehdr()
406 die("String table index out of bounds\n"); in read_ehdr()
416 die("Unable to allocate %d section headers\n", in read_shdrs()
420 die("Seek to %d failed: %s\n", in read_shdrs()
426 die("Cannot read ELF section headers %d/%d: %s\n", in read_shdrs()
454 die("malloc of %d bytes for strtab failed\n", in read_strtabs()
458 die("Seek to %d failed: %s\n", in read_strtabs()
463 die("Cannot read symbol table: %s\n", in read_strtabs()
479 die("malloc of %d bytes for symtab failed\n", in read_symtabs()
483 die("Seek to %d failed: %s\n", in read_symtabs()
488 die("Cannot read symbol table: %s\n", in read_symtabs()
512 die("malloc of %d bytes for relocs failed\n", in read_relocs()
516 die("Seek to %d failed: %s\n", in read_relocs()
521 die("Cannot read symbol table: %s\n", in read_relocs()
657 die("realloc of %ld entries for relocs failed\n", in add_reloc()
736 die("can't find __per_cpu_load\n"); in percpu_init()
808 die("Invalid R_X86_64_PC64 relocation against per-CPU symbol %s\n", in do_reloc64()
814 die("Non-whitelisted %s relocation: %s\n", in do_reloc64()
835 die("Invalid absolute %s relocation: %s\n", in do_reloc64()
847 die("Relocation offset doesn't fit in 32 bits\n"); in do_reloc64()
856 die("Unsupported relocation type: %s (%d)\n", in do_reloc64()
894 die("Invalid absolute %s relocation: %s\n", in do_reloc32()
903 die("Unsupported relocation type: %s (%d)\n", in do_reloc32()
947 die("Invalid %s %s relocation: %s\n", in do_reloc_real()
970 die("Invalid %s %s relocation: %s\n", in do_reloc_real()
976 die("Unsupported relocation type: %s (%d)\n", in do_reloc_real()
1022 die("--realmode not valid for a 64-bit ELF file"); in emit_relocs()
1034 die("Segment relocations found but --realmode not specified\n"); in emit_relocs()