Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/binutils/
H A Dar.c62 static void remove_output (void);
319 remove_output (void) in remove_output() function
414 xatexit (remove_output); in main()
H A DChangeLog-91973000 (remove_output): New static function.
3001 (main): Call xatexit (remove_output). Call xexit rather than
/freebsd-12.1/contrib/binutils/ld/
H A Dldmain.c172 remove_output (void) in remove_output() function
209 xatexit (remove_output); in main()
H A 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.