Home
last modified time | relevance | path

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

/external/llvm-project/lld/test/ELF/Inputs/
Dznotext-plt-relocations.s2 .global atexit symbol
4 atexit: label
/external/arm-trusted-firmware/lib/libc/
Dexit.c19 int atexit(void (*fun)(void)) in atexit() function
/external/google-breakpad/android/
Dcommon-functions.sh50 atexit () { function
/external/mtools/
DmissFuncs.c399 int atexit(void (*function)(void)) in atexit() function
412 int atexit(void (*function) (void)) in atexit() function
/external/llvm-project/llvm/test/tools/llvm-pdbutil/Inputs/
DComplexPaddingTest.cpp8 int atexit(at_exit_handler handler) { return 0; } in atexit() function
DSimplePaddingTest.cpp8 int atexit(at_exit_handler handler) { return 0; } in atexit() function
/external/python/cpython3/Lib/
Dweakref.py604 def atexit(self): member in finalize
610 def atexit(self, value): member in finalize
/external/tensorflow/tensorflow/python/profiler/internal/
Dpython_hooks.cc137 auto atexit = py::module::import("atexit"); in Start() local
/external/clang/lib/CodeGen/
DCGDeclCXX.cpp237 llvm::Constant *atexit = in registerGlobalDtorWithAtExit() local
DItaniumCXXABI.cpp2114 llvm::Constant *atexit = CGF.CGM.CreateRuntimeFunction(atexitTy, Name); in emitGlobalDtorWithCXAAtExit() local
/external/llvm-project/clang/lib/CodeGen/
DCGDeclCXX.cpp285 llvm::FunctionCallee atexit = in registerGlobalDtorWithAtExit() local
DItaniumCXXABI.cpp2516 llvm::FunctionCallee atexit = CGF.CGM.CreateRuntimeFunction(atexitTy, Name); in emitGlobalDtorWithCXAAtExit() local
/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_interceptors.cpp369 INTERCEPTOR(int, atexit, void (*f)()) { in INTERCEPTOR() argument
/external/llvm-project/compiler-rt/lib/asan/
Dasan_interceptors.cpp592 INTERCEPTOR(int, atexit, void (*func)()) { in INTERCEPTOR() argument
/external/rust/crates/libc/src/windows/
Dmod.rs314 pub fn atexit(cb: extern "C" fn()) -> c_int; in atexit() function
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_interceptors.cpp1143 INTERCEPTOR(int, atexit, void (*func)()) { in INTERCEPTOR() argument
/external/rust/crates/libc/src/unix/
Dmod.rs498 pub fn atexit(cb: extern "C" fn()) -> c_int; in atexit() function
/external/rust/crates/libc/src/
Dwasi.rs387 pub fn atexit(a: extern "C" fn()) -> c_int; in atexit() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc390 TSAN_INTERCEPTOR(int, atexit, void (*f)()) { in TSAN_INTERCEPTOR() argument
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_posix.cpp405 TSAN_INTERCEPTOR(int, atexit, void (*f)()) { in TSAN_INTERCEPTOR() argument
/external/rust/crates/libc/src/vxworks/
Dmod.rs1125 pub fn atexit(cb: extern "C" fn()) -> c_int; in atexit() function
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3401 pub fn atexit(cb: extern "C" fn()) -> c_int; in atexit() function