Home
last modified time | relevance | path

Searched refs:static_lib (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/libcxx/utils/libcxx/sym_check/
H A Dextract.py35 def __init__(self, static_lib): argument
45 self.static_lib = static_lib
124 def __init__(self, static_lib): argument
135 assert not static_lib and "RealElf does not yet support static libs"
205 def __init__(self, static_lib): argument
211 assert not static_lib and "static libs not yet supported with dump"
286 def extract_symbols(lib_file, static_lib=None): argument
292 if static_lib is None:
293 static_lib = is_static_library(lib_file)
295 extractor = AIXDumpExtractor(static_lib=static_lib)
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A DMM_OS2.t114 local *ExtUtils::MM_Unix::static_lib;
115 *ExtUtils::MM_Unix::static_lib = sub {
123 my $ret = ExtUtils::MM_OS2::static_lib( $args );
129 $ret = ExtUtils::MM_OS2::static_lib( $args );
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMakeMaker.pm1220 if $self->{SKIPHASH}{static_lib} && $Verbose;
H A DMM_Unix.pm3591 sub static_lib { subroutine
/openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/
H A Dperlxstut.pod568 SKIP => [qw(all static static_lib dynamic dynamic_lib)],