HomeSort by: relevance | last modified time | path
    Searched refs:foreign_objs (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/Configurations/
gentemplate.pm 341 # libraries (they end up in @foreign_objs). We get the latter any time
363 my @foreign_objs = ();
372 push @foreign_objs, $self->getlibobjs('sources', $_);
385 print STDERR "DEBUG[dolib:shlib] \@foreign_objs for $lib : ",
386 join(",", map { "\n $_" } @foreign_objs), "\n"
387 if @foreign_objs && $debug_rules;
391 objs => [ @objs, @foreign_objs ],
416 my @foreign_objs = ();
428 @foreign_objs = $self->getlibobjs('sources', @sourcedeps);
435 print STDERR "DEBUG[dolib:lib] \@foreign_objs for $lib : "
    [all...]
  /src/crypto/external/bsd/openssl/dist/Configurations/
gentemplate.pm 341 # libraries (they end up in @foreign_objs). We get the latter any time
363 my @foreign_objs = ();
372 push @foreign_objs, $self->getlibobjs('sources', $_);
385 print STDERR "DEBUG[dolib:shlib] \@foreign_objs for $lib : ",
386 join(",", map { "\n $_" } @foreign_objs), "\n"
387 if @foreign_objs && $debug_rules;
391 objs => [ @objs, @foreign_objs ],
416 my @foreign_objs = ();
428 @foreign_objs = $self->getlibobjs('sources', @sourcedeps);
435 print STDERR "DEBUG[dolib:lib] \@foreign_objs for $lib : "
    [all...]

Completed in 22 milliseconds