Lines Matching refs:CTF_ERR
193 if (ctf_object_iter(g_fp, ctfdump_objects_cb, NULL) == CTF_ERR) { in ctfdump_objects()
221 if (ctf_func_args(g_fp, symidx, g_nfargc, g_fargc) == CTF_ERR) in ctfdump_functions_cb()
249 if (ctf_function_iter(g_fp, ctfdump_functions_cb, NULL) == CTF_ERR) { in ctfdump_functions()
302 if (ctf_label_iter(g_fp, ctfdump_labels_cb, NULL) == CTF_ERR) { in ctfdump_labels()
329 if (ctf_string_iter(g_fp, ctfdump_strings_cb, &stroff) == CTF_ERR) { in ctfdump_strings()
526 if ((kind = ctf_type_kind(g_fp, id)) == CTF_ERR) in ctfdump_types_cb()
548 if (ctf_type_encoding(g_fp, id, &cte) == CTF_ERR) in ctfdump_types_cb()
557 if (ctf_type_encoding(g_fp, id, &cte) == CTF_ERR) in ctfdump_types_cb()
568 if ((ref = ctf_type_reference(g_fp, id)) == CTF_ERR) in ctfdump_types_cb()
575 if (ctf_array_info(g_fp, id, &ar) == CTF_ERR) in ctfdump_types_cb()
582 if (ctf_func_info_by_id(g_fp, id, &ctc) == CTF_ERR) in ctfdump_types_cb()
588 CTF_ERR) in ctfdump_types_cb()
607 if (size == CTF_ERR) in ctfdump_types_cb()
634 if (size != CTF_ERR && size != sizeof (int)) { in ctfdump_types_cb()
652 if ((ref = ctf_type_reference(g_fp, id)) == CTF_ERR) in ctfdump_types_cb()
659 if ((ref = ctf_type_reference(g_fp, id)) == CTF_ERR) in ctfdump_types_cb()
666 if ((ref = ctf_type_reference(g_fp, id)) == CTF_ERR) in ctfdump_types_cb()
673 if ((ref = ctf_type_reference(g_fp, id)) == CTF_ERR) in ctfdump_types_cb()
694 if (ctf_type_iter(g_fp, B_TRUE, ctfdump_types_cb, NULL) == CTF_ERR) { in ctfdump_types()
717 if ((ref = ctf_type_reference(g_fp, id)) == CTF_ERR) { in ctfsrc_refname()
780 if ((kind = ctf_type_kind(g_fp, id)) == CTF_ERR) { in ctfsrc_type()
795 if ((size = ctf_type_size(g_fp, id)) == CTF_ERR) { in ctfsrc_type()
827 if (size != CTF_ERR && size != sizeof (int)) { in ctfsrc_type()
866 if ((size = ctf_type_size(g_fp, ref)) == CTF_ERR) { in ctfsrc_type()
967 g_nfargc, g_fargc) == CTF_ERR) { in ctfsrc_function()
1040 if (ctf_func_args(g_fp, l->ci_symidx, arity, largs) == CTF_ERR) { in idname_compare()
1048 if (ctf_func_args(g_fp, r->ci_symidx, arity, rargs) == CTF_ERR) { in idname_compare()
1099 idnames) == CTF_ERR) { in ctfdump_source()
1122 &count) == CTF_ERR) { in ctfdump_source()
1145 &count) == CTF_ERR) { in ctfdump_source()