Searched refs:bootstrap (Results 1 - 25 of 31) sorted by relevance
12
| /osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/ |
| H A D | Kstat.pm | 28 # Kstat.pm provides the bootstrap for the Sun::Solaris::Kstat module. 37 bootstrap Sun::Solaris::Kstat $VERSION;
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/PPPort/ |
| H A D | ppport_h.PL | 2 sub bootstrap {};
|
| /osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Intrs/ |
| H A D | Intrs.pm | 23 # Intrs.pm provides the bootstrap for the private Sun::Solaris::Intrs module. 38 bootstrap Sun::Solaris::Intrs $VERSION;
|
| /osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Utils/ |
| H A D | Utils.pm | 28 # Utils.pm provides the bootstrap for the Sun::Solaris::Utils module. 39 bootstrap Sun::Solaris::Utils $VERSION;
|
| /osnet-11/usr/src/lib/libc/i386/crt/ |
| H A D | _rtboot.s | 29 / bootstrap routine for run-time linker
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/ |
| H A D | deparse.t | 116 'MacPerl'->bootstrap; 117 'OSA'->bootstrap; 118 'XL'->bootstrap;
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/ |
| H A D | XSLoader_pm.PL | 30 # No prizes for guessing why we don't say 'bootstrap DynaLoader;' here. 44 my $b = "$module\::bootstrap"; 115 my $xs = dl_install_xsub("${module}::bootstrap", $boot_symbol_ref, $file); 159 bootstrap YourPackage $VERSION; 171 C<DynaLoader> from @ISA, change C<bootstrap> by C<XSLoader::load>. Do not 183 If no $VERSION was specified on the C<bootstrap> line, the last line becomes 204 bootstrap YourPackage $VERSION; 227 The call to XSLoader::load() (or bootstrap()) has three side effects: 251 the call to XSLoader::load() (or bootstrap()).
|
| H A D | DynaLoader_pm.PL | 188 # No prizes for guessing why we don't say 'bootstrap DynaLoader;' here. 209 bootstrap(@_); 212 # The bootstrap function cannot be autoloaded (without complications) 215 sub bootstrap { 223 Carp::confess("Usage: DynaLoader::bootstrap(module)"); 257 print STDERR "DynaLoader::bootstrap for $module ", 297 # Execute optional '.bootstrap' perl script for this module. 340 my $xs = dl_install_xsub("${module}::bootstrap", $boot_symbol_ref, $file); 522 bootstrap YourPackage; 564 bootstrap( [all...] |
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IPC/SysV/ |
| H A D | SysV.pm | 57 __PACKAGE__->can('bootstrap') || \&DynaLoader::bootstrap
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
| H A D | Mkbootstrap.pm | 48 print BS "# $baseext DynaLoader bootstrap file for $^O architecture.\n"; 73 ExtUtils::Mkbootstrap - make a bootstrap file for use by DynaLoader
|
| H A D | Mksymlists.pm | 250 C<Mksymlists> will add a bootstrap function for that package, 253 DL_FUNCS is not specified, it defaults to the bootstrap 277 generation of the bootstrap function for the package. To still create 278 the bootstrap name you have to specify the package name in the
|
| H A D | Embed.pm | 122 # Must NOT install 'DynaLoader::boot_DynaLoader' as 'bootstrap'! 127 $ccode = "\tnewXS(\"${mname}::bootstrap\", boot_${cname}, file);\n"; 345 This will generate code with an B<xs_init> function that glues the perl B<Socket::bootstrap> function 488 This function returns a string of calls to B<newXS()> that glue the module B<bootstrap>
|
| H A D | Liblist.pm | 95 object file. This list is used to create a .bs (bootstrap) file.
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
| H A D | minimod.pl | 78 # Must NOT install 'DynaLoader::boot_DynaLoader' as 'bootstrap'! 84 $ccode = "\tnewXS(\"${mname}::bootstrap\", boot_${cname}, file);\n"; 126 is a plain C file containing all the bootstrap code to make the
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/XS/Typemap/ |
| H A D | Typemap.pm | 77 bootstrap XS::Typemap;
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/I18N/Langinfo/ |
| H A D | Langinfo.pm | 101 bootstrap I18N::Langinfo $VERSION;
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/XS/APItest/ |
| H A D | APItest.pm | 21 bootstrap XS::APItest $VERSION;
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/MIME/Base64/ |
| H A D | Base64.pm | 15 MIME::Base64->bootstrap($VERSION);
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/lib/List/ |
| H A D | Util.pm | 23 bootstrap List::Util $XS_VERSION;
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/ |
| H A D | MD5.pm | 26 Digest::MD5->bootstrap($VERSION);
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Unicode/Normalize/ |
| H A D | Normalize.pm | 42 bootstrap Unicode::Normalize $VERSION;
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/ |
| H A D | Syslog.pm | 70 bootstrap Sys::Syslog $VERSION; 1229 C<LOG_LAUNCHD> - launchd - general bootstrap daemon (Mac OS X);
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Filter/Util/Call/ |
| H A D | Call.pm | 59 bootstrap Filter::Util::Call ;
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/ |
| H A D | HiRes.pm | 35 bootstrap Time::HiRes;
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| H A D | attributes.pm | 21 ## forward declaration(s) rather than wrapping the bootstrap call in BEGIN{} 29 # from avoiding the BEGIN block. Just do the bootstrap now. 30 BEGIN { bootstrap attributes }
|
Completed in 1696 milliseconds
12