Searched refs:STRIP (Results 1 – 25 of 34) sorted by relevance
12
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/ |
D | objcopy.exp | 400 global STRIP 446 set exec_output [binutils_run $STRIP "-g $archive"] 453 set exec_output [binutils_run $STRIP "$STRIPFLAGS $archive"] 487 set exec_output [binutils_run $STRIP "$STRIPFLAGS $objfile"] 508 global STRIP 528 set exec_output [binutils_run $STRIP "$STRIPFLAGS -K main -K _main $objfile"] 861 strip_executable "$STRIP" "$STRIPFLAGS" "$test3" 862 strip_executable_with_saving_a_symbol "$STRIP" "-K main -K _main $STRIPFLAGS" "$test4" 863 keep_debug_symbols_and_test_copy "$STRIP" "--only-keep-debug $STRIPFLAGS" "$test5" \
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/config/ |
D | default.exp | 51 if ![info exists STRIP] then { 52 set STRIP [findfile $base_dir/strip-new $base_dir/strip-new [transform strip]]
|
/toolchain/binutils/binutils-2.25/gprof/ |
D | configure | 3351 if test -n "$STRIP"; then 3352 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 3371 STRIP=$ac_cv_prog_STRIP 3372 if test -n "$STRIP"; then 3373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 3374 $as_echo "$STRIP" >&6; } 3383 ac_ct_STRIP=$STRIP 3421 STRIP=":" 3429 STRIP=$ac_ct_STRIP 3432 STRIP="$ac_cv_prog_STRIP" [all …]
|
D | Makefile.in | 238 STRIP = @STRIP@
|
D | aclocal.m4 | 842 # STRIPPROG with the value of the STRIP variable (set by the user). 848 # will honor the `STRIP' environment variable to overrule this program. 851 AC_CHECK_TOOL([STRIP], [strip], :)
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | configure | 3417 if test -n "$STRIP"; then 3418 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 3437 STRIP=$ac_cv_prog_STRIP 3438 if test -n "$STRIP"; then 3439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 3440 $as_echo "$STRIP" >&6; } 3449 ac_ct_STRIP=$STRIP 3487 STRIP=":" 3495 STRIP=$ac_ct_STRIP 3498 STRIP="$ac_cv_prog_STRIP" [all …]
|
D | aclocal.m4 | 842 # STRIPPROG with the value of the STRIP variable (set by the user). 848 # will honor the `STRIP' environment variable to overrule this program. 851 AC_CHECK_TOOL([STRIP], [strip], :)
|
/toolchain/binutils/binutils-2.25/gas/ |
D | configure | 3425 if test -n "$STRIP"; then 3426 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 3445 STRIP=$ac_cv_prog_STRIP 3446 if test -n "$STRIP"; then 3447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 3448 $as_echo "$STRIP" >&6; } 3457 ac_ct_STRIP=$STRIP 3495 STRIP=":" 3503 STRIP=$ac_ct_STRIP 3506 STRIP="$ac_cv_prog_STRIP" [all …]
|
D | aclocal.m4 | 863 # STRIPPROG with the value of the STRIP variable (set by the user). 869 # will honor the `STRIP' environment variable to overrule this program. 872 AC_CHECK_TOOL([STRIP], [strip], :)
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | configure | 3445 if test -n "$STRIP"; then 3446 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 3465 STRIP=$ac_cv_prog_STRIP 3466 if test -n "$STRIP"; then 3467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 3468 $as_echo "$STRIP" >&6; } 3477 ac_ct_STRIP=$STRIP 3515 STRIP=":" 3523 STRIP=$ac_ct_STRIP 3526 STRIP="$ac_cv_prog_STRIP" [all …]
|
D | aclocal.m4 | 863 # STRIPPROG with the value of the STRIP variable (set by the user). 869 # will honor the `STRIP' environment variable to overrule this program. 872 AC_CHECK_TOOL([STRIP], [strip], :)
|
D | Makefile.in | 373 STRIP = @STRIP@
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | configure | 3693 if test -n "$STRIP"; then 3694 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 3713 STRIP=$ac_cv_prog_STRIP 3714 if test -n "$STRIP"; then 3715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 3716 $as_echo "$STRIP" >&6; } 3725 ac_ct_STRIP=$STRIP 3763 STRIP=":" 3771 STRIP=$ac_ct_STRIP 3774 STRIP="$ac_cv_prog_STRIP" [all …]
|
D | aclocal.m4 | 842 # STRIPPROG with the value of the STRIP variable (set by the user). 848 # will honor the `STRIP' environment variable to overrule this program. 851 AC_CHECK_TOOL([STRIP], [strip], :)
|
/toolchain/binutils/binutils-2.25/ld/ |
D | configure | 3764 if test -n "$STRIP"; then 3765 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 3784 STRIP=$ac_cv_prog_STRIP 3785 if test -n "$STRIP"; then 3786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 3787 $as_echo "$STRIP" >&6; } 3796 ac_ct_STRIP=$STRIP 3834 STRIP=":" 3842 STRIP=$ac_ct_STRIP 3845 STRIP="$ac_cv_prog_STRIP" [all …]
|
D | aclocal.m4 | 863 # STRIPPROG with the value of the STRIP variable (set by the user). 869 # will honor the `STRIP' environment variable to overrule this program. 872 AC_CHECK_TOOL([STRIP], [strip], :)
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/lib/ |
D | utils-lib.exp | 249 global OBJDUMP NM OBJCOPY READELF STRIP
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | Makefile.in | 201 STRIP = @STRIP@
|
/toolchain/binutils/binutils-2.25/ |
D | configure | 9144 if test -n "$STRIP"; then 9145 ac_cv_prog_STRIP=$STRIP 9159 if test -n "$STRIP"; then 9160 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 9180 if test -n "$STRIP"; then 9181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 9182 $as_echo "$STRIP" >&6; } 9201 if test -n "$STRIP"; then 9202 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 9222 if test -n "$STRIP"; then [all …]
|
D | Makefile.tpl | 293 STRIP="$(STRIP_FOR_TARGET)"; export STRIP; \ 405 STRIP = @STRIP@
|
D | libtool.m4 | 1332 AC_CHECK_TOOL(STRIP, strip, :) 1333 test -z "$STRIP" && STRIP=: 1334 _LT_DECL([], [STRIP], [1], [A symbol stripping program]) 1995 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then 1996 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" 1997 test -z "$striplib" && striplib="$STRIP --strip-unneeded" 2003 if test -n "$STRIP" ; then 2004 striplib="$STRIP -x" 2005 old_striplib="$STRIP -S"
|
/toolchain/binutils/binutils-2.25/binutils/doc/ |
D | Makefile.in | 221 STRIP = @STRIP@
|
/toolchain/binutils/binutils-2.25/gold/ |
D | configure | 2959 if test -n "$STRIP"; then 2960 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 2979 STRIP=$ac_cv_prog_STRIP 2980 if test -n "$STRIP"; then 2981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 2982 $as_echo "$STRIP" >&6; } 2991 ac_ct_STRIP=$STRIP 3029 STRIP=":" 3037 STRIP=$ac_ct_STRIP 3040 STRIP="$ac_cv_prog_STRIP"
|
D | aclocal.m4 | 854 # STRIPPROG with the value of the STRIP variable (set by the user). 860 # will honor the `STRIP' environment variable to overrule this program. 863 AC_CHECK_TOOL([STRIP], [strip], :)
|
/toolchain/binutils/binutils-2.25/bfd/doc/ |
D | Makefile.in | 217 STRIP = @STRIP@
|
12