Lines Matching defs:ctfp

266 	ctf_file_t *ctfp = tip->dtt_ctfp;
268 ctf_id_t base = ctf_type_resolve(ctfp, type);
274 if ((ptr = ctf_type_pointer(ctfp, type)) != CTF_ERR ||
275 (ptr = ctf_type_pointer(ctfp, base)) != CTF_ERR) {
285 if (ctfp != dmp->dm_ctfp && ctfp != ctf_parent_file(dmp->dm_ctfp) &&
286 (type = ctf_add_type(dmp->dm_ctfp, ctfp, type)) == CTF_ERR) {
307 dt_type_name(ctf_file_t *ctfp, ctf_id_t type, char *buf, size_t len)
311 if (ctfp == DT_FPTR_CTFP(dtp) && type == DT_FPTR_TYPE(dtp))
313 else if (ctfp == DT_FUNC_CTFP(dtp) && type == DT_FUNC_TYPE(dtp))
315 else if (ctfp == DT_DYN_CTFP(dtp) && type == DT_DYN_TYPE(dtp))
317 else if (ctfp == NULL)
319 else if (ctf_type_name(ctfp, type, buf, len) == NULL)
3175 ctf_file_t *ctfp;
3404 dt_type_promote(lp, rp, &ctfp, &type);
3407 ctfp = lp->dn_ctfp;
3411 ctfp = rp->dn_ctfp;
3416 ctfp = dtp->dt_ddefs->dm_ctfp;
3417 type = ctf_lookup_by_name(ctfp, "ptrdiff_t");
3426 dt_node_type_assign(dnp, ctfp, type, B_FALSE);
3551 ctfp = idp->di_ctfp;
3555 ctfp = rp->dn_ctfp;
3567 dt_node_type_assign(lp, ctfp, type, B_FALSE);
3568 dt_ident_type_assign(lp->dn_ident, ctfp, type);
3597 ctf_type_compat(lp->dn_ctfp, lp->dn_type, ctfp, type))
3705 ctfp = idp->di_ctfp;
3706 type = ctf_type_resolve(ctfp, idp->di_type);
3709 ctfp = lp->dn_ctfp;
3710 type = ctf_type_resolve(ctfp, lp->dn_type);
3714 kind = ctf_type_kind(ctfp, type);
3721 type = ctf_type_reference(ctfp, type);
3722 type = ctf_type_resolve(ctfp, type);
3723 kind = ctf_type_kind(ctfp, type);
3731 char *tag = ctf_type_name(ctfp, type, n1, sizeof (n1));
3735 (dtt.dtt_ctfp != ctfp || dtt.dtt_type != type)) {
3736 ctfp = dtt.dtt_ctfp;
3737 type = ctf_type_resolve(ctfp, dtt.dtt_type);
3738 kind = ctf_type_kind(ctfp, type);
3752 ctf_type_name(ctfp, type, n1, sizeof (n1)));
3757 ctf_type_name(ctfp, type, n1, sizeof (n1)));
3761 if (ctf_member_info(ctfp, type, rp->dn_string, &m) == CTF_ERR) {
3764 ctf_type_name(ctfp, type, n1, sizeof (n1)));
3767 type = ctf_type_resolve(ctfp, m.ctm_type);
3768 kind = ctf_type_kind(ctfp, type);
3770 dt_node_type_assign(dnp, ctfp, m.ctm_type, B_FALSE);
4020 ctf_file_t *ctfp;
4044 ctfp = lp->dn_ctfp;
4047 dt_type_promote(lp, rp, &ctfp, &type);
4050 ctfp = DT_STR_CTFP(yypcb->pcb_hdl);
4052 } else if (dt_node_is_ptrcompat(lp, rp, &ctfp, &type) == 0) {
4062 dt_node_type_assign(dnp, ctfp, type, B_FALSE);