Home
last modified time | relevance | path

Searched refs:ctf_type_reference (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/cmd/ctfdump/
H A Dctfdump.c557 if ((ref = ctf_type_reference(g_fp, id)) == CTF_ERR) in ctfdump_types_cb()
638 if ((ref = ctf_type_reference(g_fp, id)) == CTF_ERR) in ctfdump_types_cb()
645 if ((ref = ctf_type_reference(g_fp, id)) == CTF_ERR) in ctfdump_types_cb()
652 if ((ref = ctf_type_reference(g_fp, id)) == CTF_ERR) in ctfdump_types_cb()
659 if ((ref = ctf_type_reference(g_fp, id)) == CTF_ERR) in ctfdump_types_cb()
703 if ((ref = ctf_type_reference(g_fp, id)) == CTF_ERR) { in ctfsrc_refname()
839 ctf_type_reference(g_fp, id), refname, in ctfsrc_type()
846 ref = ctf_type_reference(g_fp, id); in ctfsrc_type()
/illumos-gate/usr/src/lib/abi/apptrace/common/
H A Dapptraceutil.c62 type = ctf_type_reference(ctfp, rtype); in print_value()
230 if ((base = ctf_type_reference(ctfp, base)) == CTF_ERR) in print_ptr()
H A Dapptrace.c618 type = ctf_type_reference(ctfp, rtype); in la_sparcv9_pltenter()
648 type = ctf_type_reference(ctfp, rtype); in la_sparcv9_pltenter()
/illumos-gate/usr/src/cmd/mdb/common/libstandctf/
H A Dmapfile90 ctf_type_reference;
/illumos-gate/usr/src/uts/common/ctf/
H A Dmapfile97 ctf_type_reference;
/illumos-gate/usr/src/lib/libctf/common/
H A Dmapfile-vers159 ctf_type_reference;
H A Dctf_diff.c167 iref = ctf_type_reference(ifp, iid); in ctf_diff_typedef()
174 oref = ctf_type_reference(ofp, oid); in ctf_diff_typedef()
193 iref = ctf_type_reference(ifp, iid); in ctf_diff_qualifier()
197 oref = ctf_type_reference(ofp, oid); in ctf_diff_qualifier()
H A Dctf_merge.c264 reftype = ctf_type_reference(cmp->cm_src, id); in ctf_merge_add_reftype()
301 reftype = ctf_type_reference(cmp->cm_src, id); in ctf_merge_add_typedef()
/illumos-gate/usr/src/uts/common/sys/
H A Dctf_api.h260 extern ctf_id_t ctf_type_reference(ctf_file_t *, ctf_id_t);
/illumos-gate/usr/src/common/ctf/
H A Dctf_types.c634 ctf_type_reference(ctf_file_t *fp, ctf_id_t type) in ctf_type_reference() function
789 return (ctf_type_compat(lfp, ctf_type_reference(lfp, ltype), in ctf_type_compat()
790 rfp, ctf_type_reference(rfp, rtype))); in ctf_type_compat()
H A Dctf_create.c1821 src_type = ctf_type_reference(src_fp, src_type); in ctf_add_type()
1961 src_type = ctf_type_reference(src_fp, src_type); in ctf_add_type()
/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A Dcheck-common.c363 base = ctf_type_reference(fp, base); in ctftest_check_descent()
678 (tid = ctf_type_reference(fp, tid)) == CTF_ERR) { in ctftest_check_fptr()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_cg.c214 type = ctf_type_reference(ctfp, type); in dt_cg_ptrsize()
347 type = ctf_type_reference(fp, type); in dt_cg_field_set()
655 size = ctf_type_size(ctfp, ctf_type_reference(ctfp, type)); in dt_cg_prearith_op()
712 size = ctf_type_size(ctfp, ctf_type_reference(ctfp, type)); in dt_cg_postarith_op()
1889 type = ctf_type_reference(ctfp, type); in dt_cg_node()
H A Ddt_xlator.c283 dst_type = ctf_type_reference(dst_ctfp, dst_type); in dt_xlator_lookup()
H A Ddt_print.c339 ctf_id_t bid = ctf_type_reference(ctfp, base); in dt_print_ptr()
H A Ddt_parser.c937 type = ctf_type_resolve(fp, ctf_type_reference(fp, type)); in dt_node_is_vfptr()
1000 (base = ctf_type_reference(fp, base)) != CTF_ERR && in dt_node_is_strcompat()
1098 ctf_type_reference(lfp, lbase)); in dt_node_is_ptrcompat()
1111 ctf_type_reference(rfp, rbase)); in dt_node_is_ptrcompat()
2989 type = ctf_type_reference(cp->dn_ctfp, type); in dt_cook_op1()
3733 type = ctf_type_reference(ctfp, type); in dt_cook_op2()
4249 ltype = ctf_type_reference(lctfp, ltype); in dt_cook_inline()
H A Ddt_printf.c216 type = ctf_type_reference(ctfp, type); in pfcheck_xlonglong()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c606 if ((id = ctf_type_reference(idp->mci_fp, idp->mci_id)) == CTF_ERR) { in mdb_ctf_type_reference()