Lines Matching refs:die
147 die("%s", errbuf); in regex_init()
369 die("Cannot read ELF header: %s\n", in read_ehdr()
373 die("No ELF magic\n"); in read_ehdr()
376 die("Not a %d bit executable\n", ELF_BITS); in read_ehdr()
379 die("Not a LSB ELF executable\n"); in read_ehdr()
382 die("Unknown ELF version\n"); in read_ehdr()
403 die("Unsupported ELF header type\n"); in read_ehdr()
405 die("Not for %s\n", ELF_MACHINE_NAME); in read_ehdr()
407 die("Unknown ELF version\n"); in read_ehdr()
409 die("Bad Elf header size\n"); in read_ehdr()
411 die("Bad program header entry\n"); in read_ehdr()
413 die("Bad section header entry\n"); in read_ehdr()
420 die("Seek to %" FMT " failed: %s\n", ehdr.e_shoff, strerror(errno)); in read_ehdr()
423 die("Cannot read initial ELF section header: %s\n", strerror(errno)); in read_ehdr()
433 die("String table index out of bounds\n"); in read_ehdr()
443 die("Unable to allocate %ld section headers\n", in read_shdrs()
447 die("Seek to %" FMT " failed: %s\n", in read_shdrs()
453 die("Cannot read ELF section headers %d/%ld: %s\n", in read_shdrs()
481 die("malloc of %" FMT " bytes for strtab failed\n", in read_strtabs()
485 die("Seek to %" FMT " failed: %s\n", in read_strtabs()
490 die("Cannot read symbol table: %s\n", in read_strtabs()
508 die("malloc of %" FMT " bytes for xsymtab failed\n", in read_symtabs()
512 die("Seek to %" FMT " failed: %s\n", in read_symtabs()
517 die("Cannot read extended symbol table: %s\n", in read_symtabs()
528 die("malloc of %" FMT " bytes for symtab failed\n", in read_symtabs()
532 die("Seek to %" FMT " failed: %s\n", in read_symtabs()
537 die("Cannot read symbol table: %s\n", in read_symtabs()
568 die("malloc of %" FMT " bytes for relocs failed\n", in read_relocs()
572 die("Seek to %" FMT " failed: %s\n", in read_relocs()
577 die("Cannot read symbol table: %s\n", in read_relocs()
713 die("realloc of %ld entries for relocs failed\n", in add_reloc()
792 die("can't find __per_cpu_load\n"); in percpu_init()
866 die("Invalid R_X86_64_PC64 relocation against per-CPU symbol %s\n", in do_reloc64()
887 die("Invalid absolute %s relocation: %s\n", in do_reloc64()
899 die("Relocation offset doesn't fit in 32 bits\n"); in do_reloc64()
908 die("Unsupported relocation type: %s (%d)\n", in do_reloc64()
946 die("Invalid absolute %s relocation: %s\n", in do_reloc32()
955 die("Unsupported relocation type: %s (%d)\n", in do_reloc32()
999 die("Invalid %s %s relocation: %s\n", in do_reloc_real()
1022 die("Invalid %s %s relocation: %s\n", in do_reloc_real()
1028 die("Unsupported relocation type: %s (%d)\n", in do_reloc_real()
1074 die("--realmode not valid for a 64-bit ELF file"); in emit_relocs()
1086 die("Segment relocations found but --realmode not specified\n"); in emit_relocs()