Lines Matching refs:die
147 die("%s", errbuf);
369 die("Cannot read ELF header: %s\n",
373 die("No ELF magic\n");
376 die("Not a %d bit executable\n", ELF_BITS);
379 die("Not a LSB ELF executable\n");
382 die("Unknown ELF version\n");
403 die("Unsupported ELF header type\n");
405 die("Not for %s\n", ELF_MACHINE_NAME);
407 die("Unknown ELF version\n");
409 die("Bad ELF header size\n");
411 die("Bad program header entry\n");
413 die("Bad section header entry\n");
420 die("Seek to %" FMT " failed: %s\n", ehdr.e_shoff, strerror(errno));
423 die("Cannot read initial ELF section header: %s\n", strerror(errno));
433 die("String table index out of bounds\n");
443 die("Unable to allocate %ld section headers\n",
447 die("Seek to %" FMT " failed: %s\n",
453 die("Cannot read ELF section headers %d/%ld: %s\n",
481 die("malloc of %" FMT " bytes for strtab failed\n",
485 die("Seek to %" FMT " failed: %s\n",
490 die("Cannot read symbol table: %s\n",
508 die("malloc of %" FMT " bytes for xsymtab failed\n",
512 die("Seek to %" FMT " failed: %s\n",
517 die("Cannot read extended symbol table: %s\n",
528 die("malloc of %" FMT " bytes for symtab failed\n",
532 die("Seek to %" FMT " failed: %s\n",
537 die("Cannot read symbol table: %s\n",
568 die("malloc of %" FMT " bytes for relocs failed\n",
572 die("Seek to %" FMT " failed: %s\n",
577 die("Cannot read symbol table: %s\n",
721 die("realloc of %ld entries for relocs failed\n",
800 die("can't find __per_cpu_load\n");
874 die("Invalid R_X86_64_PC64 relocation against per-CPU symbol %s\n",
895 die("Invalid absolute %s relocation: %s\n",
907 die("Relocation offset doesn't fit in 32 bits\n");
916 die("Unsupported relocation type: %s (%d)\n",
954 die("Invalid absolute %s relocation: %s\n",
963 die("Unsupported relocation type: %s (%d)\n",
1007 die("Invalid %s %s relocation: %s\n",
1030 die("Invalid %s %s relocation: %s\n",
1036 die("Unsupported relocation type: %s (%d)\n",
1082 die("--realmode not valid for a 64-bit ELF file");
1094 die("Segment relocations found but --realmode not specified\n");