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

  /src/external/gpl3/gcc.old/dist/lto-plugin/
lto-plugin.c 629 char *at_args; local
655 at_args = concat ("@", arguments_file_name, NULL);
656 check (at_args, LDPL_FATAL, "could not allocate");
677 new_argv[1] = at_args;
706 free (at_args);
lto-plugin.c 629 char *at_args; local
655 at_args = concat ("@", arguments_file_name, NULL);
656 check (at_args, LDPL_FATAL, "could not allocate");
677 new_argv[1] = at_args;
706 free (at_args);
  /src/external/gpl3/gcc/dist/lto-plugin/
lto-plugin.c 672 char *at_args; local
699 at_args = concat ("@", arguments_file_name, NULL);
700 check (at_args, LDPL_FATAL, "could not allocate");
721 new_argv[1] = at_args;
750 free (at_args);
lto-plugin.c 672 char *at_args; local
699 at_args = concat ("@", arguments_file_name, NULL);
700 check (at_args, LDPL_FATAL, "could not allocate");
721 new_argv[1] = at_args;
750 free (at_args);

Completed in 197 milliseconds