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

  /src/crypto/external/apache2/openssl/dist/Configurations/
gentemplate.pm 311 sub getlibobjs { subroutine
319 my @x = $self->getlibobjs($section, @{$self->{info}->{$section}->{$_}});
353 # We grab all these "foreign" object files recursively with getlibobjs().
372 push @foreign_objs, $self->getlibobjs('sources', $_);
428 @foreign_objs = $self->getlibobjs('sources', @sourcedeps);
  /src/crypto/external/bsd/openssl/dist/Configurations/
gentemplate.pm 311 sub getlibobjs { subroutine
319 my @x = $self->getlibobjs($section, @{$self->{info}->{$section}->{$_}});
353 # We grab all these "foreign" object files recursively with getlibobjs().
372 push @foreign_objs, $self->getlibobjs('sources', $_);
428 @foreign_objs = $self->getlibobjs('sources', @sourcedeps);

Completed in 63 milliseconds