Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_open.c328 if ((err = ctf_hash_create(&fp->ctf_names, in init_types()
371 if ((hep = ctf_hash_lookup(&fp->ctf_names, fp, in init_types()
373 err = ctf_hash_insert(&fp->ctf_names, fp, in init_types()
393 err = ctf_hash_insert(&fp->ctf_names, fp, in init_types()
443 err = ctf_hash_insert(&fp->ctf_names, fp, in init_types()
494 err = ctf_hash_insert(&fp->ctf_names, fp, in init_types()
516 ctf_hash_size(&fp->ctf_names)); in init_types()
772 fp->ctf_lookups[3].ctl_hash = &fp->ctf_names; in ctf_bufopen()
960 ctf_hash_destroy(&fp->ctf_names); in ctf_close()
H A Dctf_impl.h188 ctf_hash_t ctf_names; /* hash table of remaining type names */ member
H A Dctf_create.c468 fp->ctf_lookups[3].ctl_hash = &fp->ctf_names; in ctf_update()
1306 hp = &dst_fp->ctf_names; in ctf_add_type()
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-open.c758 if ((fp->ctf_names.ctn_readonly in init_types()
813 if (((ctf_hash_lookup_type (fp->ctf_names.ctn_readonly, in init_types()
817 err = ctf_hash_define_type (fp->ctf_names.ctn_readonly, fp, in init_types()
835 err = ctf_hash_insert_type (fp->ctf_names.ctn_readonly, fp, in init_types()
889 err = ctf_hash_insert_type (fp->ctf_names.ctn_readonly, fp, in init_types()
932 err = ctf_hash_insert_type (fp->ctf_names.ctn_readonly, fp, in init_types()
956 ctf_hash_size (fp->ctf_names.ctn_readonly)); in init_types()
1247 fp->ctf_lookups[3].ctl_hash = &fp->ctf_names; in ctf_set_ctl_hashes()
1772 ctf_dynhash_destroy (fp->ctf_names.ctn_writable); in ctf_dict_close()
1779 ctf_hash_destroy (fp->ctf_names.ctn_readonly); in ctf_dict_close()
H A Dctf-impl.h126 typedef struct ctf_names struct
388 ctf_names_t ctf_names; /* Hash table of remaining type names. */ member
H A Dctf-serialize.c1170 nfp->ctf_names = fp->ctf_names; in ctf_serialize()
1211 fp->ctf_names.ctn_writable = NULL; in ctf_serialize()
H A Dctf-create.c160 fp->ctf_names.ctn_writable = names; in ctf_create()
218 return &fp->ctf_names; in ctf_name_table()
H A DChangeLog-20201121 <ctf_names>: Likewise.
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-open.c758 if ((fp->ctf_names.ctn_readonly in init_types()
813 if (((ctf_hash_lookup_type (fp->ctf_names.ctn_readonly, in init_types()
817 err = ctf_hash_define_type (fp->ctf_names.ctn_readonly, fp, in init_types()
835 err = ctf_hash_insert_type (fp->ctf_names.ctn_readonly, fp, in init_types()
889 err = ctf_hash_insert_type (fp->ctf_names.ctn_readonly, fp, in init_types()
932 err = ctf_hash_insert_type (fp->ctf_names.ctn_readonly, fp, in init_types()
956 ctf_hash_size (fp->ctf_names.ctn_readonly)); in init_types()
1247 fp->ctf_lookups[3].ctl_hash = &fp->ctf_names; in ctf_set_ctl_hashes()
1771 ctf_dynhash_destroy (fp->ctf_names.ctn_writable); in ctf_dict_close()
1778 ctf_hash_destroy (fp->ctf_names.ctn_readonly); in ctf_dict_close()
H A Dctf-impl.h126 typedef struct ctf_names struct
388 ctf_names_t ctf_names; /* Hash table of remaining type names. */ member
H A Dctf-serialize.c1170 nfp->ctf_names = fp->ctf_names; in ctf_serialize()
1211 fp->ctf_names.ctn_writable = NULL; in ctf_serialize()
H A Dctf-create.c160 fp->ctf_names.ctn_writable = names; in ctf_create()
218 return &fp->ctf_names; in ctf_name_table()
H A DChangeLog-20201121 <ctf_names>: Likewise.
/netbsd-src/external/gpl3/gdb/dist/libctf/
H A DChangeLog-20201121 <ctf_names>: Likewise.