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

  /src/crypto/external/bsd/openssl/dist/test/recipes/
01-test_symbol_presence.t 46 my $shlibname = platform->sharedlib("lib$libname");
47 my $shlibpath = bldtop_file($shlibname);
143 note "The following symbols are missing in ${shlibname}:";
149 note "The following symbols are extra in ${shlibname}:";
155 "check that there are no missing symbols in ${shlibname}");
  /src/crypto/external/apache2/openssl/dist/test/recipes/
01-test_symbol_presence.t 41 my %shlibname;
48 $shlibname{$_} = platform->sharedlib("lib$_") unless disabled('shared');
49 $shlibpath{$_} = bldtop_file($shlibname{$_}) unless disabled('shared');
  /src/crypto/external/apache2/openssl/dist/Configurations/
descrip.mms.tmpl 837 # On Unix platforms, we depend on {shlibname}.so
1249 my $shlibname = platform->sharedname($args{lib});
1282 OPEN/WRITE/SHARE=READ OPT_FILE $shlibname-components.OPT
1287 $shlibname-components.OPT/OPT \$(LIB_EX_LIBS)
1288 DELETE $defs[0]-translated;*,$shlibname-components.OPT;*
1289 PURGE $shlibname.EXE,$shlibname.MAP
  /src/crypto/external/bsd/openssl/dist/Configurations/
descrip.mms.tmpl 799 # On Unix platforms, we depend on {shlibname}.so
1179 my $shlibname = platform->sharedname($args{lib});
1212 OPEN/WRITE/SHARE=READ OPT_FILE $shlibname-components.OPT
1217 $shlibname-components.OPT/OPT \$(LIB_EX_LIBS)
1218 DELETE $defs[0]-translated;*,$shlibname-components.OPT;*
1219 PURGE $shlibname.EXE,$shlibname.MAP

Completed in 32 milliseconds