Searched refs:ctf_func_args (Results 1 – 16 of 16) sorted by relevance
/titanic_50/usr/src/cmd/mdb/common/libstandctf/ |
H A D | mapfile | 66 ctf_func_args;
|
/titanic_50/usr/src/uts/common/ctf/ |
H A D | mapfile | 69 ctf_func_args;
|
/titanic_50/usr/src/lib/libctf/common/ |
H A D | mapfile-vers | 132 ctf_func_args;
|
H A D | ctf_diff.c | 1137 if ((ret = ctf_func_args(cds->cds_ifp, ifd->cdf_symidx, in ctf_diff_func_fill() 1140 if ((ret = ctf_func_args(cds->cds_ofp, ofd->cdf_symidx, in ctf_diff_func_fill()
|
H A D | ctf_merge.c | 1080 if (ctf_func_args(cmi->cmi_input, idx, fmap->cmf_argc, in ctf_merge_add_funcs_cb()
|
H A D | ctf_dwarf.c | 2462 if (ctf_func_args(cup->cu_ctfp, matchidx, fip.ctc_argc, args) == in ctf_dwarf_duplicate_func()
|
/titanic_50/usr/src/common/ctf/ |
H A D | ctf_lookup.c | 295 ctf_func_args(ctf_file_t *fp, ulong_t symidx, uint_t argc, ctf_id_t *argv) in ctf_func_args() function
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | ctf_api.h | 241 extern int ctf_func_args(ctf_file_t *, ulong_t, uint_t, ctf_id_t *);
|
/titanic_50/usr/src/cmd/ctfdump/ |
H A D | ctfdump.c | 219 if (ctf_func_args(g_fp, symidx, g_nfargc, g_fargc) == CTF_ERR) in ctfdump_functions_cb() 936 if (ctf_func_args(g_fp, idn->ci_symidx, in ctfsrc_function()
|
/titanic_50/usr/src/uts/intel/dtrace/ |
H A D | fbt.c | 653 if (ctf_func_args(fp, fbt->fbtp_symndx, argc, argv) == CTF_ERR) in fbt_getargdesc()
|
/titanic_50/usr/src/lib/abi/apptrace/common/ |
H A D | apptrace.c | 628 (void) ctf_func_args(ctfp, si.prs_id, argc, argt); in la_sparcv9_pltenter()
|
/titanic_50/usr/src/lib/libproc/amd64/ |
H A D | Pisadep.c | 403 if (ctf_func_args(ctfp, si.prs_id, 5, args_types) == CTF_ERR) in read_args()
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_nm.c | 204 (void) ctf_func_args(fp, index, sizeof (argv) / sizeof (argv[0]), argv); in nm_func_signature()
|
H A D | mdb_ctf.c | 491 if (ctf_func_args(fp, funcp->mtf_symidx, len, cargv) == CTF_ERR) in mdb_ctf_func_args()
|
/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | dt_pid.c | 903 if (ctf_func_args(fp, si.prs_id, argc, argv) == CTF_ERR) in dt_pid_get_types()
|
/titanic_50/usr/src/uts/sparc/dtrace/ |
H A D | fbt.c | 1681 if (ctf_func_args(fp, fbt->fbtp_symndx, argc, argv) == CTF_ERR) in fbt_getargdesc()
|