Searched refs:__dso_handle (Results 1 - 11 of 11) sorted by relevance

/development/ndk/platforms/android-3/arch-arm/src/
H A Datexit.h29 extern void *__dso_handle;
34 return (__cxa_atexit((void (*)(void *))func, (void *)0, &__dso_handle));
H A D__dso_handle_so.h29 /* The __dso_handle global variable is used by static
36 void *__dso_handle; variable
H A Dcrtbegin_so.c30 extern void *__dso_handle;
34 __cxa_finalize(&__dso_handle);
54 #include "__dso_handle.h"
H A D__dso_handle.h29 /* The __dso_handle global variable is used by static
34 for the C library. This forces __dso_handle to be exported by
50 void *__dso_handle = (void *) 0; variable
/development/ndk/platforms/android-9/arch-mips/src/
H A D__dso_handle.S29 # The __dso_handle global variable is used by static
35 .hidden __dso_handle
36 .globl __dso_handle
37 __dso_handle: label
38 .long __dso_handle
H A Datexit.S40 la $a2, __dso_handle
H A Dcrtbegin_so.S67 lw $2,%got(__dso_handle)($28)
93 .include "__dso_handle.S"
/development/ndk/platforms/android-9/arch-x86/src/
H A D__dso_handle_so.S29 # The __dso_handle global variable is used by static
35 .hidden __dso_handle
36 .globl __dso_handle
37 __dso_handle: label
38 .long __dso_handle
H A D__dso_handle.S29 # The __dso_handle global variable is used by static
37 .hidden __dso_handle
40 .globl __dso_handle
41 __dso_handle: label
H A Datexit.S41 movl __dso_handle@GOTOFF(%ebx), %eax
H A Dcrtbegin_so.S61 movl __dso_handle@GOTOFF(%ebx), %eax

Completed in 1271 milliseconds