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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A DBerkeleyDB.pm17 use vars qw($VERSION @ISA @EXPORT $AUTOLOAD
551 sub AUTOLOAD { subroutine
553 ($constname = $AUTOLOAD) =~ s/.*:://;
557 *{$AUTOLOAD} = sub { $val };
558 goto &{$AUTOLOAD};
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/sha/asm/
H A Dsha1-armv4-large.pl286 sub AUTOLOAD() # thunk [simplified] x86-style perlasm subroutine
287 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://; $opcode =~ s/_/\./;
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 Dsha512-x86_64.pl694 sub AUTOLOAD() # thunk [simplified] 32-bit style perlasm subroutine
695 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/sha/asm/
H A Dsha1-armv4-large.pl286 sub AUTOLOAD() # thunk [simplified] x86-style perlasm subroutine
287 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://; $opcode =~ s/_/\./;
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 Dsha512-x86_64.pl694 sub AUTOLOAD() # thunk [simplified] 32-bit style perlasm subroutine
695 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.pm163 our ($VERSION, @ISA, @EXPORT, $AUTOLOAD, $DB_BTREE, $DB_HASH, $DB_RECNO);
232 sub AUTOLOAD { subroutine
234 ($constname = $AUTOLOAD) =~ s/.*:://;
238 *{$AUTOLOAD} = sub { $val };
239 goto &{$AUTOLOAD};
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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/.*:://;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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/.*:://;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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/.*:://;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/modes/asm/
H A Dghash-x86_64.pl137 sub AUTOLOAD() # thunk [simplified] 32-bit style perlasm subroutine
138 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;

Completed in 219 milliseconds