Home
last modified time | relevance | path

Searched refs:ctf_object_iter (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/lib/libctf/common/
H A Dmapfile-vers104 ctf_object_iter;
H A Dctf_diff.c1266 ret = ctf_object_iter(cds->cds_ifp, ctf_diff_obj_count, &iocount); in ctf_diff_obj_fill()
1270 ret = ctf_object_iter(cds->cds_ofp, ctf_diff_obj_count, &oocount); in ctf_diff_obj_fill()
1287 if ((ret = ctf_object_iter(cds->cds_ifp, ctf_diff_obj_fill_cb, in ctf_diff_obj_fill()
1292 if ((ret = ctf_object_iter(cds->cds_ofp, ctf_diff_obj_fill_cb, in ctf_diff_obj_fill()
H A Dctf_merge.c1141 if ((ret = ctf_object_iter(input, ctf_merge_add_objs_cb, in ctf_merge_add()
/titanic_50/usr/src/uts/common/sys/
H A Dctf_api.h282 extern int ctf_object_iter(ctf_file_t *, ctf_object_f *, void *);
/titanic_50/usr/src/cmd/ctfdump/
H A Dctfdump.c191 if (ctf_object_iter(g_fp, ctfdump_objects_cb, NULL) == CTF_ERR) { in ctfdump_objects()
1010 if (ctf_object_iter(g_fp, ctfsrc_collect_objects_cb, in ctfdump_source()
/titanic_50/usr/src/common/ctf/
H A Dctf_types.c1071 ctf_object_iter(ctf_file_t *fp, ctf_object_f *func, void *arg) in ctf_object_iter() function