Home
last modified time | relevance | path

Searched refs:ctm_type (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/common/ctf/
H A Dctf_types.c84 if ((rc = func(name, mp->ctm_type, mp->ctm_offset, in ctf_member_iter()
432 ssize_t am = ctf_type_align(fp, mp->ctm_type); in ctf_type_align()
677 mip->ctm_type = mp->ctm_type; in ctf_member_info()
688 mip->ctm_type = lmp->ctlm_type; in ctf_member_info()
840 if ((rc = ctf_type_rvisit(fp, mp->ctm_type, in ctf_type_rvisit()
H A Dctf_open.c257 child |= CTF_TYPE_ISCHILD(mp->ctm_type); in init_types()
H A Dctf_create.c102 ctm.ctm_type = (ushort_t)dmd->dmd_type; in ctf_copy_smembers()
/titanic_41/usr/src/uts/common/sys/
H A Dctf.h332 ushort_t ctm_type; /* reference to type of member */ member
H A Dctf_api.h90 ctf_id_t ctm_type; /* type of struct or union member */ member
/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_cg.c248 if (ctf_type_encoding(fp, mp->ctm_type, &e) != 0 || e.cte_bits > 64) { in dt_cg_field_get()
250 "bits %u\n", mp->ctm_offset, mp->ctm_type, e.cte_bits); in dt_cg_field_get()
353 if (ctf_type_encoding(fp, m.ctm_type, &e) != 0 || e.cte_bits > 64) { in dt_cg_field_set()
355 "bits %u\n", m.ctm_offset, m.ctm_type, e.cte_bits); in dt_cg_field_set()
380 dt_cg_load(dst, fp, m.ctm_type), dst->dn_reg, r1); in dt_cg_field_set()
1910 ctfp, m.ctm_type), dnp->dn_left->dn_reg, in dt_cg_node()
H A Ddt_parser.c1826 dt_node_type_assign(&dn, dtt.dtt_ctfp, ctm.ctm_type, B_FALSE); in dt_node_offsetof()
3767 type = ctf_type_resolve(ctfp, m.ctm_type); in dt_cook_op2()
3770 dt_node_type_assign(dnp, ctfp, m.ctm_type, B_FALSE); in dt_cook_op2()
4298 dt_node_type_assign(mnp, dxp->dx_dst_ctfp, ctm.ctm_type, in dt_cook_xlator()
/titanic_41/usr/src/tools/ctf/cvt/
H A Dctf.c338 ctm.ctm_type = mp->ml_type->t_id; in write_type()
1039 (*mpp)->ml_type = tdarr[ctm->ctm_type]; in resurrect_types()
/titanic_41/usr/src/tools/ctf/dump/
H A Ddump.c546 hp, cd), u.mp->ctm_type, in read_types()