Lines Matching refs:CTF_ERR
65 clc.clc_id = CTF_ERR; in ctftest_lookup_type()
91 clc.clc_id = CTF_ERR; in ctftest_lookup_symbol()
153 if (id == CTF_ERR) { in ctftest_check_numbers()
167 if (ctf_type_encoding(fp, id, &enc) == CTF_ERR) { in ctftest_check_numbers()
223 if (id == CTF_ERR) { in ctftest_check_symbol_cb()
267 if (base == CTF_ERR) { in ctftest_check_descent()
277 if (base == CTF_ERR) { in ctftest_check_descent()
288 if (tid == CTF_ERR) { in ctftest_check_descent()
319 if (ctf_array_info(fp, base, &ari) == CTF_ERR) { in ctftest_check_descent()
342 if (tid == CTF_ERR) { in ctftest_check_descent()
372 if (base != CTF_ERR) { in ctftest_check_descent()
418 if ((base = ctftest_lookup_type(fp, type)) == CTF_ERR) { in ctftest_check_enum()
520 if ((base = ctftest_lookup_type(fp, type)) == CTF_ERR) { in ctftest_check_members()
582 if ((base = ctftest_lookup_type(fp, type)) == CTF_ERR) { in ctftest_check_member_info()
605 CTF_ERR) { in ctftest_check_member_info()
722 if ((tid = ctf_lookup_by_name(fp, type)) == CTF_ERR) { in ctftest_check_fptr()
732 if ((tid = ctf_type_resolve(fp, tid)) == CTF_ERR) { in ctftest_check_fptr()
739 (tid = ctf_type_reference(fp, tid)) == CTF_ERR) { in ctftest_check_fptr()
814 if ((base = ctftest_lookup_type(fp, type)) == CTF_ERR) { in ctftest_check_size()