Searched refs:atexit (Results 51 - 69 of 69) sorted by relevance

123

/haiku-buildtools/legacy/binutils/libiberty/
H A DMakefile.in129 CFILES = alloca.c argv.c asprintf.c atexit.c \
187 CONFIGURED_OFILES = ./asprintf.o ./atexit.o \
367 NEEDED = atexit calloc memchr memcmp memcpy memmove memset rename strchr \
513 ./atexit.o: $(srcdir)/atexit.c config.h
515 $(COMPILE.c) $(PICFLAG) $(srcdir)/atexit.c -o pic/$@; \
517 $(COMPILE.c) $(srcdir)/atexit.c $(OUTPUT_OPTION)
H A Dconfigure4912 funcs="$funcs atexit"
5041 for ac_func in asprintf atexit basename bcmp bcopy bsearch bzero calloc clock \
/haiku-buildtools/gcc/gcc/config/i386/
H A Dintelmic-mkoffload.c504 if (atexit (mkoffload_atexit) != 0)
505 fatal_error (input_location, "atexit failed");
/haiku-buildtools/gcc/gcc/testsuite/lib/
H A Dtarget-supports-dg.exp241 proc dg-require-cxa-atexit { args } {
/haiku-buildtools/gcc/libiberty/
H A DMakefile.in126 CFILES = alloca.c argv.c asprintf.c atexit.c \
201 CONFIGURED_OFILES = ./asprintf.$(objext) ./atexit.$(objext) \
554 ./atexit.$(objext): $(srcdir)/atexit.c config.h
556 $(COMPILE.c) $(PICFLAG) $(srcdir)/atexit.c -o pic/$@; \
559 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/atexit.c -o noasan/$@; \
561 $(COMPILE.c) $(srcdir)/atexit.c $(OUTPUT_OPTION)
H A Dconfigure5430 funcs="$funcs atexit"
5496 for ac_func in asprintf atexit \
5905 for f in atexit basename bcmp bcopy bsearch bzero calloc clock ffs \
/haiku-buildtools/binutils/libiberty/
H A DMakefile.in127 CFILES = alloca.c argv.c asprintf.c atexit.c \
204 CONFIGURED_OFILES = ./asprintf.$(objext) ./atexit.$(objext) \
555 ./atexit.$(objext): $(srcdir)/atexit.c config.h
557 $(COMPILE.c) $(PICFLAG) $(srcdir)/atexit.c -o pic/$@; \
560 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/atexit.c -o noasan/$@; \
562 $(COMPILE.c) $(srcdir)/atexit.c $(OUTPUT_OPTION)
H A Dconfigure5671 funcs="$funcs atexit"
5737 for ac_func in asprintf atexit \
6146 for f in atexit basename bcmp bcopy bsearch bzero calloc clock ffs \
/haiku-buildtools/legacy/gcc/libio/
H A Dgen-params550 atexit (0);
/haiku-buildtools/gcc/libgcc/
H A Dlibgcov-driver.c903 atexit (gcov_exit);
H A Dlibgcc2.c2303 atexit (__do_global_dtors);
/haiku-buildtools/gcc/libstdc++-v3/include/profile/impl/
H A Dprofiler_trace.h35 #include <cstdlib> // atof, atoi, strtol, getenv, atexit, abort
440 /** @brief Final report method, registered with @b atexit.
641 std::atexit(__report_and_free);
/haiku-buildtools/gcc/gcc/
H A Dlto-wrapper.c1355 if (atexit (lto_wrapper_cleanup) != 0)
1356 fatal_error (input_location, "atexit failed");
H A Dgcc.c7009 if (atexit (delete_temp_files) != 0)
7010 fatal_error (input_location, "atexit failed");
/haiku-buildtools/gcc/libsanitizer/tsan/
H A Dtsan_interceptors.cc290 // The sole reason tsan wraps atexit callbacks is to establish synchronization
309 TSAN_INTERCEPTOR(int, atexit, void (*f)()) {
312 // We want to setup the atexit callback even if we are in ignored lib
314 SCOPED_INTERCEPTOR_RAW(atexit, f);
332 // because we do not see synchronization around atexit callback list.
357 // because we do not see synchronization around atexit callback list.
2550 // But atexit is emitted directly into the module, so can't be resolved.
2551 REAL(atexit) = (int(*)(void(*)()))unreachable;
2553 Printf("ThreadSanitizer: failed to setup atexit callback\n");
/haiku-buildtools/legacy/gcc/gcc/
H A Dlibgcc2.c1452 it requires atexit and stdio. */
2949 int atexit (func_ptr func) function
3022 /* Provide a fake for atexit() using ON_EXIT. */
3023 int atexit (func_ptr func) function
H A Dsys-protos.h114 extern int atexit(void (*) (void));
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/
H A Dpr59896.c191 int atexit (void (*__func)(void));
/haiku-buildtools/legacy/gcc/libiberty/
H A Dconfigure1145 funcs="$funcs atexit"
1193 for ac_func in asprintf atexit basename bcmp bcopy bzero calloc clock getcwd

Completed in 240 milliseconds

123