Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dlayout.cc3512 unsigned int increase_relro = this->increase_relro_; in set_segment_offsets() local
3514 increase_relro = 0; in set_segment_offsets()
3669 &increase_relro, in set_segment_offsets()
3704 increase_relro = this->increase_relro_; in set_segment_offsets()
3706 increase_relro = 0; in set_segment_offsets()
3711 &increase_relro, in set_segment_offsets()
3763 &increase_relro, in set_segment_offsets()
3782 ? increase_relro in set_segment_offsets()
Dlayout.h684 increase_relro(unsigned int s) in increase_relro() function
Doutput.cc4263 unsigned int* increase_relro, in set_section_addresses() argument
4323 relro_size += *increase_relro; in set_section_addresses()
4372 *increase_relro += last_relro_pad; in set_section_addresses()
Di386.cc944 layout->increase_relro(3 * 4); in got_section()
Doutput.h4626 unsigned int* increase_relro, bool* has_relro,
Dtilegx.cc1913 layout->increase_relro(size / 8); in got_section()
Dx86_64.cc1124 layout->increase_relro(3 * 8); in got_section()
DChangeLog7084 (Layout::set_segment_offsets): Reset increase_relro before calling
7236 * output.h (Output_segment::set_section_addresses): Pass increase_relro
7239 to increase_relro. Add padding to *increase_relro when ORDER_RELRO_LAST
11058 (Layout::set_segment_offsets): Clear increase_relro when using a
11060 * layout.h (class Layout): Add increase_relro method. Add
11067 (Output_segment::set_section_addresses): Add increase_relro
11078 Create separate .got.plt section. Call increase_relro.
Daarch64.cc3611 layout->increase_relro( in got_section()