HomeSort by relevance Sort by last modified time
    Searched refs:CONCAT4 (Results 1 - 7 of 7) sorted by null

  /toolchain/binutils/binutils-2.27/include/
symcat.h 25 #define CONCAT4(a,b,c,d) a##b##c##d
36 #define CONCAT4(a,b,c,d) a/**/b/**/c/**/d
44 #define XCONCAT4(a,b,c,d) CONCAT4(a,b,c,d)
  /external/libvncserver/libvncserver/
translate.c 63 #define CONCAT4(a,b,c,d) a##b##c##d
64 #define CONCAT4E(a,b,c,d) CONCAT4(a,b,c,d)
  /toolchain/binutils/binutils-2.27/include/opcode/
tic6x.h 670 CONCAT4(tic6x_opcode_,name,_,e),
  /toolchain/binutils/binutils-2.27/bfd/
bfd-in.h 46 #undef CONCAT4
47 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d))
    [all...]
bfd-in2.h 53 #undef CONCAT4
54 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d))
    [all...]
elfxx-mips.c     [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
tic6x-dis.c 83 CONCAT4(tic6x_insn_format_,func_unit,_,format), \
95 CONCAT4(tic6x_insn_format_,func_unit,_,format), \
    [all...]

Completed in 217 milliseconds