Searched refs:ctm_offset (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/common/ctf/ |
H A D | ctf_types.c | 84 if ((rc = func(name, mp->ctm_type, mp->ctm_offset, in ctf_member_iter() 678 mip->ctm_offset = mp->ctm_offset; in ctf_member_info() 689 mip->ctm_offset = (ulong_t)CTF_LMEM_OFFSET(lmp); in ctf_member_info() 842 offset + mp->ctm_offset, depth + 1)) != 0) in ctf_type_rvisit()
|
H A D | ctf_create.c | 103 ctm.ctm_offset = (ushort_t)dmd->dmd_offset; in ctf_copy_smembers() 1207 name, &ctm) == CTF_ERR || ctm.ctm_offset != offset); in membcmp()
|
/titanic_41/usr/src/lib/libdtrace/common/ |
H A D | dt_cg.c | 250 "bits %u\n", mp->ctm_offset, mp->ctm_type, e.cte_bits); in dt_cg_field_get() 271 mp->ctm_offset % NBBY; in dt_cg_field_get() 273 shift = mp->ctm_offset % NBBY + e.cte_bits; in dt_cg_field_get() 285 (mp->ctm_offset % NBBY + e.cte_bits); in dt_cg_field_get() 287 shift = mp->ctm_offset % NBBY; in dt_cg_field_get() 355 "bits %u\n", m.ctm_offset, m.ctm_type, e.cte_bits); in dt_cg_field_set() 372 (m.ctm_offset % NBBY + e.cte_bits); in dt_cg_field_set() 374 shift = m.ctm_offset % NBBY; in dt_cg_field_set() 1075 if (ctm.ctm_offset != 0) { in dt_cg_asgn_op() 1084 dt_cg_setx(dlp, r2, ctm.ctm_offset / NBBY); in dt_cg_asgn_op() [all …]
|
H A D | dt_parser.c | 1833 return (dt_node_int(ctm.ctm_offset / NBBY)); in dt_node_offsetof()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | ctf.h | 333 ushort_t ctm_offset; /* offset of this member in bits */ member
|
H A D | ctf_api.h | 91 ulong_t ctm_offset; /* offset of member in bits */ member
|
/titanic_41/usr/src/tools/ctf/cvt/ |
H A D | ctf.c | 339 ctm.ctm_offset = mp->ml_offset; in write_type() 1040 (*mpp)->ml_offset = ctm->ctm_offset; in resurrect_types()
|
/titanic_41/usr/src/tools/ctf/dump/ |
H A D | dump.c | 547 u.mp->ctm_offset); in read_types()
|