Searched refs:CONCAT4 (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/include/
H A Dsymcat.h25 #define CONCAT4(a,b,c,d) a##b##c##d macro
34 #define CONCAT4(a,b,c,d) a/**/b/**/c/**/d macro
40 #define XCONCAT4(a,b,c,d) CONCAT4(a,b,c,d)
/freebsd-11-stable/contrib/gdb/include/
H A Dsymcat.h25 #define CONCAT4(a,b,c,d) a##b##c##d macro
34 #define CONCAT4(a,b,c,d) a/**/b/**/c/**/d macro
40 #define XCONCAT4(a,b,c,d) CONCAT4(a,b,c,d)
/freebsd-11-stable/contrib/binutils/include/
H A Dsymcat.h25 #define CONCAT4(a,b,c,d) a##b##c##d macro
34 #define CONCAT4(a,b,c,d) a/**/b/**/c/**/d macro
40 #define XCONCAT4(a,b,c,d) CONCAT4(a,b,c,d)
/freebsd-11-stable/contrib/binutils/bfd/
H A Dbfd-in.h41 #undef CONCAT4 macro
42 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d)) macro
H A Dbfd-in2.h48 #undef CONCAT4 macro
49 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d)) macro
H A Delfxx-mips.c664 (ABI_64_P (bfd) ? CONCAT4 (pre,64,_,pos) : CONCAT4 (pre,32,_,pos))
672 #define MNAME(bfd,pre,pos) CONCAT4 (pre,32,_,pos)
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h50 #undef CONCAT4 macro
51 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d)) macro

Completed in 199 milliseconds