HomeSort by relevance Sort by last modified time
    Searched refs:DT_PREINIT_ARRAY (Results 1 - 8 of 8) sorted by null

  /bionic/linker/
linker.h 171 #ifndef DT_PREINIT_ARRAY
172 #define DT_PREINIT_ARRAY 32
linker.cpp     [all...]
  /external/llvm/tools/llvm-readobj/
ELF.cpp 42 case DT_PREINIT_ARRAY:
117 case DT_PREINIT_ARRAY:
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h 669 #define DT_PREINIT_ARRAY 32 /* Array with addresses of preinit fct*/
670 #define DT_PREINIT_ARRAYSZ 33 /* size in bytes of DT_PREINIT_ARRAY */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 669 #define DT_PREINIT_ARRAY 32 /* Array with addresses of preinit fct*/
670 #define DT_PREINIT_ARRAYSZ 33 /* size in bytes of DT_PREINIT_ARRAY */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 669 #define DT_PREINIT_ARRAY 32 /* Array with addresses of preinit fct*/
670 #define DT_PREINIT_ARRAYSZ 33 /* size in bytes of DT_PREINIT_ARRAY */
    [all...]
  /external/elfutils/libelf/
elf.h 684 #define DT_PREINIT_ARRAY 32 /* Array with addresses of preinit fct*/
685 #define DT_PREINIT_ARRAYSZ 33 /* size in bytes of DT_PREINIT_ARRAY */
    [all...]

Completed in 64 milliseconds