HomeSort by: relevance | last modified time | path
    Searched defs:CERROR (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/x68k/stand/libdos/
dos_asm.h 13 #define CERROR __DOS_CERROR
16 #define CERROR DOS_CERROR
  /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/m68k/
SYS.h 48 #define CERROR _C_LABEL(__cerror)
56 jcs CERROR
91 .globl CERROR
92 .hidden 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/lib/libc/arch/vax/
SYS.h 36 #define CERROR _C_LABEL(__cerror)
51 err: nop; nop; jmp CERROR+2; \
88 .protected CERROR
89 .globl CERROR
  /src/lib/libc/arch/x86_64/
SYS.h 45 #define CERROR _C_LABEL(__cerror)
53 jmp CERROR
89 .globl CERROR
  /src/lib/libc/arch/arm/
SYS.h 78 #define CERROR _C_LABEL(__cerror)
86 #define _INVOKE_CERROR() bcs CERROR
89 bcc 86f; push {r3,lr}; bl CERROR; pop {r3,pc}; 86:
128 .hidden CERROR
129 .globl CERROR

Completed in 37 milliseconds