Home
last modified time | relevance | path

Searched refs:ctf_create (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/
H A DMakefile.libstandctf31 ctf_create.c \
/illumos-gate/usr/src/lib/libctf/
H A DMakefile.shared.com36 ctf_create.o \
/illumos-gate/usr/src/cmd/mdb/common/libstandctf/
H A Dmapfile57 ctf_create;
/illumos-gate/usr/src/uts/common/ctf/
H A Dmapfile61 ctf_create;
/illumos-gate/usr/src/lib/libctf/common/
H A Dmapfile-vers78 ctf_create;
/illumos-gate/usr/src/uts/common/sys/
H A Dctf_api.h215 extern ctf_file_t *ctf_create(int *);
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_open.c1100 if ((dmp->dm_ctfp = ctf_create(&dtp->dt_ctferr)) == NULL) in dt_vopen()
1166 if ((dmp->dm_ctfp = ctf_create(&dtp->dt_ctferr)) == NULL) in dt_vopen()
/illumos-gate/usr/src/common/ctf/
H A Dctf_create.c62 ctf_create(int *errp) in ctf_create() function
109 return (ctf_create(errp)); in ctf_fdcreate()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c1741 if ((mdb.m_synth = ctf_create(&err)) == NULL) in mdb_ctf_synthetics_init()
/illumos-gate/usr/src/uts/common/
H A DMakefile.files1847 CTF_OBJS += ctf_create.o ctf_decl.o ctf_error.o ctf_hash.o ctf_labels.o \