Searched refs:objs (Results 1 – 8 of 8) 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"]
51 objs = json.load(fout)52 for obj in objs:56 json.dump(objs, fout)
224 proc run_srec_test { test objs } { argument295 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"] } {
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~
213 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"]
278 - Avoid mkdir objs race condition in Makefile.in [Bowler]491 - Make shared object files in objs directory to work around old Sun cc