Lines Matching full:tmpdir
39 if { ![ld_assemble $as "--compress-debug-sections $srcdir/$subdir/empty.s" tmpdir/empty.o ] } {
43 if { ![ld_assemble $as "--compress-debug-sections=zlib-gabi $srcdir/$subdir/empty.s" tmpdir/emptyzlib.o ] } {
89 "tmpdir/begin.o tmpdir/libfoo.so tmpdir/end.o" ""
92 "tmpdir/begin.o tmpdir/libfoozlib.so tmpdir/end.o" ""
95 "tmpdir/begin.o tmpdir/libzlibfoo.so tmpdir/end.o --compress-debug-sections=zlib" ""
98 "tmpdir/begin.o tmpdir/libfoozlib.so tmpdir/end.o --compress-debug-sections=zlib" ""
101 "tmpdir/gnubegin.o tmpdir/libgnufoo.so tmpdir/end.o --compress-debug-sections=zlib-gnu" ""
104 "tmpdir/gnubegin.o tmpdir/libfoozlib.so tmpdir/end.o --compress-debug-sections=zlib-gnu" ""
107 "tmpdir/zlibbegin.o tmpdir/libgabifoo.so tmpdir/gabiend.o --compress-debug-sections=zlib-gabi" ""
110 "tmpdir/zlibbegin.o tmpdir/libfoozlib.so tmpdir/gabiend.o --compress-debug-sections=zlib-gabi" ""
118 send_log "cmp tmpdir/libfoo.so tmpdir/libfoozlib.so\n"
119 if { [catch {exec cmp tmpdir/libfoo.so tmpdir/libfoozlib.so}] } then {
120 send_log "tmpdir/libfoo.so tmpdir/libfoozlib.so differ.\n"
130 send_log "$READELF -S -W tmpdir/$test.o > tmpdir/$test.out\n"
131 set got [remote_exec host "$READELF -S -W tmpdir/$test.o" "" "/dev/null" "tmpdir/$test.out"]
136 if { [regexp_diff tmpdir/$test.out $srcdir/$subdir/$test.rS] } then {
144 send_log "$READELF -S -W tmpdir/$test.o > tmpdir/$test.out\n"
145 set got [remote_exec host "$READELF -S -W tmpdir/$test.o" "" "/dev/null" "tmpdir/$test.out"]
150 if { [regexp_diff tmpdir/$test.out $srcdir/$subdir/$test.rS] } then {
158 send_log "$READELF -t -W tmpdir/$test.o > tmpdir/$test.out\n"
159 set got [remote_exec host "$READELF -t -W tmpdir/$test.o" "" "/dev/null" "tmpdir/$test.out"]
164 if { [regexp_diff tmpdir/$test.out $srcdir/$subdir/$test.rt] } then {
172 send_log "$READELF -w tmpdir/$test > tmpdir/$test.out\n"
173 set got [remote_exec host "$READELF -w tmpdir/$test" "" "/dev/null" "tmpdir/$test.out"]
181 send_log "$READELF -w tmpdir/$test | sed -e \"s/.zdebug_/.debug_/\" > tmpdir/$test.out\n"
182 set got [remote_exec host "$READELF -w tmpdir/$test | sed -e \"s/.zdebug_/.debug_/\"" "" "/dev/null" "tmpdir/$test.out"]
187 if { [catch {exec cmp tmpdir/normal.out tmpdir/$test.out}] } then {
188 send_log "tmpdir/normal.out tmpdir/$test.out differ.\n"
193 send_log "$READELF -S -W tmpdir/$test' > tmpdir/$test.out\n"
194 set got [remote_exec host "$READELF -S -W tmpdir/$test" "" "/dev/null" "tmpdir/$test.out"]
199 if { [regexp_diff tmpdir/$test.out $srcdir/$subdir/$test.rS] } then {
207 send_log "$READELF -w tmpdir/$test | sed -e \"s/.zdebug_/.debug_/\" > tmpdir/$test.out\n"
208 set got [remote_exec host "$READELF -w tmpdir/$test | sed -e \"s/.zdebug_/.debug_/\"" "" "/dev/null" "tmpdir/$test.out"]
213 if { [catch {exec cmp tmpdir/normal.out tmpdir/$test.out}] } then {
214 send_log "tmpdir/normal.out tmpdir/$test.out differ.\n"
219 send_log "$READELF -S -W tmpdir/$test' > tmpdir/$test.out\n"
220 set got [remote_exec host "$READELF -S -W tmpdir/$test" "" "/dev/null" "tmpdir/$test.out"]
225 if { [regexp_diff tmpdir/$test.out $srcdir/$subdir/$test.rS] } then {
233 send_log "$READELF -w tmpdir/$test > tmpdir/$test.out\n"
234 set got [remote_exec host "$READELF -w tmpdir/$test" "" "/dev/null" "tmpdir/$test.out"]
239 if { [catch {exec cmp tmpdir/normal.out tmpdir/$test.out}] } then {
240 send_log "tmpdir/normal.out tmpdir/$test.out differ.\n"
245 send_log "$READELF -t -W tmpdir/$test > tmpdir/$test.out\n"
246 set got [remote_exec host "$READELF -t -W tmpdir/$test" "" "/dev/null" "tmpdir/$test.out"]
251 if { [regexp_diff tmpdir/$test.out $srcdir/$subdir/$test.rt] } then {