Home
last modified time | relevance | path

Searched refs:CONCAT3 (Results 1 – 13 of 13) sorted by relevance

/toolchain/binutils/binutils-2.25/include/
Dsymcat.h24 #define CONCAT3(a,b,c) a##b##c macro
35 #define CONCAT3(a,b,c) a/**/b/**/c macro
43 #define XCONCAT3(a,b,c) CONCAT3(a,b,c)
/toolchain/binutils/binutils-2.25/bfd/
Dns32knetbsd.c35 #define NAME(x,y) CONCAT3 (ns32kaout,_32_,y)
Dlibaout.h62 #define NAME(x,y) CONCAT3 (x,_64_,y)
74 #define NAME(x,y) CONCAT3 (x,_16_,y)
85 #define NAME(x,y) CONCAT3 (x,_32_,y)
Dpc532-mach.c57 #define NAME(x,y) CONCAT3 (ns32kaout,_32_,y)
Di386dynix.c39 #define NAME(x,y) CONCAT3 (i386dynix,_32_,y)
Daout-cris.c66 #define NAME(x, y) CONCAT3 (cris_aout,_32_,y)
Daout-ns32k.c38 #define NAME(x,y) CONCAT3 (ns32kaout,_32_,y)
Daout-arm.c29 #define NAME(x,y) CONCAT3 (aoutarm,_32_,y)
Dhp300hpux.c188 #define NAME(x,y) CONCAT3 (hp300hpux,_32_,y)
Daout-tic30.c35 #define NAME(x,y) CONCAT3 (tic30_aout,_32_,y)
/toolchain/binutils/binutils-2.25/opcodes/
Dtic6x-dis.c59 CONCAT3(tic6x_insn_format,_,format), \
71 CONCAT3(tic6x_insn_format,_,format), \
/toolchain/binutils/binutils-2.25/include/opcode/
Dcgen.h50 #define CGEN_SYM(s) CONCAT3 (unknown,_cgen_,s)
DChangeLog-91031650 * cgen.h (CGEN_CAT3): Delete. Use CONCAT3 now.