OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:target_system_root
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
collect2.cc
247
#ifdef
TARGET_SYSTEM_ROOT
248
static const char *
target_system_root
=
TARGET_SYSTEM_ROOT
;
variable
250
static const char *
target_system_root
= "";
1464
target_system_root
= arg + 10;
2722
if (
target_system_root
[0] != '\0')
2724
length = strlen (
target_system_root
);
2725
if (strncmp (name,
target_system_root
, length) != 0)
246
static const char *
target_system_root
= TARGET_SYSTEM_ROOT;
variable
gcc.cc
260
#ifdef
TARGET_SYSTEM_ROOT
261
#define DEFAULT_TARGET_SYSTEM_ROOT (
TARGET_SYSTEM_ROOT
)
265
static const char *
target_system_root
= DEFAULT_TARGET_SYSTEM_ROOT;
267
/* Nonzero means pass the updated
target_system_root
to the compiler. */
271
/* Nonzero means append this string to
target_system_root
. */
275
/* Nonzero means append this string to
target_system_root
for headers. */
569
(made from
TARGET_SYSTEM_ROOT
), -isystem (made from COMPILER_PATH
599
%R Output the concatenation of
target_system_root
and
3183
/* Same as add_prefix, but prepending
target_system_root
to prefix. */
3184
/* The
target_system_root
prefix has been relocated by gcc_exec_prefix. *
263
static const char *
target_system_root
= DEFAULT_TARGET_SYSTEM_ROOT;
variable
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
collect2.cc
247
#ifdef
TARGET_SYSTEM_ROOT
248
static const char *
target_system_root
=
TARGET_SYSTEM_ROOT
;
variable
250
static const char *
target_system_root
= "";
1460
target_system_root
= arg + 10;
2718
if (
target_system_root
[0] != '\0')
2720
length = strlen (
target_system_root
);
2721
if (strncmp (name,
target_system_root
, length) != 0)
246
static const char *
target_system_root
= TARGET_SYSTEM_ROOT;
variable
gcc.cc
255
#ifdef
TARGET_SYSTEM_ROOT
256
#define DEFAULT_TARGET_SYSTEM_ROOT (
TARGET_SYSTEM_ROOT
)
260
static const char *
target_system_root
= DEFAULT_TARGET_SYSTEM_ROOT;
262
/* Nonzero means pass the updated
target_system_root
to the compiler. */
266
/* Nonzero means append this string to
target_system_root
. */
270
/* Nonzero means append this string to
target_system_root
for headers. */
555
(made from
TARGET_SYSTEM_ROOT
), -isystem (made from COMPILER_PATH
584
%R Output the concatenation of
target_system_root
and
3178
/* Same as add_prefix, but prepending
target_system_root
to prefix. */
3179
/* The
target_system_root
prefix has been relocated by gcc_exec_prefix. *
258
static const char *
target_system_root
= DEFAULT_TARGET_SYSTEM_ROOT;
variable
[
all
...]
Completed in 42 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026