Searched refs:atexit (Results 1 – 14 of 14) sorted by relevance
/toolchain/binutils/binutils-2.25/libiberty/ |
D | atexit.c | 19 atexit(void (*f)(void)) in atexit() function
|
D | Makefile.in | 126 CFILES = alloca.c argv.c asprintf.c atexit.c \ 199 CONFIGURED_OFILES = ./asprintf.$(objext) ./atexit.$(objext) \ 552 ./atexit.$(objext): $(srcdir)/atexit.c config.h 554 $(COMPILE.c) $(PICFLAG) $(srcdir)/atexit.c -o pic/$@; \ 557 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/atexit.c -o noasan/$@; \ 559 $(COMPILE.c) $(srcdir)/atexit.c $(OUTPUT_OPTION)
|
D | configure.ac | 332 funcs="$funcs atexit" 398 AC_CHECK_FUNCS(asprintf atexit \ 521 for f in atexit basename bcmp bcopy bsearch bzero calloc clock ffs \
|
D | libiberty.texi | 213 The existence and implementation of the @code{atexit} routine varies
|
D | config.in | 16 /* Define to 1 if you have the `atexit' function. */
|
D | ChangeLog | 2730 * atexit.c (atexit): Likewise 4482 * alloca.c, atexit.c, basename.c, bcmp.c, bcopy.c, bsearch.c, 6644 (atexit.o, clock.o, getcwd.o, getpagesize.o): New targets. 6647 * atexit.c: Include config.h. Check HAVE_ON_EXIT rather than 7311 * Makefile.in (CFILES): Add atexit.c. 7416 * atexit.c: New stub to provide atexit on systems that have 7418 * functions.def (on_exit, atexit): Ditto. 8146 * Replace atexit.c with xatexit.c. 8156 * atexit.c: New file.
|
D | functions.texi | 37 @c atexit.c:6 38 @deftypefn Supplemental int atexit (void (*@var{f})()) 1929 Behaves as the standard @code{atexit} function, but with no limit on
|
D | configure | 5490 for ac_func in asprintf atexit \ 5899 for f in atexit basename bcmp bcopy bsearch bzero calloc clock ffs \
|
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
D | constructor_test.cc | 75 atexit(atexit_function); in c2()
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | spuelf.em | 347 atexit (clean_tmp); 817 atexit (clean_tmp);
|
/toolchain/binutils/binutils-2.25/gprof/ |
D | gprof.texi | 1914 typically registered using @code{atexit()} to be called as the
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ |
D | ChangeLog-9303 | 1583 -fuse-cxa-atexit.
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ChangeLog-9197 | 5314 * ldmain.c (main): Call xatexit, not atexit. 5345 (main): Register remove_output and preserve_output with atexit.
|
D | ld.texinfo | 4439 destructors either by using @code{atexit}, or directly from the function
|