Searched refs:ctf_object_iter (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/lib/libctf/common/ |
H A D | mapfile-vers | 104 ctf_object_iter;
|
H A D | ctf_diff.c | 1266 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 D | ctf_merge.c | 1141 if ((ret = ctf_object_iter(input, ctf_merge_add_objs_cb, in ctf_merge_add()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | ctf_api.h | 282 extern int ctf_object_iter(ctf_file_t *, ctf_object_f *, void *);
|
/titanic_50/usr/src/cmd/ctfdump/ |
H A D | ctfdump.c | 191 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 D | ctf_types.c | 1071 ctf_object_iter(ctf_file_t *fp, ctf_object_f *func, void *arg) in ctf_object_iter() function
|