Home
last modified time | relevance | path

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

12345

/netbsd-src/usr.bin/sort/
H A Dmsort.c93 static struct mfile fstack[MERGE_FNUM]; variable
110 memcpy(fstack, fstack_1, sizeof fstack); in save_for_merge()
115 memcpy(fstack, fstack_2, sizeof fstack); in save_for_merge()
131 fstack[fstack_count].fp = fp; in save_for_merge()
132 fstack[fstack_count++].get = get; in save_for_merge()
174 fstack[--i] = fstack[--fstack_count]; in merge_sort()
176 fstack[--i] = fstack_1[--fstack_1_count]; in merge_sort()
178 fstack[--i] = fstack_2[--fstack_2_count]; in merge_sort()
188 fstack[0].fp = mfp; in merge_sort()
189 fstack[0].get = geteasy; in merge_sort()
[all …]
/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dfiles.h28 typedef struct fstack struct
30 struct fstack *next; argument
/netbsd-src/external/bsd/ntp/dist/sntp/harden/
H A Dnetbsd7.02 NTP_HARD_CFLAGS="-fstack-protector --param ssp-buffer-size=1 -Wformat=2"
H A Dfreebsd122 NTP_HARD_CFLAGS="-fstack-protector -Wformat -Wformat-security -Werror=format-security"
H A Dfreebsd102 NTP_HARD_CFLAGS="-fstack-protector -Wformat -Wformat-security -Werror=format-security"
H A Dfreebsd112 NTP_HARD_CFLAGS="-fstack-protector -Wformat -Wformat-security -Werror=format-security"
H A Dnetbsd7.992 NTP_HARD_CFLAGS="-fPIE -pie -fstack-protector --param ssp-buffer-size=1 -Wformat=2"
H A Dlinux2 NTP_HARD_CFLAGS="-fPIE -fPIC -fstack-protector-all -O1"
/netbsd-src/tests/lib/libc/ssp/
H A DMakefile11 COPTS.h_raw.c= -fstack-protector-all -Wstack-protector
/netbsd-src/sys/conf/
H A Dassym.mk3 GENASSYM_FLAGS=${CFLAGS:N-Wa,*:N-fstack-usage*} ${CPPFLAGS} ${GENASSYM_CPPFLAGS}
H A DMakefile.kern.inc115 # GCC/vax 8.4 does not support -fstack-usage.
116 CFLAGS+= ${${ACTIVE_CC} == "gcc":? -fstack-usage -Wstack-usage=3584 :}
/netbsd-src/external/gpl3/gcc.old/dist/libssp/
H A Dconfigure.ac52 AC_MSG_CHECKING([whether -fstack-protector works])
54 CFLAGS="$CFLAGS -fstack-protector -Werror"
/netbsd-src/external/gpl3/gcc/dist/libssp/
H A Dconfigure.ac52 AC_MSG_CHECKING([whether -fstack-protector works])
54 CFLAGS="$CFLAGS -fstack-protector -Werror"
/netbsd-src/sys/arch/powerpc/conf/
H A DMakefile.powerpc48 CFLAGS+= -fstack-protector
/netbsd-src/sys/external/isc/libsodium/dist/
H A Dconfigure.ac51 [AS_HELP_STRING(--disable-ssp,Do not compile with -fstack-protector)],
269 AX_CHECK_COMPILE_FLAG([-fstack-protector], [
270 AX_CHECK_LINK_FLAG([-fstack-protector],
271 [CFLAGS="$CFLAGS -fstack-protector"]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.opt250 guard register. This option is for use with fstack-protector-strong and
256 This option is for use with fstack-protector-strong and not for use in
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcommon.opt1685 fstack-reuse=
1687 -fstack-reuse=[all|named_vars|none] Set stack reuse level for local variables.
2557 fstack-check=
2559 -fstack-check=[no|generic|specific] Insert stack checking code into the program.
2561 fstack-check
2562 Common Alias(fstack-check=, specific, no)
2563 Insert stack checking code into the program. Same as -fstack-check=specific.
2565 fstack-clash-protection
2570 fstack-limit
2573 fstack-limit-register=
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcommon.opt1795 fstack-reuse=
1797 -fstack-reuse=[all|named_vars|none] Set stack reuse level for local variables.
2698 fstack-check=
2700 -fstack-check=[no|generic|specific] Insert stack checking code into the program.
2702 fstack-check
2703 Common Alias(fstack-check=, specific, no)
2704 Insert stack checking code into the program. Same as -fstack-check=specific.
2706 fstack-clash-protection
2711 fstack-limit
2714 fstack-limit-register=
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.opt250 guard register. This option is for use with fstack-protector-strong and
256 This option is for use with fstack-protector-strong and not for use in
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/microblaze/
H A Dmicroblaze.opt87 Target Mask(STACK_CHECK) Warn(%qs is deprecated; use -fstack-check)
/netbsd-src/external/gpl3/gcc/dist/gcc/config/microblaze/
H A Dmicroblaze.opt87 Target Mask(STACK_CHECK) Warn(%qs is deprecated; use -fstack-check)
/netbsd-src/external/bsd/libfido2/dist/
H A DCMakeLists.txt93 check_c_compiler_flag("-Werror -fstack-protector-all" HAVE_STACK_PROTECTOR_ALL)
320 add_compile_options(-fstack-protector-all)
/netbsd-src/share/mk/
H A Dbsd.sys.mk185 COPTS+= -fstack-protector -Wstack-protector
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.def109 CODEGENOPT(StackSizeSection , 1, 0) ///< Set when -fstack-size-section is enabled.
172 CODEGENOPT(StackClashProtector, 1, 0) ///< Set when -fstack-clash-protection is enabled.
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DReleaseNotes.rst73 - ``-fstack-usage`` generates an extra .su file per input source file. The .su

12345