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

  /toolchain/binutils/binutils-2.27/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...]

Completed in 63 milliseconds