Searched refs:ctf_unions (Results 1 – 3 of 3) sorted by relevance
726 if ((fp->ctf_unions.ctn_readonly in init_types()827 err = ctf_hash_define_type (fp->ctf_unions.ctn_readonly, fp, in init_types()906 ctf_hash_size (fp->ctf_unions.ctn_readonly), nlunions); in init_types()1208 fp->ctf_lookups[1].ctl_hash = &fp->ctf_unions; in ctf_set_ctl_hashes()1641 ctf_dynhash_destroy (fp->ctf_unions.ctn_writable); in ctf_file_close()1648 ctf_hash_destroy (fp->ctf_unions.ctn_readonly); in ctf_file_close()
120 fp->ctf_unions.ctn_writable = unions; in ctf_create()546 nfp->ctf_unions = fp->ctf_unions; in ctf_serialize()569 fp->ctf_unions.ctn_writable = NULL; in ctf_serialize()591 return &fp->ctf_unions; in ctf_name_table()
250 ctf_names_t ctf_unions; /* Hash table of union types. */ member