Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/modules/crypto/
HDMakefile26 ACFLAGS += -DELF -Wa,--noexecstack
/freebsd-11-stable/lib/libomp/
HDMakefile70 LDFLAGS+= -Wl,-z,noexecstack
/freebsd-11-stable/cddl/lib/libzpool/
HDMakefile20 ACFLAGS+= -Wa,--noexecstack
/freebsd-11-stable/lib/liblzma/
HDMakefile85 ACFLAGS+= -Wa,--noexecstack
/freebsd-11-stable/crypto/openssl/
HDMakefile16 OPTIONS=-Wa,--noexecstack no-ec_nistp_64_gcc_128 no-gmp no-jpake no-krb5 no-libunbound no-md2 no-rc…
17 CONFIGURE_ARGS=linux-x86_64 -Wa,--noexecstack
63 CFLAG= -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -m64 -DL_ENDIAN …
HDconfig892 grep \\--noexecstack >/dev/null && \
/freebsd-11-stable/contrib/gdb/include/
HDbfdlink.h303 unsigned int noexecstack: 1; member
/freebsd-11-stable/contrib/binutils/include/
HDbfdlink.h318 unsigned int noexecstack: 1; member
/freebsd-11-stable/lib/libmd/
HDMakefile107 ACFLAGS+= -DELF -Wa,--noexecstack
/freebsd-11-stable/contrib/binutils/ld/emultempl/
HDelf32.em1895 link_info.noexecstack = FALSE;
1897 else if (strcmp (optarg, "noexecstack") == 0)
1899 link_info.noexecstack = TRUE;
1985 fprintf (file, _(" -z noexecstack\tMark executable as not requiring executable stack\n"));
/freebsd-11-stable/secure/lib/libcrypto/
HDMakefile410 ACFLAGS+= -Wa,--noexecstack
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDCodeGenOptions.def142 CODEGENOPT(NoExecStack , 1, 0) ///< Set when -Wa,--noexecstack is enabled.
/freebsd-11-stable/contrib/binutils/ld/
HDChangeLog-0203865 extra \t in -z noexecstack line.
871 -z execstack and -z noexecstack.
HDld.texinfo1005 @item noexecstack
/freebsd-11-stable/contrib/binutils/gas/
HDChangeLog-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.
/freebsd-11-stable/contrib/gcclibs/include/
HDChangeLog-9103161 * bfdlink.h (struct bfd_link_info): Add execstack and noexecstack.
/freebsd-11-stable/crypto/openssh/
HDconfigure.ac198 OSSH_CHECK_LDFLAG_LINK([-Wl,-z,noexecstack])
/freebsd-11-stable/contrib/binutils/bfd/
HDelflink.c5396 else if (info->noexecstack) in bfd_elf_size_dynamic_sections()
/freebsd-11-stable/contrib/binutils/gas/po/
HDgas.pot120 " --noexecstack don't require executable stack for this object\n"
/freebsd-11-stable/contrib/gcc/
HDChangeLog-200410319 * config/alpha/qrnnd.asm: Mark for noexecstack.