Searched refs:cmo_tid (Results 1 – 1 of 1) sorted by relevance
64 ctf_id_t cmo_tid; /* Type ID */ member822 if (cmo->cmo_tid == 0) in ctf_merge_types()824 VERIFY(cm.cm_tmap[cmo->cmo_tid].cmt_map != 0); in ctf_merge_types()825 cmo->cmo_tid = cm.cm_tmap[cmo->cmo_tid].cmt_map; in ctf_merge_types()870 if (cmo->cmo_tid == 0) in ctf_merge_fixup_nontypes()872 VERIFY(cmp->cm_tmap[cmo->cmo_tid].cmt_map != 0); in ctf_merge_fixup_nontypes()873 cmo->cmo_tid = cmp->cm_tmap[cmo->cmo_tid].cmt_map; in ctf_merge_fixup_nontypes()1103 cmo->cmo_tid = id; in ctf_merge_add_objs_cb()1242 if (cmo->cmo_tid == 0) in ctf_merge_symbols()1244 if ((err = ctf_add_object(fp, i, cmo->cmo_tid)) != 0) { in ctf_merge_symbols()[all …]