Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libctf/common/
H A Dmapfile-vers88 ctf_function_iter;
H A Dctf_diff.c1046 ret = ctf_function_iter(cds->cds_ifp, ctf_diff_func_count, &ifcount); in ctf_diff_func_fill()
1049 ret = ctf_function_iter(cds->cds_ofp, ctf_diff_func_count, &ofcount); in ctf_diff_func_fill()
1068 if ((ret = ctf_function_iter(cds->cds_ifp, ctf_diff_func_fill_cb, in ctf_diff_func_fill()
1073 if ((ret = ctf_function_iter(cds->cds_ofp, ctf_diff_func_fill_cb, in ctf_diff_func_fill()
H A Dctf_merge.c1135 if ((ret = ctf_function_iter(input, ctf_merge_add_funcs_cb, in ctf_merge_add()
/titanic_50/usr/src/uts/common/sys/
H A Dctf_api.h281 extern int ctf_function_iter(ctf_file_t *, ctf_function_f *, void *);
/titanic_50/usr/src/cmd/ctfdump/
H A Dctfdump.c247 if (ctf_function_iter(g_fp, ctfdump_functions_cb, NULL) == CTF_ERR) { in ctfdump_functions()
1033 if (ctf_function_iter(g_fp, ctfsrc_collect_functions_cb, in ctfdump_source()
/titanic_50/usr/src/common/ctf/
H A Dctf_types.c1120 ctf_function_iter(ctf_file_t *fp, ctf_function_f *func, void *arg) in ctf_function_iter() function