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

  /toolchain/binutils/binutils-2.27/ld/
ldmain.h 25 extern const char *ld_sysroot;
ldfile.c 114 new_dirs->name = concat (ld_sysroot, name + 1, (const char *) NULL);
361 char *name = concat (ld_sysroot, entry->filename,
459 && ld_sysroot
462 entry->local_sym_name, ld_sysroot); local
ldmain.c 80 const char *ld_sysroot; variable
82 /* The canonical representation of ld_sysroot. */
228 ld_sysroot = get_sysroot (argc, argv);
229 if (*ld_sysroot)
230 ld_canon_sysroot = lrealpath (ld_sysroot);
    [all...]
lexsup.c     [all...]
ldlang.c 1130 = concat (ld_sysroot, name + 1, (const char *) NULL);
    [all...]
  /toolchain/binutils/binutils-2.27/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.27/ld/testsuite/lib/
ld-lib.exp     [all...]

Completed in 1296 milliseconds