Home
last modified time | relevance | path

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

12

/toolchain/binutils/binutils-2.25/include/elf/
Dinternal.h297 && (segment)->p_type != PT_TLS)
312 && ((segment)->p_type == PT_TLS \
318 && (segment)->p_type != PT_TLS \
Dcommon.h427 #define PT_TLS 7 /* Thread local storage segment */ macro
DChangeLog-910331 * common.h (PT_TLS, SHF_TLS, STT_TLS, DF_STATIC_TLS): Define.
/toolchain/binutils/binutils-2.25/gold/testsuite/
Dscript_test_9.t5 tls PT_TLS;
Dscript_test_3.t54 tls PT_TLS;
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
Dsize-2.t6 tls PT_TLS FLAGS (4);
/toolchain/binutils/binutils-2.25/gold/
Dlayout.cc2030 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()
Doutput.cc4069 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()
Dscript.cc3269 PHDR_TYPE(PT_TLS),
Dscript-sections.cc3967 Output_segment* oseg = layout->make_output_segment(elfcpp::PT_TLS, in create_note_and_tls_segments()
Doutput.h4607 if (this->type() != elfcpp::PT_TLS) in update_flags_for_output_section()
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-s390/
Dtlsbin.dd8 # PT_TLS layout is:
Dtlsbin_64.dd8 # PT_TLS layout is:
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
Dtlsbindesc.dd8 # PT_TLS layout is:
Dtlsbin.dd8 # PT_TLS layout is:
/toolchain/binutils/binutils-2.25/bfd/
Delf.c996 || 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()
DChangeLog-02035113 into PT_TLS segment. Never put SHF_TLS sections in
5114 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.
DChangeLog-20112295 from PT_TLS header.
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/
Dtlsbindesc.dd8 # PT_TLS layout is:
Dtlsbin.dd8 # PT_TLS layout is:
/toolchain/binutils/binutils-2.25/binutils/
DChangeLog-2006523 * readelf.c (process_program_headers): Match PT_TLS segment
DChangeLog-02031683 * readelf.c (get_segment_type): Add PT_TLS.
Dreadelf.c3349 case PT_TLS: return "TLS"; in get_segment_type()
/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp.h475 PT_TLS = 7,
/toolchain/binutils/binutils-2.25/ld/
DChangeLog-02031015 * ldgram.y (phdr_type): Grok PT_TLS and PT_GNU_EH_FRAME names.
2684 (it allocates space in PT_TLS segment only).

12