Searched refs:elfterminate (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/tools/ctf/cvt/ |
H A D | util.c | 71 elfterminate(file, "Couldn't read ehdr"); in findelfsecidx() 77 elfterminate(file, in findelfsecidx() 84 elfterminate(file, in findelfsecidx() 220 elfterminate(const char *file, const char *fmt, ...) in elfterminate() function
|
H A D | output.c | 365 elfterminate(file, "Couldn't read symbol %d", i); in sort_iidescs() 467 elfterminate(dstname, "Cannot copy ehdr to temp file"); in write_file() 483 elfterminate(dstname, "Cannot make phdrs in temp file"); in write_file() 502 elfterminate(srcname, "Can't find string at %u", in write_file() 558 elfterminate(srcname, "Can't find string at %u", in write_file() 562 elfterminate(srcname, "Cannot get sect %s data", sname); in write_file() 564 elfterminate(dstname, "Can't make sect %s data", sname); in write_file() 611 elfterminate(dstname, "Cannot update sect %s", sname); in write_file() 663 elfterminate(dstname, "Cannot finalize temp file"); in write_file() 698 elfterminate(curname, "Cannot re-read"); in write_ctf() [all …]
|
H A D | input.c | 106 elfterminate(file, "Cannot read CTF section"); in read_file() 141 elfterminate(file, "Can't get archive header for " in read_archive() 198 elfterminate(file, "Cannot read"); in read_ctf_common() 356 elfterminate(file, "Cannot read .symtab"); in symit_new() 360 elfterminate(file, "Cannot read strings for .symtab"); in symit_new()
|
H A D | ctftools.h | 439 void elfterminate(const char *, const char *, ...);
|