Searched refs:STRIP (Results 1 – 25 of 279) sorted by relevance
12345678910>>...12
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objcopy/ |
D | keep-file-symbols.test | 5 # RUN: llvm-readobj -symbols %t2 | FileCheck %s --check-prefix=STRIP 51 #STRIP: Symbols [ 52 #STRIP-NEXT: Symbol { 53 #STRIP-NEXT: Name: 54 #STRIP-NEXT: Value: 0x0 55 #STRIP-NEXT: Size: 0 56 #STRIP-NEXT: Binding: Local 57 #STRIP-NEXT: Type: None 58 #STRIP-NEXT: Other: 0 59 #STRIP-NEXT: Section: Undefined [all …]
|
D | drawf-fission.test | 5 # RUN: llvm-readobj -file-headers -sections %t2 | FileCheck %s -check-prefix=STRIP 19 #STRIP: SectionHeaderCount: 24 21 #STRIP: Name: .text 22 #STRIP: Name: .rodata.str1.1 23 #STRIP: Name: .debug_str 24 #STRIP: Name: .debug_abbrev 25 #STRIP: Name: .debug_info 26 #STRIP: Name: .debug_ranges 27 #STRIP: Name: .debug_macinfo 28 #STRIP: Name: .debug_addr [all …]
|
D | help-message.test | 6 # RUN: llvm-strip --help | FileCheck --check-prefix=STRIP-USAGE %s 7 # RUN: not llvm-strip 2>&1 | FileCheck --check-prefix=STRIP-USAGE %s 13 # STRIP-USAGE: USAGE: llvm-strip
|
/external/zlib/src/win32/ |
D | Makefile.gcc | 60 STRIP = $(PREFIX)strip 98 $(STRIP) $@ 102 $(STRIP) $@ 106 $(STRIP) $@ 110 $(STRIP) $@ 114 $(STRIP) $@
|
/external/swiftshader/third_party/LLVM/utils/buildit/ |
D | build_llvm | 205 STRIP=strip 207 STRIP=`xcrun -sdk $SDKROOT -find strip` 215 $STRIP -Sl $DEST_DIR$DEST_ROOT/lib/*.[oa] 217 $STRIP -Sxl $f 306 $STRIP -arch all -Sl $DT_HOME/lib/libLTO.dylib 336 -print | xargs -n 1 -P ${SYSCTL} $STRIP -arch all -Sl
|
/external/toybox/ |
D | configure | 35 [ -z "$STRIP" ] && STRIP=strip
|
/external/libcxx/cmake/Modules/ |
D | HandleCompilerRT.cmake | 19 string(STRIP "${LIBRARY_FILE}" LIBRARY_FILE) 43 string(STRIP "${LIBRARY_DIR}" LIBRARY_DIR) 54 string(STRIP "${LIBRARY_FILE}" LIBRARY_FILE)
|
/external/libcxxabi/cmake/Modules/ |
D | HandleCompilerRT.cmake | 19 string(STRIP "${LIBRARY_FILE}" LIBRARY_FILE) 43 string(STRIP "${LIBRARY_DIR}" LIBRARY_DIR) 54 string(STRIP "${LIBRARY_FILE}" LIBRARY_FILE)
|
/external/libunwind_llvm/cmake/Modules/ |
D | HandleCompilerRT.cmake | 19 string(STRIP "${LIBRARY_FILE}" LIBRARY_FILE) 43 string(STRIP "${LIBRARY_DIR}" LIBRARY_DIR) 54 string(STRIP "${LIBRARY_FILE}" LIBRARY_FILE)
|
/external/u-boot/tools/env/ |
D | Makefile | 30 quiet_cmd_crosstools_strip = STRIP $^ 31 cmd_crosstools_strip = $(STRIP) $^; touch $@
|
/external/u-boot/scripts/ |
D | objdiff | 67 $STRIP -g $1 -R __bug_table -R .note -R .comment -o $stripped 78 STRIP="${CROSS_COMPILE}strip"
|
/external/bcc/cmake/ |
D | GetGitRevisionDescription.cmake.in | 20 string(STRIP "${HEAD_CONTENTS}" HEAD_CONTENTS) 37 string(STRIP "${HEAD_HASH}" HEAD_HASH)
|
/external/e2fsprogs/lib/ |
D | Makefile.solaris-lib | 51 $(STRIP) -x $(DESTDIR)$(ELF_INSTALL_DIR)/$(ELF_LIB) 54 $(STRIP) -x $(DESTDIR)$(ELF_INSTALL_DIR)/$(ELF_LIB)
|
D | Makefile.elf-lib | 58 $(Q) $(STRIP) --strip-unneeded --remove-section=.comment \ 63 $(Q) $(STRIP) --strip-unneeded --remove-section=.comment \
|
/external/gptfdisk/ |
D | Makefile.mingw64 | 3 STRIP=/usr/bin/x86_64-w64-mingw32-strip 33 $(STRIP) gdisk64.exe fixparts64.exe
|
D | Makefile.mingw | 3 STRIP=/usr/bin/i686-w64-mingw32-strip 33 $(STRIP) gdisk32.exe fixparts32.exe
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Verifier/ |
D | tbaa.ll | 2 ; RUN: llvm-as -disable-verify < %s | opt -verify -S | FileCheck %s --check-prefix=STRIP 4 ; STRIP-NOT: tbaa 5 ; STRIP: @f_0 6 ; STRIP: Do no strip this
|
/external/compiler-rt/make/ |
D | AppleBI.mk | 51 $(call GetCNAVar,STRIP,Platform.darwin_bni,Release,) -S $(SYMROOT)/libcompiler_rt.dylib \ 92 $(call GetCNAVar,STRIP,Platform.darwin_bni,Release,) -S $(SYMROOT)/libcompiler_rt.dylib \ 121 $(call GetCNAVar,STRIP,Platform.darwin_bni,Release,) -S $(SYMROOT)/libcompiler_rt_sim.dylib \
|
D | options.mk | 44 STRIP := strip
|
/external/deqp-deps/glslang/gtests/ |
D | Remap.FromFile.cpp | 91 … { "remap.basic.strip.frag", "main", Source::GLSL, spv::spirvbin_t::STRIP }, 107 … { "remap.hlsl.sample.basic.strip.frag", "main", Source::HLSL, spv::spirvbin_t::STRIP },
|
/external/libaom/libaom/build/cmake/ |
D | generate_exports.cmake | 45 string(STRIP "${exported_symbols}" exported_symbols) 49 string(STRIP "${exported_symbol}" exported_symbol)
|
/external/grpc-grpc/templates/ |
D | Makefile.template | 159 STRIP ?= strip --strip-unneeded 165 STRIP ?= strip -x 171 STRIP ?= strip --strip-unneeded 176 STRIP ?= strip
|
/external/llvm/cmake/modules/ |
D | VersionFromVCS.cmake | 59 string(STRIP "${git_output}" git_head_svn_rev_number) 75 string(STRIP "${git_output}" git_ref_id)
|
/external/ltp/include/mk/ |
D | config.mk.in | 31 STRIP := @STRIP@
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
D | DTMWSFilter.java | 37 public static final short STRIP = 2; field
|
12345678910>>...12