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

  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 115 reserveOne(llvm::ELF::DT_INIT_ARRAY); // DT_INIT_ARRAY
215 // DT_INIT_ARRAY
216 applyOne(llvm::ELF::DT_INIT_ARRAY, pFormat.getInitArray().addr());
  /bionic/libc/include/sys/
exec_elf.h 667 #define DT_INIT_ARRAY 25 /* Address of initialization function array */
668 #define DT_FINI_ARRAY 26 /* Size, in bytes, of DT_INIT_ARRAY array */
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 731 case DT_INIT_ARRAY:
  /external/qemu/
elf.h 154 #define DT_INIT_ARRAY 25
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h 662 #define DT_INIT_ARRAY 25 /* Array with addresses of init fct */
664 #define DT_INIT_ARRAYSZ 27 /* Size in bytes of DT_INIT_ARRAY */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 662 #define DT_INIT_ARRAY 25 /* Array with addresses of init fct */
664 #define DT_INIT_ARRAYSZ 27 /* Size in bytes of DT_INIT_ARRAY */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 662 #define DT_INIT_ARRAY 25 /* Array with addresses of init fct */
664 #define DT_INIT_ARRAYSZ 27 /* Size in bytes of DT_INIT_ARRAY */
    [all...]
  /bionic/linker/
linker.cpp     [all...]
  /external/elfutils/libelf/
elf.h 677 #define DT_INIT_ARRAY 25 /* Array with addresses of init fct */
679 #define DT_INIT_ARRAYSZ 27 /* Size in bytes of DT_INIT_ARRAY */
    [all...]
  /external/elfutils/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 66 milliseconds