Home | History | Annotate | Download | only in binutils-all

Lines Matching refs:testfile

23 set testfile tmpdir/dw2-1
32 if { ![binutils_assemble_flags $srcdir/$subdir/dw2-1.S ${testfile}.o --nocompress-debug-sections] } then {
47 set got [remote_exec host "cmp ${testfile}.o ${compressedfile}gnu.o"]
79 set got [binutils_run $OBJCOPY "--compress-debug-sections ${testfile}.o ${copyfile}.o"]
105 send_log "cmp ${testfile}.o ${copyfile}.o\n"
106 verbose "cmp ${testfile}.o ${copyfile}.o"
107 set src1 ${testfile}.o
191 if { ![binutils_assemble_flags $srcdir/$subdir/dw2-empty.S ${testfile}empty.o --nocompress-debug-sections] } then {
197 set got [binutils_run $OBJCOPY "--compress-debug-sections ${testfile}empty.o ${copyfile}empty.o"]
201 send_log "cmp ${testfile}empty.o ${copyfile}empty.o\n"
202 verbose "cmp ${testfile}empty.o ${copyfile}empty.o"
203 set src1 ${testfile}empty.o
320 set got [binutils_run $OBJCOPY "--compress-debug-sections=zlib-gabi ${testfile}.o ${copyfile}gabi.o"]
346 send_log "cmp ${testfile}.o ${copyfile}gabi.o\n"
347 verbose "cmp ${testfile}.o ${copyfile}gabi.o"
348 set src1 ${testfile}.o