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

  /src/external/gpl3/gcc/dist/gcc/config/vms/
vms-ld.c 75 static const char *exefullfilename; variable
280 exefullfilename = xstrdup (to_host_file_spec (argv[i]));
286 addarg (exefullfilename);
313 if (exefullfilename == NULL && !share)
316 exefullfilename = "a_out.exe";
364 buff = (char *) xstrdup (exefullfilename);
548 "$@gnu:[bin]set_exe %s %s", exefullfilename, arg);
973 if (exefullfilename && inhibit_exec == 1)
974 remove (exefullfilename);
  /src/external/gpl3/gcc.old/dist/gcc/config/vms/
vms-ld.c 75 static const char *exefullfilename; variable
280 exefullfilename = xstrdup (to_host_file_spec (argv[i]));
286 addarg (exefullfilename);
313 if (exefullfilename == NULL && !share)
316 exefullfilename = "a_out.exe";
364 buff = (char *) xstrdup (exefullfilename);
548 "$@gnu:[bin]set_exe %s %s", exefullfilename, arg);
973 if (exefullfilename && inhibit_exec == 1)
974 remove (exefullfilename);

Completed in 24 milliseconds