Searched refs:atexit (Results 1 – 15 of 15) sorted by relevance
/toolchain/binutils/binutils-2.27/libiberty/ |
D | atexit.c | 19 atexit(void (*f)(void)) in atexit() function
|
D | configure.ac | 334 funcs="$funcs atexit" 400 AC_CHECK_FUNCS(asprintf atexit \ 523 for f in atexit basename bcmp bcopy bsearch bzero calloc clock ffs \
|
D | Makefile.in | 127 CFILES = alloca.c argv.c asprintf.c atexit.c \ 202 CONFIGURED_OFILES = ./asprintf.$(objext) ./atexit.$(objext) \ 553 ./atexit.$(objext): $(srcdir)/atexit.c config.h 555 $(COMPILE.c) $(PICFLAG) $(srcdir)/atexit.c -o pic/$@; \ 558 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/atexit.c -o noasan/$@; \ 560 $(COMPILE.c) $(srcdir)/atexit.c $(OUTPUT_OPTION)
|
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 | 3044 * atexit.c (atexit): Likewise 4796 * alloca.c, atexit.c, basename.c, bcmp.c, bcopy.c, bsearch.c, 6958 (atexit.o, clock.o, getcwd.o, getpagesize.o): New targets. 6961 * atexit.c: Include config.h. Check HAVE_ON_EXIT rather than 7625 * Makefile.in (CFILES): Add atexit.c. 7730 * atexit.c: New stub to provide atexit on systems that have 7732 * functions.def (on_exit, atexit): Ditto. 8460 * Replace atexit.c with xatexit.c. 8470 * atexit.c: New file.
|
D | functions.texi | 37 @c atexit.c:6 38 @deftypefn Supplemental int atexit (void (*@var{f})()) 1938 Behaves as the standard @code{atexit} function, but with no limit on
|
D | configure | 5736 for ac_func in asprintf atexit \ 6145 for f in atexit basename bcmp bcopy bsearch bzero calloc clock ffs \
|
/toolchain/binutils/binutils-2.27/gold/testsuite/ |
D | constructor_test.cc | 75 atexit(atexit_function); in c2()
|
/toolchain/binutils/binutils-2.27/ld/emultempl/ |
D | spuelf.em | 347 atexit (clean_tmp); 817 atexit (clean_tmp);
|
/toolchain/binutils/binutils-2.27/gprof/ |
D | gprof.texi | 1914 typically registered using @code{atexit()} to be called as the
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ |
D | ChangeLog-9303 | 1583 -fuse-cxa-atexit.
|
/toolchain/binutils/binutils-2.27/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 | 4642 destructors either by using @code{atexit}, or directly from the function
|
/toolchain/binutils/binutils-2.27/gas/po/ |
D | zh_CN.po | 5050 msgstr "atexit 失败"
|