Searched refs:to_mark (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-dedup.c | 1833 ctf_dynset_t *to_mark = NULL; in ctf_dedup_conflictify_unshared() local 1835 if ((to_mark = ctf_dynset_create (htab_hash_string, htab_eq_string, in ctf_dedup_conflictify_unshared() 1853 if (ctf_dynset_cinsert (to_mark, hval) < 0) in ctf_dedup_conflictify_unshared() 1859 while ((err = ctf_dynset_cnext (to_mark, &i, &k)) == 0) in ctf_dedup_conflictify_unshared() 1869 ctf_dynset_destroy (to_mark); in ctf_dedup_conflictify_unshared() 1879 ctf_dynset_destroy (to_mark); in ctf_dedup_conflictify_unshared()
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-dedup.c | 1834 ctf_dynset_t *to_mark = NULL; in ctf_dedup_conflictify_unshared() local 1836 if ((to_mark = ctf_dynset_create (htab_hash_string, htab_eq_string, in ctf_dedup_conflictify_unshared() 1854 if (ctf_dynset_cinsert (to_mark, hval) < 0) in ctf_dedup_conflictify_unshared() 1860 while ((err = ctf_dynset_cnext (to_mark, &i, &k)) == 0) in ctf_dedup_conflictify_unshared() 1870 ctf_dynset_destroy (to_mark); in ctf_dedup_conflictify_unshared() 1880 ctf_dynset_destroy (to_mark); in ctf_dedup_conflictify_unshared()
|