Home | History | Annotate | Download | only in lib

Lines Matching refs:binfile

1086 	set binfile tmpdir/[lindex $testitem 6]
1100 # verbose -log "binfile is $binfile"
1129 if { $binfile eq "tmpdir/" } {
1131 } elseif { [regexp ".*\\.a$" $binfile] } {
1132 if { ![ar_simple_create $ar $ld_options $binfile "$objfiles $ld_after"] } {
1135 } elseif { ![ld_simple_link $ld $binfile "-L$srcdir/$subdir $ld_options $objfiles $ld_after"] } {
1186 set cmd "$binary $progopts $binfile"
1288 set binfile tmpdir/[lindex $testitem 4]
1300 # verbose -log "binfile is $binfile"
1334 if { $binfile eq "tmpdir/" } {
1338 } elseif ![$link_proc $link_cmd $binfile "-L$srcdir/$subdir $ld_options $objfiles"] {
1353 send_log "Running: $binfile > $binfile.out\n"
1354 verbose "Running: $binfile > $binfile.out"
1355 catch "exec $binfile > $binfile.out" exec_output
1362 send_log "diff $binfile.out $srcdir/$subdir/$expfile\n"
1363 verbose "diff $binfile.out $srcdir/$subdir/$expfile"
1364 catch "exec diff $binfile.out $srcdir/$subdir/$expfile" exec_output
1427 set binfile tmpdir/[lindex $testitem 5]
1439 #verbose -log "binfile is $binfile"
1468 if { $binfile eq "tmpdir/" } {
1470 } elseif { [regexp ".*\\.a$" $binfile] } {
1471 if { ![ar_simple_create $ar $ldflags $binfile "$objfiles"] } {
1476 if { ![ld_simple_link $cc_cmd $binfile "$board_cflags -L$srcdir/$subdir $ldflags $objfiles"] } {
1528 set cmd "$binary $progopts $binfile > dump.out"