HomeSort by relevance Sort by last modified time
    Searched defs:STRING_COMMA_LEN (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
bfd-in.h 55 #define STRING_COMMA_LEN(STR) (STR), (sizeof (STR) - 1)
56 /* Unfortunately it is not possible to use the STRING_COMMA_LEN macro
59 evaluating STRING_COMMA_LEN and so missing the comma). This is a
60 problem for example when trying to use STRING_COMMA_LEN to build
    [all...]
bfd-in2.h 62 #define STRING_COMMA_LEN(STR) (STR), (sizeof (STR) - 1)
63 /* Unfortunately it is not possible to use the STRING_COMMA_LEN macro
66 evaluating STRING_COMMA_LEN and so missing the comma). This is a
67 problem for example when trying to use STRING_COMMA_LEN to build
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfd.h 64 #define STRING_COMMA_LEN(STR) (STR), (sizeof (STR) - 1)
65 /* Unfortunately it is not possible to use the STRING_COMMA_LEN macro
68 evaluating STRING_COMMA_LEN and so missing the comma). This is a
69 problem for example when trying to use STRING_COMMA_LEN to build
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfd.h 64 #define STRING_COMMA_LEN(STR) (STR), (sizeof (STR) - 1)
65 /* Unfortunately it is not possible to use the STRING_COMMA_LEN macro
68 evaluating STRING_COMMA_LEN and so missing the comma). This is a
69 problem for example when trying to use STRING_COMMA_LEN to build
    [all...]

Completed in 466 milliseconds