Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_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 …]
H A Ddt_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()
365 if (ctf_type_kind(ctfp, ctf_type_resolve(ctfp, type)) == CTF_K_POINTER) in dt_xlator_ident()
H A Ddt_print.c338 if (bid == CTF_ERR || ctf_type_kind(ctfp, bid) != CTF_K_FUNCTION) { in dt_print_ptr()
400 (kind = ctf_type_kind(ctfp, rtype)) == CTF_ERR) { in dt_print_array()
610 (kind = ctf_type_kind(ctfp, rtype)) == CTF_ERR || in dt_format_member()
663 (kind = ctf_type_kind(ctfp, rtype)) == CTF_ERR || in dt_print_member()
785 if (ctfp == NULL || ctf_type_kind(ctfp, id) == CTF_ERR) in dt_print_prepare()
H A Ddt_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()
H A Ddt_printf.c121 kind = ctf_type_kind(ctfp, base); in pfcheck_str()
134 uint_t kind = ctf_type_kind(ctfp, base); in pfcheck_wstr()
141 ctf_type_kind(ctfp, base) == CTF_K_INTEGER && in pfcheck_wstr()
225 while (ctf_type_kind(ctfp, type) == CTF_K_TYPEDEF) { in pfcheck_xlonglong()
H A Ddt_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()
H A Ddt_module.c1646 if (ctf_type_kind(fp, ctf_type_resolve(fp, id)) != in dtrace_lookup_by_type()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dctf_api.h188 extern int ctf_type_kind(ctf_file_t *, ctf_id_t);
/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_types.c595 ctf_type_kind(ctf_file_t *fp, ctf_id_t type) in ctf_type_kind() function
754 lkind = ctf_type_kind(lfp, ltype); in ctf_type_compat()
757 rkind = ctf_type_kind(rfp, rtype); in ctf_type_compat()
H A Dctf_create.c956 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD) in ctf_add_struct()
978 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD) in ctf_add_union()
1000 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD) in ctf_add_enum()
1456 dst_kind = ctf_type_kind(dst_fp, dst_type); in ctf_add_type()