Home
last modified time | relevance | path

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

12345

/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dembedspu.sh147 -Wa,-mbig -Wa,-noexecstack -Wl,-r -Wl,-x -o ${OUTFILE} - <<EOF
H A DChangeLog-2008169 * embedspu.sh: Pass -Wa,-noexecstack to $CC.
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dembedspu.sh149 -Wa,-mbig -Wa,-noexecstack -Wl,-r -Wl,-x -o ${OUTFILE} - <<EOF
H A DChangeLog-2008169 * embedspu.sh: Pass -Wa,-noexecstack to $CC.
/netbsd-src/external/gpl3/binutils/dist/ld/emultempl/
H A Dnto.em152 if (link_info.stacksize <= 0 && (link_info.execstack == link_info.noexecstack))
176 else if (!is_update || link_info.noexecstack)
H A Delf.em780 link_info.noexecstack = false;
782 else if (strcmp (optarg, "noexecstack") == 0)
784 link_info.noexecstack = true;
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dbfdlink.h493 unsigned int noexecstack: 1; member
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dbfdlink.h508 unsigned int noexecstack: 1; member
H A DChangeLog19 'execstack', 'noexecstack' and 'warn_execstack' fields.
/netbsd-src/external/bsd/libfido2/dist/
H A DCMakeLists.txt373 " -Wl,-z,noexecstack -Wl,-z,relro,-z,now")
376 " -Wl,-z,noexecstack -Wl,-z,relro,-z,now")
/netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/
H A Delf.em777 link_info.noexecstack = false;
779 else if (strcmp (optarg, "noexecstack") == 0)
781 link_info.noexecstack = true;
/netbsd-src/sys/external/isc/libsodium/dist/
H A Dconfigure.ac325 AX_CHECK_LINK_FLAG([-Wl,-z,noexecstack], [LDFLAGS="$LDFLAGS -Wl,-z,noexecstack"])
H A Dconfigure8613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the linker accepts -Wl,-z,noexecstack" >&5
8614 $as_echo_n "checking whether the linker accepts -Wl,-z,noexecstack... " >&6; }
8620 LDFLAGS="$LDFLAGS -Wl,-z,noexecstack"
8644 LDFLAGS="$LDFLAGS -Wl,-z,noexecstack"
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Doptions.cc1154 else if (this->noexecstack()) in finalize()
H A Doptions.h1512 DEFINE_bool(noexecstack, options::DASH_Z, '\0', false,
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Doptions.cc1154 else if (this->noexecstack()) in finalize()
H A Doptions.h1517 DEFINE_bool(noexecstack, options::DASH_Z, '\0', false,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.def165 CODEGENOPT(NoExecStack , 1, 0) ///< Set when -Wa,--noexecstack is enabled.
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dldelf.c1315 if (link_info.execstack == !link_info.noexecstack) in ldelf_after_open()
H A DChangeLog-2011312 -z common-page-size, -z execstack, -z noexecstack for all targets.
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dldelf.c1319 if (link_info.execstack == !link_info.noexecstack) in ldelf_after_open()
H A DChangeLog-2011312 -z common-page-size, -z execstack, -z noexecstack for all targets.
/netbsd-src/external/lgpl3/gmp/dist/
H A Dacinclude.m41673 dnl can be compiled/assembled with -Wa,--noexecstack. It does not determine
1677 AC_CACHE_CHECK([whether assembler supports --noexecstack option],
1685 && AC_TRY_COMMAND([${CC} $CFLAGS $CPPFLAGS -Wa,--noexecstack
1694 ASMFLAGS="$ASMFLAGS -Wa,--noexecstack"
/netbsd-src/external/gpl3/binutils/dist/ld/po/
H A Dsv.po2864 msgid " -z noexecstack Mark executable as not requiring executable stack\n"
2865 msgstr " -z noexecstack Markera körbar fil som att den inte behöver körbar stack\n"
2869 #| msgid " -z noexecstack Mark executable as not requiring executable stack\n"
2871 msgstr " -z noexecstack Markera körbar fil som att den inte behöver körbar stack\n"
2875 #| msgid " -z noexecstack Mark executable as not requiring executable stack\n"
2877 msgstr " -z noexecstack Markera körbar fil som att den inte behöver körbar stack\n"
2886 #| msgid " -z noexecstack Mark executable as not requiring executable stack\n"
2888 msgstr " -z noexecstack Markera körbar fil som att den inte behöver körbar stack\n"
/netbsd-src/external/gpl3/binutils.old/dist/gold/po/
H A Dsr.po1249 msgid "one or more inputs require executable stack, but -z noexecstack was given"
1250 msgstr "један или више улаза захтева извршиви спремник, али је дато „-z noexecstack“"

12345