Searched refs:is_got_plt_relro (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/binutils/gold/
H A Dx86_64.cc1321 bool is_got_plt_relro = parameters->options().now(); local
1322 Output_section_order got_order = (is_got_plt_relro
1325 Output_section_order got_plt_order = (is_got_plt_relro
1341 is_got_plt_relro);
1346 if (!is_got_plt_relro)
1369 got_plt_order, is_got_plt_relro);
1378 got_plt_order, is_got_plt_relro);
H A Di386.cc944 bool is_got_plt_relro = parameters->options().now(); local
945 Output_section_order got_order = (is_got_plt_relro
948 Output_section_order got_plt_order = (is_got_plt_relro
962 is_got_plt_relro);
967 if (!is_got_plt_relro)
990 got_plt_order, is_got_plt_relro);
999 got_plt_order, is_got_plt_relro);
H A Dtilegx.cc1867 bool is_got_plt_relro = parameters->options().now(); local
1868 Output_section_order got_order = (is_got_plt_relro
1871 Output_section_order got_plt_order = (is_got_plt_relro
1914 is_got_plt_relro);
1920 if (!is_got_plt_relro)
1935 got_plt_order, is_got_plt_relro);
H A Daarch64.cc3589 bool is_got_plt_relro = parameters->options().now(); local
3590 Output_section_order got_order = (is_got_plt_relro
3593 Output_section_order got_plt_order = (is_got_plt_relro
3633 is_got_plt_relro);
3648 is_got_plt_relro);
3658 is_got_plt_relro);
3660 if (!is_got_plt_relro)

Completed in 190 milliseconds