OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ld_sysroot
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils.old/dist/ld/
ldfile.c
326
new_dirs->name = concat (
ld_sysroot
, name + 1, (const char *) NULL);
328
new_dirs->name = concat (
ld_sysroot
, name + strlen ("$SYSROOT"), (const char *) NULL);
561
char *name = concat (
ld_sysroot
, entry->filename,
676
&&
ld_sysroot
679
entry->local_sym_name,
ld_sysroot
);
local
ldmain.c
76
const char *
ld_sysroot
;
variable
78
/* The canonical representation of
ld_sysroot
. */
631
ld_sysroot
= get_sysroot (argc, argv);
632
if (*
ld_sysroot
)
633
ld_canon_sysroot = lrealpath (
ld_sysroot
);
/src/external/gpl3/binutils/dist/ld/
ldfile.c
324
new_dirs->name = concat (
ld_sysroot
, name + 1, (const char *) NULL);
326
new_dirs->name = concat (
ld_sysroot
, name + strlen ("$SYSROOT"), (const char *) NULL);
553
char *name = concat (
ld_sysroot
, entry->filename,
668
&&
ld_sysroot
671
entry->local_sym_name,
ld_sysroot
);
local
ldmain.c
77
const char *
ld_sysroot
;
variable
79
/* The canonical representation of
ld_sysroot
. */
709
ld_sysroot
= get_sysroot (argc, argv);
710
if (*
ld_sysroot
)
711
ld_canon_sysroot = lrealpath (
ld_sysroot
);
Completed in 16 milliseconds
Indexes created Sun May 03 00:22:47 UTC 2026