Lines Matching defs:ctfp

248 	ctf_file_t *ctfp = tip->dtt_ctfp;
250 ctf_id_t base = ctf_type_resolve(ctfp, type);
255 if ((ptr = ctf_type_pointer(ctfp, type)) != CTF_ERR ||
256 (ptr = ctf_type_pointer(ctfp, base)) != CTF_ERR) {
266 if (ctfp != dmp->dm_ctfp && ctfp != ctf_parent_file(dmp->dm_ctfp) &&
267 (type = ctf_add_type(dmp->dm_ctfp, ctfp, type)) == CTF_ERR) {
287 dt_type_name(ctf_file_t *ctfp, ctf_id_t type, char *buf, size_t len)
291 if (ctfp == DT_FPTR_CTFP(dtp) && type == DT_FPTR_TYPE(dtp))
293 else if (ctfp == DT_FUNC_CTFP(dtp) && type == DT_FUNC_TYPE(dtp))
295 else if (ctfp == DT_DYN_CTFP(dtp) && type == DT_DYN_TYPE(dtp))
297 else if (ctfp == NULL)
299 else if (ctf_type_name(ctfp, type, buf, len) == NULL)
3078 ctf_file_t *ctfp;
3301 dt_type_promote(lp, rp, &ctfp, &type);
3304 ctfp = lp->dn_ctfp;
3308 ctfp = rp->dn_ctfp;
3313 ctfp = dtp->dt_ddefs->dm_ctfp;
3314 type = ctf_lookup_by_name(ctfp, "ptrdiff_t");
3323 dt_node_type_assign(dnp, ctfp, type);
3448 ctfp = idp->di_ctfp;
3452 ctfp = rp->dn_ctfp;
3464 dt_node_type_assign(lp, ctfp, type);
3465 dt_ident_type_assign(lp->dn_ident, ctfp, type);
3494 ctf_type_compat(lp->dn_ctfp, lp->dn_type, ctfp, type))
3625 ctfp = idp->di_ctfp;
3626 type = ctf_type_resolve(ctfp, idp->di_type);
3629 ctfp = lp->dn_ctfp;
3630 type = ctf_type_resolve(ctfp, lp->dn_type);
3634 kind = ctf_type_kind(ctfp, type);
3641 type = ctf_type_reference(ctfp, type);
3642 type = ctf_type_resolve(ctfp, type);
3643 kind = ctf_type_kind(ctfp, type);
3651 char *tag = ctf_type_name(ctfp, type, n1, sizeof (n1));
3655 (dtt.dtt_ctfp != ctfp || dtt.dtt_type != type)) {
3656 ctfp = dtt.dtt_ctfp;
3657 type = ctf_type_resolve(ctfp, dtt.dtt_type);
3658 kind = ctf_type_kind(ctfp, type);
3672 ctf_type_name(ctfp, type, n1, sizeof (n1)));
3677 ctf_type_name(ctfp, type, n1, sizeof (n1)));
3681 if (ctf_member_info(ctfp, type, rp->dn_string, &m) == CTF_ERR) {
3684 ctf_type_name(ctfp, type, n1, sizeof (n1)));
3687 type = ctf_type_resolve(ctfp, m.ctm_type);
3688 kind = ctf_type_kind(ctfp, type);
3690 dt_node_type_assign(dnp, ctfp, m.ctm_type);
3931 ctf_file_t *ctfp;
3955 ctfp = lp->dn_ctfp;
3958 dt_type_promote(lp, rp, &ctfp, &type);
3961 ctfp = DT_STR_CTFP(yypcb->pcb_hdl);
3963 } else if (dt_node_is_ptrcompat(lp, rp, &ctfp, &type) == 0) {
3973 dt_node_type_assign(dnp, ctfp, type);