Searched refs:ctf_elfwrite (Results  1 – 6 of 6) sorted by relevance
| /illumos-gate/usr/src/lib/libctf/ | 
| H A D | Makefile.shared.com | 56 	ctf_elfwrite.o \
 | 
| /illumos-gate/usr/src/lib/libctf/common/ | 
| H A D | libctf.h | 146 extern int ctf_elfwrite(ctf_file_t *, const char *, const char *, int);
 | 
| H A D | mapfile-vers | 91 	ctf_elfwrite;
 | 
| H A D | ctf_elfwrite.c | 400 ctf_elfwrite(ctf_file_t *fp, const char *input, const char *output, int flags)  in ctf_elfwrite()  function
 | 
| /illumos-gate/usr/src/cmd/ctfconvert/ | 
| H A D | ctfconvert.c | 473 	err = ctf_elfwrite(ofp, infile, outfile, CTF_ELFWRITE_F_COMPRESS);  in main()
 | 
| /illumos-gate/usr/src/cmd/ctfmerge/ | 
| H A D | ctfmerge.c | 446 	err = ctf_elfwrite(ofp, g_outfile, tmpfile, wflags);  in main()
 |