Lines Matching refs:import
16 # libcrypto.so as a link-import library that inserts runtime
1800 # $import is for Windows and subsystems thereof, where static import
1802 # $import has the name of this import library. On platforms that don't
1803 # have this mechanism, $import will be |undef|.
1804 # It's also used on AIX in solib mode, which creates import libraries
1806 my $import = platform->sharedlib_import($args{lib});
1818 $shared_imp .= ' '.$target{shared_impflag}.basename($import)
1819 if defined $target{shared_impflag} && defined $import;
1865 if (defined $import) {
1868 $import: $full $defs[0]
1869 rm -f $import && \\
1870 echo \\#!$full > $import && \\
1871 cat $defs[0] >>$import
1875 $import: $full