Home
last modified time | relevance | path

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

/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dctf_api.h189 extern ctf_id_t ctf_type_reference(ctf_file_t *, ctf_id_t);
/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_types.c613 ctf_type_reference(ctf_file_t *fp, ctf_id_t type) in ctf_type_reference() function
772 return (ctf_type_compat(lfp, ctf_type_reference(lfp, ltype), in ctf_type_compat()
773 rfp, ctf_type_reference(rfp, rtype))); in ctf_type_compat()
H A Dctf_create.c1562 src_type = ctf_type_reference(src_fp, src_type); in ctf_add_type()
1696 src_type = ctf_type_reference(src_fp, src_type); in ctf_add_type()
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cg.c210 type = ctf_type_reference(ctfp, type); in dt_cg_ptrsize()
343 type = ctf_type_reference(fp, type); in dt_cg_field_set()
651 size = ctf_type_size(ctfp, ctf_type_reference(ctfp, type)); in dt_cg_prearith_op()
708 size = ctf_type_size(ctfp, ctf_type_reference(ctfp, type)); in dt_cg_postarith_op()
1868 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_parser.c932 type = ctf_type_resolve(fp, ctf_type_reference(fp, type)); in dt_node_is_vfptr()
995 (base = ctf_type_reference(fp, base)) != CTF_ERR && in dt_node_is_strcompat()
1093 ctf_type_reference(lfp, lbase)); in dt_node_is_ptrcompat()
1106 ctf_type_reference(rfp, rbase)); in dt_node_is_ptrcompat()
3025 type = ctf_type_reference(cp->dn_ctfp, type); in dt_cook_op1()
3770 type = ctf_type_reference(ctfp, type); in dt_cook_op2()
4285 ltype = ctf_type_reference(lctfp, ltype); in dt_cook_inline()
H A Ddt_print.c333 ctf_id_t bid = ctf_type_reference(ctfp, base); in dt_print_ptr()
H A Ddt_printf.c230 type = ctf_type_reference(ctfp, type); in pfcheck_xlonglong()