Lines Matching refs:strip
39 testrun ${abs_top_builddir}/src/strip -o $outfile1 -f $debugfile1 $infile ||
40 { echo "*** failure strip $infile"; status=1; }
42 testrun ${abs_top_builddir}/src/strip --reloc-debug-sections -o $outfile2 \
44 { echo "*** failure strip --reloc-debug-sections $infile"; status=1; }
73 testrun ${abs_top_builddir}/src/strip --reloc-debug-sections-only \
75 { echo "*** failure strip --reloc-debug-sections-only $debugfile1"; \
125 runtest ${abs_top_builddir}/src/strip 0
126 runtest ${abs_top_builddir}/src/strip.o 1
130 tempfiles strip-uncompressed.o strip-compressed.o
131 testrun ${abs_top_builddir}/src/elfcompress -o strip-uncompressed.o -t none \
132 ${abs_top_builddir}/src/strip.o
133 testrun ${abs_top_builddir}/src/elfcompress -o strip-compressed.o -t zlib \
134 --force ${abs_top_builddir}/src/strip.o
136 runtest strip-uncompressed.o 1
137 runtest strip-compressed.o 1