Lines Matching refs:is_relro
815 Output_section_order order, bool is_relro) in get_output_section() argument
880 os = this->make_output_section(name, type, flags, order, is_relro); in get_output_section()
940 bool is_relro) in choose_output_section() argument
1004 order, is_relro); in choose_output_section()
1069 return this->get_output_section(name, name_key, type, flags, order, is_relro); in choose_output_section()
1614 Output_section_order order, bool is_relro) in add_output_section_data() argument
1617 false, order, is_relro); in add_output_section_data()
1644 Output_section_order order, bool is_relro) in make_output_section() argument
1700 is_relro = true; in make_output_section()
1702 is_relro = true; in make_output_section()
1705 is_relro = true; in make_output_section()
1711 is_relro = true; in make_output_section()
1716 is_relro = true; in make_output_section()
1719 if (is_relro) in make_output_section()
1861 if (os->is_relro()) in default_section_order()
2036 if (os->is_relro() && parameters->options().relro()) in attach_allocated_section_to_segment()