/openbsd/gnu/usr.bin/binutils-2.17/include/elf/ |
H A D | internal.h | 258 && (segment->p_type != PT_TLS \ 277 || segment->p_type == PT_TLS))
|
H A D | common.h | 302 #define PT_TLS 7 /* Thread local storage segment */ macro
|
H A D | ChangeLog-9103 | 31 * common.h (PT_TLS, SHF_TLS, STT_TLS, DF_STATIC_TLS): Define.
|
/openbsd/lib/libc/dlfcn/ |
H A D | init.c | 267 if (phdr[i].p_type != PT_TLS) in setup_static_tib()
|
/openbsd/gnu/usr.bin/binutils/include/elf/ |
H A D | common.h | 287 #define PT_TLS 7 /* Thread local storage segment */ macro
|
/openbsd/libexec/ld.so/ |
H A D | library.c | 181 case PT_TLS: in _dl_tryload_shlib()
|
H A D | library_mquery.c | 217 case PT_TLS: in _dl_tryload_shlib()
|
H A D | loader.c | 610 case PT_TLS: in _dl_boot()
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_linux_libcdep.cpp | 402 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 D | ELFDump.cpp | 271 case ELF::PT_TLS: in printProgramHeaders()
|
/openbsd/sys/sys/ |
H A D | exec_elf.h | 469 #define PT_TLS 7 /* thread local storage */ macro
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | ChangeLog | 190 * readelf.c (process_program_headers): Match PT_TLS segment
|
H A D | ChangeLog-0203 | 1683 * readelf.c (get_segment_type): Add PT_TLS.
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elf.c | 1099 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 D | ELF.h | 1388 PT_TLS = 7, // The thread-local storage template. enumerator
|
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 1838 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 D | elf.c | 968 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 D | Writer.cpp | 2062 if (p->p_type == PT_TLS) in finalizeSections() 2366 PhdrEntry *tlsHdr = make<PhdrEntry>(PT_TLS, PF_R); in createPhdrs()
|
H A D | ScriptParser.cpp | 1574 .Case("PT_TLS", PT_TLS) in readPhdrType()
|
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 1403 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 D | ELFYAML.cpp | 68 ECase(PT_TLS); in enumeration()
|
/openbsd/gnu/llvm/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.cpp | 1194 bool SegmentIsTLS = Seg.Type == PT_TLS; in sectionWithinSegment()
|
/openbsd/gnu/usr.bin/binutils/ld/ |
H A D | ChangeLog-0203 | 1015 * 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 D | ChangeLog-0203 | 1015 * 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 D | ChangeLog-0203 | 1683 * readelf.c (get_segment_type): Add PT_TLS.
|