Home
last modified time | relevance | path

Searched refs:ctf_dynset_next (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-inlines.h74 return ctf_dynset_next (h, it, (void **) key); in ctf_dynset_cnext()
H A Dctf-hash.c706 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 Dctf-impl.h671 extern int ctf_dynset_next (ctf_dynset_t *, ctf_next_t **, void **key);
H A Dctf-dedup.c1759 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 DChangeLog-2020686 (ctf_dynset_next): New.
692 (ctf_dynset_next): New.
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-inlines.h74 return ctf_dynset_next (h, it, (void **) key); in ctf_dynset_cnext()
H A Dctf-hash.c706 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 Dctf-impl.h671 extern int ctf_dynset_next (ctf_dynset_t *, ctf_next_t **, void **key);
H A Dctf-dedup.c1758 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 DChangeLog-2020686 (ctf_dynset_next): New.
692 (ctf_dynset_next): New.
/netbsd-src/external/gpl3/gdb/dist/libctf/
H A DChangeLog-2020686 (ctf_dynset_next): New.
692 (ctf_dynset_next): New.