Searched refs:CONCAT2 (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-11-stable/contrib/binutils/bfd/
H A Ddemo64.c27 #define MY(OP) CONCAT2 (demo_64_,OP)
H A Daout-sparcle.c26 #define MY(OP) CONCAT2 (sparcle_aout_,OP)
H A Dsparcnetbsd.c33 #define MY(OP) CONCAT2 (sparcnetbsd_,OP)
H A Daout0.c27 #define MY(OP) CONCAT2 (aout0_big_,OP)
H A Darmnetbsd.c34 #define MY(OP) CONCAT2 (armnetbsd_, OP)
H A Di386freebsd.c32 #define MY(OP) CONCAT2 (i386freebsd_,OP)
H A Di386netbsd.c33 #define MY(OP) CONCAT2 (i386netbsd_,OP)
H A Di386bsd.c42 #define MY(OP) CONCAT2 (i386bsd_,OP)
H A Dhost-aout.c84 #define MY(OP) CONCAT2 (host_aout_,OP)
H A Di386aout.c38 #define MY(OP) CONCAT2 (i386aout_,OP)
H A Dlibaout.h65 #define JNAME(x) CONCAT2 (x,_64)
77 #define JNAME(x) CONCAT2 (x,_16)
88 #define JNAME(x) CONCAT2 (x,_32)
H A Dbfd-in.h39 cause the inner CONCAT2 macros to be evaluated first, producing
42 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d))
H A Daout-arm.c46 #define MY(OP) CONCAT2 (aoutarm_,OP)
H A Dmipsbsd.c41 #define MY(OP) CONCAT2 (mipsbsd_,OP)
57 /* We can't use MY(x) here because it leads to a recursive call to CONCAT2
H A Di386linux.c42 #define MY(OP) CONCAT2 (i386linux_,OP)
H A Dsparclinux.c42 #define MY(OP) CONCAT2 (sparclinux_,OP)
H A Dbfd-in2.h46 cause the inner CONCAT2 macros to be evaluated first, producing
49 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d))
/freebsd-11-stable/contrib/gcclibs/include/
H A Dsymcat.h23 #define CONCAT2(a,b) a##b macro
29 e.g. CONCAT2(foo, bar) because traditonal C will keep the space between
31 write CONCAT2(foo,bar). */
32 #define CONCAT2(a,b) a/**/b macro
38 #define XCONCAT2(a,b) CONCAT2(a,b)
/freebsd-11-stable/contrib/gdb/include/
H A Dsymcat.h23 #define CONCAT2(a,b) a##b macro
29 e.g. CONCAT2(foo, bar) because traditonal C will keep the space between
31 write CONCAT2(foo,bar). */
32 #define CONCAT2(a,b) a/**/b macro
38 #define XCONCAT2(a,b) CONCAT2(a,b)
/freebsd-11-stable/contrib/binutils/include/
H A Dsymcat.h23 #define CONCAT2(a,b) a##b macro
29 e.g. CONCAT2(foo, bar) because traditonal C will keep the space between
31 write CONCAT2(foo,bar). */
32 #define CONCAT2(a,b) a/**/b macro
38 #define XCONCAT2(a,b) CONCAT2(a,b)
/freebsd-11-stable/contrib/byacc/
H A Ddefs.h24 #define CONCAT2(first,second) #first "." #second macro
27 #define VSTRING(a,b) CONCAT2(a,b) CONCAT1(" ",YYPATCH)
29 #define VSTRING(a,b) CONCAT2(a,b)
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dcr16-opc.c469 #define REG_R(N) REG(CONCAT2(r,N), N, CR16_R_REGTYPE)
486 #define REG_RP(M,N) REGP((CONCAT2(r,M),CONCAT2(r,N)), CONCAT2(r,N), N, CR16_RP_REGTYPE)
/freebsd-11-stable/contrib/gcc/
H A Dlibgcc2.c1812 #define CONCAT2(A,B) _CONCAT2(A,B)
1825 #define INFINITY CONCAT2(__builtin_inf, CEXT) ()
1829 #define COPYSIGN CONCAT2(__builtin_copysign, CEXT)
1830 #define FABS CONCAT2(__builtin_fabs, CEXT)
1784 #define CONCAT2 macro
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dlib1funcs.asm40 #define CONCAT1(a, b) CONCAT2(a, b)
41 #define CONCAT2(a, b) a ## b define
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h48 cause the inner CONCAT2 macros to be evaluated first, producing
51 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d))

Completed in 364 milliseconds

12