Searched refs:noexecstack (Results 1 – 20 of 20) sorted by relevance
328 unsigned int noexecstack: 1; member
161 * bfdlink.h (struct bfd_link_info): Add execstack and noexecstack.
303 unsigned int noexecstack: 1; member
160 * bfdlink.h (struct bfd_link_info): Add execstack and noexecstack.
1958 link_info.noexecstack = FALSE;1960 else if (strcmp (optarg, "noexecstack") == 0)1962 link_info.noexecstack = TRUE;2011 fprintf (file, _(" -z noexecstack\tMark executable as not requiring executable stack\n"));
2196 link_info.noexecstack = FALSE;2198 else if (strcmp (optarg, "noexecstack") == 0)2200 link_info.noexecstack = TRUE;2262 fprintf (file, _(" -z noexecstack\tMark executable as not requiring executable stack\n"));
177 CODEGENOPT(NoExecStack , 1, 0) ///< Set when -Wa,--noexecstack is enabled.
865 extra \t in -z noexecstack line.871 -z execstack and -z noexecstack.
991 @item noexecstack
1810 * as.c (show_usage): Document --execstack and --noexecstack.1811 (parse_args): Add --execstack and --noexecstack.1813 --noexecstack was given on comand line, set its SHF_EXECINSTR bit.
4632 else if (info->noexecstack) in bfd_elf_size_dynamic_sections()
5118 else if (info->noexecstack) in bfd_elf_size_dynamic_sections()
126 msgid " --noexecstack don't require executable stack for this object\n"127 msgstr " --noexecstack bu nesne için işlenebilir yığıt şartı koymaz\n"
116 " --noexecstack don't require executable stack for this object\n"
137 msgid " --noexecstack don't require executable stack for this object\n"138 msgstr " --noexecstack bu nesne için işlenebilir yığıt şartı koymaz\n"
120 " --noexecstack don't require executable stack for this object\n"
365 * config/alpha/qrnnd.asm: Mark for noexecstack.