/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/ |
symcat.h | 42 #define XCONCAT2(a,b) CONCAT2(a,b)
|
bfd.h | 52 want extra underscores (e.g., "nlm_32_"). The XCONCAT2 macro will 56 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d)) [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/ |
symcat.h | 42 #define XCONCAT2(a,b) CONCAT2(a,b)
|
bfd.h | 52 want extra underscores (e.g., "nlm_32_"). The XCONCAT2 macro will 56 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d)) [all...] |
/toolchain/binutils/binutils-2.25/include/ |
symcat.h | 42 #define XCONCAT2(a,b) CONCAT2(a,b)
|
/toolchain/binutils/binutils-2.25/bfd/ |
mach-o-target.c | 63 #define TARGET_NAME_BACKEND XCONCAT2(TARGET_NAME,_backend)
|
bfd-in.h | 43 want extra underscores (e.g., "nlm_32_"). The XCONCAT2 macro will 47 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d)) [all...] |
bfd-in2.h | 50 want extra underscores (e.g., "nlm_32_"). The XCONCAT2 macro will 54 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d)) [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
mmix-opc.c | 89 #define OP(y) XCONCAT2 (mmix_operands_,y)
|
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-cris.c | 194 static enum cris_archs cris_arch = XCONCAT2 (arch_,DEFAULT_CRIS_ARCH); 212 = (XCONCAT2 (arch_,DEFAULT_CRIS_ARCH) != arch_crisv32); 456 int md_long_jump_size = XCONCAT2 (DEFAULT_CRIS_ARCH,_long_jump_size); [all...] |