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

  /bionic/libc/include/
elf.h 65 #define DT_PREINIT_ARRAY 32
  /development/ndk/platforms/android-L/include/
elf.h 65 #define DT_PREINIT_ARRAY 32
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/
elf.h 65 #define DT_PREINIT_ARRAY 32
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
elf.h 65 #define DT_PREINIT_ARRAY 32
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
elf.h 65 #define DT_PREINIT_ARRAY 32
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_shared_library.cpp 53 #ifndef DT_PREINIT_ARRAY
54 #define DT_PREINIT_ARRAY 32
254 case DT_PREINIT_ARRAY:
255 LOG(" DT_PREINIT_ARRAY addr=%p\n", dyn_addr);
  /ndk/sources/android/crazy_linker/src/
crazy_linker_shared_library.cpp 53 #ifndef DT_PREINIT_ARRAY
54 #define DT_PREINIT_ARRAY 32
254 case DT_PREINIT_ARRAY:
255 LOG(" DT_PREINIT_ARRAY addr=%p\n", dyn_addr);
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 114 reserveOne(llvm::ELF::DT_PREINIT_ARRAY); // DT_PREINIT_ARRAY
217 // DT_PREINIT_ARRAY
218 applyOne(llvm::ELF::DT_PREINIT_ARRAY, pFormat.getPreInitArray().addr());
  /art/runtime/
elf.h     [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 862 case DT_PREINIT_ARRAY:
    [all...]
  /external/elfutils/0.153/libelf/
elf.h 690 #define DT_PREINIT_ARRAY 32 /* Array with addresses of preinit fct*/
691 #define DT_PREINIT_ARRAYSZ 33 /* size in bytes of DT_PREINIT_ARRAY */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
elf.h 678 #define DT_PREINIT_ARRAY 32 /* Array with addresses of preinit fct*/
679 #define DT_PREINIT_ARRAYSZ 33 /* size in bytes of DT_PREINIT_ARRAY */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h 678 #define DT_PREINIT_ARRAY 32 /* Array with addresses of preinit fct*/
679 #define DT_PREINIT_ARRAYSZ 33 /* size in bytes of DT_PREINIT_ARRAY */
    [all...]
  /bionic/linker/
linker.cpp     [all...]

Completed in 371 milliseconds