Home
last modified time | relevance | path

Searched refs:CONCAT2 (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-12-stable/contrib/gcclibs/include/
Dsymcat.h23 #define CONCAT2(a,b) a##b macro
32 #define CONCAT2(a,b) a/**/b macro
38 #define XCONCAT2(a,b) CONCAT2(a,b)
/freebsd-12-stable/contrib/binutils/include/
Dsymcat.h23 #define CONCAT2(a,b) a##b macro
32 #define CONCAT2(a,b) a/**/b macro
38 #define XCONCAT2(a,b) CONCAT2(a,b)
/freebsd-12-stable/contrib/gdb/include/
Dsymcat.h23 #define CONCAT2(a,b) a##b macro
32 #define CONCAT2(a,b) a/**/b macro
38 #define XCONCAT2(a,b) CONCAT2(a,b)
/freebsd-12-stable/contrib/binutils/bfd/
Ddemo64.c27 #define MY(OP) CONCAT2 (demo_64_,OP)
Dsparcnetbsd.c33 #define MY(OP) CONCAT2 (sparcnetbsd_,OP)
Daout-sparcle.c26 #define MY(OP) CONCAT2 (sparcle_aout_,OP)
Daout0.c27 #define MY(OP) CONCAT2 (aout0_big_,OP)
Darmnetbsd.c34 #define MY(OP) CONCAT2 (armnetbsd_, OP)
Di386netbsd.c33 #define MY(OP) CONCAT2 (i386netbsd_,OP)
Di386freebsd.c32 #define MY(OP) CONCAT2 (i386freebsd_,OP)
Di386bsd.c42 #define MY(OP) CONCAT2 (i386bsd_,OP)
Dhost-aout.c84 #define MY(OP) CONCAT2 (host_aout_,OP)
Di386aout.c38 #define MY(OP) CONCAT2 (i386aout_,OP)
Dlibaout.h65 #define JNAME(x) CONCAT2 (x,_64)
77 #define JNAME(x) CONCAT2 (x,_16)
88 #define JNAME(x) CONCAT2 (x,_32)
Dbfd-in.h42 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d))
Dmipsbsd.c41 #define MY(OP) CONCAT2 (mipsbsd_,OP)
Daout-arm.c46 #define MY(OP) CONCAT2 (aoutarm_,OP)
Dsparclinux.c42 #define MY(OP) CONCAT2 (sparclinux_,OP)
Di386linux.c42 #define MY(OP) CONCAT2 (i386linux_,OP)
/freebsd-12-stable/contrib/byacc/
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-12-stable/contrib/binutils/opcodes/
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-12-stable/contrib/cortex-strings/src/thumb/
Daeabi_idiv.S37 #define CONCAT1(a, b) CONCAT2(a, b)
38 #define CONCAT2(a, b) a ## b macro
/freebsd-12-stable/contrib/gcc/
Dlibgcc2.c1784 #define CONCAT2(A,B) _CONCAT2(A,B) macro
1797 #define INFINITY CONCAT2(__builtin_inf, CEXT) ()
1801 #define COPYSIGN CONCAT2(__builtin_copysign, CEXT)
1802 #define FABS CONCAT2(__builtin_fabs, CEXT)
/freebsd-12-stable/contrib/gcc/config/arm/
Dlib1funcs.asm40 #define CONCAT1(a, b) CONCAT2(a, b)
41 #define CONCAT2(a, b) a ## b macro
/freebsd-12-stable/gnu/usr.bin/binutils/libbfd/
Dbfd.h51 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d))

12