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

/freebsd-10.1-release/contrib/binutils/ld/
H A Dldmain.h26 extern const char *ld_sysroot;
H A Dldfile.c118 new->name = concat (ld_sysroot, name + 1, NULL);
315 char *name = concat (ld_sysroot, entry->filename,
419 && ld_sysroot
422 entry->local_sym_name, ld_sysroot); local
H A Dldmain.c70 const char *ld_sysroot; variable
72 /* The canonical representation of ld_sysroot. */
213 ld_sysroot = get_sysroot (argc, argv);
214 if (*ld_sysroot)
219 ld_sysroot = "";
222 ld_canon_sysroot = lrealpath (ld_sysroot);

Completed in 100 milliseconds