Lines Matching defs:ctfp

271 	ctf_file_t *ctfp = tip->dtt_ctfp;
273 ctf_id_t base = ctf_type_resolve(ctfp, type);
279 if ((ptr = ctf_type_pointer(ctfp, type)) != CTF_ERR ||
280 (ptr = ctf_type_pointer(ctfp, base)) != CTF_ERR) {
290 if (ctfp != dmp->dm_ctfp && ctfp != ctf_parent_file(dmp->dm_ctfp) &&
291 (type = ctf_add_type(dmp->dm_ctfp, ctfp, type)) == CTF_ERR) {
312 dt_type_name(ctf_file_t *ctfp, ctf_id_t type, char *buf, size_t len)
316 if (ctfp == DT_FPTR_CTFP(dtp) && type == DT_FPTR_TYPE(dtp))
318 else if (ctfp == DT_FUNC_CTFP(dtp) && type == DT_FUNC_TYPE(dtp))
320 else if (ctfp == DT_DYN_CTFP(dtp) && type == DT_DYN_TYPE(dtp))
322 else if (ctfp == NULL)
324 else if (ctf_type_name(ctfp, type, buf, len) == NULL)
3205 ctf_file_t *ctfp;
3434 dt_type_promote(lp, rp, &ctfp, &type);
3437 ctfp = lp->dn_ctfp;
3441 ctfp = rp->dn_ctfp;
3446 ctfp = dtp->dt_ddefs->dm_ctfp;
3447 type = ctf_lookup_by_name(ctfp, "ptrdiff_t");
3456 dt_node_type_assign(dnp, ctfp, type, B_FALSE);
3581 ctfp = idp->di_ctfp;
3585 ctfp = rp->dn_ctfp;
3597 dt_node_type_assign(lp, ctfp, type, B_FALSE);
3598 dt_ident_type_assign(lp->dn_ident, ctfp, type);
3627 ctf_type_compat(lp->dn_ctfp, lp->dn_type, ctfp, type))
3735 ctfp = idp->di_ctfp;
3736 type = ctf_type_resolve(ctfp, idp->di_type);
3739 ctfp = lp->dn_ctfp;
3740 type = ctf_type_resolve(ctfp, lp->dn_type);
3744 kind = ctf_type_kind(ctfp, type);
3751 type = ctf_type_reference(ctfp, type);
3752 type = ctf_type_resolve(ctfp, type);
3753 kind = ctf_type_kind(ctfp, type);
3761 char *tag = ctf_type_name(ctfp, type, n1, sizeof (n1));
3765 (dtt.dtt_ctfp != ctfp || dtt.dtt_type != type)) {
3766 ctfp = dtt.dtt_ctfp;
3767 type = ctf_type_resolve(ctfp, dtt.dtt_type);
3768 kind = ctf_type_kind(ctfp, type);
3782 ctf_type_name(ctfp, type, n1, sizeof (n1)));
3787 ctf_type_name(ctfp, type, n1, sizeof (n1)));
3791 if (ctf_member_info(ctfp, type, rp->dn_string, &m) == CTF_ERR) {
3794 ctf_type_name(ctfp, type, n1, sizeof (n1)));
3797 type = ctf_type_resolve(ctfp, m.ctm_type);
3798 kind = ctf_type_kind(ctfp, type);
3800 dt_node_type_assign(dnp, ctfp, m.ctm_type, B_FALSE);
4050 ctf_file_t *ctfp;
4074 ctfp = lp->dn_ctfp;
4077 dt_type_promote(lp, rp, &ctfp, &type);
4080 ctfp = DT_STR_CTFP(yypcb->pcb_hdl);
4082 } else if (dt_node_is_ptrcompat(lp, rp, &ctfp, &type) == 0) {
4092 dt_node_type_assign(dnp, ctfp, type, B_FALSE);