Searched refs:ctlm (Results 1 – 2 of 2) sorted by relevance
242 ctf_lmember_t ctlm; in write_type() local246 ctlm.ctlm_pad = 0; in write_type()347 ctlm.ctlm_name = CTF_TYPE_NAME(CTF_STRTAB_0, in write_type()349 ctlm.ctlm_type = mp->ml_type->t_id; in write_type()350 ctlm.ctlm_offsethi = in write_type()352 ctlm.ctlm_offsetlo = in write_type()354 ctf_buf_write(b, &ctlm, sizeof (ctlm)); in write_type()1047 ctf_lmember_t *ctlm = (ctf_lmember_t *) in resurrect_types() local1053 ctlm->ctlm_name); in resurrect_types()1055 tdarr[ctlm->ctlm_type]; in resurrect_types()[all …]
158 ctf_lmember_t ctlm; in ctf_copy_lmembers() local162 ctlm.ctlm_name = soff; in ctf_copy_lmembers()165 ctlm.ctlm_name = 0; in ctf_copy_lmembers()167 ctlm.ctlm_type = (ushort_t)dmd->dmd_type; in ctf_copy_lmembers()168 ctlm.ctlm_pad = 0; in ctf_copy_lmembers()169 ctlm.ctlm_offsethi = CTF_OFFSET_TO_LMEMHI(dmd->dmd_offset); in ctf_copy_lmembers()170 ctlm.ctlm_offsetlo = CTF_OFFSET_TO_LMEMLO(dmd->dmd_offset); in ctf_copy_lmembers()172 bcopy(&ctlm, t, sizeof (ctlm)); in ctf_copy_lmembers()173 t += sizeof (ctlm); in ctf_copy_lmembers()