Home
last modified time | relevance | path

Searched refs:ctf_dynhash_cnext (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-inlines.h59 ctf_dynhash_cnext (ctf_dynhash_t *h, ctf_next_t **it, in ctf_dynhash_cnext() function
H A Dctf-serialize.c128 while ((err = ctf_dynhash_cnext (symfp->ctf_dynsyms, &i, in symtypetab_density()
162 while ((err = ctf_dynhash_cnext (symhash, &i, &name, NULL)) == 0) in symtypetab_density()
227 while ((err = ctf_dynhash_cnext (linker_known, &i, NULL, &ctf_sym)) == 0) in symtypetab_density()
H A Dctf-dedup.c1460 while ((err = ctf_dynhash_cnext (counts, &j, &hval_, NULL)) == 0) in ctf_dedup_detect_name_ambiguity()
1522 while ((err = ctf_dynhash_cnext (name_counts, &j, &key, &count)) == 0) in ctf_dedup_detect_name_ambiguity()
1552 while ((err = ctf_dynhash_cnext (name_counts, &j, &key, NULL)) == 0) in ctf_dedup_detect_name_ambiguity()
1840 while ((err = ctf_dynhash_cnext (d->cd_output_mapping, &i, &k, NULL)) == 0) in ctf_dedup_conflictify_unshared()
H A DChangeLog-2020688 (ctf_dynhash_cnext): New.
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-inlines.h59 ctf_dynhash_cnext (ctf_dynhash_t *h, ctf_next_t **it, in ctf_dynhash_cnext() function
H A Dctf-serialize.c128 while ((err = ctf_dynhash_cnext (symfp->ctf_dynsyms, &i, in symtypetab_density()
162 while ((err = ctf_dynhash_cnext (symhash, &i, &name, NULL)) == 0) in symtypetab_density()
227 while ((err = ctf_dynhash_cnext (linker_known, &i, NULL, &ctf_sym)) == 0) in symtypetab_density()
H A Dctf-dedup.c1459 while ((err = ctf_dynhash_cnext (counts, &j, &hval_, NULL)) == 0) in ctf_dedup_detect_name_ambiguity()
1521 while ((err = ctf_dynhash_cnext (name_counts, &j, &key, &count)) == 0) in ctf_dedup_detect_name_ambiguity()
1551 while ((err = ctf_dynhash_cnext (name_counts, &j, &key, NULL)) == 0) in ctf_dedup_detect_name_ambiguity()
1839 while ((err = ctf_dynhash_cnext (d->cd_output_mapping, &i, &k, NULL)) == 0) in ctf_dedup_conflictify_unshared()
H A DChangeLog-2020688 (ctf_dynhash_cnext): New.
/netbsd-src/external/gpl3/gdb/dist/libctf/
H A DChangeLog-2020688 (ctf_dynhash_cnext): New.