Home
last modified time | relevance | path

Searched refs:ctf_enum_next (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/libctf/testsuite/libctf-lookup/
H A Denum-symbol.c32 while ((name = ctf_enum_next (fp, type, &i, &val)) != NULL) in main()
H A Denum.c54 while ((name = ctf_enum_next (fp, type, &i, &val)) != NULL) in main()
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dlibctf.ver91 ctf_enum_next;
H A Dctf-types.c249 while ((name = ctf_enum_next (fp, type, &i, &val)) != NULL) in ctf_enum_iter()
269 ctf_enum_next (ctf_dict_t *fp, ctf_id_t type, ctf_next_t **it, in ctf_enum_next() function
307 i->ctn_iter_fun = (void (*) (void)) ctf_enum_next; in ctf_enum_next()
319 if ((void (*) (void)) ctf_enum_next != i->ctn_iter_fun) in ctf_enum_next()
H A Dctf-dump.c610 while ((enumerand = ctf_enum_next (state->cds_fp, id, in ctf_dump_type()
H A DChangeLog257 * ctf-types.c (ctf_enum_next): The dynamic portion now uses
483 (ctf_enum_iter): Reimplement in terms of ctf_enum_next.
H A Dctf-dedup.c866 while ((ename = ctf_enum_next (input, type, &i, &val)) != NULL) in ctf_dedup_rhash_type()
2751 while ((name = ctf_enum_next (input, type, &i, &val)) != NULL) in ctf_dedup_emit_type()
H A DChangeLog-2020708 (ctf_enum_next): New.
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dlibctf.ver91 ctf_enum_next;
H A Dctf-types.c248 while ((name = ctf_enum_next (fp, type, &i, &val)) != NULL) in ctf_enum_iter()
268 ctf_enum_next (ctf_dict_t *fp, ctf_id_t type, ctf_next_t **it, in ctf_enum_next() function
306 i->ctn_iter_fun = (void (*) (void)) ctf_enum_next; in ctf_enum_next()
318 if ((void (*) (void)) ctf_enum_next != i->ctn_iter_fun) in ctf_enum_next()
H A Dctf-dump.c610 while ((enumerand = ctf_enum_next (state->cds_fp, id, in ctf_dump_type()
H A DChangeLog236 * ctf-types.c (ctf_enum_next): The dynamic portion now uses
462 (ctf_enum_iter): Reimplement in terms of ctf_enum_next.
H A Dctf-dedup.c866 while ((ename = ctf_enum_next (input, type, &i, &val)) != NULL) in ctf_dedup_rhash_type()
2754 while ((name = ctf_enum_next (input, type, &i, &val)) != NULL) in ctf_dedup_emit_type()
H A DChangeLog-2020708 (ctf_enum_next): New.
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dctf-api.h442 extern const char *ctf_enum_next (ctf_dict_t *, ctf_id_t, ctf_next_t **,
H A DChangeLog-2020493 (ctf_enum_next): Likewise.
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dctf-api.h442 extern const char *ctf_enum_next (ctf_dict_t *, ctf_id_t, ctf_next_t **,
H A DChangeLog-2020493 (ctf_enum_next): Likewise.
/netbsd-src/external/gpl3/gdb/dist/include/
H A DChangeLog-2020493 (ctf_enum_next): Likewise.
/netbsd-src/external/gpl3/gdb/dist/libctf/
H A DChangeLog-2020708 (ctf_enum_next): New.