ctf_func_info_by_id
if (ctf_func_info_by_id(g_fp, id, &ctc) == CTF_ERR)
if (ctf_func_info_by_id(fp, id, &fi) != 0)
if (ctf_func_info_by_id(ifp, iid, &ifunc) == CTF_ERR)
if (ctf_func_info_by_id(ofp, oid, &ofunc) == CTF_ERR)
if (ctf_func_info_by_id(cmp->cm_src, id, &ctc) == CTF_ERR)
if (ctf_func_info_by_id(fp, tid, &fi) != 0) {
extern int ctf_func_info_by_id(ctf_file_t *, ctf_id_t, ctf_funcinfo_t *);