OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__CTOR_LIST__
(Results
1 - 16
of
16
) sorted by null
/development/ndk/platforms/android-21/arch-arm/src/
crtbegin.c
56
void (*
__CTOR_LIST__
)(void) = (void (*)(void)) -1;
80
array.ctor_list = &
__CTOR_LIST__
;
/development/ndk/platforms/android-9/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__
;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/ldscripts/
i386pe.xu
14
___CTOR_LIST__ = .;
__CTOR_LIST__
= . ;
i386pep.xu
15
___CTOR_LIST__ = .;
__CTOR_LIST__
= . ;
i386pe.x
23
___CTOR_LIST__ = .;
__CTOR_LIST__
= . ;
i386pe.xa
22
___CTOR_LIST__ = .;
__CTOR_LIST__
= . ;
i386pe.xbn
22
___CTOR_LIST__ = .;
__CTOR_LIST__
= . ;
i386pe.xn
22
___CTOR_LIST__ = .;
__CTOR_LIST__
= . ;
i386pep.x
24
___CTOR_LIST__ = .;
__CTOR_LIST__
= . ;
i386pep.xa
23
___CTOR_LIST__ = .;
__CTOR_LIST__
= . ;
i386pep.xbn
23
___CTOR_LIST__ = .;
__CTOR_LIST__
= . ;
i386pep.xn
23
___CTOR_LIST__ = .;
__CTOR_LIST__
= . ;
/prebuilts/go/darwin-x86/src/debug/elf/
symbols_test.go
352
Name: "
__CTOR_LIST__
",
/prebuilts/go/linux-x86/src/debug/elf/
symbols_test.go
352
Name: "
__CTOR_LIST__
",
Completed in 1241 milliseconds