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

  /src/lib/libc/arch/alpha/
SYS.h 52 #define PSEUDO(label,name) \
76 PSEUDO(strong,weak)
  /src/lib/libc/arch/hppa/
SYS.h 51 #define PSEUDO(x,y) !\
69 #define RSYSCALL(x) PSEUDO(x,x)
75 PSEUDO(strong,weak)
78 PSEUDO(weak,weak)
  /src/lib/libc/arch/ia64/
SYS.h 50 #define PSEUDO(label,name) \
74 PSEUDO(strong,weak)
  /src/lib/libc/arch/or1k/
SYS.h 62 #define PSEUDO(x,y) _SYSCALL_NOERROR(x,y) ;\
71 #define RSYSCALL(x) PSEUDO(x,x)
74 PSEUDO(strong,weak)
  /src/lib/libc/arch/riscv/
SYS.h 60 PSEUDO(x,x)
67 PSEUDO(strong,weak)
70 * Do a renamed or pseudo syscall (e.g., _exit()), where the entrypoint
79 #define PSEUDO(x,y) \
  /src/lib/libc/arch/mips/
SYS.h 73 * If compiling for shared libs, Emit sysV ABI PIC segment pseudo-ops.
114 PSEUDO(x,x)
121 PSEUDO(strong,weak)
124 * Do a renamed or pseudo syscall (e.g., _exit()), where the entrypoint
133 #define PSEUDO(x,y) \
  /src/lib/libc/arch/i386/
SYS.h 132 #define PSEUDO(x,y) \
143 PSEUDO(x,x)
148 PSEUDO(strong,weak)
151 PSEUDO(weak,weak)
  /src/lib/libc/arch/m68k/
SYS.h 69 #define PSEUDO(x,y) \
78 PSEUDO(x,x)
83 PSEUDO(strong,weak)
86 PSEUDO(weak,weak)
  /src/lib/libc/arch/powerpc/
SYS.h 30 #define PSEUDO(x,y) _SYSCALL_NOERROR(x,y) ;\
37 #define RSYSCALL(x) PSEUDO(x,x)
40 PSEUDO(strong,weak)
  /src/lib/libc/arch/powerpc64/
SYS.h 60 #define PSEUDO(x,y) _SYSCALL_NOERROR(x,y) ;\
67 #define RSYSCALL(x) PSEUDO(x,x)
70 PSEUDO(strong,weak)
  /src/lib/libc/arch/sh3/
SYS.h 107 #define PSEUDO(x,y) \
116 PSEUDO(x,x)
121 PSEUDO(strong,weak)
124 PSEUDO(weak,weak)
  /src/lib/libc/arch/sparc/
SYS.h 97 * PSEUDO(x,y) is like RSYSCALL(y), except that the name is x.
107 #define PSEUDO(x,y) _RSYSCALL(x,y)
116 PSEUDO(strong,weak)
  /src/lib/libc/arch/sparc64/
SYS.h 91 * PSEUDO(x,y) is like RSYSCALL(y) except that the name is x.
93 #define PSEUDO(x,y) \
103 PSEUDO(strong,weak)
  /src/lib/libc/arch/vax/
SYS.h 66 #define PSEUDO(x,y) \
75 PSEUDO(x,x)
80 PSEUDO(strong,weak)
83 PSEUDO(weak,weak)
  /src/lib/libc/arch/x86_64/
SYS.h 72 #define PSEUDO(x,y) \
83 PSEUDO(x,x)
87 PSEUDO(strong,weak)
  /src/lib/libc/arch/aarch64/
SYS.h 65 #define PSEUDO(x,y) \
74 PSEUDO(x,x)
78 PSEUDO(strong,weak)
  /src/lib/libc/arch/arm/
SYS.h 107 #define PSEUDO(x,y) \
117 PSEUDO(x,x)
122 PSEUDO(strong,weak)
125 PSEUDO(weak,weak)
  /src/usr.sbin/gspa/gspa/
gsp_inst.c 96 #define PSEUDO 20
115 {".BLKB", BLKB, PSEUDO, {0, 0, 0, 0}},
116 {".BLKL", BLKL, PSEUDO, {0, 0, 0, 0}},
117 {".BLKW", BLKW, PSEUDO, {0, 0, 0, 0}},
119 {".EQU", EQU, PSEUDO, {0, 0, 0, 0}},
121 {".INCLUDE", INCL, PSEUDO, {0, 0, 0, 0}},
122 {".LONG", LONG, PSEUDO, {0, 0, 0, 0}},
123 {".ORG", ORG, PSEUDO, {0, 0, 0, 0}},
124 {".START",START,PSEUDO, {0, 0, 0, 0}},
125 {".WORD",WORD, PSEUDO, {0, 0, 0, 0}}
    [all...]

Completed in 23 milliseconds