Searched refs:DynaLoader (Results 1 - 25 of 41) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.pm33 use DynaLoader;
36 @ISA = qw(DynaLoader);
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Intrs/
H A DIntrs.pm31 use DynaLoader;
34 our @ISA = qw(Exporter DynaLoader);
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Utils/
H A DUtils.pm34 use DynaLoader;
37 @ISA = qw(Exporter DynaLoader);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMkbootstrap.pm16 # We need DynaLoader here because we and/or the *_BS file may
18 # first building perl extensions the DynaLoader will not have
20 require DynaLoader;
27 package DynaLoader; # execute code as if in DynaLoader package
37 package DynaLoader; package
41 my(@all) = (@bsloadlibs, @DynaLoader::dl_resolve_using);
48 print BS "# $baseext DynaLoader bootstrap file for $^O architecture.\n";
52 print BS "\@DynaLoader::dl_resolve_using = ";
61 print BS $DynaLoader
[all...]
H A DEmbed.pm111 my($dl) = canon('/','DynaLoader');
122 # Must NOT install 'DynaLoader::boot_DynaLoader' as 'bootstrap'!
123 # boot_DynaLoader is called directly in DynaLoader.pm
124 $ccode = "\t/* DynaLoader is a special case */\n\tnewXS(\"${mname}::boot_${cname}\", boot_${cname}, file);\n";
137 unshift @Extensions, qw(DynaLoader);
348 Note that B<DynaLoader> is a special case where it must call B<boot_DynaLoader> directly.
353 This will generate code for linking with B<DynaLoader> and
364 If you have a working B<DynaLoader> then there is rarely any need to statically link in any
425 This will print arguments for linking with B<libperl.a>, B<DynaLoader> and
440 perl -MExtUtils::Embed -e ldopts -- DynaLoader
[all...]
H A DMksymlists.pm48 # require DynaLoader;
49 if (defined &DynaLoader::mod2fname and not $spec{DLBASE}) {
50 $spec{DLBASE} = DynaLoader::mod2fname([ split(/::/,$spec{NAME}) ]);
137 # NOTE: DynaLoader itself only uses the names without underscores,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DXSLoader_pm.PL19 # enable debug/trace messages from DynaLoader perl code
28 package DynaLoader;
30 # No prizes for guessing why we don't say 'bootstrap DynaLoader;' here.
32 boot_DynaLoader('DynaLoader') if defined(&boot_DynaLoader) &&
37 package DynaLoader;
54 print OUT <<'EOT' if defined &DynaLoader::mod2fname;
89 # this section of code: XYZ failed at line 123 of DynaLoader.pm.
121 require DynaLoader;
122 goto &DynaLoader::bootstrap_inherit;
146 For more complicated interface see L<DynaLoader>
[all...]
H A DMakefile.PL25 NAME => 'DynaLoader',
32 PL_FILES => {'DynaLoader_pm.PL'=>'DynaLoader.pm',
34 PM => {'DynaLoader.pm' => '$(INST_LIBDIR)/DynaLoader.pm',
36 depend => {'DynaLoader.o' => 'dlutils.c'},
37 clean => {FILES => 'DynaLoader.c DynaLoader.xs DynaLoader.pm ' .
43 DynaLoader.xs: $(DLSRC)
H A Ddl_dlopen.xs152 MODULE = DynaLoader PACKAGE = DynaLoader
H A DDynaLoader_pm.PL10 unlink "DynaLoader.pm" if -f "DynaLoader.pm";
11 open OUT, ">DynaLoader.pm" or die $!;
14 # Generated from DynaLoader.pm.PL
16 package DynaLoader;
26 # See also ext/DynaLoader/README in source tree for other information.
46 # enable debug/trace messages from DynaLoader perl code
57 # behaviour unless a sub-class of DynaLoader defines its own version.
188 # No prizes for guessing why we don't say 'bootstrap DynaLoader;' here.
190 boot_DynaLoader('DynaLoader') i
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A DMakefile44 # DynaLoader is a special extension as it has to be built statically.
45 DYNALOADER=lib/auto/DynaLoader/DynaLoader.a
180 # Make DynaLoader. DynaLoader is statically linked into the perl executable
186 ext/DynaLoader/Makefile: ext/DynaLoader/Makefile.PL $(PERL_CONFIGDEP) cflags
187 @ cd ext/DynaLoader; pwd; $(PERL_MM_ENV); \
191 $(DYNALOADER): ext/DynaLoader/Makefile $(PERL_CONFIGDEP) cflags FRC
192 @ cd ext/DynaLoader; pw
[all...]
H A Dwritemain.SH92 if test "$ext" = "DynaLoader"; then
93 : Must NOT install 'DynaLoader::boot_DynaLoader' as 'bootstrap'!
94 : boot_DynaLoader is called directly in DynaLoader.pm
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IPC/SysV/
H A DSysV.pm50 # If I inherit DynaLoader then I inherit AutoLoader and I DON'T WANT TO
51 require DynaLoader;
53 # DynaLoader calls dl_load_flags as a static method.
54 *dl_load_flags = DynaLoader->can('dl_load_flags');
57 __PACKAGE__->can('bootstrap') || \&DynaLoader::bootstrap
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Task/
H A DTask.xs27 # avoid the overhead of using the DynaLoader package, and in addition constants
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DMkbootstrap.t112 like( $file, qr/# dasboot DynaLoader/, 'file should have boilerplate' );
126 # if $DynaLoader::bscode is set, write its contents to the file
127 local $DynaLoader::bscode;
128 $DynaLoader::bscode = 'Wall';
146 like( $file, qr/Wall\n1;\n/ms, 'should write $DynaLoader::bscode if set' );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/
H A D1_compile.t74 DynaLoader
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/I18N/Langinfo/
H A DLanginfo.pm9 require DynaLoader;
12 our @ISA = qw(Exporter DynaLoader);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/XS/Typemap/
H A DTypemap.pm34 use base qw/ DynaLoader Exporter /;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/MIME/Base64/
H A DBase64.pm9 require DynaLoader;
10 @ISA = qw(Exporter DynaLoader);
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DProject.xs92 # avoid the overhead of using the DynaLoader package, and in addition constants
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/
H A DDProf.pm51 + 26 28 566822884 DynaLoader::import
52 - 26 28 566822884 DynaLoader::import
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/lib/List/
H A DUtil.pm21 require DynaLoader;
22 local @ISA = qw(DynaLoader);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/XS/APItest/
H A DAPItest.pm8 use base qw/ DynaLoader Exporter /;
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Privilege/
H A DPrivilege.xs77 # avoid the overhead of using the DynaLoader package, and in addition constants
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMD5.pm12 require DynaLoader;
13 @ISA=qw(DynaLoader);

Completed in 79 milliseconds

12