Searched refs:binfile (Results 1 – 5 of 5) sorted by relevance
179 set binfile "tmpdir/relfail-$testindex.x"181 file delete $binfile183 set result [ld_simple_link $ld $binfile "--no-warn-mismatch $ld_options $objects"]185 set exists [file exists $binfile]187 verbose "$testname: file $binfile exists when it shouldn't" 1188 catch "exec $objdump -d $binfile" objdump_output194 verbose "$testname: file $binfile doesn't exist when it should" 1200 catch "exec $objdump -d $binfile" objdump_output211 file delete $binfile
110 set binfile "tmpdir/relax-$testindex.x"116 file delete $binfile117 set result [ld_simple_link $ld $binfile " --no-warn-mismatch $ld_options $objfiles"]118 if ![file exists $binfile] {125 verbose "$testname: file $binfile doesn't exist" 1130 catch "exec $objdump -d $binfile" objdump_output
1086 set binfile tmpdir/[lindex $testitem 6]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]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"[all …]
5648 FILE * binfile; in s_incbin() local5702 binfile = fopen (filename, FOPEN_RB); in s_incbin()5703 if (binfile == NULL) in s_incbin()5713 binfile = fopen (path, FOPEN_RB); in s_incbin()5714 if (binfile != NULL) in s_incbin()5718 if (binfile == NULL) in s_incbin()5724 if (binfile) in s_incbin()5731 if (fseek (binfile, 0, SEEK_END) != 0) in s_incbin()5736 file_len = ftell (binfile); in s_incbin()5749 if (fseek (binfile, skip, SEEK_SET) != 0) in s_incbin()[all …]
597 if binfile is empty.