Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/ld/
HDldfile.c118 new->name = concat (ld_sysroot, name + 1, NULL); in ldfile_add_library_path()
315 char *name = concat (ld_sysroot, entry->filename, in ldfile_open_file_search()
419 && ld_sysroot in ldfile_open_file()
422 entry->local_sym_name, ld_sysroot); in ldfile_open_file()
HDldmain.h26 extern const char *ld_sysroot;
HDldmain.c70 const char *ld_sysroot; variable
212 ld_sysroot = get_sysroot (argc, argv); in main()
213 if (*ld_sysroot) in main()
218 ld_sysroot = ""; in main()
221 ld_canon_sysroot = lrealpath (ld_sysroot); in main()
HDChangeLog-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.
/NextBSD/contrib/binutils/ld/emultempl/
HDelf32.em513 len = len + (colons + 1) * strlen (ld_sysroot);
515 strcpy (ret, ld_sysroot);
522 strcpy (p, ld_sysroot);
556 tmppath = concat (ld_sysroot, _PATH_ELF_HINTS, NULL);
776 tmppath = concat (ld_sysroot, "${prefix}/etc/ld.so.conf", NULL);
780 tmppath = concat (ld_sysroot, "/etc/ld.so.conf", NULL);