Searched refs:strip (Results 1 – 25 of 52) sorted by relevance
123
/linux-3.4.99/scripts/rt-tester/ |
D | rt-tester.py | 140 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/ |
D | Makefile | 22 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/ |
D | Makefile.clean | 73 ifneq ($(strip $(__clean-files)),) 76 ifneq ($(strip $(__clean-dirs)),) 79 ifneq ($(strip $(clean-rule)),)
|
D | Kbuild.include | 77 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)))
|
D | headerdep.pl | 30 my @headers = grep { strip($_) } @ARGV; 61 sub strip { subroutine
|
D | Makefile.lib | 50 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))…
|
D | decodecode | 58 ${CROSS_COMPILE}strip $1.o
|
D | Makefile.build | 133 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/ |
D | zImage.lds.S | 41 .kernel:vmlinux.strip : 44 *(.kernel:vmlinux.strip)
|
D | .gitignore | 17 kernel-vmlinux.strip.c 18 kernel-vmlinux.strip.gz
|
D | zImage.coff.lds.S | 27 *(.kernel:vmlinux.strip)
|
D | wrapper | 141 ext=strip 144 ksection=.kernel:vmlinux.strip
|
/linux-3.4.99/tools/perf/util/ |
D | setup.py | 27 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/ |
D | Makefile | 24 $(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/ |
D | Makefile | 58 $(call if_changed,strip) 70 $(call if_changed,strip)
|
/linux-3.4.99/arch/xtensa/boot/boot-redboot/ |
D | Makefile | 25 $(OBJCOPY) --strip-all -R .comment -R .note.gnu.build-id -O binary \
|
/linux-3.4.99/arch/tile/ |
D | Makefile | 20 ifneq ($(strip $(filter vmlinux modules all,$(goals))),)
|
/linux-3.4.99/arch/microblaze/boot/ |
D | Makefile | 44 $(call if_changed,strip)
|
/linux-3.4.99/scripts/kconfig/ |
D | conf.c | 55 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/ |
D | draw_functrace.py | 103 line = line.strip()
|
/linux-3.4.99/arch/mn10300/ |
D | Makefile | 18 CCDIR := $(strip $(patsubst %/specs,%,$(CCSPECS)))
|
/linux-3.4.99/tools/power/cpupower/ |
D | Makefile | 97 STRIP = $(CROSS)strip
|
/linux-3.4.99/arch/mips/boot/compressed/ |
D | Makefile | 72 $(call cmd,strip)
|
/linux-3.4.99/Documentation/zh_CN/ |
D | email-clients.txt | 158 - "no-strip-whitespace-before-send"选项也是需要的。
|
/linux-3.4.99/arch/um/ |
D | Makefile | 80 KERNEL_DEFINES = $(strip -Derrno=kernel_errno -Dsigprocmask=kernel_sigprocmask \
|
123