Home
last modified time | relevance | path

Searched refs:objs (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
Dmips-elf-flags.exp44 set objs {}
52 lappend objs $obj
55 return $objs
66 set objs [assemble_for_flags $arglist]
68 if {$objs == ""} {
70 } elseif {![ld_simple_link "$ld $ldemul" $finalobj "-r $objs"]} {
105 set objs [assemble_for_flags $arglist]
107 if {$objs == ""} {
109 } elseif {[ld_simple_link "$ld $ldemul" $finalobj "-r $objs"]
/toolchain/benchmark/
Dfix_json.py51 objs = json.load(fout)
52 for obj in objs:
56 json.dump(objs, fout)
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-srec/
Dsrec.exp224 proc run_srec_test { test objs } { argument
295 set objs "$objs -L ../gcc -lgcc"
303 if { ![ld_simple_link $ld tmpdir/sr1 "$flags $objs"] \
304 || ![ld_simple_link $ld tmpdir/sr2.sr "$flags --oformat srec $objs"] } {
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-elfweak/
Delfweak.exp278 proc build_lib {test libname objs dynsymexp} {
287 foreach obj $objs {
304 proc build_exec { test execname objs flags dat dynsymexp symexp} {
313 foreach obj $objs {
/toolchain/binutils/binutils-2.27/
Dltmain.sh2571 progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
4287 objs=
5000 objs="$objs $arg"
6313 objs="$objs$old_deplibs"
6342 if test -n "$objs"; then
6344 …c_fatal_error "cannot build libtool library \`$output' from non-libtool objects on this host:$objs"
6348 $ECHO "*** objects $objs is not portable!"
6349 libobjs="$libobjs $objs"
6648 oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP`
7630 test -n "$objs$old_deplibs" && \
[all …]
Dlibtool.m46007 $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
/toolchain/binutils/binutils-2.27/ld/testsuite/lib/
Dld-lib.exp213 set objs "$HOSTING_SCRT0 $objects"
216 set objs "$HOSTING_CRT0 $objects"
228 return [run_host_cmd_yesno "$ld" "$HOSTING_EMU $flags -o $target $objs $libs"]
/toolchain/binutils/binutils-2.27/zlib/
DChangeLog278 - Avoid mkdir objs race condition in Makefile.in [Bowler]
491 - Make shared object files in objs directory to work around old Sun cc