ctf_object_iter
if (ctf_object_iter(g_fp, ctfsrc_collect_objects_cb,
if (ctf_object_iter(g_fp, ctfdump_objects_cb, NULL) == CTF_ERR) {
ret = ctf_object_iter(cds->cds_ifp, ctf_diff_obj_count, &iocount);
ret = ctf_object_iter(cds->cds_ofp, ctf_diff_obj_count, &oocount);
if ((ret = ctf_object_iter(cds->cds_ifp, ctf_diff_obj_fill_cb,
if ((ret = ctf_object_iter(cds->cds_ofp, ctf_diff_obj_fill_cb,
if (ctf_object_iter(fp, ctftest_check_symbol_cb, &cb) != 0)
(void) ctf_object_iter(fp, ctftest_lookup_object_cb, &clc);
extern int ctf_object_iter(ctf_file_t *, ctf_object_f *, void *);