Searched refs:PT_TLS (Results 1 – 25 of 26) sorted by relevance
12
297 && (segment)->p_type != PT_TLS)312 && ((segment)->p_type == PT_TLS \318 && (segment)->p_type != PT_TLS \
427 #define PT_TLS 7 /* Thread local storage segment */ macro
31 * common.h (PT_TLS, SHF_TLS, STT_TLS, DF_STATIC_TLS): Define.
5 tls PT_TLS;
54 tls PT_TLS;
6 tls PT_TLS FLAGS (4);
2030 this->make_output_segment(elfcpp::PT_TLS, seg_flags); in attach_allocated_section_to_segment()2328 if (segment->type() == elfcpp::PT_TLS) in restore_segments()3345 if (type1 == elfcpp::PT_TLS in segment_precedes()3346 && type2 != elfcpp::PT_TLS in segment_precedes()3349 if (type2 == elfcpp::PT_TLS in segment_precedes()3350 && type1 != elfcpp::PT_TLS in segment_precedes()5314 if (type == elfcpp::PT_TLS) in make_output_segment()
4069 if (type == elfcpp::PT_TLS) in Output_segment()4693 if (this->type_ == elfcpp::PT_TLS) in set_offset()4706 gold_assert(this->type_ == elfcpp::PT_TLS); in set_tls_offsets()
3269 PHDR_TYPE(PT_TLS),
3967 Output_segment* oseg = layout->make_output_segment(elfcpp::PT_TLS, in create_note_and_tls_segments()
4607 if (this->type() != elfcpp::PT_TLS) in update_flags_for_output_section()
8 # PT_TLS layout is:
996 || phdr->p_type == PT_TLS) in _bfd_elf_make_section_from_shdr()1176 case PT_TLS: pt = "TLS"; break; in get_segment_type()4215 m->p_type = PT_TLS; in _bfd_elf_map_sections_to_segments()4791 || p->p_type == PT_TLS) in assign_file_positions_for_load_sections()4795 || p->p_type == PT_TLS)))) in assign_file_positions_for_load_sections()4886 if (p->p_type == PT_TLS) in assign_file_positions_for_load_sections()5628 != SEC_THREAD_LOCAL || segment->p_type == PT_TLS) \ in rewrite_elf_program_header()5695 && (segment->p_type != PT_TLS \ in rewrite_elf_program_header()5698 || segment->p_type == PT_TLS \ in rewrite_elf_program_header()
5113 into PT_TLS segment. Never put SHF_TLS sections in5114 segments other than PT_TLS or PT_LOAD.8788 (_bfd_elf_print_private_bfd_data): Add PT_TLS.8790 (map_sections_to_segments): Build PT_TLS segment if necessary.8792 (get_program_header_size): Account for PT_TLS segment.
2295 from PT_TLS header.
523 * readelf.c (process_program_headers): Match PT_TLS segment
1683 * readelf.c (get_segment_type): Add PT_TLS.
3349 case PT_TLS: return "TLS"; in get_segment_type()
475 PT_TLS = 7,
1015 * ldgram.y (phdr_type): Grok PT_TLS and PT_GNU_EH_FRAME names.2684 (it allocates space in PT_TLS segment only).