Searched refs:ctm_offset (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/dtrace-118.1/libctf/
H A Dctf_types.c86 if ((rc = func(name, mp->ctm_type, mp->ctm_offset,
653 mip->ctm_offset = mp->ctm_offset;
664 mip->ctm_offset = (ulong_t)CTF_LMEM_OFFSET(lmp);
817 offset + mp->ctm_offset, depth + 1)) != 0)
H A Dctf_create.c108 ctm.ctm_offset = (ushort_t)dmd->dmd_offset;
1049 name, &ctm) == CTF_ERR || ctm.ctm_offset != offset);
/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_cg.c261 "bits %u\n", mp->ctm_offset, mp->ctm_type, e.cte_bits);
271 * On little-endian architectures, ctm_offset counts from the right so
272 * ctm_offset % NBBY itself is the amount we want to shift right to
274 * On big-endian architectures, ctm_offset counts from the left so we
275 * must subtract (ctm_offset % NBBY + cte_bits) from the size in bits
284 mp->ctm_offset % NBBY;
286 shift = mp->ctm_offset % NBBY + e.cte_bits;
298 (mp->ctm_offset % NBBY + e.cte_bits);
300 shift = mp->ctm_offset % NBBY;
322 * setx ~(((1 << cte_bits) - 1) << (ctm_offset
[all...]
H A Ddt_parser.c1796 return (dt_node_int(ctm.ctm_offset / NBBY));
/macosx-10.9.5/dtrace-118.1/sys/
H A Dctf.h333 ushort_t ctm_offset; /* offset of this member in bits */ member in struct:ctf_member
H A Dctf_api.h125 ulong_t ctm_offset; /* offset of member in bits */ member in struct:ctf_membinfo
/macosx-10.9.5/dtrace-118.1/tools/ctfconvert/
H A Dctf.c402 ctm.ctm_offset = mp->ml_offset;
407 SWAP16(ctm.ctm_offset);
1137 (*mpp)->ml_offset = ctm->ctm_offset;
H A Ddump.c691 u.mp->ctm_offset);

Completed in 102 milliseconds