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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/sys/
H A Dctf_api.h99 ctf_id_t ctm_type; /* type of struct or union member */ member in struct:ctf_membinfo
H A Dctf.h338 ushort_t ctm_type; /* reference to type of member */ member in struct:ctf_member
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_types.c88 if ((rc = func(name, mp->ctm_type, mp->ctm_offset,
409 ssize_t am = ctf_type_align(fp, mp->ctm_type);
654 mip->ctm_type = mp->ctm_type;
665 mip->ctm_type = lmp->ctlm_type;
817 if ((rc = ctf_type_rvisit(fp, mp->ctm_type,
H A Dctf_open.c267 child |= CTF_TYPE_ISCHILD(mp->ctm_type);
H A Dctf_create.c103 ctm.ctm_type = (ushort_t)dmd->dmd_type;
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_cg.c250 if (ctf_type_encoding(fp, mp->ctm_type, &e) != 0 || e.cte_bits > 64) {
252 "bits %u\n", mp->ctm_offset, mp->ctm_type, e.cte_bits);
357 if (ctf_type_encoding(fp, m.ctm_type, &e) != 0 || e.cte_bits > 64) {
359 "bits %u\n", m.ctm_offset, m.ctm_type, e.cte_bits);
385 dt_cg_load(dst, fp, m.ctm_type), dst->dn_reg, r1);
1747 ctfp, m.ctm_type), dnp->dn_left->dn_reg,
H A Ddt_parser.c1790 dt_node_type_assign(&dn, dtt.dtt_ctfp, ctm.ctm_type);
3696 type = ctf_type_resolve(ctfp, m.ctm_type);
3699 dt_node_type_assign(dnp, ctfp, m.ctm_type);
4217 dt_node_type_assign(mnp, dxp->dx_dst_ctfp, ctm.ctm_type);

Completed in 69 milliseconds