Searched refs:ctf_func_info (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/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) function 300 if (ctf_func_info(fp, symidx, &f) == CTF_ERR)
|
/illumos-gate/usr/src/lib/libsaveargs/tests/dump/ |
H A D | dump.c | 105 if (ctf_func_info(fp, symdx, &ss.ss_finfo) == CTF_ERR) {
|
/illumos-gate/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 *);
|
/illumos-gate/usr/src/lib/abi/apptrace/common/ |
H A D | apptrace.c | 607 if (ctf_func_info(ctfp, si.prs_id, &finfo) == CTF_ERR) 753 if (ctf_func_info(ctfp, si.prs_id, &finfo) == CTF_ERR)
|
/illumos-gate/usr/src/lib/libproc/amd64/ |
H A D | Pisadep.c | 377 if (ctf_func_info(ctfp, si.prs_id, &finfo) == CTF_ERR)
|
/illumos-gate/usr/src/uts/intel/dtrace/ |
H A D | fbt.c | 640 if (ctf_func_info(fp, fbt->fbtp_symndx, &f) == CTF_ERR)
|
/illumos-gate/usr/src/uts/sparc/dtrace/ |
H A D | fbt.c | 1213 if (fp != NULL && ctf_func_info(fp, i, &f) != CTF_ERR) { 1668 if (ctf_func_info(fp, fbt->fbtp_symndx, &f) == CTF_ERR)
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_pid.c | 868 if (ctf_func_info(fp, si.prs_id, &f) == CTF_ERR) {
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_nm.c | 190 if (ctf_func_info(fp, index, &f) == CTF_ERR)
|
H A D | mdb_ctf.c | 463 if (ctf_func_info(fp, si.sym_id, &f) == CTF_ERR)
|
Completed in 128 milliseconds