HomeSort by relevance Sort by last modified time
    Searched full:dso_handle (Results 1 - 16 of 16) 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/arch-arm/bionic/
__aeabi.c 46 * Note that 'dso_handle' is the address of a magic linker-generate
52 __aeabi_atexit(void *object, void (*destructor) (void *), void *dso_handle) {
53 return __cxa_atexit(destructor, object, dso_handle);
  /external/stlport/src/
cxa.c 53 void *dso_handle; member in struct:exit_function::__anon34957::__anon34959
80 new->func.cxa.dso_handle = d;
175 if ( (d == NULL || d == f->func.cxa.dso_handle) && (f->flavor == ef_cxa) ) {
  /ndk/sources/cxx-stl/stlport/src/
cxa.c 53 void *dso_handle; member in struct:exit_function::__anon42931::__anon42933
80 new->func.cxa.dso_handle = d;
175 if ( (d == NULL || d == f->func.cxa.dso_handle) && (f->flavor == ef_cxa) ) {
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_wrappers.cpp 50 int __aeabi_atexit(void* object, void (*destructor)(void*), void* dso_handle) {
51 return __cxa_atexit(destructor, object, dso_handle);
  /ndk/sources/android/crazy_linker/src/
crazy_linker_wrappers.cpp 50 int __aeabi_atexit(void* object, void (*destructor)(void*), void* dso_handle) {
51 return __cxa_atexit(destructor, object, dso_handle);
  /external/compiler-rt/lib/asan/
asan_interceptors.cc 689 void *dso_handle) {
691 if (UNLIKELY(!asan_inited)) return REAL(__cxa_atexit)(func, arg, dso_handle);
694 int res = REAL(__cxa_atexit)(func, arg, dso_handle);
  /external/compiler-rt/lib/msan/
msan_interceptors.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib/
libc.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/
libc.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/xen/
libc.a     [all...]
libc_pic.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...]

Completed in 4699 milliseconds