blob: a327264c3118734cdbd4fb5b424ba4f4e92b2369 [file] [log] [blame]
!<arch>
__.PKGDEF 0 0 0 644 14922 `
go object windows amd64 go1.4.2 X:precisestack
$$
package rand
import sync "sync"
import runtime "runtime"
import errors "errors"
import io "io"
import os "os"
import syscall "syscall"
import big "math/big"
type @"io".Reader interface { Read(@"io".p []byte) (@"io".n int, @"io".err error) }
var @"".Reader @"io".Reader
func @"".Read (@"".b·3 []byte) (@"".n·1 int, @"".err·2 error)
type @"math/big".Word uintptr
type @"math/big".divisor struct { @"math/big".bbb @"math/big".nat; @"math/big".nbits int; @"math/big".ndigits int }
import rand "math/rand" // indirect
type @"math/rand".Source interface { Int63() (? int64); Seed(@"math/rand".seed int64) }
type @"math/rand".Rand struct { @"math/rand".src @"math/rand".Source }
func (@"math/rand".r·2 *@"math/rand".Rand) ExpFloat64 () (? float64)
func (@"math/rand".r·2 *@"math/rand".Rand) Float32 () (? float32)
func (@"math/rand".r·2 *@"math/rand".Rand) Float64 () (? float64)
func (@"math/rand".r·2 *@"math/rand".Rand) Int () (? int)
func (@"math/rand".r·2 *@"math/rand".Rand) Int31 () (? int32)
func (@"math/rand".r·2 *@"math/rand".Rand) Int31n (@"math/rand".n·3 int32) (? int32)
func (@"math/rand".r·2 *@"math/rand".Rand) Int63 () (? int64)
func (@"math/rand".r·2 *@"math/rand".Rand) Int63n (@"math/rand".n·3 int64) (? int64)
func (@"math/rand".r·2 *@"math/rand".Rand) Intn (@"math/rand".n·3 int) (? int)
func (@"math/rand".r·2 *@"math/rand".Rand) NormFloat64 () (? float64)
func (@"math/rand".r·2 *@"math/rand".Rand) Perm (@"math/rand".n·3 int) (? []int)
func (@"math/rand".r·1 *@"math/rand".Rand) Seed (@"math/rand".seed·2 int64)
func (@"math/rand".r·2 *@"math/rand".Rand) Uint32 () (? uint32)
type @"io".RuneScanner interface { ReadRune() (@"io".r rune, @"io".size int, @"io".err error); UnreadRune() (? error) }
type @"math/big".nat []@"math/big".Word
func (@"math/big".z·2 @"math/big".nat) @"math/big".add (@"math/big".x·3 @"math/big".nat, @"math/big".y·4 @"math/big".nat) (? @"math/big".nat)
func (@"math/big".z·2 @"math/big".nat "esc:0x2") @"math/big".and (@"math/big".x·3 @"math/big".nat "esc:0x0", @"math/big".y·4 @"math/big".nat "esc:0x0") (? @"math/big".nat)
func (@"math/big".z·2 @"math/big".nat "esc:0x2") @"math/big".andNot (@"math/big".x·3 @"math/big".nat "esc:0x0", @"math/big".y·4 @"math/big".nat "esc:0x0") (? @"math/big".nat)
func (@"math/big".z·2 @"math/big".nat "esc:0x0") @"math/big".bit (@"math/big".i·3 uint) (? uint) { var @"math/big".j·4 int; ; @"math/big".j·4 = int(@"math/big".i·3 / 0x40); if @"math/big".j·4 >= len(@"math/big".z·2) { return 0x0 }; return uint(@"math/big".z·2[@"math/big".j·4] >> (@"math/big".i·3 % 0x40) & @"math/big".Word(0x1)) }
func (@"math/big".x·2 @"math/big".nat "esc:0x0") @"math/big".bitLen () (? int)
func (@"math/big".z·2 @"math/big".nat "esc:0x0") @"math/big".bytes (@"math/big".buf·3 []byte "esc:0x0") (@"math/big".i·1 int)
func (@"math/big".z·1 @"math/big".nat "esc:0x0") @"math/big".clear ()
func (@"math/big".x·2 @"math/big".nat "esc:0x0") @"math/big".cmp (@"math/big".y·3 @"math/big".nat "esc:0x0") (@"math/big".r·1 int)
func (@"math/big".q·1 @"math/big".nat) @"math/big".convertWords (@"math/big".s·2 []byte "esc:0x0", @"math/big".charset·3 string "esc:0x0", @"math/big".b·4 @"math/big".Word, @"math/big".ndigits·5 int, @"math/big".bb·6 @"math/big".Word, @"math/big".table·7 []@"math/big".divisor "esc:0x0")
func (@"math/big".x·2 @"math/big".nat "esc:0x0") @"math/big".decimalString () (? string)
func (@"math/big".z·3 @"math/big".nat) @"math/big".div (@"math/big".z2·4 @"math/big".nat, @"math/big".u·5 @"math/big".nat, @"math/big".v·6 @"math/big".nat) (@"math/big".q·1 @"math/big".nat, @"math/big".r·2 @"math/big".nat)
func (@"math/big".z·3 @"math/big".nat "esc:0x2") @"math/big".divLarge (@"math/big".u·4 @"math/big".nat, @"math/big".uIn·5 @"math/big".nat, @"math/big".v·6 @"math/big".nat) (@"math/big".q·1 @"math/big".nat, @"math/big".r·2 @"math/big".nat)
func (@"math/big".z·3 @"math/big".nat) @"math/big".divW (@"math/big".x·4 @"math/big".nat, @"math/big".y·5 @"math/big".Word) (@"math/big".q·1 @"math/big".nat, @"math/big".r·2 @"math/big".Word)
func (@"math/big".z·2 @"math/big".nat) @"math/big".expNN (@"math/big".x·3 @"math/big".nat, @"math/big".y·4 @"math/big".nat "esc:0x0", @"math/big".m·5 @"math/big".nat) (? @"math/big".nat)
func (@"math/big".z·2 @"math/big".nat) @"math/big".expNNWindowed (@"math/big".x·3 @"math/big".nat, @"math/big".y·4 @"math/big".nat "esc:0x0", @"math/big".m·5 @"math/big".nat) (? @"math/big".nat)
func (@"math/big".z·2 @"math/big".nat) @"math/big".expWW (@"math/big".x·3 @"math/big".Word, @"math/big".y·4 @"math/big".Word) (? @"math/big".nat)
func (@"math/big".z·2 @"math/big".nat "esc:0x2") @"math/big".make (@"math/big".n·3 int) (? @"math/big".nat)
func (@"math/big".x·2 @"math/big".nat) @"math/big".modW (@"math/big".d·3 @"math/big".Word) (@"math/big".r·1 @"math/big".Word)
func (@"math/big".z·2 @"math/big".nat) @"math/big".mul (@"math/big".x·3 @"math/big".nat, @"math/big".y·4 @"math/big".nat) (? @"math/big".nat)
func (@"math/big".z·2 @"math/big".nat) @"math/big".mulAddWW (@"math/big".x·3 @"math/big".nat, @"math/big".y·4 @"math/big".Word, @"math/big".r·5 @"math/big".Word) (? @"math/big".nat)
func (@"math/big".z·2 @"math/big".nat) @"math/big".mulRange (@"math/big".a·3 uint64, @"math/big".b·4 uint64) (? @"math/big".nat)
func (@"math/big".z·2 @"math/big".nat "esc:0x2") @"math/big".norm () (? @"math/big".nat)
func (@"math/big".z·2 @"math/big".nat "esc:0x2") @"math/big".or (@"math/big".x·3 @"math/big".nat "esc:0x0", @"math/big".y·4 @"math/big".nat "esc:0x0") (? @"math/big".nat)
func (@"math/big".n·2 @"math/big".nat) @"math/big".probablyPrime (@"math/big".reps·3 int) (? bool)
func (@"math/big".z·2 @"math/big".nat "esc:0x2") @"math/big".random (@"math/big".rand·3 *@"math/rand".Rand, @"math/big".limit·4 @"math/big".nat "esc:0x0", @"math/big".n·5 int) (? @"math/big".nat)
func (@"math/big".z·4 @"math/big".nat) @"math/big".scan (@"math/big".r·5 @"io".RuneScanner, @"math/big".base·6 int) (? @"math/big".nat, ? int, ? error)
func (@"math/big".z·2 @"math/big".nat "esc:0x2") @"math/big".set (@"math/big".x·3 @"math/big".nat "esc:0x0") (? @"math/big".nat)
func (@"math/big".z·2 @"math/big".nat "esc:0x2") @"math/big".setBit (@"math/big".x·3 @"math/big".nat "esc:0x0", @"math/big".i·4 uint, @"math/big".b·5 uint) (? @"math/big".nat)
func (@"math/big".z·2 @"math/big".nat "esc:0x2") @"math/big".setBytes (@"math/big".buf·3 []byte "esc:0x0") (? @"math/big".nat)
func (@"math/big".z·2 @"math/big".nat "esc:0x2") @"math/big".setUint64 (@"math/big".x·3 uint64) (? @"math/big".nat)
func (@"math/big".z·2 @"math/big".nat "esc:0x2") @"math/big".setWord (@"math/big".x·3 @"math/big".Word) (? @"math/big".nat)
func (@"math/big".z·2 @"math/big".nat) @"math/big".shl (@"math/big".x·3 @"math/big".nat, @"math/big".s·4 uint) (? @"math/big".nat)
func (@"math/big".z·2 @"math/big".nat) @"math/big".shr (@"math/big".x·3 @"math/big".nat, @"math/big".s·4 uint) (? @"math/big".nat)
func (@"math/big".x·2 @"math/big".nat "esc:0x0") @"math/big".string (@"math/big".charset·3 string "esc:0x0") (? string)
func (@"math/big".z·2 @"math/big".nat) @"math/big".sub (@"math/big".x·3 @"math/big".nat, @"math/big".y·4 @"math/big".nat) (? @"math/big".nat)
func (@"math/big".x·2 @"math/big".nat "esc:0x0") @"math/big".trailingZeroBits () (? uint)
func (@"math/big".z·2 @"math/big".nat "esc:0x2") @"math/big".xor (@"math/big".x·3 @"math/big".nat "esc:0x0", @"math/big".y·4 @"math/big".nat "esc:0x0") (? @"math/big".nat)
import fmt "fmt" // indirect
type @"fmt".State interface { Flag(@"fmt".c int) (? bool); Precision() (@"fmt".prec int, @"fmt".ok bool); Width() (@"fmt".wid int, @"fmt".ok bool); Write(@"fmt".b []byte) (@"fmt".ret int, @"fmt".err error) }
type @"fmt".ScanState interface { Read(@"fmt".buf []byte) (@"fmt".n int, @"fmt".err error); ReadRune() (@"fmt".r rune, @"fmt".size int, @"fmt".err error); SkipSpace(); Token(@"fmt".skipSpace bool, @"fmt".f func(? rune) (? bool)) (@"fmt".token []byte, @"fmt".err error); UnreadRune() (? error); Width() (@"fmt".wid int, @"fmt".ok bool) }
type @"math/big".Int struct { @"math/big".neg bool; @"math/big".abs @"math/big".nat }
func (@"math/big".z·2 *@"math/big".Int) Abs (@"math/big".x·3 *@"math/big".Int "esc:0x0") (? *@"math/big".Int)
func (@"math/big".z·2 *@"math/big".Int) Add (@"math/big".x·3 *@"math/big".Int, @"math/big".y·4 *@"math/big".Int) (? *@"math/big".Int)
func (@"math/big".z·2 *@"math/big".Int) And (@"math/big".x·3 *@"math/big".Int, @"math/big".y·4 *@"math/big".Int) (? *@"math/big".Int)
func (@"math/big".z·2 *@"math/big".Int) AndNot (@"math/big".x·3 *@"math/big".Int, @"math/big".y·4 *@"math/big".Int) (? *@"math/big".Int)
func (@"math/big".z·2 *@"math/big".Int) Binomial (@"math/big".n·3 int64, @"math/big".k·4 int64) (? *@"math/big".Int)
func (@"math/big".x·2 *@"math/big".Int) Bit (@"math/big".i·3 int) (? uint)
func (@"math/big".x·2 *@"math/big".Int "esc:0x0") BitLen () (? int)
func (@"math/big".x·2 *@"math/big".Int "esc:0x1") Bits () (? []@"math/big".Word) { return @"math/big".x·2.@"math/big".abs }
func (@"math/big".x·2 *@"math/big".Int "esc:0x0") Bytes () (? []byte)
func (@"math/big".x·2 *@"math/big".Int "esc:0x0") Cmp (@"math/big".y·3 *@"math/big".Int "esc:0x0") (@"math/big".r·1 int)
func (@"math/big".z·2 *@"math/big".Int) Div (@"math/big".x·3 *@"math/big".Int, @"math/big".y·4 *@"math/big".Int) (? *@"math/big".Int)
func (@"math/big".z·3 *@"math/big".Int) DivMod (@"math/big".x·4 *@"math/big".Int, @"math/big".y·5 *@"math/big".Int, @"math/big".m·6 *@"math/big".Int) (? *@"math/big".Int, ? *@"math/big".Int)
func (@"math/big".z·2 *@"math/big".Int) Exp (@"math/big".x·3 *@"math/big".Int, @"math/big".y·4 *@"math/big".Int "esc:0x0", @"math/big".m·5 *@"math/big".Int) (? *@"math/big".Int)
func (@"math/big".x·1 *@"math/big".Int "esc:0x0") Format (@"math/big".s·2 @"fmt".State, @"math/big".ch·3 rune)
func (@"math/big".z·2 *@"math/big".Int) GCD (@"math/big".x·3 *@"math/big".Int, @"math/big".y·4 *@"math/big".Int, @"math/big".a·5 *@"math/big".Int, @"math/big".b·6 *@"math/big".Int) (? *@"math/big".Int)
func (@"math/big".z·2 *@"math/big".Int) GobDecode (@"math/big".buf·3 []byte "esc:0x0") (? error)
func (@"math/big".x·3 *@"math/big".Int "esc:0x0") GobEncode () (? []byte, ? error)
func (@"math/big".x·2 *@"math/big".Int "esc:0x0") Int64 () (? int64)
func (@"math/big".z·2 *@"math/big".Int) Lsh (@"math/big".x·3 *@"math/big".Int, @"math/big".n·4 uint) (? *@"math/big".Int)
func (@"math/big".z·3 *@"math/big".Int "esc:0x0") MarshalJSON () (? []byte, ? error)
func (@"math/big".z·3 *@"math/big".Int "esc:0x0") MarshalText () (@"math/big".text·1 []byte, @"math/big".err·2 error)
func (@"math/big".z·2 *@"math/big".Int) Mod (@"math/big".x·3 *@"math/big".Int, @"math/big".y·4 *@"math/big".Int) (? *@"math/big".Int)
func (@"math/big".z·2 *@"math/big".Int) ModInverse (@"math/big".g·3 *@"math/big".Int, @"math/big".n·4 *@"math/big".Int) (? *@"math/big".Int)
func (@"math/big".z·2 *@"math/big".Int) Mul (@"math/big".x·3 *@"math/big".Int, @"math/big".y·4 *@"math/big".Int) (? *@"math/big".Int)
func (@"math/big".z·2 *@"math/big".Int) MulRange (@"math/big".a·3 int64, @"math/big".b·4 int64) (? *@"math/big".Int)
func (@"math/big".z·2 *@"math/big".Int) Neg (@"math/big".x·3 *@"math/big".Int "esc:0x0") (? *@"math/big".Int)
func (@"math/big".z·2 *@"math/big".Int) Not (@"math/big".x·3 *@"math/big".Int) (? *@"math/big".Int)
func (@"math/big".z·2 *@"math/big".Int) Or (@"math/big".x·3 *@"math/big".Int, @"math/big".y·4 *@"math/big".Int) (? *@"math/big".Int)
func (@"math/big".x·2 *@"math/big".Int) ProbablyPrime (@"math/big".n·3 int) (? bool)
func (@"math/big".z·2 *@"math/big".Int) Quo (@"math/big".x·3 *@"math/big".Int, @"math/big".y·4 *@"math/big".Int) (? *@"math/big".Int)
func (@"math/big".z·3 *@"math/big".Int) QuoRem (@"math/big".x·4 *@"math/big".Int, @"math/big".y·5 *@"math/big".Int, @"math/big".r·6 *@"math/big".Int) (? *@"math/big".Int, ? *@"math/big".Int)
func (@"math/big".z·2 *@"math/big".Int) Rand (@"math/big".rnd·3 *@"math/rand".Rand, @"math/big".n·4 *@"math/big".Int "esc:0x0") (? *@"math/big".Int)
func (@"math/big".z·2 *@"math/big".Int) Rem (@"math/big".x·3 *@"math/big".Int, @"math/big".y·4 *@"math/big".Int) (? *@"math/big".Int)
func (@"math/big".z·2 *@"math/big".Int) Rsh (@"math/big".x·3 *@"math/big".Int, @"math/big".n·4 uint) (? *@"math/big".Int)
func (@"math/big".z·2 *@"math/big".Int) Scan (@"math/big".s·3 @"fmt".ScanState, @"math/big".ch·4 rune) (? error)
func (@"math/big".z·2 *@"math/big".Int) Set (@"math/big".x·3 *@"math/big".Int "esc:0x0") (? *@"math/big".Int)
func (@"math/big".z·2 *@"math/big".Int) SetBit (@"math/big".x·3 *@"math/big".Int, @"math/big".i·4 int, @"math/big".b·5 uint) (? *@"math/big".Int)
func (@"math/big".z·2 *@"math/big".Int "esc:0x2") SetBits (@"math/big".abs·3 []@"math/big".Word) (? *@"math/big".Int)
func (@"math/big".z·2 *@"math/big".Int) SetBytes (@"math/big".buf·3 []byte "esc:0x0") (? *@"math/big".Int)
func (@"math/big".z·2 *@"math/big".Int) SetInt64 (@"math/big".x·3 int64) (? *@"math/big".Int)
func (@"math/big".z·3 *@"math/big".Int) SetString (@"math/big".s·4 string, @"math/big".base·5 int) (? *@"math/big".Int, ? bool)
func (@"math/big".z·2 *@"math/big".Int) SetUint64 (@"math/big".x·3 uint64) (? *@"math/big".Int)
func (@"math/big".x·2 *@"math/big".Int "esc:0x0") Sign () (? int) { if len(@"math/big".x·2.@"math/big".abs) == 0x0 { return 0x0 }; if @"math/big".x·2.@"math/big".neg { return -0x1 }; return 0x1 }
func (@"math/big".x·2 *@"math/big".Int "esc:0x0") String () (? string)
func (@"math/big".z·2 *@"math/big".Int) Sub (@"math/big".x·3 *@"math/big".Int, @"math/big".y·4 *@"math/big".Int) (? *@"math/big".Int)
func (@"math/big".x·2 *@"math/big".Int "esc:0x0") Uint64 () (? uint64)
func (@"math/big".z·2 *@"math/big".Int) UnmarshalJSON (@"math/big".text·3 []byte) (? error)
func (@"math/big".z·2 *@"math/big".Int) UnmarshalText (@"math/big".text·3 []byte) (? error)
func (@"math/big".z·2 *@"math/big".Int) Xor (@"math/big".x·3 *@"math/big".Int, @"math/big".y·4 *@"math/big".Int) (? *@"math/big".Int)
func (@"math/big".z·2 *@"math/big".Int) @"math/big".binaryGCD (@"math/big".a·3 *@"math/big".Int, @"math/big".b·4 *@"math/big".Int) (? *@"math/big".Int)
func (@"math/big".z·4 *@"math/big".Int) @"math/big".scan (@"math/big".r·5 @"io".RuneScanner, @"math/big".base·6 int) (? *@"math/big".Int, ? int, ? error)
func @"".Prime (@"".rand·3 @"io".Reader, @"".bits·4 int) (@"".p·1 *@"math/big".Int, @"".err·2 error)
func @"".Int (@"".rand·3 @"io".Reader, @"".max·4 *@"math/big".Int "esc:0x0") (@"".n·1 *@"math/big".Int, @"".err·2 error)
func @"".init ()
$$
_go_.6 0 0 0 644 20382 `
go object windows amd64 go1.4.2 X:precisestack
!
��go13ldio.aos.a sync.asyscall.aerrors.amath/big.a�þ"".Read�� �� eH‹ %(���H‹‰����H;awè����ëãHƒì@HÇD$h����HÇD$p����H‹����H‰$H‹����H‰\$H‹\$HH‰\$H‹\$PH‰\$H‹\$XH‰\$ è����H‹T$(H‹L$0H‹D$8H‰T$`H‰L$hH‰D$pHƒÄ@Ã
������.��0runtime.morestack_noctxt���l��"".Reader���‚�"".Reader���Ò��io.ReadFull���`€�� "".err�@type.error�"".n�0type.int�"".b��type.[]uint8�!€n��
(3]�
�h(�Tgclocals·13c015770347481bee7a16dde25a3e2f�Tgclocals·3280bececceccd33cb74587feedb1f9f���`./prebuilts/go/linux-x86/src/crypto/rand/rand.goþ"".init·1��€��êeH‹ %(���H‹‰����H;awè����ëãHƒì8H����H‰$è����H‹D$HÇ�����HÇ@����H‰D$ H‹����1íH9èt.H����H‰$H‹L$ H‰D$(H‰D$H‰L$0H‰L$è����HƒÄ8ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë£������.��0runtime.morestack_noctxt���H��"type."".rngReader���Z��"runtime.newobject���š��>go.itab.*"".rngReader.io.Reader���¶��"".Reader���ú��2runtime.writebarrieriface���’��$type.*"".rngReader���¨��type.io.Reader���À��>go.itab.*"".rngReader.io.Reader���Ô�� runtime.typ2Itab����p��"".autotmp_0003�/$type.*"".rngReader�"".autotmp_0002��$type.*"".rngReader�!pdop:�À�&À��,}�Tgclocals·0115f8d53b75c1696444f08ad03251d9�Tgclocals·61e2515c69061b8fed0e66ece719f936���p./prebuilts/go/linux-x86/src/crypto/rand/rand_windows.goþ("".(*rngReader).Read��à��ÌeH‹ %(���H‹‰����HD$ØH;Awè����ëÞHì¨���HDŽ$Ø�������HDŽ$à�������H‹œ$°���H‰$Hƒ<$�„B��Hƒ$è����H‹”$°���H‹Hƒû�…ß��H‰$Hƒ<$�„��HÇD$����HÇD$����ÇD$���»@��ð‰\$è����H‹”$°���H‹L$ H‹D$(H‰„$ ���Hƒù�H‰Œ$˜���„|��H‰$Hƒ<$�„a��Hƒ$è����H����H‹+H‰l$XH‹kH‰l$`H‹„$˜���H‹œ$ ���H‰œ$€���HÇD$8����HÇD$@����Hƒø�H‰D$xu(1É1ÀHDŽ$Ð�������H‰Œ$Ø���H‰„$à���HÄ¨���ÃH����H‰$è����H‹D$H‰D$0H‰$Hƒ<$�„­���H‹\$XH‰\$H‹\$`H‰\$è����H‹\$0H‰$Hƒ<$�txHƒ$H‹\$xH‰\$H‹œ$€���H‰\$è����H‹\$0H‰\$0H‹����1íH9ètH‹T$0H‰ÁH‰ÐéAÿÿÿH����H‰$H����H‰\$H����H‰\$è����H‹D$ëÁ‰%����é|ÿÿÿ‰%����éGÿÿÿ‰%����é“þÿÿH‰$Hƒ<$�„��Hƒ$è����H‹Œ$À���Hƒù�u,HDŽ$Ð�������HDŽ$Ø�������HDŽ$à�������HÄ¨���ÃH‹œ$°���H‹+H‰,$‰Ë‰\$H‹œ$¸���Hƒù�†«��H‰\$è����H‹L$H‹T$ Hƒù�„]��H����H‹+H‰l$hH‹kH‰l$pH‰Œ$Ø���H‰”$à���H‰”$���HÇD$H����HÇD$P����Hƒù�H‰Œ$ˆ���u(1É1ÀHDŽ$Ð�������H‰Œ$Ø���H‰„$à���HÄ¨���ÃH����H‰$è����H‹D$H‰D$0H‰$Hƒ<$�„°���H‹\$hH‰\$H‹\$pH‰\$è����H‹\$0H‰$Hƒ<$�t{Hƒ$H‹œ$ˆ���H‰\$H‹œ$���H‰\$è����H‹\$0H‰\$0H‹����1íH9ètH‹T$0H‰ÁH‰Ðé>ÿÿÿH����H‰$H����H‰\$H����H‰\$è����H‹D$ëÁ‰%����éyÿÿÿ‰%����éDÿÿÿH‹œ$À���H‰œ$Ð���HDŽ$Ø�������HDŽ$à�������HÄ¨���Ãè���� ‰%����é×ýÿÿ‰%����éìûÿÿ‰%����é²ûÿÿ8������8��0runtime.morestack_noctxt���¼��$sync.(*Mutex).Lock���Ô��6syscall.CryptAcquireContext���Þ��(sync.(*Mutex).Unlock���ì��>go.string."CryptAcquireContext"���Ö��(type.os.SyscallError���è��"runtime.newobject���Ì��4runtime.writebarrierstring���®��2runtime.writebarrieriface���Ð��<go.itab.*os.SyscallError.error���Œ��*type.*os.SyscallError���¢��type.error���º��<go.itab.*os.SyscallError.error���Î�� runtime.typ2Itab���Ö ��(sync.(*Mutex).Unlock���¬ ��,syscall.CryptGenRandom���â ��4go.string."CryptGenRandom"���Ò ��(type.os.SyscallError���ä ��"runtime.newobject���È��4runtime.writebarrierstring���°��2runtime.writebarrieriface���Ò��<go.itab.*os.SyscallError.error���Ž��*type.*os.SyscallError���¤��type.error���¼��<go.itab.*os.SyscallError.error���Ð�� runtime.typ2Itab���ø��$runtime.panicindex���pÐ��."".autotmp_0021��type.error�"".autotmp_0020��type.*uint8�"".autotmp_0019��type.error�"".autotmp_0018��*type.*os.SyscallError�"".autotmp_0017��type.error�"".autotmp_0015��type.error�"".autotmp_0014�ï*type.*os.SyscallError�"".autotmp_0013��type.int�"".autotmp_0012��*type.*os.SyscallError�"".autotmp_0011��type.error�"".autotmp_0010��type.int�"".autotmp_0008��*type.*os.SyscallError� "".~r0�¿type.error�os.err·3�?type.error�os.syscall·2�type.string� "".~r0�ßtype.error�os.err·3�_type.error�os.syscall·2�Ÿtype.string� "".err�type.error� "".err�Ptype.error�"".n�@type.int�"".b�type.[]uint8�"".r��$type.*"".rngReader�D)оÏÐÀÏмÏДÏÐ5�° �R6A) Q× !,;
Ý0 �8�]‘…21”‡
24¤5�Tgclocals·cf935374f6673e338732cea0cf5f7498�Tgclocals·b232939d776be9c67e96cddb277a9756���p./prebuilts/go/linux-x86/src/crypto/rand/rand_windows.goþ"".Prime��à��ÄeH‹ %(���H‹‰����HD$ØH;Awè����ëÞHì¨���H‹Œ$À���HDŽ$Ð�������HDŽ$Ø�������HDŽ$È�������HƒùØ���H����H‹+H‰l$hH‹kH‰l$pHÇD$X����HÇD$`����H����H‰$è����H‹D$H‰D$PH‰$Hƒ<$�t}H‹\$hH‰\$H‹\$pH‰\$è����H‹\$PH‰\$PH‹����1íH9ètH‹L$PH‰„$Ð���H‰Œ$Ø���HÄ¨���ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$봉%����éwÿÿÿH‰ÈHÁø?HƒàH‰ËHÃHƒãH)ÃH‰\$@Hƒû�u HÇD$@���H‰ÈHƒÀH‰ÃHÁû?HÁë=HÃHÁûH‰ØH����H‰$H‰D$H‰D$è����H‹T$H‹L$ H‹D$(H‰”$���H‰T$xH‰Œ$˜���H‰Œ$€���H‰„$ ���H‰„$ˆ���H����H‰$è����H‹\$H‰œ$È���H����H‰$è����H‹\$H‰\$HH‹œ$°���H‰$H‹œ$¸���H‰\$H‹\$xH‰\$H‹œ$€���H‰\$H‹œ$ˆ���H‰\$ è����H‹|$@H‹T$xH‹„$€���H‹l$0H‹\$8H‰œ$Ø���Hƒý�H‰¬$Ð���tHDŽ$È�������HÄ¨���ÃHƒø�†½��¶*H‰îH‰ÓHƒø�†£��HÇÅ���H‰ùHƒÿ@ƒˆ��HÓåHÿÍH!õ@ˆ+Hƒÿ‚ ��Hƒø�†ú��¶*H‰îH‰ÓHƒø�†à��H‰ùHƒéHÇÅ���HƒùƒÁ��HÓåH õ@ˆ+H‰ÁHÿÉH9Áƒ¢��H
¶+H9Áƒ‹��H
HƒÍ@ˆ+H‹œ$È���H‰$H‰T$H‰D$H‹œ$ˆ���H‰\$è����H‹\$HH‰$H‹œ$È���H‰\$H‹����H‰\$è����H‹\$HH‰$è����L‹¤$À���L‹\$1ÉHù���ƒª���M‰ÙIÉH‹=����L‹����H‹����H‰œ$ ���1öL‰”$˜���H‰¼$���L9Ö}7¶/@¶ÝL‰È1ÒH÷óHƒú�uIƒü¥���@¶ÝL9Ë…˜���HÿÇHÿÆL9Ö|ÉHƒù�v3H‹\$HH‰$H‰L$è����H‹„$È���H‰$H‰D$H‹\$HH‰\$è����H‹œ$È���H‰$HÇD$���è����¶\$€û�t+H‹œ$È���H‰$è����H‹\$H‹¬$À���H9ëuHÄ¨���ÃéRýÿÿHƒÁéìþÿÿè���� è���� 1íé8þÿÿè���� è���� Hƒø�vZ¶*Hƒø�vJHƒÍ@ˆ*Hƒø~8H‰ÓHƒøv(Hÿö+H‰ÓHƒøvHÿÃHÍ€���@ˆ+éíýÿÿè���� è���� éÚýÿÿè���� è���� 1íéqýÿÿè���� è���� N������8��0runtime.morestack_noctxt���Ä��tgo.string."crypto/rand: prime size must be at least 2-bit"���˜��.type.errors.errorString���ª��"runtime.newobject���†��4runtime.writebarrierstring���¨��Bgo.itab.*errors.errorString.error���þ��0type.*errors.errorString���”��type.error���¬��Bgo.itab.*errors.errorString.error���À�� runtime.typ2Itab���„��type.[]uint8���ª��"runtime.makeslice���°��"type.math/big.Int���Â��"runtime.newobject���ê��"type.math/big.Int���ü��"runtime.newobject���” ��io.ReadFull���Î ��0math/big.(*Int).SetBytes���ˆ��*"".smallPrimesProduct���œ��&math/big.(*Int).Mod���¸��,math/big.(*Int).Uint64���Š��"".smallPrimes���˜�"".smallPrimes���¦ �"".smallPrimes���„��2math/big.(*Int).SetUint64���Ä��&math/big.(*Int).Add���ø��:math/big.(*Int).ProbablyPrime���®��,math/big.(*Int).BitLen���ˆ��$runtime.panicindex���–��$runtime.panicindex���²��$runtime.panicindex���À��$runtime.panicindex���Ú��$runtime.panicindex���è��$runtime.panicindex���€��$runtime.panicindex���Ž��$runtime.panicindex���ª��$runtime.panicindex���¸��$runtime.panicindex���`Ð��8"".autotmp_0050��type.uint8�"".autotmp_0049��type.*uint8�"".autotmp_0048��type.int�"".autotmp_0047��type.int�"".autotmp_0046��type.int�"".autotmp_0045��type.int�"".autotmp_0041�¯0type.*errors.errorString�"".autotmp_0040��type.int�"".autotmp_0038��type.uint64�"".autotmp_0037��type.[]uint8�"".autotmp_0035��type.uint8�"".autotmp_0033��type.int�"".autotmp_0032��type.uint8�"".autotmp_0031��type.int�"".autotmp_0030��type.uint8�"".autotmp_0029��type.uint8�"".autotmp_0027��$type.*math/big.Int�"".autotmp_0025�/type.[]uint8�"".autotmp_0024��0type.*errors.errorString� "".~r0�Ÿtype.error�errors.text·2�type.string�"".bigMod�¿$type.*math/big.Int�"".bytes�_type.[]uint8�"".b�Ïtype.uint� "".err�@type.error�"".p�0$type.*math/big.Int�"".bits� type.int�"".rand��type.io.Reader�8)ÐÒÏЗÏРÏл�ð
�°@U
•;  rf=
>*( '7) GgB % #�0�”.ÒLLÝ ­�Tgclocals·cd701f56182abe3f1a521252a561ee9c�Tgclocals·c89a16333453c9794807a2033453c319���`./prebuilts/go/linux-x86/src/crypto/rand/util.goþ "".Int��À
��º
eH‹ %(���H‹‰����H;awè����ëãHƒìxH‹”$���HDŽ$ �������HDŽ$¨�������H‹jHƒý�….��1ÀHƒø�LH����H‹+H‰l$PH‹kH‰l$XH����H‰$H\$PH‰\$è����H\$H,$H‰ïH‰ÞH¥H¥è���� H‰$è����H‹\$HƒÃH‰ØHÁû?HÁë=HÃHÁûH‰\$@H‹œ$���H‰$è����H‹T$@H‹D$H‰ÃHÁø?HƒàHÃHƒãH)ÃH‰\$HHƒû�u HÇD$H���H����H‰$H‰T$H‰T$è����H‹T$H‹L$ H‹D$(H‰T$`H‰L$hH‰D$pH����H‰$è����H‹\$H‰œ$˜���H‹œ$€���H‰$H‹œ$ˆ���H‰\$H‹\$`H‰\$H‹\$hH‰\$H‹\$pH‰\$ è����H‹t$`H‹T$hH‹D$0H‹\$8H‰œ$¨���Hƒø�H‰„$ ���tHDŽ$˜�������HƒÄxÃHƒú�†���¶.H‰èH‰óHƒú�vzH‹L$HHÇÅ���Hƒù@sdHÓåHÿÍH!Å@ˆ+H‹œ$˜���H‰$H‰t$H‰T$H‹\$pH‰\$è����H‹œ$˜���H‰$H‹œ$���H‰\$è����H‹\$Hƒû�}HƒÄxÃéúþÿÿ1íë˜è���� è���� ¶€û�t HÇÀÿÿÿÿéÀýÿÿHÇÀ���é´ýÿÿ"������.��0runtime.morestack_noctxt���´��`go.string."crypto/rand: argument to Int is <= 0"���ä��type.string���Š��runtime.convT2E���º��runtime.gopanic���Ð��,math/big.(*Int).BitLen���²��,math/big.(*Int).BitLen���¦��type.[]uint8���Ì��"runtime.makeslice���–��"type.math/big.Int���¨��"runtime.newobject���º��io.ReadFull���è��0math/big.(*Int).SetBytes���¤ ��&math/big.(*Int).Cmp���à ��$runtime.panicindex���î ��$runtime.panicindex���`ð��"".autotmp_0061��type.int�"".autotmp_0059��type.int�"".autotmp_0055��type.int�"".autotmp_0054��type.int�"".autotmp_0053�Otype.string�"".bytes�/type.[]uint8�"".b�_type.uint�"".k�otype.int� "".err�@type.error�"".n�0$type.*math/big.Int� "".max� $type.*math/big.Int�"".rand��type.io.Reader�(!ðºïð‰ïð:� �PÖAL)0  8X
7%)+#�$�„#¬I—<1�Tgclocals·62ad542a3d2ccbdcd549087c69b17c32�Tgclocals·ba55346704ca6afdca6c7611392de878���`./prebuilts/go/linux-x86/src/crypto/rand/util.goþ"".init��€��úeH‹ %(���H‹‰����H;awè����ëãHƒì¶����€û�t¶����€ûuHƒÄÃè���� Æ����è����è����è����è����è����H����H‰$è����H‹\$H‰$H»Né0|ù!âH‰\$è����H‹D$H����H‰$H‰D$è����è����Æ����HƒÄÃ$������.��0runtime.morestack_noctxt���H��"".initdone·���`��"".initdone·���~��"runtime.throwinit���Ž�"".initdone·���š��math/big.init���¤��syscall.init���®��sync.init���¸��os.init���Â��io.init���Ð��"type.math/big.Int���â��"runtime.newobject���œ��2math/big.(*Int).SetUint64���´��*"".smallPrimesProduct���Ð��.runtime.writebarrierptr���Ú��"".init·1���æ�"".initdone·����0���!0/0~/�À�’eÛGÜ� �>‚�Tgclocals·3280bececceccd33cb74587feedb1f9f�Tgclocals·3280bececceccd33cb74587feedb1f9f���`./prebuilts/go/linux-x86/src/crypto/rand/util.goþTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·13c015770347481bee7a16dde25a3e2f������ �������þ,>go.itab.*"".rngReader.io.Reader�����þTgclocals·61e2515c69061b8fed0e66ece719f936� �� ��������������þTgclocals·0115f8d53b75c1696444f08ad03251d9�����������þ,<go.itab.*os.SyscallError.error�����þ>go.string."CryptAcquireContext"�P��H���������������CryptAcquireContext�� �>go.string."CryptAcquireContext"���þ4go.string."CryptGenRandom"�@��>���������������CryptGenRandom�� �4go.string."CryptGenRandom"���þTgclocals·b232939d776be9c67e96cddb277a9756�H��H�������������,�,��,�����€À�À�þTgclocals·cf935374f6673e338732cea0cf5f7498�H��H������
���
���
���
���
���
���
����þ,Bgo.itab.*errors.errorString.error�����þtgo.string."crypto/rand: prime size must be at least 2-bit"�€��~��������.�������crypto/rand: prime size must be at least 2-bit�� �tgo.string."crypto/rand: prime size must be at least 2-bit"���þTgclocals·c89a16333453c9794807a2033453c319�H��H����������������� ��� �� �� ���þTgclocals·cd701f56182abe3f1a521252a561ee9c�H��H��� ������›���›������›���›���› ���þ`go.string."crypto/rand: argument to Int is <= 0"�p��j��������$�������crypto/rand: argument to Int is <= 0�� �`go.string."crypto/rand: argument to Int is <= 0"���þTgclocals·ba55346704ca6afdca6c7611392de878�8��8���
���������� ��� ��� ����þTgclocals·62ad542a3d2ccbdcd549087c69b17c32�8��8��� ���+���+���+���«���« ���þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þ*"".Reader�� type.io.Reader���þ*"".smallPrimes��0type.[]uint8�0�������������������������""".statictmp_0062���þ**"".smallPrimesProduct��$type.*math/big.Int���þ,""".statictmp_0062��type.[15]uint8� %)+/5�þ,"".initdone·��type.uint8���þ"".Read·f��������������"".Read���þio.ReadFull·f��������������io.ReadFull���þ,runtime.throwreturn·f��������������&runtime.throwreturn���þ"".init·1·f��������������"".init·1���þ(runtime.newobject·f��������������"runtime.newobject���þ&runtime.typ2Itab·f�������������� runtime.typ2Itab���þ8runtime.writebarrieriface·f��������������2runtime.writebarrieriface���þ."".(*rngReader).Read·f��������������("".(*rngReader).Read���þ*sync.(*Mutex).Lock·f��������������$sync.(*Mutex).Lock���þ<syscall.CryptAcquireContext·f��������������6syscall.CryptAcquireContext���þ.sync.(*Mutex).Unlock·f��������������(sync.(*Mutex).Unlock���þ:runtime.writebarrierstring·f��������������4runtime.writebarrierstring���þ*runtime.panicindex·f��������������$runtime.panicindex���þ2syscall.CryptGenRandom·f��������������,syscall.CryptGenRandom���þ"".Prime·f��������������"".Prime���þ(runtime.makeslice·f��������������"runtime.makeslice���þ6math/big.(*Int).SetBytes·f��������������0math/big.(*Int).SetBytes���þ,math/big.(*Int).Mod·f��������������&math/big.(*Int).Mod���þ2math/big.(*Int).Uint64·f��������������,math/big.(*Int).Uint64���þ8math/big.(*Int).SetUint64·f��������������2math/big.(*Int).SetUint64���þ,math/big.(*Int).Add·f��������������&math/big.(*Int).Add���þ@math/big.(*Int).ProbablyPrime·f��������������:math/big.(*Int).ProbablyPrime���þ2math/big.(*Int).BitLen·f��������������,math/big.(*Int).BitLen���þ"".Int·f�������������� "".Int���þ$runtime.convT2E·f��������������runtime.convT2E���þ$runtime.gopanic·f��������������runtime.gopanic���þ,math/big.(*Int).Cmp·f��������������&math/big.(*Int).Cmp���þ"".init·f��������������"".init���þ(runtime.throwinit·f��������������"runtime.throwinit���þ math/big.init·f��������������math/big.init���þsyscall.init·f��������������syscall.init���þsync.init·f��������������sync.init���þos.init·f��������������os.init���þio.init·f��������������io.init���þ4runtime.writebarrierptr·f��������������.runtime.writebarrierptr���þbruntime.gcbits.0x48844400000000000000000000000000� �� H„D��������������þ&go.string."[]uint8"�0��0���������������[]uint8�� �&go.string."[]uint8"���þtype.[]uint8� �� �������ß~.8�����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��&go.string."[]uint8"���p��*go.weak.type.*[]uint8���€��"runtime.zerovalue�����type.uint8���þ6go.typelink.[]uint8/[]uint8��������������type.[]uint8���þbruntime.gcbits.0x88000000000000000000000000000000� �� ˆ����������������þ6go.string."*rand.rngReader"�@��@���������������*rand.rngReader�� �6go.string."*rand.rngReader"���þngo.string."func(*rand.rngReader, []uint8) (int, error)"�€��x��������+�������func(*rand.rngReader, []uint8) (int, error)�� �ngo.string."func(*rand.rngReader, []uint8) (int, error)"���þ\type.func(*"".rngReader, []uint8) (int, error)�À��À�������Á"èÜ�3�������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��ngo.string."func(*rand.rngReader, []uint8) (int, error)"���p��ngo.weak.type.*func(*"".rngReader, []uint8) (int, error)���€��"runtime.zerovalue��� €�\type.func(*"".rngReader, []uint8) (int, error)���Р�\type.func(*"".rngReader, []uint8) (int, error)���€��$type.*"".rngReader�����type.[]uint8��� ��type.int���°��type.error���þ go.string."Read"�0��*���������������Read�� � go.string."Read"���þLgo.string."func([]uint8) (int, error)"�`��V���������������func([]uint8) (int, error)�� �Lgo.string."func([]uint8) (int, error)"���þ>type.func([]uint8) (int, error)�°��°�������„N4P�3������������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Lgo.string."func([]uint8) (int, error)"���p��Pgo.weak.type.*func([]uint8) (int, error)���€��"runtime.zerovalue��� €�>type.func([]uint8) (int, error)���А�>type.func([]uint8) (int, error)���€��type.[]uint8�����type.int��� ��type.error���þ$type.*"".rngReader��Ð��Ð�������"µX�6������������������������������������������������������������������������������������������������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��6go.string."*rand.rngReader"���p��6go.weak.type.**"".rngReader���€��"runtime.zerovalue�����"type."".rngReader���` �$type.*"".rngReader���Àð�$type.*"".rngReader���ð�� go.string."Read"�����>type.func([]uint8) (int, error)��� ��\type.func(*"".rngReader, []uint8) (int, error)���°��("".(*rngReader).Read���À��("".(*rngReader).Read���þ^runtime.gcbits.0x000000000000000000000000000000� �� �����������������þ4go.string."rand.rngReader"�@��>���������������rand.rngReader�� �4go.string."rand.rngReader"���þ go.string."prov"�0��*���������������prov�� � go.string."prov"���þgo.string."mu"�0��&���������������mu�� �go.string."mu"���þ*go.string."rngReader"�@��4�������� �������rngReader�� �*go.string."rngReader"���þ"type."".rngReader��°��°�������–)s�™����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� À� runtime.algarray���0��^runtime.gcbits.0x000000000000000000000000000000���P��4go.string."rand.rngReader"���p��$type.*"".rngReader���€��"runtime.zerovalue���À�"type."".rngReader���À�� go.string."prov"���Ð��"go.importpath."".���à��&type.syscall.Handle�����go.string."mu"��� ��"go.importpath."".���°��type.sync.Mutex���`à�"type."".rngReader���à��*go.string."rngReader"���ð��"go.importpath."".���€°�"type."".rngReader���þ*go.string."[15]uint8"�@��4�������� �������[15]uint8�� �*go.string."[15]uint8"���þtype.[15]uint8�À��À�������Ñ µ(�‘������������������������������������������������������������������������������� �� runtime.algarray���0��^runtime.gcbits.0x000000000000000000000000000000���P��*go.string."[15]uint8"���p��.go.weak.type.*[15]uint8���€��"runtime.zerovalue�����type.uint8��� ��type.[]uint8���þ>go.typelink.[15]uint8/[15]uint8��������������type.[15]uint8���þ go.string."sync"�0��*���������������sync�� � go.string."sync"���þ&go.importpath.sync.� �� ���������������� � go.string."sync"���þ&go.string."runtime"�0��0���������������runtime�� �&go.string."runtime"���þ,go.importpath.runtime.� �� ���������������� �&go.string."runtime"���þ$go.string."errors"�0��.���������������errors�� �$go.string."errors"���þ*go.importpath.errors.� �� ���������������� �$go.string."errors"���þgo.string."io"�0��&���������������io�� �go.string."io"���þ"go.importpath.io.� �� ���������������� �go.string."io"���þgo.string."os"�0��&���������������os�� �go.string."os"���þ"go.importpath.os.� �� ���������������� �go.string."os"���þ&go.string."syscall"�0��0���������������syscall�� �&go.string."syscall"���þ,go.importpath.syscall.� �� ���������������� �&go.string."syscall"���þ(go.string."math/big"�@��2���������������math/big�� �(go.string."math/big"���þ.go.importpath.math/big.� �� ���������������� �(go.string."math/big"���þ"runtime.zerovalue������ÿÿgo13ld