Searched refs:ctf_structs (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/cddl/osnet/dist/common/ctf/ |
H A D | ctf_open.c | 319 if ((err = ctf_hash_create(&fp->ctf_structs, pop[CTF_K_STRUCT])) != 0) in init_types() 401 err = ctf_hash_define(&fp->ctf_structs, fp, in init_types() 457 hp = &fp->ctf_structs; in init_types() 466 hp = &fp->ctf_structs; in init_types() 512 ctf_hash_size(&fp->ctf_structs), nlstructs); in init_types() 763 fp->ctf_lookups[0].ctl_hash = &fp->ctf_structs; in ctf_bufopen() 957 ctf_hash_destroy(&fp->ctf_structs); in ctf_close()
|
H A D | ctf_impl.h | 185 ctf_hash_t ctf_structs; /* hash table of struct types */ member
|
H A D | ctf_create.c | 465 fp->ctf_lookups[0].ctl_hash = &fp->ctf_structs; in ctf_update() 853 ctf_hash_t *hp = &fp->ctf_structs; in ctf_add_struct() 926 hp = &fp->ctf_structs; in ctf_add_forward() 1297 hp = &dst_fp->ctf_structs; in ctf_add_type()
|
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-open.c | 743 if ((fp->ctf_structs.ctn_readonly in init_types() 849 err = ctf_hash_define_type (fp->ctf_structs.ctn_readonly, fp, in init_types() 952 ctf_hash_size (fp->ctf_structs.ctn_readonly), nlstructs); in init_types() 1238 fp->ctf_lookups[0].ctl_hash = &fp->ctf_structs; in ctf_set_ctl_hashes() 1769 ctf_dynhash_destroy (fp->ctf_structs.ctn_writable); in ctf_dict_close() 1776 ctf_hash_destroy (fp->ctf_structs.ctn_readonly); in ctf_dict_close()
|
H A D | ctf-serialize.c | 1167 nfp->ctf_structs = fp->ctf_structs; in ctf_serialize() 1208 fp->ctf_structs.ctn_writable = NULL; in ctf_serialize()
|
H A D | ctf-impl.h | 385 ctf_names_t ctf_structs; /* Hash table of struct types. */ member
|
H A D | ctf-create.c | 157 fp->ctf_structs.ctn_writable = structs; in ctf_create() 212 return &fp->ctf_structs; in ctf_name_table()
|
H A D | ChangeLog-2020 | 1118 (ctf_file_t) <ctf_structs>: Likewise.
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-open.c | 743 if ((fp->ctf_structs.ctn_readonly in init_types() 849 err = ctf_hash_define_type (fp->ctf_structs.ctn_readonly, fp, in init_types() 952 ctf_hash_size (fp->ctf_structs.ctn_readonly), nlstructs); in init_types() 1238 fp->ctf_lookups[0].ctl_hash = &fp->ctf_structs; in ctf_set_ctl_hashes() 1768 ctf_dynhash_destroy (fp->ctf_structs.ctn_writable); in ctf_dict_close() 1775 ctf_hash_destroy (fp->ctf_structs.ctn_readonly); in ctf_dict_close()
|
H A D | ctf-serialize.c | 1167 nfp->ctf_structs = fp->ctf_structs; in ctf_serialize() 1208 fp->ctf_structs.ctn_writable = NULL; in ctf_serialize()
|
H A D | ctf-impl.h | 385 ctf_names_t ctf_structs; /* Hash table of struct types. */ member
|
H A D | ctf-create.c | 157 fp->ctf_structs.ctn_writable = structs; in ctf_create() 212 return &fp->ctf_structs; in ctf_name_table()
|
H A D | ChangeLog-2020 | 1118 (ctf_file_t) <ctf_structs>: Likewise.
|
/netbsd-src/external/gpl3/gdb/dist/libctf/ |
H A D | ChangeLog-2020 | 1118 (ctf_file_t) <ctf_structs>: Likewise.
|