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

  /development/ndk/platforms/android-L/include/
elf.h 53 #define DF_TEXTREL 0x00000004
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
elf.h 53 #define DF_TEXTREL 0x00000004
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
elf.h 53 #define DF_TEXTREL 0x00000004
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
elf.h 53 #define DF_TEXTREL 0x00000004
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
elf.h 53 #define DF_TEXTREL 0x00000004
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
elf.h 53 #define DF_TEXTREL 0x00000004
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
elf.h 53 #define DF_TEXTREL 0x00000004
  /bionic/libc/include/
elf.h 53 #define DF_TEXTREL 0x00000004
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_shared_library.cpp 29 #ifndef DF_TEXTREL
30 #define DF_TEXTREL 4
crazy_linker_elf_relocations.cpp 27 #ifndef DF_TEXTREL
28 #define DF_TEXTREL 4
246 if (dyn_value & DF_TEXTREL)
  /ndk/sources/android/crazy_linker/src/
crazy_linker_shared_library.cpp 29 #ifndef DF_TEXTREL
30 #define DF_TEXTREL 4
crazy_linker_elf_relocations.cpp 25 #ifndef DF_TEXTREL
26 #define DF_TEXTREL 4
216 if (dyn_value & DF_TEXTREL)
  /art/runtime/
elf.h     [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /external/elfutils/0.153/libelf/
elf.h 768 #define DF_TEXTREL 0x00000004 /* Object contains text relocations */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
elf.h 756 #define DF_TEXTREL 0x00000004 /* Object contains text relocations */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h 756 #define DF_TEXTREL 0x00000004 /* Object contains text relocations */
    [all...]

Completed in 1195 milliseconds