Searched refs:PT_TLS (Results 1 – 11 of 11) sorted by relevance
47 case ELF::PT_TLS: in printProgramHeaders()
32 #define PT_TLS 7 /* Thread local storage segment */ macro
1158 LLVM_READOBJ_ENUM_CASE(ELF, PT_TLS ); in getElfSegmentType()1178 LLVM_READOBJ_PHDR_ENUM(ELF, PT_TLS) in getElfPtType()2839 ((Phdr.p_type == ELF::PT_TLS) || (Phdr.p_type == ELF::PT_LOAD) || in checkTLSSections()2841 (!(Sec.sh_flags & ELF::SHF_TLS) && Phdr.p_type != ELF::PT_TLS)); in checkTLSSections()2854 (IsSpecial && Phdr.p_type != ELF::PT_TLS) ? 0 : Sec.sh_size; in checkoffsets()2872 (IsSpecial && Phdr.p_type != ELF::PT_TLS) ? 0 : Sec.sh_size; in checkVMA()2951 Phdr.p_type != ELF::PT_TLS; in printProgramHeaders()
988 PT_TLS = 7, // The thread-local storage template. enumerator
1021 PT_TLS = 7, // The thread-local storage template. enumerator
1019 PT_TLS = 7, // The thread-local storage template. enumerator
856 if (phdr != NULL && phdr->p_type == PT_TLS) in check_symtab()4002 || (phdr->p_type == PT_TLS in check_sections()4187 if (phdr != NULL && (phdr->p_type == PT_LOAD || phdr->p_type == PT_TLS)) in check_sections()4443 else if (phdr->p_type == PT_TLS) in check_program_header()
246 * elflint.c (check_symtab): Only check the PT_TLS phdr if it actually2249 (ld_generic_create_outfile): Add PT_TLS entry to program header.
6468 phdr->p_type = PT_TLS; in ld_generic_create_outfile()
605 #define PT_TLS 7 /* Thread-local storage segment */ macro
606 #define PT_TLS 7 /* Thread-local storage segment */ macro