Searched refs:ctf_type_next (Results 1 – 16 of 16) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-types.c | 369 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 D | libctf.ver | 93 ctf_type_next;
|
H A D | ChangeLog | 484 (ctf_type_iter): Reimplement in terms of ctf_type_next.
|
H A D | ctf-dedup.c | 1943 while ((id = ctf_type_next (inputs[i], &it, NULL, 1)) != CTF_ERR) in ctf_dedup()
|
H A D | ChangeLog-2020 | 711 (ctf_type_next): New.
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-types.c | 368 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 D | libctf.ver | 93 ctf_type_next;
|
H A D | ChangeLog | 463 (ctf_type_iter): Reimplement in terms of ctf_type_next.
|
H A D | ctf-dedup.c | 1944 while ((id = ctf_type_next (inputs[i], &it, NULL, 1)) != CTF_ERR) in ctf_dedup()
|
H A D | ChangeLog-2020 | 711 (ctf_type_next): New.
|
/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | ctf-api.h | 446 extern ctf_id_t ctf_type_next (ctf_dict_t *, ctf_next_t **,
|
H A D | ChangeLog-2020 | 494 (ctf_type_next): Likewise.
|
/netbsd-src/external/gpl3/binutils.old/dist/include/ |
H A D | ctf-api.h | 446 extern ctf_id_t ctf_type_next (ctf_dict_t *, ctf_next_t **,
|
H A D | ChangeLog-2020 | 494 (ctf_type_next): Likewise.
|
/netbsd-src/external/gpl3/gdb/dist/include/ |
H A D | ChangeLog-2020 | 494 (ctf_type_next): Likewise.
|
/netbsd-src/external/gpl3/gdb/dist/libctf/ |
H A D | ChangeLog-2020 | 711 (ctf_type_next): New.
|