HomeSort by: relevance | last modified time | path
    Searched refs:OPTION_GLIBC_P (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/alpha/
linux.h 61 #define OPTION_GLIBC_P(opts) (DEFAULT_LIBC == LIBC_GLIBC)
67 #define OPTION_GLIBC_P(opts) ((opts)->x_linux_libc == LIBC_GLIBC)
73 #define OPTION_GLIBC OPTION_GLIBC_P (&global_options)
  /src/external/gpl3/gcc.old/dist/gcc/config/alpha/
linux.h 61 #define OPTION_GLIBC_P(opts) (DEFAULT_LIBC == LIBC_GLIBC)
67 #define OPTION_GLIBC_P(opts) ((opts)->x_linux_libc == LIBC_GLIBC)
73 #define OPTION_GLIBC OPTION_GLIBC_P (&global_options)
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
linux.h 30 #define OPTION_GLIBC_P(opts) (DEFAULT_LIBC == LIBC_GLIBC)
36 #define OPTION_GLIBC_P(opts) ((opts)->x_linux_libc == LIBC_GLIBC)
42 #define OPTION_GLIBC OPTION_GLIBC_P (&global_options)
linux64.h 266 #define OPTION_GLIBC_P(opts) (DEFAULT_LIBC == LIBC_GLIBC)
272 #define OPTION_GLIBC_P(opts) ((opts)->x_linux_libc == LIBC_GLIBC)
278 #define OPTION_GLIBC OPTION_GLIBC_P (&global_options)
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
linux.h 30 #define OPTION_GLIBC_P(opts) (DEFAULT_LIBC == LIBC_GLIBC)
36 #define OPTION_GLIBC_P(opts) ((opts)->x_linux_libc == LIBC_GLIBC)
42 #define OPTION_GLIBC OPTION_GLIBC_P (&global_options)
linux64.h 268 #define OPTION_GLIBC_P(opts) (DEFAULT_LIBC == LIBC_GLIBC)
274 #define OPTION_GLIBC_P(opts) ((opts)->x_linux_libc == LIBC_GLIBC)
280 #define OPTION_GLIBC OPTION_GLIBC_P (&global_options)
  /src/external/gpl3/gcc/dist/gcc/config/
linux.h 32 #define OPTION_GLIBC_P(opts) (DEFAULT_LIBC == LIBC_GLIBC)
38 #define OPTION_GLIBC_P(opts) ((opts)->x_linux_libc == LIBC_GLIBC)
44 #define OPTION_GLIBC OPTION_GLIBC_P (&global_options)
  /src/external/gpl3/gcc.old/dist/gcc/config/
linux.h 32 #define OPTION_GLIBC_P(opts) (DEFAULT_LIBC == LIBC_GLIBC)
38 #define OPTION_GLIBC_P(opts) ((opts)->x_linux_libc == LIBC_GLIBC)
44 #define OPTION_GLIBC OPTION_GLIBC_P (&global_options)
  /src/external/gpl3/gcc/dist/gcc/common/config/s390/
s390-common.cc 131 #ifdef OPTION_GLIBC_P
132 if (OPTION_GLIBC_P (opts))
  /src/external/gpl3/gcc.old/dist/gcc/common/config/s390/
s390-common.cc 126 #ifdef OPTION_GLIBC_P
127 if (OPTION_GLIBC_P (opts))
  /src/external/gpl3/gcc/dist/gcc/common/config/i386/
i386-common.cc 2047 #if defined(TARGET_THREAD_SPLIT_STACK_OFFSET) && defined(OPTION_GLIBC_P)
2048 if (!OPTION_GLIBC_P (opts))
  /src/external/gpl3/gcc.old/dist/gcc/common/config/i386/
i386-common.cc 1721 #if defined(TARGET_THREAD_SPLIT_STACK_OFFSET) && defined(OPTION_GLIBC_P)
1722 if (!OPTION_GLIBC_P (opts))

Completed in 41 milliseconds