Searched refs:loading (Results 1 - 25 of 32) sorted by relevance

12

/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dmemchr.s84 sethi %hi(0x01010101), %o4 ! start loading Alan Mycroft's magic1
99 or %o4, %lo(0x01010101),%o4! finish loading magic1 !
H A Dstrcmp.s67 sethi %hi(0x01010101), %o5 ! start loading Mycroft's magic2
69 or %o5, %lo(0x01010101),%o5! finish loading Mycroft's magic2
H A Dascii_strcasecmp.s132 sethi %hi(0x80808080), %i4 ! start loading Mycroft's magic1
153 sethi %hi(0x01010101), %i5 ! start loading Mycroft's magic2
174 or %i4, %lo(0x80808080),%i4! finish loading Mycroft's magic1
193 or %i5, %lo(0x01010101),%i5! finish loading Mycroft's magic2
202 sethi %hi(0x01010101), %i5 ! start loading Mycroft's magic2
204 or %i4, %lo(0x80808080),%i4! finish loading Mycroft's magic1
206 or %i5, %lo(0x01010101),%i5! finish loading Mycroft's magic2
211 or %l2, %lo(0x3f3f3f3f),%l2! finish loading m2
213 or %l3, %lo(0x25252525),%l3! finish loading m3
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dmemchr.s84 sethi %hi(0x80808080), %o5 ! start loading Alan Mycroft's magic1
99 or %o5, %lo(0x80808080),%o5! finish loading magic2 !
H A Dascii_strcasecmp.s132 sethi %hi(0x80808080), %i4 ! start loading Mycroft's magic1
153 sethi %hi(0x01010101), %i5 ! start loading Mycroft's magic2
174 or %i4, %lo(0x80808080),%i4! finish loading Mycroft's magic1
193 or %i5, %lo(0x01010101),%i5! finish loading Mycroft's magic2
202 sethi %hi(0x01010101), %i5 ! start loading Mycroft's magic2
204 or %i4, %lo(0x80808080),%i4! finish loading Mycroft's magic1
206 or %i5, %lo(0x01010101),%i5! finish loading Mycroft's magic2
211 or %l2, %lo(0x3f3f3f3f),%l2! finish loading m2
213 or %l3, %lo(0x25252525),%l3! finish loading m3
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Cygwin.pm42 if configured for dynamic loading, triggers #define EXT in EXTERN.h
H A DMakeMaker.pm37 require ExtUtils::MM; # Things like CPAN assume loading ExtUtils::MakeMaker
41 # loading ExtUtils::MakeMaker will give them MY.
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
H A DMM_VMS.pm1747 VMS does dynamic loading, it's not necessary to statically link each
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dvars.pm73 loading of subroutines within packages can create problems with
H A DAutoLoader.pm203 C<__END__> token to defer the loading of some subroutines until they are
204 used rather than loading them all at once.
307 loading of subroutines.
H A Dbase.pm191 $VERSION in the base package. If $VERSION is not detected even after loading
H A DFileHandle.pm175 constants from the Fcntl module. If dynamic loading is not available,
H A DAutoSplit.pm90 routines may be placed prior to this marker to force their immediate loading
H A Dbigint.pm217 bigint recognizes some options that can be passed while loading it via use.
H A Dbignum.pm296 bignum recognizes some options that can be passed while loading it via use.
/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/t/op/
H A Dmagic.t352 skip ("miniperl can't rely on loading %Errno") for 1..2;
360 # Test auto-loading of Errno when %! is used
369 skip ("miniperl can't rely on loading %Errno");
371 # Make sure that Errno loading doesn't clobber $!
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Devel/
H A DSelfStubber.pm135 avoid having the stub loading overhead associated with your
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DFast.pm100 loading large modules or opening persistent database connections, will
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DDynaLoader_pm.PL56 # definition here will be inherited and result on "default" loading
226 # 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
331 Carp::carp("Undefined symbols present after loading $file: @unresolved\n");
524 # optional method for 'global' loading
532 to implement automatic dynamic loading of Perl modules.
864 This is the normal entry point for automatic dynamic loading in Perl.
929 Solaris global loading adde
[all...]
H A DXSLoader_pm.PL88 # Many dynamic extension loading problems will appear to come from
104 Carp::carp("Undefined symbols present after loading $file: @unresolved\n");
144 to implement cheap automatic dynamic loading of Perl modules.
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Ddrive.c160 uchar_t loading : 3; member in struct:conf_feature::features::removable
162 uchar_t loading : 3;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigFloat.pm2812 you ever wanted to know about loading a different library.
2853 Actually, the lib loading order would be "Bar,Baz,Calc", and then
2859 actually loading one of them. Still, this type of usage is not recommended due
2862 The old way (loading the lib only in BigInt) still works though:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/
H A Denc2xs1158 If you want to add your encoding to Encode's demand-loading list
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Filter/
H A DSimple.pm465 Separating the loading of Filter::Simple:

Completed in 90 milliseconds

12