Lines Matching refs:dtt_ctfp

558 	if (dtt.dtt_ctfp == DT_DYN_CTFP(yypcb->pcb_hdl) &&  in dt_decl_member()
564 base = ctf_type_resolve(dtt.dtt_ctfp, dtt.dtt_type); in dt_decl_member()
565 kind = ctf_type_kind(dtt.dtt_ctfp, base); in dt_decl_member()
566 size = ctf_type_size(dtt.dtt_ctfp, base); in dt_decl_member()
571 "%s\n", dt_type_name(dtt.dtt_ctfp, dtt.dtt_type, in dt_decl_member()
587 pbase = ctf_type_resolve(pdt.dtt_ctfp, pdt.dtt_type); in dt_decl_member()
588 pkind = ctf_type_kind(pdt.dtt_ctfp, pbase); in dt_decl_member()
627 if (ctf_type_kind(dtt.dtt_ctfp, base) != CTF_K_INTEGER || in dt_decl_member()
628 ctf_type_encoding(dtt.dtt_ctfp, base, &cte) == CTF_ERR || in dt_decl_member()
643 CTF_ADD_NONROOT, ctf_type_name(dtt.dtt_ctfp, in dt_decl_member()
653 dtt.dtt_ctfp = dsp->ds_ctfp; in dt_decl_member()
663 if (dtt.dtt_ctfp != dsp->ds_ctfp && in dt_decl_member()
664 dtt.dtt_ctfp != ctf_parent_file(dsp->ds_ctfp)) { in dt_decl_member()
667 dtt.dtt_ctfp, dtt.dtt_type); in dt_decl_member()
668 dtt.dtt_ctfp = dsp->ds_ctfp; in dt_decl_member()
671 ctf_update(dtt.dtt_ctfp) == CTF_ERR) { in dt_decl_member()
673 idname, ctf_errmsg(ctf_errno(dtt.dtt_ctfp))); in dt_decl_member()
883 tip->dtt_ctfp = ddp->dd_ctfp; in dt_decl_type()
897 tip->dtt_ctfp = DT_FUNC_CTFP(dtp); in dt_decl_type()
910 tip->dtt_ctfp = DT_FPTR_CTFP(dtp); in dt_decl_type()
918 dt_type_name(tip->dtt_ctfp, tip->dtt_type, in dt_decl_type()
958 tip->dtt_ctfp = DT_DYN_CTFP(dtp); in dt_decl_type()
971 if (tip->dtt_ctfp != dmp->dm_ctfp && in dt_decl_type()
972 tip->dtt_ctfp != ctf_parent_file(dmp->dm_ctfp)) { in dt_decl_type()
975 tip->dtt_ctfp, tip->dtt_type); in dt_decl_type()
976 tip->dtt_ctfp = dmp->dm_ctfp; in dt_decl_type()
979 ctf_update(tip->dtt_ctfp) == CTF_ERR) { in dt_decl_type()
981 ctf_errmsg(ctf_errno(tip->dtt_ctfp))); in dt_decl_type()
991 r.ctr_index = ctf_lookup_by_name(tip->dtt_ctfp, "long"); in dt_decl_type()
996 tip->dtt_ctfp = dmp->dm_ctfp; in dt_decl_type()
1000 ctf_update(tip->dtt_ctfp) == CTF_ERR) { in dt_decl_type()
1002 ctf_errmsg(ctf_errno(tip->dtt_ctfp))); in dt_decl_type()
1088 tip->dtt_ctfp = dmp->dm_ctfp; in dt_decl_type()