Searched refs:di_ctfp (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/lib/libdtrace/common/ |
H A D | dt_ident.c | 100 dt_node_type_assign(dnp, idp->di_ctfp, idp->di_type, B_FALSE); in dt_idcook_sign() 140 idp->di_ctfp = DT_DYN_CTFP(yypcb->pcb_hdl); in dt_idcook_assc() 159 dt_node_type_assign(dnp, idp->di_ctfp, idp->di_type, B_FALSE); in dt_idcook_assc() 234 idp->di_ctfp = DT_DYN_CTFP(dtp); in dt_idcook_func() 237 idp->di_ctfp = dtt.dtt_ctfp; in dt_idcook_func() 413 dnp->dn_ident->di_ctfp = xidp->di_ctfp; in dt_idcook_args() 460 idp->di_ctfp = dtt.dtt_ctfp; in dt_idcook_regs() 463 dt_node_type_assign(dnp, idp->di_ctfp, idp->di_type, B_FALSE); in dt_idcook_regs() 481 idp->di_ctfp = dtt.dtt_ctfp; in dt_idcook_type() 485 dt_node_type_assign(dnp, idp->di_ctfp, idp->di_type, B_FALSE); in dt_idcook_type() [all …]
|
H A D | dt_xlator.c | 138 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 D | dt_ident.h | 80 ctf_file_t *di_ctfp; /* CTF container for the variable data type */ member
|
H A D | dt_module.c | 999 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 D | dt_as.c | 130 dt_node_type_assign(&dn, idp->di_ctfp, idp->di_type, B_FALSE); in dt_copyvar()
|
H A D | dt_parser.c | 1616 dt_node_type_assign(&idn, idp->di_ctfp, idp->di_type, in dt_node_decl() 2783 idp->di_ctfp = dtt.dtt_ctfp; in dt_xcook_ident() 2962 dnp->dn_ident->di_ctfp, dnp->dn_ident->di_type, in dt_cook_op1() 3551 ctfp = idp->di_ctfp; in dt_cook_op2() 3705 ctfp = idp->di_ctfp; in dt_cook_op2()
|
H A D | dt_decl.c | 817 idp->di_ctfp = dsp->ds_ctfp; in dt_decl_enumerator()
|
H A D | dt_cg.c | 1486 size = ctf_type_size(dnp->dn_ident->di_ctfp, dnp->dn_ident->di_type); in dt_cg_xlate_expand() 1505 (void) ctf_member_iter(dnp->dn_ident->di_ctfp, in dt_cg_xlate_expand()
|