Home
last modified time | relevance | path

Searched refs:fstack (Results 1 – 25 of 44) sorted by relevance

12

/openbsd-src/gnu/usr.bin/texinfo/makeinfo/
H A Dfiles.h26 typedef struct fstack struct
28 struct fstack *next; argument
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D941014-3.c14 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 DMakefile13 CFLAGS+= -fstack-protector-all
/openbsd-src/usr.sbin/ntpd/
H A DMakefile8 CFLAGS+= -fstack-protector-all
/openbsd-src/regress/usr.bin/ssh/misc/sk-dummy/
H A DMakefile27 CFLAGS+= -fstack-protector-all
/openbsd-src/usr.sbin/smtpd/smtpctl/
H A DMakefile14 CFLAGS+= -fstack-protector-all
/openbsd-src/gnu/gcc/libssp/
H A Dconfigure.ac53 AC_MSG_CHECKING([whether -fstack-protector works])
55 CFLAGS="$CFLAGS -fstack-protector -Werror"
/openbsd-src/regress/usr.bin/ssh/unittests/
H A DMakefile.inc30 CFLAGS+= -fstack-protector-all
/openbsd-src/gnu/gcc/gcc/
H A Dcommon.opt854 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 DMakefile87 CFLAGS+= -fstack-protector-all
/openbsd-src/usr.bin/ssh/
H A DMakefile.inc7 CFLAGS+= -fstack-protector-all
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCodeGenOptions.def114 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 DAttrDocs.td4502 ``-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 DShadowCallStack.rst91 ``-fstack-protector``. It protects from non-linear overflows and arbitrary
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dinvoke.texi282 -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 Dinvoke.texi339 -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 Dcpp.texi2141 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 Dgcc.info538 -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 DONEWS58 New switch, -fstack-check, to check for stack overflow on systems that
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperl5220delta.pod225 =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 Dperl5101delta.pod1017 F<Configure> will enable use of C<-fstack-protector>, to provide protection
H A Dperlhack.pod1112 cc -fstack-protector -L/usr/local/lib -o miniperl \
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td2822 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 Dltmain.sh7544 # -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 Dffe.texi1655 when compiling with @samp{-fstack-check} or

12