Searched refs:ctf_func_args_by_id (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/lib/libctf/common/ |
H A D | mapfile-vers | 86 ctf_func_args_by_id;
|
H A D | ctf_diff.c | 286 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 D | ctf_merge.c | 375 if (ctf_func_args_by_id(cmp->cm_src, id, ctc.ctc_argc, argv) == in ctf_merge_add_func()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | ctf_api.h | 242 extern int ctf_func_args_by_id(ctf_file_t *, ctf_id_t, uint_t, ctf_id_t *);
|
/titanic_50/usr/src/common/ctf/ |
H A D | ctf_types.c | 255 if (ctf_func_args_by_id(fp, id, fi.ctc_argc, args) != 0) in ctf_format_func() 1042 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
|
/titanic_50/usr/src/cmd/ctfdump/ |
H A D | ctfdump.c | 575 if (ctf_func_args_by_id(g_fp, id, g_nfargc, g_fargc) == in ctfdump_types_cb()
|