Home
last modified time | relevance | path

Searched refs:ctf_dynhash_next_sorted (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-util.c274 if (i->ctn_iter_fun == (void (*) (void)) ctf_dynhash_next_sorted) in ctf_next_destroy()
292 if (i2->ctn_iter_fun == (void (*) (void)) ctf_dynhash_next_sorted) in ctf_next_copy()
H A Dctf-inlines.h54 return ctf_dynhash_next_sorted (h, i, (void **) key, (void **) value, in ctf_dynhash_cnext_sorted()
H A Dctf-hash.c485 ctf_dynhash_next_sorted (ctf_dynhash_t *h, ctf_next_t **it, void **key, in ctf_dynhash_next_sorted() function
534 i->ctn_iter_fun = (void (*) (void)) ctf_dynhash_next_sorted; in ctf_dynhash_next_sorted()
538 if ((void (*) (void)) ctf_dynhash_next_sorted != i->ctn_iter_fun) in ctf_dynhash_next_sorted()
H A Dctf-serialize.c615 while ((err = ctf_dynhash_next_sorted (s->symfp->ctf_dynsyms, &i, in ctf_emit_symtypetab_sects()
633 while ((err = ctf_dynhash_next_sorted (fp->ctf_objthash, &i, &symname, in ctf_emit_symtypetab_sects()
639 while ((err = ctf_dynhash_next_sorted (fp->ctf_funchash, &i, &symname, in ctf_emit_symtypetab_sects()
H A Dctf-impl.h659 extern int ctf_dynhash_next_sorted (ctf_dynhash_t *, ctf_next_t **,
H A DChangeLog-2020680 ctf_dynhash_next_sorted.
684 (ctf_dynhash_next_sorted): ... this new function.
690 * ctf-hash.c (ctf_dynhash_next_sorted): New.
H A Dctf-link.c758 while ((err = ctf_dynhash_next_sorted (inputs, &i, &name, &input, in ctf_link_deduplicating_open_inputs()
H A Dctf-dedup.c2384 while ((err = ctf_dynhash_next_sorted (output->ctf_dedup.cd_output_mapping, in ctf_dedup_walk_output_mapping()
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-util.c284 if (i->ctn_iter_fun == (void (*) (void)) ctf_dynhash_next_sorted) in ctf_next_destroy()
302 if (i2->ctn_iter_fun == (void (*) (void)) ctf_dynhash_next_sorted) in ctf_next_copy()
H A Dctf-inlines.h54 return ctf_dynhash_next_sorted (h, i, (void **) key, (void **) value, in ctf_dynhash_cnext_sorted()
H A Dctf-hash.c485 ctf_dynhash_next_sorted (ctf_dynhash_t *h, ctf_next_t **it, void **key, in ctf_dynhash_next_sorted() function
534 i->ctn_iter_fun = (void (*) (void)) ctf_dynhash_next_sorted; in ctf_dynhash_next_sorted()
538 if ((void (*) (void)) ctf_dynhash_next_sorted != i->ctn_iter_fun) in ctf_dynhash_next_sorted()
H A Dctf-serialize.c615 while ((err = ctf_dynhash_next_sorted (s->symfp->ctf_dynsyms, &i, in ctf_emit_symtypetab_sects()
633 while ((err = ctf_dynhash_next_sorted (fp->ctf_objthash, &i, &symname, in ctf_emit_symtypetab_sects()
639 while ((err = ctf_dynhash_next_sorted (fp->ctf_funchash, &i, &symname, in ctf_emit_symtypetab_sects()
H A Dctf-impl.h659 extern int ctf_dynhash_next_sorted (ctf_dynhash_t *, ctf_next_t **,
H A DChangeLog-2020680 ctf_dynhash_next_sorted.
684 (ctf_dynhash_next_sorted): ... this new function.
690 * ctf-hash.c (ctf_dynhash_next_sorted): New.
H A Dctf-link.c744 while ((err = ctf_dynhash_next_sorted (inputs, &i, &name, &input, in ctf_link_deduplicating_open_inputs()
H A Dctf-dedup.c2381 while ((err = ctf_dynhash_next_sorted (output->ctf_dedup.cd_output_mapping, in ctf_dedup_walk_output_mapping()
/netbsd-src/external/gpl3/gdb/dist/libctf/
H A DChangeLog-2020680 ctf_dynhash_next_sorted.
684 (ctf_dynhash_next_sorted): ... this new function.
690 * ctf-hash.c (ctf_dynhash_next_sorted): New.