Home
last modified time | relevance | path

Searched refs:strip (Results 1 – 25 of 52) sorted by relevance

123

/linux-3.4.99/scripts/rt-tester/
Drt-tester.py140 line = line.strip()
159 cmd = parts[0].strip().lower()
160 opc = parts[1].strip().lower()
161 tid = parts[2].strip()
162 dat = parts[3].strip()
177 status = fsta.readline().strip()
181 s = s.strip()
184 val = s[2:].strip()
/linux-3.4.99/arch/mips/boot/
DMakefile22 strip-flags := $(addprefix --remove-section=,$(drop-sections))
34 cmd_bin = $(OBJCOPY) -O binary $(strip-flags) $(VMLINUX) $@
40 cmd_srec = $(OBJCOPY) -S -O srec $(strip-flags) $(VMLINUX) $@
/linux-3.4.99/scripts/
DMakefile.clean73 ifneq ($(strip $(__clean-files)),)
76 ifneq ($(strip $(__clean-dirs)),)
79 ifneq ($(strip $(clean-rule)),)
DKbuild.include77 if (which $(strip $(c))$(CC)) > /dev/null 2>&1 ; then \
128 …$(CC) $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) -W$(strip $(1)) -c -x c /dev/null -o "$$TMP",-Wno-$(stri…
202 arg-check = $(strip $(filter-out $(cmd_$(1)), $(cmd_$@)) \
205 arg-check = $(if $(strip $(cmd_$@)),,1)
220 if_changed = $(if $(strip $(any-prereq) $(arg-check)), \
226 if_changed_dep = $(if $(strip $(any-prereq) $(arg-check) ), \
236 if_changed_rule = $(if $(strip $(any-prereq) $(arg-check) ), \
263 $(if $(strip $(any-prereq)),- due to: $(any-prereq), \
277 echo-why = $(call escsq, $(strip $(why)))
Dheaderdep.pl30 my @headers = grep { strip($_) } @ARGV;
61 sub strip { subroutine
DMakefile.lib50 multi-used-y := $(sort $(foreach m,$(obj-y), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m))))
51 multi-used-m := $(sort $(foreach m,$(obj-m), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m))))
69 real-objs-y := $(foreach m, $(filter-out $(subdir-obj-y), $(obj-y)), $(if $(strip $($(m:.o=-objs)) …
70 real-objs-m := $(foreach m, $(obj-m), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))),$($(m:.o=-objs))…
Ddecodecode58 ${CROSS_COMPILE}strip $1.o
DMakefile.build133 ifneq ($(strip $(lib-y) $(lib-m) $(lib-n) $(lib-)),)
137 ifneq ($(strip $(obj-y) $(obj-m) $(obj-n) $(obj-) $(subdir-m) $(lib-target)),)
369 cmd_link_o_target = $(if $(strip $(obj-y)),\
/linux-3.4.99/arch/powerpc/boot/
DzImage.lds.S41 .kernel:vmlinux.strip :
44 *(.kernel:vmlinux.strip)
D.gitignore17 kernel-vmlinux.strip.c
18 kernel-vmlinux.strip.gz
DzImage.coff.lds.S27 *(.kernel:vmlinux.strip)
Dwrapper141 ext=strip
144 ksection=.kernel:vmlinux.strip
/linux-3.4.99/tools/perf/util/
Dsetup.py27 ext_sources = [f.strip() for f in file('util/python-ext-sources')
28 if len(f.strip()) > 0 and f[0] != '#']
/linux-3.4.99/arch/xtensa/boot/boot-elf/
DMakefile24 $(OBJCOPY) --strip-all -R .comment -R .note.gnu.build-id -O binary \
36 $(OBJCOPY) --strip-all -R .comment -R .note.gnu.build-id -O binary \
/linux-3.4.99/arch/sparc/boot/
DMakefile58 $(call if_changed,strip)
70 $(call if_changed,strip)
/linux-3.4.99/arch/xtensa/boot/boot-redboot/
DMakefile25 $(OBJCOPY) --strip-all -R .comment -R .note.gnu.build-id -O binary \
/linux-3.4.99/arch/tile/
DMakefile20 ifneq ($(strip $(filter vmlinux modules all,$(goals))),)
/linux-3.4.99/arch/microblaze/boot/
DMakefile44 $(call if_changed,strip)
/linux-3.4.99/scripts/kconfig/
Dconf.c55 static void strip(char *str) in strip() function
195 strip(line); in conf_sym()
311 strip(line); in conf_choice()
/linux-3.4.99/scripts/tracing/
Ddraw_functrace.py103 line = line.strip()
/linux-3.4.99/arch/mn10300/
DMakefile18 CCDIR := $(strip $(patsubst %/specs,%,$(CCSPECS)))
/linux-3.4.99/tools/power/cpupower/
DMakefile97 STRIP = $(CROSS)strip
/linux-3.4.99/arch/mips/boot/compressed/
DMakefile72 $(call cmd,strip)
/linux-3.4.99/Documentation/zh_CN/
Demail-clients.txt158 - "no-strip-whitespace-before-send"选项也是需要的。
/linux-3.4.99/arch/um/
DMakefile80 KERNEL_DEFINES = $(strip -Derrno=kernel_errno -Dsigprocmask=kernel_sigprocmask \

123