HomeSort by: relevance | last modified time | path
    Searched refs:noexecstack (Results 1 - 17 of 17) sorted by relevancy

  /src/external/bsd/zstd/dist/lib/
libzstd.mk 125 ifeq ($(shell echo "int main(int argc, char* argv[]) { (void)argc; (void)argv; return 0; }" | $(CC) $(FLAGS) -z noexecstack -x c -Werror - -o $(VOID) 2>$(VOID) && echo 1 || echo 0),1)
126 LDFLAGS += -z noexecstack
128 ifeq ($(shell echo | $(CC) $(FLAGS) -Wa,--noexecstack -x assembler -Werror -c - -o $(VOID) 2>$(VOID) && echo 1 || echo 0),1)
129 CFLAGS += -Wa,--noexecstack
131 else ifeq ($(shell echo | $(CC) $(FLAGS) -Qunused-arguments -Wa,--noexecstack -x assembler -Werror -c - -o $(VOID) 2>$(VOID) && echo 1 || echo 0),1)
133 CFLAGS += -Qunused-arguments -Wa,--noexecstack
  /src/external/gpl3/binutils/dist/binutils/
embedspu.sh 147 -Wa,-mbig -Wa,-noexecstack -Wl,-r -Wl,-x -o ${OUTFILE} - <<EOF
  /src/external/gpl3/binutils.old/dist/binutils/
embedspu.sh 147 -Wa,-mbig -Wa,-noexecstack -Wl,-r -Wl,-x -o ${OUTFILE} - <<EOF
  /src/external/gpl3/binutils/dist/include/
bfdlink.h 515 /* Set if the "-z noexecstack" option has been used to request that a
526 The execstack and noexecstack flags should never both be 1. */
527 unsigned int noexecstack: 1;
533 file and execstack is 0 or noexecstack is 1.
525 unsigned int noexecstack: 1; member in struct:bfd_link_info
  /src/external/gpl3/binutils.old/dist/include/
bfdlink.h 507 /* Set if the "-z noexecstack" option has been used to request that a
518 The execstack and noexecstack flags should never both be 1. */
519 unsigned int noexecstack: 1;
525 file and execstack is 0 or noexecstack is 1.
517 unsigned int noexecstack: 1; member in struct:bfd_link_info
  /src/external/gpl3/gdb.old/dist/include/
bfdlink.h 504 /* Set if the "-z noexecstack" option has been used to request that a
515 The execstack and noexecstack flags should never both be 1. */
516 unsigned int noexecstack: 1;
522 file and execstack is 0 or noexecstack is 1.
514 unsigned int noexecstack: 1; member in struct:bfd_link_info
  /src/external/gpl3/gdb/dist/include/
bfdlink.h 507 /* Set if the "-z noexecstack" option has been used to request that a
518 The execstack and noexecstack flags should never both be 1. */
519 unsigned int noexecstack: 1;
525 file and execstack is 0 or noexecstack is 1.
517 unsigned int noexecstack: 1; member in struct:bfd_link_info
  /src/external/gpl3/binutils/dist/ld/
ldelf.c 1322 if (link_info.execstack == !link_info.noexecstack)
  /src/external/gpl3/binutils.old/dist/ld/
ldelf.c 1321 if (link_info.execstack == !link_info.noexecstack)
  /src/crypto/external/bsd/openssl/dist/
Configure 1586 # probe for -Wa,--noexecstack option...
1592 push @{$config{cflags}}, "-Wa,--noexecstack", "-Qunused-arguments";
1597 if (m/--noexecstack/) {
1598 push @{$config{cflags}}, "-Wa,--noexecstack";
  /src/crypto/external/bsd/openssl.old/dist/
Configure 1448 # probe for -Wa,--noexecstack option...
1454 push @{$config{cflags}}, "-Wa,--noexecstack", "-Qunused-arguments";
1459 if (m/--noexecstack/) {
1460 push @{$config{cflags}}, "-Wa,--noexecstack";
  /src/crypto/external/apache2/openssl/dist/
Configure 1725 # probe for -Wa,--noexecstack option...
1731 push @{$config{cflags}}, "-Wa,--noexecstack", "-Qunused-arguments";
1736 if (m/--noexecstack/) {
1737 push @{$config{cflags}}, "-Wa,--noexecstack";
  /src/sys/external/isc/libsodium/dist/
configure 8613 { $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"
  /src/external/gpl3/binutils/dist/bfd/
elflink.c 7486 else if (info->noexecstack)
  /src/external/gpl3/binutils.old/dist/bfd/
elflink.c 7443 else if (info->noexecstack)
  /src/external/gpl3/gdb.old/dist/bfd/
elflink.c 7386 else if (info->noexecstack)
  /src/external/gpl3/gdb/dist/bfd/
elflink.c 7461 else if (info->noexecstack)

Completed in 116 milliseconds