Home
last modified time | relevance | path

Searched refs:STRIP (Results 1 – 15 of 15) sorted by relevance

/linux/tools/testing/selftests/wireguard/qemu/
A DMakefile64 STRIP := strip macro
273 $(STRIP) -s $@
294 $(STRIP) -s $@
303 $(STRIP) -s $@
308 $(STRIP) -s $@
318 $(STRIP) -s $@
328 $(STRIP) -s $@
339 $(STRIP) -s $@
343 $(STRIP) -s $@
354 $(STRIP) -s $@
[all …]
/linux/arch/microblaze/boot/
A DMakefile19 quiet_cmd_strip = STRIP $< $@$2
20 cmd_strip = $(STRIP) -K microblaze_start -K _end -K __log_buf \
/linux/scripts/
A Dobjdiff67 $STRIP -g $1 -R __bug_table -R .note -R .comment -o $stripped
78 STRIP="${CROSS_COMPILE}strip"
A DMakefile.modinst54 quiet_cmd_strip = STRIP $@
55 cmd_strip = $(STRIP) $(strip-option) $@
/linux/arch/sparc/boot/
A DMakefile18 quiet_cmd_strip = STRIP $@
19 cmd_strip = $(STRIP) -R .comment -R .note -K sun4u_init -K _end -K _start $< -o $@
/linux/tools/power/cpupower/
A DMakefile92 STRIP = $(CROSS)strip macro
111 export CROSS CC AR STRIP RANLIB CFLAGS LDFLAGS LIB_OBJS
/linux/tools/scripts/
A DMakefile.include59 $(call allow-override,STRIP,llvm-strip)
66 $(call allow-override,STRIP,$(CROSS_COMPILE)strip)
/linux/arch/alpha/boot/
A DMakefile69 quiet_cmd_strip = STRIP $@
70 cmd_strip = $(STRIP) -o $@ $<
/linux/arch/mips/boot/compressed/
A DMakefile106 quiet_cmd_strip = STRIP $@
107 cmd_strip = $(STRIP) -s $@
/linux/tools/power/acpi/
A DMakefile.config88 STRIPCMD = $(STRIP) -s --remove-section=.note --remove-section=.comment
/linux/drivers/firmware/efi/libstub/
A DMakefile139 $(STRIP) --strip-debug -o $@ $<; \
/linux/Documentation/kbuild/
A Dllvm.rst59 make CC=clang LD=ld.lld AR=llvm-ar NM=llvm-nm STRIP=llvm-strip \
/linux/
A DMakefile453 STRIP = llvm-strip macro
462 STRIP = $(CROSS_COMPILE)strip macro
529 export CPP AR NM STRIP OBJCOPY OBJDUMP READELF PAHOLE RESOLVE_BTFIDS LEX YACC AWK INSTALLKERNEL
A DCREDITS685 D: Author of Starmode Radio IP (STRIP) driver
/linux/tools/perf/
A DMakefile.perf199 STRIP = strip
651 $(STRIP) $(STRIP_OPTS) $(PROGRAMS) $(OUTPUT)perf

Completed in 23 milliseconds