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

  /bionic/libc/include/
elf.h 58 #define DT_INIT_ARRAY 25
  /development/ndk/platforms/android-L/include/
elf.h 58 #define DT_INIT_ARRAY 25
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/
elf.h 58 #define DT_INIT_ARRAY 25
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
elf.h 58 #define DT_INIT_ARRAY 25
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
elf.h 58 #define DT_INIT_ARRAY 25
  /art/runtime/
elf_utils.h 42 #define DT_INIT_ARRAY 25
elf.h     [all...]
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_shared_library.cpp 33 #ifndef DT_INIT_ARRAY
34 #define DT_INIT_ARRAY 25
73 // used for debugging (examples are "DT_INIT", "DT_INIT_ARRAY", etc...).
234 case DT_INIT_ARRAY:
235 LOG(" DT_INIT_ARRAY addr=%p\n", dyn_addr);
390 CallFunction(init_array_[n], "DT_INIT_ARRAY");
  /ndk/sources/android/crazy_linker/src/
crazy_linker_shared_library.cpp 33 #ifndef DT_INIT_ARRAY
34 #define DT_INIT_ARRAY 25
73 // used for debugging (examples are "DT_INIT", "DT_INIT_ARRAY", etc...).
234 case DT_INIT_ARRAY:
235 LOG(" DT_INIT_ARRAY addr=%p\n", dyn_addr);
390 CallFunction(init_array_[n], "DT_INIT_ARRAY");
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 119 reserveOne(llvm::ELF::DT_INIT_ARRAY); // DT_INIT_ARRAY
224 // DT_INIT_ARRAY
225 applyOne(llvm::ELF::DT_INIT_ARRAY, pFormat.getInitArray().addr());
  /external/chromium_org/tools/relocation_packer/src/
elf_file.cc 335 tag == DT_INIT_ARRAY ||
    [all...]
  /external/qemu/include/
elf.h 160 #define DT_INIT_ARRAY 25
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 860 case DT_INIT_ARRAY:
    [all...]
  /external/elfutils/0.153/libelf/
elf.h 683 #define DT_INIT_ARRAY 25 /* Array with addresses of init fct */
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 671 #define DT_INIT_ARRAY 25 /* Array with addresses of init fct */
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 671 #define DT_INIT_ARRAY 25 /* Array with addresses of init fct */
673 #define DT_INIT_ARRAYSZ 27 /* Size in bytes of DT_INIT_ARRAY */
    [all...]
  /bionic/linker/
linker.cpp     [all...]
  /external/elfutils/0.153/src/
elflint.c     [all...]
  /external/valgrind/main/perf/
tinycc.c 652 #define DT_INIT_ARRAY 25 /* Array with addresses of init fct */
654 #define DT_INIT_ARRAYSZ 27 /* Size in bytes of DT_INIT_ARRAY */
    [all...]

Completed in 788 milliseconds