Home
last modified time | relevance | path

Searched refs:elf64_alpha_use_secureplt (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/ld/emultempl/
Dalphaelf.em33 extern bfd_boolean elf64_alpha_use_secureplt;
64 plt_os[0]->constraint = elf64_alpha_use_secureplt ? 0 : -1;
65 plt_os[1]->constraint = elf64_alpha_use_secureplt ? -1 : 0;
140 elf64_alpha_use_secureplt = TRUE;
143 elf64_alpha_use_secureplt = FALSE;
/toolchain/binutils/binutils-2.27/bfd/
Delf64-alpha.c86 bfd_boolean elf64_alpha_use_secureplt = TRUE; variable
88 bfd_boolean elf64_alpha_use_secureplt = FALSE; variable
97 (elf64_alpha_use_secureplt ? NEW_PLT_HEADER_SIZE : OLD_PLT_HEADER_SIZE)
99 (elf64_alpha_use_secureplt ? NEW_PLT_ENTRY_SIZE : OLD_PLT_ENTRY_SIZE)
1300 | (elf64_alpha_use_secureplt ? SEC_READONLY : 0)); in elf64_alpha_create_dynamic_sections()
1319 if (elf64_alpha_use_secureplt) in elf64_alpha_create_dynamic_sections()
2635 if (elf64_alpha_use_secureplt) in elf64_alpha_size_plt_section()
2645 if (elf64_alpha_use_secureplt) in elf64_alpha_size_plt_section()
2993 if (elf64_alpha_use_secureplt in elf64_alpha_size_dynamic_sections()
4894 if (elf64_alpha_use_secureplt) in elf64_alpha_finish_dynamic_symbol()
[all …]
DChangeLog-20052300 (elf64_alpha_use_secureplt): New.
/toolchain/binutils/binutils-2.27/ld/
DChangeLog-2005972 (elf64_alpha_use_secureplt): Declare.