Searched refs:ctm_offset (Results 1 - 8 of 8) 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,
676 mip->ctm_offset = mp->ctm_offset;
687 mip->ctm_offset = (ulong_t)CTF_LMEM_OFFSET(lmp);
840 offset + mp->ctm_offset, depth + 1)) != 0)
H A Dctf_create.c100 ctm.ctm_offset = (ushort_t)dmd->dmd_offset;
1041 name, &ctm) == CTF_ERR || ctm.ctm_offset != offset);
/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_cg.c247 "bits %u\n", mp->ctm_offset, mp->ctm_type, e.cte_bits);
257 * On little-endian architectures, ctm_offset counts from the right so
258 * ctm_offset % NBBY itself is the amount we want to shift right to
260 * On big-endian architectures, ctm_offset counts from the left so we
261 * must subtract (ctm_offset % NBBY + cte_bits) from the size in bits
270 mp->ctm_offset % NBBY;
272 shift = mp->ctm_offset % NBBY + e.cte_bits;
284 (mp->ctm_offset % NBBY + e.cte_bits);
286 shift = mp->ctm_offset % NBBY;
308 * setx ~(((1 << cte_bits) - 1) << (ctm_offset
[all...]
H A Ddt_parser.c1790 return (dt_node_int(ctm.ctm_offset / NBBY));
/macosx-10.10.1/dtrace-147/sys/
H A Dctf.h333 ushort_t ctm_offset; /* offset of this member in bits */ member in struct:ctf_member
H A Dctf_api.h119 ulong_t ctm_offset; /* offset of member in bits */ member in struct:ctf_membinfo
/macosx-10.10.1/dtrace-147/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.c693 u.mp->ctm_offset);

Completed in 166 milliseconds