Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_ident.c109 dt_node_type_assign(dnp, idp->di_ctfp, idp->di_type, B_FALSE); in dt_idcook_sign()
150 idp->di_type = DT_DYN_TYPE(yypcb->pcb_hdl); in dt_idcook_assc()
168 dt_node_type_assign(dnp, idp->di_ctfp, idp->di_type, B_FALSE); in dt_idcook_assc()
247 idp->di_type = DT_DYN_TYPE(dtp); in dt_idcook_func()
250 idp->di_type = dtt.dtt_type; in dt_idcook_func()
426 dnp->dn_ident->di_type = xidp->di_type; in dt_idcook_args()
473 idp->di_type = dtt.dtt_type; in dt_idcook_regs()
475 dt_node_type_assign(dnp, idp->di_ctfp, idp->di_type, B_FALSE); in dt_idcook_regs()
482 if (idp->di_type == CTF_ERR) { in dt_idcook_type()
494 idp->di_type = dtt.dtt_type; in dt_idcook_type()
[all …]
H A Ddt_xlator.c139 dxp->dx_ident->di_type = src->dtt_type; in dt_xlator_create()
162 dxp->dx_souid.di_type = dst->dtt_type; in dt_xlator_create()
173 dxp->dx_ptrid.di_type = ptr.dtt_type; in dt_xlator_create()
331 if (ptr && dxp != NULL && dxp->dx_ptrid.di_type == CTF_ERR) in dt_xlator_lookup()
H A Ddt_ident.h81 ctf_id_t di_type; /* CTF identifier for the variable data type */ member
H A Ddt_module.c1082 idp->di_type = tip->dtt_type; in dt_module_extern()
1489 ctf_type_size(idp->di_ctfp, idp->di_type); in dtrace_lookup_by_name()
1682 tip->dtt_type = idp->di_type; in dtrace_symbol_type()
H A Ddt_as.c130 dt_node_type_assign(&dn, idp->di_ctfp, idp->di_type, B_FALSE); in dt_copyvar()
H A Ddt_parser.c1643 if (idp != NULL && idp->di_type != CTF_ERR) in dt_node_decl()
1644 dt_node_type_assign(&idn, idp->di_ctfp, idp->di_type, in dt_node_decl()
2813 idp->di_type = dtt.dtt_type; in dt_xcook_ident()
2991 dnp->dn_ident->di_ctfp, dnp->dn_ident->di_type, in dt_cook_op1()
3582 type = idp->di_type; in dt_cook_op2()
3736 type = ctf_type_resolve(ctfp, idp->di_type); in dt_cook_op2()
H A Ddt_decl.c802 idp->di_type = dsp->ds_type; in dt_decl_enumerator()
H A Ddt_cg.c1486 size = ctf_type_size(dnp->dn_ident->di_ctfp, dnp->dn_ident->di_type); in dt_cg_xlate_expand()
1506 dnp->dn_ident->di_type, dt_cg_xlate_member, in dt_cg_xlate_expand()