Searched refs:ctf_dedup_mark_conflicting_hash (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-dedup.c | 1304 ctf_dedup_mark_conflicting_hash (ctf_dict_t *fp, const char *hval) in ctf_dedup_mark_conflicting_hash() function 1335 if (ctf_dedup_mark_conflicting_hash (fp, hv) < 0) in ctf_dedup_mark_conflicting_hash() 1485 ctf_dedup_mark_conflicting_hash (fp, hval); in ctf_dedup_detect_name_ambiguity() 1559 if (ctf_dedup_mark_conflicting_hash (fp, hval) < 0) in ctf_dedup_detect_name_ambiguity() 1863 if (ctf_dedup_mark_conflicting_hash (output, hval) < 0) in ctf_dedup_conflictify_unshared()
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-dedup.c | 1304 ctf_dedup_mark_conflicting_hash (ctf_dict_t *fp, const char *hval) in ctf_dedup_mark_conflicting_hash() function 1336 if (ctf_dedup_mark_conflicting_hash (fp, hv) < 0) in ctf_dedup_mark_conflicting_hash() 1486 ctf_dedup_mark_conflicting_hash (fp, hval); in ctf_dedup_detect_name_ambiguity() 1560 if (ctf_dedup_mark_conflicting_hash (fp, hval) < 0) in ctf_dedup_detect_name_ambiguity() 1864 if (ctf_dedup_mark_conflicting_hash (output, hval) < 0) in ctf_dedup_conflictify_unshared()
|