Home
last modified time | relevance | path

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

12

/linux-2.6.39/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-2.6.39/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-2.6.39/scripts/
DMakefile.clean73 ifneq ($(strip $(__clean-files)),)
76 ifneq ($(strip $(__clean-dirs)),)
79 ifneq ($(strip $(clean-rule)),)
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))…
DKbuild.include73 if (which $(strip $(c))$(CC)) > /dev/null 2>&1 ; then \
188 arg-check = $(strip $(filter-out $(cmd_$(1)), $(cmd_$@)) \
204 if_changed = $(if $(strip $(any-prereq) $(arg-check)), \
210 if_changed_dep = $(if $(strip $(any-prereq) $(arg-check) ), \
220 if_changed_rule = $(if $(strip $(any-prereq) $(arg-check) ), \
247 $(if $(strip $(any-prereq)),- due to: $(any-prereq), \
261 echo-why = $(call escsq, $(strip $(why)))
Dheaderdep.pl30 my @headers = grep { strip($_) } @ARGV;
61 sub strip { subroutine
DMakefile.build115 ifneq ($(strip $(lib-y) $(lib-m) $(lib-n) $(lib-)),)
119 ifneq ($(strip $(obj-y) $(obj-m) $(obj-n) $(obj-) $(subdir-m) $(lib-target)),)
345 cmd_link_o_target = $(if $(strip $(obj-y)),\
Ddecodecode58 ${CROSS_COMPILE}strip $1.o
/linux-2.6.39/arch/powerpc/boot/
DzImage.lds.S31 .kernel:vmlinux.strip : { *(.kernel:vmlinux.strip) }
D.gitignore18 kernel-vmlinux.strip.c
19 kernel-vmlinux.strip.gz
DzImage.coff.lds.S29 *(.kernel:vmlinux.strip)
Dwrapper140 ext=strip
143 ksection=.kernel:vmlinux.strip
/linux-2.6.39/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-2.6.39/arch/sparc/boot/
DMakefile59 $(call if_changed,strip)
71 $(call if_changed,strip)
/linux-2.6.39/arch/xtensa/boot/boot-redboot/
DMakefile25 $(OBJCOPY) --strip-all -R .comment -R .note.gnu.build-id -O binary \
/linux-2.6.39/arch/tile/
DMakefile20 ifneq ($(strip $(filter vmlinux modules all,$(goals))),)
/linux-2.6.39/arch/microblaze/boot/
DMakefile48 $(call if_changed,strip)
/linux-2.6.39/scripts/kconfig/
Dconf.c57 static void strip(char *str) in strip() function
195 strip(line); in conf_sym()
310 strip(line); in conf_choice()
/linux-2.6.39/scripts/tracing/
Ddraw_functrace.py103 line = line.strip()
/linux-2.6.39/arch/mn10300/
DMakefile18 CCDIR := $(strip $(patsubst %/specs,%,$(CCSPECS)))
/linux-2.6.39/tools/perf/
DMakefile91 STRIP ?= strip
169 strip-libs = $(filter-out -l%,$(1))
467 PERL_EMBED_LDFLAGS = $(call strip-libs,$(PERL_EMBED_LDOPTS))
486 PYTHON_EMBED_LDFLAGS = $(call strip-libs,$(PYTHON_EMBED_LDOPTS))
598 strip: $(PROGRAMS) $(OUTPUT)perf target
843 .PHONY: all install clean strip
/linux-2.6.39/arch/mips/boot/compressed/
DMakefile72 $(call cmd,strip)
/linux-2.6.39/Documentation/kbuild/
Dkbuild.txt148 the default option --strip-debug will be used. Otherwise,
149 INSTALL_MOD_STRIP value will be used as the options to the strip command.
/linux-2.6.39/arch/alpha/boot/
DMakefile70 $(call if_changed,strip)
/linux-2.6.39/arch/ia64/
DMakefile23 OBJCOPYFLAGS := --strip-all

12