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

  /bionic/libc/include/
elf.h 53 #define DF_TEXTREL 0x00000004
  /development/ndk/platforms/android-L/include/
elf.h 53 #define DF_TEXTREL 0x00000004
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/
elf.h 53 #define DF_TEXTREL 0x00000004
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
elf.h 53 #define DF_TEXTREL 0x00000004
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/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 25 #ifndef DF_TEXTREL
26 #define DF_TEXTREL 4
216 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)
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 173 dt_flags |= llvm::ELF::DF_TEXTREL;
297 dt_flags |= llvm::ELF::DF_TEXTREL;
  /external/elfutils/0.153/src/
findtextrel.c 307 && (dyn->d_un.d_val & DF_TEXTREL) != 0))
i386_ld.c 594 statep->dt_flags |= DF_TEXTREL;
    [all...]
elflint.c     [all...]
readelf.c     [all...]
  /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...]
  /bionic/linker/
linker.cpp     [all...]

Completed in 348 milliseconds