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

  /external/llvm/lib/MC/
MCSectionELF.cpp 78 if (Flags & ELF::SHF_TLS)
97 if (Flags & ELF::SHF_TLS)
MCObjectFileInfo.cpp 353 ELF::SHF_ALLOC | ELF::SHF_TLS |
359 ELF::SHF_ALLOC | ELF::SHF_TLS |
MCELFStreamer.cpp 90 if (Section.getFlags() & ELF::SHF_TLS)
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 107 ELF::SHF_TLS | ELF::SHF_WRITE,
113 ELF::SHF_TLS | ELF::SHF_WRITE,
277 if (Flags & ELF::SHF_TLS)
303 flags |= ELF::SHF_TLS;
  /frameworks/compile/mclinker/lib/LD/
ELFFileFormat.cpp 170 llvm::ELF::SHF_TLS,
177 llvm::ELF::SHF_TLS,
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-objfmt.c     [all...]
elf.h 157 SHF_TLS = 0x400, /* thread local storage */
elf.c 521 shead->flags & SHF_TLS) {
  /external/llvm/lib/Object/
ELFYAML.cpp 276 BCase(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/include/llvm/Support/
ELF.h     [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 189 Flags |= ELF::SHF_TLS;
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 386 LLVM_READOBJ_ENUM_ENT(ELF, SHF_TLS ),
  /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 1492 milliseconds