Home
last modified time | relevance | path

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

/external/stlport/src/
Dcxa.c53 void *dso_handle; member
80 new->func.cxa.dso_handle = d; in __cxa_atexit()
175 if ( (d == NULL || d == f->func.cxa.dso_handle) && (f->flavor == ef_cxa) ) { in __cxa_finalize()
/external/llvm/test/Transforms/GlobalOpt/
Datexit.ll4 …atexit(void (i8*)* nocapture %func, i8* nocapture %arg, i8* nocapture %dso_handle) nounwind readno…
/external/chromium_org/third_party/android_crazy_linker/src/src/
Dcrazy_linker_wrappers.cpp50 int __aeabi_atexit(void* object, void (*destructor)(void*), void* dso_handle) { in __aeabi_atexit() argument
51 return __cxa_atexit(destructor, object, dso_handle); in __aeabi_atexit()
/external/compiler-rt/lib/asan/
Dasan_interceptors.cc689 void *dso_handle) { in INTERCEPTOR() argument
691 if (UNLIKELY(!asan_inited)) return REAL(__cxa_atexit)(func, arg, dso_handle); in INTERCEPTOR()
694 int res = REAL(__cxa_atexit)(func, arg, dso_handle); in INTERCEPTOR()
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc1127 void *dso_handle) { in INTERCEPTOR() argument
1128 if (msan_init_is_running) return REAL(__cxa_atexit)(func, arg, dso_handle); in INTERCEPTOR()
1134 return REAL(__cxa_atexit)(MSanAtExitWrapper, r, dso_handle); in INTERCEPTOR()