/linux-2.6.39/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-2.6.39/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-2.6.39/scripts/ |
D | Makefile.clean | 73 ifneq ($(strip $(__clean-files)),) 76 ifneq ($(strip $(__clean-dirs)),) 79 ifneq ($(strip $(clean-rule)),)
|
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 | Kbuild.include | 73 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)))
|
D | headerdep.pl | 30 my @headers = grep { strip($_) } @ARGV; 61 sub strip { subroutine
|
D | Makefile.build | 115 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)),\
|
D | decodecode | 58 ${CROSS_COMPILE}strip $1.o
|
/linux-2.6.39/arch/powerpc/boot/ |
D | zImage.lds.S | 31 .kernel:vmlinux.strip : { *(.kernel:vmlinux.strip) }
|
D | .gitignore | 18 kernel-vmlinux.strip.c 19 kernel-vmlinux.strip.gz
|
D | zImage.coff.lds.S | 29 *(.kernel:vmlinux.strip)
|
D | wrapper | 140 ext=strip 143 ksection=.kernel:vmlinux.strip
|
/linux-2.6.39/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-2.6.39/arch/sparc/boot/ |
D | Makefile | 59 $(call if_changed,strip) 71 $(call if_changed,strip)
|
/linux-2.6.39/arch/xtensa/boot/boot-redboot/ |
D | Makefile | 25 $(OBJCOPY) --strip-all -R .comment -R .note.gnu.build-id -O binary \
|
/linux-2.6.39/arch/tile/ |
D | Makefile | 20 ifneq ($(strip $(filter vmlinux modules all,$(goals))),)
|
/linux-2.6.39/arch/microblaze/boot/ |
D | Makefile | 48 $(call if_changed,strip)
|
/linux-2.6.39/scripts/kconfig/ |
D | conf.c | 57 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/ |
D | draw_functrace.py | 103 line = line.strip()
|
/linux-2.6.39/arch/mn10300/ |
D | Makefile | 18 CCDIR := $(strip $(patsubst %/specs,%,$(CCSPECS)))
|
/linux-2.6.39/tools/perf/ |
D | Makefile | 91 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/ |
D | Makefile | 72 $(call cmd,strip)
|
/linux-2.6.39/Documentation/kbuild/ |
D | kbuild.txt | 148 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/ |
D | Makefile | 70 $(call if_changed,strip)
|
/linux-2.6.39/arch/ia64/ |
D | Makefile | 23 OBJCOPYFLAGS := --strip-all
|