Searched refs:NOSTRIP (Results 1 – 6 of 6) sorted by relevance
/external/toybox/ |
D | configure | 24 …CFLAGS -O1 -g -fno-omit-frame-pointer -fno-optimize-sibling-calls -fsanitize=address"; NOSTRIP=1; }
|
/external/toybox/scripts/ |
D | make.sh | 344 if [ ! -z "$NOSTRIP" ] || 347 [ -z "$NOSTRIP" ] && echo "strip failed, using unstripped"
|
/external/modp_b64/ |
D | common.mk | 98 NOSTRIP ?= 1 340 ifeq ($(NOSTRIP),0) 433 $(if $(filter 0,$(NOSTRIP)),$(call strip_artifact)) 690 $(info - NOSTRIP=$(NOSTRIP))
|
/external/minijail/ |
D | common.mk | 98 NOSTRIP ?= 1 342 ifeq ($(NOSTRIP),0) 435 $(if $(filter 0,$(NOSTRIP)),$(call strip_artifact)) 694 $(info - NOSTRIP=$(NOSTRIP))
|
/external/minigbm/ |
D | common.mk | 98 NOSTRIP ?= 1 330 ifeq ($(NOSTRIP),0) 423 $(if $(filter 0,$(NOSTRIP)),$(call strip_artifact)) 680 $(info - NOSTRIP=$(NOSTRIP))
|
/external/pdfium/third_party/libtiff/ |
D | tif_read.c | 42 #define NOSTRIP ((uint32)(-1)) /* undefined state */ macro 211 tif->tif_curstrip = NOSTRIP; in TIFFFillStripPartial() 857 tif->tif_curstrip = NOSTRIP; in TIFFFillStrip() 908 tif->tif_curstrip = NOSTRIP; in TIFFFillStrip() 917 tif->tif_curstrip = NOSTRIP; in TIFFFillStrip()
|