Searched refs:STRIP (Results 1 – 25 of 243) sorted by relevance
12345678910
/external/zlib/src/win32/ |
D | Makefile.gcc | 60 STRIP = $(PREFIX)strip 98 $(STRIP) $@ 102 $(STRIP) $@ 106 $(STRIP) $@ 110 $(STRIP) $@ 114 $(STRIP) $@
|
/external/llvm/utils/buildit/ |
D | build_llvm | 255 STRIP=strip 257 STRIP=`xcrun -sdk $SDKROOT -find strip` 265 $STRIP -Sl $DEST_DIR$DEST_ROOT/lib/*.[oa] 267 $STRIP -Sxl $f 348 -print | xargs -n 1 -P ${SYSCTL} $STRIP -arch all -Sl
|
/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/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
|
D | lib_info.mk | 59 SHARED_LIBRARY SHARED_LIBRARY_SUFFIX STRIP LIPO DSYMUTIL
|
/external/llvm/cmake/modules/ |
D | VersionFromVCS.cmake | 47 string(STRIP "${git_output}" git_head_svn_rev_number) 62 string(STRIP "${git_output}" git_ref_id)
|
D | GetSVN.cmake | 98 string(STRIP "${revision}" revision) 99 string(STRIP "${repository}" repository)
|
D | ChooseMSVCCRT.cmake | 33 string(STRIP "${${crt_current}}" ${crt_current}) 45 string(STRIP "${${flagsvar}}" ${flagsvar})
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
D | DTMWSFilter.java | 37 public static final short STRIP = 2; field
|
/external/libvpx/libvpx/build/make/ |
D | configure.sh | 439 STRIP=${STRIP} 623 STRIP=${STRIP:-${CROSS}strip} 926 STRIP=arm-none-linux-gnueabi-strip 970 STRIP=${TOOLCHAIN_PATH}strip 1005 STRIP="$(${XCRUN_FIND} strip)" 1335 ${STRIP} -V 2>/dev/null | grep GNU >/dev/null && enable_feature gnu_strip
|
/external/libdivsufsort/ |
D | VERSION.cmake | 17 string(STRIP "${GIT_REVISION}" GIT_REVISION)
|
/external/curl/CMake/ |
D | Utilities.cmake | 9 string(STRIP ${NEW_LIST_SPACE} NEW_LIST_SPACE)
|
/external/libogg/win32/ |
D | Makefile.in | 102 STRIP = @STRIP@
|
/external/google-benchmark/cmake/ |
D | GetGitVersion.cmake | 30 string(STRIP ${GIT_VERSION} GIT_VERSION)
|
/external/curl/lib/ |
D | Makefile.m32 | 66 STRIP = $(CROSSPREFIX)strip -g
|
/external/tlsdate/ |
D | Makefile.android | 36 STRIP := $(NDK_TOOLCHAIN)/bin/arm-linux-androideabi-strip \
|
/external/curl/src/ |
D | Makefile.m32 | 77 STRIP = $(CROSSPREFIX)strip -g
|
/external/netperf/src/missing/m4/ |
D | Makefile.in | 95 STRIP = @STRIP@
|
/external/netperf/doc/examples/ |
D | Makefile.in | 95 STRIP = @STRIP@
|
/external/libusb/ |
D | configure | 2582 if test -n "$STRIP"; then 2583 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 2602 STRIP=$ac_cv_prog_STRIP 2603 if test -n "$STRIP"; then 2604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 2605 $as_echo "$STRIP" >&6; } 2614 ac_ct_STRIP=$STRIP 2652 STRIP=":" 2660 STRIP=$ac_ct_STRIP 2663 STRIP="$ac_cv_prog_STRIP" [all …]
|
/external/skia/platform_tools/android/bin/utils/ |
D | setup_toolchain.sh | 144 exportVar STRIP "$ANDROID_TOOLCHAIN_PREFIX-strip"
|
12345678910