Home
last modified time | relevance | path

Searched defs:atexit (Results 1 – 9 of 9) sorted by relevance

/freebsd-src/lib/libc/stdlib/
H A Datexit.c64 struct atexit { struct
65 struct atexit *next; /* next in list */ argument
67 struct atexit_fn { argument
78 static struct atexit *__atexit; /* points to head of LIFO stack */ argument
126 atexit(void (*func)(void)) in atexit() function
/freebsd-src/tools/tools/makeroot/
H A Dmakeroot.sh57 atexit() function
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp350 llvm::FunctionCallee atexit = registerGlobalDtorWithAtExit() local
[all...]
H A DItaniumCXXABI.cpp2668 llvm::FunctionCallee atexit = CGF.CGM.CreateRuntimeFunction(atexitTy, Name); emitGlobalDtorWithCXAAtExit() local
[all...]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp379 INTERCEPTOR(int,atexit,void (* f)()) INTERCEPTOR() argument
/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp711 INTERCEPTOR(int,atexit,void (* func)()) INTERCEPTOR() argument
/freebsd-src/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1299 INTERCEPTOR(int, atexit, void (*func)()) { in INTERCEPTOR() argument
/freebsd-src/contrib/sendmail/include/sm/
H A Dconf.h495 # define atexit(f) on_exit((f), 0) /* ugly hack for SunOS */ macro
/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp446 TSAN_INTERCEPTOR(int, atexit, void (*f)()) { in TSAN_INTERCEPTOR() argument