Searched refs:dso_handle (Results 1 – 5 of 5) sorted by relevance
/external/stlport/src/ |
D | cxa.c | 53 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/ |
D | atexit.ll | 4 …atexit(void (i8*)* nocapture %func, i8* nocapture %arg, i8* nocapture %dso_handle) nounwind readno…
|
/external/chromium_org/third_party/android_crazy_linker/src/src/ |
D | crazy_linker_wrappers.cpp | 50 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/ |
D | asan_interceptors.cc | 689 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/ |
D | msan_interceptors.cc | 1127 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()
|