Home
last modified time | relevance | path

Searched refs:c_flags (Results 1 – 25 of 36) sorted by relevance

12

/openbmc/linux/scripts/
H A DMakefile.build97 cmd_checksrc = $(CHECK) $(CHECKFLAGS) $(c_flags) $<
100 cmd_force_checksrc = $(CHECK) $(CHECKFLAGS) $(c_flags) $<
113 …cmd_cc_s_c = $(CC) $(filter-out $(DEBUG_CFLAGS) $(CC_FLAGS_LTO), $(c_flags)) -fverbose-asm -S -o $…
119 cmd_cpp_i_c = $(CPP) $(c_flags) -o $@ $<
130 cmd_gensymtypes_c = $(CPP) -D__GENKSYMS__ $(c_flags) $< | $(genksyms)
141 cmd_cc_ll_c = $(CC) $(c_flags) -emit-llvm -S -fno-discard-value-names -o $@ $<
159 cmd_cc_o_c = $(CC) $(c_flags) -c -o $@ $< \
255 cmd_cc_lst_c = $(CC) $(c_flags) -g -c -o $*.o $< && \
332 $(CPP) -D__GENKSYMS__ $(c_flags) -xc - | $(genksyms)
H A DMakefile.vmlinux15 cmd_cc_o_c = $(CC) $(c_flags) -c -o $@ $<
H A DMakefile.modfinal26 …cmd_cc_o_c = $(CC) $(filter-out $(CC_FLAGS_CFI) $(CFLAGS_GCOV) $(CFLAGS_KCSAN), $(c_flags)) -c -o …
/openbmc/u-boot/scripts/
H A DMakefile.build123 cmd_force_checksrc = $(CHECK) $(CHECKFLAGS) $(c_flags) $< ;
126 cmd_checksrc = $(CHECK) $(CHECKFLAGS) $(c_flags) $< ;
170 cmd_cc_s_c = $(CC) $(c_flags) $(DISABLE_LTO) -fverbose-asm -S -o $@ $<
176 cmd_cc_i_c = $(CPP) $(c_flags) -o $@ $<
182 $(CPP) -D__GENKSYMS__ $(c_flags) $< | \
204 cmd_cc_o_c = $(CC) $(c_flags) -c -o $@ $<
219 cmd_cc_o_c = $(CC) $(c_flags) -c -o $(@D)/.tmp_$(@F) $<
289 cmd_cc_lst_c = $(CC) $(c_flags) -g -c -o $*.o $< && \
H A DMakefile.autoconf39 c_flags := $(KBUILD_CFLAGS) $(KBUILD_CPPFLAGS) $(PLATFORM_CPPFLAGS) \
43 cmd_autoconf_dep = $(CC) -x c -DDO_DEPS_ONLY -M -MP $(c_flags) \
69 $(CPP) $(c_flags) $2 -DDO_DEPS_ONLY -dM $(srctree)/include/common.h > $@.tmp && { \
/openbmc/linux/arch/um/scripts/
H A DMakefile.rules12c_flags = -Wp,-MD,$(depfile) $(USER_CFLAGS) -include $(srctree)/include/linux/kern_levels.h -inclu…
19 c_flags = -Wp,-MD,$(depfile) $(call unprofile,$(USER_CFLAGS)) $(CFLAGS_$(basetarget).o)
/openbmc/u-boot/arch/sandbox/cpu/
H A DMakefile18 $(patsubst -I%,-idirafter%,$(c_flags))) -c -o $@ $<
29 $(patsubst -I%,-idirafter%,$(c_flags))) -c -o $@ $<
/openbmc/linux/fs/coda/
H A Ddir.c463 if (!(cii->c_flags & (C_PURGE | C_FLUSH))) in coda_dentry_revalidate()
469 if (cii->c_flags & C_FLUSH) in coda_dentry_revalidate()
478 cii->c_flags &= ~(C_VATTR | C_PURGE | C_FLUSH); in coda_dentry_revalidate()
503 if (cii->c_flags & C_PURGE) in coda_dentry_delete()
525 if (!cii->c_flags) in coda_revalidate_inode()
528 if (cii->c_flags & (C_VATTR | C_PURGE | C_FLUSH)) { in coda_revalidate_inode()
555 cii->c_flags &= ~(C_VATTR | C_PURGE | C_FLUSH); in coda_revalidate_inode()
H A Dcoda_fs_i.h26 u_short c_flags; /* flags (see below) */ member
H A Dcoda_linux.h91 cii->c_flags |= flag; in coda_flag_inode()
/openbmc/linux/tools/build/
H A DMakefile.build65 cmd_cc_o_c = $(CC) $(c_flags) -c -o $@ $<
74 cmd_cpp_i_c = $(CC) $(c_flags) -E -o $@ $<
77 cmd_cc_s_c = $(CC) $(c_flags) -S -o $@ $<
/openbmc/linux/arch/parisc/kernel/vdso32/
H A DMakefile41 cmd_vdso32ld = $(CROSS32CC) $(c_flags) -Wl,-T $(filter-out FORCE, $^) -o $@
45 cmd_vdso32cc = $(CROSS32CC) $(c_flags) -c -fPIC -mno-fast-indirect-calls -o $@ $<
/openbmc/linux/usr/include/
H A DMakefile18 override c_flags = $(UAPI_CFLAGS) -Wp,-MMD,$(depfile) -I $(obj) -I $(srctree)/usr/dummy-include
85 $(CC) $(c_flags) -fsyntax-only -x c /dev/null \
/openbmc/linux/scripts/gdb/linux/
H A DMakefile18 $(CPP) -E -x c -P $(c_flags) $< > $@ ;\
/openbmc/linux/net/rds/
H A Drds_single_path.h20 #define c_flags c_path[0].cp_flags macro
H A Dib_send.c298 if (test_and_clear_bit(RDS_LL_SEND_FULL, &conn->c_flags) || in rds_ib_send_cqe_handler()
382 set_bit(RDS_LL_SEND_FULL, &conn->c_flags); in rds_ib_send_grab_credits()
418 test_bit(RDS_LL_SEND_FULL, &conn->c_flags) ? ", ll_send_full" : ""); in rds_ib_send_add_credits()
421 if (test_and_clear_bit(RDS_LL_SEND_FULL, &conn->c_flags)) in rds_ib_send_add_credits()
526 set_bit(RDS_LL_SEND_FULL, &conn->c_flags); in rds_ib_xmit()
541 set_bit(RDS_LL_SEND_FULL, &conn->c_flags); in rds_ib_xmit()
/openbmc/u-boot/board/xilinx/zynq/
H A DMakefile13 $(CC) $(c_flags) -I $(srctree)/$(src) -c -o $@ $^
/openbmc/u-boot/board/xilinx/zynqmp/
H A DMakefile13 $(CC) $(c_flags) -I $(srctree)/$(src) -c -o $@ $^
/openbmc/linux/arch/parisc/kernel/vdso64/
H A DMakefile38 cmd_vdso64ld = $(CC) $(c_flags) -Wl,-T $(filter-out FORCE, $^) -o $@
/openbmc/linux/arch/x86/um/
H A DMakefile42 $(obj)/user-offsets.s: c_flags = -Wp,-MD,$(depfile) $(USER_CFLAGS) \ macro
/openbmc/linux/arch/csky/kernel/vdso/
H A DMakefile33 SYSCFLAGS_vdso.so.dbg = $(c_flags)
/openbmc/linux/arch/s390/kernel/vdso32/
H A DMakefile64 cmd_vdso32cc = $(CC) $(c_flags) -c -o $@ $<
/openbmc/linux/arch/s390/kernel/vdso64/
H A DMakefile74 cmd_vdso64cc = $(CC) $(c_flags) -c -o $@ $<
/openbmc/linux/
H A DKbuild40 cmd_syscalls = $(CONFIG_SHELL) $< $(CC) $(c_flags) $(missing_syscalls_flags)
/openbmc/linux/arch/powerpc/kernel/vdso/
H A DMakefile111 cmd_vdso32cc = $(VDSOCC) $(c_flags) $(CC32FLAGS) -c -o $@ $<

12