Searched refs:PT_TLS (Results 1 – 19 of 19) sorted by relevance
82 if (seg->type == PT_TLS && ((s->flags & SHF_TLS) == 0)) in add_to_inseg_list()88 else if (seg->type == PT_TLS) in add_to_inseg_list()
198 if (phdr_info.dlpi_phdr[i].p_type == PT_TLS) { in dl_init_phdr_info()
438 if (phdr[i].p_type == PT_TLS) { in _init_tls()
428 if (info->dlpi_phdr[i].p_type == PT_TLS) { in CollectStaticTlsBlocks()489 if (hdr->p_type == PT_TLS && info->dlpi_tls_modid == 1) { in GetSizeFromHdr()
156 case PT_TLS: in map_object()
1728 case PT_TLS: in digest_phdr()
308 case ELF::PT_TLS: in printProgramHeaders()
530 #define PT_TLS 7 /* Thread local storage segment */ macro
1917 if (PHdr.p_type != PT_LOAD && PHdr.p_type != PT_TLS) in CreateSections()1921 PHdr.p_type == PT_TLS ? tls_provider : regular_provider; in CreateSections()1933 Segment->SetIsThreadSpecific(PHdr.p_type == PT_TLS); in CreateSections()3362 CASE_AND_STREAM(s, PT_TLS, kStrWidth); in DumpELFProgramHeader_p_type()
1478 PT_TLS = 7, // The thread-local storage template. enumerator
1951 if (p->p_type == PT_TLS) in finalizeSections()2280 PhdrEntry *tlsHdr = make<PhdrEntry>(PT_TLS, PF_R); in createPhdrs()
1652 .Case("PT_TLS", PT_TLS) in readPhdrType()
198 bool IsTbssInNonTLS = IsTbss && Phdr.p_type != ELF::PT_TLS; in checkSectionVMA()
961 _ELF_DEFINE_PT(PT_TLS, 7, "thread local storage") \
1484 LLVM_READOBJ_ENUM_CASE(ELF, PT_TLS); in segmentTypeToString()4658 return Phdr.p_type == ELF::PT_TLS; in checkTLSSections()4662 return (Phdr.p_type == ELF::PT_TLS) || (Phdr.p_type == ELF::PT_LOAD) || in checkTLSSections()4667 return Phdr.p_type != ELF::PT_TLS; in checkTLSSections()
353 case PT_TLS: return "PT_TLS"; in elf_phdr_type_str()
68 ECase(PT_TLS); in enumeration()
698 case PT_TLS: return "TLS"; in phdr_type()2560 if (phdr.p_type == PT_TLS && in dump_phdr()
1235 bool SegmentIsTLS = Seg.Type == PT_TLS; in sectionWithinSegment()