Searched refs:cd_type_hashes (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-dedup.c | 1087 if ((hval = ctf_dynhash_lookup (d->cd_type_hashes, type_id)) != NULL) in ctf_dedup_hash_type() 1122 if (ctf_dynhash_cinsert (d->cd_type_hashes, type_id, hval) < 0) in ctf_dedup_hash_type() 1267 hval = ctf_dynhash_lookup (d->cd_type_hashes, id); in ctf_dedup_populate_mappings() 1626 if ((d->cd_type_hashes in ctf_dedup_init() 1703 ctf_dynhash_destroy (d->cd_type_hashes); in ctf_dedup_fini() 2069 hashval = ctf_dynhash_lookup (d->cd_type_hashes, type_id); \ in ctf_dedup_rwalk_one_output_mapping() 2526 hval = ctf_dynhash_lookup (od->cd_type_hashes, in ctf_dedup_id_to_target() 3142 if (fp->ctf_dedup.cd_type_hashes != NULL) in ctf_dedup_type_mapping() 3144 else if (fp->ctf_parent && fp->ctf_parent->ctf_dedup.cd_type_hashes != NULL) in ctf_dedup_type_mapping() 3165 hval = ctf_dynhash_lookup (d->cd_type_hashes, in ctf_dedup_type_mapping()
|
H A D | ctf-impl.h | 299 ctf_dynhash_t *cd_type_hashes; member
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-dedup.c | 1087 if ((hval = ctf_dynhash_lookup (d->cd_type_hashes, type_id)) != NULL) in ctf_dedup_hash_type() 1122 if (ctf_dynhash_cinsert (d->cd_type_hashes, type_id, hval) < 0) in ctf_dedup_hash_type() 1267 hval = ctf_dynhash_lookup (d->cd_type_hashes, id); in ctf_dedup_populate_mappings() 1627 if ((d->cd_type_hashes in ctf_dedup_init() 1704 ctf_dynhash_destroy (d->cd_type_hashes); in ctf_dedup_fini() 2070 hashval = ctf_dynhash_lookup (d->cd_type_hashes, type_id); \ in ctf_dedup_rwalk_one_output_mapping() 2529 hval = ctf_dynhash_lookup (od->cd_type_hashes, in ctf_dedup_id_to_target() 3145 if (fp->ctf_dedup.cd_type_hashes != NULL) in ctf_dedup_type_mapping() 3147 else if (fp->ctf_parent && fp->ctf_parent->ctf_dedup.cd_type_hashes != NULL) in ctf_dedup_type_mapping() 3168 hval = ctf_dynhash_lookup (d->cd_type_hashes, in ctf_dedup_type_mapping()
|
H A D | ctf-impl.h | 299 ctf_dynhash_t *cd_type_hashes; member
|