Searched refs:STRIP (Results 1 – 25 of 331) sorted by relevance
12345678910>>...14
/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/chromium_org/native_client_sdk/src/tools/ |
D | host_gcc.mk | 21 STRIP ?= strip 159 $(call LOG,STRIP,$$@,$(STRIP) --strip-debug -o $$@ $$^)
|
D | nacl_llvm.mk | 133 $(call LOG,STRIP,$$@,$(PNACL_STRIP) $$^ -o $$@)
|
/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/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 | 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 | 443 STRIP=${STRIP} 606 STRIP=${STRIP:-${CROSS}strip} 868 STRIP=arm-none-linux-gnueabi-strip 912 STRIP=${TOOLCHAIN_PATH}strip 949 STRIP="$(${XCRUN_FIND} strip)" 1216 ${STRIP} -V 2>/dev/null | grep GNU >/dev/null && enable_feature gnu_strip
|
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/ |
D | configure.sh | 443 STRIP=${STRIP} 619 STRIP=${STRIP:-${CROSS}strip} 899 STRIP=arm-none-linux-gnueabi-strip 943 STRIP=${TOOLCHAIN_PATH}strip 980 STRIP="$(${XCRUN_FIND} strip)" 1264 ${STRIP} -V 2>/dev/null | grep GNU >/dev/null && enable_feature gnu_strip
|
/external/chromium_org/native_client_sdk/src/doc/sdk/ |
D | examples.rst | 66 STRIP newlib/Release/core_x86_32.nexe 67 STRIP newlib/Release/core_x86_64.nexe 68 STRIP newlib/Release/core_arm.nexe 104 STRIP newlib/Release/core_x86_32.nexe 105 STRIP newlib/Release/core_x86_64.nexe 106 STRIP newlib/Release/core_arm.nexe
|
/external/skia/platform_tools/android/bin/utils/ |
D | setup_toolchain.sh | 89 exportVar STRIP "$ANDROID_TOOLCHAIN_PREFIX-strip"
|
/external/chromium_org/third_party/skia/platform_tools/android/bin/utils/ |
D | setup_toolchain.sh | 94 exportVar STRIP "$ANDROID_TOOLCHAIN_PREFIX-strip"
|
/external/libogg/win32/ |
D | Makefile.in | 102 STRIP = @STRIP@
|
/external/ipsec-tools/src/include-glibc/ |
D | Makefile.in | 118 STRIP = @STRIP@
|
/external/libvorbis/m4/ |
D | Makefile.in | 119 STRIP = @STRIP@
|
/external/libvorbis/lib/books/uncoupled/ |
D | Makefile.in | 119 STRIP = @STRIP@
|
/external/valgrind/main/lackey/tests/ |
D | Makefile.in | 134 STRIP = @STRIP@
|
/external/libvorbis/lib/books/coupled/ |
D | Makefile.in | 119 STRIP = @STRIP@
|
/external/libvorbis/lib/books/floor/ |
D | Makefile.in | 119 STRIP = @STRIP@
|
/external/elfutils/0.153/m4/ |
D | Makefile.in | 104 STRIP = @STRIP@
|
12345678910>>...14