Searched refs:ctf_func_info (Results 1 – 13 of 13) sorted by relevance
/titanic_41/usr/src/common/ctf/ |
H A D | ctf_lookup.c | 241 ctf_func_info(ctf_file_t *fp, ulong_t symidx, ctf_funcinfo_t *fip) in ctf_func_info() function 300 if (ctf_func_info(fp, symidx, &f) == CTF_ERR) in ctf_func_args()
|
/titanic_41/usr/src/lib/libsaveargs/tests/dump/ |
H A D | dump.c | 105 if (ctf_func_info(fp, symdx, &ss.ss_finfo) == CTF_ERR) { in walk_symtab()
|
/titanic_41/usr/src/cmd/mdb/common/libstandctf/ |
H A D | mapfile | 67 ctf_func_info;
|
/titanic_41/usr/src/uts/common/ctf/ |
H A D | mapfile | 70 ctf_func_info;
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | ctf_api.h | 171 extern int ctf_func_info(ctf_file_t *, ulong_t, ctf_funcinfo_t *);
|
/titanic_41/usr/src/lib/libctf/common/ |
H A D | mapfile-vers | 97 ctf_func_info;
|
/titanic_41/usr/src/lib/abi/apptrace/common/ |
H A D | apptrace.c | 607 if (ctf_func_info(ctfp, si.prs_id, &finfo) == CTF_ERR) in la_sparcv9_pltenter() 753 if (ctf_func_info(ctfp, si.prs_id, &finfo) == CTF_ERR) in la_pltexit64()
|
/titanic_41/usr/src/uts/intel/dtrace/ |
H A D | fbt.c | 640 if (ctf_func_info(fp, fbt->fbtp_symndx, &f) == CTF_ERR) in fbt_getargdesc()
|
/titanic_41/usr/src/lib/libproc/amd64/ |
H A D | Pisadep.c | 377 if (ctf_func_info(ctfp, si.prs_id, &finfo) == CTF_ERR) in read_args()
|
/titanic_41/usr/src/uts/sparc/dtrace/ |
H A D | fbt.c | 1213 if (fp != NULL && ctf_func_info(fp, i, &f) != CTF_ERR) { in fbt_provide_module() 1668 if (ctf_func_info(fp, fbt->fbtp_symndx, &f) == CTF_ERR) in fbt_getargdesc()
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_nm.c | 190 if (ctf_func_info(fp, index, &f) == CTF_ERR) in nm_func_signature()
|
H A D | mdb_ctf.c | 463 if (ctf_func_info(fp, si.sym_id, &f) == CTF_ERR) in mdb_ctf_func_info()
|
/titanic_41/usr/src/lib/libdtrace/common/ |
H A D | dt_pid.c | 868 if (ctf_func_info(fp, si.prs_id, &f) == CTF_ERR) { in dt_pid_get_types()
|