Lines Matching refs:in_file
64 in_file="$1"
65 readelf_out="${in_file}.readelf.out"
66 out_file_strip="${in_file}.strip"
67 out_file_debug="${in_file}.debug"
69 testfiles ${in_file}
73 echo "addsections 2 ${in_file} 2147483648"
74 testrun ${abs_builddir}/addsections 2 ${in_file} 2147483648
75 testrun ${abs_top_builddir}/src/readelf -S ${in_file} > ${readelf_out}
83 echo "strip -o ${out_file_strip} -f ${out_file_debug} ${in_file}"
85 -f ${out_file_debug} ${in_file}
98 testrun ${abs_top_builddir}/src/elfcmp ${in_file} ${out_file_debug}
101 rm -f ${in_file} ${out_file_strip} ${out_file_debug}