Searched refs:fno (Results 1 – 25 of 138) sorted by relevance
123456
| /freebsd-13-stable/lib/libclang_rt/ |
| HD | Makefile.inc | 23 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/ |
| HD | always-compiler-options.m4 | 240 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/ |
| HD | Makefile | 102 -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/ |
| HD | Makefile.am | 7 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/ |
| HD | Makefile | 67 -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/ |
| HD | Makefile.inc | 24 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/ |
| HD | stdexcept | 218 …_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/ |
| HD | Makefile | 8 CXXFLAGS+= -fno-rtti -fno-exceptions
|
| /freebsd-13-stable/sys/conf/ |
| HD | Makefile.riscv | 40 CFLAGS += -fno-omit-frame-pointer -fno-optimize-sibling-calls
|
| HD | kmod.mk | 87 .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 \
|
| HD | Makefile.mips | 49 EXTRA_FLAGS=-fno-pic -mno-abicalls -G0 -DKERNLOADADDR=${KERNLOADADDR} 82 -fno-asynchronous-unwind-tables \
|
| /freebsd-13-stable/tools/debugscripts/ |
| HD | gdbinit.i386 | 259 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/ |
| HD | common.mk | 65 …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/ |
| HD | Makefile | 56 CXXFLAGS+= -fno-exceptions 57 CXXFLAGS+= -fno-rtti
|
| /freebsd-13-stable/lib/csu/ |
| HD | Makefile.inc | 19 CFLAGS+= -fno-asynchronous-unwind-tables 20 CFLAGS+= -fno-omit-frame-pointer
|
| /freebsd-13-stable/sys/modules/vmm/ |
| HD | Makefile | 87 ${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/ |
| HD | Makefile.inc | 3 CFLAGS.reloc.c+=-fno-jump-tables
|
| /freebsd-13-stable/tools/regression/include/tgmath/ |
| HD | Makefile | 4 CFLAGS+= -fno-builtin
|
| /freebsd-13-stable/usr.bin/users/ |
| HD | Makefile | 6 CXXFLAGS+= -fno-rtti
|
| /freebsd-13-stable/lib/csu/amd64/ |
| HD | Makefile | 5 CFLAGS+= -fno-omit-frame-pointer -DCRT_IRELOC_RELA
|
| /freebsd-13-stable/sys/contrib/openzfs/cmd/zvol_id/ |
| HD | Makefile.am | 5 AM_CFLAGS += -fno-stack-protector
|
| /freebsd-13-stable/tests/sys/sys/ |
| HD | Makefile | 15 CFLAGS.bitstring_test= -fno-strict-overflow
|
| /freebsd-13-stable/lib/clang/ |
| HD | clang.build.mk | 15 CFLAGS.gcc+= -fno-strict-aliasing
|
| /freebsd-13-stable/contrib/one-true-awk/ |
| HD | makefile | 25 CFLAGS = -fsanitize=address -O1 -g -fno-omit-frame-pointer -fno-optimize-sibling-calls
|
| /freebsd-13-stable/tools/tools/ath/athrd/ |
| HD | Makefile | 10 CFLAGS+= -fno-inline
|
123456