Lines Matching refs:ctlm
242 ctf_lmember_t ctlm; in write_type() local
246 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() local
1053 ctlm->ctlm_name); in resurrect_types()
1055 tdarr[ctlm->ctlm_type]; in resurrect_types()
1057 (int)CTF_LMEM_OFFSET(ctlm); in resurrect_types()