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

Lines Matching full:tmpdir

52     if { ![ld_assemble $as $srcdir/$subdir/$test.s tmpdir/$test.o ] } {
57 if { ![ld_simple_link $ld tmpdir/$test "$ld_options tmpdir/$test.o"] } {
67 send_log "$READELF -l --wide tmpdir/$test > tmpdir/$test.exp\n"
68 set got [remote_exec host "$READELF -l --wide tmpdir/$test" "" "/dev/null" "tmpdir/$test.exp"]
75 send_log "$prog tmpdir/$test\n"
76 set got [remote_exec host "$prog tmpdir/$test"]
83 send_log "$READELF -l --wide tmpdir/$test > tmpdir/$test.out\n"
84 set got [remote_exec host "$READELF -l --wide tmpdir/$test" "" "/dev/null" "tmpdir/$test.out"]
91 if { [catch {exec cmp tmpdir/$test.exp tmpdir/$test.out}] } then {
92 send_log "tmpdir/$test.exp tmpdir/$test.out differ.\n"