Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ctf/
H A Dctf_lookup.c244 ctf_func_info(ctf_file_t *fp, ulong_t symidx, ctf_funcinfo_t *fip) in ctf_func_info() function
303 if (ctf_func_info(fp, symidx, &f) == CTF_ERR) in ctf_func_args()
/illumos-gate/usr/src/lib/libsaveargs/tests/dump/
H A Ddump.c105 if (ctf_func_info(fp, symdx, &ss.ss_finfo) == CTF_ERR) { in walk_symtab()
/illumos-gate/usr/src/cmd/mdb/common/libstandctf/
H A Dmapfile67 ctf_func_info;
/illumos-gate/usr/src/uts/common/ctf/
H A Dmapfile70 ctf_func_info;
/illumos-gate/usr/src/lib/libctf/common/
H A Dmapfile-vers143 ctf_func_info;
H A Dctf_diff.c1093 ret = ctf_func_info(cds->cds_ifp, ifd->cdf_symidx, in ctf_diff_func_fill()
1097 ret = ctf_func_info(cds->cds_ofp, ofd->cdf_symidx, in ctf_diff_func_fill()
H A Dctf_dwarf.c2897 if (ctf_func_info(cup->cu_ctfp, matchidx, &fip) == CTF_ERR) { in ctf_dwarf_duplicate_func()
/illumos-gate/usr/src/lib/abi/apptrace/common/
H A Dapptrace.c605 if (ctf_func_info(ctfp, si.prs_id, &finfo) == CTF_ERR) in la_sparcv9_pltenter()
751 if (ctf_func_info(ctfp, si.prs_id, &finfo) == CTF_ERR) in la_pltexit64()
/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A Dcheck-merge-static.c124 if (ctf_func_info(fp, symid, &fi) != 0) { in check_mumble()
/illumos-gate/usr/src/uts/common/sys/
H A Dctf_api.h239 extern int ctf_func_info(ctf_file_t *, ulong_t, ctf_funcinfo_t *);
/illumos-gate/usr/src/lib/libproc/amd64/
H A DPisadep.c176 if (ctf_func_info(ctfp, si.prs_id, &finfo) == CTF_ERR) in argcount_ctf()
406 if (ctf_func_info(ctfp, si.prs_id, &finfo) == CTF_ERR) in read_args()
/illumos-gate/usr/src/lib/libproc/i386/
H A DPisadep.c136 if (ctf_func_info(ctfp, si.prs_id, &finfo) == CTF_ERR) in argcount_ctf()
/illumos-gate/usr/src/uts/intel/dtrace/
H A Dfbt.c599 if (ctf_func_info(fp, fbt->fbtp_symndx, &f) == CTF_ERR) in fbt_getargdesc()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_nm.c194 if (ctf_func_info(fp, index, &f) == CTF_ERR) in nm_func_signature()
H A Dmdb_ctf.c464 if (ctf_func_info(fp, si.sym_id, &f) == CTF_ERR) in mdb_ctf_func_info()
/illumos-gate/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()