Searched refs:SHF_TLS (Results 1 – 20 of 20) sorted by relevance
| /freebsd-10-stable/contrib/binutils/include/elf/ |
| D | internal.h | 264 (((sec_hdr->sh_flags & SHF_TLS) == 0 \ 272 (((((sec_hdr->sh_flags & SHF_TLS) != 0) \ 275 || ((sec_hdr->sh_flags & SHF_TLS) == 0 \
|
| D | common.h | 378 #define SHF_TLS (1 << 10) /* Thread local storage section */ macro
|
| D | ChangeLog-9103 | 31 * common.h (PT_TLS, SHF_TLS, STT_TLS, DF_STATIC_TLS): Define.
|
| /freebsd-10-stable/contrib/llvm/lib/MC/ |
| D | MCSectionELF.cpp | 84 if (Flags & ELF::SHF_TLS) in PrintSwitchToSection() 105 if (Flags & ELF::SHF_TLS) in PrintSwitchToSection()
|
| D | MCObjectFileInfo.cpp | 394 ELF::SHF_ALLOC | ELF::SHF_TLS | in InitELFMCObjectFileInfo() 400 ELF::SHF_ALLOC | ELF::SHF_TLS | in InitELFMCObjectFileInfo()
|
| D | MCELFStreamer.cpp | 91 if (Section.getFlags() & ELF::SHF_TLS) in EmitLabel()
|
| /freebsd-10-stable/contrib/llvm/lib/MC/MCParser/ |
| D | ELFAsmParser.cpp | 105 ELF::SHF_TLS | ELF::SHF_WRITE, in ParseSectionDirectiveTData() 111 ELF::SHF_TLS | ELF::SHF_WRITE, in ParseSectionDirectiveTBSS() 274 if (Flags & ELF::SHF_TLS) in computeSectionKind() 303 flags |= ELF::SHF_TLS; in parseSectionFlags()
|
| /freebsd-10-stable/contrib/binutils/gas/config/ |
| D | obj-elf.c | 665 | ((attr & SHF_TLS) ? SEC_THREAD_LOCAL : 0)); in obj_elf_change_section() 751 attr |= SHF_TLS; in obj_elf_parse_section_letters() 794 return SHF_TLS; in obj_elf_section_word()
|
| /freebsd-10-stable/contrib/llvm/lib/Object/ |
| D | ELFYAML.cpp | 277 BCase(SHF_TLS) in bitset()
|
| /freebsd-10-stable/sys/sys/ |
| D | elf_common.h | 474 #define SHF_TLS 0x400 /* Section contains TLS data. */ macro
|
| /freebsd-10-stable/contrib/llvm/lib/CodeGen/ |
| D | TargetLoweringObjectFileImpl.cpp | 189 Flags |= ELF::SHF_TLS; in getELFSectionFlags()
|
| /freebsd-10-stable/contrib/llvm/include/llvm/Support/ |
| D | ELF.h | 1299 SHF_TLS = 0x400U, in LLVM_ENUM_INT_TYPE()
|
| /freebsd-10-stable/contrib/llvm/tools/llvm-readobj/ |
| D | ELFDumper.cpp | 388 LLVM_READOBJ_ENUM_ENT(ELF, SHF_TLS ),
|
| /freebsd-10-stable/contrib/binutils/bfd/ |
| D | elf.c | 842 if ((hdr->sh_flags & SHF_TLS) != 0) in _bfd_elf_make_section_from_shdr() 2424 { STRING_COMMA_LEN (".tbss"), -2, SHT_NOBITS, SHF_ALLOC + SHF_WRITE + SHF_TLS }, 2425 { STRING_COMMA_LEN (".tdata"), -2, SHT_PROGBITS, SHF_ALLOC + SHF_WRITE + SHF_TLS }, 2906 this_hdr->sh_flags |= SHF_TLS; in elf_fake_sections() 4450 if ((elf_section_flags (m->sections[i]) & SHF_TLS) == 0 in assign_file_positions_for_load_sections() 4576 && ((this_hdr->sh_flags & SHF_TLS) == 0 in assign_file_positions_for_load_sections() 4642 else if ((this_hdr->sh_flags & SHF_TLS) == 0) in assign_file_positions_for_load_sections()
|
| D | elfxx-ia64.c | 1557 if (elfNN_ia64_hpux_vec (abfd->xvec) && (sec->flags & SHF_TLS))
|
| D | ChangeLog-0203 | 5112 [INCLUDE_SECTION_IN_SEGMENT]: Only put SHF_TLS sections 5113 into PT_TLS segment. Never put SHF_TLS sections in 8787 for symbols from SHF_TLS section. 8789 (elf_fake_sections): Set SHF_TLS for SEC_THREAD_LOCAL sections.
|
| D | ChangeLog-2006 | 3445 if SHF_TLS is set.
|
| /freebsd-10-stable/contrib/binutils/binutils/ |
| D | readelf.c | 3891 case SHF_TLS: index = 9; break; in get_elf_section_flags() 3932 case SHF_TLS: *p = 'T'; break; in get_elf_section_flags()
|
| D | ChangeLog-0203 | 1684 (get_elf_section_flags): Add SHF_TLS.
|
| /freebsd-10-stable/contrib/binutils/gas/ |
| D | ChangeLog-0203 | 5758 (obj_elf_change_section): Set SEC_THREAD_LOCAL for SHF_TLS 5760 (obj_elf_parse_section_letters): Support T in section flags (SHF_TLS).
|