Searched refs:ctf_dynhash_cinsert (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-inlines.h | 66 ctf_dynhash_cinsert (ctf_dynhash_t *h, const void *k, const void *v) in ctf_dynhash_cinsert() function
|
H A D | ctf-dedup.c | 457 if (ctf_dynhash_cinsert (d->cd_decorated_names[i], name, ret) < 0) in ctf_decorate_type_name() 545 if (ctf_dynhash_cinsert (d->cd_struct_origin, decorated, origin) < 0) in ctf_dedup_record_origin() 1122 if (ctf_dynhash_cinsert (d->cd_type_hashes, type_id, hval) < 0) in ctf_dedup_hash_type() 1187 if (ctf_dynhash_cinsert (d->cd_output_mapping_guard, id, hval) < 0) in ctf_dedup_populate_mappings() 1199 if (ctf_dynhash_cinsert (d->cd_output_first_gid, hval, id) < 0) in ctf_dedup_populate_mappings() 1277 if (ctf_dynhash_cinsert (d->cd_name_counts, decorated_name, in ctf_dedup_populate_mappings() 1288 if (ctf_dynhash_cinsert (name_counts, hval, in ctf_dedup_populate_mappings() 2455 if (ctf_dynhash_cinsert (td->cd_output_emission_conflicted_forwards, in ctf_dedup_maybe_synthesize_forward() 2925 && ctf_dynhash_cinsert (target->ctf_dedup.cd_output_emission_hashes, in ctf_dedup_emit_type()
|
H A D | ctf-lookup.c | 594 if (ctf_dynhash_cinsert (cache->ctf_symhash, sym.st_name, in ctf_lookup_symbol_idx() 609 if (ctf_dynhash_cinsert (cache->ctf_symhash, sym.st_name, in ctf_lookup_symbol_idx()
|
H A D | ctf-serialize.c | 147 if (ctf_dynhash_cinsert (linker_known, name, ctf_sym) < 0) in symtypetab_density()
|
H A D | ctf-link.c | 1696 if (ctf_dynhash_cinsert (fp->ctf_dynsyms, new_sym->st_name, new_sym) < 0) in ctf_link_shuffle_syms()
|
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-inlines.h | 66 ctf_dynhash_cinsert (ctf_dynhash_t *h, const void *k, const void *v) in ctf_dynhash_cinsert() function
|
H A D | ctf-dedup.c | 457 if (ctf_dynhash_cinsert (d->cd_decorated_names[i], name, ret) < 0) in ctf_decorate_type_name() 545 if (ctf_dynhash_cinsert (d->cd_struct_origin, decorated, origin) < 0) in ctf_dedup_record_origin() 1122 if (ctf_dynhash_cinsert (d->cd_type_hashes, type_id, hval) < 0) in ctf_dedup_hash_type() 1187 if (ctf_dynhash_cinsert (d->cd_output_mapping_guard, id, hval) < 0) in ctf_dedup_populate_mappings() 1199 if (ctf_dynhash_cinsert (d->cd_output_first_gid, hval, id) < 0) in ctf_dedup_populate_mappings() 1277 if (ctf_dynhash_cinsert (d->cd_name_counts, decorated_name, in ctf_dedup_populate_mappings() 1288 if (ctf_dynhash_cinsert (name_counts, hval, in ctf_dedup_populate_mappings() 2455 if (ctf_dynhash_cinsert (td->cd_output_emission_conflicted_forwards, in ctf_dedup_maybe_synthesize_forward() 2922 && ctf_dynhash_cinsert (target->ctf_dedup.cd_output_emission_hashes, in ctf_dedup_emit_type()
|
H A D | ctf-lookup.c | 597 if (ctf_dynhash_cinsert (cache->ctf_symhash, sym.st_name, in ctf_lookup_symbol_idx() 612 if (ctf_dynhash_cinsert (cache->ctf_symhash, sym.st_name, in ctf_lookup_symbol_idx()
|
H A D | ctf-serialize.c | 147 if (ctf_dynhash_cinsert (linker_known, name, ctf_sym) < 0) in symtypetab_density()
|
H A D | ctf-link.c | 1709 if (ctf_dynhash_cinsert (fp->ctf_dynsyms, new_sym->st_name, new_sym) < 0) in ctf_link_shuffle_syms()
|