Home
last modified time | relevance | path

Searched refs:ld_sysroot (Results 1 – 12 of 12) sorted by relevance

/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
Dsysroot-prefix.exp32 verbose -log "Has (non-empty) sysroot support: $with_sysroot; \"$ld_sysroot\""
37 if {$ld_sysroot == "/"} {
/toolchain/binutils/binutils-2.25/ld/
Dldfile.c114 new_dirs->name = concat (ld_sysroot, name + 1, (const char *) NULL); in ldfile_add_library_path()
364 char *name = concat (ld_sysroot, entry->filename, in ldfile_open_file_search()
462 && ld_sysroot in ldfile_open_file()
465 entry->local_sym_name, ld_sysroot); in ldfile_open_file()
Dldmain.h25 extern const char *ld_sysroot;
Dldmain.c77 const char *ld_sysroot; variable
224 ld_sysroot = get_sysroot (argc, argv); in main()
225 if (*ld_sysroot) in main()
230 ld_sysroot = ""; in main()
233 ld_canon_sysroot = lrealpath (ld_sysroot); in main()
Dlexsup.c978 if (*ld_sysroot) in parse_args()
979 puts (ld_sysroot); in parse_args()
DChangeLog-02031272 with / in ld_sysroot instead of in the current directory. Clear
1355 * ldmain.c (ld_sysroot): Try to set from TOOLBINDIR too.
1556 * ldmain.c (main): Make sure ld_sysroot is initialized.
1575 (ld_sysroot): New variable.
1576 (main): Initialize ld_sysroot.
1577 * ldmain.h (ld_sysroot): New extern.
1581 (gld${EMULATION_NAME}_check_ld_so_conf): Use it. Honor ld_sysroot.
DChangeLog-20051756 * ldmain.h (ld_sysroot): Change type to a constant string.
1757 * ldmain.c (ld_sysroot): Likewise.
Dldlang.c1125 = concat (ld_sysroot, name + 1, (const char *) NULL); in lang_add_input_file()
/toolchain/binutils/binutils-2.25/ld/testsuite/lib/
Dld-lib.exp1682 global ld_sysroot_available_saved ld ld_sysroot
1685 set ld_sysroot [string trimright [lindex [remote_exec host $ld "--print-sysroot"] 1]]
1686 if { $ld_sysroot == "" } {
/toolchain/binutils/binutils-2.25/ld/emultempl/
Daix.em779 if (ld_sysroot != NULL
780 && * ld_sysroot != 0)
783 size_t ld_sysroot_len = strlen (ld_sysroot);
785 if (strncmp (name, ld_sysroot, ld_sysroot_len) == 0)
797 if (strncmp (name, ld_sysroot, ld_sysroot_len) == 0)
Delf32.em541 len = len + (colons + 1) * strlen (ld_sysroot);
543 strcpy (ret, ld_sysroot);
550 strcpy (p, ld_sysroot);
584 tmppath = concat (ld_sysroot, _PATH_ELF_HINTS, (const char *) NULL);
804 tmppath = concat (ld_sysroot, "${prefix}/etc/ld.so.conf",
809 tmppath = concat (ld_sysroot, "/etc/ld.so.conf",
/toolchain/binutils/binutils-2.25/ld/testsuite/
DChangeLog73 * ld-scripts/sysroot-prefix.exp: Log $ld_sysroot. Handle sysroot
81 --sysroot=... Also, set $ld_sysroot.