Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Dar.c49 static void remove_output (void);
414 remove_output (void) in remove_output() function
716 xatexit (remove_output); in main()
DChangeLog-2004717 * ar.c (remove_output): Use bfd_cache_close.
DChangeLog-20051047 * ar.c (remove_output): Use unlink_if_ordinary instead of unlink.
DChangeLog-91973000 (remove_output): New static function.
3001 (main): Call xatexit (remove_output). Call xexit rather than
/toolchain/binutils/binutils-2.25/ld/
DChangeLog-2011246 * ldmain.c (main): Replace remove_output with ld_cleanup in
927 * ldmain.c (remove_output): Rename to..
DChangeLog-20041273 * ldmain.c (remove_output): Call bfd_cache_close.
DChangeLog-20051502 * ldmain.c (remove_output): Use unlink_if_ordinary instead of unlink.
DChangeLog-9197558 * ldmain.c (remove_output): Declare.
1598 remove_output will do it anyhow.
5343 * ldmain.c (remove_output): Put it here (new function).
5345 (main): Register remove_output and preserve_output with atexit.