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

  /bionic/libc/include/
elf.h 66 #define DT_PREINIT_ARRAYSZ 33
  /development/ndk/platforms/android-L/include/
elf.h 66 #define DT_PREINIT_ARRAYSZ 33
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/
elf.h 66 #define DT_PREINIT_ARRAYSZ 33
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
elf.h 66 #define DT_PREINIT_ARRAYSZ 33
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
elf.h 66 #define DT_PREINIT_ARRAYSZ 33
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_shared_library.cpp 57 #ifndef DT_PREINIT_ARRAYSZ
58 #define DT_PREINIT_ARRAYSZ 33
258 case DT_PREINIT_ARRAYSZ:
260 LOG(" DT_PREINIT_ARRAYSZ value=%p count=%p\n",
  /ndk/sources/android/crazy_linker/src/
crazy_linker_shared_library.cpp 57 #ifndef DT_PREINIT_ARRAYSZ
58 #define DT_PREINIT_ARRAYSZ 33
258 case DT_PREINIT_ARRAYSZ:
260 LOG(" DT_PREINIT_ARRAYSZ value=%p count=%p\n",
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 115 reserveOne(llvm::ELF::DT_PREINIT_ARRAYSZ); // DT_PREINIT_ARRAYSZ
219 // DT_PREINIT_ARRAYSZ
220 applyOne(llvm::ELF::DT_PREINIT_ARRAYSZ, pFormat.getPreInitArray().size());
  /art/runtime/
elf.h     [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 891 case DT_PREINIT_ARRAYSZ:
    [all...]
  /external/elfutils/0.153/libelf/
elf.h 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 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 679 #define DT_PREINIT_ARRAYSZ 33 /* size in bytes of DT_PREINIT_ARRAY */
    [all...]
  /bionic/linker/
linker.cpp     [all...]

Completed in 508 milliseconds