Home
last modified time | relevance | path

Searched refs:ctf_type_kind (Results 1 – 11 of 11) sorted by relevance

/NextBSD/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_parser.c345 uint_t lkind = ctf_type_kind(lfp, lbase); in dt_type_promote()
348 uint_t rkind = ctf_type_kind(rfp, rbase); in dt_type_promote()
683 uint_t kind = ctf_type_kind(fp, base); in dt_node_type_assign()
762 if (ctf_type_kind(dnp->dn_ctfp, base) == CTF_K_FORWARD) in dt_node_type_size()
773 if (ctf_type_kind(dnp->dn_ctfp, base) == CTF_K_POINTER && in dt_node_type_size()
850 kind = ctf_type_kind(fp, type); in dt_node_is_integer()
870 kind = ctf_type_kind(fp, type); in dt_node_is_float()
889 kind = ctf_type_kind(fp, type); in dt_node_is_scalar()
910 kind = ctf_type_kind(fp, type); in dt_node_is_arith()
929 if (ctf_type_kind(fp, type) != CTF_K_POINTER) in dt_node_is_vfptr()
[all …]
HDdt_xlator.c196 kind = ctf_type_kind(dst->dtt_ctfp, dxp->dx_dst_base); in dt_xlator_create()
267 uint_t dst_kind = ctf_type_kind(dst_ctfp, dst_base); in dt_xlator_lookup()
285 dst_kind = ctf_type_kind(dst_ctfp, dst_base); in dt_xlator_lookup()
363 if (ctf_type_kind(ctfp, ctf_type_resolve(ctfp, type)) == CTF_K_POINTER) in dt_xlator_ident()
HDdt_print.c325 if (bid == CTF_ERR || ctf_type_kind(ctfp, bid) != CTF_K_FUNCTION) { in dt_print_ptr()
386 (kind = ctf_type_kind(ctfp, rtype)) == CTF_ERR) { in dt_print_array()
565 (kind = ctf_type_kind(ctfp, rtype)) == CTF_ERR || in dt_print_member()
691 if (ctfp == NULL || ctf_type_kind(ctfp, id) == CTF_ERR) in dtrace_print()
HDdt_decl.c483 ctf_type_kind(ctfp, type) != CTF_K_FORWARD) in dt_decl_sou()
548 kind = ctf_type_kind(dtt.dtt_ctfp, base); in dt_decl_member()
587 if (ctf_type_kind(dtt.dtt_ctfp, base) != CTF_K_INTEGER || in dt_decl_member()
HDdt_printf.c114 kind = ctf_type_kind(ctfp, base); in pfcheck_str()
127 uint_t kind = ctf_type_kind(ctfp, base); in pfcheck_wstr()
134 ctf_type_kind(ctfp, base) == CTF_K_INTEGER && in pfcheck_wstr()
218 while (ctf_type_kind(ctfp, type) == CTF_K_TYPEDEF) { in pfcheck_xlonglong()
HDdt_cg.c73 while (ctf_type_kind(fp, type) == CTF_K_FORWARD) { in dt_cg_membinfo()
200 kind = ctf_type_kind(ctfp, type); in dt_cg_ptrsize()
650 assert(ctf_type_kind(ctfp, type) == CTF_K_POINTER); in dt_cg_prearith_op()
707 assert(ctf_type_kind(ctfp, type) == CTF_K_POINTER); in dt_cg_postarith_op()
HDdt_module.c1671 if (ctf_type_kind(fp, ctf_type_resolve(fp, id)) != in dtrace_lookup_by_type()
HDdt_consume.c1621 uint_t kind = ctf_type_kind(cbdatap->dtt.dtt_ctfp, type); in dt_print_type_data()
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/sys/
HDctf_api.h188 extern int ctf_type_kind(ctf_file_t *, ctf_id_t);
/NextBSD/cddl/contrib/opensolaris/common/ctf/
HDctf_types.c458 ctf_type_kind(ctf_file_t *fp, ctf_id_t type) in ctf_type_kind() function
609 lkind = ctf_type_kind(lfp, ltype); in ctf_type_compat()
612 rkind = ctf_type_kind(rfp, rtype); in ctf_type_compat()
HDctf_create.c851 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD) in ctf_add_struct()
873 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD) in ctf_add_union()
895 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD) in ctf_add_enum()
1308 dst_kind = ctf_type_kind(dst_fp, dst_type); in ctf_add_type()