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

/bionic/libc/arch-arm/bionic/
H A Datexit.h29 extern void *__dso_handle;
34 return (__cxa_atexit((void (*)(void *))func, (void *)0, &__dso_handle));
H A Dcrtbegin_so.c30 extern void *__dso_handle;
34 __cxa_finalize(&__dso_handle);
54 #include "__dso_handle.h"
/bionic/libc/private/
H A D__dso_handle_so.h32 void *__dso_handle = &__dso_handle; variable
H A D__dso_handle.h34 void *__dso_handle = (void *) 0; variable
/bionic/libc/arch-mips/bionic/
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.S40 la $a2, __dso_handle
H A Dcrtbegin_so.S67 lw $2,%got(__dso_handle)($28)
/bionic/libc/arch-x86/bionic/
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
/bionic/libc/
H A DAndroid.mk599 # Needed to access private/__dso_handle.h from
616 # that will call __cxa_finalize(&__dso_handle) in order to ensure that

Completed in 211 milliseconds