HomeSort by relevance Sort by last modified time
    Searched defs:DT_FINI_ARRAY (Results 1 - 3 of 3) sorted by null

  /bionic/linker/
linker.h 204 #ifndef DT_FINI_ARRAY
205 #define DT_FINI_ARRAY 26
  /external/elfutils/libelf/
elf.h 659 #define DT_FINI_ARRAY 26 /* Array with addresses of fini fct */
661 #define DT_FINI_ARRAYSZ 28 /* Size in bytes of DT_FINI_ARRAY */
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h 663 #define DT_FINI_ARRAY 26 /* Array with addresses of fini fct */
665 #define DT_FINI_ARRAYSZ 28 /* Size in bytes of DT_FINI_ARRAY */
    [all...]

Completed in 33 milliseconds