Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ctf/
H A Dctf_open.c320 if ((err = ctf_hash_create(&fp->ctf_unions, pop[CTF_K_UNION])) != 0) in init_types()
415 err = ctf_hash_define(&fp->ctf_unions, fp, in init_types()
458 hp = &fp->ctf_unions; in init_types()
512 ctf_hash_size(&fp->ctf_unions), nlunions); in init_types()
767 fp->ctf_lookups[1].ctl_hash = &fp->ctf_unions; in ctf_bufopen()
980 ctf_hash_destroy(&fp->ctf_unions); in ctf_close()
H A Dctf_impl.h208 ctf_hash_t ctf_unions; /* hash table of union types */ member
H A Dctf_create.c718 fp->ctf_lookups[1].ctl_hash = &fp->ctf_unions; in ctf_update()
1230 ctf_hash_t *hp = &fp->ctf_unions; in ctf_add_union()
1322 hp = &fp->ctf_unions; in ctf_add_forward()
1741 hp = &dst_fp->ctf_unions; in ctf_add_type()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_merge.c511 &cmp->cm_src->ctf_unions, cmp->cm_src); in ctf_merge_add_sou()
515 &cmp->cm_out->ctf_unions, cmp->cm_out); in ctf_merge_add_sou()