Searched refs:ld_sysroot (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/legacy/binutils/ld/
H A Dldmain.h26 extern const char *ld_sysroot;
H A Dldfile.c118 new->name = concat (ld_sysroot, name + 1, NULL);
311 char *name = concat (ld_sysroot, entry->filename,
415 && ld_sysroot
418 entry->local_sym_name, ld_sysroot); local
H A Dldmain.c71 const char *ld_sysroot; variable
73 /* The canonical representation of ld_sysroot. */
211 ld_sysroot = get_sysroot (argc, argv);
212 if (*ld_sysroot)
217 ld_sysroot = "";
220 ld_canon_sysroot = lrealpath (ld_sysroot);
/haiku-buildtools/binutils/ld/
H A Dldmain.h25 extern const char *ld_sysroot;
H A Dldfile.c114 new_dirs->name = concat (ld_sysroot, name + 1, (const char *) NULL);
341 char *name = concat (ld_sysroot, entry->filename,
439 && ld_sysroot
442 entry->local_sym_name, ld_sysroot); local
H A Dldmain.c76 const char *ld_sysroot; variable
78 /* The canonical representation of ld_sysroot. */
237 ld_sysroot = get_sysroot (argc, argv);
238 if (*ld_sysroot)
239 ld_canon_sysroot = lrealpath (ld_sysroot);
H A Dlexsup.c1020 if (*ld_sysroot)
1021 puts (ld_sysroot);
H A Dldlang.c1145 = concat (ld_sysroot, name + 1, (const char *) NULL);
/haiku-buildtools/binutils/ld/testsuite/ld-scripts/
H A Dsysroot-prefix.exp32 verbose -log "Has (non-empty) sysroot support: $with_sysroot; \"$ld_sysroot\""
37 if {$ld_sysroot == "/"} {
/haiku-buildtools/binutils/ld/testsuite/lib/
H A Dld-lib.exp1831 # Sets ld_sysroot to the current sysroot (empty if not supported) and
1834 global ld_sysroot_available_saved ld ld_sysroot
1837 set ld_sysroot [string trimright [lindex [remote_exec host $ld "--print-sysroot"] 1]]
1838 if { $ld_sysroot == "" } {

Completed in 224 milliseconds