/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-hash.c | 406 ctf_dynhash_next (ctf_dynhash_t *h, ctf_next_t **it, void **key, void **value) in ctf_dynhash_next() function 428 i->ctn_iter_fun = (void (*) (void)) ctf_dynhash_next; in ctf_dynhash_next() 432 if ((void (*) (void)) ctf_dynhash_next != i->ctn_iter_fun) in ctf_dynhash_next() 491 return ctf_dynhash_next (h, it, key, value); in ctf_dynhash_next_sorted() 516 while ((err = ctf_dynhash_next (h, &accum_i, &key, &value)) == 0) in ctf_dynhash_next_sorted()
|
H A D | ctf-link.c | 666 while ((err = ctf_dynhash_next (inputs, &i, &name, &input)) == 0) in ctf_link_deduplicating_count_inputs() 880 while ((err = ctf_dynhash_next (cu_names, &it, &name, NULL)) == 0) in ctf_link_deduplicating_close_inputs() 1135 while ((err = ctf_dynhash_next (fp->ctf_link_out_cu_mapping, &i, &out_cu, in ctf_link_deduplicating_per_cu() 1360 while ((err = ctf_dynhash_next (fp->ctf_link_inputs, &i, NULL, &v)) == 0) in ctf_link_empty_outputs() 1534 while ((err = ctf_dynhash_next (fp->ctf_link_out_cu_mapping, &i, &k, in ctf_link() 1742 while ((err = ctf_dynhash_next (fp->ctf_dynsyms, &i, &name_, &sym_)) == 0) in ctf_link_shuffle_syms() 1864 while ((err = ctf_dynhash_next (fp->ctf_link_inputs, &i, &name_, &input_)) == 0) in ctf_link_warn_outdated_inputs()
|
H A D | ctf-inlines.h | 62 return ctf_dynhash_next (h, it, (void **) key, (void **) value); in ctf_dynhash_cnext()
|
H A D | ctf-impl.h | 657 extern int ctf_dynhash_next (ctf_dynhash_t *, ctf_next_t **,
|
H A D | ctf-lookup.c | 704 err = ctf_dynhash_next (dynh, &i->ctn_next, &dyn_name, &dyn_value); in ctf_symbol_next()
|
H A D | ctf-dedup.c | 1430 while ((err = ctf_dynhash_next (d->cd_name_counts, &i, &k, &v)) == 0) in ctf_dedup_detect_name_ambiguity() 2973 while ((err = ctf_dynhash_next (d->cd_emission_struct_members, &i, in ctf_dedup_emit_struct_members()
|
H A D | ChangeLog-2020 | 685 (ctf_dynhash_next): New. 691 (ctf_dynhash_next): New.
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-hash.c | 406 ctf_dynhash_next (ctf_dynhash_t *h, ctf_next_t **it, void **key, void **value) in ctf_dynhash_next() function 428 i->ctn_iter_fun = (void (*) (void)) ctf_dynhash_next; in ctf_dynhash_next() 432 if ((void (*) (void)) ctf_dynhash_next != i->ctn_iter_fun) in ctf_dynhash_next() 491 return ctf_dynhash_next (h, it, key, value); in ctf_dynhash_next_sorted() 516 while ((err = ctf_dynhash_next (h, &accum_i, &key, &value)) == 0) in ctf_dynhash_next_sorted()
|
H A D | ctf-link.c | 651 while ((err = ctf_dynhash_next (inputs, &i, &name, &input)) == 0) in ctf_link_deduplicating_count_inputs() 866 while ((err = ctf_dynhash_next (cu_names, &it, &name, NULL)) == 0) in ctf_link_deduplicating_close_inputs() 1121 while ((err = ctf_dynhash_next (fp->ctf_link_out_cu_mapping, &i, &out_cu, in ctf_link_deduplicating_per_cu() 1346 while ((err = ctf_dynhash_next (fp->ctf_link_inputs, &i, NULL, &v)) == 0) in ctf_link_empty_outputs() 1515 while ((err = ctf_dynhash_next (fp->ctf_link_out_cu_mapping, &i, &k, in ctf_link() 1729 while ((err = ctf_dynhash_next (fp->ctf_dynsyms, &i, &name_, &sym_)) == 0) in ctf_link_shuffle_syms() 1851 while ((err = ctf_dynhash_next (fp->ctf_link_inputs, &i, &name_, &ifp_)) == 0) in ctf_link_warn_outdated_inputs()
|
H A D | ctf-inlines.h | 62 return ctf_dynhash_next (h, it, (void **) key, (void **) value); in ctf_dynhash_cnext()
|
H A D | ctf-impl.h | 657 extern int ctf_dynhash_next (ctf_dynhash_t *, ctf_next_t **,
|
H A D | ctf-lookup.c | 692 err = ctf_dynhash_next (dynh, &i->ctn_next, &dyn_name, &dyn_value); in ctf_symbol_next()
|
H A D | ctf-dedup.c | 1431 while ((err = ctf_dynhash_next (d->cd_name_counts, &i, &k, &v)) == 0) in ctf_dedup_detect_name_ambiguity() 2976 while ((err = ctf_dynhash_next (d->cd_emission_struct_members, &i, in ctf_dedup_emit_struct_members()
|
H A D | ChangeLog-2020 | 685 (ctf_dynhash_next): New. 691 (ctf_dynhash_next): New.
|
/netbsd-src/external/gpl3/gdb/dist/libctf/ |
H A D | ChangeLog-2020 | 685 (ctf_dynhash_next): New. 691 (ctf_dynhash_next): New.
|