Lines Matching refs:ctlm
297 struct ctf_lmember_v3 ctlm; in write_type() local
413 ctlm.ctlm_name = CTF_TYPE_NAME(CTF_STRTAB_0, in write_type()
415 ctlm.ctlm_type = mp->ml_type->t_id; in write_type()
416 ctlm.ctlm_offsethi = in write_type()
418 ctlm.ctlm_offsetlo = in write_type()
422 SWAP_32(ctlm.ctlm_name); in write_type()
423 SWAP_32(ctlm.ctlm_type); in write_type()
424 SWAP_32(ctlm.ctlm_offsethi); in write_type()
425 SWAP_32(ctlm.ctlm_offsetlo); in write_type()
428 ctf_buf_write(b, &ctlm, sizeof (ctlm)); in write_type()
1226 struct ctf_lmember_v2 *ctlm = v; in resurrect_types() local
1231 ctlm->ctlm_name); in resurrect_types()
1233 tdarr[ctlm->ctlm_type]; in resurrect_types()
1235 (int)CTF_LMEM_OFFSET(ctlm); in resurrect_types()
1258 struct ctf_lmember_v3 *ctlm = v; in resurrect_types() local
1263 ctlm->ctlm_name); in resurrect_types()
1265 tdarr[ctlm->ctlm_type]; in resurrect_types()
1267 (int)CTF_LMEM_OFFSET(ctlm); in resurrect_types()