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

  /development/ndk/platforms/android-L/include/
elf.h 60 #define DT_INIT_ARRAYSZ 27
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
elf.h 60 #define DT_INIT_ARRAYSZ 27
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
elf.h 60 #define DT_INIT_ARRAYSZ 27
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
elf.h 60 #define DT_INIT_ARRAYSZ 27
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
elf.h 60 #define DT_INIT_ARRAYSZ 27
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
elf.h 60 #define DT_INIT_ARRAYSZ 27
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
elf.h 60 #define DT_INIT_ARRAYSZ 27
  /art/runtime/
elf_utils.h 44 #define DT_INIT_ARRAYSZ 27
105 case DT_INIT_ARRAYSZ:
elf.h     [all...]
  /bionic/libc/include/
elf.h 89 #define DT_INIT_ARRAYSZ 27
  /ndk/sources/android/crazy_linker/src/
crazy_linker_shared_library.cpp 37 #ifndef DT_INIT_ARRAYSZ
38 #define DT_INIT_ARRAYSZ 27
238 case DT_INIT_ARRAYSZ:
240 LOG(" DT_INIT_ARRAYSZ value=%p count=%p\n",
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_shared_library.cpp 37 #ifndef DT_INIT_ARRAYSZ
38 #define DT_INIT_ARRAYSZ 27
310 case DT_INIT_ARRAYSZ:
312 LOG(" DT_INIT_ARRAYSZ value=%p count=%p\n",
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 120 reserveOne(llvm::ELF::DT_INIT_ARRAYSZ); // DT_INIT_ARRAYSZ
227 // DT_INIT_ARRAYSZ
228 applyOne(llvm::ELF::DT_INIT_ARRAYSZ, pFormat.getInitArray().size());
  /external/qemu/include/
elf.h 162 #define DT_INIT_ARRAYSZ 27
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 889 case DT_INIT_ARRAYSZ:
    [all...]
  /external/elfutils/0.153/libelf/
elf.h 685 #define DT_INIT_ARRAYSZ 27 /* Size in bytes of DT_INIT_ARRAY */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
elf.h 673 #define DT_INIT_ARRAYSZ 27 /* Size in bytes of DT_INIT_ARRAY */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h 673 #define DT_INIT_ARRAYSZ 27 /* Size in bytes of DT_INIT_ARRAY */
    [all...]
  /bionic/linker/
linker.cpp     [all...]
  /external/elfutils/0.153/src/
readelf.c     [all...]
  /external/valgrind/main/perf/
tinycc.c 654 #define DT_INIT_ARRAYSZ 27 /* Size in bytes of DT_INIT_ARRAY */
    [all...]

Completed in 942 milliseconds