Home
last modified time | relevance | path

Searched refs:CONCAT4 (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/include/
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)
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dbfd-in.h44 #undef CONCAT4
45 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d)) macro
Dbfd-in2.h51 #undef CONCAT4
52 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d)) macro
Delfxx-mips.c585 (ABI_64_P (bfd) ? CONCAT4 (pre,64,_,pos) : CONCAT4 (pre,32,_,pos))
593 #define MNAME(bfd,pre,pos) CONCAT4 (pre,32,_,pos)