Searched refs:ctf_dynset_exists (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-dedup.c | 397 if (!ctf_dynset_exists (fp->ctf_dedup_atoms, atom, &foo)) in intern() 961 if (ctf_dynset_exists (citer_hashes, hval, NULL)) in ctf_dedup_rhash_type() 1257 if (!ctf_dynset_exists (type_ids, id, NULL) in ctf_dedup_populate_mappings() 1313 if (ctf_dynset_exists (d->cd_conflicting_types, hval, NULL)) in ctf_dedup_mark_conflicting_hash() 1332 if (ctf_dynset_exists (d->cd_conflicting_types, hv, NULL)) in ctf_dedup_mark_conflicting_hash() 2226 if (!ctf_dynset_exists (already_visited, hval, NULL)) in ctf_dedup_rwalk_output_mapping() 2247 if (!ctf_dynset_exists (d->cd_conflicting_types, hval, NULL)) in ctf_dedup_rwalk_output_mapping() 2430 if (!ctf_dynset_exists (od->cd_conflicting_types, hval, NULL) in ctf_dedup_maybe_synthesize_forward() 2641 is_conflicting = ctf_dynset_exists (d->cd_conflicting_types, hval, NULL); in ctf_dedup_emit_type()
|
H A D | ctf-impl.h | 669 extern int ctf_dynset_exists (ctf_dynset_t *, const void *key,
|
H A D | ctf-hash.c | 674 ctf_dynset_exists (ctf_dynset_t *hp, const void *key, const void **orig_key) in ctf_dynset_exists() function
|
H A D | ChangeLog-2020 | 743 (ctf_dynset_exists): New. 754 (ctf_dynset_exists): New.
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-dedup.c | 397 if (!ctf_dynset_exists (fp->ctf_dedup_atoms, atom, &foo)) in intern() 961 if (ctf_dynset_exists (citer_hashes, hval, NULL)) in ctf_dedup_rhash_type() 1257 if (!ctf_dynset_exists (type_ids, id, NULL) in ctf_dedup_populate_mappings() 1313 if (ctf_dynset_exists (d->cd_conflicting_types, hval, NULL)) in ctf_dedup_mark_conflicting_hash() 1333 if (ctf_dynset_exists (d->cd_conflicting_types, hv, NULL)) in ctf_dedup_mark_conflicting_hash() 2227 if (!ctf_dynset_exists (already_visited, hval, NULL)) in ctf_dedup_rwalk_output_mapping() 2248 if (!ctf_dynset_exists (d->cd_conflicting_types, hval, NULL)) in ctf_dedup_rwalk_output_mapping() 2427 if (!ctf_dynset_exists (od->cd_conflicting_types, hval, NULL) in ctf_dedup_maybe_synthesize_forward() 2644 is_conflicting = ctf_dynset_exists (d->cd_conflicting_types, hval, NULL); in ctf_dedup_emit_type()
|
H A D | ctf-impl.h | 669 extern int ctf_dynset_exists (ctf_dynset_t *, const void *key,
|
H A D | ctf-hash.c | 674 ctf_dynset_exists (ctf_dynset_t *hp, const void *key, const void **orig_key) in ctf_dynset_exists() function
|
H A D | ChangeLog-2020 | 743 (ctf_dynset_exists): New. 754 (ctf_dynset_exists): New.
|
/netbsd-src/external/gpl3/gdb/dist/libctf/ |
H A D | ChangeLog-2020 | 743 (ctf_dynset_exists): New. 754 (ctf_dynset_exists): New.
|