Home
last modified time | relevance | path

Searched refs:cmo_tid (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_merge.c66 ctf_id_t cmo_tid; /* Type ID */ member
823 VERIFY3S(cmo->cmo_tid, !=, 0); in ctf_merge_fixup_symmaps()
824 VERIFY(cmp->cm_tmap[cmo->cmo_tid].cmt_map != 0); in ctf_merge_fixup_symmaps()
825 cmo->cmo_tid = cmp->cm_tmap[cmo->cmo_tid].cmt_map; in ctf_merge_fixup_symmaps()
1128 cmo->cmo_tid = id; in ctf_merge_add_object()
1410 if ((err = ctf_add_object(fp, idx, match->cmo_tid)) != 0) { in ctf_merge_symbols()
1412 match->cmo_tid, ctf_errmsg(ctf_errno(fp))); in ctf_merge_symbols()
1416 name, match->cmo_tid); in ctf_merge_symbols()