Home
last modified time | relevance | path

Searched refs:dso_handle (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/platform/default/
Ddso_loader.cc38 void* dso_handle; in GetDsoHandle() local
40 port::Env::Default()->LoadLibrary(filename.c_str(), &dso_handle); in GetDsoHandle()
43 return dso_handle; in GetDsoHandle()
/external/llvm/test/Transforms/GlobalOpt/
Datexit.ll4 …atexit(void (i8*)* nocapture %func, i8* nocapture %arg, i8* nocapture %dso_handle) nounwind readno…
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GlobalOpt/
Datexit.ll4 …atexit(void (i8*)* nocapture %func, i8* nocapture %arg, i8* nocapture %dso_handle) nounwind readno…
/external/compiler-rt/lib/asan/
Dasan_interceptors.cc698 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/compiler-rt/lib/msan/
Dmsan_interceptors.cc1179 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()