Searched refs:NOSTRIP (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/llvm/test/tools/sancov/ |
D | symbolize.test | 3 …est-linux_x86_64 %p/Inputs/test-linux_x86_64.0.sancov | FileCheck %s --check-prefixes=CHECK,NOSTRIP 16 NOSTRIP-NEXT: "/usr/local/google/home/aizatsky/src/llvm/test/tools/sancov/Inputs/test.cpp": {
|
/external/toybox/ |
D | configure | 21 …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/minijail/ |
D | common.mk | 98 NOSTRIP ?= 1 342 ifeq ($(NOSTRIP),0) 435 $(if $(filter 0,$(NOSTRIP)),$(call strip_artifact)) 694 $(info - NOSTRIP=$(NOSTRIP))
|
/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/minigbm/ |
D | common.mk | 98 NOSTRIP ?= 1 330 ifeq ($(NOSTRIP),0) 423 $(if $(filter 0,$(NOSTRIP)),$(call strip_artifact)) 680 $(info - NOSTRIP=$(NOSTRIP))
|
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
D | dyn-symbols-size-from-hash-table.test | 51 # NOSTRIP-NEXT: Section: .text (0x1) 61 # NOSTRIP-NEXT: Section: .data (0x2) 66 # GNU1-NOSTRIP: Symbol table '.dynsym' contains 3 entries: 306 # RUN: FileCheck %s --check-prefixes=LLVM1,NOSTRIP --implicit-check-not=warning: 308 # RUN: FileCheck %s --check-prefixes=GNU1,GNU1-NOSTRIP --implicit-check-not=warning:
|
/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()
|