| /src/lib/libc/arch/sh3/sys/ |
| cerror.S | 1 /* $NetBSD: cerror.S,v 1.11 2013/09/12 15:36:16 joerg Exp $ */ 34 * from: @(#)cerror.s 5.1 (Berkeley) 4/23/90 39 RCSID("$NetBSD: cerror.S,v 1.11 2013/09/12 15:36:16 joerg Exp $") 50 cerror: label 67 SET_ASENTRY_SIZE(cerror) 75 cerror: label
|
| /src/external/bsd/pcc/dist/pcc/arch/nova/ |
| code.c | 57 cerror((char *)__func__); 133 cerror("efcode"); 171 cerror("bfcode"); 237 cerror((char *)__func__); 247 cerror((char *)__func__); 257 cerror((char *)__func__);
|
| local.c | 75 if( p->n_right->n_op != ICON ) cerror( "bad conversion", 0); 298 cerror("unknown type %d", m); 335 if( p->n_right->n_op != ICON ) cerror( "bad conversion", 0); 469 cerror("spalloc"); 481 cerror("roundsp"); 508 cerror("ninval");
|
| local2.c | 91 cerror("hopcode OR"); 94 cerror("hopcode xor"); 314 cerror("flshape");
|
| /src/lib/libc/arch/sh3/ |
| SYS.h | 77 913: .long PIC_GOT(cerror) 86 912: .long cerror 127 .globl cerror
|
| /src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| softfloat.c | 204 cerror("soft_cmp_eq"); 211 cerror("soft_cmp_ne"); 218 cerror("soft_cmp_le"); 225 cerror("soft_cmp_lt"); 232 cerror("soft_cmp_ge"); 239 cerror("soft_cmp_gt"); 265 cerror("soft_plus"); 272 cerror("soft_minus"); 282 cerror("fhexcon");
|
| pftn.c | 190 cerror("defining null identifier"); 235 cerror("field5"); 317 cerror("field1"); 365 cerror("field6"); 445 cerror("field2"); /* new entry */ 478 cerror("field7"); 561 cerror("bcsave error"); 563 cerror("parameter reset error"); 565 cerror("switch error"); 1011 cerror("soumemb") [all...] |
| stabs.c | 313 cerror("printtype: notype"); 319 cerror("printtype: too difficult expression"); 387 cerror("fix stab_newsym; class %d", s->sclass);
|
| inline.c | 94 cerror("getprol: %d not found", type); 208 cerror("already inlining function"); 334 cerror("puto: %d != %d", crslab, pp->ip_lblnum); 598 cerror("bad inline stmt %d", ip->type);
|
| symtabs.c | 156 cerror("bitno == cix"); 296 cerror("bitno == cix"); 518 cerror("string synk error"); 539 cerror("snuff synk error");
|
| /src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| softfloat.c | 204 cerror("soft_cmp_eq"); 211 cerror("soft_cmp_ne"); 218 cerror("soft_cmp_le"); 225 cerror("soft_cmp_lt"); 232 cerror("soft_cmp_ge"); 239 cerror("soft_cmp_gt"); 265 cerror("soft_plus"); 272 cerror("soft_minus"); 282 cerror("fhexcon");
|
| pftn.c | 160 cerror("defining null identifier"); 204 cerror("field5"); 286 cerror("field1"); 333 cerror("field6"); 413 cerror("field2"); /* new entry */ 417 cerror("register var"); 443 cerror("field7"); 526 cerror("bcsave error"); 528 cerror("parameter reset error"); 530 cerror("switch error") [all...] |
| stabs.c | 314 cerror("printtype: notype"); 320 cerror("printtype: too difficult expression"); 389 cerror("fix stab_newsym; class %d", s->sclass);
|
| /src/external/bsd/pcc/dist/pcc/mip/ |
| common.c | 90 cerror("too many errors"); 115 cerror(const char *s, ...) function 344 cerror("node not FREE: %p", p); 397 cerror("usednodes == %d, inlnodecnt %d", usednodes, inlnodecnt); 424 cerror("freeing blank node!"); 428 cerror("freeing FREE node", p); 433 cerror("freeing free node %p", p); 673 cerror("permalloc: missing %d bytes", size); 677 cerror("permalloc2"); 682 cerror("permalloc: out of memory") [all...] |
| pass2.h | 362 cerror("optype"); 370 cerror("asgop"); 378 cerror("logop"); 386 cerror("callop");
|
| reader.c | 118 cerror("%p) op %d slipped through", p, p->n_op); 121 cerror("%p) FLD slipped through", p); 124 cerror("%p) type %x slipped through", p, p->n_type); 127 cerror("%p) not logop branch", p); 130 cerror("%p) label %d outside boundaries %d-%d", 135 cerror("%p) asgop %d slipped through", p, p->n_op); 138 cerror("%p) temporary %d outside boundaries %d-%d", 143 cerror("%p) label %d outside boundaries %d-%d", 166 cerror("label %d outside boundaries %d-%d", 175 cerror("internal label %d not defined" [all...] |
| /src/external/bsd/pcc/dist/pcc/arch/pdp10/ |
| local.c | 287 cerror("unknown type %d", m); 298 /* if( p->n_right->n_op != ICON ) cerror( "bad conversion", 0); */ 352 cerror("bad stasg, l = %o, r = %o", l->n_type, r->n_type); 410 cerror("fix float constants"); 457 cerror("not a pointer"); 496 cerror("unknown type"); 569 cerror("offcon, off %llo size %d type %x", off, sue->suesize, t); 599 cerror("roundsp"); 638 cerror("incode: field > int"); 790 cerror("zbits") [all...] |
| local2.c | 196 cerror("hopcode: f %d %d", f, o); 234 cerror("tlen type %d not pointer"); 277 cerror("bad binary conditional branch: %s", opst[o]); 330 cerror("bad long long conditional branch: %s", opst[o]); 470 cerror("emitsh"); 473 // cerror("emitshort !istreg"); 666 cerror("putcond"); 693 cerror("zzzcode not ICON"); 821 cerror("zzzcode %c", c); 924 cerror("adrcon: val %llo\n", val) [all...] |
| /src/lib/libc/arch/i386/ |
| SYS.h | 93 #define CERROR _C_LABEL(__cerror) 96 #define CERROR _ASM_LABEL(cerror) 107 mov PIC_GOT(CERROR), %ecx; \ 112 jmp CERROR 154 .globl CERROR
|
| /src/lib/libc/arch/sparc/ |
| SYS.h | 50 #define CERROR _C_LABEL(__cerror) 53 #define CERROR _ASM_LABEL(cerror) 58 * ERROR branches to cerror. 73 #define ERROR() CALL(CERROR) 151 .globl CERROR
|
| /src/external/bsd/pcc/dist/pcc/arch/m68k/ |
| code.c | 247 cerror((char *)__func__); 272 cerror((char *)__func__); 293 cerror((char *)__func__);
|
| /src/external/bsd/pcc/dist/pcc/arch/powerpc/ |
| order.c | 192 cerror("nspecial LS/RS"); 269 cerror("nspecial oplog"); 301 cerror("nspecial mul");
|
| /src/external/bsd/pcc/dist/pcc/arch/sparc64/ |
| code.c | 157 cerror("op STARG in moveargs"); 174 cerror("long double support incomplete");
|
| local.c | 127 cerror("sconv type unknown %d", p->n_type); 194 cerror("spalloc");
|
| /src/sys/coda/ |
| coda_vnops.c | 1982 int error, cerror; local 2027 cerror = vn_lock(vp, LK_EXCLUSIVE); 2028 if (cerror) { 2033 return cerror; 2046 cerror = VOP_OPEN(vp, FREAD, cred); 2048 if (cerror) { 2051 vp, cerror); 2055 return cerror; 2081 cerror = VOP_CLOSE(vp, FREAD, cred); 2083 if (cerror != 0 [all...] |