Home
last modified time | relevance | path

Searched refs:utils_cleanup (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcollect-utils.c54 utils_cleanup (true); in fatal_signal()
216 utils_cleanup (bool from_signal) in utils_cleanup() function
H A Dcollect-utils.h34 extern void utils_cleanup (bool);
H A Dlto-wrapper.c112 utils_cleanup (false); in lto_wrapper_cleanup()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcollect-utils.cc55 utils_cleanup (true); in fatal_signal()
259 utils_cleanup (bool from_signal) in utils_cleanup() function
H A Dcollect-utils.h35 extern void utils_cleanup (bool);
H A Dlto-wrapper.cc122 utils_cleanup (false); in lto_wrapper_cleanup()
H A DChangeLog-201433096 * collect-utils.c (utils_cleanup): New arg from_signal. All callers
33104 (do_wait): Add call to utils_cleanup to the error path.
33105 * collect-utils.h (collect_execute, fork_execute, utils_cleanup)
H A DChangeLog-201513881 (main): Instead of calling utils_cleanup, register atexit handler
27044 (utils_cleanup): ...and here.