/bionic/libc/arch-arm/bionic/ |
atexit.h | 29 extern void *__dso_handle; 34 return (__cxa_atexit((void (*)(void *))func, (void *)0, &__dso_handle));
|
crtbegin_so.c | 30 extern void *__dso_handle; 34 __cxa_finalize(&__dso_handle); 54 #include "__dso_handle.h"
|
/bionic/libc/private/ |
__dso_handle_so.h | 32 void *__dso_handle = &__dso_handle; variable
|
__dso_handle.h | 34 void *__dso_handle = (void *) 0; variable
|
/development/ndk/platforms/android-3/arch-arm/src/ |
atexit.h | 29 extern void *__dso_handle; 34 return (__cxa_atexit((void (*)(void *))func, (void *)0, &__dso_handle));
|
__dso_handle_so.h | 29 /* The __dso_handle global variable is used by static 36 void *__dso_handle; variable
|
crtbegin_so.c | 30 extern void *__dso_handle; 34 __cxa_finalize(&__dso_handle); 54 #include "__dso_handle.h"
|
__dso_handle.h | 29 /* 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
|
/bionic/libc/arch-mips/bionic/ |
__dso_handle_so.S | 29 # 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
|
__dso_handle.S | 29 # The __dso_handle global variable is used by static 37 .hidden __dso_handle 40 .globl __dso_handle 41 __dso_handle: label
|
atexit.S | 40 la $a2, __dso_handle
|
crtbegin_so.S | 67 lw $2,%got(__dso_handle)($28)
|
/bionic/libc/arch-x86/bionic/ |
__dso_handle_so.S | 29 # 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
|
__dso_handle.S | 29 # The __dso_handle global variable is used by static 37 .hidden __dso_handle 40 .globl __dso_handle 41 __dso_handle: label
|
atexit.S | 41 movl __dso_handle@GOTOFF(%ebx), %eax
|
crtbegin_so.S | 61 movl __dso_handle@GOTOFF(%ebx), %eax
|
/development/ndk/platforms/android-9/arch-mips/src/ |
__dso_handle.S | 29 # 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
|
atexit.S | 40 la $a2, __dso_handle
|
crtbegin_so.S | 67 lw $2,%got(__dso_handle)($28) 93 .include "__dso_handle.S"
|
/development/ndk/platforms/android-9/arch-x86/src/ |
__dso_handle_so.S | 29 # 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
|
__dso_handle.S | 29 # The __dso_handle global variable is used by static 37 .hidden __dso_handle 40 .globl __dso_handle 41 __dso_handle: label
|
atexit.S | 41 movl __dso_handle@GOTOFF(%ebx), %eax
|
crtbegin_so.S | 61 movl __dso_handle@GOTOFF(%ebx), %eax
|
/external/stlport/src/ |
cxa.c | 103 void *__dso_handle = (void *) &__dso_handle; variable
|
/ndk/sources/cxx-stl/stlport/src/ |
cxa.c | 103 void *__dso_handle = (void *) &__dso_handle; variable
|