Searched refs:ctf_type_reference (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/ |
H A D | ctf_api.h | 189 extern ctf_id_t ctf_type_reference(ctf_file_t *, ctf_id_t);
|
/freebsd/cddl/contrib/opensolaris/common/ctf/ |
H A D | ctf_types.c | 613 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 D | ctf_create.c | 1562 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 D | dt_cg.c | 210 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 D | dt_xlator.c | 283 dst_type = ctf_type_reference(dst_ctfp, dst_type); in dt_xlator_lookup()
|
H A D | dt_parser.c | 932 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 D | dt_print.c | 333 ctf_id_t bid = ctf_type_reference(ctfp, base); in dt_print_ptr()
|
H A D | dt_printf.c | 230 type = ctf_type_reference(ctfp, type); in pfcheck_xlonglong()
|