Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.34/libctf/
H A Dctf-open.c726 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()
H A Dctf-create.c120 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()
H A Dctf-impl.h250 ctf_names_t ctf_unions; /* Hash table of union types. */ member