/netbsd-src/external/gpl3/gdb/dist/libctf/testsuite/libctf-lookup/ |
H A D | enum-symbol.c | 32 while ((name = ctf_enum_next (fp, type, &i, &val)) != NULL) in main()
|
H A D | enum.c | 54 while ((name = ctf_enum_next (fp, type, &i, &val)) != NULL) in main()
|
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | libctf.ver | 91 ctf_enum_next;
|
H A D | ctf-types.c | 249 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 D | ctf-dump.c | 610 while ((enumerand = ctf_enum_next (state->cds_fp, id, in ctf_dump_type()
|
H A D | ChangeLog | 257 * ctf-types.c (ctf_enum_next): The dynamic portion now uses 483 (ctf_enum_iter): Reimplement in terms of ctf_enum_next.
|
H A D | ctf-dedup.c | 866 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 D | ChangeLog-2020 | 708 (ctf_enum_next): New.
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | libctf.ver | 91 ctf_enum_next;
|
H A D | ctf-types.c | 248 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 D | ctf-dump.c | 610 while ((enumerand = ctf_enum_next (state->cds_fp, id, in ctf_dump_type()
|
H A D | ChangeLog | 236 * ctf-types.c (ctf_enum_next): The dynamic portion now uses 462 (ctf_enum_iter): Reimplement in terms of ctf_enum_next.
|
H A D | ctf-dedup.c | 866 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 D | ChangeLog-2020 | 708 (ctf_enum_next): New.
|
/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | ctf-api.h | 442 extern const char *ctf_enum_next (ctf_dict_t *, ctf_id_t, ctf_next_t **,
|
H A D | ChangeLog-2020 | 493 (ctf_enum_next): Likewise.
|
/netbsd-src/external/gpl3/binutils.old/dist/include/ |
H A D | ctf-api.h | 442 extern const char *ctf_enum_next (ctf_dict_t *, ctf_id_t, ctf_next_t **,
|
H A D | ChangeLog-2020 | 493 (ctf_enum_next): Likewise.
|
/netbsd-src/external/gpl3/gdb/dist/include/ |
H A D | ChangeLog-2020 | 493 (ctf_enum_next): Likewise.
|
/netbsd-src/external/gpl3/gdb/dist/libctf/ |
H A D | ChangeLog-2020 | 708 (ctf_enum_next): New.
|