Home | History | Annotate | Download | only in tests

Lines Matching refs:temp

23 debugout=${debugfile:+-f testfile.debug.temp -F $debugfile}
26 test x$stripped = xtestfile.temp || testfiles $stripped $debugfile
28 tempfiles testfile.temp testfile.debug.temp testfile.unstrip
30 testrun ${abs_top_builddir}/src/strip -o testfile.temp $debugout $original
34 cmp $stripped testfile.temp || status=$?
37 testrun ${abs_top_builddir}/src/elflint -q testfile.temp || status=$?
40 cmp $debugfile testfile.debug.temp || status=$?
43 testrun ${abs_top_builddir}/src/elflint -q -d testfile.debug.temp || status=$?
46 testrun ${abs_top_builddir}/src/unstrip -o testfile.unstrip testfile.temp testfile.debug.temp
60 testrun ${abs_top_builddir}/src/readelf -S testfile.temp > testfile.sections || status=$?