Searched defs:fini_array (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/bionic/
H A Dlibc_init_common.h37 void (**fini_array)(void); member in struct:__anon7
H A Dlibc_init_common.c89 * to run the destructors that are listed in the .fini_array section
92 * 'fini_array' points to a list of function addresses. The first
98 void** fini_array = array; local
102 if (array == NULL || (size_t)fini_array[0] != minus1) {
107 fini_array += 1;
110 for (count = 0; fini_array[count] != NULL; count++);
114 void (*func)() = (void (*)) fini_array[--count];
/bionic/linker/
H A Dlinker.h138 unsigned *fini_array; member in struct:soinfo

Completed in 118 milliseconds