/netbsd-src/external/gpl3/gdb/dist/libctf/testsuite/libctf-regression/ |
H A D | pptrtab.c | 28 while ((fp = ctf_archive_next (ctf, &i, &arcname, 1, &err)) != NULL) in main()
|
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-archive.c | 922 while ((fp = ctf_archive_next (wrapper, &i, &name, 0, local_errp)) != NULL) in ctf_arc_lookup_sym_or_name() 1059 while ((fp = ctf_archive_next (arc, &i, &name, 0, &err)) != NULL) in ctf_archive_iter() 1084 ctf_archive_next (const ctf_archive_t *wrapper, ctf_next_t **it, const char **name, in ctf_archive_next() function 1103 i->ctn_iter_fun = (void (*) (void)) ctf_archive_next; in ctf_archive_next() 1107 if ((void (*) (void)) ctf_archive_next != i->ctn_iter_fun) in ctf_archive_next()
|
H A D | libctf.ver | 149 ctf_archive_next;
|
H A D | ctf-link.c | 813 while ((one_fp = ctf_archive_next (one_input->clin_arc, &j, NULL, in ctf_link_deduplicating_open_inputs() 1179 only_input->clin_fp = ctf_archive_next (only_input->clin_arc, in ctf_link_deduplicating_per_cu() 1887 ifp = ctf_archive_next (input->clin_arc, &j, NULL, 0, &err); in ctf_link_warn_outdated_inputs()
|
H A D | ChangeLog | 333 * ctf-archive.c (ctf_archive_next): GNU style fix for do {} while. 488 (ctf_archive_iter): Reimplement in terms of ctf_archive_next. 492 * ctf-archive.c (ctf_archive_next): Set the name of parents in
|
H A D | ChangeLog-2020 | 71 (ctf_archive_next): Use ctf_dict_open_cached. 713 * ctf-archive.c (ctf_archive_next): New.
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-archive.c | 920 while ((fp = ctf_archive_next (wrapper, &i, &name, 0, local_errp)) != NULL) in ctf_arc_lookup_sym_or_name() 1057 while ((fp = ctf_archive_next (arc, &i, &name, 0, &err)) != NULL) in ctf_archive_iter() 1082 ctf_archive_next (const ctf_archive_t *wrapper, ctf_next_t **it, const char **name, in ctf_archive_next() function 1101 i->ctn_iter_fun = (void (*) (void)) ctf_archive_next; in ctf_archive_next() 1105 if ((void (*) (void)) ctf_archive_next != i->ctn_iter_fun) in ctf_archive_next()
|
H A D | libctf.ver | 149 ctf_archive_next;
|
H A D | ChangeLog | 312 * ctf-archive.c (ctf_archive_next): GNU style fix for do {} while. 467 (ctf_archive_iter): Reimplement in terms of ctf_archive_next. 471 * ctf-archive.c (ctf_archive_next): Set the name of parents in
|
H A D | ctf-link.c | 799 while ((one_fp = ctf_archive_next (one_input->clin_arc, &j, NULL, in ctf_link_deduplicating_open_inputs() 1165 only_input->clin_fp = ctf_archive_next (only_input->clin_arc, in ctf_link_deduplicating_per_cu()
|
H A D | ChangeLog-2020 | 71 (ctf_archive_next): Use ctf_dict_open_cached. 713 * ctf-archive.c (ctf_archive_next): New.
|
/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | ctf-api.h | 455 extern ctf_dict_t *ctf_archive_next (const ctf_archive_t *, ctf_next_t **,
|
/netbsd-src/external/gpl3/binutils.old/dist/include/ |
H A D | ctf-api.h | 455 extern ctf_dict_t *ctf_archive_next (const ctf_archive_t *, ctf_next_t **,
|
/netbsd-src/external/gpl3/gdb/dist/libctf/ |
H A D | ChangeLog-2020 | 71 (ctf_archive_next): Use ctf_dict_open_cached. 713 * ctf-archive.c (ctf_archive_next): New.
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | ChangeLog | 432 ctf_dict_open instead. Use ctf_archive_next, not ctf_archive_iter,
|
H A D | objdump.c | 4578 while ((fp = ctf_archive_next (ctfa, &i, &name, 0, &err)) != NULL) in dump_ctf()
|
H A D | readelf.c | 15816 while ((fp = ctf_archive_next (ctfa, &i, &name, 0, &err)) != NULL) in dump_section_as_ctf()
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | objdump.c | 4856 while ((fp = ctf_archive_next (ctfa, &i, &name, 0, &err)) != NULL) in dump_ctf()
|
H A D | ChangeLog | 937 ctf_dict_open instead. Use ctf_archive_next, not ctf_archive_iter,
|
H A D | readelf.c | 16498 while ((fp = ctf_archive_next (ctfa, &i, &name, 0, &err)) != NULL) in dump_section_as_ctf()
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | ChangeLog.git | 163433 ctf_archive_next, allowing us to just *call* dump_ctf_archive_member and 163444 ctf_dict_open instead. Use ctf_archive_next, not ctf_archive_iter,
|