Searched refs:ctf_dynhash_t (Results 1 - 25 of 38) sorted by relevance

12

/netbsd-current/external/gpl3/binutils/dist/libctf/
H A Dctf-impl.h100 typedef struct ctf_dynhash ctf_dynhash_t; /* Private to ctf-hash.c. */ typedef in typeref:struct:ctf_dynhash
129 ctf_dynhash_t *ctn_writable; /* Hash table when writable. */
260 ctf_dynhash_t; a "hash value" is the hash value of a type as returned by
281 ctf_dynhash_t *cd_id_to_dict_t;
287 ctf_dynhash_t *cd_decorated_names[4];
291 ctf_dynhash_t *cd_name_counts;
299 ctf_dynhash_t *cd_type_hashes;
306 ctf_dynhash_t *cd_struct_origin;
312 ctf_dynhash_t *cd_citers;
317 ctf_dynhash_t *cd_output_mappin
[all...]
H A Dctf-inlines.h50 ctf_dynhash_cnext_sorted (ctf_dynhash_t *h, ctf_next_t **i, const void **key,
59 ctf_dynhash_cnext (ctf_dynhash_t *h, ctf_next_t **it,
66 ctf_dynhash_cinsert (ctf_dynhash_t *h, const void *k, const void *v)
H A Dctf-hash.c49 ctf_dynhash_t *owner; /* The hash that owns us. */
159 ctf_dynhash_t *
163 ctf_dynhash_t *dynhash;
167 dynhash = malloc (sizeof (ctf_dynhash_t));
169 dynhash = malloc (offsetof (ctf_dynhash_t, key_free));
239 ctf_dynhash_insert (ctf_dynhash_t *hp, void *key, void *value)
266 ctf_dynhash_remove (ctf_dynhash_t *hp, const void *key)
273 ctf_dynhash_empty (ctf_dynhash_t *hp)
279 ctf_dynhash_elements (ctf_dynhash_t *hp)
285 ctf_dynhash_lookup (ctf_dynhash_t *h
[all...]
H A Dctf-link.c377 ctf_dynhash_t *one_out;
637 ctf_link_deduplicating_count_inputs (ctf_dict_t *fp, ctf_dynhash_t *cu_names,
640 ctf_dynhash_t *inputs = fp->ctf_link_inputs;
715 ctf_link_deduplicating_open_inputs (ctf_dict_t *fp, ctf_dynhash_t *cu_names,
718 ctf_dynhash_t *inputs = fp->ctf_link_inputs;
850 ctf_link_deduplicating_close_inputs (ctf_dict_t *fp, ctf_dynhash_t *cu_names,
956 ctf_dynhash_t *thishash = functions ? fp->ctf_funchash : fp->ctf_objthash;
957 ctf_dynhash_t *thathash = functions ? fp->ctf_objthash : fp->ctf_funchash;
1125 ctf_dynhash_t *in = (ctf_dynhash_t *) in_cu
[all...]
H A Dctf-util.c304 size_t els = ctf_dynhash_elements ((ctf_dynhash_t *) i->cu.ctn_h);
H A Dctf-serialize.c93 symtypetab_density (ctf_dict_t *fp, ctf_dict_t *symfp, ctf_dynhash_t *symhash,
100 ctf_dynhash_t *linker_known = NULL;
264 ctf_dynhash_t *symhash;
360 ctf_dynhash_t *symhash;
H A Dctf-create.c107 ctf_dynhash_t *dthash;
108 ctf_dynhash_t *dvhash;
109 ctf_dynhash_t *structs = NULL, *unions = NULL, *enums = NULL, *names = NULL;
110 ctf_dynhash_t *objthash = NULL, *funchash = NULL;
1350 ctf_dynhash_t *h = is_function ? fp->ctf_funchash : fp->ctf_objthash;
/netbsd-current/external/gpl3/gdb/dist/libctf/
H A Dctf-impl.h100 typedef struct ctf_dynhash ctf_dynhash_t; /* Private to ctf-hash.c. */ typedef in typeref:struct:ctf_dynhash
129 ctf_dynhash_t *ctn_writable; /* Hash table when writable. */
260 ctf_dynhash_t; a "hash value" is the hash value of a type as returned by
281 ctf_dynhash_t *cd_id_to_dict_t;
287 ctf_dynhash_t *cd_decorated_names[4];
291 ctf_dynhash_t *cd_name_counts;
299 ctf_dynhash_t *cd_type_hashes;
306 ctf_dynhash_t *cd_struct_origin;
312 ctf_dynhash_t *cd_citers;
317 ctf_dynhash_t *cd_output_mappin
[all...]
H A Dctf-inlines.h50 ctf_dynhash_cnext_sorted (ctf_dynhash_t *h, ctf_next_t **i, const void **key,
59 ctf_dynhash_cnext (ctf_dynhash_t *h, ctf_next_t **it,
66 ctf_dynhash_cinsert (ctf_dynhash_t *h, const void *k, const void *v)
H A Dctf-hash.c49 ctf_dynhash_t *owner; /* The hash that owns us. */
159 ctf_dynhash_t *
163 ctf_dynhash_t *dynhash;
167 dynhash = malloc (sizeof (ctf_dynhash_t));
169 dynhash = malloc (offsetof (ctf_dynhash_t, key_free));
239 ctf_dynhash_insert (ctf_dynhash_t *hp, void *key, void *value)
266 ctf_dynhash_remove (ctf_dynhash_t *hp, const void *key)
273 ctf_dynhash_empty (ctf_dynhash_t *hp)
279 ctf_dynhash_elements (ctf_dynhash_t *hp)
285 ctf_dynhash_lookup (ctf_dynhash_t *h
[all...]
H A Dctf-link.c377 ctf_dynhash_t *one_out;
640 ctf_link_deduplicating_count_inputs (ctf_dict_t *fp, ctf_dynhash_t *cu_names,
643 ctf_dynhash_t *inputs = fp->ctf_link_inputs;
718 ctf_link_deduplicating_open_inputs (ctf_dict_t *fp, ctf_dynhash_t *cu_names,
721 ctf_dynhash_t *inputs = fp->ctf_link_inputs;
853 ctf_link_deduplicating_close_inputs (ctf_dict_t *fp, ctf_dynhash_t *cu_names,
959 ctf_dynhash_t *thishash = functions ? fp->ctf_funchash : fp->ctf_objthash;
960 ctf_dynhash_t *thathash = functions ? fp->ctf_objthash : fp->ctf_funchash;
1128 ctf_dynhash_t *in = (ctf_dynhash_t *) in_cu
[all...]
H A Dctf-util.c304 size_t els = ctf_dynhash_elements ((ctf_dynhash_t *) i->cu.ctn_h);
H A Dctf-serialize.c93 symtypetab_density (ctf_dict_t *fp, ctf_dict_t *symfp, ctf_dynhash_t *symhash,
100 ctf_dynhash_t *linker_known = NULL;
264 ctf_dynhash_t *symhash;
360 ctf_dynhash_t *symhash;
H A Dctf-create.c107 ctf_dynhash_t *dthash;
108 ctf_dynhash_t *dvhash;
109 ctf_dynhash_t *structs = NULL, *unions = NULL, *enums = NULL, *names = NULL;
110 ctf_dynhash_t *objthash = NULL, *funchash = NULL;
1350 ctf_dynhash_t *h = is_function ? fp->ctf_funchash : fp->ctf_objthash;
/netbsd-current/external/gpl3/binutils.old/dist/libctf/
H A Dctf-impl.h100 typedef struct ctf_dynhash ctf_dynhash_t; /* Private to ctf-hash.c. */ typedef in typeref:struct:ctf_dynhash
129 ctf_dynhash_t *ctn_writable; /* Hash table when writable. */
260 ctf_dynhash_t; a "hash value" is the hash value of a type as returned by
281 ctf_dynhash_t *cd_id_to_dict_t;
287 ctf_dynhash_t *cd_decorated_names[4];
291 ctf_dynhash_t *cd_name_counts;
299 ctf_dynhash_t *cd_type_hashes;
306 ctf_dynhash_t *cd_struct_origin;
312 ctf_dynhash_t *cd_citers;
317 ctf_dynhash_t *cd_output_mappin
[all...]
H A Dctf-inlines.h50 ctf_dynhash_cnext_sorted (ctf_dynhash_t *h, ctf_next_t **i, const void **key,
59 ctf_dynhash_cnext (ctf_dynhash_t *h, ctf_next_t **it,
66 ctf_dynhash_cinsert (ctf_dynhash_t *h, const void *k, const void *v)
H A Dctf-hash.c49 ctf_dynhash_t *owner; /* The hash that owns us. */
159 ctf_dynhash_t *
163 ctf_dynhash_t *dynhash;
167 dynhash = malloc (sizeof (ctf_dynhash_t));
169 dynhash = malloc (offsetof (ctf_dynhash_t, key_free));
239 ctf_dynhash_insert (ctf_dynhash_t *hp, void *key, void *value)
266 ctf_dynhash_remove (ctf_dynhash_t *hp, const void *key)
273 ctf_dynhash_empty (ctf_dynhash_t *hp)
279 ctf_dynhash_elements (ctf_dynhash_t *hp)
285 ctf_dynhash_lookup (ctf_dynhash_t *h
[all...]
H A Dctf-link.c377 ctf_dynhash_t *one_out;
637 ctf_link_deduplicating_count_inputs (ctf_dict_t *fp, ctf_dynhash_t *cu_names,
640 ctf_dynhash_t *inputs = fp->ctf_link_inputs;
715 ctf_link_deduplicating_open_inputs (ctf_dict_t *fp, ctf_dynhash_t *cu_names,
718 ctf_dynhash_t *inputs = fp->ctf_link_inputs;
850 ctf_link_deduplicating_close_inputs (ctf_dict_t *fp, ctf_dynhash_t *cu_names,
956 ctf_dynhash_t *thishash = functions ? fp->ctf_funchash : fp->ctf_objthash;
957 ctf_dynhash_t *thathash = functions ? fp->ctf_objthash : fp->ctf_funchash;
1125 ctf_dynhash_t *in = (ctf_dynhash_t *) in_cu
[all...]
H A Dctf-util.c304 size_t els = ctf_dynhash_elements ((ctf_dynhash_t *) i->cu.ctn_h);
H A Dctf-serialize.c93 symtypetab_density (ctf_dict_t *fp, ctf_dict_t *symfp, ctf_dynhash_t *symhash,
100 ctf_dynhash_t *linker_known = NULL;
264 ctf_dynhash_t *symhash;
360 ctf_dynhash_t *symhash;
/netbsd-current/external/gpl3/gdb.old/dist/libctf/
H A Dctf-impl.h87 typedef struct ctf_dynhash ctf_dynhash_t; /* Private to ctf-hash.c. */ typedef in typeref:struct:ctf_dynhash
116 ctf_dynhash_t *ctn_writable; /* Hash table when writable. */
254 ctf_dynhash_t; a "hash value" is the hash value of a type as returned by
275 ctf_dynhash_t *cd_id_to_file_t;
281 ctf_dynhash_t *cd_decorated_names[4];
285 ctf_dynhash_t *cd_name_counts;
293 ctf_dynhash_t *cd_type_hashes;
300 ctf_dynhash_t *cd_struct_origin;
306 ctf_dynhash_t *cd_citers;
311 ctf_dynhash_t *cd_output_mappin
[all...]
H A Dctf-inlines.h50 ctf_dynhash_cnext_sorted (ctf_dynhash_t *h, ctf_next_t **i, const void **key,
59 ctf_dynhash_cnext (ctf_dynhash_t *h, ctf_next_t **it,
66 ctf_dynhash_cinsert (ctf_dynhash_t *h, const void *k, const void *v)
H A Dctf-hash.c49 ctf_dynhash_t *owner; /* The hash that owns us. */
168 ctf_dynhash_t *
172 ctf_dynhash_t *dynhash;
176 dynhash = malloc (sizeof (ctf_dynhash_t));
178 dynhash = malloc (offsetof (ctf_dynhash_t, key_free));
248 ctf_dynhash_insert (ctf_dynhash_t *hp, void *key, void *value)
275 ctf_dynhash_remove (ctf_dynhash_t *hp, const void *key)
282 ctf_dynhash_empty (ctf_dynhash_t *hp)
288 ctf_dynhash_elements (ctf_dynhash_t *hp)
294 ctf_dynhash_lookup (ctf_dynhash_t *h
[all...]
H A Dctf-util.c231 size_t els = ctf_dynhash_elements ((ctf_dynhash_t *) i->cu.ctn_h);
H A Dctf-link.c355 ctf_dynhash_t *one_out;
878 ctf_link_deduplicating_count_inputs (ctf_file_t *fp, ctf_dynhash_t *cu_names,
881 ctf_dynhash_t *inputs = fp->ctf_link_inputs;
956 ctf_link_deduplicating_open_inputs (ctf_file_t *fp, ctf_dynhash_t *cu_names,
959 ctf_dynhash_t *inputs = fp->ctf_link_inputs;
1091 ctf_link_deduplicating_close_inputs (ctf_file_t *fp, ctf_dynhash_t *cu_names,
1174 ctf_dynhash_t *in = (ctf_dynhash_t *) in_cus;

Completed in 401 milliseconds

12