Searched refs:STRIP (Results 1 - 18 of 18) sorted by path

/linux-master/
H A DMakefile487 STRIP = $(LLVM_PREFIX)llvm-strip$(LLVM_SUFFIX) macro
496 STRIP = $(CROSS_COMPILE)strip macro
599 export CPP AR NM STRIP OBJCOPY OBJDUMP READELF PAHOLE RESOLVE_BTFIDS LEX YACC AWK INSTALLKERNEL
/linux-master/arch/alpha/boot/
H A DMakefile69 quiet_cmd_strip = STRIP $@
70 cmd_strip = $(STRIP) -o $@ $<
/linux-master/arch/loongarch/boot/
H A DMakefile11 quiet_cmd_strip = STRIP $@
12 cmd_strip = $(STRIP) -s -o $@ $<
/linux-master/arch/microblaze/boot/
H A DMakefile19 quiet_cmd_strip = STRIP $< $@$2
20 cmd_strip = $(STRIP) -K microblaze_start -K _end -K __log_buf \
/linux-master/arch/mips/boot/compressed/
H A DMakefile111 quiet_cmd_strip = STRIP $@
112 cmd_strip = $(STRIP) -s $@
/linux-master/arch/powerpc/boot/
H A DMakefile411 $(STRIP) -s -R .comment $< -o $@
/linux-master/arch/sparc/boot/
H A DMakefile18 quiet_cmd_strip = STRIP $@
19 cmd_strip = $(STRIP) -R .comment -R .note -K sun4u_init -K _end -K _start $< -o $@
/linux-master/drivers/firmware/efi/libstub/
H A DMakefile165 $(STRIP) --strip-debug -o $@ $<; \
/linux-master/scripts/
H A DMakefile.modinst84 quiet_cmd_strip = STRIP $@
85 cmd_strip = $(STRIP) $(strip-option) $@
H A Dobjdiff67 $STRIP -g $1 -R __bug_table -R .note -R .comment -o $stripped
78 STRIP="${CROSS_COMPILE}strip"
/linux-master/tools/perf/
H A DMakefile.perf205 STRIP = strip
696 $(STRIP) $(STRIP_OPTS) $(PROGRAMS) $(OUTPUT)perf
/linux-master/tools/power/acpi/
H A DMakefile.config88 STRIPCMD = $(STRIP) -s --remove-section=.note --remove-section=.comment
/linux-master/tools/power/cpupower/
H A DMakefile92 STRIP = $(CROSS)strip macro
111 export CROSS CC AR STRIP RANLIB CFLAGS LDFLAGS LIB_OBJS
191 STRIPCMD = $(STRIP) -s --remove-section=.note --remove-section=.comment
/linux-master/tools/scripts/
H A DMakefile.include65 $(call allow-override,STRIP,$(LLVM_PREFIX)llvm-strip$(LLVM_SUFFIX))
72 $(call allow-override,STRIP,$(CROSS_COMPILE)strip)
/linux-master/tools/testing/selftests/wireguard/qemu/
H A DMakefile267 STRIP := $(CHOST)-strip macro
355 $(STRIP) -s $(TOOLCHAIN_PATH)/$(CHOST)/lib/libc.so
373 $(STRIP) -s $@
382 $(STRIP) -s $@
387 $(STRIP) -s $@
397 $(STRIP) -s $@
407 $(STRIP) -s $@
418 $(STRIP) -s $@
422 $(STRIP) -s $@
433 $(STRIP)
[all...]
/linux-master/tools/tracing/latency/
H A DMakefile80 STRIP := strip macro
86 @$(STRIP) $(DESTDIR)$(BINDIR)/latency-collector
/linux-master/tools/tracing/rtla/
H A DMakefile.rtla12 $(call allow-override,STRIP,$(CROSS_COMPILE)strip)
16 export CC AR STRIP PKG_CONFIG LD_SO_CONF_PATH LDCONFIG
35 STRIP := strip
42 @$(STRIP) $(DESTDIR)$(BINDIR)/rtla
/linux-master/tools/verification/rv/
H A DMakefile.rv12 $(call allow-override,STRIP,$(CROSS_COMPILE)strip)
16 export CC AR STRIP PKG_CONFIG LD_SO_CONF_PATH LDCONFIG
34 STRIP := strip
41 $(Q)@$(STRIP) $(DESTDIR)$(BINDIR)/rv

Completed in 559 milliseconds