Lines Matching full:tmpdir
59 if { ![ld_assemble $as $srcdir/$subdir/$test.s tmpdir/$test.o ] } {
64 if { ![ld_simple_link $ld tmpdir/$test "$ld_options -z stack-size=0 tmpdir/$test.o"] } {
75 send_log "$READELF $readelf_options --wide tmpdir/$test > tmpdir/$test.exp\n"
76 set got [remote_exec host "$READELF $readelf_options --wide tmpdir/$test" "" "/dev/null" "tmpdir/$test.exp"]
85 set got [remote_exec host "grep GNU_RELRO tmpdir/$test.exp"]
87 set got [remote_exec host "cat tmpdir/$test.exp"]
107 send_log "$prog tmpdir/$test\n"
108 set got [remote_exec host "$prog tmpdir/$test"]
115 send_log "$READELF $readelf_options --wide tmpdir/$test > tmpdir/$test.out\n"
116 set got [remote_exec host "$READELF $readelf_options --wide tmpdir/$test" "" "/dev/null" "tmpdir/$test.out"]
123 if { [catch {exec cmp tmpdir/$test.exp tmpdir/$test.out}] } then {
124 send_log "tmpdir/$test.exp tmpdir/$test.out differ.\n"