Home | History | Annotate | Download | only in gold

Lines Matching refs:seg_flags

1916   elfcpp::Elf_Word seg_flags = Layout::section_flags_to_segment(flags);
1920 seg_flags |= os->extra_segment_flags();
1945 && ((*p)->flags() & elfcpp::PF_W) != (seg_flags & elfcpp::PF_W))
1948 && ((*p)->flags() & elfcpp::PF_X) != (seg_flags & elfcpp::PF_X))
1967 (*p)->update_flags_for_output_section(seg_flags);
1972 (*p)->add_output_section_to_load(this, os, seg_flags);
1981 seg_flags);
1984 oseg->add_output_section_to_load(this, os, seg_flags);
2008 == (seg_flags & elfcpp::PF_W)))
2010 (*p)->add_output_section_to_nonload(os, seg_flags);
2018 seg_flags);
2019 oseg->add_output_section_to_nonload(os, seg_flags);
2028 this->make_output_segment(elfcpp::PT_TLS, seg_flags);
2029 this->tls_segment_->add_output_section_to_nonload(os, seg_flags);
2036 gold_assert(seg_flags == (elfcpp::PF_R | elfcpp::PF_W));
2038 this->make_output_segment(elfcpp::PT_GNU_RELRO, seg_flags);
2039 this->relro_segment_->add_output_section_to_nonload(os, seg_flags);
2049 this->make_output_segment(elfcpp::PT_INTERP, seg_flags);
2053 this->interp_segment_->add_output_section_to_nonload(os, seg_flags);