Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_open.c325 if ((err = ctf_hash_create(&fp->ctf_enums, pop[CTF_K_ENUM])) != 0) in init_types()
433 err = ctf_hash_define(&fp->ctf_enums, fp, in init_types()
463 hp = &fp->ctf_enums; in init_types()
510 ctf_dprintf("%u enum names hashed\n", ctf_hash_size(&fp->ctf_enums)); in init_types()
769 fp->ctf_lookups[2].ctl_hash = &fp->ctf_enums; in ctf_bufopen()
959 ctf_hash_destroy(&fp->ctf_enums); in ctf_close()
H A Dctf_impl.h187 ctf_hash_t ctf_enums; /* hash table of enum types */ member
H A Dctf_create.c467 fp->ctf_lookups[2].ctl_hash = &fp->ctf_enums; in ctf_update()
897 ctf_hash_t *hp = &fp->ctf_enums; in ctf_add_enum()
932 hp = &fp->ctf_enums; in ctf_add_forward()
1303 hp = &dst_fp->ctf_enums; in ctf_add_type()
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-open.c753 if ((fp->ctf_enums.ctn_readonly in init_types()
877 err = ctf_hash_define_type (fp->ctf_enums.ctn_readonly, fp, in init_types()
950 ctf_hash_size (fp->ctf_enums.ctn_readonly)); in init_types()
1244 fp->ctf_lookups[2].ctl_hash = &fp->ctf_enums; in ctf_set_ctl_hashes()
1771 ctf_dynhash_destroy (fp->ctf_enums.ctn_writable); in ctf_dict_close()
1778 ctf_hash_destroy (fp->ctf_enums.ctn_readonly); in ctf_dict_close()
H A Dctf-serialize.c1169 nfp->ctf_enums = fp->ctf_enums; in ctf_serialize()
1210 fp->ctf_enums.ctn_writable = NULL; in ctf_serialize()
H A Dctf-impl.h387 ctf_names_t ctf_enums; /* Hash table of enum types. */ member
H A Dctf-create.c159 fp->ctf_enums.ctn_writable = enums; in ctf_create()
216 return &fp->ctf_enums; in ctf_name_table()
H A DChangeLog-20201120 <ctf_enums>: Likewise.
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-open.c753 if ((fp->ctf_enums.ctn_readonly in init_types()
877 err = ctf_hash_define_type (fp->ctf_enums.ctn_readonly, fp, in init_types()
950 ctf_hash_size (fp->ctf_enums.ctn_readonly)); in init_types()
1244 fp->ctf_lookups[2].ctl_hash = &fp->ctf_enums; in ctf_set_ctl_hashes()
1770 ctf_dynhash_destroy (fp->ctf_enums.ctn_writable); in ctf_dict_close()
1777 ctf_hash_destroy (fp->ctf_enums.ctn_readonly); in ctf_dict_close()
H A Dctf-serialize.c1169 nfp->ctf_enums = fp->ctf_enums; in ctf_serialize()
1210 fp->ctf_enums.ctn_writable = NULL; in ctf_serialize()
H A Dctf-impl.h387 ctf_names_t ctf_enums; /* Hash table of enum types. */ member
H A Dctf-create.c159 fp->ctf_enums.ctn_writable = enums; in ctf_create()
216 return &fp->ctf_enums; in ctf_name_table()
H A DChangeLog-20201120 <ctf_enums>: Likewise.
/netbsd-src/external/gpl3/gdb/dist/libctf/
H A DChangeLog-20201120 <ctf_enums>: Likewise.