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

  /development/ndk/platforms/android-L/include/
elf.h 65 #define DT_PREINIT_ARRAY 32
  /bionic/libc/include/
elf.h 94 #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
326 case DT_PREINIT_ARRAY:
327 LOG(" DT_PREINIT_ARRAY addr=%p\n", dyn_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...]
  /bionic/linker/
linker.cpp     [all...]

Completed in 993 milliseconds