HomeSort by relevance Sort by last modified time
    Searched defs:DF_SYMBOLIC (Results 1 - 14 of 14) sorted by null

  /bionic/libc/include/
elf.h 52 #define DF_SYMBOLIC 0x00000002
  /development/ndk/platforms/android-L/include/
elf.h 52 #define DF_SYMBOLIC 0x00000002
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/
elf.h 52 #define DF_SYMBOLIC 0x00000002
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
elf.h 52 #define DF_SYMBOLIC 0x00000002
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
elf.h 52 #define DF_SYMBOLIC 0x00000002
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_shared_library.cpp 25 #ifndef DF_SYMBOLIC
26 #define DF_SYMBOLIC 2
269 if (dyn_value & DF_SYMBOLIC)
crazy_linker_elf_relocations.cpp 21 #ifndef DF_SYMBOLIC
22 #define DF_SYMBOLIC 2
218 if (dyn_value & DF_SYMBOLIC)
  /ndk/sources/android/crazy_linker/src/
crazy_linker_shared_library.cpp 25 #ifndef DF_SYMBOLIC
26 #define DF_SYMBOLIC 2
269 if (dyn_value & DF_SYMBOLIC)
crazy_linker_elf_relocations.cpp 21 #ifndef DF_SYMBOLIC
22 #define DF_SYMBOLIC 2
218 if (dyn_value & DF_SYMBOLIC)
  /art/runtime/
elf.h     [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]