Searched defs:atexit (Results 1 – 9 of 9) sorted by relevance
/freebsd/lib/libc/stdlib/ |
H A D | atexit.c | 67 struct atexit { struct 68 struct atexit *next; /* next in list */ argument 70 struct atexit_fn { argument 81 static struct atexit *__atexit; /* points to head of LIFO stack */ argument 132 atexit(void (*func)(void)) in atexit() function
|
/freebsd/tools/tools/makeroot/ |
H A D | makeroot.sh | 57 atexit() function
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDeclCXX.cpp | 357 llvm::FunctionCallee atexit = in registerGlobalDtorWithAtExit() local
|
H A D | ItaniumCXXABI.cpp | 2855 llvm::FunctionCallee atexit = CGF.CGM.CreateRuntimeFunction(atexitTy, Name); in emitGlobalDtorWithCXAAtExit() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_interceptors.cpp | 379 INTERCEPTOR(int,atexit,void (* f)()) INTERCEPTOR() argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_interceptors.cpp | 734 INTERCEPTOR(int, atexit, void (*func)()) { argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 1299 INTERCEPTOR(int, atexit, void (*func)()) { in INTERCEPTOR() argument
|
/freebsd/contrib/sendmail/include/sm/ |
H A D | conf.h | 495 # define atexit(f) on_exit((f), 0) /* ugly hack for SunOS */ macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 446 TSAN_INTERCEPTOR(int, atexit, void (*f)()) { in TSAN_INTERCEPTOR() argument
|