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

  /bionic/libc/include/
elf.h 55 #define DF_STATIC_TLS 0x00000010
  /development/ndk/platforms/android-L/include/
elf.h 55 #define DF_STATIC_TLS 0x00000010
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/
elf.h 55 #define DF_STATIC_TLS 0x00000010
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
elf.h 55 #define DF_STATIC_TLS 0x00000010
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
elf.h 55 #define DF_STATIC_TLS 0x00000010
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 176 dt_flags |= llvm::ELF::DF_STATIC_TLS;
179 0 != (dt_flags & llvm::ELF::DF_STATIC_TLS))
300 dt_flags |= llvm::ELF::DF_STATIC_TLS;
303 0 != (dt_flags & llvm::ELF::DF_STATIC_TLS))
  /art/runtime/
elf.h     [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /external/elfutils/0.153/libelf/
elf.h 770 #define DF_STATIC_TLS 0x00000010 /* Module uses the static TLS model */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
elf.h 758 #define DF_STATIC_TLS 0x00000010 /* Module uses the static TLS model */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h 758 #define DF_STATIC_TLS 0x00000010 /* Module uses the static TLS model */
    [all...]
  /external/elfutils/0.153/src/
readelf.c     [all...]

Completed in 779 milliseconds