Searched refs:dso_handle (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/stream_executor/platform/default/ |
D | dso_loader.cc | 38 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/ |
D | atexit.ll | 4 …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/ |
D | atexit.ll | 4 …atexit(void (i8*)* nocapture %func, i8* nocapture %arg, i8* nocapture %dso_handle) nounwind readno…
|
/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/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()
|