Searched refs:write_ctf (Results 1 – 4 of 4) sorted by relevance
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | ctfconvert.c | 250 write_ctf(mstrtd, infile, outfile, dynsym | keep_stabs); in main() 253 write_ctf(mstrtd, infile, tmpname, dynsym | keep_stabs); in main()
|
H A D | ctftools.h | 402 void write_ctf(tdata_t *, const char *, const char *, int);
|
H A D | ctfmerge.c | 623 write_ctf(srctd, destfile, tmpname, CTF_COMPRESS | CTF_SWAP_BYTES | keep_stabs); in copy_ctf_data() 1012 write_ctf(savetd, outfile, tmpname, in main()
|
H A D | output.c | 726 write_ctf(tdata_t *td, const char *curname, const char *newname, int flags) in write_ctf() function
|