Home
last modified time | relevance | path

Searched refs:__CONCAT (Results 1 – 25 of 50) sorted by relevance

12

/openbsd/src/sys/arch/luna88k/stand/boot/
Dconf.c95 __CONCAT(fs,_open), \
96 __CONCAT(fs,_close), \
97 __CONCAT(fs,_read), \
98 __CONCAT(fs,_write), \
99 __CONCAT(fs,_seek), \
100 __CONCAT(fs,_stat), \
101 __CONCAT(fs,_readdir), \
102 __CONCAT(fs,_fchmod) }
/openbsd/src/lib/libc/arch/m88k/
DSYS.h41 #define __CONCAT(p,x) p##x macro
42 #define __ENTRY(p,x) ENTRY(__CONCAT(p,x))
43 #define __END(p,x) END(__CONCAT(p,x)); \
44 _HIDDEN_ALIAS(x,__CONCAT(p,x)); \
46 #define __SYSCALLNAME(p,x) __CONCAT(p,x)
47 #define __ALIAS(prefix,name) WEAK_ALIAS(name,__CONCAT(prefix,name))
61 or.u %r11, %r0, %hi16(__CONCAT(sym,#got_rel)); \
62 or %r11, %r11, %lo16(__CONCAT(sym,#got_rel)); \
65 or.u %r11, %r0, %hi16(__CONCAT(sym,#got_rel)); \
66 or %r11, %r11, %lo16(__CONCAT(sym,#got_rel)); \
[all …]
/openbsd/src/sys/arch/arm64/include/
Dasm.h45 # define __CONCAT(x,y) x ## y macro
48 # define __CONCAT(x,y) x/**/y macro
84 adrp reg, __CONCAT(__retguard_, x); \
85 ldr reg, [reg, :lo12:__CONCAT(__retguard_, x)]
107 .ifndef __CONCAT(__retguard_, x); \
108 .hidden __CONCAT(__retguard_, x); \
109 .type __CONCAT(__retguard_, x),@object; \
111 .weak __CONCAT(__retguard_, x); \
113 __CONCAT(__retguard_, x): ; \
115 .size __CONCAT(__retguard_, x), 8; \
/openbsd/src/lib/libc/arch/hppa/
DSYS.h51 LEAF_ENTRY(__CONCAT(_thread_sys_,x)) !\
52 WEAK_ALIAS(x,__CONCAT(_thread_sys_,x))
54 LEAF_ENTRY(__CONCAT(_thread_sys_,x))
59 EXIT(__CONCAT(_thread_sys_,x)) !\
67 PINSYSCALL(__CONCAT(SYS_,x), 97b) !\
68 ldi __CONCAT(SYS_,x), t1 !\
97 PINSYSCALL(__CONCAT(SYS_,y), 97b) !\
98 ldi __CONCAT(SYS_,y), t1 !\
/openbsd/src/libexec/ld.so/i386/
DSYS.h43 .global __CONCAT(_dl_,n) ;\
44 .type __CONCAT(_dl_,n),@function ;\
45 __CONCAT(_dl_,n): ;\
46 movl $__CONCAT(SYS_, n),%eax; ;\
48 PINSYSCALL(__CONCAT(SYS_, n), 99b) ;\
/openbsd/src/libexec/ld.so/riscv64/
DSYS.h46 .global __CONCAT(_dl_,n) ;\
47 .type __CONCAT(_dl_,n)%function ;\
48 __CONCAT(_dl_,n): ;\
49 RETGUARD_SETUP(__CONCAT(_dl_,n), x15) ;\
54 RETGUARD_CHECK(__CONCAT(_dl_,n), x15) ;\
/openbsd/src/libexec/ld.so/amd64/
DSYS.h41 .global __CONCAT(_dl_,n) ;\
42 .type __CONCAT(_dl_,n), @function ;\
44 __CONCAT(_dl_,n): ;\
48 movl $(__CONCAT(SYS_,n)), %eax ;\
51 PINSYSCALL(__CONCAT(SYS_,n), 99b) ;\
/openbsd/src/libexec/ld.so/aarch64/
DSYS.h47 .global __CONCAT(_dl_,n) ;\
48 .type __CONCAT(_dl_,n)%function ;\
49 __CONCAT(_dl_,n): ;\
50 RETGUARD_SETUP(__CONCAT(_dl_,n), x15) ;\
53 RETGUARD_CHECK(__CONCAT(_dl_,n), x15) ;\
/openbsd/src/libexec/ld.so/sparc64/
DSYS.h78 #define __CONCAT(x,y) x##y macro
81 _ENTRY(__CONCAT(_dl_,n)) \
82 mov __CONCAT(SYS_,n) | SYSCALL_G2RFLAG, %g1 ;\
85 PINSYSCALL(__CONCAT(SYS_,n), 99b) ;\
/openbsd/src/libexec/ld.so/hppa/
DSYS.h44 ENTRY(__CONCAT(_dl_,x),0) !\
48 PINSYSCALL(__CONCAT(SYS_,x), 99b) !\
49 ldi __CONCAT(SYS_,x), t1 !\
57 EXIT(__CONCAT(_dl_,x))
/openbsd/src/sys/sys/
Dstdint.h220 #define INT64_C(_c) __CONCAT(_c, LL)
224 #define UINT32_C(_c) __CONCAT(_c, U)
225 #define UINT64_C(_c) __CONCAT(_c, ULL)
228 #define INTMAX_C(_c) __CONCAT(_c, LL)
229 #define UINTMAX_C(_c) __CONCAT(_c, ULL)
Dcdefs.h63 #define __CONCAT(x,y) x ## y macro
79 #define __CONCAT(x,y) x/**/y macro
/openbsd/src/libexec/ld.so/arm/
DSYS.h47 .global __CONCAT(_dl_,n) ;\
48 .type __CONCAT(_dl_,n)%function ;\
49 __CONCAT(_dl_,n): ;\
/openbsd/src/libexec/ld.so/m88k/
DSYS.h54 #define __CONCAT(p,x) p##x macro
55 #define __ENTRY(p,x) ENTRY(__CONCAT(p,x))
56 #define __SYSCALLNAME(p,x) __CONCAT(p,x)
/openbsd/src/libexec/ld.so/sh/
DSYS.h67 .global __CONCAT(_dl_,n) ;\
68 .type __CONCAT(_dl_,n)%function ;\
69 __CONCAT(_dl_,n): ;\
/openbsd/src/sys/arch/i386/include/
Dasm.h67 # define __CONCAT(x,y) x ## y macro
70 # define __CONCAT(x,y) x/**/y macro
127 #define CPUVAR(var) %fs:__CONCAT(CPU_INFO_,var)
Dreloc.h29 #define R_TYPE(X) __CONCAT(RELOC_,X)
/openbsd/src/lib/libc/arch/hppa/sys/
DOvfork.S36 PINSYSCALL(__CONCAT(SYS_,vfork), 99b)
37 ldi __CONCAT(SYS_,vfork), t1
/openbsd/src/sys/arch/luna88k/include/
Dbus.h517 static __inline void __CONCAT(bus_space_copy_,BYTES) \
524 __CONCAT(bus_space_copy_,BYTES)(t, h1, o1, h2, o2, c) \
534 __CONCAT(bus_space_write_,BYTES)(t, h2, o2 + o, \
535 __CONCAT(bus_space_read_,BYTES)(t, h1, o1 + o)); \
539 __CONCAT(bus_space_write_,BYTES)(t, h2, o2 + o, \
540 __CONCAT(bus_space_read_,BYTES)(t, h1, o1 + o)); \
/openbsd/src/sys/arch/arm/include/
Dasm.h45 # define __CONCAT(x,y) x ## y macro
48 # define __CONCAT(x,y) x/**/y macro
/openbsd/src/sys/arch/sh/include/
Dasm.h45 # define __CONCAT(x,y) x ## y macro
48 # define __CONCAT(x,y) x/**/y macro
/openbsd/src/sys/arch/riscv64/include/
Dasm.h45 # define __CONCAT(x,y) x ## y macro
48 # define __CONCAT(x,y) x/**/y macro
/openbsd/src/sys/arch/alpha/include/
Dasm.h140 #define __CONCAT(a,b) a ## b macro
142 #define __CONCAT(a,b) a/**/b macro
144 #define ___CONCAT(a,b) __CONCAT(a,b)
/openbsd/src/sys/dev/pci/drm/include/linux/
Dargs.h6 #define CONCATENATE(x, y) __CONCAT(x, y)
/openbsd/src/sys/arch/amd64/include/
Dasm.h55 # define __CONCAT(x,y) x ## y macro
58 # define __CONCAT(x,y) x/**/y macro

12