Home
last modified time | relevance | path

Searched refs:ctf_func_info (Results 1 – 13 of 13) sorted by relevance

/titanic_41/usr/src/common/ctf/
H A Dctf_lookup.c241 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 Ddump.c105 if (ctf_func_info(fp, symdx, &ss.ss_finfo) == CTF_ERR) { in walk_symtab()
/titanic_41/usr/src/cmd/mdb/common/libstandctf/
H A Dmapfile67 ctf_func_info;
/titanic_41/usr/src/uts/common/ctf/
H A Dmapfile70 ctf_func_info;
/titanic_41/usr/src/uts/common/sys/
H A Dctf_api.h171 extern int ctf_func_info(ctf_file_t *, ulong_t, ctf_funcinfo_t *);
/titanic_41/usr/src/lib/libctf/common/
H A Dmapfile-vers97 ctf_func_info;
/titanic_41/usr/src/lib/abi/apptrace/common/
H A Dapptrace.c607 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 Dfbt.c640 if (ctf_func_info(fp, fbt->fbtp_symndx, &f) == CTF_ERR) in fbt_getargdesc()
/titanic_41/usr/src/lib/libproc/amd64/
H A DPisadep.c377 if (ctf_func_info(ctfp, si.prs_id, &finfo) == CTF_ERR) in read_args()
/titanic_41/usr/src/uts/sparc/dtrace/
H A Dfbt.c1213 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 Dmdb_nm.c190 if (ctf_func_info(fp, index, &f) == CTF_ERR) in nm_func_signature()
H A Dmdb_ctf.c463 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 Ddt_pid.c868 if (ctf_func_info(fp, si.prs_id, &f) == CTF_ERR) { in dt_pid_get_types()