OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__dso_handle
(Results
1 - 8
of
8
) sorted by null
/bionic/libc/private/
__dso_handle.h
34
void *
__dso_handle
= (void *) 0;
variable
__dso_handle_so.h
32
void *
__dso_handle
= &
__dso_handle
;
variable
/development/ndk/platforms/android-3/arch-arm/src/
__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
__dso_handle_so.h
29
/* The
__dso_handle
global variable is used by static
36
void *
__dso_handle
;
variable
/development/ndk/platforms/android-9/arch-x86/src/
__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
__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
/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
Completed in 62 milliseconds