Home
last modified time | relevance | path

Searched refs:ctf_add_type (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/libstandctf/
H A Dmapfile51 ctf_add_type;
/illumos-gate/usr/src/uts/common/ctf/
H A Dmapfile54 ctf_add_type;
/illumos-gate/usr/src/lib/libctf/common/
H A Dmapfile-vers66 ctf_add_type;
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c1862 rid = ctf_add_type(mdb.m_synth, mcip->mci_fp, mcip->mci_id); in mdb_ctf_add_typedef()
1978 mtid = ctf_add_type(mdb.m_synth, mcim->mci_fp, mcim->mci_id); in mdb_ctf_add_member()
2025 id = ctf_add_type(mdb.m_synth, mcip->mci_fp, mcip->mci_id); in mdb_ctf_add_array()
2034 id = ctf_add_type(mdb.m_synth, mcip->mci_fp, mcip->mci_id); in mdb_ctf_add_array()
2078 id = ctf_add_type(mdb.m_synth, mcip->mci_fp, mcip->mci_id); in mdb_ctf_add_pointer()
2147 if (ctf_add_type(targ, mcip->mci_fp, mcip->mci_id) == CTF_ERR) { in mdb_ctf_synthetics_file_cb()
/illumos-gate/usr/src/common/ctf/
H A Dctf_create.c1696 ctf_add_type(ctf_file_t *dst_fp, ctf_file_t *src_fp, ctf_id_t src_type) in ctf_add_type() function
1822 src_type = ctf_add_type(dst_fp, src_fp, src_type); in ctf_add_type()
1835 ctf_add_type(dst_fp, src_fp, src_ar.ctr_contents); in ctf_add_type()
1837 ctf_add_type(dst_fp, src_fp, src_ar.ctr_index); in ctf_add_type()
1855 ctc.ctc_return = ctf_add_type(dst_fp, src_fp, tp->ctt_type); in ctf_add_type()
1917 if ((dmd->dmd_type = ctf_add_type(dst_fp, src_fp, in ctf_add_type()
1962 src_type = ctf_add_type(dst_fp, src_fp, src_type); in ctf_add_type()
/illumos-gate/usr/src/uts/common/sys/
H A Dctf_api.h296 extern ctf_id_t ctf_add_type(ctf_file_t *, ctf_file_t *, ctf_id_t);
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_decl.c666 dtt.dtt_type = ctf_add_type(dsp->ds_ctfp, in dt_decl_member()
974 tip->dtt_type = ctf_add_type(dmp->dm_ctfp, in dt_decl_type()
H A Ddt_parser.c287 (type = ctf_add_type(dmp->dm_ctfp, ctfp, type)) == CTF_ERR) { in dt_type_pointer()
1535 dtt.dtt_type = ctf_add_type(dmp->dm_ctfp, in dt_node_decl()