Searched refs:ldout (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/gcc/
H A Dcollect2.h37 extern const char *ldout;
H A Dtlink.c767 int exit = tlink_execute ("ld", ld_argv, ldout, lderrout);
782 dump_file (ldout, stdout);
786 if (! scan_linker_output (ldout)
793 exit = tlink_execute ("ld", ld_argv, ldout, lderrout);
797 dump_file (ldout, stdout);
798 unlink (ldout);
H A Dcollect2.c189 const char *ldout; /* File for ld stdout. */
293 if (ldout != 0 && ldout[0])
295 dump_file (ldout, stdout);
296 maybe_unlink (ldout);
390 if (ldout != 0 && ldout[0])
391 maybe_unlink (ldout);
996 ldout = make_temp_file (".ld");
187 const char *ldout; /* File for ld stdout. */ variable

Completed in 145 milliseconds