Home
last modified time | relevance | path

Searched refs:ctf_dynhash_insert (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-string.c198 if (ctf_dynhash_insert (fp->ctf_str_atoms, newstr, atom) < 0) in ctf_str_add_ref_internal()
208 if (ctf_dynhash_insert (fp->ctf_prov_strtab, (void *) (uintptr_t) in ctf_str_add_ref_internal()
336 if (ctf_dynhash_insert (fp->ctf_syn_ext_strtab, in ctf_str_add_external()
H A Dctf-inlines.h68 return ctf_dynhash_insert (h, (void *) k, (void *) v); in ctf_dynhash_cinsert()
H A Dctf-link.c133 if (ctf_dynhash_insert (fp->ctf_link_inputs, keyname, input) < 0) in ctf_link_add_ctf_internal()
350 if (ctf_dynhash_insert (fp->ctf_link_outputs, dynname, cu_fp) < 0) in ctf_create_per_cu()
420 if ((err = ctf_dynhash_insert (fp->ctf_link_in_cu_mapping, f, t)) < 0) in ctf_link_add_cu_mapping()
437 if ((err = ctf_dynhash_insert (fp->ctf_link_out_cu_mapping, in ctf_link_add_cu_mapping()
451 if (ctf_dynhash_insert (one_out, f, NULL) < 0) in ctf_link_add_cu_mapping()
1440 if (ctf_dynhash_insert (fp->ctf_link_outputs, dynname, outputs[i]) < 0) in ctf_link_deduplicating()
H A Dctf-create.c226 if (ctf_dynhash_insert (fp->ctf_dthash, (void *) (uintptr_t) dtd->dtd_type, in ctf_dtd_insert()
233 if (ctf_dynhash_insert (ctf_name_table (fp, kind)->ctn_writable, in ctf_dtd_insert()
330 if (ctf_dynhash_insert (fp->ctf_dvhash, dvd->dvd_name, dvd) < 0) in ctf_dvd_insert()
1398 if (ctf_dynhash_insert (h, dupname, (void *) (uintptr_t) id) < 0) in ctf_add_funcobjt_sym()
1532 ctf_dynhash_insert (dst_fp->ctf_link_type_mapping, key, in ctf_add_type_mapping()
1771 if (ctf_dynhash_insert (proc_tracking_fp->ctf_add_processing, in ctf_add_type_internal()
H A Dctf-archive.c680 if (ctf_dynhash_insert (arc->ctfi_dicts, dupname, fp) < 0) in ctf_dict_open_cached()
936 ctf_dynhash_insert (wrapper->ctfi_symnamedicts, tmp, fp); in ctf_arc_lookup_sym_or_name()
975 if (ctf_dynhash_insert (wrapper->ctfi_symnamedicts, tmp, &enosym) < 0) in ctf_arc_lookup_sym_or_name()
H A Dctf-dedup.c310 if (ctf_dynhash_insert (fp->ctf_dedup.cd_id_to_dict_t, dynkey, NULL) < 0) in id_to_packed_id()
359 if (ctf_dynhash_insert (set, (void *) key, element) < 0) in make_set_element()
1206 if (ctf_dynhash_insert (d->cd_output_mapping, (void *) hval, in ctf_dedup_populate_mappings()
1912 if (ctf_dynhash_insert (d->cd_input_nums, inputs[i], in ctf_dedup()
2906 if (ctf_dynhash_insert (d->cd_emission_struct_members, id, out_id) < 0) in ctf_dedup_emit_type()
H A Dctf-impl.h641 extern int ctf_dynhash_insert (ctf_dynhash_t *, void *, void *);
H A Dctf-hash.c239 ctf_dynhash_insert (ctf_dynhash_t *hp, void *key, void *value) in ctf_dynhash_insert() function
H A DChangeLog-2020768 (ctf_dynhash_insert): Only access ctf_hashtab's key_free and
1350 (ctf_dynhash_insert): Adjust call appropriately.
1400 (ctf_dynhash_insert): Fix comment typo.
1703 ctf_dynhash_insert.
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-string.c196 if (ctf_dynhash_insert (fp->ctf_str_atoms, newstr, atom) < 0) in ctf_str_add_ref_internal()
206 if (ctf_dynhash_insert (fp->ctf_prov_strtab, (void *) (uintptr_t) in ctf_str_add_ref_internal()
334 if (ctf_dynhash_insert (fp->ctf_syn_ext_strtab, in ctf_str_add_external()
H A Dctf-inlines.h68 return ctf_dynhash_insert (h, (void *) k, (void *) v); in ctf_dynhash_cinsert()
H A Dctf-link.c133 if (ctf_dynhash_insert (fp->ctf_link_inputs, keyname, input) < 0) in ctf_link_add_ctf_internal()
352 if (ctf_dynhash_insert (fp->ctf_link_outputs, dynname, cu_fp) < 0) in ctf_create_per_cu()
408 if ((err = ctf_dynhash_insert (fp->ctf_link_in_cu_mapping, f, t)) < 0) in ctf_link_add_cu_mapping()
425 if ((err = ctf_dynhash_insert (fp->ctf_link_out_cu_mapping, in ctf_link_add_cu_mapping()
436 if (ctf_dynhash_insert (one_out, f, NULL) < 0) in ctf_link_add_cu_mapping()
1427 if (ctf_dynhash_insert (fp->ctf_link_outputs, dynname, outputs[i]) < 0) in ctf_link_deduplicating()
H A Dctf-create.c226 if (ctf_dynhash_insert (fp->ctf_dthash, (void *) (uintptr_t) dtd->dtd_type, in ctf_dtd_insert()
236 if (ctf_dynhash_insert (ctf_name_table (fp, kind)->ctn_writable, in ctf_dtd_insert()
331 if (ctf_dynhash_insert (fp->ctf_dvhash, dvd->dvd_name, dvd) < 0) in ctf_dvd_insert()
1368 if (ctf_dynhash_insert (h, dupname, (void *) (uintptr_t) id) < 0) in ctf_add_funcobjt_sym()
1502 ctf_dynhash_insert (dst_fp->ctf_link_type_mapping, key, in ctf_add_type_mapping()
1741 if (ctf_dynhash_insert (proc_tracking_fp->ctf_add_processing, in ctf_add_type_internal()
H A Dctf-archive.c678 if (ctf_dynhash_insert (arc->ctfi_dicts, dupname, fp) < 0) in ctf_dict_open_cached()
934 ctf_dynhash_insert (wrapper->ctfi_symnamedicts, tmp, fp); in ctf_arc_lookup_sym_or_name()
973 if (ctf_dynhash_insert (wrapper->ctfi_symnamedicts, tmp, &enosym) < 0) in ctf_arc_lookup_sym_or_name()
H A Dctf-dedup.c310 if (ctf_dynhash_insert (fp->ctf_dedup.cd_id_to_dict_t, dynkey, NULL) < 0) in id_to_packed_id()
359 if (ctf_dynhash_insert (set, (void *) key, element) < 0) in make_set_element()
1206 if (ctf_dynhash_insert (d->cd_output_mapping, (void *) hval, in ctf_dedup_populate_mappings()
1913 if (ctf_dynhash_insert (d->cd_input_nums, inputs[i], in ctf_dedup()
2909 if (ctf_dynhash_insert (d->cd_emission_struct_members, id, out_id) < 0) in ctf_dedup_emit_type()
H A Dctf-impl.h641 extern int ctf_dynhash_insert (ctf_dynhash_t *, void *, void *);
H A Dctf-hash.c239 ctf_dynhash_insert (ctf_dynhash_t *hp, void *key, void *value) in ctf_dynhash_insert() function
H A DChangeLog-2020768 (ctf_dynhash_insert): Only access ctf_hashtab's key_free and
1350 (ctf_dynhash_insert): Adjust call appropriately.
1400 (ctf_dynhash_insert): Fix comment typo.
1703 ctf_dynhash_insert.
/netbsd-src/external/gpl3/gdb/dist/libctf/
H A DChangeLog-2020768 (ctf_dynhash_insert): Only access ctf_hashtab's key_free and
1350 (ctf_dynhash_insert): Adjust call appropriately.
1400 (ctf_dynhash_insert): Fix comment typo.
1703 ctf_dynhash_insert.