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

/netbsd-current/external/gpl3/binutils/dist/ld/
H A Dldmain.h25 extern const char *ld_sysroot;
H A Dldfile.c115 new_dirs->name = concat (ld_sysroot, name + 1, (const char *) NULL);
117 new_dirs->name = concat (ld_sysroot, name + strlen ("$SYSROOT"), (const char *) NULL);
345 char *name = concat (ld_sysroot, entry->filename,
460 && ld_sysroot
463 entry->local_sym_name, ld_sysroot); local
H A Dldelf.c637 int dos_drive_sysroot = HAS_DRIVE_SPEC (ld_sysroot);
639 len = strlen (ld_sysroot);
649 && ld_sysroot[0] == p[-2])))
677 && ld_sysroot[0] == p[-2])))
681 strcpy (q, ld_sysroot + 2);
686 strcpy (q, ld_sysroot);
728 tmppath = concat (ld_sysroot, _PATH_ELF_HINTS, (const char *) NULL);
939 tmppath = concat (ld_sysroot, prefix, "/etc/ld.so.conf",
944 tmppath = concat (ld_sysroot, "/etc/ld.so.conf",
H A Dldmain.c72 const char *ld_sysroot; variable
74 /* The canonical representation of ld_sysroot. */
281 ld_sysroot = get_sysroot (argc, argv);
282 if (*ld_sysroot)
283 ld_canon_sysroot = lrealpath (ld_sysroot);
H A Dlexsup.c1137 if (*ld_sysroot)
1138 puts (ld_sysroot);
H A Dldlang.c1192 = concat (ld_sysroot,
/netbsd-current/external/gpl3/gdb.old/dist/ld/
H A Dldmain.h25 extern const char *ld_sysroot;
H A Dldfile.c115 new_dirs->name = concat (ld_sysroot, name + 1, (const char *) NULL);
117 new_dirs->name = concat (ld_sysroot, name + strlen ("$SYSROOT"), (const char *) NULL);
345 char *name = concat (ld_sysroot, entry->filename,
460 && ld_sysroot
463 entry->local_sym_name, ld_sysroot); local
H A Dldelf.c612 int dos_drive_sysroot = HAS_DRIVE_SPEC (ld_sysroot);
614 len = strlen (ld_sysroot);
624 && ld_sysroot[0] == p[-2])))
652 && ld_sysroot[0] == p[-2])))
656 strcpy (q, ld_sysroot + 2);
661 strcpy (q, ld_sysroot);
703 tmppath = concat (ld_sysroot, _PATH_ELF_HINTS, (const char *) NULL);
914 tmppath = concat (ld_sysroot, prefix, "/etc/ld.so.conf",
919 tmppath = concat (ld_sysroot, "/etc/ld.so.conf",
H A Dldmain.c72 const char *ld_sysroot; variable
74 /* The canonical representation of ld_sysroot. */
281 ld_sysroot = get_sysroot (argc, argv);
282 if (*ld_sysroot)
283 ld_canon_sysroot = lrealpath (ld_sysroot);
H A Dlexsup.c1076 if (*ld_sysroot)
1077 puts (ld_sysroot);
H A Dldlang.c1193 = concat (ld_sysroot,
/netbsd-current/external/gpl3/binutils.old/dist/ld/
H A Dldmain.h25 extern const char *ld_sysroot;
H A Dldfile.c115 new_dirs->name = concat (ld_sysroot, name + 1, (const char *) NULL);
117 new_dirs->name = concat (ld_sysroot, name + strlen ("$SYSROOT"), (const char *) NULL);
345 char *name = concat (ld_sysroot, entry->filename,
460 && ld_sysroot
463 entry->local_sym_name, ld_sysroot); local
H A Dldelf.c637 int dos_drive_sysroot = HAS_DRIVE_SPEC (ld_sysroot);
639 len = strlen (ld_sysroot);
649 && ld_sysroot[0] == p[-2])))
677 && ld_sysroot[0] == p[-2])))
681 strcpy (q, ld_sysroot + 2);
686 strcpy (q, ld_sysroot);
728 tmppath = concat (ld_sysroot, _PATH_ELF_HINTS, (const char *) NULL);
939 tmppath = concat (ld_sysroot, prefix, "/etc/ld.so.conf",
944 tmppath = concat (ld_sysroot, "/etc/ld.so.conf",
H A Dldmain.c72 const char *ld_sysroot; variable
74 /* The canonical representation of ld_sysroot. */
281 ld_sysroot = get_sysroot (argc, argv);
282 if (*ld_sysroot)
283 ld_canon_sysroot = lrealpath (ld_sysroot);
H A Dlexsup.c1137 if (*ld_sysroot)
1138 puts (ld_sysroot);
H A Dldlang.c1192 = concat (ld_sysroot,
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-scripts/
H A Dsysroot-prefix.exp32 verbose -log "Has (non-empty) sysroot support: $with_sysroot; \"$ld_sysroot\""
37 if {$ld_sysroot == "/"} {
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/lib/
H A Dld-lib.exp1155 # Sets ld_sysroot to the current sysroot (empty if not supported) and
1158 global ld_sysroot_available_saved ld ld_sysroot
1161 set ld_sysroot [string trimright [lindex [remote_exec host $ld "--print-sysroot"] 1]]
1162 if { $ld_sysroot == "" } {

Completed in 247 milliseconds