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

  /external/llvm/lib/MC/
MCSectionELF.cpp 84 if (Flags & ELF::SHF_TLS)
105 if (Flags & ELF::SHF_TLS)
MCObjectFileInfo.cpp 436 ELF::SHF_ALLOC | ELF::SHF_TLS |
442 ELF::SHF_ALLOC | ELF::SHF_TLS |
    [all...]
MCELFStreamer.cpp 64 if (Section.getFlags() & ELF::SHF_TLS)
ELFObjectWriter.cpp 775 if (Flags & ELF::SHF_TLS)
    [all...]
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 105 ELF::SHF_TLS | ELF::SHF_WRITE,
111 ELF::SHF_TLS | ELF::SHF_WRITE,
275 if (Flags & ELF::SHF_TLS)
330 flags |= ELF::SHF_TLS;
368 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/elfutils/0.153/src/
elflint.c 800 if ((destshdr->sh_flags & SHF_TLS) == 0)
802 section [%2d] '%s': symbol %zu: referenced section [%2d] '%s' does not have SHF_TLS flag set\n"),
    [all...]
ldgeneric.c     [all...]
readelf.c 942 if (shdr->sh_flags & SHF_TLS)
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 182 Flags |= ELF::SHF_TLS;
    [all...]
  /external/llvm/lib/Object/
ELFYAML.cpp 353 BCase(SHF_TLS)
  /art/runtime/
elf.h     [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 524 case (ELF::SHF_TLS | ELF::SHF_ALLOC | ELF::SHF_WRITE):
    [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 451 LLVM_READOBJ_ENUM_ENT(ELF, SHF_TLS ),
    [all...]
  /external/elfutils/0.153/libelf/
elf.h 369 #define SHF_TLS (1 << 10) /* Section hold thread-local data. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
elf.h 364 #define SHF_TLS (1 << 10) /* Section hold thread-local data. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h 364 #define SHF_TLS (1 << 10) /* Section hold thread-local data. */
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 660 milliseconds