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

  /bionic/libc/include/
elf.h 59 #define DT_FINI_ARRAY 26
  /development/ndk/platforms/android-L/include/
elf.h 59 #define DT_FINI_ARRAY 26
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/
elf.h 59 #define DT_FINI_ARRAY 26
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
elf.h 59 #define DT_FINI_ARRAY 26
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
elf.h 59 #define DT_FINI_ARRAY 26
  /art/runtime/
elf_utils.h 43 #define DT_FINI_ARRAY 26
elf.h     [all...]
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_shared_library.cpp 41 #ifndef DT_FINI_ARRAY
42 #define DT_FINI_ARRAY 26
244 case DT_FINI_ARRAY:
245 LOG(" DT_FINI_ARRAY addr=%p\n", dyn_addr);
395 CallFunction(fini_array_[n - 1], "DT_FINI_ARRAY");
  /ndk/sources/android/crazy_linker/src/
crazy_linker_shared_library.cpp 41 #ifndef DT_FINI_ARRAY
42 #define DT_FINI_ARRAY 26
244 case DT_FINI_ARRAY:
245 LOG(" DT_FINI_ARRAY addr=%p\n", dyn_addr);
395 CallFunction(fini_array_[n - 1], "DT_FINI_ARRAY");
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 124 reserveOne(llvm::ELF::DT_FINI_ARRAY); // DT_FINI_ARRAY
232 // DT_FINI_ARRAY
233 applyOne(llvm::ELF::DT_FINI_ARRAY, pFormat.getFiniArray().addr());
  /external/chromium_org/tools/relocation_packer/src/
elf_file.cc 336 tag == DT_FINI_ARRAY ||
    [all...]
  /external/qemu/include/
elf.h 161 #define DT_FINI_ARRAY 26
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 861 case DT_FINI_ARRAY:
    [all...]
  /external/elfutils/0.153/libelf/
elf.h 684 #define DT_FINI_ARRAY 26 /* Array with addresses of fini fct */
686 #define DT_FINI_ARRAYSZ 28 /* Size in bytes of DT_FINI_ARRAY */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
elf.h 672 #define DT_FINI_ARRAY 26 /* Array with addresses of fini fct */
674 #define DT_FINI_ARRAYSZ 28 /* Size in bytes of DT_FINI_ARRAY */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h 672 #define DT_FINI_ARRAY 26 /* Array with addresses of fini fct */
674 #define DT_FINI_ARRAYSZ 28 /* Size in bytes of DT_FINI_ARRAY */
    [all...]
  /bionic/linker/
linker.cpp     [all...]
  /external/elfutils/0.153/src/
elflint.c     [all...]
  /external/valgrind/main/perf/
tinycc.c 653 #define DT_FINI_ARRAY 26 /* Array with addresses of fini fct */
655 #define DT_FINI_ARRAYSZ 28 /* Size in bytes of DT_FINI_ARRAY */
    [all...]

Completed in 2793 milliseconds