Searched refs:dso_handle (Results 1 – 3 of 3) sorted by relevance
/external/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 | 733 void *dso_handle) { in INTERCEPTOR() argument 735 if (UNLIKELY(!asan_inited)) return REAL(__cxa_atexit)(func, arg, dso_handle); in INTERCEPTOR() 738 int res = REAL(__cxa_atexit)(func, arg, dso_handle); in INTERCEPTOR()
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 1287 void *dso_handle) { in INTERCEPTOR() argument 1288 if (msan_init_is_running) return REAL(__cxa_atexit)(func, arg, dso_handle); in INTERCEPTOR() 1294 return REAL(__cxa_atexit)(MSanAtExitWrapper, r, dso_handle); in INTERCEPTOR()
|