Home
last modified time | relevance | path

Searched refs:increase_relro (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gold/
Dlayout.cc3931 unsigned int increase_relro = this->increase_relro_; in set_segment_offsets() local
3933 increase_relro = 0; in set_segment_offsets()
4088 &increase_relro, in set_segment_offsets()
4123 increase_relro = this->increase_relro_; in set_segment_offsets()
4125 increase_relro = 0; in set_segment_offsets()
4130 &increase_relro, in set_segment_offsets()
4182 &increase_relro, in set_segment_offsets()
4203 ? increase_relro in set_segment_offsets()
Dlayout.h738 increase_relro(unsigned int s) in increase_relro() function
Doutput.cc4278 unsigned int* increase_relro, in set_section_addresses() argument
4338 relro_size += *increase_relro; in set_section_addresses()
4389 *increase_relro += last_relro_pad; in set_section_addresses()
Doutput.h4782 unsigned int* increase_relro, bool* has_relro,
Di386.cc971 layout->increase_relro(3 * 4); in got_section()
Dtilegx.cc1927 layout->increase_relro(size / 8); in got_section()
Dx86_64.cc1402 layout->increase_relro(3 * 8); in got_section()
DChangeLog-08158501 (Layout::set_segment_offsets): Reset increase_relro before calling
8653 * output.h (Output_segment::set_section_addresses): Pass increase_relro
8656 to increase_relro. Add padding to *increase_relro when ORDER_RELRO_LAST
12475 (Layout::set_segment_offsets): Clear increase_relro when using a
12477 * layout.h (class Layout): Add increase_relro method. Add
12484 (Output_segment::set_section_addresses): Add increase_relro
12495 Create separate .got.plt section. Call increase_relro.
Daarch64.cc3748 layout->increase_relro( in got_section()