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

  /development/ndk/platforms/android-L/include/
elf.h 58 #define DT_INIT_ARRAY 25
  /bionic/libc/include/
elf.h 87 #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
85 // used for debugging (examples are "DT_INIT", "DT_INIT_ARRAY", etc...).
306 case DT_INIT_ARRAY:
307 LOG(" DT_INIT_ARRAY addr=%p\n", dyn_addr);
499 CallFunction(init_array_[n], "DT_INIT_ARRAY");
  /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...]
  /bionic/linker/
linker.cpp     [all...]
  /external/elfutils/0.153/src/
elflint.c     [all...]

Completed in 928 milliseconds