Home
last modified time | relevance | path

Searched refs:NOSTRIP (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/llvm/test/tools/sancov/
Dsymbolize.test3 …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/
Dconfigure21 …CFLAGS -O1 -g -fno-omit-frame-pointer -fno-optimize-sibling-calls -fsanitize=address"; NOSTRIP=1; }
/external/toybox/scripts/
Dmake.sh344 if [ ! -z "$NOSTRIP" ] ||
347 [ -z "$NOSTRIP" ] && echo "strip failed, using unstripped"
/external/minijail/
Dcommon.mk98 NOSTRIP ?= 1
342 ifeq ($(NOSTRIP),0)
435 $(if $(filter 0,$(NOSTRIP)),$(call strip_artifact))
694 $(info - NOSTRIP=$(NOSTRIP))
/external/modp_b64/
Dcommon.mk98 NOSTRIP ?= 1
340 ifeq ($(NOSTRIP),0)
433 $(if $(filter 0,$(NOSTRIP)),$(call strip_artifact))
690 $(info - NOSTRIP=$(NOSTRIP))
/external/minigbm/
Dcommon.mk98 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/
Ddyn-symbols-size-from-hash-table.test51 # 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/
Dtif_read.c42 #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()