Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dlibctf.ver97 ctf_variable_next;
H A Dctf-types.c472 while ((type = ctf_variable_next (fp, &i, &name)) != CTF_ERR) in ctf_variable_iter()
492 ctf_variable_next (ctf_dict_t *fp, ctf_next_t **it, const char **name) in ctf_variable_next() function
505 i->ctn_iter_fun = (void (*) (void)) ctf_variable_next; in ctf_variable_next()
511 if ((void (*) (void)) ctf_variable_next != i->ctn_iter_fun) in ctf_variable_next()
H A DChangeLog443 (ctf_link_deduplicating_variables): Use ctf_variable_next, not
486 (ctf_variable_iter): Reimplement in terms of ctf_variable_next.
H A Dctf-link.c920 while ((type = ctf_variable_next (inputs[i], &it, &name)) != CTF_ERR) in ctf_link_deduplicating_variables()
H A DChangeLog-2020712 (ctf_variable_next): New.
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dlibctf.ver97 ctf_variable_next;
H A Dctf-types.c471 while ((type = ctf_variable_next (fp, &i, &name)) != CTF_ERR) in ctf_variable_iter()
491 ctf_variable_next (ctf_dict_t *fp, ctf_next_t **it, const char **name) in ctf_variable_next() function
504 i->ctn_iter_fun = (void (*) (void)) ctf_variable_next; in ctf_variable_next()
510 if ((void (*) (void)) ctf_variable_next != i->ctn_iter_fun) in ctf_variable_next()
H A DChangeLog422 (ctf_link_deduplicating_variables): Use ctf_variable_next, not
465 (ctf_variable_iter): Reimplement in terms of ctf_variable_next.
H A Dctf-link.c906 while ((type = ctf_variable_next (inputs[i], &it, &name)) != CTF_ERR) in ctf_link_deduplicating_variables()
H A DChangeLog-2020712 (ctf_variable_next): New.
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dctf-api.h451 extern ctf_id_t ctf_variable_next (ctf_dict_t *, ctf_next_t **,
H A DChangeLog-2020496 (ctf_variable_next): Likewise.
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dctf-api.h451 extern ctf_id_t ctf_variable_next (ctf_dict_t *, ctf_next_t **,
H A DChangeLog-2020496 (ctf_variable_next): Likewise.
/netbsd-src/external/gpl3/gdb/dist/include/
H A DChangeLog-2020496 (ctf_variable_next): Likewise.
/netbsd-src/external/gpl3/gdb/dist/libctf/
H A DChangeLog-2020712 (ctf_variable_next): New.