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

Lines Matching refs:tmpdir

43     if ![ld_compile "$CC $CFLAGS" $srcdir/$subdir/basefile1.s tmpdir/basefile1.o] {
56 --base-file=tmpdir/$testname.base \
57 --export-all-symbols" tmpdir/$testname.dll \
58 "tmpdir/basefile1.o"] {
63 if { $verbose > 2 } then { verbose "output is [file_contents tmpdir/$testname.base]" 3 }
65 catch "exec wc -c tmpdir/$testname.base" err
67 if ![string match "0 tmpdir/$testname.base" [string trim $err]] then {
84 if ![ld_compile "$CC $CFLAGS -shared" $srcdir/$subdir/vers-script-dll.c tmpdir/vers-script-dll.o] {
97 -Wl,--output-def,tmpdir/$testname.def" tmpdir/$testname.dll \
98 "tmpdir/vers-script-dll.o"] {
102 if { $verbose > 2 } then { verbose "output is [file_contents tmpdir/$testname.def]" 3 }
103 if { [regexp_diff tmpdir/$testname.def $srcdir/$subdir/$testname.d] } then {
105 if { $verbose == 2 } then { verbose "output is [file_contents tmpdir/$testname.def]" 2 }