Lines Matching refs:CTF_ERR
684 { "int", NULL, CTF_ERR, 0x7fffffffULL },
685 { "unsigned int", NULL, CTF_ERR, 0xffffffffULL },
686 { "long", NULL, CTF_ERR, 0x7fffffffULL },
687 { "unsigned long", NULL, CTF_ERR, 0xffffffffULL },
688 { "long long", NULL, CTF_ERR, 0x7fffffffffffffffULL },
689 { "unsigned long long", NULL, CTF_ERR, 0xffffffffffffffffULL }
697 { "int", NULL, CTF_ERR, 0x7fffffffULL },
698 { "unsigned int", NULL, CTF_ERR, 0xffffffffULL },
699 { "long", NULL, CTF_ERR, 0x7fffffffffffffffULL },
700 { "unsigned long", NULL, CTF_ERR, 0xffffffffffffffffULL },
701 { "long long", NULL, CTF_ERR, 0x7fffffffffffffffULL },
702 { "unsigned long long", NULL, CTF_ERR, 0xffffffffffffffffULL }
1423 if (err == CTF_ERR) {
1476 if (ctf_import(dmp->dm_ctfp, dtp->dt_cdefs->dm_ctfp) == CTF_ERR) {
1490 dtyp->dty_src)) == CTF_ERR) {
1538 if (dtp->dt_type_func == CTF_ERR || dtp->dt_type_fptr == CTF_ERR ||
1539 dtp->dt_type_str == CTF_ERR || dtp->dt_type_dyn == CTF_ERR ||
1540 dtp->dt_type_stack == CTF_ERR || dtp->dt_type_symaddr == CTF_ERR ||
1541 dtp->dt_type_usymaddr == CTF_ERR) {