Searched refs:ofunc (Results 1 – 1 of 1) sorted by relevance
| /titanic_53/usr/src/lib/libctf/common/ |
| H A D | ctf_diff.c | 257 ctf_funcinfo_t ifunc, ofunc; in ctf_diff_fptr() local 263 if (ctf_func_info_by_id(ofp, oid, &ofunc) == CTF_ERR) in ctf_diff_fptr() 266 if (ifunc.ctc_argc != ofunc.ctc_argc) in ctf_diff_fptr() 269 if (ifunc.ctc_flags != ofunc.ctc_flags) in ctf_diff_fptr() 272 ret = ctf_diff_type(cds, ifp, ifunc.ctc_return, ofp, ofunc.ctc_return); in ctf_diff_fptr() 291 if (ctf_func_args_by_id(ofp, oid, ofunc.ctc_argc, oids) == CTF_ERR) { in ctf_diff_fptr() 306 ctf_free(oids, sizeof (ctf_id_t) * ofunc.ctc_argc); in ctf_diff_fptr()
|