| /openbsd-src/gnu/usr.bin/texinfo/makeinfo/ |
| H A D | files.h | 26 typedef struct fstack struct 28 struct fstack *next; argument
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
| H A D | 941014-3.c | 14 gx_font_stack fstack; member 70 while ( (pfont = penum->fstack.items[fdepth].font)->FontType == ft_composite ) in gs_type0_next_char()
|
| /openbsd-src/usr.sbin/smtpd/mail/ |
| H A D | Makefile | 13 CFLAGS+= -fstack-protector-all
|
| /openbsd-src/usr.sbin/ntpd/ |
| H A D | Makefile | 8 CFLAGS+= -fstack-protector-all
|
| /openbsd-src/regress/usr.bin/ssh/misc/sk-dummy/ |
| H A D | Makefile | 27 CFLAGS+= -fstack-protector-all
|
| /openbsd-src/usr.sbin/smtpd/smtpctl/ |
| H A D | Makefile | 14 CFLAGS+= -fstack-protector-all
|
| /openbsd-src/gnu/gcc/libssp/ |
| H A D | configure.ac | 53 AC_MSG_CHECKING([whether -fstack-protector works]) 55 CFLAGS="$CFLAGS -fstack-protector -Werror"
|
| /openbsd-src/regress/usr.bin/ssh/unittests/ |
| H A D | Makefile.inc | 30 CFLAGS+= -fstack-protector-all
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | common.opt | 854 fstack-check 858 fstack-limit 861 fstack-limit-register= 863 -fstack-limit-register=<register> Trap if the stack goes past <register> 865 fstack-limit-symbol= 867 -fstack-limit-symbol=<name> Trap if the stack goes past symbol <name> 869 fstack-protector 873 fstack-protector-all 877 fstack-protector-strong 881 fstack-shuffle
|
| /openbsd-src/usr.sbin/smtpd/smtpd/ |
| H A D | Makefile | 87 CFLAGS+= -fstack-protector-all
|
| /openbsd-src/usr.bin/ssh/ |
| H A D | Makefile.inc | 7 CFLAGS+= -fstack-protector-all
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 114 CODEGENOPT(StackSizeSection , 1, 0) ///< Set when -fstack-size-section is enabled. 186 CODEGENOPT(StackClashProtector, 1, 0) ///< Set when -fstack-clash-protection is enabled.
|
| H A D | AttrDocs.td | 4502 ``-fstack-protector`` compiler option. 4505 ``bar`` will still be built with the stack protector with the ``-fstack-protector`` 4522 which upgrades the stack protector check from ``-fstack-protector`` to 4523 ``-fstack-protector-strong``. 4526 ``-fstack-protector-strong`` but function ``bar`` will still be built with the 4527 stack protector with the ``-fstack-protector`` option.
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | ShadowCallStack.rst | 91 ``-fstack-protector``. It protects from non-linear overflows and arbitrary
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | invoke.texi | 282 -fstack-protector -fstack-protector-all -fstack-protector-strong @gol 660 -fverbose-asm -fpack-struct -fstack-check @gol 661 -fstack-limit-register=@var{reg} -fstack-limit-symbol=@var{sym} @gol 2772 This option is only active when @option{-fstack-protector} is active. It 4265 @item -fstack-protector 4273 @item -fstack-protector-all 4274 Like @option{-fstack-protector} except that all functions are protected. 4276 @item -fstack-protector-strong 4277 Like @option{-fstack-protector} but includes additional functions to 10767 @item -fstack-check [all …]
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | invoke.texi | 339 -fstack-protector -fstack-protector-all -fstack-protector-strong @gol 783 -fverbose-asm -fpack-struct[=@var{n}] -fstack-check @gol 784 -fstack-limit-register=@var{reg} -fstack-limit-symbol=@var{sym} @gol 3574 This option is only active when @option{-fstack-protector} is active. It 5928 @item -fstack-protector 5936 @item -fstack-protector-all 5937 Like @option{-fstack-protector} except that all functions are protected. 5939 @item -fstack-protector-strong 5940 Like @option{-fstack-protector} but includes additional functions to 6414 protection when @option{-fstack-protection} is used. [all …]
|
| H A D | cpp.texi | 2141 This macro is defined, with value 1, when @option{-fstack-protector} is in 2145 This macro is defined, with value 2, when @option{-fstack-protector-all} is 2149 This macro is defined, with value 3, when @option{-fstack-protector-strong} is
|
| H A D | gcc.info | 538 -fstack-protector -fstack-protector-all 975 -fverbose-asm -fpack-struct[=N] -fstack-check 976 -fstack-limit-register=REG -fstack-limit-symbol=SYM 3436 This option is only active when `-fstack-protector' is active. It 5568 `-fstack-protector' 5577 `-fstack-protector-all' 5578 Like `-fstack-protector' except that all functions are protected. 6074 stack smashing protection when `-fstack-protection' is used. 12859 `-fstack-check' 12872 `-fstack-limit-register=REG' [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | ONEWS | 58 New switch, -fstack-check, to check for stack overflow on systems that
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perl5220delta.pod | 225 =head2 Perl is now compiled with C<-fstack-protector-strong> if available 228 C<-fstack-protector> since 5.10.1. Now Perl uses the newer variant 229 called C<-fstack-protector-strong>, if available.
|
| H A D | perl5101delta.pod | 1017 F<Configure> will enable use of C<-fstack-protector>, to provide protection
|
| H A D | perlhack.pod | 1112 cc -fstack-protector -L/usr/local/lib -o miniperl \
|
| /openbsd-src/gnu/llvm/clang/include/clang/Driver/ |
| H A D | Options.td | 2822 def fstack_protector_all : Flag<["-"], "fstack-protector-all">, Group<f_Group>, 2828 def fstack_protector_strong : Flag<["-"], "fstack-protector-strong">, Group<f_Group>, 2830 "Compared to -fstack-protector, this uses a stronger heuristic " 2833 def fstack_protector : Flag<["-"], "fstack-protector">, Group<f_Group>, 3117 def fstack_usage : Flag<["-"], "fstack-usage">, Group<f_Group>,
|
| /openbsd-src/usr.sbin/unbound/ |
| H A D | ltmain.sh | 7544 # -fstack-protector* stack protector flags for GCC 7556 -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | ffe.texi | 1655 when compiling with @samp{-fstack-check} or
|