Searched refs:ctf_function_iter (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/lib/libctf/common/ |
H A D | mapfile-vers | 88 ctf_function_iter;
|
H A D | ctf_diff.c | 1046 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 D | ctf_merge.c | 1135 if ((ret = ctf_function_iter(input, ctf_merge_add_funcs_cb, in ctf_merge_add()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | ctf_api.h | 281 extern int ctf_function_iter(ctf_file_t *, ctf_function_f *, void *);
|
/titanic_50/usr/src/cmd/ctfdump/ |
H A D | ctfdump.c | 247 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 D | ctf_types.c | 1120 ctf_function_iter(ctf_file_t *fp, ctf_function_f *func, void *arg) in ctf_function_iter() function
|