Lines Matching refs:map

84                         map { platform->staticlib($_) // () }
88 map { platform->sharedlib($_) // () }
92 map { my $x = platform->sharedlib($_);
99 map { platform->dso($_) }
113 join(" ", map { platform->dso($_) } @fipsmodules) -}
115 join(" ", map { basename(platform->dso($_)) } @fipsmodules) -}
119 map { platform->bin($_) }
126 map { platform->isobj($_) ? platform->dep($_) : () }
136 map { my $x = $_;
149 map { platform->convertext($_) } @generated )) -}
154 map { platform->staticlib($_) // () }
161 map { platform->sharedlib($_) // () }
168 map { my $x = platform->sharedlib($_);
178 map { platform->dso($_) }
186 map { platform->dso($_) }
195 map { platform->dso($_) }
203 fill_lines(" ", $COLUMNS - 16, map { platform->bin($_) }
222 map { my $x = $unified_info{attributes}->{scripts}->{$_}->{linkname};
231 map { my $x = $unified_info{attributes}->{scripts}->{$_}->{linkname};
369 (map { "-D".$_} @{$config{CPPDEFINES}}),
370 (map { "-I".$_} @{$config{CPPINCLUDES}}),
404 (map { "-D".$_} @{$target{defines}},
406 (map { "-I".$_} @{$target{includes}},
427 (map { '-D'.$_ }
432 (map { '-I'.quotify1($_) }
440 (map { '-D'.$_ }
461 (map { '-D'.$_ }
466 (map { '-I'.quotify1($_) }
491 (map { '-D'.$_ } @{$config{bin_defines} || ()}),
550 build_libs_nodep: $(LIBS) {- join(" ",map { platform->sharedlib_simple($_) // platform->sharedlib_i…
1350 map { catfile($config{sourcedir}, $d, $_) } ( '*.h', '*.h.in' );
1351 foreach my $f ( map { glob($_) } @header_patterns ) {
1379 sub flat(@) { return map { ref eq 'ARRAY' ? @$_ : $_ } @_; }
1382 flat (map { $unified_info{sources}->{$_} }
1509 map { my $x = $_;
1523 return map { platform->sharedlib_simple($_)
1541 my $gen_args = join('', map { " $_" }
1543 my $gen_incs = join("", map { " -I".$_ } @{$args{generator_incs}});
1544 my $incs = join("", map { " -I".$_ } @{$args{incs}});
1545 my $defs = join("", map { " -D".$_ } @{$args{defs}});
1701 my $incs = join("", map { " -I".$_ } @{$args{incs}});
1702 my $defs = join("", map { " -D".$_ } @{$args{defs}});
1788 my $linkflags = join("", map { $_." " } @linkdirs);
1789 my $linklibs = join("", map { $_." " } @linklibs);
1790 my @objs = map { platform->convertext($_) }
1793 my @defs = map { platform->def($_) }
1797 die "More than one exported symbol map" if scalar @defs > 1;
1820 my $shared_def = join("", map { ' '.$target{shared_defflag}.$_ } @defs);
1831 ? join("\n\t", map { "echo $_ >> $argfile" } @argfileobjs)
1925 my $linkflags = join("", map { $_." " } @linkdirs);
1926 my $linklibs = join("", map { $_." " } @linklibs);
1927 my @objs = map { platform->convertext($_) }
1930 my @defs = map { platform->def($_) }
1934 my $shared_def = join("", map { ' '.$target{shared_defflag}.$_ } @defs);
1953 my @objs = map { platform->obj($_) } @{$args{objs}};
1960 join("\n\t", (map { "\$(AR) \$(ARFLAGS) $lib $_" } @objs_grouped));
1971 my @objs = map { platform->obj($_) } @{$args{objs}};
1990 my $linkflags = join("", map { $_." " } @linkdirs);
1991 my $linklibs = join("", map { $_." " } @linklibs);