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

/freebsd-9.3-release/contrib/gcc/
H A Dcollect2.h38 extern const char *lderrout;
H A Dtlink.c767 int exit = tlink_execute ("ld", ld_argv, ldout, lderrout);
783 dump_file (lderrout, stderr);
787 && ! scan_linker_output (lderrout))
793 exit = tlink_execute ("ld", ld_argv, ldout, lderrout);
799 dump_file (lderrout, stderr);
800 unlink (lderrout);
H A Dcollect2.c190 const char *lderrout; /* File for ld stderr. */
299 if (lderrout != 0 && lderrout[0])
301 dump_file (lderrout, stderr);
302 maybe_unlink (lderrout);
393 if (lderrout != 0 && lderrout[0])
394 maybe_unlink (lderrout);
997 lderrout = make_temp_file (".le");
188 const char *lderrout; /* File for ld stderr. */ variable

Completed in 107 milliseconds