Searched refs:ctf_unions (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/external/cddl/osnet/dist/common/ctf/
H A Dctf_open.c322 if ((err = ctf_hash_create(&fp->ctf_unions, pop[CTF_K_UNION])) != 0)
417 err = ctf_hash_define(&fp->ctf_unions, fp,
460 hp = &fp->ctf_unions;
514 ctf_hash_size(&fp->ctf_unions), nlunions);
766 fp->ctf_lookups[1].ctl_hash = &fp->ctf_unions;
958 ctf_hash_destroy(&fp->ctf_unions);
H A Dctf_impl.h186 ctf_hash_t ctf_unions; /* hash table of union types */ member in struct:ctf_file
H A Dctf_create.c466 fp->ctf_lookups[1].ctl_hash = &fp->ctf_unions;
875 ctf_hash_t *hp = &fp->ctf_unions;
929 hp = &fp->ctf_unions;
1300 hp = &dst_fp->ctf_unions;
/netbsd-current/external/gpl3/binutils/dist/libctf/
H A Dctf-open.c748 if ((fp->ctf_unions.ctn_readonly
865 err = ctf_hash_define_type (fp->ctf_unions.ctn_readonly, fp,
954 ctf_hash_size (fp->ctf_unions.ctn_readonly), nlunions);
1241 fp->ctf_lookups[1].ctl_hash = &fp->ctf_unions;
1769 ctf_dynhash_destroy (fp->ctf_unions.ctn_writable);
1776 ctf_hash_destroy (fp->ctf_unions.ctn_readonly);
H A Dctf-serialize.c1168 nfp->ctf_unions = fp->ctf_unions;
1209 fp->ctf_unions.ctn_writable = NULL;
H A Dctf-impl.h386 ctf_names_t ctf_unions; /* Hash table of union types. */ member in struct:ctf_dict
H A Dctf-create.c158 fp->ctf_unions.ctn_writable = unions;
214 return &fp->ctf_unions;
/netbsd-current/external/gpl3/gdb.old/dist/libctf/
H A Dctf-open.c721 if ((fp->ctf_unions.ctn_readonly
836 err = ctf_hash_define_type (fp->ctf_unions.ctn_readonly, fp,
925 ctf_hash_size (fp->ctf_unions.ctn_readonly), nlunions);
1228 fp->ctf_lookups[1].ctl_hash = &fp->ctf_unions;
1686 ctf_dynhash_destroy (fp->ctf_unions.ctn_writable);
1693 ctf_hash_destroy (fp->ctf_unions.ctn_readonly);
H A Dctf-create.c125 fp->ctf_unions.ctn_writable = unions;
561 nfp->ctf_unions = fp->ctf_unions;
590 fp->ctf_unions.ctn_writable = NULL;
612 return &fp->ctf_unions;
H A Dctf-impl.h370 ctf_names_t ctf_unions; /* Hash table of union types. */ member in struct:ctf_file
/netbsd-current/external/gpl3/gdb/dist/libctf/
H A Dctf-open.c748 if ((fp->ctf_unions.ctn_readonly
865 err = ctf_hash_define_type (fp->ctf_unions.ctn_readonly, fp,
954 ctf_hash_size (fp->ctf_unions.ctn_readonly), nlunions);
1241 fp->ctf_lookups[1].ctl_hash = &fp->ctf_unions;
1769 ctf_dynhash_destroy (fp->ctf_unions.ctn_writable);
1776 ctf_hash_destroy (fp->ctf_unions.ctn_readonly);
H A Dctf-serialize.c1168 nfp->ctf_unions = fp->ctf_unions;
1209 fp->ctf_unions.ctn_writable = NULL;
H A Dctf-impl.h386 ctf_names_t ctf_unions; /* Hash table of union types. */ member in struct:ctf_dict
H A Dctf-create.c158 fp->ctf_unions.ctn_writable = unions;
214 return &fp->ctf_unions;
/netbsd-current/external/gpl3/binutils.old/dist/libctf/
H A Dctf-open.c748 if ((fp->ctf_unions.ctn_readonly
865 err = ctf_hash_define_type (fp->ctf_unions.ctn_readonly, fp,
954 ctf_hash_size (fp->ctf_unions.ctn_readonly), nlunions);
1241 fp->ctf_lookups[1].ctl_hash = &fp->ctf_unions;
1769 ctf_dynhash_destroy (fp->ctf_unions.ctn_writable);
1776 ctf_hash_destroy (fp->ctf_unions.ctn_readonly);
H A Dctf-serialize.c1168 nfp->ctf_unions = fp->ctf_unions;
1209 fp->ctf_unions.ctn_writable = NULL;
H A Dctf-impl.h386 ctf_names_t ctf_unions; /* Hash table of union types. */ member in struct:ctf_dict
H A Dctf-create.c158 fp->ctf_unions.ctn_writable = unions;
214 return &fp->ctf_unions;

Completed in 314 milliseconds