Home
last modified time | relevance | path

Searched refs:fno (Results 201 – 225 of 244) sorted by relevance

12345678910

/openbmc/qemu/tests/tcg/aarch64/
H A DMakefile.target56 bti-1 bti-3: CFLAGS += -fno-stack-protector -mbranch-protection=standard
/openbmc/linux/arch/x86/boot/
H A DMakefile71 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables
/openbmc/linux/include/linux/mmc/
H A Dcard.h196 u8 fno; member
/openbmc/linux/samples/bpf/
H A DMakefile226 BPF_EXTRA_CFLAGS += -fno-stack-protector
397 -fno-asynchronous-unwind-tables -fcf-protection \
/openbmc/bmcweb/
H A Dmeson.build52 add_project_arguments('-fno-lto', language: 'cpp')
126 '-fno-fat-lto-objects',
/openbmc/linux/arch/powerpc/boot/
H A DMakefile76 -fno-strict-aliasing -O2 \
82 -fomit-frame-pointer -fno-builtin -fPIC
98 BOOTCFLAGS += -fno-stack-protector
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A D0001-python3-use-cc_basename-to-replace-CC-for-checking-c.patch65 LDFLAGS_NOLTO="-fno-lto"
/openbmc/linux/drivers/usb/host/
H A Disp1362-hcd.c262 u16 fno) in prepare_ptd() argument
283 len = min_t(size_t, urb->iso_frame_desc[fno].length, MAX_XFER_SIZE); in prepare_ptd()
284 ep->data = urb->transfer_buffer + urb->iso_frame_desc[fno].offset; in prepare_ptd()
340 ptd->faddr |= PTD_SF_ISO(fno); in prepare_ptd()
864 u16 fno = isp1362_read_reg32(isp1362_hcd, HCFMNUM); in start_iso_transfers() local
879 s16 diff = fno - (u16)urb->start_frame; in start_iso_transfers()
895 prepare_ptd(isp1362_hcd, urb, ep, epq, fno); in start_iso_transfers()
930 fno++; in start_iso_transfers()
/openbmc/u-boot/
H A DMakefile381 -fno-builtin -ffreestanding $(CSTD_FLAG)
382 KBUILD_CFLAGS += -fshort-wchar -fno-strict-aliasing
386 KBUILD_CFLAGS += $(call cc-option,-fno-PIE)
387 KBUILD_AFLAGS += $(call cc-option,-fno-PIE)
618 KBUILD_CFLAGS += $(call cc-option,-fno-stack-protector)
619 KBUILD_CFLAGS += $(call cc-option,-fno-delete-null-pointer-checks)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/
H A Dconfigure_in_cross.patch89 CFLAGS="$CFLAGS -fno-strict-aliasing -Wall -Wstrict-prototypes"
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0026-aarch64-Fix-loose-ldpstp-check-PR111411.patch63 +/* { dg-options "-O -fdisable-rtl-postreload -fpeephole2 -fno-schedule-fusion" } */
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/
H A Dopensaf_5.22.01.bb29 file://0001-Fix-build-with-fno-common.patch \
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/
H A Dmongodb_git.bb27 file://0001-Fix-compilation-with-fno-common.patch \
/openbmc/linux/fs/hpfs/
H A Dhpfs_fn.h220 void hpfs_remove_fnode(struct super_block *, fnode_secno fno);
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntp/
H A Dntp_4.2.8p17.bb17 file://0001-test-Fix-build-with-new-compiler-defaults-to-fno-com.patch \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kernel-selftest/
H A Dkernel-selftest.bb61 …CLANG="clang -fno-stack-protector -target ${TARGET_ARCH} ${TOOLCHAIN_OPTIONS} -isystem ${S} -D__WO…
/openbmc/openbmc/poky/meta/recipes-extended/ltp/
H A Dltp_20240129.bb19 # is set to -O0 or frame pointers have been enabled by -fno-omit-frame-pointer
/openbmc/linux/tools/bpf/bpftool/
H A DMakefile218 -g -O2 -Wall -fno-stack-protector \
/openbmc/linux/arch/powerpc/
H A DMakefile205 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables
/openbmc/openpower-pnor-code-mgmt/
H A Dmeson.build23 add_project_arguments('-fno-lto', language: 'cpp')
/openbmc/qemu/.gitlab-ci.d/
H A Dbuildtest.yml365 --extra-cflags=-fsanitize=undefined --extra-cflags=-fno-sanitize-recover=undefined
378 --extra-cflags=-fsanitize=undefined --extra-cflags=-fno-sanitize-recover=undefined
/openbmc/linux/tools/testing/selftests/bpf/
H A DMakefile379 $(OUTPUT)/test_l4lb_noinline.o: BPF_CFLAGS += -fno-inline
380 $(OUTPUT)/test_xdp_noinline.o: BPF_CFLAGS += -fno-inline
/openbmc/linux/Documentation/riscv/
H A Dboot.rst159 - ``-fno-pie``: This is needed for relocatable kernels which use ``-fPIE``,
/openbmc/linux/scripts/
H A DMakefile.build141 cmd_cc_ll_c = $(CC) $(c_flags) -emit-llvm -S -fno-discard-value-names -o $@ $<
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/
H A D0001-Fix-build-with-fno-common.patch4 Subject: [PATCH] Fix build with -fno-common

12345678910