Lines Matching refs:archive
197 set archive artest.a
199 remote_file host delete $archive
201 set archive tmpdir/artest.a
207 set got [binutils_run $AR "rc $archive ${objfile}"]
213 set got [binutils_run $NM "--print-armap $archive"]
227 # Test building a thin archive.
237 set testname "ar thin archive"
245 set archive artest.a
247 remote_file host delete $archive
249 set archive tmpdir/artest.a
255 set got [binutils_run $AR "rcT $archive ${objfile}"]
262 set exec_output [binutils_run "$base_dir/$bfdtest" "$archive"]
270 set got [binutils_run $NM "--print-armap $archive"]
284 # Test building a thin archive with a nested archive.
294 set testname "ar thin archive with nested archive"
302 set archive artest.a
305 remote_file host delete $archive
307 set archive tmpdir/artest.a
314 set got [binutils_run $AR "rc $archive ${objfile}"]
322 set got [binutils_run $AR "rcT $archive2 ${archive}"]
329 set exec_output [binutils_run "$base_dir/$bfdtest" "$archive"]
344 set got [binutils_run $NM "--print-armap $archive"]
374 set archive artest.a
376 remote_file host delete $archive
378 set archive tmpdir/artest.a
384 set got [binutils_run $AR "-r -c $archive ${objfile}"]
393 # Test building a deterministic archive.
402 set testname "ar deterministic archive"
410 set archive artest.a
412 remote_file host delete $archive
414 set archive tmpdir/artest.a
420 set got [binutils_run $AR "rcD $archive ${objfile}"]
426 set got [binutils_run $AR "tv $archive"]
444 set testname "ar unique symbol in archive"
451 set archive artest.a
453 remote_file host delete $archive
455 set archive tmpdir/artest.a
461 set got [binutils_run $AR "-s -r -c $archive ${objfile}"]
467 set got [binutils_run $NM "--print-armap $archive"]
492 set archive artest.a
494 remote_file host delete $archive
496 set archive tmpdir/artest.a
502 set got [binutils_run $AR "-r -c $archive ${objfile}"]
508 set got [binutils_run $AR "-d $archive ${objfile}"]
533 set archive artest.a
535 remote_file host delete $archive
537 set archive tmpdir/artest.a
543 set got [binutils_run $AR "-r -c $archive ${objfile}"]
549 set got [binutils_run $AR "-m $archive ${objfile}"]