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

  /toolchain/binutils/binutils-2.27/ld/
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...]

Completed in 191 milliseconds