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

1 2

  /external/llvm/lib/MC/
MCSectionELF.cpp 84 if (Flags & ELF::SHF_TLS)
105 if (Flags & ELF::SHF_TLS)
MCObjectFileInfo.cpp 448 ELF::SHF_ALLOC | ELF::SHF_TLS | ELF::SHF_WRITE);
451 ".tbss", ELF::SHT_NOBITS, ELF::SHF_ALLOC | ELF::SHF_TLS | ELF::SHF_WRITE);
    [all...]
MCELFStreamer.cpp 105 if (Section.getFlags() & ELF::SHF_TLS)
ELFObjectWriter.cpp 578 if (Flags & ELF::SHF_TLS)
    [all...]
  /toolchain/binutils/binutils-2.25/include/elf/
internal.h 295 (((sec_hdr)->sh_flags & SHF_TLS) != 0 \
310 SHF_TLS sections. */ \
311 ((((sec_hdr)->sh_flags & SHF_TLS) != 0) \
315 /* PT_TLS segment contains only SHF_TLS sections, PT_PHDR no \
317 || (((sec_hdr)->sh_flags & SHF_TLS) == 0 \
common.h 504 #define SHF_TLS (1 << 10) /* Thread local storage section */
    [all...]
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 103 ELF::SHF_TLS | ELF::SHF_WRITE,
109 ELF::SHF_TLS | ELF::SHF_WRITE,
285 flags |= ELF::SHF_TLS;
323 flags |= ELF::SHF_TLS;
  /frameworks/compile/mclinker/lib/LD/
ELFFileFormat.cpp 159 llvm::ELF::SHF_ALLOC | llvm::ELF::SHF_WRITE | llvm::ELF::SHF_TLS,
165 llvm::ELF::SHF_ALLOC | llvm::ELF::SHF_WRITE | llvm::ELF::SHF_TLS,
  /toolchain/binutils/binutils-2.25/gold/
common.cc 268 flags |= elfcpp::SHF_TLS;
script-sections.cc 464 else if ((flags & elfcpp::SHF_TLS) != 0)
    [all...]
output.cc     [all...]
layout.cc 864 && (same_name->flags() & elfcpp::SHF_TLS) == 0)
867 else if ((flags & elfcpp::SHF_TLS) == 0)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
obj-elf.c 698 | ((attr & SHF_TLS) ? SEC_THREAD_LOCAL : 0));
790 attr |= SHF_TLS;
869 return SHF_TLS;
    [all...]
  /external/elfutils/src/
elflint.c 825 if ((destshdr->sh_flags & SHF_TLS) == 0)
827 section [%2d] '%s': symbol %zu: referenced section [%2d] '%s' does not have SHF_TLS flag set\n"),
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 721 SHF_TLS = 0x400U,
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 181 Flags |= ELF::SHF_TLS;
    [all...]
  /external/llvm/lib/Object/
ELFYAML.cpp 417 BCase(SHF_TLS)
  /prebuilts/go/darwin-x86/src/debug/elf/
elf.go 413 SHF_TLS SectionFlag = 0x400 /* Section contains TLS data. */
428 {0x400, "SHF_TLS"},
    [all...]
  /prebuilts/go/linux-x86/src/debug/elf/
elf.go 413 SHF_TLS SectionFlag = 0x400 /* Section contains TLS data. */
428 {0x400, "SHF_TLS"},
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf.c 909 if ((hdr->sh_flags & SHF_TLS) != 0)
995 && (hdr->sh_flags & SHF_TLS) == 0)
    [all...]
  /art/runtime/
elf.h     [all...]
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 678 case (ELF::SHF_TLS | ELF::SHF_ALLOC | ELF::SHF_WRITE):
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp     [all...]
  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp.h 431 SHF_TLS = 0x400,
    [all...]
  /external/elfutils/libelf/
elf.h 369 #define SHF_TLS (1 << 10) /* Section hold thread-local data. */
    [all...]

Completed in 1503 milliseconds

1 2