Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/abi/apptrace/common/
H A Dapptraceutil.c64 type = ctf_type_reference(ctfp, rtype); in print_value()
232 if ((base = ctf_type_reference(ctfp, base)) == CTF_ERR) in print_ptr()
H A Dapptrace.c620 type = ctf_type_reference(ctfp, rtype); in la_sparcv9_pltenter()
650 type = ctf_type_reference(ctfp, rtype); in la_sparcv9_pltenter()
/onnv-gate/usr/src/cmd/mdb/common/libstandctf/
H A Dmapfile83 ctf_type_reference;
/onnv-gate/usr/src/uts/common/ctf/
H A Dmapfile97 ctf_type_reference;
/onnv-gate/usr/src/lib/libctf/common/
H A Dmapfile-vers106 ctf_type_reference;
/onnv-gate/usr/src/uts/common/sys/
H A Dctf_api.h181 extern ctf_id_t ctf_type_reference(ctf_file_t *, ctf_id_t);
/onnv-gate/usr/src/common/ctf/
H A Dctf_types.c448 ctf_type_reference(ctf_file_t *fp, ctf_id_t type) in ctf_type_reference() function
603 return (ctf_type_compat(lfp, ctf_type_reference(lfp, ltype), in ctf_type_compat()
604 rfp, ctf_type_reference(rfp, rtype))); in ctf_type_compat()
H A Dctf_create.c1209 src_type = ctf_type_reference(src_fp, src_type); in ctf_add_type()
1340 src_type = ctf_type_reference(src_fp, src_type); in ctf_add_type()
/onnv-gate/usr/src/lib/libdtrace/common/
H A Ddt_cg.c210 type = ctf_type_reference(ctfp, type); in dt_cg_ptrsize()
344 type = ctf_type_reference(fp, type); in dt_cg_field_set()
626 size = ctf_type_size(ctfp, ctf_type_reference(ctfp, type)); in dt_cg_prearith_op()
685 size = ctf_type_size(ctfp, ctf_type_reference(ctfp, type)); in dt_cg_postarith_op()
1693 type = ctf_type_reference(ctfp, type); in dt_cg_node()
H A Ddt_xlator.c281 dst_type = ctf_type_reference(dst_ctfp, dst_type); in dt_xlator_lookup()
H A Ddt_parser.c881 type = ctf_type_resolve(fp, ctf_type_reference(fp, type)); in dt_node_is_vfptr()
944 (base = ctf_type_reference(fp, base)) != CTF_ERR && in dt_node_is_strcompat()
1042 ctf_type_reference(lfp, lbase)); in dt_node_is_ptrcompat()
1055 ctf_type_reference(rfp, rbase)); in dt_node_is_ptrcompat()
2905 type = ctf_type_reference(cp->dn_ctfp, type); in dt_cook_op1()
3639 type = ctf_type_reference(ctfp, type); in dt_cook_op2()
4144 ltype = ctf_type_reference(lctfp, ltype); in dt_cook_inline()
H A Ddt_printf.c214 type = ctf_type_reference(ctfp, type); in pfcheck_xlonglong()
/onnv-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c477 if ((id = ctf_type_reference(idp->mci_fp, idp->mci_id)) == CTF_ERR) { in mdb_ctf_type_reference()