Home | History | Annotate | Download | only in binutils-all

Lines Matching refs:STRIP

410     global STRIP
418 set test "strip"
456 set exec_output [binutils_run $STRIP "-g $archive"]
463 set exec_output [binutils_run $STRIP "$STRIPFLAGS $archive"]
497 set exec_output [binutils_run $STRIP "$STRIPFLAGS $objfile"]
518 global STRIP
525 set test "strip with saving a symbol"
538 set exec_output [binutils_run $STRIP "$STRIPFLAGS -K main -K _main $objfile"]
901 set test2 "strip executable"
903 set test3 "strip executable with saving a symbol"
931 strip_executable "$STRIP" "$STRIPFLAGS" "$test2" ""
933 strip_executable_with_saving_a_symbol "$STRIP" "-K main -K _main $STRIPFLAGS" "$test3" ""
935 keep_debug_symbols_and_test_copy "$STRIP" "--only-keep-debug $STRIPFLAGS" "$test4" \
938 keep_debug_symbols_and_check_links "$STRIP" "--only-keep-debug $STRIPFLAGS" "$test6"
943 strip_executable "$STRIP" "$STRIPFLAGS" "$test2" "$test2r"
944 strip_executable_with_saving_a_symbol "$STRIP" "-K main -K _main $STRIPFLAGS" "$test3" "$test3r"
945 keep_debug_symbols_and_test_copy "$STRIP" "--only-keep-debug $STRIPFLAGS" "$test4" \
948 keep_debug_symbols_and_check_links "$STRIP" "--only-keep-debug $STRIPFLAGS" "$test6"
1014 # We need to strip the ".d", but can leave the dirname.
1031 # We need to strip the ".d", but can leave the dirname.
1065 run_dump_test "strip-1"
1066 run_dump_test "strip-2"
1067 run_dump_test "strip-3"
1068 run_dump_test "strip-4"
1069 run_dump_test "strip-5"
1070 run_dump_test "strip-6"
1071 run_dump_test "strip-7"
1072 run_dump_test "strip-8"
1073 run_dump_test "strip-9"
1074 run_dump_test "strip-12"
1077 run_dump_test "strip-10"
1084 run_dump_test "strip-11" $extra_strip11
1087 # Check to make sure we don't strip a symbol named in relocations.
1095 set got [binutils_run $OBJCOPY "$OBJCOPYFLAGS --strip-symbol=foo tmpdir/bintest.o ${copyfile}.o"]
1134 set test "strip without global symbol "
1147 set exec_output [binutils_run $OBJCOPY "$OBJCOPYFLAGS --strip-unneeded $objfile"]