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

  /src/sys/arch/i386/stand/
Makefile.inc 14 -fno-stack-protector
  /src/sys/conf/
ssp.mk 4 COPTS.kern_ssp.c+= -fno-stack-protector -D__SSP__
10 COPTS.cpu.c+= -fno-stack-protector
13 COPTS.subr_kcov.c+= -fno-stack-protector
30 COPTS.${__varstack:T} += -Wno-stack-protector
  /src/tests/lib/libexecinfo/
Makefile 15 COPTS.t_backtrace.c= -Wno-stack-protector
  /src/usr.bin/vmstat/
Makefile 17 COPTS.vmstat.c += -Wno-error=stack-protector
  /src/tests/lib/libc/ssp/
Makefile 11 COPTS.h_raw.c= -fstack-protector-all -Wstack-protector
  /src/lib/libkern/
Makefile 17 COPTS+= -fno-stack-protector
  /src/usr.sbin/pf/pflogd/
Makefile 19 COPTS.privsep_fdpass.c = -Wno-stack-protector
  /src/tests/lib/libc/misc/
Makefile 36 COPTS.t_ubsan.c += -Wno-stack-protector ${UBSAN_FLAGS}
37 COPTS.t_ubsanxx.cpp += -Wno-stack-protector ${UBSAN_FLAGS}
  /src/tests/lib/libc/locale/
Makefile 37 COPTS.t_wctomb.c += -Wno-stack-protector
  /src/sys/arch/zaurus/stand/zboot/
Makefile 19 CFLAGS+= -fno-stack-protector -fno-builtin -ffreestanding
  /src/usr.sbin/crash/
Makefile 137 COPTS.kern_timeout.c += -Wno-stack-protector
  /src/share/mk/
bsd.sys.mk 186 COPTS+= -fstack-protector -Wstack-protector
201 COPTS+= -Wno-error=stack-protector
  /src/lib/libcurses/
Makefile 13 COPTS.slk.c += -Wno-stack-protector
  /src/lib/libpthread/
Makefile 141 COPTS.pthread.c += -Wno-stack-protector -Wno-format-nonliteral
  /src/lib/libc/time/
Makefile 385 -fsanitize-trap=all -fstack-protector
  /src/sys/external/isc/libsodium/dist/build-aux/
ltmain.sh 7270 # -fstack-protector* stack protector flags for GCC
7278 -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*)
  /src/sys/external/isc/libsodium/dist/
configure 1490 --disable-ssp Do not compile with -fstack-protector
7288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts -fstack-protector" >&5
7289 $as_echo_n "checking whether C compiler accepts -fstack-protector... " >&6; }
7295 CFLAGS="$CFLAGS -fstack-protector"
7320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the linker accepts -fstack-protector" >&5
7321 $as_echo_n "checking whether the linker accepts -fstack-protector... " >&6; }
7327 LDFLAGS="$LDFLAGS -fstack-protector"
7351 CFLAGS="$CFLAGS -fstack-protector"

Completed in 591 milliseconds