Lines Matching refs:in_file
75 in_file="$1"
76 readelf_out="${in_file}.readelf.out"
77 out_file_strip="${in_file}.strip"
78 out_file_debug="${in_file}.debug"
80 testfiles ${in_file}
84 echo "addsections 2 ${in_file} 2147483648"
85 testrun ${abs_builddir}/addsections 2 ${in_file} 2147483648
86 testrun ${abs_top_builddir}/src/readelf -S ${in_file} > ${readelf_out}
94 echo "strip -o ${out_file_strip} -f ${out_file_debug} ${in_file}"
96 -f ${out_file_debug} ${in_file}
109 testrun ${abs_top_builddir}/src/elfcmp ${in_file} ${out_file_debug}
112 rm -f ${in_file} ${out_file_strip} ${out_file_debug}