HomeSort by relevance Sort by last modified time
    Searched refs:ld_sysroot (Results 1 - 7 of 7) 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...]
lexsup.c     [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/testsuite/lib/
ld-lib.exp     [all...]

Completed in 109 milliseconds