Searched refs:STRIP (Results 1 - 12 of 12) sorted by relevance

/linux-4.1.27/arch/microblaze/boot/
H A DMakefile24 quiet_cmd_strip = STRIP $@
25 cmd_strip = $(STRIP) -K microblaze_start -K _end -K __log_buf \
/linux-4.1.27/arch/sparc/boot/
H A DMakefile17 quiet_cmd_strip = STRIP $@
18 cmd_strip = $(STRIP) -R .comment -R .note -K sun4u_init -K _end -K _start $< -o $@
/linux-4.1.27/arch/mips/boot/compressed/
H A DMakefile83 quiet_cmd_strip = STRIP $@
84 cmd_strip = $(STRIP) -s $@
/linux-4.1.27/arch/alpha/boot/
H A DMakefile69 quiet_cmd_strip = STRIP $@
70 cmd_strip = $(STRIP) -o $@ $<
/linux-4.1.27/tools/power/acpi/
H A DMakefile59 STRIP = $(CROSS)strip macro
92 STRIPCMD = $(STRIP) -s --remove-section=.note --remove-section=.comment
/linux-4.1.27/tools/power/cpupower/
H A DMakefile97 STRIP = $(CROSS)strip macro
111 export CROSS CC AR STRIP RANLIB CFLAGS LDFLAGS LIB_OBJS
181 STRIPCMD = $(STRIP) -s --remove-section=.note --remove-section=.comment
/linux-4.1.27/arch/m68k/
H A DMakefile137 $(STRIP) vmlinux.tmp
150 $(STRIP) vmlinux.tmp
/linux-4.1.27/include/uapi/linux/
H A Dif_arp.h40 #define ARPHRD_METRICOM 23 /* Metricom STRIP (new IANA id) */
/linux-4.1.27/drivers/gpu/drm/savage/
H A Dsavage_state.c313 ("wrong number of vertices %u in TRIFAN/STRIP\n", savage_dispatch_dma_prim()
450 ("wrong number of vertices %u in TRIFAN/STRIP\n", savage_dispatch_vb_prim()
570 ("wrong number of indices %u in TRIFAN/STRIP\n", n); savage_dispatch_dma_idx()
708 ("wrong number of indices %u in TRIFAN/STRIP\n", n); savage_dispatch_vb_idx()
/linux-4.1.27/drivers/net/ethernet/xilinx/
H A Dxilinx_axienet.h185 #define XAE_RAF_TXVSTRPMODE_MASK 0x00000180 /* Tx VLAN STRIP mode */
186 #define XAE_RAF_RXVSTRPMODE_MASK 0x00000600 /* Rx VLAN STRIP mode */
/linux-4.1.27/
H A DMakefile359 STRIP = $(CROSS_COMPILE)strip macro
419 export CPP AR NM STRIP OBJCOPY OBJDUMP
839 mod_strip_cmd = $(STRIP) --strip-debug
841 mod_strip_cmd = $(STRIP) $(INSTALL_MOD_STRIP)
/linux-4.1.27/arch/powerpc/boot/
H A DMakefile350 $(STRIP) -s -R .comment $< -o $@

Completed in 389 milliseconds