Searched refs:AUTOLOAD (Results 1 - 8 of 8) sorted by last modified time

/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha256-armv4.pl289 sub AUTOLOAD() # thunk [simplified] x86-style perlasm subroutine
290 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://; $opcode =~ s/_/\./;
H A Dsha1-x86_64.pl537 sub AUTOLOAD() # thunk [simplified] 32-bit style perlasm subroutine
538 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;
H A Dsha1-armv4-large.pl286 sub AUTOLOAD() # thunk [simplified] x86-style perlasm subroutine
287 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://; $opcode =~ s/_/\./;
H A Dsha512-x86_64.pl694 sub AUTOLOAD() # thunk [simplified] 32-bit style perlasm subroutine
695 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daesni-sha256-x86_64.pl276 sub AUTOLOAD() # thunk [simplified] 32-bit style perlasm subroutine
277 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;
H A Daesni-sha1-x86_64.pl166 sub AUTOLOAD() # thunk [simplified] 32-bit style perlasm subroutine
167 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;
/freebsd-11-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-x86_64.pl137 sub AUTOLOAD() # thunk [simplified] 32-bit style perlasm subroutine
138 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;
/freebsd-11-stable/crypto/openssl/crypto/perlasm/
H A Dx86asm.pl13 # AUTOLOAD is this context has quite unpleasant side effect, namely
17 sub ::AUTOLOAD
18 { my $opcode = $AUTOLOAD;
26 &generic($opcode,@_) or die "undefined subroutine \&$AUTOLOAD";

Completed in 104 milliseconds