Searched refs:is_relro (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/binutils/gold/
H A Dlayout.h684 bool is_relro);
1141 Output_section_order order, bool is_relro);
1153 bool is_relro, bool is_reloc, bool match_input_spec);
1159 bool is_relro);
H A Dlayout.cc818 Output_section_order order, bool is_relro)
883 os = this->make_output_section(name, type, flags, order, is_relro);
946 bool is_relro, bool is_reloc,
1012 order, is_relro);
1071 return this->get_output_section(name, name_key, type, flags, order, is_relro);
1623 Output_section_order order, bool is_relro)
1626 false, order, is_relro,
1654 Output_section_order order, bool is_relro)
1710 is_relro = true;
1712 is_relro
[all...]
H A Dscript-sections.cc606 is_relro() const function in class:gold::Sections_element
1981 is_relro() const function in class:gold::Output_section_definition
2997 is_relro() const function in class:gold::Orphan_output_section
2998 { return this->os_->is_relro(); }
3660 if ((**where)->is_relro())
H A Doutput.h3552 is_relro() const function in class:gold::Output_section
H A Doutput.cc4223 return p->is_section() && p->output_section()->is_relro();

Completed in 240 milliseconds