Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.34/libctf/
H A Dctf-open.c736 if ((fp->ctf_names.ctn_readonly in init_types()
788 if (((ctf_hash_lookup_type (fp->ctf_names.ctn_readonly, in init_types()
792 err = ctf_hash_define_type (fp->ctf_names.ctn_readonly, fp, in init_types()
807 err = ctf_hash_insert_type (fp->ctf_names.ctn_readonly, fp, in init_types()
848 err = ctf_hash_insert_type (fp->ctf_names.ctn_readonly, fp, in init_types()
884 err = ctf_hash_insert_type (fp->ctf_names.ctn_readonly, fp, in init_types()
908 ctf_hash_size (fp->ctf_names.ctn_readonly)); in init_types()
1214 fp->ctf_lookups[3].ctl_hash = &fp->ctf_names; in ctf_set_ctl_hashes()
1643 ctf_dynhash_destroy (fp->ctf_names.ctn_writable); in ctf_file_close()
1650 ctf_hash_destroy (fp->ctf_names.ctn_readonly); in ctf_file_close()
H A Dctf-impl.h92 typedef struct ctf_names struct
252 ctf_names_t ctf_names; /* Hash table of remaining type names. */ member
H A Dctf-create.c122 fp->ctf_names.ctn_writable = names; in ctf_create()
548 nfp->ctf_names = fp->ctf_names; in ctf_serialize()
571 fp->ctf_names.ctn_writable = NULL; in ctf_serialize()
595 return &fp->ctf_names; in ctf_name_table()