Lines Matching refs:die
146 die("%s", errbuf); in regex_init()
368 die("Cannot read ELF header: %s\n", in read_ehdr()
372 die("No ELF magic\n"); in read_ehdr()
375 die("Not a %d bit executable\n", ELF_BITS); in read_ehdr()
378 die("Not a LSB ELF executable\n"); in read_ehdr()
381 die("Unknown ELF version\n"); in read_ehdr()
402 die("Unsupported ELF header type\n"); in read_ehdr()
404 die("Not for %s\n", ELF_MACHINE_NAME); in read_ehdr()
406 die("Unknown ELF version\n"); in read_ehdr()
408 die("Bad Elf header size\n"); in read_ehdr()
410 die("Bad program header entry\n"); in read_ehdr()
412 die("Bad section header entry\n"); in read_ehdr()
419 die("Seek to %" FMT " failed: %s\n", ehdr.e_shoff, strerror(errno)); in read_ehdr()
422 die("Cannot read initial ELF section header: %s\n", strerror(errno)); in read_ehdr()
432 die("String table index out of bounds\n"); in read_ehdr()
442 die("Unable to allocate %ld section headers\n", in read_shdrs()
446 die("Seek to %" FMT " failed: %s\n", in read_shdrs()
452 die("Cannot read ELF section headers %d/%ld: %s\n", in read_shdrs()
480 die("malloc of %" FMT " bytes for strtab failed\n", in read_strtabs()
484 die("Seek to %" FMT " failed: %s\n", in read_strtabs()
489 die("Cannot read symbol table: %s\n", in read_strtabs()
507 die("malloc of %" FMT " bytes for xsymtab failed\n", in read_symtabs()
511 die("Seek to %" FMT " failed: %s\n", in read_symtabs()
516 die("Cannot read extended symbol table: %s\n", in read_symtabs()
527 die("malloc of %" FMT " bytes for symtab failed\n", in read_symtabs()
531 die("Seek to %" FMT " failed: %s\n", in read_symtabs()
536 die("Cannot read symbol table: %s\n", in read_symtabs()
567 die("malloc of %" FMT " bytes for relocs failed\n", in read_relocs()
571 die("Seek to %" FMT " failed: %s\n", in read_relocs()
576 die("Cannot read symbol table: %s\n", in read_relocs()
712 die("realloc of %ld entries for relocs failed\n", in add_reloc()
791 die("can't find __per_cpu_load\n"); in percpu_init()
865 die("Invalid R_X86_64_PC64 relocation against per-CPU symbol %s\n", in do_reloc64()
886 die("Invalid absolute %s relocation: %s\n", in do_reloc64()
898 die("Relocation offset doesn't fit in 32 bits\n"); in do_reloc64()
907 die("Unsupported relocation type: %s (%d)\n", in do_reloc64()
945 die("Invalid absolute %s relocation: %s\n", in do_reloc32()
954 die("Unsupported relocation type: %s (%d)\n", in do_reloc32()
998 die("Invalid %s %s relocation: %s\n", in do_reloc_real()
1021 die("Invalid %s %s relocation: %s\n", in do_reloc_real()
1027 die("Unsupported relocation type: %s (%d)\n", in do_reloc_real()
1073 die("--realmode not valid for a 64-bit ELF file"); in emit_relocs()
1085 die("Segment relocations found but --realmode not specified\n"); in emit_relocs()