Searched refs:elfterminate (Results 1 – 4 of 4) sorted by relevance
| /freebsd-10-stable/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| D | output.c | 374 elfterminate(file, "Couldn't read symbol %d", i); in sort_iidescs() 478 elfterminate(dstname, "Cannot copy ehdr to temp file"); in write_file() 494 elfterminate(dstname, "Cannot make phdrs in temp file"); in write_file() 513 elfterminate(srcname, "Can't find string at %u", in write_file() 575 elfterminate(srcname, "Can't find string at %u", in write_file() 581 elfterminate(dstname, "Cannot update sect %s", sname); in write_file() 585 elfterminate(srcname, "Cannot get sect %s data", sname); in write_file() 587 elfterminate(dstname, "Can't make sect %s data", sname); in write_file() 656 elfterminate(dstname, "Cannot update sect %s", sname); in write_file() 709 elfterminate(dstname, "Cannot finalize temp file"); in write_file() [all …]
|
| D | util.c | 71 elfterminate(file, "Couldn't read ehdr"); in findelfsecidx() 77 elfterminate(file, in findelfsecidx() 84 elfterminate(file, in findelfsecidx() 234 elfterminate(const char *file, const char *fmt, ...) in elfterminate() function
|
| D | input.c | 107 elfterminate(file, "Cannot read CTF section"); in read_file() 142 elfterminate(file, "Can't get archive header for " in read_archive() 199 elfterminate(file, "Cannot read"); in read_ctf_common() 357 elfterminate(file, "Cannot read .symtab"); in symit_new() 361 elfterminate(file, "Cannot read strings for .symtab"); in symit_new()
|
| D | ctftools.h | 441 void elfterminate(const char *, const char *, ...);
|