Searched refs:AUTOLOAD (Results 1 - 25 of 33) sorted by relevance

12

/netbsd-current/sys/arch/amiga/stand/bootblock/boot/
H A Dbbstart.s48 #if defined(_PRIMARY_BOOT) || defined(AUTOLOAD)
66 #ifdef AUTOLOAD
80 #ifdef AUTOLOAD
88 movl #AUTOLOAD,%d0 |Howmuch
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/perlasm/
H A Dx86asm.pl20 # AUTOLOAD is this context has quite unpleasant side effect, namely
24 sub ::AUTOLOAD
25 { my $opcode = $AUTOLOAD;
33 &generic($opcode,@_) or die "undefined subroutine \&$AUTOLOAD";
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/perlasm/
H A Dx86asm.pl20 # AUTOLOAD is this context has quite unpleasant side effect, namely
24 sub ::AUTOLOAD
25 { my $opcode = $AUTOLOAD;
33 &generic($opcode,@_) or die "undefined subroutine \&$AUTOLOAD";
H A Ds390x.pm21 our @EXPORT_OK=qw(AUTOLOAD LABEL INCLUDE stfle stck);
109 our $AUTOLOAD;
131 sub AUTOLOAD { subroutine
134 for ($AUTOLOAD) {
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/chacha/asm/
H A Dchacha-s390x.pl36 sub AUTOLOAD() # thunk [simplified] x86-style perlasm subroutine
37 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;
H A Dchacha-armv4.pl52 sub AUTOLOAD() # thunk [simplified] x86-style perlasm subroutine
53 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://; $opcode =~ s/_/\./;
H A Dchacha-armv8.pl49 sub AUTOLOAD() # thunk [simplified] x86-style perlasm subroutine
50 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://; $opcode =~ s/_/\./;
H A Dchacha-ppc.pl77 sub AUTOLOAD() # thunk [simplified] x86-style perlasm subroutine
78 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://; $opcode =~ s/_/\./;
/netbsd-current/external/gpl3/autoconf/dist/lib/Autom4te/
H A DXFile.pm74 use vars qw($VERSION @EXPORT @EXPORT_OK $AUTOLOAD @ISA);
/netbsd-current/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
H A DOrdinals.pm891 our $AUTOLOAD;
894 sub AUTOLOAD { subroutine
896 my $funcname = $AUTOLOAD;
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/
H A Dsha256-armv4.pl310 sub AUTOLOAD() # thunk [simplified] x86-style perlasm subroutine
311 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://; $opcode =~ s/_/\./;
H A Dsha1-armv4-large.pl331 sub AUTOLOAD() # thunk [simplified] x86-style perlasm subroutine
332 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://; $opcode =~ s/_/\./;
H A Dsha512-armv8.pl466 sub AUTOLOAD() # thunk [simplified] x86-style perlasm subroutine
467 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://; $opcode =~ s/_/\./;
H A Dsha1-x86_64.pl574 sub AUTOLOAD() # thunk [simplified] 32-bit style perlasm subroutine
575 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/sha/asm/
H A Dsha256-armv4.pl319 sub AUTOLOAD() # thunk [simplified] x86-style perlasm subroutine
320 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://; $opcode =~ s/_/\./;
H A Dsha1-armv4-large.pl340 sub AUTOLOAD() # thunk [simplified] x86-style perlasm subroutine
341 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://; $opcode =~ s/_/\./;
H A Dsha512-armv8.pl455 sub AUTOLOAD() # thunk [simplified] x86-style perlasm subroutine
456 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://; $opcode =~ s/_/\./;
H A Dsha1-x86_64.pl576 sub AUTOLOAD() # thunk [simplified] 32-bit style perlasm subroutine
577 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/chacha/asm/
H A Dchacha-armv4.pl54 sub AUTOLOAD() # thunk [simplified] x86-style perlasm subroutine
55 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://; $opcode =~ s/_/\./;
H A Dchacha-armv8.pl61 sub AUTOLOAD() # thunk [simplified] x86-style perlasm subroutine
62 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://; $opcode =~ s/_/\./;
H A Dchacha-ppc.pl81 sub AUTOLOAD() # thunk [simplified] x86-style perlasm subroutine
82 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://; $opcode =~ s/_/\./;
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/modes/asm/
H A Dghash-x86_64.pl148 sub AUTOLOAD() # thunk [simplified] 32-bit style perlasm subroutine
149 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/aes/asm/
H A Daesni-sha1-x86_64.pl182 sub AUTOLOAD() # thunk [simplified] 32-bit style perlasm subroutine
183 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;
H A Daesni-sha256-x86_64.pl289 sub AUTOLOAD() # thunk [simplified] 32-bit style perlasm subroutine
290 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/poly1305/asm/
H A Dpoly1305-s390x.pl48 use perlasm::s390x qw(:DEFAULT :GE :EI :MI1 :VX AUTOLOAD LABEL INCLUDE);

Completed in 335 milliseconds

12