Home
last modified time | relevance | path

Searched refs:PT_TLS (Results 1 – 25 of 30) sorted by relevance

12

/openbsd/gnu/usr.bin/binutils-2.17/include/elf/
H A Dinternal.h258 && (segment->p_type != PT_TLS \
277 || segment->p_type == PT_TLS))
H A Dcommon.h302 #define PT_TLS 7 /* Thread local storage segment */ macro
H A DChangeLog-910331 * common.h (PT_TLS, SHF_TLS, STT_TLS, DF_STATIC_TLS): Define.
/openbsd/lib/libc/dlfcn/
H A Dinit.c267 if (phdr[i].p_type != PT_TLS) in setup_static_tib()
/openbsd/gnu/usr.bin/binutils/include/elf/
H A Dcommon.h287 #define PT_TLS 7 /* Thread local storage segment */ macro
/openbsd/libexec/ld.so/
H A Dlibrary.c181 case PT_TLS: in _dl_tryload_shlib()
H A Dlibrary_mquery.c217 case PT_TLS: in _dl_tryload_shlib()
H A Dloader.c610 case PT_TLS: in _dl_boot()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cpp402 if (info->dlpi_phdr[i].p_type == PT_TLS) { in CollectStaticTlsBlocks()
465 if (hdr->p_type == PT_TLS && info->dlpi_tls_modid == 1) { in GetSizeFromHdr()
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/
H A DELFDump.cpp271 case ELF::PT_TLS: in printProgramHeaders()
/openbsd/sys/sys/
H A Dexec_elf.h469 #define PT_TLS 7 /* thread local storage */ macro
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A DChangeLog190 * readelf.c (process_program_headers): Match PT_TLS segment
H A DChangeLog-02031683 * readelf.c (get_segment_type): Add PT_TLS.
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf.c1099 case PT_TLS: pt = "TLS"; break; in get_segment_type()
3938 m->p_type = PT_TLS; in map_sections_to_segments()
4532 || p->p_type == PT_TLS) in assign_file_positions_for_segments()
4553 || p->p_type == PT_TLS) in assign_file_positions_for_segments()
4632 || p->p_type == PT_TLS) in assign_file_positions_for_segments()
4635 if (p->p_type == PT_TLS in assign_file_positions_for_segments()
5335 != SEC_THREAD_LOCAL || segment->p_type == PT_TLS) \ in rewrite_elf_program_header()
5404 && (segment->p_type != PT_TLS \ in rewrite_elf_program_header()
5407 || segment->p_type == PT_TLS \ in rewrite_elf_program_header()
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h1388 PT_TLS = 7, // The thread-local storage template. enumerator
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1838 if (PHdr.p_type != PT_LOAD && PHdr.p_type != PT_TLS) in CreateSections()
1842 PHdr.p_type == PT_TLS ? tls_provider : regular_provider; in CreateSections()
1854 Segment->SetIsThreadSpecific(PHdr.p_type == PT_TLS); in CreateSections()
3181 CASE_AND_STREAM(s, PT_TLS, kStrWidth); in DumpELFProgramHeader_p_type()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Delf.c968 case PT_TLS: pt = "TLS"; break; in _bfd_elf_print_private_bfd_data()
3484 m->p_type = PT_TLS; in map_sections_to_segments()
4043 || p->p_type == PT_TLS) in assign_file_positions_for_segments()
4049 if (p->p_type == PT_TLS in assign_file_positions_for_segments()
4702 != SEC_THREAD_LOCAL || segment->p_type == PT_TLS) \ in copy_private_bfd_data()
4760 && (segment->p_type != PT_TLS \ in copy_private_bfd_data()
4763 || segment->p_type == PT_TLS \ in copy_private_bfd_data()
/openbsd/gnu/llvm/lld/ELF/
H A DWriter.cpp2062 if (p->p_type == PT_TLS) in finalizeSections()
2366 PhdrEntry *tlsHdr = make<PhdrEntry>(PT_TLS, PF_R); in createPhdrs()
H A DScriptParser.cpp1574 .Case("PT_TLS", PT_TLS) in readPhdrType()
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1403 LLVM_READOBJ_ENUM_CASE(ELF, PT_TLS); in segmentTypeToString()
4239 return Phdr.p_type == ELF::PT_TLS; in checkTLSSections()
4243 return (Phdr.p_type == ELF::PT_TLS) || (Phdr.p_type == ELF::PT_LOAD) || in checkTLSSections()
4248 return Phdr.p_type != ELF::PT_TLS; in checkTLSSections()
4281 bool IsTbssInNonTLS = IsTbss && Phdr.p_type != ELF::PT_TLS; in checkVMA()
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DELFYAML.cpp68 ECase(PT_TLS); in enumeration()
/openbsd/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1194 bool SegmentIsTLS = Seg.Type == PT_TLS; in sectionWithinSegment()
/openbsd/gnu/usr.bin/binutils/ld/
H A DChangeLog-02031015 * ldgram.y (phdr_type): Grok PT_TLS and PT_GNU_EH_FRAME names.
2684 (it allocates space in PT_TLS segment only).
/openbsd/gnu/usr.bin/binutils-2.17/ld/
H A DChangeLog-02031015 * ldgram.y (phdr_type): Grok PT_TLS and PT_GNU_EH_FRAME names.
2684 (it allocates space in PT_TLS segment only).
/openbsd/gnu/usr.bin/binutils/binutils/
H A DChangeLog-02031683 * readelf.c (get_segment_type): Add PT_TLS.

12