Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libctf/common/
H A Dmapfile-vers87 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.c369 if (ctf_func_info_by_id(cmp->cm_src, id, &ctc) == CTF_ERR) in ctf_merge_add_func()
/titanic_50/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 *);
/titanic_50/usr/src/common/ctf/
H A Dctf_types.c244 if (ctf_func_info_by_id(fp, id, &fi) != 0) in ctf_format_func()
1008 ctf_func_info_by_id(ctf_file_t *fp, ctf_id_t type, ctf_funcinfo_t *fip) in ctf_func_info_by_id() function
/titanic_50/usr/src/cmd/ctfdump/
H A Dctfdump.c570 if (ctf_func_info_by_id(g_fp, id, &ctc) == CTF_ERR) in ctfdump_types_cb()