Home
last modified time | relevance | path

Searched refs:ctf_elfwrite (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libctf/
H A DMakefile.shared.com56 ctf_elfwrite.o \
/illumos-gate/usr/src/lib/libctf/common/
H A Dlibctf.h146 extern int ctf_elfwrite(ctf_file_t *, const char *, const char *, int);
H A Dmapfile-vers91 ctf_elfwrite;
H A Dctf_elfwrite.c400 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 Dctfconvert.c473 err = ctf_elfwrite(ofp, infile, outfile, CTF_ELFWRITE_F_COMPRESS); in main()
/illumos-gate/usr/src/cmd/ctfmerge/
H A Dctfmerge.c446 err = ctf_elfwrite(ofp, g_outfile, tmpfile, wflags); in main()