Home
last modified time | relevance | path

Searched refs:binfile (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.27/ld/testsuite/ld-sh/sh64/
Drelfail.exp179 set binfile "tmpdir/relfail-$testindex.x"
181 file delete $binfile
183 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" 1
188 catch "exec $objdump -d $binfile" objdump_output
194 verbose "$testname: file $binfile doesn't exist when it should" 1
200 catch "exec $objdump -d $binfile" objdump_output
211 file delete $binfile
Drelax.exp110 set binfile "tmpdir/relax-$testindex.x"
116 file delete $binfile
117 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" 1
130 catch "exec $objdump -d $binfile" objdump_output
/toolchain/binutils/binutils-2.27/ld/testsuite/lib/
Dld-lib.exp1196 set binfile tmpdir/[lindex $testitem 6]
1239 if { $binfile eq "tmpdir/" } {
1241 } elseif { [regexp ".*\\.a$" $binfile] } {
1242 if { ![ar_simple_create $ar $ld_options $binfile "$objfiles $ld_after"] } {
1245 …} elseif { ![ld_simple_link $ld $binfile "$ld_extra_opt -L$srcdir/$subdir $ld_options $objfiles $l…
1296 set cmd "$binary $progopts $binfile"
1398 set binfile tmpdir/[lindex $testitem 4]
1444 if { $binfile eq "tmpdir/" } {
1448 } elseif ![$link_proc $link_cmd $binfile "-L$srcdir/$subdir $ld_options $objfiles"] {
1463 send_log "Running: $binfile > $binfile.out\n"
[all …]
/toolchain/binutils/binutils-2.27/gas/
Dread.c5806 FILE * binfile; in s_incbin() local
5859 binfile = fopen (filename, FOPEN_RB); in s_incbin()
5860 if (binfile == NULL) in s_incbin()
5870 binfile = fopen (path, FOPEN_RB); in s_incbin()
5871 if (binfile != NULL) in s_incbin()
5875 if (binfile == NULL) in s_incbin()
5881 if (binfile) in s_incbin()
5888 if (fseek (binfile, 0, SEEK_END) != 0) in s_incbin()
5893 file_len = ftell (binfile); in s_incbin()
5906 if (fseek (binfile, skip, SEEK_SET) != 0) in s_incbin()
[all …]
/toolchain/binutils/binutils-2.27/ld/testsuite/
DChangeLog-2014896 if binfile is empty.