Home
last modified time | relevance | path

Searched refs:ctlm (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dctf.c302 ctf_lmember_t ctlm; in write_type() local
306 ctlm.ctlm_pad = 0; in write_type()
426 ctlm.ctlm_name = CTF_TYPE_NAME(CTF_STRTAB_0, in write_type()
428 ctlm.ctlm_type = mp->ml_type->t_id; in write_type()
429 ctlm.ctlm_offsethi = in write_type()
431 ctlm.ctlm_offsetlo = in write_type()
435 SWAP_32(ctlm.ctlm_name); in write_type()
436 SWAP_16(ctlm.ctlm_type); in write_type()
437 SWAP_32(ctlm.ctlm_offsethi); in write_type()
438 SWAP_32(ctlm.ctlm_offsetlo); in write_type()
[all …]
/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_create.c123 ctf_lmember_t ctlm; in ctf_copy_lmembers() local
127 ctlm.ctlm_name = soff; in ctf_copy_lmembers()
130 ctlm.ctlm_name = 0; in ctf_copy_lmembers()
132 ctlm.ctlm_type = (ushort_t)dmd->dmd_type; in ctf_copy_lmembers()
133 ctlm.ctlm_pad = 0; in ctf_copy_lmembers()
134 ctlm.ctlm_offsethi = CTF_OFFSET_TO_LMEMHI(dmd->dmd_offset); in ctf_copy_lmembers()
135 ctlm.ctlm_offsetlo = CTF_OFFSET_TO_LMEMLO(dmd->dmd_offset); in ctf_copy_lmembers()
137 bcopy(&ctlm, t, sizeof (ctlm)); in ctf_copy_lmembers()
138 t += sizeof (ctlm); in ctf_copy_lmembers()