Searched defs:atexit (Results 1 – 14 of 14) sorted by relevance
/openbsd-src/lib/libc/stdlib/ |
H A D | atexit.h | 33 struct atexit { struct 34 struct atexit *next; /* next in list */ argument 37 struct atexit_fn { argument 52 extern struct atexit *__atexit; /* points to head of LIFO stack */ argument
|
H A D | atexit.c | 120 atexit(void (*fn)(void)) in atexit() function
|
/openbsd-src/gnu/lib/libiberty/src/ |
H A D | atexit.c | 19 atexit(void (*f)(void)) in atexit() function
|
/openbsd-src/gnu/gcc/fixincludes/ |
H A D | configure.ac | 70 AC_DEFINE(atexit, xatexit, [Define to xatexit if the host system does not support atexit]) definition
|
/openbsd-src/lib/csu/ |
H A D | crtbeginS.c | 75 atexit(void (*fn)(void)) in atexit() function
|
/openbsd-src/gnu/gcc/gcc/config/ |
H A D | darwin-crt3.c | 529 atexit (atexit_callback func) in atexit() function
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | libgcc2.c | 1936 atexit (func_ptr func) in atexit() function 1987 atexit (func_ptr func) in atexit() function
|
/openbsd-src/gnu/gcc/gcc/cp/ |
H A D | cfns.gperf | 29 atexit keyword
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGDeclCXX.cpp | 341 llvm::FunctionCallee atexit = in registerGlobalDtorWithAtExit() local
|
H A D | ItaniumCXXABI.cpp | 2588 llvm::FunctionCallee atexit = CGF.CGM.CreateRuntimeFunction(atexitTy, Name); in emitGlobalDtorWithCXAAtExit() local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/lsan/ |
H A D | lsan_interceptors.cpp | 379 INTERCEPTOR(int, atexit, void (*f)()) { in INTERCEPTOR() argument
|
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/ |
H A D | asan_interceptors.cpp | 615 INTERCEPTOR(int, atexit, void (*func)()) { in INTERCEPTOR() argument
|
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 1194 INTERCEPTOR(int, atexit, void (*func)()) { in INTERCEPTOR() argument
|
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 441 TSAN_INTERCEPTOR(int, atexit, void (*f)()) { in TSAN_INTERCEPTOR() argument
|