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

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
nested-subp2.exp 36 set ld_flags ldflags=-Wl,--no-warn-execstack
nested-subp3.exp 36 set ld_flags ldflags=-Wl,--no-warn-execstack
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
nested-subp2.exp 36 set ld_flags ldflags=-Wl,--no-warn-execstack
nested-subp3.exp 36 set ld_flags ldflags=-Wl,--no-warn-execstack
  /src/tools/binutils/
Makefile 17 --enable-default-execstack=no \
  /src/external/gpl3/binutils/dist/include/
bfdlink.h 506 /* Set if the "-z execstack" option has been used to request that a
513 unsigned int execstack: 1;
519 Note - this flag is not quite orthogonal to execstack, since both
526 The execstack and noexecstack flags should never both be 1. */
533 file and execstack is 0 or noexecstack is 1.
511 unsigned int execstack: 1; member in struct:bfd_link_info
  /src/external/gpl3/binutils.old/dist/include/
bfdlink.h 498 /* Set if the "-z execstack" option has been used to request that a
505 unsigned int execstack: 1;
511 Note - this flag is not quite orthogonal to execstack, since both
518 The execstack and noexecstack flags should never both be 1. */
525 file and execstack is 0 or noexecstack is 1.
503 unsigned int execstack: 1; member in struct:bfd_link_info
  /src/external/gpl3/gdb.old/dist/include/
bfdlink.h 495 /* Set if the "-z execstack" option has been used to request that a
502 unsigned int execstack: 1;
508 Note - this flag is not quite orthogonal to execstack, since both
515 The execstack and noexecstack flags should never both be 1. */
522 file and execstack is 0 or noexecstack is 1.
500 unsigned int execstack: 1; member in struct:bfd_link_info
  /src/external/gpl3/gdb/dist/include/
bfdlink.h 498 /* Set if the "-z execstack" option has been used to request that a
505 unsigned int execstack: 1;
511 Note - this flag is not quite orthogonal to execstack, since both
518 The execstack and noexecstack flags should never both be 1. */
525 file and execstack is 0 or noexecstack is 1.
503 unsigned int execstack: 1; member in struct:bfd_link_info
  /src/external/gpl3/binutils/dist/ld/
ldelf.c 1322 if (link_info.execstack == !link_info.noexecstack)
1324 /* PR ld/16744: If "-z [no]execstack" has been specified on the
1327 linkinfo.[no]execstack values set in _handle_option() will have no
1329 same way as the assembler does with its --[no]execstack option. */
1330 flagword flags = SEC_READONLY | (link_info.execstack ? SEC_CODE : 0);
configure 1559 --enable-warn-execstack enable warnings when creating an executable stack
1560 --enable-error-execstack
1567 --enable-default-execstack
15926 # requesting such, not when the user specifies -z execstack.
15928 # Check whether --enable-warn-execstack was given.
15938 # Check whether --enable-error-execstack was given.
15968 # Check whether --enable-default-execstack was given.
  /src/external/gpl3/binutils.old/dist/ld/
ldelf.c 1321 if (link_info.execstack == !link_info.noexecstack)
1323 /* PR ld/16744: If "-z [no]execstack" has been specified on the
1326 linkinfo.[no]execstack values set in _handle_option() will have no
1328 same way as the assembler does with its --[no]execstack option. */
1329 flagword flags = SEC_READONLY | (link_info.execstack ? SEC_CODE : 0);
configure 1552 --enable-warn-execstack enable warnings when creating an executable stack
1553 --enable-error-execstack
1560 --enable-default-execstack
15523 # requesting such, not when the user specifies -z execstack.
15525 # Check whether --enable-warn-execstack was given.
15535 # Check whether --enable-error-execstack was given.
15565 # Check whether --enable-default-execstack was given.
  /src/external/gpl3/binutils/dist/bfd/
elflink.c 7465 if (info->execstack)
7475 error: creating an executable stack because of -z execstack command line option"));
7481 warning: enabling an executable stack because of -z execstack command line option"));
  /src/external/gpl3/binutils.old/dist/bfd/
elflink.c 7422 if (info->execstack)
7432 error: creating an executable stack because of -z execstack command line option"));
7438 warning: enabling an executable stack because of -z execstack command line option"));
  /src/external/gpl3/gdb.old/dist/bfd/
elflink.c 7365 if (info->execstack)
7375 error: creating an executable stack because of -z execstack command line option"));
7381 warning: enabling an executable stack because of -z execstack command line option"));
  /src/external/gpl3/gdb/dist/bfd/
elflink.c 7440 if (info->execstack)
7450 error: creating an executable stack because of -z execstack command line option"));
7456 warning: enabling an executable stack because of -z execstack command line option"));

Completed in 94 milliseconds