Lines Matching refs:ctlm
146 struct ctf_lmember_v2 ctlm; in ctf_copy_lmembers() local
148 ctlm.ctlm_name = name; in ctf_copy_lmembers()
149 ctlm.ctlm_type = (ushort_t)dmd->dmd_type; in ctf_copy_lmembers()
150 ctlm.ctlm_pad = 0; in ctf_copy_lmembers()
151 ctlm.ctlm_offsethi = CTF_OFFSET_TO_LMEMHI(dmd->dmd_offset); in ctf_copy_lmembers()
152 ctlm.ctlm_offsetlo = CTF_OFFSET_TO_LMEMLO(dmd->dmd_offset); in ctf_copy_lmembers()
154 sz = sizeof (ctlm); in ctf_copy_lmembers()
155 bcopy(&ctlm, t, sz); in ctf_copy_lmembers()
158 struct ctf_lmember_v3 ctlm; in ctf_copy_lmembers() local
160 ctlm.ctlm_name = name; in ctf_copy_lmembers()
161 ctlm.ctlm_type = dmd->dmd_type; in ctf_copy_lmembers()
162 ctlm.ctlm_offsethi = CTF_OFFSET_TO_LMEMHI(dmd->dmd_offset); in ctf_copy_lmembers()
163 ctlm.ctlm_offsetlo = CTF_OFFSET_TO_LMEMLO(dmd->dmd_offset); in ctf_copy_lmembers()
165 sz = sizeof (ctlm); in ctf_copy_lmembers()
166 bcopy(&ctlm, t, sz); in ctf_copy_lmembers()