HomeSort by: relevance | last modified time | path
    Searched defs:target_sysroot_suffix (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
gcc.cc 273 static const char *target_sysroot_suffix = 0;
600 target_sysroot_suffix.
3203 if (target_sysroot_suffix)
3205 target_sysroot_suffix, prefix, NULL);
6826 if (target_sysroot_suffix)
6827 obstack_grow (&obstack, target_sysroot_suffix,
6828 strlen (target_sysroot_suffix));
8569 target_sysroot_suffix = xstrdup (argbuf.last ());
8902 if (target_sysroot_suffix)
8903 printf ("%s%s\n", target_system_root, target_sysroot_suffix);
271 static const char *target_sysroot_suffix = 0; variable
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gcc.cc 268 static const char *target_sysroot_suffix = 0;
585 target_sysroot_suffix.
3198 if (target_sysroot_suffix)
3200 target_sysroot_suffix, prefix, NULL);
6700 if (target_sysroot_suffix)
6701 obstack_grow (&obstack, target_sysroot_suffix,
6702 strlen (target_sysroot_suffix));
8442 target_sysroot_suffix = xstrdup (argbuf.last ());
8775 if (target_sysroot_suffix)
8776 printf ("%s%s\n", target_system_root, target_sysroot_suffix);
266 static const char *target_sysroot_suffix = 0; variable
    [all...]

Completed in 1123 milliseconds