Searched refs:ld_sysroot (Results 1 – 12 of 12) sorted by relevance
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/ |
D | sysroot-prefix.exp | 32 verbose -log "Has (non-empty) sysroot support: $with_sysroot; \"$ld_sysroot\"" 37 if {$ld_sysroot == "/"} {
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ldfile.c | 114 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()
|
D | ldmain.h | 25 extern const char *ld_sysroot;
|
D | ldmain.c | 77 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()
|
D | lexsup.c | 978 if (*ld_sysroot) in parse_args() 979 puts (ld_sysroot); in parse_args()
|
D | ChangeLog-0203 | 1272 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.
|
D | ChangeLog-2005 | 1756 * ldmain.h (ld_sysroot): Change type to a constant string. 1757 * ldmain.c (ld_sysroot): Likewise.
|
D | ldlang.c | 1125 = concat (ld_sysroot, name + 1, (const char *) NULL); in lang_add_input_file()
|
/toolchain/binutils/binutils-2.25/ld/testsuite/lib/ |
D | ld-lib.exp | 1682 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/ |
D | aix.em | 779 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)
|
D | elf32.em | 541 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/ |
D | ChangeLog | 73 * ld-scripts/sysroot-prefix.exp: Log $ld_sysroot. Handle sysroot 81 --sysroot=... Also, set $ld_sysroot.
|