Lines Matching refs:die
18 static void die(char *fmt, ...);
105 die("%s", errbuf); in regex_init()
110 static void die(char *fmt, ...) in die() function
255 die("Cannot read ELF header: %s\n", in read_ehdr()
259 die("No ELF magic\n"); in read_ehdr()
262 die("Not a 32 bit executable\n"); in read_ehdr()
265 die("Not a LSB ELF executable\n"); in read_ehdr()
268 die("Unknown ELF version\n"); in read_ehdr()
286 die("Unsupported ELF header type\n"); in read_ehdr()
289 die("Not for x86\n"); in read_ehdr()
292 die("Unknown ELF version\n"); in read_ehdr()
295 die("Bad Elf header size\n"); in read_ehdr()
298 die("Bad program header entry\n"); in read_ehdr()
301 die("Bad section header entry\n"); in read_ehdr()
304 die("String table index out of bounds\n"); in read_ehdr()
315 die("Unable to allocate %d section headers\n", in read_shdrs()
319 die("Seek to %d failed: %s\n", in read_shdrs()
325 die("Cannot read ELF section headers %d/%d: %s\n", in read_shdrs()
353 die("malloc of %d bytes for strtab failed\n", in read_strtabs()
357 die("Seek to %d failed: %s\n", in read_strtabs()
362 die("Cannot read symbol table: %s\n", in read_strtabs()
378 die("malloc of %d bytes for symtab failed\n", in read_symtabs()
382 die("Seek to %d failed: %s\n", in read_symtabs()
387 die("Cannot read symbol table: %s\n", in read_symtabs()
411 die("malloc of %d bytes for relocs failed\n", in read_relocs()
415 die("Seek to %d failed: %s\n", in read_relocs()
420 die("Cannot read symbol table: %s\n", in read_relocs()
616 die("Unsupported relocation type: %s (%d)\n", in walk_relocs()
621 die("Invalid %s %s relocation: %s\n", in walk_relocs()
673 die("malloc of %d entries for relocs failed\n", in emit_relocs()
679 die("malloc of %d entries for relocs16 failed\n", in emit_relocs()
687 die("Segment relocations found but --realmode not specified\n"); in emit_relocs()
742 die("relocs [--abs-syms|--abs-relocs|--text|--realmode] vmlinux\n"); in usage()
790 die("Cannot open %s: %s\n", in main()