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

  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 174 dt_flags |= llvm::ELF::DF_STATIC_TLS;
177 0 != (dt_flags & llvm::ELF::DF_STATIC_TLS))
291 dt_flags |= llvm::ELF::DF_STATIC_TLS;
294 0 != (dt_flags & llvm::ELF::DF_STATIC_TLS))
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h 749 #define DF_STATIC_TLS 0x00000010 /* Module uses the static TLS model */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 749 #define DF_STATIC_TLS 0x00000010 /* Module uses the static TLS model */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 749 #define DF_STATIC_TLS 0x00000010 /* Module uses the static TLS model */
    [all...]
  /external/elfutils/libelf/
elf.h 764 #define DF_STATIC_TLS 0x00000010 /* Module uses the static TLS model */
    [all...]
  /external/elfutils/src/
readelf.c     [all...]

Completed in 46 milliseconds