HomeSort by relevance Sort by last modified time
    Searched refs:fini_array (Results 26 - 30 of 30) sorted by null

12

  /bionic/libc/bionic/
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);
  /external/llvm/test/MC/AsmParser/
section_names.s 15 .section .fini_array
45 # CHECK: Name: .fini_array
  /bionic/libc/
crt.mk 11 # For all the platforms, the .fini_array section must point to a function
  /bionic/linker/
linker.h 174 linker_function_t* fini_array; member in struct:soinfo
linker.cpp     [all...]

Completed in 1026 milliseconds

12