Searched refs:g_fp (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/ctfdump/ |
H A D | ctfdump.c | 83 static ctf_file_t *g_fp; variable 191 if (ctf_object_iter(g_fp, ctfdump_objects_cb, NULL) == CTF_ERR) { in ctfdump_objects() 193 ctf_errmsg(ctf_errno(g_fp))); in ctfdump_objects() 219 if (ctf_func_args(g_fp, symidx, g_nfargc, g_fargc) == CTF_ERR) in ctfdump_functions_cb() 221 "%s: %s\n", name, ctf_errmsg(ctf_errno(g_fp))); in ctfdump_functions_cb() 247 if (ctf_function_iter(g_fp, ctfdump_functions_cb, NULL) == CTF_ERR) { in ctfdump_functions() 249 ctf_errmsg(ctf_errno(g_fp))); in ctfdump_functions() 261 ctf_dataptr(g_fp, (const void **)&hp, NULL); in ctfdump_header() 267 ctf_flags(g_fp)); in ctfdump_header() 268 parname = ctf_parent_name(g_fp); in ctfdump_header() [all …]
|