Searched refs:ctn_writable (Results 1 - 19 of 19) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/libctf/
H A Dctf-create.c124 fp->ctf_structs.ctn_writable = structs;
125 fp->ctf_unions.ctn_writable = unions;
126 fp->ctf_enums.ctn_writable = enums;
127 fp->ctf_names.ctn_writable = names;
589 fp->ctf_structs.ctn_writable = NULL;
590 fp->ctf_unions.ctn_writable = NULL;
591 fp->ctf_enums.ctn_writable = NULL;
592 fp->ctf_names.ctn_writable = NULL;
631 if (ctf_dynhash_insert (ctf_name_table (fp, kind)->ctn_writable,
680 ctf_dynhash_remove (ctf_name_table (fp, name_kind)->ctn_writable,
[all...]
H A Dctf-open.c1685 ctf_dynhash_destroy (fp->ctf_structs.ctn_writable);
1686 ctf_dynhash_destroy (fp->ctf_unions.ctn_writable);
1687 ctf_dynhash_destroy (fp->ctf_enums.ctn_writable);
1688 ctf_dynhash_destroy (fp->ctf_names.ctn_writable);
H A Dctf-impl.h116 ctf_dynhash_t *ctn_writable; /* Hash table when writable. */ member in struct:ctf_names
H A Dctf-types.c662 id = (ctf_id_t) (uintptr_t) ctf_dynhash_lookup (np->ctn_writable, name);
/netbsd-current/external/gpl3/binutils/dist/libctf/
H A Dctf-create.c157 fp->ctf_structs.ctn_writable = structs;
158 fp->ctf_unions.ctn_writable = unions;
159 fp->ctf_enums.ctn_writable = enums;
160 fp->ctf_names.ctn_writable = names;
236 if (ctf_dynhash_insert (ctf_name_table (fp, kind)->ctn_writable,
294 ctf_dynhash_remove (ctf_name_table (fp, name_kind)->ctn_writable,
417 ctf_dynhash_remove (ctf_name_table (fp, kind)->ctn_writable,
H A Dctf-serialize.c1208 fp->ctf_structs.ctn_writable = NULL;
1209 fp->ctf_unions.ctn_writable = NULL;
1210 fp->ctf_enums.ctn_writable = NULL;
1211 fp->ctf_names.ctn_writable = NULL;
H A Dctf-open.c1768 ctf_dynhash_destroy (fp->ctf_structs.ctn_writable);
1769 ctf_dynhash_destroy (fp->ctf_unions.ctn_writable);
1770 ctf_dynhash_destroy (fp->ctf_enums.ctn_writable);
1771 ctf_dynhash_destroy (fp->ctf_names.ctn_writable);
H A Dctf-impl.h129 ctf_dynhash_t *ctn_writable; /* Hash table when writable. */ member in struct:ctf_names
H A Dctf-types.c642 id = (ctf_id_t) (uintptr_t) ctf_dynhash_lookup (np->ctn_writable, name);
/netbsd-current/external/gpl3/gdb/dist/libctf/
H A Dctf-create.c157 fp->ctf_structs.ctn_writable = structs;
158 fp->ctf_unions.ctn_writable = unions;
159 fp->ctf_enums.ctn_writable = enums;
160 fp->ctf_names.ctn_writable = names;
236 if (ctf_dynhash_insert (ctf_name_table (fp, kind)->ctn_writable,
294 ctf_dynhash_remove (ctf_name_table (fp, name_kind)->ctn_writable,
417 ctf_dynhash_remove (ctf_name_table (fp, kind)->ctn_writable,
H A Dctf-serialize.c1208 fp->ctf_structs.ctn_writable = NULL;
1209 fp->ctf_unions.ctn_writable = NULL;
1210 fp->ctf_enums.ctn_writable = NULL;
1211 fp->ctf_names.ctn_writable = NULL;
H A Dctf-open.c1768 ctf_dynhash_destroy (fp->ctf_structs.ctn_writable);
1769 ctf_dynhash_destroy (fp->ctf_unions.ctn_writable);
1770 ctf_dynhash_destroy (fp->ctf_enums.ctn_writable);
1771 ctf_dynhash_destroy (fp->ctf_names.ctn_writable);
H A Dctf-impl.h129 ctf_dynhash_t *ctn_writable; /* Hash table when writable. */ member in struct:ctf_names
H A Dctf-types.c642 id = (ctf_id_t) (uintptr_t) ctf_dynhash_lookup (np->ctn_writable, name);
/netbsd-current/external/gpl3/binutils.old/dist/libctf/
H A Dctf-create.c157 fp->ctf_structs.ctn_writable = structs;
158 fp->ctf_unions.ctn_writable = unions;
159 fp->ctf_enums.ctn_writable = enums;
160 fp->ctf_names.ctn_writable = names;
236 if (ctf_dynhash_insert (ctf_name_table (fp, kind)->ctn_writable,
294 ctf_dynhash_remove (ctf_name_table (fp, name_kind)->ctn_writable,
417 ctf_dynhash_remove (ctf_name_table (fp, kind)->ctn_writable,
H A Dctf-serialize.c1208 fp->ctf_structs.ctn_writable = NULL;
1209 fp->ctf_unions.ctn_writable = NULL;
1210 fp->ctf_enums.ctn_writable = NULL;
1211 fp->ctf_names.ctn_writable = NULL;
H A Dctf-open.c1768 ctf_dynhash_destroy (fp->ctf_structs.ctn_writable);
1769 ctf_dynhash_destroy (fp->ctf_unions.ctn_writable);
1770 ctf_dynhash_destroy (fp->ctf_enums.ctn_writable);
1771 ctf_dynhash_destroy (fp->ctf_names.ctn_writable);
H A Dctf-impl.h129 ctf_dynhash_t *ctn_writable; /* Hash table when writable. */ member in struct:ctf_names
H A Dctf-types.c642 id = (ctf_id_t) (uintptr_t) ctf_dynhash_lookup (np->ctn_writable, name);

Completed in 186 milliseconds