Home
last modified time | relevance | path

Searched refs:ctf_func_args_by_id (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libctf/common/
H A Dmapfile-vers95 ctf_func_args_by_id;
H A Dctf_diff.c286 if (ctf_func_args_by_id(ifp, iid, ifunc.ctc_argc, iids) == CTF_ERR) { in ctf_diff_fptr()
291 if (ctf_func_args_by_id(ofp, oid, ofunc.ctc_argc, oids) == CTF_ERR) { in ctf_diff_fptr()
H A Dctf_merge.c390 if (ctf_func_args_by_id(cmp->cm_src, id, ctc.ctc_argc, argv) == in ctf_merge_add_func()
/illumos-gate/usr/src/uts/common/sys/
H A Dctf_api.h242 extern int ctf_func_args_by_id(ctf_file_t *, ctf_id_t, uint_t, ctf_id_t *);
/illumos-gate/usr/src/common/ctf/
H A Dctf_types.c268 if (ctf_func_args_by_id(fp, id, fi.ctc_argc, args) != 0) in ctf_format_func()
1068 ctf_func_args_by_id(ctf_file_t *fp, ctf_id_t type, uint_t argc, ctf_id_t *argv) in ctf_func_args_by_id() function
/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A Dcheck-common.c721 if (ctf_func_args_by_id(fp, tid, fi.ctc_argc, args) != 0) { in ctftest_check_fptr()
/illumos-gate/usr/src/cmd/ctfdump/
H A Dctfdump.c576 if (ctf_func_args_by_id(g_fp, id, g_nfargc, g_fargc) == in ctfdump_types_cb()