Home
last modified time | relevance | path

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

12345678910

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libpwquality/files/
H A D0002-Makefile.am-respect-PYTHONSITEDIR.patch19 CFLAGS="${CFLAGS} -fno-strict-aliasing" @PYTHONBINARY@ setup.py build --build-base py$(PYTHONREV)
22 - CFLAGS="${CFLAGS} -fno-strict-aliasing" @PYTHONBINARY@ setup.py build --build-base py$(PYTHONREV)…
23 + CFLAGS="${CFLAGS} -fno-strict-aliasing" @PYTHONBINARY@ setup.py build --build-base py$(PYTHONREV)…
/openbmc/qemu/tests/tcg/mips/
H A DMakefile.target17 hello-mips: CFLAGS+=-mno-abicalls -fno-PIC -fno-stack-protector -mabi=32
/openbmc/linux/arch/x86/
H A DMakefile48 -fno-strict-aliasing -fomit-frame-pointer -fno-pic \
52 REALMODE_CFLAGS += -fno-stack-protector
83 KBUILD_CFLAGS += $(call cc-option,-fcf-protection=branch -fno-jump-tables)
100 KBUILD_CFLAGS += -fno-pic
191 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables
203 KBUILD_CFLAGS += -fno-jump-tables
/openbmc/linux/arch/powerpc/kernel/vdso/
H A DMakefile14 CFLAGS_vgettimeofday-32.o += $(call cc-option, -fno-stack-protector)
22 CFLAGS_REMOVE_vgettimeofday-32.o += -fno-stack-clash-protection
26 CFLAGS_vgettimeofday-64.o += $(call cc-option, -fno-stack-protector)
56 ccflags-y := -fno-common -fno-builtin
/openbmc/linux/arch/parisc/boot/compressed/
H A DMakefile19 KBUILD_CFLAGS += -fno-strict-aliasing
20 KBUILD_CFLAGS += $(cflags-y) -fno-delete-null-pointer-checks -fno-builtin-printf
21 KBUILD_CFLAGS += -fno-PIE -mno-space-regs -mdisable-fpregs -Os
/openbmc/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_vec.c.inc1386 .fno = gen_helper_vavg_b,
1392 .fno = gen_helper_vavg_h,
1398 .fno = gen_helper_vavg_w,
1404 .fno = gen_helper_vavg_d,
1422 .fno = gen_helper_vavg_bu,
1428 .fno = gen_helper_vavg_hu,
1434 .fno = gen_helper_vavg_wu,
1973 .fno = gen_helper_vmuh_b,
1977 .fno = gen_helper_vmuh_h,
1982 .fno = gen_helper_vmuh_w,
[all …]
/openbmc/linux/mm/kasan/
H A DMakefile21 CC_FLAGS_KASAN_RUNTIME := $(call cc-option, -fno-conserve-stack)
22 CC_FLAGS_KASAN_RUNTIME += -fno-stack-protector
44 CFLAGS_KASAN_TEST += -fno-builtin
/openbmc/linux/arch/arm/vdso/
H A DMakefile14 ccflags-y := -fPIC -fno-common -fno-builtin -fno-stack-protector
/openbmc/linux/drivers/mmc/core/
H A Dsd.c1045 cmd.arg = fno << 27 | page << 18 | offset << 9; in sd_write_ext_reg()
1093 cmd_args = fno << 27 | page << 18 | offset << 9 | (len -1); in sd_read_ext_reg()
1132 card->ext_power.fno = fno; in sd_parse_ext_reg_power()
1181 card->ext_perf.fno = fno; in sd_parse_ext_reg_perf()
1193 u8 num_regs, fno, page; in sd_parse_ext_reg() local
1228 fno = reg_addr >> 18 & 0xf; in sd_parse_ext_reg()
1232 return sd_parse_ext_reg_power(card, fno, page, offset); in sd_parse_ext_reg()
1236 return sd_parse_ext_reg_perf(card, fno, page, offset); in sd_parse_ext_reg()
1316 u8 *reg_buf, fno, page; in sd_flush_cache() local
1331 fno = card->ext_perf.fno; in sd_flush_cache()
[all …]
/openbmc/linux/tools/testing/selftests/arm64/abi/
H A DMakefile13 $(CC) -fno-asynchronous-unwind-tables -fno-ident -s -Os -nostdlib \
/openbmc/u-boot/arch/arm/
H A Dconfig.mk14 CFLAGS_NON_EFI := -fno-pic -ffixed-r9 -ffunction-sections -fdata-sections
19 -fno-common -ffixed-r9
119 PLATFORM_RELFLAGS += -fno-optimize-sibling-calls
130 PLATFORM_CPPFLAGS += $(call cc-option, -fno-pic)
/openbmc/linux/arch/um/
H A DMakefile123 CFLAGS_NO_HARDENING := $(call cc-option, -fno-PIC,) $(call cc-option, -fno-pic,) \
124 -fno-stack-protector $(call cc-option, -fno-stack-protector-all)
/openbmc/linux/arch/s390/
H A DMakefile26 KBUILD_CFLAGS_DECOMPRESSOR += -fno-delete-null-pointer-checks -msoft-float -mbackchain
27 KBUILD_CFLAGS_DECOMPRESSOR += -fno-asynchronous-unwind-tables
29 KBUILD_CFLAGS_DECOMPRESSOR += -fno-stack-protector
68 cflags-$(CONFIG_FRAME_POINTER) += -fno-optimize-sibling-calls
114 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables $(cfi)
/openbmc/linux/tools/virtio/
H A DMakefile17 …I../include/ -I ../../usr/include/ -Wno-pointer-sign -fno-strict-overflow -fno-strict-aliasing -fn…
/openbmc/linux/arch/arm64/kernel/vdso/
H A DMakefile33 ccflags-y := -fno-common -fno-builtin -fno-stack-protector -ffixed-x18
/openbmc/linux/arch/s390/kernel/vdso32/
H A DMakefile24 KBUILD_CFLAGS_32 := $(filter-out -fno-asynchronous-unwind-tables,$(KBUILD_CFLAGS_32))
25 KBUILD_CFLAGS_32 += -m31 -fPIC -shared -fno-common -fno-builtin -fasynchronous-unwind-tables
/openbmc/linux/arch/mips/vdso/
H A DMakefile33 -O3 -g -fPIC -fno-strict-aliasing -fno-common -fno-builtin -G 0 \
35 -fno-stack-protector -fno-jump-tables -DDISABLE_BRANCH_PROFILING \
36 $(call cc-option, -fno-asynchronous-unwind-tables)
/openbmc/linux/arch/loongarch/
H A DMakefile89 cflags-y += -fno-builtin-memcpy -fno-builtin-memmove -fno-builtin-memset
103 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables
/openbmc/openbmc/poky/meta/recipes-multimedia/libvorbis/libvorbis/
H A D0001-configure-Check-for-clang.patch48 …# PROFILE="-Wall -Wextra -pg -g -O3 -ffast-math -D_REENTRANT -fsigned-char -fno-inli…
49 - PROFILE="-Wall -Wextra -pg -g -O3 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -fno-inlin…
50 + PROFILE="-Wall -Wextra -pg -g -O3 -ffast-math ${ieefp} -D_REENTRANT -fsigned-char -fno-inline"
/openbmc/linux/mm/kmsan/
H A DMakefile13 CC_FLAGS_KMSAN_RUNTIME := -fno-stack-protector
14 CC_FLAGS_KMSAN_RUNTIME += $(call cc-option,-fno-conserve-stack)
/openbmc/linux/init/
H A DMakefile6 ccflags-y := -fno-function-sections -fno-data-sections
/openbmc/linux/arch/x86/entry/vdso/
H A DMakefile85 $(filter -g%,$(KBUILD_CFLAGS)) -fno-stack-protector \
86 -fno-omit-frame-pointer -foptimize-sibling-calls \
152 KBUILD_CFLAGS_32 := $(filter-out -fno-pic,$(KBUILD_CFLAGS_32))
161 KBUILD_CFLAGS_32 += -fno-stack-protector
163 KBUILD_CFLAGS_32 += -fno-omit-frame-pointer
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A D0001-force-static-build.patch21 -CFLAGS = @CFLAGS@ -fno-strict-aliasing -Wall -Wstrict-prototypes
22 +CFLAGS = @CFLAGS@ -static -fno-strict-aliasing -Wall -Wstrict-prototypes
/openbmc/linux/arch/s390/kernel/vdso64/
H A DMakefile30 KBUILD_CFLAGS_64 := $(filter-out -fno-asynchronous-unwind-tables,$(KBUILD_CFLAGS_64))
31 KBUILD_CFLAGS_64 += -m64 -fPIC -fno-common -fno-builtin -fasynchronous-unwind-tables
/openbmc/qemu/tests/multiboot/
H A DMakefile2 CCFLAGS=-m32 -Wall -Wextra -Werror -fno-stack-protector -nostdinc -fno-builtin

12345678910