Home
last modified time | relevance | path

Searched refs:may_unlink_output_file (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcollect2.h33 extern bool may_unlink_output_file;
H A Dcollect2.cc255 bool may_unlink_output_file = false; variable
763 may_unlink_output_file = true; in do_link()
1829 if (file == output_file && !may_unlink_output_file) in maybe_unlink()
H A DChangeLog-201225791 * collect2.c (may_unlink_output_file): New global.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcollect2.h33 extern bool may_unlink_output_file;
H A Dcollect2.c254 bool may_unlink_output_file = false; variable
769 may_unlink_output_file = true; in do_link()
1841 if (file == output_file && !may_unlink_output_file) in maybe_unlink()