Searched refs:objs (Results 1 – 6 of 6) sorted by relevance
44 set objs {}52 lappend objs $obj55 return $objs66 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"]
224 proc run_srec_test { test objs } { argument263 set objs "$objs -L ../gcc -lgcc"297 if { ![ld_simple_link $ld tmpdir/sr1 "$flags $objs"] \298 || ![ld_simple_link $ld tmpdir/sr2.sr "$flags --oformat srec $objs"] } {
278 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 {
2571 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"; then6344 …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 …]
6007 $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
208 set objs "$HOSTING_SCRT0 $objects"211 set objs "$HOSTING_CRT0 $objects"223 return [run_host_cmd_yesno "$ld" "$HOSTING_EMU $flags -o $target $objs $libs"]