OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__CTOR_LIST__
(Results
1 - 5
of
5
) sorted by null
/bionic/linker/arch/arm/
begin.S
43
.globl
__CTOR_LIST__
44
__CTOR_LIST__
:
/development/ndk/platforms/android-3/arch-arm/src/
crtbegin_dynamic.c
56
void (*
__CTOR_LIST__
)(void) = (void (*)(void)) -1;
84
array.ctor_list = &
__CTOR_LIST__
;
crtbegin_static.c
56
void (*
__CTOR_LIST__
)(void) = (void (*)(void)) -1;
84
array.ctor_list = &
__CTOR_LIST__
;
/development/ndk/platforms/android-9/arch-mips/src/
crtbegin.c
54
void (*
__CTOR_LIST__
)(void) = (void (*)(void)) -1;
64
array.ctor_list = &
__CTOR_LIST__
;
/bionic/linker/arch/mips/
begin.S
105
.globl
__CTOR_LIST__
106
__CTOR_LIST__
:
Completed in 1661 milliseconds