/external/tensorflow/tensorflow/stream_executor/platform/default/ |
D | dso_loader.cc | 45 void* dso_handle; in GetDsoHandle() local 47 port::Env::Default()->LoadDynamicLibrary(filename.c_str(), &dso_handle); in GetDsoHandle() 50 return dso_handle; in GetDsoHandle()
|
/external/llvm/test/Transforms/GlobalOpt/ |
D | atexit.ll | 4 …atexit(void (i8*)* nocapture %func, i8* nocapture %arg, i8* nocapture %dso_handle) nounwind readno…
|
/external/llvm-project/llvm/test/Transforms/GlobalOpt/ |
D | atexit.ll | 4 …atexit(void (i8*)* nocapture %func, i8* nocapture %arg, i8* nocapture %dso_handle) nounwind readno…
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_interceptors.cpp | 577 void *dso_handle) { in INTERCEPTOR() argument 579 if (UNLIKELY(!asan_inited)) return REAL(__cxa_atexit)(func, arg, dso_handle); in INTERCEPTOR() 585 int res = REAL(__cxa_atexit)(func, arg, dso_handle); in INTERCEPTOR()
|
/external/tensorflow/tensorflow/c/experimental/filesystem/ |
D | modular_filesystem.cc | 465 void* dso_handle; in RegisterFilesystemPlugin() local 466 TF_RETURN_IF_ERROR(env->LoadDynamicLibrary(dso_path.c_str(), &dso_handle)); in RegisterFilesystemPlugin() 471 env->GetSymbolFromLibrary(dso_handle, "TF_InitPlugin", &dso_symbol)); in RegisterFilesystemPlugin()
|
/external/llvm-project/compiler-rt/lib/lsan/ |
D | lsan_interceptors.cpp | 359 void *dso_handle) { in INTERCEPTOR() argument 361 return REAL(__cxa_atexit)(func, arg, dso_handle); in INTERCEPTOR()
|
/external/llvm-project/lld/test/wasm/ |
D | init-fini-no-gc.ll | 27 define hidden i32 @__cxa_atexit(i32 %func, i32 %arg, i32 %dso_handle) {
|
D | init-fini.ll | 30 define i32 @__cxa_atexit(i32 %func, i32 %arg, i32 %dso_handle) {
|
/external/compiler-rt/lib/asan/ |
D | asan_interceptors.cc | 698 void *dso_handle) { in INTERCEPTOR() argument 700 if (UNLIKELY(!asan_inited)) return REAL(__cxa_atexit)(func, arg, dso_handle); in INTERCEPTOR() 703 int res = REAL(__cxa_atexit)(func, arg, dso_handle); in INTERCEPTOR()
|
/external/tensorflow/tensorflow/c/experimental/stream_executor/ |
D | stream_executor_internal.h | 35 port::Status InitStreamExecutorPlugin(void* dso_handle);
|
D | stream_executor.cc | 746 port::Status InitStreamExecutorPlugin(void* dso_handle) { in InitStreamExecutorPlugin() argument 752 env->GetSymbolFromLibrary(dso_handle, "SE_InitPlugin", &dso_symbol)); in InitStreamExecutorPlugin()
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 1179 void *dso_handle) { in INTERCEPTOR() argument 1180 if (msan_init_is_running) return REAL(__cxa_atexit)(func, arg, dso_handle); in INTERCEPTOR() 1186 return REAL(__cxa_atexit)(MSanAtExitWrapper, r, dso_handle); in INTERCEPTOR()
|
/external/llvm-project/compiler-rt/lib/msan/ |
D | msan_interceptors.cpp | 1137 void *dso_handle) { in INTERCEPTOR() argument 1138 if (msan_init_is_running) return REAL(__cxa_atexit)(func, arg, dso_handle); in INTERCEPTOR() 1139 return setup_at_exit_wrapper((void(*)())func, arg, dso_handle); in INTERCEPTOR()
|