Searched refs:ctf_names (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/cddl/osnet/dist/common/ctf/ |
H A D | ctf_open.c | 328 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 D | ctf_impl.h | 188 ctf_hash_t ctf_names; /* hash table of remaining type names */ member
|
H A D | ctf_create.c | 468 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 D | ctf-open.c | 758 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 D | ctf-impl.h | 126 typedef struct ctf_names struct 388 ctf_names_t ctf_names; /* Hash table of remaining type names. */ member
|
H A D | ctf-serialize.c | 1170 nfp->ctf_names = fp->ctf_names; in ctf_serialize() 1211 fp->ctf_names.ctn_writable = NULL; in ctf_serialize()
|
H A D | ctf-create.c | 160 fp->ctf_names.ctn_writable = names; in ctf_create() 218 return &fp->ctf_names; in ctf_name_table()
|
H A D | ChangeLog-2020 | 1121 <ctf_names>: Likewise.
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-open.c | 758 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 D | ctf-impl.h | 126 typedef struct ctf_names struct 388 ctf_names_t ctf_names; /* Hash table of remaining type names. */ member
|
H A D | ctf-serialize.c | 1170 nfp->ctf_names = fp->ctf_names; in ctf_serialize() 1211 fp->ctf_names.ctn_writable = NULL; in ctf_serialize()
|
H A D | ctf-create.c | 160 fp->ctf_names.ctn_writable = names; in ctf_create() 218 return &fp->ctf_names; in ctf_name_table()
|
H A D | ChangeLog-2020 | 1121 <ctf_names>: Likewise.
|
/netbsd-src/external/gpl3/gdb/dist/libctf/ |
H A D | ChangeLog-2020 | 1121 <ctf_names>: Likewise.
|