Searched refs:dynamic (Results 1 - 25 of 26) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DMakefile.PL29 SKIP => [qw(dynamic dynamic_lib dynamic_bs)],
H A DDynaLoader_pm.PL226 # A common error on platforms which don't support dynamic loading.
228 croak("Can't load module $module, dynamic loading not available in this perl.\n".
230 " dynamic loading or has the $module module statically linked into it.)\n")
316 # Many dynamic extension loading problems will appear to come from
530 This document defines a standard generic interface to the dynamic
532 to implement automatic dynamic loading of Perl modules.
543 etc and also allow pseudo-dynamic linking (using C<ld -A> at runtime).
770 application. In this case it is possible that the system dynamic linker will
864 This is the normal entry point for automatic dynamic loading in Perl.
927 implemented the first Perl 5 dynamic loade
[all...]
H A DXSLoader_pm.PL88 # Many dynamic extension loading problems will appear to come from
142 This module defines a standard I<simplified> interface to the dynamic
144 to implement cheap automatic dynamic loading of Perl modules.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/sdbm/
H A DMakefile.PL37 SKIP => [qw(dynamic dynamic_lib dlsyms)],
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_BeOS.pm43 libperl.a equivalent to be linked to dynamic extensions.
H A DMM_Cygwin.pm42 if configured for dynamic loading, triggers #define EXT in EXTERN.h
H A DMM_MacOS.pm701 return '' unless !$self->{SKIPHASH}{'dynamic'};
708 dynamic :: $self->{BASEEXT}.exp
710 ") unless $self->{SKIPHASH}{'dynamic'};
724 =item dynamic (o)
726 Defines the dynamic target.
730 sub dynamic { subroutine
731 # --- dynamic Loading Sections ---
735 all :: dynamic
H A DMksymlists.pm178 # Used when linking shareable image for dynamic extension,
182 # the GSMATCH criteria for a dynamic extension
207 ExtUtils::Mksymlists - write linker options files for dynamic extension
220 during the creation of shared libraries for dynamic extensions. It is
H A DLiblist.pm63 =item * For dynamic extensions at build/link time
68 =item * For dynamic extensions at load time
85 library when created using ld. These may be static or dynamic
H A DMM_Any.pm420 .PHONY: all config static dynamic test linkext manifest
778 PERL_ARCHIVE: path to libperl.a equivalent to be linked to dynamic
783 dynamic extensions. This may be needed if the linker is one-pass, and
H A DMakeMaker.pm263 top_targets linkext dlsyms dynamic dynamic_bs
841 if ($section eq 'dynamic') {
842 print STDOUT "Warning (non-fatal): Target 'dynamic' depends on targets ",
845 print STDOUT "Warning (non-fatal): Target 'dynamic' depends on targets ",
1168 systems supporting dynamic loading. On systems that do not support
1169 dynamic loading, any newly created extension has to be linked together
1212 your system supports dynamic loading. In this case you may explicitly
1613 Program to be used to link libraries for dynamic loading.
1620 shared library suitable for dynamic loading. It is up to the makefile
1667 'static' or 'dynamic' (defaul
[all...]
H A DMM_Unix.pm484 # DLBASE = Basename part of dynamic library. May be just equal BASEEXT.
1003 dynamic :: $self->{BASEEXT}.exp
1005 ") unless $self->{SKIPHASH}{'dynamic'}; # dynamic and static are subs, so...
1023 =item dynamic (o)
1025 Defines the dynamic target.
1029 sub dynamic { subroutine
1034 dynamic :: $(FIRST_MAKEFILE) $(INST_DYNAMIC) $(INST_BOOT)
1935 # Sanity check: don't define LINKTYPE = dynamic if we're skipping
1936 # the 'dynamic' sectio
[all...]
H A DMM_VMS.pm922 unless ($self->{SKIPHASH}{'dynamic'}) {
924 dynamic :: $(INST_ARCHAUTODIR)$(BASEEXT).opt
1747 VMS does dynamic loading, it's not necessary to statically link each
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/util/
H A Dmake_ext7 # @sh ext/util/make_ext dynamic $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
89 # 'dynamic', 'static', and 'static_pic' (the last one respects
92 dynamic) makeargs="LINKTYPE=dynamic";
117 '') echo "make_ext: no make target specified (eg static or dynamic)"; exit 1
/osnet-11/usr/src/lib/libast/common/port/
H A Dastconf.c76 #define DEFAULT(o) ((state.std||!dynamic[o].ast)?dynamic[o].std:dynamic[o].ast)
117 static Feature_t dynamic[] = variable
121 &dynamic[OP_conformance+1],
133 &dynamic[OP_fs_3d+1],
145 &dynamic[OP_getconf+1],
161 &dynamic[OP_hosttype+1],
173 &dynamic[OP_libpath+1],
189 &dynamic[OP_libprefi
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A DbsdXX.c280 grub_freebsd_addr_t symstart, symend, symentsize, dynamic; local
369 dynamic = sym->st_value;
370 grub_dprintf ("bsd", "dynamic = %llx\n", (unsigned long long) dynamic);
372 FREEBSD_MODINFOMD_DYNAMIC, &dynamic,
373 sizeof (dynamic));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/io/
H A Dlayers.t14 if ($@ =~ /dynamic loading not available/) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dstrict.pm90 variable suicide problems and subtle dynamic scoping issues, a merely
H A DFileHandle.pm175 constants from the Fcntl module. If dynamic loading is not available,
/osnet-11/usr/src/lib/cfgadm_plugins/usb/
H A Dusb.xcl109 msgid "verify_params: dynamic ap_id passed\n"
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DMM_Unix.t85 dynamic
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/Command/
H A DMM.pm179 LINKTYPE dynamic or static linking
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DPush.pm65 print "Content-type: ${type}$CGI::CRLF$CGI::CRLF" unless $type =~ /^dynamic|heterogeneous$/i;
75 print "Content-type: ${type}$CGI::CRLF$CGI::CRLF" unless $type =~ /^dynamic|heterogeneous$/i;
218 magic values "heterogeneous" or "dynamic" (the latter provided for the
242 However by providing a value of "heterogeneous" or "dynamic" in the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFunctions.pm253 local Misc,Namespace create a temporary value for a global variable (dynamic scoping)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfig_h.SH2244 * dynamic linear lookup.
2934 * This symbol, if defined, indicates that dynamic loading of

Completed in 75 milliseconds

12