Searched refs:ctf_dynhash_next_sorted (Results 1 – 17 of 17) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-util.c | 274 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 D | ctf-inlines.h | 54 return ctf_dynhash_next_sorted (h, i, (void **) key, (void **) value, in ctf_dynhash_cnext_sorted()
|
H A D | ctf-hash.c | 485 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 D | ctf-serialize.c | 615 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 D | ctf-impl.h | 659 extern int ctf_dynhash_next_sorted (ctf_dynhash_t *, ctf_next_t **,
|
H A D | ChangeLog-2020 | 680 ctf_dynhash_next_sorted. 684 (ctf_dynhash_next_sorted): ... this new function. 690 * ctf-hash.c (ctf_dynhash_next_sorted): New.
|
H A D | ctf-link.c | 758 while ((err = ctf_dynhash_next_sorted (inputs, &i, &name, &input, in ctf_link_deduplicating_open_inputs()
|
H A D | ctf-dedup.c | 2384 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 D | ctf-util.c | 284 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 D | ctf-inlines.h | 54 return ctf_dynhash_next_sorted (h, i, (void **) key, (void **) value, in ctf_dynhash_cnext_sorted()
|
H A D | ctf-hash.c | 485 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 D | ctf-serialize.c | 615 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 D | ctf-impl.h | 659 extern int ctf_dynhash_next_sorted (ctf_dynhash_t *, ctf_next_t **,
|
H A D | ChangeLog-2020 | 680 ctf_dynhash_next_sorted. 684 (ctf_dynhash_next_sorted): ... this new function. 690 * ctf-hash.c (ctf_dynhash_next_sorted): New.
|
H A D | ctf-link.c | 744 while ((err = ctf_dynhash_next_sorted (inputs, &i, &name, &input, in ctf_link_deduplicating_open_inputs()
|
H A D | ctf-dedup.c | 2381 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 D | ChangeLog-2020 | 680 ctf_dynhash_next_sorted. 684 (ctf_dynhash_next_sorted): ... this new function. 690 * ctf-hash.c (ctf_dynhash_next_sorted): New.
|