Lines Matching refs:objs
1732 my @objs = map { platform->convertext($_) }
1734 @{$args{objs}};
1737 @{$args{objs}};
1768 ? splice(@objs, 1)
1777 my @fulldeps = (@objs, ($argfile ? $argfile : ()), @defs, @deps);
1779 @objs,
1858 my @objs = map { platform->convertext($_) }
1860 @{$args{objs}};
1863 @{$args{objs}};
1868 my $objs = join(" \\\n\t\t", fill_lines(' ', $COLUMNS - 16, @objs));
1871 @objs, @defs, @deps));
1877 $objs \\
1884 my @objs = map { platform->obj($_) } @{$args{objs}};
1886 fill_lines(' ', $COLUMNS - length($lib) - 2, @objs));
1889 push @objs_grouped, join(" ", splice @objs, 0, $max_per_call) while @objs;
1902 my @objs = map { platform->obj($_) } @{$args{objs}};
1904 my $objs = join(" \\\n" . ' ' x (length($bin) + 2),
1905 fill_lines(' ', $COLUMNS - length($bin) - 2, @objs));
1925 if (grep /_cc\.o$/, @{$args{objs}}) {
1930 my $objs = join(" \\\n\t\t", fill_lines(' ', $COLUMNS - 16, @objs));
1933 @objs, @deps));
1940 $objs \\