Searched refs:ctf_dynset_next (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-inlines.h | 74 return ctf_dynset_next (h, it, (void **) key); in ctf_dynset_cnext()
|
H A D | ctf-hash.c | 706 ctf_dynset_next (ctf_dynset_t *hp, ctf_next_t **it, void **key) in ctf_dynset_next() function 730 i->ctn_iter_fun = (void (*) (void)) ctf_dynset_next; in ctf_dynset_next() 734 if ((void (*) (void)) ctf_dynset_next != i->ctn_iter_fun) in ctf_dynset_next()
|
H A D | ctf-impl.h | 671 extern int ctf_dynset_next (ctf_dynset_t *, ctf_next_t **, void **key);
|
H A D | ctf-dedup.c | 1759 while ((err = ctf_dynset_next (type_ids, &i, &id)) == 0) in ctf_dedup_multiple_input_dicts() 2260 while ((err = ctf_dynset_next (type_ids, &i, &id)) == 0) in ctf_dedup_rwalk_output_mapping()
|
H A D | ChangeLog-2020 | 686 (ctf_dynset_next): New. 692 (ctf_dynset_next): New.
|
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-inlines.h | 74 return ctf_dynset_next (h, it, (void **) key); in ctf_dynset_cnext()
|
H A D | ctf-hash.c | 706 ctf_dynset_next (ctf_dynset_t *hp, ctf_next_t **it, void **key) in ctf_dynset_next() function 730 i->ctn_iter_fun = (void (*) (void)) ctf_dynset_next; in ctf_dynset_next() 734 if ((void (*) (void)) ctf_dynset_next != i->ctn_iter_fun) in ctf_dynset_next()
|
H A D | ctf-impl.h | 671 extern int ctf_dynset_next (ctf_dynset_t *, ctf_next_t **, void **key);
|
H A D | ctf-dedup.c | 1758 while ((err = ctf_dynset_next (type_ids, &i, &id)) == 0) in ctf_dedup_multiple_input_dicts() 2259 while ((err = ctf_dynset_next (type_ids, &i, &id)) == 0) in ctf_dedup_rwalk_output_mapping()
|
H A D | ChangeLog-2020 | 686 (ctf_dynset_next): New. 692 (ctf_dynset_next): New.
|
/netbsd-src/external/gpl3/gdb/dist/libctf/ |
H A D | ChangeLog-2020 | 686 (ctf_dynset_next): New. 692 (ctf_dynset_next): New.
|