Home
last modified time | relevance | path

Searched refs:fno (Results 1 – 25 of 138) sorted by relevance

123456

/freebsd-13-stable/lib/libclang_rt/
HDMakefile.inc23 CFLAGS+= -fno-builtin
24 CFLAGS+= -fno-exceptions
25 CXXFLAGS+= -fno-rtti
27 CFLAGS+= -fno-sanitize=safe-stack
29 CFLAGS+= -fno-stack-protector
/freebsd-13-stable/sys/contrib/openzfs/config/
HDalways-compiler-options.m4240 dnl # Check if gcc supports -fno-omit-frame-pointer option.
243 AC_MSG_CHECKING([whether $CC supports -fno-omit-frame-pointer])
246 CFLAGS="$CFLAGS -Werror -fno-omit-frame-pointer"
249 NO_OMIT_FRAME_POINTER=-fno-omit-frame-pointer
261 dnl # Check if cc supports -fno-ipa-sra option.
264 AC_MSG_CHECKING([whether $CC supports -fno-ipa-sra])
267 CFLAGS="$CFLAGS -Werror -fno-ipa-sra"
270 NO_IPA_SRA=-fno-ipa-sra
282 dnl # Check if kernel cc supports -fno-ipa-sra option.
285 AC_MSG_CHECKING([whether $KERNEL_CC supports -fno-ipa-sra])
[all …]
/freebsd-13-stable/sys/modules/linux/
HDMakefile102 -fno-common -nostdinc -fasynchronous-unwind-tables \
103 -fno-omit-frame-pointer -foptimize-sibling-calls ${VDSOFLAGS} \
104 -fno-stack-protector -I. -I${SYSDIR} -I${SRCTOP}/include \
109 -fno-common -nostdinc -fasynchronous-unwind-tables \
110 -fno-omit-frame-pointer -foptimize-sibling-calls ${VDSOFLAGS} \
111 -fno-stack-protector -I. -I${SYSDIR} -I${SRCTOP}/include \
141 ${CC} -c ${CFLAGS:N-flto:N-fno-common} -fcommon ${.IMPSRC}
/freebsd-13-stable/sys/contrib/openzfs/lib/libzstd/
HDMakefile.am7 AM_CFLAGS += -fno-tree-vectorize
19 lib/zstd.$(OBJEXT): CFLAGS += -fno-tree-vectorize -include $(top_srcdir)/module/zstd/include/zstd_…
20 lib/zstd.l$(OBJEXT): CFLAGS += -fno-tree-vectorize -include $(top_srcdir)/module/zstd/include/zstd_…
/freebsd-13-stable/sys/modules/linux64/
HDMakefile67 -fno-omit-frame-pointer -foptimize-sibling-calls \
68 -fno-stack-protector -I. -I${SYSDIR} -I${SRCTOP}/include \
74 -fno-omit-frame-pointer -foptimize-sibling-calls \
75 -fno-stack-protector -I. -I${SYSDIR} -I${SRCTOP}/include \
103 ${CC} -c ${CFLAGS:N-flto:N-fno-common} -fcommon ${.IMPSRC}
/freebsd-13-stable/lib/libgcc_eh/
HDMakefile.inc24 CFLAGS.${file}+= -fno-exceptions -funwind-tables
27 CXXFLAGS.${file}+= -fno-exceptions -funwind-tables
33 CXXFLAGS+= -fno-rtti
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
HDstdexcept218 …_LIBCPP_VERBOSE_ABORT("logic_error was thrown in -fno-exceptions mode with message \"%s\"", __msg);
226 …_LIBCPP_VERBOSE_ABORT("domain_error was thrown in -fno-exceptions mode with message \"%s\"", __msg…
234 …_LIBCPP_VERBOSE_ABORT("invalid_argument was thrown in -fno-exceptions mode with message \"%s\"", _…
242 …_LIBCPP_VERBOSE_ABORT("length_error was thrown in -fno-exceptions mode with message \"%s\"", __msg…
250 …_LIBCPP_VERBOSE_ABORT("out_of_range was thrown in -fno-exceptions mode with message \"%s\"", __msg…
258 …_LIBCPP_VERBOSE_ABORT("range_error was thrown in -fno-exceptions mode with message \"%s\"", __msg);
266 …_LIBCPP_VERBOSE_ABORT("overflow_error was thrown in -fno-exceptions mode with message \"%s\"", __m…
274 …_LIBCPP_VERBOSE_ABORT("underflow_error was thrown in -fno-exceptions mode with message \"%s\"", __…
/freebsd-13-stable/usr.bin/dtc/
HDMakefile8 CXXFLAGS+= -fno-rtti -fno-exceptions
/freebsd-13-stable/sys/conf/
HDMakefile.riscv40 CFLAGS += -fno-omit-frame-pointer -fno-optimize-sibling-calls
HDkmod.mk87 .if !empty(CFLAGS:M-O[23s]) && empty(CFLAGS:M-fno-strict-aliasing)
88 CFLAGS+= -fno-strict-aliasing
148 CFLAGS+= -fno-common
162 CFLAGS+= -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer
186 CFLAGS+= -mlongcall -fno-omit-frame-pointer
194 CFLAGS+= -G0 -fno-pic -mno-abicalls -mlong-calls
527 ${CC} -c ${CFLAGS:N-flto:N-fno-common} -fcommon \
533 ${CC} -c ${CFLAGS:N-flto:N-fno-common} -fcommon \
HDMakefile.mips49 EXTRA_FLAGS=-fno-pic -mno-abicalls -G0 -DKERNLOADADDR=${KERNLOADADDR}
82 -fno-asynchronous-unwind-tables \
/freebsd-13-stable/tools/debugscripts/
HDgdbinit.i386259 set $fno = 0
263 printf " frame %d at %p: ebp %8x, eip ", $fno, $frame, $myebp
266 set $fno = $fno + 1
349 set $fno = 0
355 if ($fno == $arg0)
356 printf " frame %d at %p: ebp %8x, eip ", $fno, $frame, $myebp
366 set $fno = $fno + 1
/freebsd-13-stable/crypto/libecc/
HDcommon.mk65 …WARNING_CFLAGS += -Wshadow -Wdouble-promotion -Wformat=2 -fno-common -Wconversion -Wformat-security
123 CFLAGS ?= $(WARNING_CFLAGS) $(SYS_ROOT) -pedantic -fno-builtin -std=c99 \
306 …CFLAGS += -fsanitize=integer -fno-sanitize=unsigned-integer-overflow -fno-sanitize=unsigned-shift-…
/freebsd-13-stable/lib/libomp/
HDMakefile56 CXXFLAGS+= -fno-exceptions
57 CXXFLAGS+= -fno-rtti
/freebsd-13-stable/lib/csu/
HDMakefile.inc19 CFLAGS+= -fno-asynchronous-unwind-tables
20 CFLAGS+= -fno-omit-frame-pointer
/freebsd-13-stable/sys/modules/vmm/
HDMakefile87 ${CC} -c ${CFLAGS:N-flto:N-fno-common} -fcommon ${.IMPSRC}
90 ${CC} -c ${CFLAGS:N-flto:N-fno-common} -fcommon ${.IMPSRC}
/freebsd-13-stable/libexec/rtld-elf/mips/
HDMakefile.inc3 CFLAGS.reloc.c+=-fno-jump-tables
/freebsd-13-stable/tools/regression/include/tgmath/
HDMakefile4 CFLAGS+= -fno-builtin
/freebsd-13-stable/usr.bin/users/
HDMakefile6 CXXFLAGS+= -fno-rtti
/freebsd-13-stable/lib/csu/amd64/
HDMakefile5 CFLAGS+= -fno-omit-frame-pointer -DCRT_IRELOC_RELA
/freebsd-13-stable/sys/contrib/openzfs/cmd/zvol_id/
HDMakefile.am5 AM_CFLAGS += -fno-stack-protector
/freebsd-13-stable/tests/sys/sys/
HDMakefile15 CFLAGS.bitstring_test= -fno-strict-overflow
/freebsd-13-stable/lib/clang/
HDclang.build.mk15 CFLAGS.gcc+= -fno-strict-aliasing
/freebsd-13-stable/contrib/one-true-awk/
HDmakefile25 CFLAGS = -fsanitize=address -O1 -g -fno-omit-frame-pointer -fno-optimize-sibling-calls
/freebsd-13-stable/tools/tools/ath/athrd/
HDMakefile10 CFLAGS+= -fno-inline

123456