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

  /external/llvm/lib/MC/
MCSectionELF.cpp 73 if (Flags & ELF::SHF_TLS)
92 if (Flags & ELF::SHF_TLS)
MCObjectFileInfo.cpp 297 ELF::SHF_ALLOC | ELF::SHF_TLS |
303 ELF::SHF_ALLOC | ELF::SHF_TLS |
MCELFStreamer.cpp 170 if (Section.getFlags() & ELF::SHF_TLS)
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 103 ELF::SHF_TLS | ELF::SHF_WRITE,
109 ELF::SHF_TLS | ELF::SHF_WRITE,
267 if (Flags & ELF::SHF_TLS)
293 flags |= ELF::SHF_TLS;
  /frameworks/compile/mclinker/lib/LD/
ELFFileFormat.cpp 170 llvm::ELF::SHF_TLS,
177 llvm::ELF::SHF_TLS,
  /external/elfutils/src/
elflint.c 773 if ((destshdr->sh_flags & SHF_TLS) == 0)
775 section [%2d] '%s': symbol %zu: referenced section [%2d] '%s' does not have SHF_TLS flag set\n"),
    [all...]
ldgeneric.c     [all...]
readelf.c 878 if (shdr->sh_flags & SHF_TLS)
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 795 SHF_TLS = 0x400U,
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 159 Flags |= ELF::SHF_TLS;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h 362 #define SHF_TLS (1 << 10) /* Section hold thread-local data. */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 362 #define SHF_TLS (1 << 10) /* Section hold thread-local data. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 362 #define SHF_TLS (1 << 10) /* Section hold thread-local data. */
    [all...]
  /external/elfutils/libelf/
elf.h 372 #define SHF_TLS (1 << 10) /* Section hold thread-local data. */
    [all...]

Completed in 1041 milliseconds