Home
last modified time | relevance | path

Searched refs:F (Results 1 – 8 of 8) sorted by relevance

/scripts/
DMakefile.build208 cmd_cc_o_c = $(CC) $(c_flags) -c -o $(@D)/.tmp_$(@F) $<
211 if $(OBJDUMP) -h $(@D)/.tmp_$(@F) | grep -q __ksymtab; then \
213 > $(@D)/.tmp_$(@F:.o=.ver); \
215 $(LD) $(LDFLAGS) -r -o $@ $(@D)/.tmp_$(@F) \
216 -T $(@D)/.tmp_$(@F:.o=.ver); \
217 rm -f $(@D)/.tmp_$(@F) $(@D)/.tmp_$(@F:.o=.ver); \
219 mv -f $(@D)/.tmp_$(@F) $@; \
288 @{ echo $(@:.o=.ko); echo $@; } > $(MODVERDIR)/$(@F:.o=.mod)
361 cmd_as_o_S = $(CC) $(a_flags) -c -o $(@D)/.tmp_$(@F) $<
364 if $(OBJDUMP) -h $(@D)/.tmp_$(@F) | grep -q __ksymtab; then \
[all …]
DMakefile.host89 $(HOST_LOADLIBES) $(HOSTLOADLIBES_$(@F))
97 $(addprefix $(obj)/,$($(@F)-objs)) \
98 $(HOST_LOADLIBES) $(HOSTLOADLIBES_$(@F))
115 $(addprefix $(obj)/,$($(@F)-$(o)))) \
116 $(HOST_LOADLIBES) $(HOSTLOADLIBES_$(@F))
DMakefile.headersinst84 for F in $(wrapper-files); do \
85 echo "\#include <asm-generic/$$F>" > $(installdir)/$$F; \
DMakefile.lib109 _cpp_flags = $(KBUILD_CPPFLAGS) $(cppflags-y) $(CPPFLAGS_$(@F))
253 cmd_ld = $(LD) $(LDFLAGS) $(ldflags-y) $(LDFLAGS_$(@F)) \
260 cmd_objcopy = $(OBJCOPY) $(OBJCOPYFLAGS) $(OBJCOPYFLAGS_$(@F)) $< $@
321 for F in $1; do \
322 fsize=$$(stat -c "%s" $$F); \
/scripts/dtc/
Ddtc-lexer.l161 <V1>([0-9]+|0[xX][0-9a-fA-F]+)(U|L|UL|LL|ULL)? {
217 <BYTESTRING>[0-9a-fA-F]{2} {
/scripts/mod/
Dsumversion.c52 static inline uint32_t F(uint32_t x, uint32_t y, uint32_t z) in F() function
67 #define ROUND1(a,b,c,d,k,s) (a = lshift(a + F(b,c,d) + k, s))
/scripts/genksyms/
Dkeywords.hash.c_shipped13 && ('F' == 70) && ('G' == 71) && ('H' == 72) && ('I' == 73) \
/scripts/kconfig/
Dzconf.hash.c_shipped13 && ('F' == 70) && ('G' == 71) && ('H' == 72) && ('I' == 73) \