Searched refs:ctf_type_kind (Results 1 – 11 of 11) sorted by relevance
| /NextBSD/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| HD | dt_parser.c | 345 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 …]
|
| HD | dt_xlator.c | 196 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()
|
| HD | dt_print.c | 325 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()
|
| HD | dt_decl.c | 483 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()
|
| HD | dt_printf.c | 114 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()
|
| HD | dt_cg.c | 73 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()
|
| HD | dt_module.c | 1671 if (ctf_type_kind(fp, ctf_type_resolve(fp, id)) != in dtrace_lookup_by_type()
|
| HD | dt_consume.c | 1621 uint_t kind = ctf_type_kind(cbdatap->dtt.dtt_ctfp, type); in dt_print_type_data()
|
| /NextBSD/sys/cddl/contrib/opensolaris/uts/common/sys/ |
| HD | ctf_api.h | 188 extern int ctf_type_kind(ctf_file_t *, ctf_id_t);
|
| /NextBSD/cddl/contrib/opensolaris/common/ctf/ |
| HD | ctf_types.c | 458 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()
|
| HD | ctf_create.c | 851 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()
|