Lines Matching refs:testfile
23 debugout=${debugfile:+-f testfile.debug.temp -F $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 --gnu -q testfile.temp || status=$?
40 cmp $debugfile testfile.debug.temp || status=$?
43 testrun ${abs_top_builddir}/src/elflint --gnu -q -d testfile.debug.temp || status=$?
46 testrun ${abs_top_builddir}/src/unstrip -o testfile.unstrip testfile.temp testfile.debug.temp
49 testrun ${abs_top_builddir}/src/elfcmp --hash-inexact $original testfile.unstrip
53 testrun ${abs_top_builddir}/src/strip -g -o testfile.temp $original
56 shstrtab_SECS=$(testrun ${abs_top_builddir}/src/readelf -S testfile.temp | grep '.shstrtab' | wc --…
67 tempfiles testfile.sections
68 testrun ${abs_top_builddir}/src/readelf -S testfile.temp > testfile.sections || status=$?
69 fgrep ' .debug_' testfile.sections && status=1