Lines Matching full:ctm
296 struct ctf_member_v3 ctm; in write_type() local
397 ctm.ctm_name = CTF_TYPE_NAME(CTF_STRTAB_0, in write_type()
399 ctm.ctm_type = mp->ml_type->t_id; in write_type()
400 ctm.ctm_offset = mp->ml_offset; in write_type()
402 SWAP_32(ctm.ctm_name); in write_type()
403 SWAP_32(ctm.ctm_type); in write_type()
404 SWAP_32(ctm.ctm_offset); in write_type()
406 ctf_buf_write(b, &ctm, sizeof (ctm)); in write_type()
1212 struct ctf_member_v2 *ctm = v; in resurrect_types() local
1217 ctm->ctm_name); in resurrect_types()
1218 (*mpp)->ml_type = tdarr[ctm->ctm_type]; in resurrect_types()
1219 (*mpp)->ml_offset = ctm->ctm_offset; in resurrect_types()
1244 struct ctf_member_v3 *ctm = v; in resurrect_types() local
1249 ctm->ctm_name); in resurrect_types()
1250 (*mpp)->ml_type = tdarr[ctm->ctm_type]; in resurrect_types()
1251 (*mpp)->ml_offset = ctm->ctm_offset; in resurrect_types()