Searched refs:ctf_unions (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/cddl/osnet/dist/common/ctf/ |
H A D | ctf_open.c | 322 if ((err = ctf_hash_create(&fp->ctf_unions, pop[CTF_K_UNION])) != 0) in init_types() 417 err = ctf_hash_define(&fp->ctf_unions, fp, in init_types() 460 hp = &fp->ctf_unions; in init_types() 514 ctf_hash_size(&fp->ctf_unions), nlunions); in init_types() 766 fp->ctf_lookups[1].ctl_hash = &fp->ctf_unions; in ctf_bufopen() 958 ctf_hash_destroy(&fp->ctf_unions); in ctf_close()
|
H A D | ctf_impl.h | 186 ctf_hash_t ctf_unions; /* hash table of union types */ member
|
H A D | ctf_create.c | 466 fp->ctf_lookups[1].ctl_hash = &fp->ctf_unions; in ctf_update() 875 ctf_hash_t *hp = &fp->ctf_unions; in ctf_add_union() 929 hp = &fp->ctf_unions; in ctf_add_forward() 1300 hp = &dst_fp->ctf_unions; in ctf_add_type()
|
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-open.c | 748 if ((fp->ctf_unions.ctn_readonly in init_types() 865 err = ctf_hash_define_type (fp->ctf_unions.ctn_readonly, fp, in init_types() 954 ctf_hash_size (fp->ctf_unions.ctn_readonly), nlunions); in init_types() 1241 fp->ctf_lookups[1].ctl_hash = &fp->ctf_unions; in ctf_set_ctl_hashes() 1770 ctf_dynhash_destroy (fp->ctf_unions.ctn_writable); in ctf_dict_close() 1777 ctf_hash_destroy (fp->ctf_unions.ctn_readonly); in ctf_dict_close()
|
H A D | ctf-serialize.c | 1168 nfp->ctf_unions = fp->ctf_unions; in ctf_serialize() 1209 fp->ctf_unions.ctn_writable = NULL; in ctf_serialize()
|
H A D | ctf-impl.h | 386 ctf_names_t ctf_unions; /* Hash table of union types. */ member
|
H A D | ctf-create.c | 158 fp->ctf_unions.ctn_writable = unions; in ctf_create() 214 return &fp->ctf_unions; in ctf_name_table()
|
H A D | ChangeLog-2020 | 1119 <ctf_unions>: Likewise.
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-open.c | 748 if ((fp->ctf_unions.ctn_readonly in init_types() 865 err = ctf_hash_define_type (fp->ctf_unions.ctn_readonly, fp, in init_types() 954 ctf_hash_size (fp->ctf_unions.ctn_readonly), nlunions); in init_types() 1241 fp->ctf_lookups[1].ctl_hash = &fp->ctf_unions; in ctf_set_ctl_hashes() 1769 ctf_dynhash_destroy (fp->ctf_unions.ctn_writable); in ctf_dict_close() 1776 ctf_hash_destroy (fp->ctf_unions.ctn_readonly); in ctf_dict_close()
|
H A D | ctf-serialize.c | 1168 nfp->ctf_unions = fp->ctf_unions; in ctf_serialize() 1209 fp->ctf_unions.ctn_writable = NULL; in ctf_serialize()
|
H A D | ctf-impl.h | 386 ctf_names_t ctf_unions; /* Hash table of union types. */ member
|
H A D | ctf-create.c | 158 fp->ctf_unions.ctn_writable = unions; in ctf_create() 214 return &fp->ctf_unions; in ctf_name_table()
|
H A D | ChangeLog-2020 | 1119 <ctf_unions>: Likewise.
|
/netbsd-src/external/gpl3/gdb/dist/libctf/ |
H A D | ChangeLog-2020 | 1119 <ctf_unions>: Likewise.
|