Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.34/libctf/
H A Dctf-open.c731 if ((fp->ctf_enums.ctn_readonly in init_types()
839 err = ctf_hash_define_type (fp->ctf_enums.ctn_readonly, fp, in init_types()
902 ctf_hash_size (fp->ctf_enums.ctn_readonly)); in init_types()
1211 fp->ctf_lookups[2].ctl_hash = &fp->ctf_enums; in ctf_set_ctl_hashes()
1642 ctf_dynhash_destroy (fp->ctf_enums.ctn_writable); in ctf_file_close()
1649 ctf_hash_destroy (fp->ctf_enums.ctn_readonly); in ctf_file_close()
H A Dctf-create.c121 fp->ctf_enums.ctn_writable = enums; in ctf_create()
547 nfp->ctf_enums = fp->ctf_enums; in ctf_serialize()
570 fp->ctf_enums.ctn_writable = NULL; in ctf_serialize()
593 return &fp->ctf_enums; in ctf_name_table()
H A Dctf-impl.h251 ctf_names_t ctf_enums; /* Hash table of enum types. */ member