Lines Matching refs:objs
1789 my @objs = map { platform->convertext($_) }
1791 @{$args{objs}};
1794 @{$args{objs}};
1827 ? splice(@objs, 1)
1836 my @fulldeps = (@objs, ($argfile ? $argfile : ()), @defs, @deps);
1838 @objs,
1926 my @objs = map { platform->convertext($_) }
1928 @{$args{objs}};
1931 @{$args{objs}};
1936 my $objs = join(" \\\n\t\t", fill_lines(' ', $COLUMNS - 16, @objs));
1939 @objs, @defs, @deps));
1945 $objs \\
1952 my @objs = map { platform->obj($_) } @{$args{objs}};
1954 fill_lines(' ', $COLUMNS - length($lib) - 2, @objs));
1957 push @objs_grouped, join(" ", splice @objs, 0, $max_per_call) while @objs;
1970 my @objs = map { platform->obj($_) } @{$args{objs}};
1972 my $objs = join(" \\\n" . ' ' x (length($bin) + 2),
1973 fill_lines(' ', $COLUMNS - length($bin) - 2, @objs));
1993 if (grep /_cc\.o$/, @{$args{objs}}) {
1998 my $objs = join(" \\\n\t\t", fill_lines(' ', $COLUMNS - 16, @objs));
2001 @objs, @deps));
2008 $objs \\