Searched refs:g_fp (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/ctfdump/ |
H A D | ctfdump.c | 85 static ctf_file_t *g_fp; variable 193 if (ctf_object_iter(g_fp, ctfdump_objects_cb, NULL) == CTF_ERR) { in ctfdump_objects() 195 ctf_errmsg(ctf_errno(g_fp))); in ctfdump_objects() 221 if (ctf_func_args(g_fp, symidx, g_nfargc, g_fargc) == CTF_ERR) in ctfdump_functions_cb() 223 "%s: %s\n", name, ctf_errmsg(ctf_errno(g_fp))); in ctfdump_functions_cb() 249 if (ctf_function_iter(g_fp, ctfdump_functions_cb, NULL) == CTF_ERR) { in ctfdump_functions() 251 ctf_errmsg(ctf_errno(g_fp))); in ctfdump_functions() 263 ctf_dataptr(g_fp, (const void **)&hp, NULL); in ctfdump_header() 269 ctf_flags(g_fp)); in ctfdump_header() 270 parname = ctf_parent_name(g_fp); in ctfdump_header() [all …]
|