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

/macosx-10.10.1/dtrace-147/libctf/
H A Dctf_types.c89 if ((rc = func(name, mp->ctm_type, mp->ctm_offset,
410 ssize_t am = ctf_type_align(fp, mp->ctm_type);
675 mip->ctm_type = mp->ctm_type;
686 mip->ctm_type = lmp->ctlm_type;
838 if ((rc = ctf_type_rvisit(fp, mp->ctm_type,
H A Dctf_open.c364 child |= CTF_TYPE_ISCHILD(mp->ctm_type);
H A Dctf_create.c99 ctm.ctm_type = (ushort_t)dmd->dmd_type;
/macosx-10.10.1/dtrace-147/sys/
H A Dctf.h332 ushort_t ctm_type; /* reference to type of member */ member in struct:ctf_member
H A Dctf_api.h118 ctf_id_t ctm_type; /* type of struct or union member */ member in struct:ctf_membinfo
/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_cg.c245 if (ctf_type_encoding(fp, mp->ctm_type, &e) != 0 || e.cte_bits > 64) {
247 "bits %u\n", mp->ctm_offset, mp->ctm_type, e.cte_bits);
352 if (ctf_type_encoding(fp, m.ctm_type, &e) != 0 || e.cte_bits > 64) {
354 "bits %u\n", m.ctm_offset, m.ctm_type, e.cte_bits);
380 dt_cg_load(dst, fp, m.ctm_type), dst->dn_reg, r1);
1741 ctfp, m.ctm_type), dnp->dn_left->dn_reg,
H A Ddt_parser.c1783 dt_node_type_assign(&dn, dtt.dtt_ctfp, ctm.ctm_type);
3690 type = ctf_type_resolve(ctfp, m.ctm_type);
3693 dt_node_type_assign(dnp, ctfp, m.ctm_type);
4215 dt_node_type_assign(mnp, dxp->dx_dst_ctfp, ctm.ctm_type);
/macosx-10.10.1/dtrace-147/tools/ctfconvert/
H A Dctf.c401 ctm.ctm_type = mp->ml_type->t_id;
406 SWAP16(ctm.ctm_type);
1136 (*mpp)->ml_type = tdarr[ctm->ctm_type];
H A Ddump.c692 hp, cd), u.mp->ctm_type,

Completed in 202 milliseconds