Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_open.c319 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 Dctf_impl.h185 ctf_hash_t ctf_structs; /* hash table of struct types */ member
H A Dctf_create.c465 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 Dctf-open.c743 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 Dctf-serialize.c1167 nfp->ctf_structs = fp->ctf_structs; in ctf_serialize()
1208 fp->ctf_structs.ctn_writable = NULL; in ctf_serialize()
H A Dctf-impl.h385 ctf_names_t ctf_structs; /* Hash table of struct types. */ member
H A Dctf-create.c157 fp->ctf_structs.ctn_writable = structs; in ctf_create()
212 return &fp->ctf_structs; in ctf_name_table()
H A DChangeLog-20201118 (ctf_file_t) <ctf_structs>: Likewise.
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-open.c743 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 Dctf-serialize.c1167 nfp->ctf_structs = fp->ctf_structs; in ctf_serialize()
1208 fp->ctf_structs.ctn_writable = NULL; in ctf_serialize()
H A Dctf-impl.h385 ctf_names_t ctf_structs; /* Hash table of struct types. */ member
H A Dctf-create.c157 fp->ctf_structs.ctn_writable = structs; in ctf_create()
212 return &fp->ctf_structs; in ctf_name_table()
H A DChangeLog-20201118 (ctf_file_t) <ctf_structs>: Likewise.
/netbsd-src/external/gpl3/gdb/dist/libctf/
H A DChangeLog-20201118 (ctf_file_t) <ctf_structs>: Likewise.