OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPTION_MUSL
(Results
1 - 16
of
16
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/
glibc-stdint.h
26
OPTION_MUSL
is defined correctly before using the TYPE macros. */
27
#ifndef
OPTION_MUSL
28
#define
OPTION_MUSL
0
55
#define INT_FAST16_TYPE (LONG_TYPE_SIZE == 64 && !
OPTION_MUSL
? "long int" : "int")
56
#define INT_FAST32_TYPE (LONG_TYPE_SIZE == 64 && !
OPTION_MUSL
? "long int" : "int")
59
#define UINT_FAST16_TYPE (LONG_TYPE_SIZE == 64 && !
OPTION_MUSL
? "long unsigned int" : "unsigned int")
60
#define UINT_FAST32_TYPE (LONG_TYPE_SIZE == 64 && !
OPTION_MUSL
? "long unsigned int" : "unsigned int")
fuchsia.h
53
#undef
OPTION_MUSL
54
#define
OPTION_MUSL
1
linux-rust.cc
46
else if (
OPTION_MUSL
)
linux-d.cc
45
else if (
OPTION_MUSL
)
linux.cc
33
if (OPTION_GLIBC ||
OPTION_MUSL
)
linux.h
47
#undef
OPTION_MUSL
48
#define
OPTION_MUSL
OPTION_MUSL_P (&global_options)
/src/external/gpl3/gcc.old/dist/gcc/config/
glibc-stdint.h
26
OPTION_MUSL
is defined correctly before using the TYPE macros. */
27
#ifndef
OPTION_MUSL
28
#define
OPTION_MUSL
0
55
#define INT_FAST16_TYPE (LONG_TYPE_SIZE == 64 && !
OPTION_MUSL
? "long int" : "int")
56
#define INT_FAST32_TYPE (LONG_TYPE_SIZE == 64 && !
OPTION_MUSL
? "long int" : "int")
59
#define UINT_FAST16_TYPE (LONG_TYPE_SIZE == 64 && !
OPTION_MUSL
? "long unsigned int" : "unsigned int")
60
#define UINT_FAST32_TYPE (LONG_TYPE_SIZE == 64 && !
OPTION_MUSL
? "long unsigned int" : "unsigned int")
fuchsia.h
53
#undef
OPTION_MUSL
54
#define
OPTION_MUSL
1
linux.cc
31
if (OPTION_GLIBC ||
OPTION_MUSL
)
linux.h
47
#undef
OPTION_MUSL
48
#define
OPTION_MUSL
OPTION_MUSL_P (&global_options)
70
else if (
OPTION_MUSL
) \
/src/external/gpl3/gcc/dist/gcc/config/alpha/
linux.h
76
#undef
OPTION_MUSL
77
#define
OPTION_MUSL
OPTION_MUSL_P (&global_options)
/src/external/gpl3/gcc.old/dist/gcc/config/alpha/
linux.h
76
#undef
OPTION_MUSL
77
#define
OPTION_MUSL
OPTION_MUSL_P (&global_options)
/src/external/gpl3/gcc/dist/gcc/config/rs6000/
linux.h
45
#undef
OPTION_MUSL
46
#define
OPTION_MUSL
OPTION_MUSL_P (&global_options)
linux64.h
281
#undef
OPTION_MUSL
282
#define
OPTION_MUSL
OPTION_MUSL_P (&global_options)
/src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
linux.h
45
#undef
OPTION_MUSL
46
#define
OPTION_MUSL
OPTION_MUSL_P (&global_options)
linux64.h
283
#undef
OPTION_MUSL
284
#define
OPTION_MUSL
OPTION_MUSL_P (&global_options)
Completed in 30 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026