Lines Matching refs:die
136 die("%s", errbuf);
341 die("Cannot read ELF header: %s\n",
345 die("No ELF magic\n");
348 die("Not a %d bit executable\n", ELF_BITS);
351 die("Not a LSB ELF executable\n");
354 die("Unknown ELF version\n");
375 die("Unsupported ELF header type\n");
377 die("Not for %s\n", ELF_MACHINE_NAME);
379 die("Unknown ELF version\n");
381 die("Bad Elf header size\n");
383 die("Bad program header entry\n");
385 die("Bad section header entry\n");
392 die("Seek to %d failed: %s\n", ehdr.e_shoff, strerror(errno));
395 die("Cannot read initial ELF section header: %s\n", strerror(errno));
405 die("String table index out of bounds\n");
415 die("Unable to allocate %d section headers\n",
419 die("Seek to %d failed: %s\n",
425 die("Cannot read ELF section headers %d/%d: %s\n",
453 die("malloc of %d bytes for strtab failed\n",
457 die("Seek to %d failed: %s\n",
462 die("Cannot read symbol table: %s\n",
478 die("malloc of %d bytes for symtab failed\n",
482 die("Seek to %d failed: %s\n",
487 die("Cannot read symbol table: %s\n",
511 die("malloc of %d bytes for relocs failed\n",
515 die("Seek to %d failed: %s\n",
520 die("Cannot read symbol table: %s\n",
656 die("realloc of %ld entries for relocs failed\n",
735 die("can't find __per_cpu_load\n");
807 die("Invalid R_X86_64_PC64 relocation against per-CPU symbol %s\n",
828 die("Invalid absolute %s relocation: %s\n",
840 die("Relocation offset doesn't fit in 32 bits\n");
849 die("Unsupported relocation type: %s (%d)\n",
887 die("Invalid absolute %s relocation: %s\n",
896 die("Unsupported relocation type: %s (%d)\n",
940 die("Invalid %s %s relocation: %s\n",
963 die("Invalid %s %s relocation: %s\n",
969 die("Unsupported relocation type: %s (%d)\n",
1015 die("--realmode not valid for a 64-bit ELF file");
1027 die("Segment relocations found but --realmode not specified\n");