/external/llvm-project/lld/test/ELF/Inputs/ |
D | znotext-plt-relocations.s | 2 .global atexit symbol 4 atexit: label
|
/external/arm-trusted-firmware/lib/libc/ |
D | exit.c | 19 int atexit(void (*fun)(void)) in atexit() function
|
/external/google-breakpad/android/ |
D | common-functions.sh | 50 atexit () { function
|
/external/mtools/ |
D | missFuncs.c | 399 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/ |
D | ComplexPaddingTest.cpp | 8 int atexit(at_exit_handler handler) { return 0; } in atexit() function
|
D | SimplePaddingTest.cpp | 8 int atexit(at_exit_handler handler) { return 0; } in atexit() function
|
/external/python/cpython3/Lib/ |
D | weakref.py | 604 def atexit(self): member in finalize 610 def atexit(self, value): member in finalize
|
/external/tensorflow/tensorflow/python/profiler/internal/ |
D | python_hooks.cc | 137 auto atexit = py::module::import("atexit"); in Start() local
|
/external/clang/lib/CodeGen/ |
D | CGDeclCXX.cpp | 237 llvm::Constant *atexit = in registerGlobalDtorWithAtExit() local
|
D | ItaniumCXXABI.cpp | 2114 llvm::Constant *atexit = CGF.CGM.CreateRuntimeFunction(atexitTy, Name); in emitGlobalDtorWithCXAAtExit() local
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGDeclCXX.cpp | 285 llvm::FunctionCallee atexit = in registerGlobalDtorWithAtExit() local
|
D | ItaniumCXXABI.cpp | 2516 llvm::FunctionCallee atexit = CGF.CGM.CreateRuntimeFunction(atexitTy, Name); in emitGlobalDtorWithCXAAtExit() local
|
/external/llvm-project/compiler-rt/lib/lsan/ |
D | lsan_interceptors.cpp | 369 INTERCEPTOR(int, atexit, void (*f)()) { in INTERCEPTOR() argument
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_interceptors.cpp | 592 INTERCEPTOR(int, atexit, void (*func)()) { in INTERCEPTOR() argument
|
/external/rust/crates/libc/src/windows/ |
D | mod.rs | 314 pub fn atexit(cb: extern "C" fn()) -> c_int; in atexit() function
|
/external/llvm-project/compiler-rt/lib/msan/ |
D | msan_interceptors.cpp | 1143 INTERCEPTOR(int, atexit, void (*func)()) { in INTERCEPTOR() argument
|
/external/rust/crates/libc/src/unix/ |
D | mod.rs | 498 pub fn atexit(cb: extern "C" fn()) -> c_int; in atexit() function
|
/external/rust/crates/libc/src/ |
D | wasi.rs | 387 pub fn atexit(a: extern "C" fn()) -> c_int; in atexit() function
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 390 TSAN_INTERCEPTOR(int, atexit, void (*f)()) { in TSAN_INTERCEPTOR() argument
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors_posix.cpp | 405 TSAN_INTERCEPTOR(int, atexit, void (*f)()) { in TSAN_INTERCEPTOR() argument
|
/external/rust/crates/libc/src/vxworks/ |
D | mod.rs | 1125 pub fn atexit(cb: extern "C" fn()) -> c_int; in atexit() function
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3401 pub fn atexit(cb: extern "C" fn()) -> c_int; in atexit() function
|