Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_ident.c101 dt_node_type_assign(dnp, idp->di_ctfp, idp->di_type, B_FALSE); in dt_idcook_sign()
141 idp->di_ctfp = DT_DYN_CTFP(yypcb->pcb_hdl); in dt_idcook_assc()
235 idp->di_ctfp = DT_DYN_CTFP(dtp); in dt_idcook_func()
238 idp->di_ctfp = dtt.dtt_ctfp; in dt_idcook_func()
415 dnp->dn_ident->di_ctfp = xidp->di_ctfp; in dt_idcook_args()
462 idp->di_ctfp = dtt.dtt_ctfp; in dt_idcook_regs()
483 idp->di_ctfp = dtt.dtt_ctfp; in dt_idcook_type()
494 if (idp->di_ctfp != NULL && idp->di_type != CTF_ERR) in dt_idcook_thaw()
559 return (ctf_type_size(idp->di_ctfp, idp->di_type)); in dt_idsize_type()
921 idp->di_ctfp = NULL; in dt_ident_create()
[all …]
H A Ddt_xlator.c138 dxp->dx_ident->di_ctfp = src->dtt_ctfp; in dt_xlator_create()
161 dxp->dx_souid.di_ctfp = dst->dtt_ctfp; in dt_xlator_create()
172 dxp->dx_ptrid.di_ctfp = ptr.dtt_ctfp; in dt_xlator_create()
H A Ddt_ident.h78 ctf_file_t *di_ctfp; /* CTF container for the variable data type */ member
H A Ddt_module.c999 idp->di_ctfp = tip->dtt_ctfp; in dt_module_extern()
1309 ctf_type_size(idp->di_ctfp, idp->di_type); in dtrace_lookup_by_name()
1501 tip->dtt_ctfp = idp->di_ctfp; 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.c1628 dt_node_type_assign(&idn, idp->di_ctfp, idp->di_type, in dt_node_decl()
2795 idp->di_ctfp = dtt.dtt_ctfp; in dt_xcook_ident()
2974 dnp->dn_ident->di_ctfp, dnp->dn_ident->di_type, in dt_cook_op1()
3563 ctfp = idp->di_ctfp; in dt_cook_op2()
3717 ctfp = idp->di_ctfp; in dt_cook_op2()
H A Ddt_decl.c840 idp->di_ctfp = dsp->ds_ctfp; in dt_decl_enumerator()
H A Ddt_cg.c1507 size = ctf_type_size(dnp->dn_ident->di_ctfp, dnp->dn_ident->di_type); in dt_cg_xlate_expand()
1526 (void) ctf_member_iter(dnp->dn_ident->di_ctfp, in dt_cg_xlate_expand()