Searched refs:DynaLoader (Results 51 - 75 of 80) sorted by relevance

1234

/openbsd-current/gnu/usr.bin/perl/ext/VMS-Stdio/
H A DStdio.pm12 use DynaLoader ();
16 our @ISA = qw( DynaLoader IO::File );
/openbsd-current/gnu/usr.bin/perl/t/comp/
H A Drequire.t325 if (defined &DynaLoader::boot_DynaLoader) {
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dbisect-runner.pl585 will find the first revision capable of building L<DynaLoader> and then
2957 ($major < 10 && !extract_from_file('ext/DynaLoader/Makefile.PL',
2964 # which moves DynaLoader.o into the shared perl
3459 && !extract_from_file('ext/DynaLoader/Makefile.PL',
4429 if ($major < 8 && $^O eq 'darwin' && !-f 'ext/DynaLoader/dl_dyld.xs') {
4430 checkout_file('ext/DynaLoader/dl_dyld.xs', 'f556e5b971932902');
4432 diff -u a/ext/DynaLoader/dl_dyld.xs~ a/ext/DynaLoader/dl_dyld.xs
4433 --- a/ext/DynaLoader/dl_dyld.xs 2011-10-11 21:41:27.000000000 +0100
4434 +++ b/ext/DynaLoader/dl_dyl
[all...]
H A Dcorelist-perldelta.pl159 DBM_Filter Devel::Peek DirHandle DynaLoader English Errno ExtUtils::Embed ExtUtils::Miniperl
H A DMaintainers.pl1363 ext/DynaLoader/
/openbsd-current/gnu/usr.bin/perl/ext/B/B/
H A DXref.pm402 foreach $pack (qw(B O AutoLoader DynaLoader XSLoader Config DB VMS
/openbsd-current/gnu/usr.bin/perl/ext/VMS-DCLsym/
H A DDCLsym.pm4 use DynaLoader;
8 our @ISA = ( 'DynaLoader' );
/openbsd-current/gnu/usr.bin/perl/dist/PathTools/
H A DCwd.pm80 if(! defined &getcwd && defined &DynaLoader::boot_DynaLoader) { # skipped on miniperl
/openbsd-current/gnu/usr.bin/perl/t/porting/
H A Ddiag.t259 && $file !~ m!\Aext/DynaLoader/!;
/openbsd-current/gnu/usr.bin/perl/t/
H A DTEST872 if ($test =~ /^base/ && ! defined &DynaLoader::boot_DynaLoader) {
873 # Die if running under minitest (no DynaLoader). Otherwise
H A Dtest.pl109 return !defined &DynaLoader::boot_DynaLoader;
/openbsd-current/gnu/usr.bin/perl/
H A DMakefile.SH323 # extensions (usually just DynaLoader) with relocatable code (e.g. -fPIC
390 DYNALOADER = DynaLoader\$(OBJ_EXT)
813 $(MINIPERL) -MExtUtils::Miniperl -e 'writemain(\\"perlmain.c", @ARGV)' DynaLoader $(static_ext)
826 $(MINIPERL) -MExtUtils::Miniperl -e 'writemain(\"perlmain.c", @ARGV)' DynaLoader $(static_ext)
1312 # DynaLoader may be needed for extensions that use Makefile.PL.
H A DMakefile.bsd-wrapper1333 DynaLoader 3p lib/DynaLoader.pm \
/openbsd-current/gnu/usr.bin/perl/win32/
H A DMakefile817 DYNALOADER = ..\DynaLoader$(o)
1108 # DynaLoader.pm, so this will have to do
1198 -del /f $(LIBDIR)\.exists $(LIBDIR)\attributes.pm $(LIBDIR)\DynaLoader.pm
H A DGNUmakefile1091 DYNALOADER = ..\DynaLoader$(o)
1568 # DynaLoader.pm, so this will have to do
1673 -del /f $(LIBDIR)\.exists $(LIBDIR)\attributes.pm $(LIBDIR)\DynaLoader.pm
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DLiblist.pm73 by the DynaLoader when the shared object is loaded. See BSLOADLIBS
H A DMakeMaker.pm1923 local $DynaLoader::dl_dlext = 'unusual_ext';
2022 It is not necessary to mention DynaLoader or the current extension when
2024 only DynaLoader and the current extension will be included in the build.
/openbsd-current/gnu/usr.bin/perl/lib/File/
H A DCopy.pm318 } elsif ($^O eq 'MSWin32' && defined &DynaLoader::boot_DynaLoader) {
/openbsd-current/gnu/usr.bin/perl/cpan/Win32/
H A DWin32.pm8 require DynaLoader;
10 @ISA = qw|Exporter DynaLoader|;
/openbsd-current/gnu/usr.bin/perl/cpan/Digest-SHA/lib/Digest/
H A DSHA.pm257 require DynaLoader;
258 push @ISA, 'DynaLoader';
/openbsd-current/gnu/usr.bin/perl/ext/re/
H A Dre.pm93 if (defined &DynaLoader::boot_DynaLoader) {
/openbsd-current/gnu/usr.bin/perl/Cross/
H A DMakefile-cross-SH226 # extensions (usually just DynaLoader) with relocatable code (e.g. -fPIC
238 DYNALOADER = DynaLoader\$(OBJ_EXT)
877 # DynaLoader may be needed for extensions that use Makefile.PL.
879 ###$(DYNALOADER).c: $(EXTDIR)/DynaLoader/dl_dld.xs $(CONFIGPM)
891 ###$(EXTDIR)\DynaLoader\dl_win32.xs: dl_win32.xs
892 ### $(COPY) dl_win32.xs $(EXTDIR)\DynaLoader\dl_win32.xs
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/lib/Compress/Raw/
H A DZlib.pm138 require DynaLoader;
139 local @ISA = qw(DynaLoader);
/openbsd-current/gnu/usr.bin/perl/cpan/DB_File/
H A DDB_File.pm197 require DynaLoader;
198 @ISA = qw(DynaLoader);
/openbsd-current/gnu/usr.bin/perl/cpan/Sys-Syslog/
H A DSyslog.pm71 require DynaLoader;
72 push @ISA, 'DynaLoader';

Completed in 408 milliseconds

1234