HomeSort by relevance Sort by last modified time
    Searched full:ld_sysroot (Results 1 - 12 of 12) sorted by null

  /toolchain/binutils/binutils-2.25/ld/
ldmain.h 25 extern const char *ld_sysroot;
ldfile.c 114 new_dirs->name = concat (ld_sysroot, name + 1, (const char *) NULL);
364 char *name = concat (ld_sysroot, entry->filename,
462 && ld_sysroot
465 entry->local_sym_name, ld_sysroot); local
ldmain.c 77 const char *ld_sysroot; variable
79 /* The canonical representation of ld_sysroot. */
225 ld_sysroot = get_sysroot (argc, argv);
226 if (*ld_sysroot)
231 ld_sysroot = "";
234 ld_canon_sysroot = lrealpath (ld_sysroot);
    [all...]
ChangeLog-0203     [all...]
lexsup.c     [all...]
ChangeLog-2005     [all...]
ldlang.c 1125 = concat (ld_sysroot, name + 1, (const char *) NULL);
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
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/emultempl/
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)
    [all...]
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",
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/lib/
ld-lib.exp     [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/
ChangeLog 73 * ld-scripts/sysroot-prefix.exp: Log $ld_sysroot. Handle sysroot
81 --sysroot=... Also, set $ld_sysroot.
    [all...]

Completed in 191 milliseconds