Home | History | Annotate | Download | only in ld-elfweak

Lines Matching refs:execname

304 proc build_exec { test execname objs flags dat dynsymexp symexp} {
317 if {![ld_simple_link $CC $tmpdir/$execname "$flags $files"]} {
323 if {![objdump_dynsymstuff $objdump $tmpdir/$execname $srcdir/$subdir/$dynsymexp]} {
330 if {![objdump_symstuff $objdump $tmpdir/$execname $srcdir/$subdir/$symexp]} {
337 send_log "$tmpdir/$execname >$tmpdir/$execname.out\n"
338 verbose "$tmpdir/$execname >$tmpdir/$execname.out"
339 catch "exec $tmpdir/$execname >$tmpdir/$execname.out" exec_output
347 send_log "diff $tmpdir/$execname.out $srcdir/$subdir/$dat.dat\n"
348 verbose "diff $tmpdir/$execname.out $srcdir/$subdir/$dat.dat"
349 catch "exec diff $tmpdir/$execname.out $srcdir/$subdir/$dat.dat" exec_output