Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libctf/common/
H A Dmapfile-vers114 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()
/illumos-gate/usr/src/uts/common/sys/
H A Dctf_api.h282 extern int ctf_object_iter(ctf_file_t *, ctf_object_f *, void *);
/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A Dcheck-common.c93 (void) ctf_object_iter(fp, ctftest_lookup_object_cb, &clc); in ctftest_lookup_symbol()
249 if (ctf_object_iter(fp, ctftest_check_symbol_cb, &cb) != 0) in ctftest_check_symbols()
/illumos-gate/usr/src/cmd/ctfdump/
H A Dctfdump.c192 if (ctf_object_iter(g_fp, ctfdump_objects_cb, NULL) == CTF_ERR) { in ctfdump_objects()
1115 if (ctf_object_iter(g_fp, ctfsrc_collect_objects_cb, in ctfdump_source()
/illumos-gate/usr/src/common/ctf/
H A Dctf_types.c1097 ctf_object_iter(ctf_file_t *fp, ctf_object_f *func, void *arg) in ctf_object_iter() function