OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:use_ld
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
gcc.cc
251
static const char *
use_ld
;
4316
use_ld
= ".bfd";
4320
use_ld
= ".gold";
4324
use_ld
= ".mold";
8837
if (
use_ld
!= NULL && ! strcmp (print_prog_name, "ld"))
8839
/* Append
USE_LD
to the default linker. */
8854
ld = concat (default_linker,
use_ld
,
8860
ld = concat (DEFAULT_LINKER,
use_ld
, NULL);
8867
print_prog_name = concat (print_prog_name,
use_ld
, NULL);
11275
use_ld
= NULL
249
static const char *
use_ld
;
variable
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
gcc.cc
246
static const char *
use_ld
;
4305
use_ld
= ".bfd";
4309
use_ld
= ".gold";
4313
use_ld
= ".mold";
8710
if (
use_ld
!= NULL && ! strcmp (print_prog_name, "ld"))
8712
/* Append
USE_LD
to the default linker. */
8727
ld = concat (default_linker,
use_ld
,
8733
ld = concat (DEFAULT_LINKER,
use_ld
, NULL);
8740
print_prog_name = concat (print_prog_name,
use_ld
, NULL);
11112
use_ld
= NULL
244
static const char *
use_ld
;
variable
[
all
...]
Completed in 42 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026