1 !<arch> 2 __.PKGDEF 0 0 0 644 10774 ` 3 go object darwin amd64 go1.5.1 X:none 4 build id "c8024358d38aacd0058b25dfbdcb94ee7737390c" 5 6 $$ 7 package zlib 8 import runtime "runtime" 9 import bufio "bufio" 10 import errors "errors" 11 import io "io" 12 import flate "compress/flate" 13 import fmt "fmt" 14 import hash "hash" 15 import adler32 "hash/adler32" 16 var @"".ErrChecksum error 17 var @"".ErrDictionary error 18 var @"".ErrHeader error 19 type @"io".Reader interface { Read(@"io".p []byte) (@"io".n int, @"io".err error) } 20 type @"".Resetter interface { Reset(@"".r @"io".Reader, @"".dict []byte) (? error) } 21 type @"io".ReadCloser interface { Close() (? error); Read(@"io".p []byte) (@"io".n int, @"io".err error) } 22 func @"".NewReader (@"".r3 @"io".Reader) (? @"io".ReadCloser, ? error) 23 func @"".NewReaderDict (@"".r3 @"io".Reader, @"".dict4 []byte) (? @"io".ReadCloser, ? error) 24 const @"".NoCompression = 0x0 25 const @"".BestSpeed = 0x1 26 const @"".BestCompression = 0x9 27 const @"".DefaultCompression = -0x1 28 type @"io".Writer interface { Write(@"io".p []byte) (@"io".n int, @"io".err error) } 29 type @"compress/flate".compressionLevel struct { @"compress/flate".good int; @"compress/flate".lazy int; @"compress/flate".nice int; @"compress/flate".chain int; @"compress/flate".fastSkipHashing int } 30 type @"compress/flate".literalNode struct { @"compress/flate".literal uint16; @"compress/flate".freq int32 } 31 type @"compress/flate".huffmanEncoder struct { @"compress/flate".codeBits []uint8; @"compress/flate".code []uint16 } 32 func (@"compress/flate".h1 *@"compress/flate".huffmanEncoder "esc:0x1") @"compress/flate".assignEncodingAndSize (@"compress/flate".bitCount2 []int32 "esc:0x1", @"compress/flate".list3 []@"compress/flate".literalNode) 33 func (@"compress/flate".h2 *@"compress/flate".huffmanEncoder "esc:0x1") @"compress/flate".bitCounts (@"compress/flate".list3 []@"compress/flate".literalNode "esc:0x1", @"compress/flate".maxBits4 int32) (? []int32) 34 func (@"compress/flate".h2 *@"compress/flate".huffmanEncoder "esc:0x1") @"compress/flate".bitLength (@"compress/flate".freq3 []int32 "esc:0x1") (? int64) 35 func (@"compress/flate".h1 *@"compress/flate".huffmanEncoder "esc:0x1") @"compress/flate".generate (@"compress/flate".freq2 []int32 "esc:0x1", @"compress/flate".maxBits3 int32) 36 type @"compress/flate".token uint32 37 func (@"compress/flate".t2 @"compress/flate".token) @"compress/flate".length () (? uint32) { return uint32((@"compress/flate".t2 - @"compress/flate".token(0x40000000)) >> 0x16) } 38 func (@"compress/flate".t2 @"compress/flate".token) @"compress/flate".literal () (? uint32) { return uint32(@"compress/flate".t2 - @"compress/flate".token(0x0)) } 39 func (@"compress/flate".t2 @"compress/flate".token) @"compress/flate".offset () (? uint32) { return uint32(@"compress/flate".t2) & 0x3fffff } 40 func (@"compress/flate".t2 @"compress/flate".token) @"compress/flate".typ () (? uint32) { return uint32(@"compress/flate".t2) & 0xc0000000 } 41 type @"compress/flate".huffmanBitWriter struct { @"compress/flate".w @"io".Writer; @"compress/flate".bits uint32; @"compress/flate".nbits uint32; @"compress/flate".bytes [64]byte; @"compress/flate".nbytes int; @"compress/flate".literalFreq []int32; @"compress/flate".offsetFreq []int32; @"compress/flate".codegen []uint8; @"compress/flate".codegenFreq []int32; @"compress/flate".literalEncoding *@"compress/flate".huffmanEncoder; @"compress/flate".offsetEncoding *@"compress/flate".huffmanEncoder; @"compress/flate".codegenEncoding *@"compress/flate".huffmanEncoder; @"compress/flate".err error } 42 func (@"compress/flate".w1 *@"compress/flate".huffmanBitWriter) @"compress/flate".flush () 43 func (@"compress/flate".w1 *@"compress/flate".huffmanBitWriter) @"compress/flate".flushBits () 44 func (@"compress/flate".w1 *@"compress/flate".huffmanBitWriter "esc:0x9") @"compress/flate".generateCodegen (@"compress/flate".numLiterals2 int, @"compress/flate".numOffsets3 int) 45 func (@"compress/flate".w1 *@"compress/flate".huffmanBitWriter "esc:0x1") @"compress/flate".reset (@"compress/flate".writer2 @"io".Writer) 46 func (@"compress/flate".w1 *@"compress/flate".huffmanBitWriter) @"compress/flate".writeBits (@"compress/flate".b2 int32, @"compress/flate".nb3 int32) 47 func (@"compress/flate".w1 *@"compress/flate".huffmanBitWriter) @"compress/flate".writeBlock (@"compress/flate".tokens2 []@"compress/flate".token "esc:0x1", @"compress/flate".eof3 bool, @"compress/flate".input4 []byte) 48 func (@"compress/flate".w1 *@"compress/flate".huffmanBitWriter) @"compress/flate".writeBytes (@"compress/flate".bytes2 []byte) 49 func (@"compress/flate".w1 *@"compress/flate".huffmanBitWriter) @"compress/flate".writeCode (@"compress/flate".code2 *@"compress/flate".huffmanEncoder "esc:0x1", @"compress/flate".literal3 uint32) 50 func (@"compress/flate".w1 *@"compress/flate".huffmanBitWriter) @"compress/flate".writeDynamicHeader (@"compress/flate".numLiterals2 int, @"compress/flate".numOffsets3 int, @"compress/flate".numCodegens4 int, @"compress/flate".isEof5 bool) 51 func (@"compress/flate".w1 *@"compress/flate".huffmanBitWriter) @"compress/flate".writeFixedHeader (@"compress/flate".isEof2 bool) 52 func (@"compress/flate".w1 *@"compress/flate".huffmanBitWriter) @"compress/flate".writeStoredHeader (@"compress/flate".length2 int, @"compress/flate".isEof3 bool) 53 type @"compress/flate".compressor struct { @"compress/flate".? @"compress/flate".compressionLevel; @"compress/flate".w *@"compress/flate".huffmanBitWriter; @"compress/flate".fill func(? *@"compress/flate".compressor, ? []byte) (? int); @"compress/flate".step func(? *@"compress/flate".compressor); @"compress/flate".sync bool; @"compress/flate".chainHead int; @"compress/flate".hashHead []int; @"compress/flate".hashPrev []int; @"compress/flate".hashOffset int; @"compress/flate".index int; @"compress/flate".window []byte; @"compress/flate".windowEnd int; @"compress/flate".blockStart int; @"compress/flate".byteAvailable bool; @"compress/flate".tokens []@"compress/flate".token; @"compress/flate".length int; @"compress/flate".offset int; @"compress/flate".hash int; @"compress/flate".maxInsertIndex int; @"compress/flate".err error } 54 func (@"compress/flate".d2 *@"compress/flate".compressor) @"compress/flate".close () (? error) 55 func (@"compress/flate".d1 *@"compress/flate".compressor "esc:0x9") @"compress/flate".deflate () 56 func (@"compress/flate".d2 *@"compress/flate".compressor "esc:0x9") @"compress/flate".fillDeflate (@"compress/flate".b3 []byte "esc:0x9") (? int) 57 func (@"compress/flate".d2 *@"compress/flate".compressor "esc:0x1") @"compress/flate".fillStore (@"compress/flate".b3 []byte "esc:0x9") (? int) { var @"compress/flate".n4 int; ; @"compress/flate".n4 = copy(@"compress/flate".d2.@"compress/flate".window[@"compress/flate".d2.@"compress/flate".windowEnd:], @"compress/flate".b3); @"compress/flate".d2.@"compress/flate".windowEnd += @"compress/flate".n4; return @"compress/flate".n4 } 58 func (@"compress/flate".d4 *@"compress/flate".compressor "esc:0x1") @"compress/flate".findMatch (@"compress/flate".pos5 int, @"compress/flate".prevHead6 int, @"compress/flate".prevLength7 int, @"compress/flate".lookahead8 int) (@"compress/flate".length1 int, @"compress/flate".offset2 int, @"compress/flate".ok3 bool) 59 func (@"compress/flate".d2 *@"compress/flate".compressor "esc:0x1") @"compress/flate".init (@"compress/flate".w3 @"io".Writer, @"compress/flate".level4 int) (@"compress/flate".err1 error) 60 func (@"compress/flate".d1 *@"compress/flate".compressor "esc:0x1") @"compress/flate".initDeflate () { @"compress/flate".d1.@"compress/flate".hashHead = make([]int, 0x20000); @"compress/flate".d1.@"compress/flate".hashPrev = make([]int, 0x8000); @"compress/flate".d1.@"compress/flate".window = make([]byte, 0x10000); @"compress/flate".d1.@"compress/flate".hashOffset = 0x1; @"compress/flate".d1.@"compress/flate".tokens = make([]@"compress/flate".token, 0x0, 0x4001); @"compress/flate".d1.@"compress/flate".length = 0x2; @"compress/flate".d1.@"compress/flate".offset = 0x0; @"compress/flate".d1.@"compress/flate".byteAvailable = false; @"compress/flate".d1.@"compress/flate".index = 0x0; @"compress/flate".d1.@"compress/flate".hash = 0x0; @"compress/flate".d1.@"compress/flate".chainHead = -0x1 } 61 func (@"compress/flate".d1 *@"compress/flate".compressor "esc:0x1") @"compress/flate".reset (@"compress/flate".w2 @"io".Writer) 62 func (@"compress/flate".d1 *@"compress/flate".compressor "esc:0x9") @"compress/flate".store () 63 func (@"compress/flate".d2 *@"compress/flate".compressor) @"compress/flate".syncFlush () (? error) 64 func (@"compress/flate".d3 *@"compress/flate".compressor) @"compress/flate".write (@"compress/flate".b4 []byte) (@"compress/flate".n1 int, @"compress/flate".err2 error) 65 func (@"compress/flate".d2 *@"compress/flate".compressor "esc:0x3a") @"compress/flate".writeBlock (@"compress/flate".tokens3 []@"compress/flate".token "esc:0x1", @"compress/flate".index4 int, @"compress/flate".eof5 bool) (? error) 66 func (@"compress/flate".d2 *@"compress/flate".compressor "esc:0x3a") @"compress/flate".writeStoredBlock (@"compress/flate".buf3 []byte) (? error) 67 type @"compress/flate".Writer struct { @"compress/flate".d @"compress/flate".compressor; @"compress/flate".dict []byte } 68 func (@"compress/flate".w2 *@"compress/flate".Writer) Close () (? error) 69 func (@"compress/flate".w2 *@"compress/flate".Writer) Flush () (? error) 70 func (@"compress/flate".w1 *@"compress/flate".Writer) Reset (@"compress/flate".dst2 @"io".Writer) 71 func (@"compress/flate".w3 *@"compress/flate".Writer) Write (@"compress/flate".data4 []byte) (@"compress/flate".n1 int, @"compress/flate".err2 error) 72 type @"hash".Hash32 interface { BlockSize() (? int); Reset(); Size() (? int); Sum(@"hash".b []byte) (? []byte); Sum32() (? uint32); Write(@"io".p []byte) (@"io".n int, @"io".err error) } 73 type @"".Writer struct { @"".w @"io".Writer; @"".level int; @"".dict []byte; @"".compressor *@"compress/flate".Writer; @"".digest @"hash".Hash32; @"".err error; @"".scratch [4]byte; @"".wroteHeader bool } 74 func (@"".z2 *@"".Writer) Close () (? error) 75 func (@"".z2 *@"".Writer) Flush () (? error) 76 func (@"".z1 *@"".Writer "esc:0x9") Reset (@"".w2 @"io".Writer) 77 func (@"".z3 *@"".Writer) Write (@"".p4 []byte) (@"".n1 int, @"".err2 error) 78 func (@"".z2 *@"".Writer) @"".writeHeader () (@"".err1 error) 79 func @"".NewWriter (@"".w2 @"io".Writer) (? *@"".Writer) 80 func @"".NewWriterLevel (@"".w3 @"io".Writer, @"".level4 int) (? *@"".Writer, ? error) 81 func @"".NewWriterLevelDict (@"".w3 @"io".Writer, @"".level4 int, @"".dict5 []byte) (? *@"".Writer, ? error) 82 func @"".init () 83 84 $$ 85 _go_.o 0 0 0 644 60314 ` 86 go object darwin amd64 go1.5.1 X:none 87 88 ! 89 go13ldbufio.a compress/flate.aerrors.ahash.ahash/adler32.aio.a 91 fmt.a"".NewReadereH%H;avrHH1H\$`H\$h1H\$pH\$xH\$PH$H\$XH\$1H\$H\$H\$ Hl$(HT$0HL$8HD$@Hl$`HT$hHL$pHD$xHHu 93 94 "".NewReaderDict 95 0runtime.morestack_noctxt`"".~r2@type.error"".~r1 $type.io.ReadCloser"".rtype.io.Readerm+V 98 OATgclocalsd98f60bd8519d0c68364b2a1d83af357Tgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/darwin-x86/src/compress/zlib/reader.go "".NewReaderDicteH%H;a7H`1H$H$1H$H$HH$HD$HD$@H$H\$hH\$H\$pH\$H\$xH\$H$H\$ H$H\$(HD$0HL$8HL$XHD$PHt'1H$H$H$H$H`H\$@H\$HH1H9t,H\$HH$H$1H$H$H`HH$HH\$HH\$HD$ 100 |type."".reader 101 "runtime.newobject 102 $"".(*reader).Reset@go.itab.*"".reader.io.ReadClosertype.*"".reader$type.io.ReadCloser@go.itab.*"".reader.io.ReadCloser 103 runtime.typ2Itab 104 0runtime.morestack_noctxt"".autotmp_0003/type.*"".reader"".errtype.error"".z?type.*"".reader"".~r3ptype.error"".~r2P$type.io.ReadCloser"".dict type.[]uint8"".rtype.io.Reader&CE ;U'sFK"Tgclocals10b4fe5ebab528d72e3bfe7052a5ab6eTgclocals721dda3334c021125365f71a78d0ed1efprebuilts/go/darwin-x86/src/compress/zlib/reader.go""".(*reader).ReadeH%HD$H;AHH$H$11H$H$Hi0Ht/HHI0Hk8H$H$H$HHu&H$1H$H$HHHIHkH$H\$HT$H$H\$Hl$pH,$HL$hHY(HD$ H\$(H$H\$0H$H$H$H9L$H$HHHK Hk(LD$xLD$H$HD$H$Ht$Hl$`H,$HL$XHYHH$H$H$HDH-H94H$H$Hl$H-Hl$H-Hl$H$H$\$ HHH@HH$H$H\$xHH$H|$HHHHHOH\$HH$HKHL$H\$xH\$H$H\$H$H\$ H$HL$0HT$8HT$PHL$HHtSHH0=u(HP8H$H$H$HL@8L$HT$HT$PHL$HX@hA hB hC \$DHH Hh(Hl$`H,$HL$XHY@D$\$D9tyH$H-Hk0H-=uBHk8H$Ht,HK0Hk8H$H$H$HLC8L$Hl$H:%HH0H$=uHh8HL@8L$Hl$* 117 io.EOFio.EOFio.EOF 121 runtime.ifaceeqtype.io.Reader 122 runtime.convI2I 123 124 io.ReadFull 125 6runtime.writeBarrierEnabled 127 .runtime.writebarrierptr "".ErrChecksum "".ErrChecksum 6runtime.writeBarrierEnabled 132 .runtime.writebarrierptr6runtime.writeBarrierEnabled 133 .runtime.writebarrierptr 134 $runtime.panicslice 135 0runtime.morestack_noctxtp"".autotmp_0011type.error"".autotmp_0008type.[]uint8"".autotmp_0007/type.[]uint8"".checksumtype.uint32"".errtype.error"".errPtype.error"".n@type.int"".ptype.[]uint8"".ztype.*"".readerX\+..tC 138 /&]n$#('> 2>iNKTgclocalsc876090be2f5b45da936e4e8e4669c18Tgclocals3e837c1796a4daf25e55ee9d2491de0bfprebuilts/go/darwin-x86/src/compress/zlib/reader.go$"".(*reader).CloseeH%H;aH8HD$@1H\$HH\$PHh0HtHh0Hl$HHh8Hl$PH8HHHhHl$ H,$HL$HY HL$HD$H\$@HtUHL$(HK0HD$0=u*HC8H\$@HtHk0Hl$HHk8Hl$PH8LC8L$HD$# 142 143 6runtime.writeBarrierEnabled 144 .runtime.writebarrierptr 145 0runtime.morestack_noctxt0p"".autotmp_0015type.error"".~r0type.error"".ztype.*"".readerp1opmop)(( 147 L& 149 c}Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440fprebuilts/go/darwin-x86/src/compress/zlib/reader.go$"".(*reader).Reset87eH%H$H;A Hx1H$H$1H$H$HH$H$H\$H$H\$H$H\$\$ H$H$XH$H$`H$H= 154 HKH$H 155 H@H 156 H$H$H$HH$H$H|$HHHNHOH\$HH$HKHL$H$H\$H$H\$H$H\$ H$HD$0HT$8H$pH$hHtH$H$HxY@HiAH HY@H IB!BHIHHHHHkHH)Hd YAH T$CeHH@H1 H$H$H$HH$H|$HH HHNHOH\$HH$HKHL$H$H\$H$H\$H$H\$ H$HL$0HT$8H$pH$hHtH$H$HxX@hA hB hC \$DH$H$H$H\$H$H\$T$CH$D$\$D9t&HH$HH$HxHiHHH$H|$HH HHNHOH\$HH$HKHL$H$H\$H$H\$H$H\$ HL$(HD$0H$H$H$HKH$=HC1H$H$HH$HD$HD$xH1H9tvHL$xH$H$H$HtOH$HC H$=uHK(1H$H$HxLC(L$HL$HH$HH\$HH\$HD$XLCL$HD$HH$H|$HH HHNHOHL$HD$ H$H$H$H$1H$H$HH$H\$H$HH$HD$H$=HHH$HD$H$=;HH$H$1H$H$1H$H$1H$H$HH$H$HL$H$HD$H$H\$\$ H$H$H$H$HH$H$HH$=CHCHH$HD$H$=HH$H-=HH$H$H1H9tgH$H$H$H$Ht=H$HCH$=u HSLCL$HT$jHH$HH\$HH\$HD$gLL$Hl$/LL$HD$LCL$HD$H$H$H$(H$0H$PHH$H1H9tH[H-H9HH<ttHYH9|kHH$H1H9t#H$H$xHH$HHH$HH\$HH\$HD$HT$HH} HD$HHH$HL$HHD$HD$XHD$hHH$HL$HL$LD$Ht$ Hl$(H$HH$PH$ 1HL$L$ H$H$(H$H$0H$H$8H$H$@H$hH$pH\$hHt,H$ H\$Hl$H-H,$HD$Xu11XLL$HD$LL$HD$g1H$H$HH$HYH|$HHHKHOH$H\$HH$H$H|$HHHNHOH\$H|$HHHKHOH$H\$H$H\$ H$H\$(H$H$H$H[ HH$HH$HxO:LCL$HL$H$H$H$H$ H$@HH$81H9tH[H-H9HHXH9H$H1H9tVH$H$Ht<H$xHH$=u HKQLCL$HL$:HH$HH\$HH\$HD$xHT$PH} HD$PHH$HL$PHD$HD$`HD$pHH$HL$HL$LD$Ht$ Hl$(H$8H$@H$ 1HL$L$ H$H$(H$H$0H$H$8H$H$@H$hH$pH\$pHt,H$ H\$Hl$H-H,$HD$`?11 166 4type.compress/flate.Reader 167 $runtime.assertI2I26runtime.writeBarrierEnabledtype.io.Reader 168 runtime.convI2I 169 io.ReadFull type.io.Reader 170 runtime.convI2I 171 172 io.ReadFull 174 *hash/adler32.Checksum "".ErrDictionary "".ErrDictionarytype.io.Reader 177 runtime.convI2I 178 8compress/flate.NewReaderDict6runtime.writeBarrierEnabled0type.hash/adler32.digest 179 "runtime.newobjectPgo.itab.*hash/adler32.digest.hash.Hash326runtime.writeBarrierEnabled 180 .runtime.writebarrierptr2type.*hash/adler32.digest type.hash.Hash32Pgo.itab.*hash/adler32.digest.hash.Hash32 181 runtime.typ2Itab 182 .runtime.writebarrierptrtype.io.Reader 183 runtime.convI2I@type.compress/flate.decompressor 184 "runtime.newobjecttype.[316]int 185 "runtime.newobject6runtime.writeBarrierEnabledtype.[19]int 186 "runtime.newobject6runtime.writeBarrierEnabled4type.compress/flate.Reader 187 $runtime.assertI2I26runtime.writeBarrierEnabled"type.[32768]uint8 188 "runtime.newobject6runtime.writeBarrierEnabledVcompress/flate.(*decompressor).nextBlockf6runtime.writeBarrierEnableddgo.itab.*compress/flate.decompressor.io.ReadCloser6runtime.writeBarrierEnabled 189 .runtime.writebarrierptrBtype.*compress/flate.decompressor$type.io.ReadCloserdgo.itab.*compress/flate.decompressor.io.ReadCloser 190 runtime.typ2Itab 191 .runtime.writebarrierptr 192 .runtime.writebarrierptr! 193 .runtime.writebarrierptr"$type.*bufio.Reader#Vgo.itab.*bufio.Reader.compress/flate.Reader$$type.*bufio.Reader$4type.compress/flate.Reader$Vgo.itab.*bufio.Reader.compress/flate.Reader$ 194 runtime.typ2Itab%"type.bufio.Reader% 195 "runtime.newobject%type.[]uint8% 196 "runtime.makeslice& 197 runtime.duffzero("type.bufio.Reader) 198 (runtime.typedmemmove) 199 .runtime.writebarrierptr* 200 .runtime.writebarrierptr*8type.compress/flate.Resetter+ 201 "runtime.assertI2I+type.io.Reader, 202 runtime.convI2I--"".ErrHeader-"".ErrHeader. 203 .runtime.writebarrierptr/$type.*bufio.Reader0Vgo.itab.*bufio.Reader.compress/flate.Reader16runtime.writeBarrierEnabled2 204 .runtime.writebarrierptr2$type.*bufio.Reader24type.compress/flate.Reader2Vgo.itab.*bufio.Reader.compress/flate.Reader2 205 runtime.typ2Itab3"type.bufio.Reader3 206 "runtime.newobject3type.[]uint84 207 "runtime.makeslice5 208 runtime.duffzero7"type.bufio.Reader7 209 (runtime.typedmemmove7 210 0runtime.morestack_noctxt n"".autotmp_0048type.*uint8"".autotmp_0047 type.hash.Hash32"".autotmp_0046type.*uint8"".autotmp_0045$type.io.ReadCloser"".autotmp_0044type.*uint8"".autotmp_00434type.compress/flate.Reader"".autotmp_0042$type.*bufio.Reader"".autotmp_0041type.io.Reader"".autotmp_0039$type.*bufio.Reader"".autotmp_00382type.*hash/adler32.digest"".autotmp_00378type.compress/flate.Resetter"".autotmp_0036Btype.*compress/flate.decompressor"".autotmp_0034$type.*bufio.Reader"".autotmp_0033"type.bufio.Reader"".autotmp_0032type.[]uint8"".autotmp_0031type.int"".autotmp_0030$type.*bufio.Reader"".autotmp_00294type.compress/flate.Reader"".autotmp_0026$type.io.ReadCloser"".autotmp_0024type.[]uint8"".autotmp_0023type.[]uint8"".autotmp_0022$type.*bufio.Reader"".autotmp_0021"type.bufio.Reader"".autotmp_0020type.[]uint8"".autotmp_0018$type.*bufio.Reader"".autotmp_00174type.compress/flate.Reader"".&flate.f3Btype.*compress/flate.decompressor"".~r0 type.hash.Hash32bufio.r3type.io.Readerbufio.buf2type.[]uint8bufio.b1$type.*bufio.Readerbufio.r6$type.*bufio.Readerbufio.size3type.intbufio.rd2type.io.Readerbufio.rd2type.io.Reader"".~r04type.compress/flate.Reader(compress/flate.rr34type.compress/flate.Reader&compress/flate.r2type.io.Reader"".~r0$type.io.ReadCloser&compress/flate.r2type.io.Readerbufio.r3type.io.Readerbufio.buf2type.[]uint8bufio.b1$type.*bufio.Readerbufio.r6$type.*bufio.Readerbufio.size3type.intbufio.rd2type.io.Readerbufio.rd2type.io.Reader"".checksumtype.uint32"".haveDicttype.bool"".errtype.error 215 "".fr4type.compress/flate.Reader"".~r2`type.error"".dict0type.[]uint8"".rtype.io.Reader"".ztype.*"".readerT" 4wB #D& 6 221 222 #&21D ~x 225 AA"!~m 229 1+.,e 230 ..)Tgclocals4b39cb069a34aca3fea814762a440a4cTgclocals95279bc6aa56b90ca059f8b578453a37fprebuilts/go/darwin-x86/src/compress/zlib/reader.go"".NewWritereH%H;avEHHH\$PH$H\$XH\$HD$1H\$H\$ H\$(H\$0H\$`HH 232 233 *"".NewWriterLevelDict 234 0runtime.morestack_noctxt0"".~r1 type.*"".Writer"".wtype.io.Writer@`V7 237 239 @ Tgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/darwin-x86/src/compress/zlib/writer.go""".NewWriterLeveleH%H;avfHH1H\$pH\$xH\$PH$H\$XH\$H\$`H\$1H\$H\$ H\$(HT$0HL$8HD$@HT$hHL$pHD$xHH 241 242 *"".NewWriterLevelDict 243 0runtime.morestack_noctxt`"".~r3@type.error"".~r20type.*"".Writer"".level type.int"".wtype.io.WriteralV 248 M3Tgclocalsd98f60bd8519d0c68364b2a1d83af357Tgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/darwin-x86/src/compress/zlib/writer.go*"".NewWriterLevelDict eH%H;aHH$1H$H$HH HH$HL$HH1HL$@H$H)H$=uxHiH$HiH$Hi H$Hi(H$=u&HiH$1H$H$HLAL$Hl$HL$@LAL$Hl$HL$@p=HD$81H\$XH\$`H\$XHHD$pHD$xH\$hHH$H\$8H\$HD$HL$HD$ H\$hHL$HHHD$P=uiHCHH$HD$#H\$hH\$H\$pH\$H\$xH\$ HL$(HD$0H$H$H$HLCL$HD$ 251 type."".Writer 252 "runtime.newobject 253 runtime.duffzero6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled 254 .runtime.writebarrierptr 255 .runtime.writebarrierptrtype.int 256 runtime.convT2E6runtime.writeBarrierEnabled^go.string."zlib: invalid compression level: %d" 257 fmt.Errorf 258 .runtime.writebarrierptr 259 0runtime.morestack_noctxt"".autotmp_0063type.*"".Writer"".autotmp_0062o"type.interface {}"".autotmp_0061O(type.[1]interface {}"".autotmp_0058/&type.[]interface {}"".autotmp_0056type.int"".~r4ptype.error"".~r3`type.*"".Writer"".dict0type.[]uint8"".level type.int"".wtype.io.Writer(+*~4"# S`@Tgclocals6b995c1e4a1660a4c0d6fc5c37d224e3Tgclocals110f37e07dba9b00bdcf4554df6d6ffafprebuilts/go/darwin-x86/src/compress/zlib/writer.go$"".(*Writer).ReseteH%H;aH(HD$0Hl$8H(Hl$@=HhHX01H9t&Hh0H,$H\$8H\$H\$@H\$HD$0Hh8Ht!HH8Hh@Hl$ H,$HL$HY(HD$01HhHHhP1@hX@hY@hZ@h[1@h\H(L@L$Hl$HD$0a 265 V6runtime.writeBarrierEnabled 266 <compress/flate.(*Writer).Reset 267 .runtime.writebarrierptr 268 0runtime.morestack_noctxt0P"".wtype.io.Writer"".ztype.*"".WriterPOP38& 270 ! 271 aTgclocals5c5a9f3dff47a8940bdc317b9324ac2aTgclocals23e8278e2b69a3a75fa59b23c49ed6adfprebuilts/go/darwin-x86/src/compress/zlib/writer.go0"".(*Writer).writeHeadereH%HD$H;AHH$11H$H$H@i\AXxHiHFHHAYHiHtiYH @iYiYHfYXHfiYHHHCHfHkHH)HHH)HHYYHHXH$HHHH HkH$HT$H$H|$H$Ht$Hl$hH,$HL$`HY H$HL$(H\$0H$H$HtHHhHHXHH$HKHL$HKHL$H$l$@jX@jY@jZ@j[HHXH)HHH 277 HHkH$HT$H$H|$H$Ht$Hl$hH,$HL$`HY H$HL$(H\$0H$H$HtHHX01H9HH$HHHL$HhHl$HXH|$HHHKHOHKHOHD$0H\$8H$H\$@H$H$H=HC0H$HtH1H\$PH\$XHH$HD$HD$HH1H9tjHL$HHD$pHL$xH$HtIHD$PHC8HL$X=uHK@1H$H$HLC@L$HL$HH$HH\$HH\$HD$dLC0L$HD$Hu AYLHH$H$HH$H$H\$HD$H\$HH$HKHL$HtHu AY@HtHHtHtHeHu AYHtH tE* 285 286 *hash/adler32.Checksum 287 288 8compress/flate.NewWriterDict6runtime.writeBarrierEnabled0type.hash/adler32.digest 292 "runtime.newobjectPgo.itab.*hash/adler32.digest.hash.Hash32 6runtime.writeBarrierEnabled 295 .runtime.writebarrierptr2type.*hash/adler32.digest type.hash.Hash32Pgo.itab.*hash/adler32.digest.hash.Hash32 296 runtime.typ2Itab 297 .runtime.writebarrierptr.go.string."unreachable"type.string 298 runtime.convT2E 299 runtime.gopanic 300 0runtime.morestack_noctxt0"".autotmp_0074o type.hash.Hash32"".autotmp_00702type.*hash/adler32.digest"".autotmp_0069type.[]uint8"".autotmp_0068/type.[]uint8"".autotmp_0067type.uint8"".autotmp_0065Otype.string"".~r0 type.hash.Hash32"".errtype.error"".ztype.*"".WriterF ; 304 305 306 308 S. r6 ] 312 313 'qTgclocalsc95a64f0477902aa13a942aa1d1eb9d9Tgclocalsfb46e66f6e0c5adca7d154496a9b4277fprebuilts/go/darwin-x86/src/compress/zlib/writer.go$"".(*Writer).WriteeH%H;aHXHD$`11H$H$X\uAH$HD$`HT$HL$HoHT$HHPHHL$P=8HHPHhHHt)HHHHhPH$H$H$HXH\$pHu#H$1H$H$HXHh0H,$H\$hH\$H\$pH\$H\$xH\$HL$`H\$ H$HD$(HT$0H$H$Ht*HAH=u HQPHXLAPL$HT$HHt?HI8Hk@H\$hH\$H\$pH\$H\$xH\$Hl$@H,$HL$8HYHHXL@PL$HL$HD$`% 316 | 317 0"".(*Writer).writeHeader6runtime.writeBarrierEnabled 318 <compress/flate.(*Writer).Write6runtime.writeBarrierEnabled 319 .runtime.writebarrierptr 320 .runtime.writebarrierptr 321 0runtime.morestack_noctxtp"".autotmp_0081type.error"".autotmp_0079type.error"".errPtype.error"".n@type.int"".ptype.[]uint8"".ztype.*"".Writer>-r[6T0 A 324 )#OC=`%Tgclocals8cf14f50ac1bf7ae2848fda35f0590ecTgclocals64ca935d1a2110a30e2d604686188539fprebuilts/go/darwin-x86/src/compress/zlib/writer.go$"".(*Writer).FlusheH%H;aH(HD$01H\$8H\$@X\uAH$HD$0HT$HL$HHT$HPHHL$ =HHPHhHHtHhHHl$8HhPHl$@H(Hh0H,$HL$HD$H\$0HtUHL$HKHHD$ =u*HCPH\$0HtHkHHl$8HkPHl$@H(LCPL$HD$L@PL$HL$HD$0H" 327 l 328 0"".(*Writer).writeHeader6runtime.writeBarrierEnabled 329 <compress/flate.(*Writer).Flush6runtime.writeBarrierEnabled 330 .runtime.writebarrierptr 331 .runtime.writebarrierptr 332 0runtime.morestack_noctxt0P"".autotmp_0084type.error"".autotmp_0083type.error"".~r0type.error"".ztype.*"".WriterP{OP^OPN<( A 334 =& 5Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals23e8278e2b69a3a75fa59b23c49ed6adfprebuilts/go/darwin-x86/src/compress/zlib/writer.go$"".(*Writer).Close 336 337 eH%H;a~HH$1H$H$X\uDH$H$HT$HL$H(HT$XHPHHL$`=HHPHhHHt HhHH$HhPH$HHh0H,$H$HT$HL$HHT$XHPHHL$`=VHHPHhHHt HhHH$HhPH$HHH8Hh@Hl$PH,$HL$HHY@H$D$@kX@kY@kZ@k[HHXHHHHHkHT$hHT$H|$pH|$Ht$xHt$Hl$@H,$HL$8HY HL$(HD$0H$HtaHL$XHKHHD$`=u6HCPH$Ht HkHH$HkPH$HLCPL$HD$5L@PL$HL$H$iL@PL$HL$H$e 340 341 0"".(*Writer).writeHeader6runtime.writeBarrierEnabled 342 <compress/flate.(*Writer).Close6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled 343 .runtime.writebarrierptr 344 .runtime.writebarrierptr 345 .runtime.writebarrierptr 346 347 0runtime.morestack_noctxt0"".autotmp_0088type.error"".autotmp_0087/type.[]uint8"".autotmp_0086type.error"".autotmp_0085Otype.error"".~r0type.error"".ztype.*"".Writer4q~j4 D 350 H 351 ( 2 ATgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals6d07ab0a37c299682f1d85b92cb6cfd1fprebuilts/go/darwin-x86/src/compress/zlib/writer.go"".initeH%H;aSH tuH HH$HD$H\$HH\$=HHH$HD$H\$HH\$=udHHH$HD$H\$HH\$=uHH H-H,$H\$H-H,$H\$H-H,$H\$8D 356 4"".initdoneL"".initdonej 357 "runtime.throwinitz"".initdone 358 bufio.init 359 &compress/flate.init 360 hash.init 361 "hash/adler32.init 362 io.init 363 fmt.initDgo.string."zlib: invalid checksum" 364 errors.New"".ErrChecksum6runtime.writeBarrierEnabled"".ErrChecksumHgo.string."zlib: invalid dictionary" 365 errors.New "".ErrDictionary6runtime.writeBarrierEnabled "".ErrDictionary@go.string."zlib: invalid header" 366 errors.New"".ErrHeader6runtime.writeBarrierEnabled"".ErrHeader"".initdone"".ErrHeader 367 .runtime.writebarrierptr "".ErrDictionary 368 .runtime.writebarrierptr"".ErrChecksum 369 .runtime.writebarrierptr 370 0runtime.morestack_noctxt@@?@?@R `1 372 @`>:: 374 4Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/darwin-x86/src/compress/zlib/writer.gofprebuilts/go/darwin-x86/src/compress/zlib/reader.go(type..hash."".readereH%H;a!H H\$(H$H<$H\$0H\$HD$H\$(H$H<$H$HD$0HD$HD$H\$(H$H<$H$ HD$0HD$HD$H\$(H$H<$t^H$0HD$0HD$HD$H\$(H$H<$t,H$@HD$0HD$HD$H\$H\$8H %%%d%+% 377 l 378 "runtime.interhash 379 "runtime.interhash 380 "runtime.interhash 381 "runtime.interhash 382 runtime.memhash 383 0runtime.morestack_noctxt0@"".~r2 type.uintptr"".htype.uintptr"".ptype.*"".reader@?@B5Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/darwin-x86/src/compress/zlib/reader.go$type..eq."".readereH%HD$H;AHH$HHHsH$HHHSH9H$H$H$HT$H$HL$H$Ht$\$ <H$H#HKHsH$HHCHSH9HD$hH$HT$pHT$HL$xHL$H$Ht$\$ H$HHK Hs(H$HjHC HS(H9IHD$HH$HT$PHT$HL$XHL$Ht$`Ht$\$ H$HHK0Hs8H$HHC0HS8H9HD$(H$HT$0HT$HL$8HL$Ht$@Ht$\$ t~H$HtlH$H@HtVH@(@8u7Yh@8u*Yh@8uYh@8u$H$H$H$$Hn$H$HW7 391 392 runtime.ifaceeq 393 runtime.ifaceeq 394 runtime.ifaceeq 395 runtime.ifaceeq 397 0runtime.morestack_noctxt0"".autotmp_0098type.error"".autotmp_0097type.error"".autotmp_0096 type.hash.Hash32"".autotmp_0095 type.hash.Hash32"".autotmp_0094$type.io.ReadCloser"".autotmp_0093_$type.io.ReadCloser"".autotmp_0092?4type.compress/flate.Reader"".autotmp_00914type.compress/flate.Reader"".~r2 type.bool"".qtype.*"".reader"".ptype.*"".readerV$Tgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocals607cdd8af25133e14ee3a0c0aab33c85fprebuilts/go/darwin-x86/src/compress/zlib/reader.go4type..hash.[1]interface {}eH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([ 400 401 (runtime.nilinterhash 402 0runtime.morestack_noctxt0P 403 "".autotmp_0102type.int"".autotmp_0101type.int"".~r2 type.uintptr"".htype.uintptr"".p*type.*[1]interface {}POP 405 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/darwin-x86/src/compress/zlib/reader.go0type..eq.[1]interface {}eH%H;aHX1HD$(Hl$(H9HD$0H\$hHHHHHHsH\$`HtvHHHHHSH9uVHD$8H$HT$@HT$HL$HHL$Ht$PHt$\$ t HD$0HHl$(H9nD$pHXD$pHXc 408 409 runtime.efaceeq 410 0runtime.morestack_noctxt0"".autotmp_0106?"type.interface {}"".autotmp_0105"type.interface {}"".autotmp_0104_type.int"".autotmp_0103Otype.int"".~r2 type.bool"".q*type.*[1]interface {}"".p*type.*[1]interface {}& STgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440fprebuilts/go/darwin-x86/src/compress/zlib/reader.go""".Resetter.ReseteH%H;aH@HY Ht H|$HH9;uH#1H$H$H\$XH\$H\$`H\$H\$hH\$H\$pH\$ H\$xH\$(H\$PH$H\$HH[ HL$0HD$8H$H$H@R 415 416 0runtime.morestack_noctxt"".~r2ptype.error"".dict@type.[]uint8"".r type.io.Reader""..this type."".Resetter-Tgclocals01bc52eaf25414f97ebedc96f60fbb43Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocalsd98f60bd8519d0c68364b2a1d83af3570 (a] go.itab.*"".reader.io.ReadCloserTgclocals721dda3334c021125365f71a78d0ed1e((Tgclocals10b4fe5ebab528d72e3bfe7052a5ab6e(( Tgclocals3e837c1796a4daf25e55ee9d2491de0b00 @Tgclocalsc876090be2f5b45da936e4e8e4669c1800ccTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa20Vgo.itab.*bufio.Reader.compress/flate.Reader0dgo.itab.*compress/flate.decompressor.io.ReadCloser0Pgo.itab.*hash/adler32.digest.hash.Hash32Tgclocals95279bc6aa56b90ca059f8b578453a37D0 420 0@@00 Tgclocals4b39cb069a34aca3fea814762a440a4cTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocalsd98f60bd8519d0c68364b2a1d83af357fgo.string.hdr."zlib: invalid compression level: %d" #^go.string."zlib: invalid compression level: %d"^go.string."zlib: invalid compression level: %d"PHzlib: invalid compression level: %dTgclocals110f37e07dba9b00bdcf4554df6d6ffa008Tgclocals6b995c1e4a1660a4c0d6fc5c37d224e300 Tgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals5c5a9f3dff47a8940bdc317b9324ac2a6go.string.hdr."unreachable" .go.string."unreachable".go.string."unreachable" unreachableTgclocalsfb46e66f6e0c5adca7d154496a9b427700Tgclocalsc95a64f0477902aa13a942aa1d1eb9d900Tgclocals64ca935d1a2110a30e2d604686188539 Tgclocals8cf14f50ac1bf7ae2848fda35f0590ec cTgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals6d07ab0a37c299682f1d85b92cb6cfd1 Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Lgo.string.hdr."zlib: invalid checksum" Dgo.string."zlib: invalid checksum"Dgo.string."zlib: invalid checksum"0.zlib: invalid checksumPgo.string.hdr."zlib: invalid dictionary" Hgo.string."zlib: invalid dictionary"Hgo.string."zlib: invalid dictionary"@2zlib: invalid dictionaryHgo.string.hdr."zlib: invalid header" @go.string."zlib: invalid header"@go.string."zlib: invalid header"0*zlib: invalid headerTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals33cdeccccebe80329f1fdbee7f5874cb."".ErrChecksum type.error. "".ErrDictionary type.error."".ErrHeader type.error0"".initdonetype.uint8"".NewReaderf"".NewReader&"".NewReaderDictf "".NewReaderDict("".(*reader).Readf""".(*reader).Read*"".(*reader).Closef$"".(*reader).Close*"".(*reader).Resetf$"".(*reader).Reset"".NewWriterf"".NewWriter("".NewWriterLevelf""".NewWriterLevel0"".NewWriterLevelDictf*"".NewWriterLevelDict*"".(*Writer).Resetf$"".(*Writer).Reset6"".(*Writer).writeHeaderf0"".(*Writer).writeHeader*"".(*Writer).Writef$"".(*Writer).Write*"".(*Writer).Flushf$"".(*Writer).Flush*"".(*Writer).Closef$"".(*Writer).Close"".initf"".init"runtime.gcbits.01.go.string.hdr."[]uint8" &go.string."[]uint8"&go.string."[]uint8"[]uint8type.[]uint8~.80 runtime.algarray@"runtime.gcbits.01P.go.string.hdr."[]uint8"p*go.weak.type.*[]uint8"runtime.zerovaluetype.uint86go.typelink.[]uint8 []uint8type.[]uint8runtime.gcbits.0go.string.hdr."[4]uint8" (go.string."[4]uint8"(go.string."[4]uint8" [4]uint8type.[4]uint8B0 runtime.algarray@runtime.gcbits.P0go.string.hdr."[4]uint8"p,go.weak.type.*[4]uint8"runtime.zerovaluetype.uint8type.[]uint8:go.typelink.[4]uint8 [4]uint8type.[4]uint8Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals607cdd8af25133e14ee3a0c0aab33c85Tgclocals3bb21ca8fe1d99a3e492463bd711418a0type..hashfunc."".reader(type..hash."".reader,type..eqfunc."".reader$type..eq."".reader&type..alg."".reader 0type..hashfunc."".reader,type..eqfunc."".reader8go.string.hdr."*zlib.reader" 0go.string."*zlib.reader"0go.string."*zlib.reader" *zlib.readerPgo.string.hdr."func(*zlib.reader) error" Hgo.string."func(*zlib.reader) error"Hgo.string."func(*zlib.reader) error"@2func(*zlib.reader) error6type.func(*"".reader) errorN/30 runtime.algarray@"runtime.gcbits.01PPgo.string.hdr."func(*zlib.reader) error"pHgo.weak.type.*func(*"".reader) error"runtime.zerovalue6type.func(*"".reader) error6type.func(*"".reader) errortype.*"".readertype.errorvgo.typelink.func(*zlib.reader) error func(*"".reader) error6type.func(*"".reader) errorpgo.string.hdr."func(*zlib.reader, []uint8) (int, error)" (hgo.string."func(*zlib.reader, []uint8) (int, error)"hgo.string."func(*zlib.reader, []uint8) (int, error)"`Rfunc(*zlib.reader, []uint8) (int, error)Vtype.func(*"".reader, []uint8) (int, error)@30 runtime.algarray@"runtime.gcbits.01Ppgo.string.hdr."func(*zlib.reader, []uint8) (int, error)"phgo.weak.type.*func(*"".reader, []uint8) (int, error)"runtime.zerovalueVtype.func(*"".reader, []uint8) (int, error)Vtype.func(*"".reader, []uint8) (int, error)type.*"".readertype.[]uint8type.inttype.errorgo.typelink.func(*zlib.reader, []uint8) (int, error) func(*"".reader, []uint8) (int, error)Vtype.func(*"".reader, []uint8) (int, error)xgo.string.hdr."func(*zlib.reader, io.Reader, []uint8) error" ,pgo.string."func(*zlib.reader, io.Reader, []uint8) error"pgo.string."func(*zlib.reader, io.Reader, []uint8) error"`Zfunc(*zlib.reader, io.Reader, []uint8) error^type.func(*"".reader, io.Reader, []uint8) errord30 runtime.algarray@"runtime.gcbits.01Pxgo.string.hdr."func(*zlib.reader, io.Reader, []uint8) error"ppgo.weak.type.*func(*"".reader, io.Reader, []uint8) error"runtime.zerovalue^type.func(*"".reader, io.Reader, []uint8) error^type.func(*"".reader, io.Reader, []uint8) errortype.*"".readertype.io.Readertype.[]uint8type.errorgo.typelink.func(*zlib.reader, io.Reader, []uint8) error func(*"".reader, io.Reader, []uint8) error^type.func(*"".reader, io.Reader, []uint8) error*go.string.hdr."Close" "go.string."Close""go.string."Close"Close8go.string.hdr."func() error" 0go.string."func() error"0go.string."func() error" func() error"type.func() error30 runtime.algarray@"runtime.gcbits.01P8go.string.hdr."func() error"p4go.weak.type.*func() error"runtime.zerovalue"type.func() error"type.func() errortype.errorJgo.typelink.func() error func() error"type.func() error(go.string.hdr."Read" go.string."Read" go.string."Read" 434 ReadTgo.string.hdr."func([]uint8) (int, error)" Lgo.string."func([]uint8) (int, error)"Lgo.string."func([]uint8) (int, error)"@6func([]uint8) (int, error)>type.func([]uint8) (int, error)N4P30 runtime.algarray@"runtime.gcbits.01PTgo.string.hdr."func([]uint8) (int, error)"pPgo.weak.type.*func([]uint8) (int, error)"runtime.zerovalue>type.func([]uint8) (int, error)>type.func([]uint8) (int, error)type.[]uint8type.inttype.errorgo.typelink.func([]uint8) (int, error) func([]uint8) (int, error)>type.func([]uint8) (int, error)*go.string.hdr."Reset" "go.string."Reset""go.string."Reset"Reset\go.string.hdr."func(io.Reader, []uint8) error" Tgo.string."func(io.Reader, []uint8) error"Tgo.string."func(io.Reader, []uint8) error"@>func(io.Reader, []uint8) errorFtype.func(io.Reader, []uint8) errorsw30 runtime.algarray@"runtime.gcbits.01P\go.string.hdr."func(io.Reader, []uint8) error"pXgo.weak.type.*func(io.Reader, []uint8) error"runtime.zerovalueFtype.func(io.Reader, []uint8) errorFtype.func(io.Reader, []uint8) errortype.io.Readertype.[]uint8type.errorgo.typelink.func(io.Reader, []uint8) error func(io.Reader, []uint8) errorFtype.func(io.Reader, []uint8) errortype.*"".reader 6.0 runtime.algarray@"runtime.gcbits.01P8go.string.hdr."*zlib.reader"p0go.weak.type.**"".reader"runtime.zerovaluetype."".reader`type.*"".readertype.*"".reader*go.string.hdr."Close""type.func() error6type.func(*"".reader) error$"".(*reader).Close$"".(*reader).Close(go.string.hdr."Read">type.func([]uint8) (int, error)Vtype.func(*"".reader, []uint8) (int, error)""".(*reader).Read""".(*reader).Read*go.string.hdr."Reset"Ftype.func(io.Reader, []uint8) error^type.func(*"".reader, io.Reader, []uint8) error$"".(*reader).Reset$"".(*reader).Reset"runtime.gcbits.ff6go.string.hdr."zlib.reader" .go.string."zlib.reader".go.string."zlib.reader" zlib.reader"go.string.hdr."r" go.string."r"go.string."r"r:go.string.hdr."compress/zlib" 2go.string."compress/zlib"2go.string."compress/zlib" compress/zlib"go.importpath."". 2go.string."compress/zlib"8go.string.hdr."decompressor" 0go.string."decompressor"0go.string."decompressor" decompressor,go.string.hdr."digest" $go.string."digest"$go.string."digest"digest&go.string.hdr."err" go.string."err"go.string."err"err.go.string.hdr."scratch" &go.string."scratch"&go.string."scratch"scratch,go.string.hdr."reader" $go.string."reader"$go.string."reader"readertype."".readerH@: 0@20&type..alg."".reader@"runtime.gcbits.ffP6go.string.hdr."zlib.reader"ptype.*"".reader"runtime.zerovaluetype."".reader"go.string.hdr."r""go.importpath."".4type.compress/flate.Reader8go.string.hdr."decompressor""go.importpath."".$type.io.ReadCloser,go.string.hdr."digest""go.importpath."". type.hash.Hash32&go.string.hdr."err""go.importpath."".type.error.go.string.hdr."scratch""go.importpath."".type.[4]uint8`type."".reader,go.string.hdr."reader""go.importpath."".type."".reader*go.string.hdr."[]int" "go.string."[]int""go.string."[]int"[]inttype.[]intf0 runtime.algarray@"runtime.gcbits.01P*go.string.hdr."[]int"p&go.weak.type.*[]int"runtime.zerovaluetype.int.go.typelink.[]int []inttype.[]int$type..hashfunc2528 ,runtime.memhash_varlen type..eqfunc2528 .runtime.memequal_varlentype..alg2528 $type..hashfunc2528 type..eqfunc25280go.string.hdr."[316]int" (go.string."[316]int"(go.string."[316]int" [316]inttype.[316]int h!%}<0type..alg2528@runtime.gcbits.P0go.string.hdr."[316]int"p,go.weak.type.*[316]int"runtime.zerovaluetype.inttype.[]int:go.typelink.[316]int [316]inttype.[316]int"type..hashfunc152 ,runtime.memhash_varlentype..eqfunc152 .runtime.memequal_varlentype..alg152 "type..hashfunc152type..eqfunc152.go.string.hdr."[19]int" &go.string."[19]int"&go.string."[19]int"[19]inttype.[19]int[0type..alg152@runtime.gcbits.P.go.string.hdr."[19]int"p*go.weak.type.*[19]int"runtime.zerovaluetype.inttype.[]int6go.typelink.[19]int [19]inttype.[19]int&type..hashfunc32768 ,runtime.memhash_varlen"type..eqfunc32768 .runtime.memequal_varlentype..alg32768 &type..hashfunc32768"type..eqfunc327688go.string.hdr."[32768]uint8" 0go.string."[32768]uint8"0go.string."[32768]uint8" [32768]uint8"type.[32768]uint8?0type..alg32768@runtime.gcbits.P8go.string.hdr."[32768]uint8"p4go.weak.type.*[32768]uint8"runtime.zerovaluetype.uint8type.[]uint8Jgo.typelink.[32768]uint8 [32768]uint8"type.[32768]uint82go.string.hdr."*[316]int" *go.string."*[316]int"*go.string."*[316]int" *[316]inttype.*[316]intX60 runtime.algarray@"runtime.gcbits.01P2go.string.hdr."*[316]int"p.go.weak.type.**[316]int"runtime.zerovaluetype.[316]int0go.string.hdr."*[19]int" (go.string."*[19]int"(go.string."*[19]int" *[19]inttype.*[19]int2x60 runtime.algarray@"runtime.gcbits.01P0go.string.hdr."*[19]int"p,go.weak.type.**[19]int"runtime.zerovaluetype.[19]int:go.string.hdr."*[32768]uint8" 2go.string."*[32768]uint8"2go.string."*[32768]uint8" *[32768]uint8$type.*[32768]uint8wX60 runtime.algarray@"runtime.gcbits.01P:go.string.hdr."*[32768]uint8"p6go.weak.type.**[32768]uint8"runtime.zerovalue"type.[32768]uint8&runtime.gcbits.cb076go.string.hdr."zlib.Writer" .go.string."zlib.Writer".go.string."zlib.Writer" zlib.Writer"go.string.hdr."w" go.string."w"go.string."w"w*go.string.hdr."level" "go.string."level""go.string."level"level(go.string.hdr."dict" go.string."dict" go.string."dict" 450 dict4go.string.hdr."compressor" 451 ,go.string."compressor",go.string."compressor" compressor6go.string.hdr."wroteHeader" .go.string."wroteHeader".go.string."wroteHeader" wroteHeader,go.string.hdr."Writer" $go.string."Writer"$go.string."Writer"Writertype."".Writer`X08HX\D0 runtime.algarray@&runtime.gcbits.cb07P6go.string.hdr."zlib.Writer"ptype.*"".Writer"runtime.zerovaluetype."".Writer"go.string.hdr."w""go.importpath."".type.io.Writer*go.string.hdr."level""go.importpath."".type.int(go.string.hdr."dict""go.importpath."".type.[]uint84go.string.hdr."compressor""go.importpath."".6type.*compress/flate.Writer,go.string.hdr."digest""go.importpath."". type.hash.Hash32&go.string.hdr."err""go.importpath."".type.error.go.string.hdr."scratch""go.importpath."".type.[4]uint86go.string.hdr."wroteHeader""go.importpath."".type.bool`type."".Writer,go.string.hdr."Writer""go.importpath."".type."".Writer8go.string.hdr."*zlib.Writer" 0go.string."*zlib.Writer"0go.string."*zlib.Writer" *zlib.WriterPgo.string.hdr."func(*zlib.Writer) error" Hgo.string."func(*zlib.Writer) error"Hgo.string."func(*zlib.Writer) error"@2func(*zlib.Writer) error6type.func(*"".Writer) error%|=30 runtime.algarray@"runtime.gcbits.01PPgo.string.hdr."func(*zlib.Writer) error"pHgo.weak.type.*func(*"".Writer) error"runtime.zerovalue6type.func(*"".Writer) error6type.func(*"".Writer) errortype.*"".Writertype.errorvgo.typelink.func(*zlib.Writer) error func(*"".Writer) error6type.func(*"".Writer) errorZgo.string.hdr."func(*zlib.Writer, io.Writer)" Rgo.string."func(*zlib.Writer, io.Writer)"Rgo.string."func(*zlib.Writer, io.Writer)"@<func(*zlib.Writer, io.Writer)@type.func(*"".Writer, io.Writer)V30 runtime.algarray@"runtime.gcbits.01PZgo.string.hdr."func(*zlib.Writer, io.Writer)"pRgo.weak.type.*func(*"".Writer, io.Writer)"runtime.zerovalue@type.func(*"".Writer, io.Writer)@type.func(*"".Writer, io.Writer)type.*"".Writertype.io.Writergo.typelink.func(*zlib.Writer, io.Writer) func(*"".Writer, io.Writer)@type.func(*"".Writer, io.Writer)pgo.string.hdr."func(*zlib.Writer, []uint8) (int, error)" (hgo.string."func(*zlib.Writer, []uint8) (int, error)"hgo.string."func(*zlib.Writer, []uint8) (int, error)"`Rfunc(*zlib.Writer, []uint8) (int, error)Vtype.func(*"".Writer, []uint8) (int, error)a|30 runtime.algarray@"runtime.gcbits.01Ppgo.string.hdr."func(*zlib.Writer, []uint8) (int, error)"phgo.weak.type.*func(*"".Writer, []uint8) (int, error)"runtime.zerovalueVtype.func(*"".Writer, []uint8) (int, error)Vtype.func(*"".Writer, []uint8) (int, error)type.*"".Writertype.[]uint8type.inttype.errorgo.typelink.func(*zlib.Writer, []uint8) (int, error) func(*"".Writer, []uint8) (int, error)Vtype.func(*"".Writer, []uint8) (int, error)*go.string.hdr."Flush" "go.string."Flush""go.string."Flush"Flush>go.string.hdr."func(io.Writer)" 6go.string."func(io.Writer)"6go.string."func(io.Writer)" func(io.Writer)(type.func(io.Writer)Z[30 runtime.algarray@"runtime.gcbits.01P>go.string.hdr."func(io.Writer)"p:go.weak.type.*func(io.Writer)"runtime.zerovalue(type.func(io.Writer)(type.func(io.Writer)type.io.WriterVgo.typelink.func(io.Writer) func(io.Writer)(type.func(io.Writer)*go.string.hdr."Write" "go.string."Write""go.string."Write"Write6go.string.hdr."writeHeader" .go.string."writeHeader".go.string."writeHeader" writeHeadertype.*"".WriterkH6D0 runtime.algarray@"runtime.gcbits.01P8go.string.hdr."*zlib.Writer"p0go.weak.type.**"".Writer"runtime.zerovaluetype."".Writer`type.*"".Writertype.*"".Writer*go.string.hdr."Close""type.func() error6type.func(*"".Writer) error$"".(*Writer).Close$"".(*Writer).Close*go.string.hdr."Flush""type.func() error6type.func(*"".Writer) error$"".(*Writer).Flush$"".(*Writer).Flush*go.string.hdr."Reset"(type.func(io.Writer)@type.func(*"".Writer, io.Writer)$"".(*Writer).Reset$"".(*Writer).Reset*go.string.hdr."Write">type.func([]uint8) (int, error)Vtype.func(*"".Writer, []uint8) (int, error)$"".(*Writer).Write$"".(*Writer).Write6go.string.hdr."writeHeader""go.importpath.""."type.func() error6type.func(*"".Writer) error0"".(*Writer).writeHeader0"".(*Writer).writeHeader"runtime.gcbits.038go.string.hdr."interface {}" 0go.string."interface {}"0go.string."interface {}" interface {}"type.interface {}W0 runtime.algarray@"runtime.gcbits.03P8go.string.hdr."interface {}"p4go.weak.type.*interface {}"runtime.zerovalue"type.interface {}<go.string.hdr."[]interface {}" 4go.string."[]interface {}"4go.string."[]interface {}" []interface {}&type.[]interface {}p/0 runtime.algarray@"runtime.gcbits.01P<go.string.hdr."[]interface {}"p8go.weak.type.*[]interface {}"runtime.zerovalue"type.interface {}Rgo.typelink.[]interface {} []interface {}&type.[]interface {}Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a<type..hashfunc.[1]interface {}4type..hash.[1]interface {}8type..eqfunc.[1]interface {}0type..eq.[1]interface {}2type..alg.[1]interface {} <type..hashfunc.[1]interface {}8type..eqfunc.[1]interface {}>go.string.hdr."[1]interface {}" 6go.string."[1]interface {}"6go.string."[1]interface {}" [1]interface {}(type.[1]interface {}P[02type..alg.[1]interface {}@"runtime.gcbits.03P>go.string.hdr."[1]interface {}"p:go.weak.type.*[1]interface {}"runtime.zerovalue"type.interface {}&type.[]interface {}Vgo.typelink.[1]interface {} [1]interface {}(type.[1]interface {}@go.string.hdr."*[1]interface {}" 8go.string."*[1]interface {}"8go.string."*[1]interface {}"0"*[1]interface {}*type.*[1]interface {}560 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*[1]interface {}"p<go.weak.type.**[1]interface {}"runtime.zerovalue(type.[1]interface {}Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals01bc52eaf25414f97ebedc96f60fbb43 <go.string.hdr."*zlib.Resetter" 4go.string."*zlib.Resetter"4go.string."*zlib.Resetter" *zlib.Resetter"type.*"".Resetter60 runtime.algarray@"runtime.gcbits.01P<go.string.hdr."*zlib.Resetter"p4go.weak.type.**"".Resetter"runtime.zerovalue type."".Resetter:go.string.hdr."zlib.Resetter" 2go.string."zlib.Resetter"2go.string."zlib.Resetter" zlib.Resetter0go.string.hdr."Resetter" (go.string."Resetter"(go.string."Resetter" Resetter type."".Resettero;D0 runtime.algarray@"runtime.gcbits.03P:go.string.hdr."zlib.Resetter"p"type.*"".Resetter"runtime.zerovalue type."".Resetter*go.string.hdr."Reset"Ftype.func(io.Reader, []uint8) error` type."".Resetter0go.string.hdr."Resetter""go.importpath."". type."".Resetter2go.string.hdr."*[4]uint8" *go.string."*[4]uint8"*go.string."*[4]uint8" *[4]uint8type.*[4]uint8G60 runtime.algarray@"runtime.gcbits.01P2go.string.hdr."*[4]uint8"p.go.weak.type.**[4]uint8"runtime.zerovaluetype.[4]uint8.go.string.hdr."runtime" &go.string."runtime"&go.string."runtime"runtime,go.importpath.runtime. &go.string."runtime"*go.string.hdr."bufio" "go.string."bufio""go.string."bufio"bufio(go.importpath.bufio. "go.string."bufio",go.string.hdr."errors" $go.string."errors"$go.string."errors"errors*go.importpath.errors. $go.string."errors"$go.string.hdr."io" go.string."io"go.string."io"io"go.importpath.io. go.string."io"<go.string.hdr."compress/flate" 4go.string."compress/flate"4go.string."compress/flate" compress/flate:go.importpath.compress/flate. 4go.string."compress/flate"&go.string.hdr."fmt" go.string."fmt"go.string."fmt"fmt$go.importpath.fmt. go.string."fmt"(go.string.hdr."hash" go.string."hash" go.string."hash" 466 hash&go.importpath.hash. go.string."hash"8go.string.hdr."hash/adler32" 0go.string."hash/adler32"0go.string."hash/adler32" hash/adler326go.importpath.hash/adler32. 0go.string."hash/adler32".type..hash."".readerf(type..hash."".reader*type..eq."".readerf$type..eq."".reader:type..hash.[1]interface {}f4type..hash.[1]interface {}6type..eq.[1]interface {}f0type..eq.[1]interface {}("".Resetter.Resetf""".Resetter.Reset"runtime.zerovaluego13ld