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

  /external/llvm/lib/MC/
MCSectionELF.cpp 73 if (Flags & ELF::SHF_TLS)
92 if (Flags & ELF::SHF_TLS)
MCObjectFileInfo.cpp 328 ELF::SHF_ALLOC | ELF::SHF_TLS |
334 ELF::SHF_ALLOC | ELF::SHF_TLS |
MCELFStreamer.cpp 89 if (Section.getFlags() & ELF::SHF_TLS)
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 106 ELF::SHF_TLS | ELF::SHF_WRITE,
112 ELF::SHF_TLS | ELF::SHF_WRITE,
271 if (Flags & ELF::SHF_TLS)
297 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...]
  /bionic/libc/include/sys/
exec_elf.h 446 #define SHF_TLS 0x00000400 /* Holds thread-local data */
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 189 Flags |= ELF::SHF_TLS;
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]
  /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 67 milliseconds