Searched defs:atexit (Results 1 – 9 of 9) sorted by relevance
/freebsd-src/lib/libc/stdlib/ |
H A D | atexit.c | 64 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 D | makeroot.sh | 57 atexit() function
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDeclCXX.cpp | 350 llvm::FunctionCallee atexit = registerGlobalDtorWithAtExit() local [all...] |
H A D | ItaniumCXXABI.cpp | 2668 llvm::FunctionCallee atexit = CGF.CGM.CreateRuntimeFunction(atexitTy, Name); emitGlobalDtorWithCXAAtExit() local [all...] |
/freebsd-src/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_interceptors.cpp | 379 INTERCEPTOR(int,atexit,void (* f)()) INTERCEPTOR() argument
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_interceptors.cpp | 711 INTERCEPTOR(int,atexit,void (* func)()) INTERCEPTOR() argument
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 1299 INTERCEPTOR(int, atexit, void (*func)()) { in INTERCEPTOR() argument
|
/freebsd-src/contrib/sendmail/include/sm/ |
H A D | conf.h | 495 # define atexit(f) on_exit((f), 0) /* ugly hack for SunOS */ macro
|
/freebsd-src/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
|