Searched refs:ld_sysroot (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/binutils/ld/ |
| HD | ldfile.c | 118 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()
|
| HD | ldmain.h | 26 extern const char *ld_sysroot;
|
| HD | ldmain.c | 70 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()
|
| HD | 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.
|
| /NextBSD/contrib/binutils/ld/emultempl/ |
| HD | elf32.em | 513 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);
|