Home
last modified time | relevance | path

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

/external/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()