HomeSort by relevance Sort by last modified time
    Searched full:dso_handle (Results 1 - 21 of 21) sorted by null

  /external/llvm/test/Transforms/GlobalOpt/
atexit.ll 4 define internal i32 @__cxa_atexit(void (i8*)* nocapture %func, i8* nocapture %arg, i8* nocapture %dso_handle) nounwind readnone optsize noimplicitfloat {
  /bionic/libc/bionic/
__cxa_thread_atexit_impl.cpp 24 void *dso_handle; // unused... member in class:thread_local_dtor
28 extern "C" int __cxa_thread_atexit_impl(void (*func) (void *), void *arg, void *dso_handle) {
33 dtor->dso_handle = dso_handle;
pthread_atfork.cpp 43 void* dso_handle; member in struct:atfork_t
163 entry->dso_handle = dso;
177 return entry->dso_handle == dso;
  /bionic/libc/arch-arm/bionic/
__aeabi.c 49 * Note that 'dso_handle' is the address of a magic linker-generate
54 __aeabi_atexit_impl(void *object, void (*destructor) (void *), void *dso_handle) {
55 return __cxa_atexit(destructor, object, dso_handle);
59 __aeabi_atexit_impl2(void *object, void (*destructor) (void *), void *dso_handle) {
60 return __cxa_atexit(destructor, object, dso_handle);
  /ndk/sources/cxx-stl/stlport/src/
cxa.c 53 void *dso_handle; member in struct:exit_function::__anon36121::__anon36123
80 new->func.cxa.dso_handle = d;
175 if ( (d == NULL || d == f->func.cxa.dso_handle) && (f->flavor == ef_cxa) ) {
  /bionic/libc/stdlib/
exit.c 46 extern void __cxa_finalize(void* dso_handle);
  /bionic/tests/
__cxa_thread_atexit_test.cpp 92 extern "C" int __cxa_thread_atexit_impl(void (*fn)(void*), void* arg, void* dso_handle);
  /external/compiler-rt/lib/asan/
asan_interceptors.cc 712 void *dso_handle) {
714 if (UNLIKELY(!asan_inited)) return REAL(__cxa_atexit)(func, arg, dso_handle);
717 int res = REAL(__cxa_atexit)(func, arg, dso_handle);
  /external/compiler-rt/lib/msan/
msan_interceptors.cc     [all...]
  /development/ndk/platforms/android-21/arch-arm/lib/
libc.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib/
libc.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libc.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/xen/
libc.a     [all...]
libc_pic.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib/
libc.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libc.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/xen/
libc.a     [all...]
libc_pic.a     [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/lib/
libc.a     [all...]
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/lib/
libc.a     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/lib/
libc.a     [all...]

Completed in 496 milliseconds