Home
last modified time | relevance | path

Searched refs:fno (Results 226 – 243 of 243) sorted by relevance

12345678910

/openbmc/linux/tools/objtool/Documentation/
H A Dobjtool.txt125 frame pointers when the -fno-omit-frame-pointer option is used.
259 -fno-omit-frame-pointer or adds -fomit-frame-pointer to the gcc options.
/openbmc/linux/Documentation/
H A Datomic_t.txt63 respectively (for hysterical raisins), the kernel uses -fno-strict-overflow
/openbmc/qemu/
H A Dmeson.build301 '-fno-strict-aliasing', '-fno-common', '-fwrapv' ]
400 qemu_common_flags += cc.get_supported_arguments('-fno-pie', '-no-pie')
469 safe_stack_arg = get_option('safe_stack') ? '-fsanitize=safe-stack' : '-fno-sanitize=safe-stack'
579 name: '-fno-sanitize-trap=cfi-icall',
581 '-fno-sanitize-trap=cfi-icall'] )
582 cfi_flags += '-fno-sanitize-trap=cfi-icall'
584 error('-fno-sanitize-trap=cfi-icall is not supported by the compiler')
3602 pagevary_flags = ['-fno-lto']
3604 pagevary_flags += '-fno-sanitize=cfi-icall'
/openbmc/openbmc/poky/meta/recipes-core/ovmf/
H A Dovmf_git.bb125 -e 's#-flto#-fno-lto#g' \
/openbmc/qemu/target/ppc/translate/
H A Dvsx-impl.c.inc2490 .fno = gen_helper_XXEVAL,
2625 .fno = gen_helper_XXBLENDVB,
2631 .fno = gen_helper_XXBLENDVH,
2637 .fno = gen_helper_XXBLENDVW,
2643 .fno = gen_helper_XXBLENDVD,
/openbmc/linux/drivers/staging/media/atomisp/
H A DMakefile316 ccflags-y += $(INCLUDES) $(DEFINES) -fno-common
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/
H A D0001-Fix-compilation-with-fno-common.patch4 Subject: [PATCH] Fix compilation with -fno-common.
/openbmc/openbmc/poky/meta/classes/
H A Dicecc.bbclass210 d.setVar('ICECC_CFLAGS', '-fno-diagnostics-show-caret')
/openbmc/openbmc/poky/meta/recipes-graphics/mesa/
H A Dmesa.inc216 FULL_OPTIMIZATION:append = " -fno-omit-frame-pointer"
/openbmc/linux/Documentation/bpf/
H A Dbpf_devel_QA.rst658 The clang option ``-fno-jump-tables`` can be used to disable
678 - You can add ``-fno-jump-tables`` to work around the switch table issue.
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvv.c.inc1341 .fno = gen_helper_vec_rsubs8,
1346 .fno = gen_helper_vec_rsubs16,
1351 .fno = gen_helper_vec_rsubs32,
1356 .fno = gen_helper_vec_rsubs64,
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/smstools3/smstools3/
H A D0001-Make-extern-declarations-to-avoid-duplicate-var-defi.patch6 gcc-10+ defaults to -fno-common which flags these errors about mulitple
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0002-wayland-Add-support-for-the-Wayland-winsys.patch1561 add_definitions(-fno-strict-aliasing)
/openbmc/linux/Documentation/kbuild/
H A Dmakefiles.rst1146 KBUILD_CFLAGS += $(call cc-option,-fno-unit-at-a-time)
/openbmc/openbmc/poky/documentation/dev-manual/
H A Ddebugging.rst1180 of "-O -fno-omit-frame-pointer"::
/openbmc/linux/lib/
H A DKconfig.debug493 - Add the option -fno-inline-functions-called-once to gcc commands.
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0008-Use-libtool-2.4.patch9497 +*\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;;
9498 +*\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;;
12133 +*\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;;
12134 +*\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;;
14761 +*\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;;
14762 +*\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;;
24725 +*\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;;
24726 +*\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;;
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dvariables.rst1840 -fno-omit-frame-pointer ${DEBUG_FLAGS} -pipe".

12345678910