Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libctf/common/
H A Dmapfile-vers96 ctf_func_info_by_id;
H A Dctf_diff.c260 if (ctf_func_info_by_id(ifp, iid, &ifunc) == CTF_ERR) in ctf_diff_fptr()
263 if (ctf_func_info_by_id(ofp, oid, &ofunc) == CTF_ERR) in ctf_diff_fptr()
H A Dctf_merge.c384 if (ctf_func_info_by_id(cmp->cm_src, id, &ctc) == CTF_ERR) in ctf_merge_add_func()
/illumos-gate/usr/src/uts/common/sys/
H A Dctf_api.h240 extern int ctf_func_info_by_id(ctf_file_t *, ctf_id_t, ctf_funcinfo_t *);
/illumos-gate/usr/src/common/ctf/
H A Dctf_types.c258 if (ctf_func_info_by_id(fp, id, &fi) != 0) in ctf_format_func()
1118 ctf_func_info_by_id(ctf_file_t *fp, ctf_id_t type, ctf_funcinfo_t *fip) in ctf_func_info_by_id() function
/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A Dcheck-common.c745 if (ctf_func_info_by_id(fp, tid, &fi) != 0) { in ctftest_check_fptr()
/illumos-gate/usr/src/cmd/ctfdump/
H A Dctfdump.c582 if (ctf_func_info_by_id(g_fp, id, &ctc) == CTF_ERR) in ctfdump_types_cb()