Home
last modified time | relevance | path

Searched refs:ctf_type_next (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-types.c369 while ((type = ctf_type_next (fp, &i, NULL, 0)) != CTF_ERR) in ctf_type_iter()
398 while ((type = ctf_type_next (fp, &i, &flag, 1)) != CTF_ERR) in ctf_type_iter_all()
422 ctf_type_next (ctf_dict_t *fp, ctf_next_t **it, int *flag, int want_hidden) in ctf_type_next() function
433 i->ctn_iter_fun = (void (*) (void)) ctf_type_next; in ctf_type_next()
437 if ((void (*) (void)) ctf_type_next != i->ctn_iter_fun) in ctf_type_next()
H A Dlibctf.ver93 ctf_type_next;
H A DChangeLog484 (ctf_type_iter): Reimplement in terms of ctf_type_next.
H A Dctf-dedup.c1943 while ((id = ctf_type_next (inputs[i], &it, NULL, 1)) != CTF_ERR) in ctf_dedup()
H A DChangeLog-2020711 (ctf_type_next): New.
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-types.c368 while ((type = ctf_type_next (fp, &i, NULL, 0)) != CTF_ERR) in ctf_type_iter()
397 while ((type = ctf_type_next (fp, &i, &flag, 1)) != CTF_ERR) in ctf_type_iter_all()
421 ctf_type_next (ctf_dict_t *fp, ctf_next_t **it, int *flag, int want_hidden) in ctf_type_next() function
432 i->ctn_iter_fun = (void (*) (void)) ctf_type_next; in ctf_type_next()
436 if ((void (*) (void)) ctf_type_next != i->ctn_iter_fun) in ctf_type_next()
H A Dlibctf.ver93 ctf_type_next;
H A DChangeLog463 (ctf_type_iter): Reimplement in terms of ctf_type_next.
H A Dctf-dedup.c1944 while ((id = ctf_type_next (inputs[i], &it, NULL, 1)) != CTF_ERR) in ctf_dedup()
H A DChangeLog-2020711 (ctf_type_next): New.
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dctf-api.h446 extern ctf_id_t ctf_type_next (ctf_dict_t *, ctf_next_t **,
H A DChangeLog-2020494 (ctf_type_next): Likewise.
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dctf-api.h446 extern ctf_id_t ctf_type_next (ctf_dict_t *, ctf_next_t **,
H A DChangeLog-2020494 (ctf_type_next): Likewise.
/netbsd-src/external/gpl3/gdb/dist/include/
H A DChangeLog-2020494 (ctf_type_next): Likewise.
/netbsd-src/external/gpl3/gdb/dist/libctf/
H A DChangeLog-2020711 (ctf_type_next): New.