OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fini_array
(Results
401 - 425
of
1844
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/lib/
crtbegin_static.o
/external/llvm/test/CodeGen/ARM/
ctors_dtors.ll
12
; GNUEABI: .section .
fini_array
,"aw",%
fini_array
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/
initfini-array.h
1
/* Definitions for ELF systems with .init_array/.
fini_array
section
34
/* Use .init_array/.
fini_array
section for constructors and destructors. */
/bionic/libc/bionic/
libc_init_common.cpp
125
* to run the destructors that are listed in the .
fini_array
section
128
* '
fini_array
' points to a list of function addresses. The first
132
void**
fini_array
= reinterpret_cast<void**>(array);
local
136
if (array == NULL || (size_t)
fini_array
[0] != minus1) {
141
fini_array
+= 1;
145
while (
fini_array
[count] != NULL) {
151
void (*func)() = (void (*)())
fini_array
[--count];
libc_init_dynamic.cpp
106
// The executable may have its own destructors listed in its .
fini_array
109
if (structors->
fini_array
) {
110
__cxa_atexit(__libc_fini,structors->
fini_array
,NULL);
libc_init_static.cpp
104
// The executable may have its own destructors listed in its .
fini_array
107
if (structors->
fini_array
!= NULL) {
108
__cxa_atexit(__libc_fini,structors->
fini_array
,NULL);
/development/ndk/platforms/android-3/arch-arm/src/
crtbegin_dynamic.c
33
void (**
fini_array
)(void);
member in struct:__anon1265
52
__attribute__ ((section (".
fini_array
")))
83
array.
fini_array
= &__FINI_ARRAY__;
crtbegin_static.c
33
void (**
fini_array
)(void);
member in struct:__anon1266
52
__attribute__ ((section (".
fini_array
")))
83
array.
fini_array
= &__FINI_ARRAY__;
crtend.S
35
.section .
fini_array
, "aw"
crtend_so.S
36
.section .
fini_array
, "aw"
/cts/hostsidetests/appsecurity/test-apps/SplitApp/libs/mips/raw/lib/mips/
libsplitappjni.so
/cts/hostsidetests/appsecurity/test-apps/SplitApp/libs/x86/raw/lib/x86/
libsplitappjni.so
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/lib/
libdl.so
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/lib/
libdl.so
/development/ndk/platforms/android-9/arch-mips/src/
crtbegin.c
39
void (**
fini_array
)(void);
member in struct:__anon1708
50
__attribute__ ((section (".
fini_array
")))
63
array.
fini_array
= &__FINI_ARRAY__;
/bionic/libc/arch-arm64/bionic/
crtbegin.c
39
__attribute__ ((section (".
fini_array
")))
47
array.
fini_array
= &__FINI_ARRAY__;
/bionic/libc/arch-common/bionic/
crtbegin.c
39
__attribute__ ((section (".
fini_array
")))
50
array.
fini_array
= &__FINI_ARRAY__;
/development/ndk/platforms/android-9/arch-x86/src/
crtbegin.c
39
__attribute__ ((section (".
fini_array
")))
50
array.
fini_array
= &__FINI_ARRAY__;
/development/ndk/platforms/android-L/arch-arm64/src/
crtbegin.c
39
__attribute__ ((section (".
fini_array
")))
47
array.
fini_array
= &__FINI_ARRAY__;
/external/llvm/test/MC/AsmParser/
section_names.s
15
.section .
fini_array
45
# CHECK: Name: .
fini_array
/cts/hostsidetests/appsecurity/test-apps/SplitApp/libs/armeabi/raw/lib/armeabi/
libsplitappjni.so
/cts/hostsidetests/appsecurity/test-apps/SplitApp/libs/armeabi-v7a/raw/lib/armeabi-v7a/
libsplitappjni.so
/external/chromium_org/tools/relocation_packer/test_data/
elf_file_unittest_relocs.so
elf_file_unittest_relocs_packed.so
/external/llvm/test/tools/llvm-readobj/Inputs/
dynamic-table-exe.x86
Completed in 794 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>