Home
last modified time | relevance | path

Searched refs:noexecstack (Results 1 – 20 of 20) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils-2.17/include/
H A Dbfdlink.h328 unsigned int noexecstack: 1; member
H A DChangeLog-9103161 * bfdlink.h (struct bfd_link_info): Add execstack and noexecstack.
/openbsd-src/gnu/usr.bin/binutils/include/
H A Dbfdlink.h303 unsigned int noexecstack: 1; member
H A DChangeLog-9103160 * bfdlink.h (struct bfd_link_info): Add execstack and noexecstack.
/openbsd-src/gnu/usr.bin/binutils/ld/emultempl/
H A Delf32.em1958 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"));
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/emultempl/
H A Delf32.em2196 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"));
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCodeGenOptions.def177 CODEGENOPT(NoExecStack , 1, 0) ///< Set when -Wa,--noexecstack is enabled.
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/
H A DChangeLog-0203865 extra \t in -z noexecstack line.
871 -z execstack and -z noexecstack.
H A Dld.texinfo991 @item noexecstack
/openbsd-src/gnu/usr.bin/binutils/ld/
H A DChangeLog-0203865 extra \t in -z noexecstack line.
871 -z execstack and -z noexecstack.
/openbsd-src/gnu/usr.bin/binutils/gas/
H A DChangeLog-02031810 * 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.
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-02031810 * 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.
/openbsd-src/gnu/gcc/include/
H A DChangeLog-9103161 * bfdlink.h (struct bfd_link_info): Add execstack and noexecstack.
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Delflink.c4632 else if (info->noexecstack) in bfd_elf_size_dynamic_sections()
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Delflink.c5118 else if (info->noexecstack) in bfd_elf_size_dynamic_sections()
/openbsd-src/gnu/usr.bin/binutils/gas/po/
H A Dtr.po126 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"
H A Dgas.pot116 " --noexecstack don't require executable stack for this object\n"
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/po/
H A Dtr.po137 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"
H A Dgas.pot120 " --noexecstack don't require executable stack for this object\n"
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog365 * config/alpha/qrnnd.asm: Mark for noexecstack.