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

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

Completed in 65 milliseconds