Searched refs:CONCAT3 (Results 1 – 13 of 13) sorted by relevance
/toolchain/binutils/binutils-2.25/include/ |
D | symcat.h | 24 #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/ |
D | ns32knetbsd.c | 35 #define NAME(x,y) CONCAT3 (ns32kaout,_32_,y)
|
D | libaout.h | 62 #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)
|
D | pc532-mach.c | 57 #define NAME(x,y) CONCAT3 (ns32kaout,_32_,y)
|
D | i386dynix.c | 39 #define NAME(x,y) CONCAT3 (i386dynix,_32_,y)
|
D | aout-cris.c | 66 #define NAME(x, y) CONCAT3 (cris_aout,_32_,y)
|
D | aout-ns32k.c | 38 #define NAME(x,y) CONCAT3 (ns32kaout,_32_,y)
|
D | aout-arm.c | 29 #define NAME(x,y) CONCAT3 (aoutarm,_32_,y)
|
D | hp300hpux.c | 188 #define NAME(x,y) CONCAT3 (hp300hpux,_32_,y)
|
D | aout-tic30.c | 35 #define NAME(x,y) CONCAT3 (tic30_aout,_32_,y)
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | tic6x-dis.c | 59 CONCAT3(tic6x_insn_format,_,format), \ 71 CONCAT3(tic6x_insn_format,_,format), \
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | cgen.h | 50 #define CGEN_SYM(s) CONCAT3 (unknown,_cgen_,s)
|
D | ChangeLog-9103 | 1650 * cgen.h (CGEN_CAT3): Delete. Use CONCAT3 now.
|