aboutsummaryrefslogtreecommitdiff
path: root/pkg/linux_amd64/compress/gzip.a
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/linux_amd64/compress/gzip.a')
-rw-r--r--pkg/linux_amd64/compress/gzip.a292
1 files changed, 292 insertions, 0 deletions
diff --git a/pkg/linux_amd64/compress/gzip.a b/pkg/linux_amd64/compress/gzip.a
new file mode 100644
index 000000000..521447dff
--- /dev/null
+++ b/pkg/linux_amd64/compress/gzip.a
@@ -0,0 +1,292 @@
+!<arch>
+__.PKGDEF 0 0 0 644 18331 `
+go object linux amd64 go1.4.1 X:precisestack
+
+$$
+package gzip
+ import crc32 "hash/crc32"
+ import runtime "runtime"
+ import time "time"
+ import bufio "bufio"
+ import hash "hash"
+ import errors "errors"
+ import io "io"
+ import fmt "fmt"
+ import flate "compress/flate"
+ var @"".ErrChecksum error
+ var @"".ErrHeader error
+ type @"time".zone struct { @"time".name string; @"time".offset int; @"time".isDST bool }
+ type @"time".zoneTrans struct { @"time".when int64; @"time".index uint8; @"time".isstd bool; @"time".isutc bool }
+ type @"time".Location struct { @"time".name string; @"time".zone []@"time".zone; @"time".tx []@"time".zoneTrans; @"time".cacheStart int64; @"time".cacheEnd int64; @"time".cacheZone *@"time".zone }
+ func (@"time".l·2 *@"time".Location "esc:0x0") String () (? string)
+ func (@"time".l·2 *@"time".Location "esc:0x0") @"time".firstZoneUsed () (? bool)
+ func (@"time".l·2 *@"time".Location "esc:0x2") @"time".get () (? *@"time".Location)
+ func (@"time".l·6 *@"time".Location "esc:0x1") @"time".lookup (@"time".sec·7 int64) (@"time".name·1 string, @"time".offset·2 int, @"time".isDST·3 bool, @"time".start·4 int64, @"time".end·5 int64)
+ func (@"time".l·2 *@"time".Location "esc:0x0") @"time".lookupFirstZone () (? int)
+ func (@"time".l·4 *@"time".Location "esc:0x0") @"time".lookupName (@"time".name·5 string "esc:0x0", @"time".unix·6 int64) (@"time".offset·1 int, @"time".isDST·2 bool, @"time".ok·3 bool)
+ type @"time".Duration int64
+ func (@"time".d·2 @"time".Duration) Hours () (? float64) { var @"time".hour·3 @"time".Duration; ; @"time".hour·3 = @"time".d·2 / @"time".Duration(0x34630B8A000); var @"time".nsec·4 @"time".Duration; ; @"time".nsec·4 = @"time".d·2 % @"time".Duration(0x34630B8A000); return float64(@"time".hour·3) + float64(@"time".nsec·4) * 0x9C5FFF26ED75Fp-93 }
+ func (@"time".d·2 @"time".Duration) Minutes () (? float64) { var @"time".min·3 @"time".Duration; ; @"time".min·3 = @"time".d·2 / @"time".Duration(0xDF8475800); var @"time".nsec·4 @"time".Duration; ; @"time".nsec·4 = @"time".d·2 % @"time".Duration(0xDF8475800); return float64(@"time".min·3) + float64(@"time".nsec·4) * 0x9299FF347E9E9p-87 }
+ func (@"time".d·2 @"time".Duration) Nanoseconds () (? int64) { return int64(@"time".d·2) }
+ func (@"time".d·2 @"time".Duration) Seconds () (? float64) { var @"time".sec·3 @"time".Duration; ; @"time".sec·3 = @"time".d·2 / @"time".Duration(0x3B9ACA00); var @"time".nsec·4 @"time".Duration; ; @"time".nsec·4 = @"time".d·2 % @"time".Duration(0x3B9ACA00); return float64(@"time".sec·3) + float64(@"time".nsec·4) * 0x112E0BE826D695p-82 }
+ func (@"time".d·2 @"time".Duration) String () (? string)
+ type @"time".Month int
+ func (@"time".m·2 @"time".Month) String () (? string) { return @"time".months[@"time".m·2 - @"time".Month(0x1)] }
+ type @"time".Weekday int
+ func (@"time".d·2 @"time".Weekday) String () (? string) { return @"time".days[@"time".d·2] }
+ type @"time".Time struct { @"time".sec int64; @"time".nsec int32; @"time".loc *@"time".Location }
+ func (@"time".t·2 @"time".Time "esc:0x2") Add (@"time".d·3 @"time".Duration) (? @"time".Time)
+ func (@"time".t·2 @"time".Time "esc:0x2") AddDate (@"time".years·3 int, @"time".months·4 int, @"time".days·5 int) (? @"time".Time)
+ func (@"time".t·2 @"time".Time "esc:0x0") After (@"time".u·3 @"time".Time "esc:0x0") (? bool) { return @"time".t·2.@"time".sec > @"time".u·3.@"time".sec || @"time".t·2.@"time".sec == @"time".u·3.@"time".sec && @"time".t·2.@"time".nsec > @"time".u·3.@"time".nsec }
+ func (@"time".t·2 @"time".Time "esc:0x0") Before (@"time".u·3 @"time".Time "esc:0x0") (? bool) { return @"time".t·2.@"time".sec < @"time".u·3.@"time".sec || @"time".t·2.@"time".sec == @"time".u·3.@"time".sec && @"time".t·2.@"time".nsec < @"time".u·3.@"time".nsec }
+ func (@"time".t·4 @"time".Time "esc:0x0") Clock () (@"time".hour·1 int, @"time".min·2 int, @"time".sec·3 int)
+ func (@"time".t·4 @"time".Time "esc:0x0") Date () (@"time".year·1 int, @"time".month·2 @"time".Month, @"time".day·3 int)
+ func (@"time".t·2 @"time".Time "esc:0x0") Day () (? int)
+ func (@"time".t·2 @"time".Time "esc:0x0") Equal (@"time".u·3 @"time".Time "esc:0x0") (? bool) { return @"time".t·2.@"time".sec == @"time".u·3.@"time".sec && @"time".t·2.@"time".nsec == @"time".u·3.@"time".nsec }
+ func (@"time".t·2 @"time".Time "esc:0x0") Format (@"time".layout·3 string "esc:0x0") (? string)
+ func (@"time".t·2 *@"time".Time "esc:0x0") GobDecode (@"time".data·3 []byte "esc:0x0") (? error)
+ func (@"time".t·3 @"time".Time "esc:0x0") GobEncode () (? []byte, ? error)
+ func (@"time".t·2 @"time".Time "esc:0x0") Hour () (? int)
+ func (@"time".t·3 @"time".Time "esc:0x0") ISOWeek () (@"time".year·1 int, @"time".week·2 int)
+ func (@"time".t·2 @"time".Time "esc:0x2") In (@"time".loc·3 *@"time".Location "esc:0x2") (? @"time".Time)
+ func (@"time".t·2 @"time".Time "esc:0x0") IsZero () (? bool) { return @"time".t·2.@"time".sec == 0x0 && @"time".t·2.@"time".nsec == 0x0 }
+ func (@"time".t·2 @"time".Time "esc:0x2") Local () (? @"time".Time) { @"time".t·2.@"time".loc = @"time".Local; return @"time".t·2 }
+ func (@"time".t·2 @"time".Time "esc:0x2") Location () (? *@"time".Location) { var @"time".l·3 *@"time".Location; ; @"time".l·3 = @"time".t·2.@"time".loc; if @"time".l·3 == nil { @"time".l·3 = @"time".UTC }; return @"time".l·3 }
+ func (@"time".t·3 @"time".Time "esc:0x0") MarshalBinary () (? []byte, ? error)
+ func (@"time".t·3 @"time".Time "esc:0x0") MarshalJSON () (? []byte, ? error)
+ func (@"time".t·3 @"time".Time "esc:0x0") MarshalText () (? []byte, ? error)
+ func (@"time".t·2 @"time".Time "esc:0x0") Minute () (? int)
+ func (@"time".t·2 @"time".Time "esc:0x0") Month () (? @"time".Month)
+ func (@"time".t·2 @"time".Time "esc:0x0") Nanosecond () (? int) { return int(@"time".t·2.@"time".nsec) }
+ func (@"time".t·2 @"time".Time "esc:0x2") Round (@"time".d·3 @"time".Duration) (? @"time".Time)
+ func (@"time".t·2 @"time".Time "esc:0x0") Second () (? int)
+ func (@"time".t·2 @"time".Time "esc:0x0") String () (? string)
+ func (@"time".t·2 @"time".Time "esc:0x0") Sub (@"time".u·3 @"time".Time "esc:0x0") (? @"time".Duration)
+ func (@"time".t·2 @"time".Time "esc:0x2") Truncate (@"time".d·3 @"time".Duration) (? @"time".Time)
+ func (@"time".t·2 @"time".Time "esc:0x2") UTC () (? @"time".Time) { @"time".t·2.@"time".loc = @"time".UTC; return @"time".t·2 }
+ func (@"time".t·2 @"time".Time "esc:0x0") Unix () (? int64) { return @"time".t·2.@"time".sec + -0xE7791F700 }
+ func (@"time".t·2 @"time".Time "esc:0x0") UnixNano () (? int64) { return (@"time".t·2.@"time".sec + -0xE7791F700) * 0x3B9ACA00 + int64(@"time".t·2.@"time".nsec) }
+ func (@"time".t·2 *@"time".Time "esc:0x0") UnmarshalBinary (@"time".data·3 []byte "esc:0x0") (? error)
+ func (@"time".t·2 *@"time".Time "esc:0x0") UnmarshalJSON (@"time".data·3 []byte "esc:0x0") (@"time".err·1 error)
+ func (@"time".t·2 *@"time".Time "esc:0x0") UnmarshalText (@"time".data·3 []byte "esc:0x0") (@"time".err·1 error)
+ func (@"time".t·2 @"time".Time "esc:0x0") Weekday () (? @"time".Weekday)
+ func (@"time".t·2 @"time".Time "esc:0x0") Year () (? int)
+ func (@"time".t·2 @"time".Time "esc:0x0") YearDay () (? int)
+ func (@"time".t·3 @"time".Time "esc:0x0") Zone () (@"time".name·1 string, @"time".offset·2 int)
+ func (@"time".t·2 @"time".Time "esc:0x0") @"time".abs () (? uint64)
+ func (@"time".t·5 @"time".Time "esc:0x0") @"time".date (@"time".full·6 bool) (@"time".year·1 int, @"time".month·2 @"time".Month, @"time".day·3 int, @"time".yday·4 int)
+ func (@"time".t·4 @"time".Time "esc:0x1") @"time".locabs () (@"time".name·1 string, @"time".offset·2 int, @"time".abs·3 uint64)
+ type @"".Header struct { Comment string; Extra []byte; ModTime @"time".Time; Name string; OS byte }
+ type @"compress/flate".Reader interface { Read(@"io".p []byte) (@"io".n int, @"io".err error); ReadByte() (@"io".c byte, @"io".err error) }
+ type @"io".ReadCloser interface { Close() (? error); Read(@"io".p []byte) (@"io".n int, @"io".err error) }
+ 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) }
+ type @"io".Reader interface { Read(@"io".p []byte) (@"io".n int, @"io".err error) }
+ type @"".Reader struct { ? @"".Header; @"".r @"compress/flate".Reader; @"".decompressor @"io".ReadCloser; @"".digest @"hash".Hash32; @"".size uint32; @"".flg byte; @"".buf [512]byte; @"".err error; @"".multistream bool }
+ func (@"".z·2 *@"".Reader) Close () (? error)
+ func (@"".z·1 *@"".Reader "esc:0x0") Multistream (@"".ok·2 bool) { @"".z·1.@"".multistream = @"".ok·2 }
+ func (@"".z·3 *@"".Reader) Read (@"".p·4 []byte) (@"".n·1 int, @"".err·2 error)
+ func (@"".z·2 *@"".Reader) Reset (@"".r·3 @"io".Reader) (? error)
+ func (@"".z·3 *@"".Reader) @"".read2 () (? uint32, ? error)
+ func (@"".z·2 *@"".Reader) @"".readHeader (@"".save·3 bool) (? error)
+ func (@"".z·3 *@"".Reader) @"".readString () (? string, ? error)
+ func @"".NewReader (@"".r·3 @"io".Reader) (? *@"".Reader, ? error)
+ const @"".NoCompression = 0x0
+ const @"".BestSpeed = 0x1
+ const @"".BestCompression = 0x9
+ const @"".DefaultCompression = -0x1
+ type @"io".Writer interface { Write(@"io".p []byte) (@"io".n int, @"io".err error) }
+ 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 }
+ type @"compress/flate".literalNode struct { @"compress/flate".literal uint16; @"compress/flate".freq int32 }
+ type @"compress/flate".huffmanEncoder struct { @"compress/flate".codeBits []uint8; @"compress/flate".code []uint16 }
+ func (@"compress/flate".h·1 *@"compress/flate".huffmanEncoder "esc:0x0") @"compress/flate".assignEncodingAndSize (@"compress/flate".bitCount·2 []int32 "esc:0x0", @"compress/flate".list·3 []@"compress/flate".literalNode)
+ func (@"compress/flate".h·2 *@"compress/flate".huffmanEncoder "esc:0x0") @"compress/flate".bitCounts (@"compress/flate".list·3 []@"compress/flate".literalNode "esc:0x0", @"compress/flate".maxBits·4 int32) (? []int32)
+ func (@"compress/flate".h·2 *@"compress/flate".huffmanEncoder "esc:0x0") @"compress/flate".bitLength (@"compress/flate".freq·3 []int32 "esc:0x0") (? int64)
+ func (@"compress/flate".h·1 *@"compress/flate".huffmanEncoder) @"compress/flate".generate (@"compress/flate".freq·2 []int32 "esc:0x0", @"compress/flate".maxBits·3 int32)
+ type @"compress/flate".token uint32
+ func (@"compress/flate".t·2 @"compress/flate".token) @"compress/flate".length () (? uint32) { return uint32((@"compress/flate".t·2 - @"compress/flate".token(0x40000000)) >> 0x16) }
+ func (@"compress/flate".t·2 @"compress/flate".token) @"compress/flate".literal () (? uint32) { return uint32(@"compress/flate".t·2 - @"compress/flate".token(0x0)) }
+ func (@"compress/flate".t·2 @"compress/flate".token) @"compress/flate".offset () (? uint32) { return uint32(@"compress/flate".t·2) & 0x3FFFFF }
+ func (@"compress/flate".t·2 @"compress/flate".token) @"compress/flate".typ () (? uint32) { return uint32(@"compress/flate".t·2) & 0xC0000000 }
+ 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 }
+ func (@"compress/flate".w·1 *@"compress/flate".huffmanBitWriter) @"compress/flate".flush ()
+ func (@"compress/flate".w·1 *@"compress/flate".huffmanBitWriter) @"compress/flate".flushBits ()
+ func (@"compress/flate".w·1 *@"compress/flate".huffmanBitWriter "esc:0x0") @"compress/flate".generateCodegen (@"compress/flate".numLiterals·2 int, @"compress/flate".numOffsets·3 int)
+ func (@"compress/flate".w·1 *@"compress/flate".huffmanBitWriter "esc:0x0") @"compress/flate".reset (@"compress/flate".writer·2 @"io".Writer)
+ func (@"compress/flate".w·1 *@"compress/flate".huffmanBitWriter) @"compress/flate".writeBits (@"compress/flate".b·2 int32, @"compress/flate".nb·3 int32)
+ func (@"compress/flate".w·1 *@"compress/flate".huffmanBitWriter) @"compress/flate".writeBlock (@"compress/flate".tokens·2 []@"compress/flate".token "esc:0x0", @"compress/flate".eof·3 bool, @"compress/flate".input·4 []byte)
+ func (@"compress/flate".w·1 *@"compress/flate".huffmanBitWriter) @"compress/flate".writeBytes (@"compress/flate".bytes·2 []byte)
+ func (@"compress/flate".w·1 *@"compress/flate".huffmanBitWriter) @"compress/flate".writeCode (@"compress/flate".code·2 *@"compress/flate".huffmanEncoder "esc:0x0", @"compress/flate".literal·3 uint32)
+ func (@"compress/flate".w·1 *@"compress/flate".huffmanBitWriter) @"compress/flate".writeDynamicHeader (@"compress/flate".numLiterals·2 int, @"compress/flate".numOffsets·3 int, @"compress/flate".numCodegens·4 int, @"compress/flate".isEof·5 bool)
+ func (@"compress/flate".w·1 *@"compress/flate".huffmanBitWriter) @"compress/flate".writeFixedHeader (@"compress/flate".isEof·2 bool)
+ func (@"compress/flate".w·1 *@"compress/flate".huffmanBitWriter) @"compress/flate".writeStoredHeader (@"compress/flate".length·2 int, @"compress/flate".isEof·3 bool)
+ 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 }
+ func (@"compress/flate".d·2 *@"compress/flate".compressor) @"compress/flate".close () (? error)
+ func (@"compress/flate".d·1 *@"compress/flate".compressor) @"compress/flate".deflate ()
+ func (@"compress/flate".d·2 *@"compress/flate".compressor "esc:0x0") @"compress/flate".fillDeflate (@"compress/flate".b·3 []byte "esc:0x0") (? int)
+ func (@"compress/flate".d·2 *@"compress/flate".compressor "esc:0x0") @"compress/flate".fillStore (@"compress/flate".b·3 []byte "esc:0x0") (? int) { var @"compress/flate".n·4 int; ; @"compress/flate".n·4 = copy(@"compress/flate".d·2.@"compress/flate".window[@"compress/flate".d·2.@"compress/flate".windowEnd:], @"compress/flate".b·3); @"compress/flate".d·2.@"compress/flate".windowEnd += @"compress/flate".n·4; return @"compress/flate".n·4 }
+ func (@"compress/flate".d·4 *@"compress/flate".compressor "esc:0x0") @"compress/flate".findMatch (@"compress/flate".pos·5 int, @"compress/flate".prevHead·6 int, @"compress/flate".prevLength·7 int, @"compress/flate".lookahead·8 int) (@"compress/flate".length·1 int, @"compress/flate".offset·2 int, @"compress/flate".ok·3 bool)
+ func (@"compress/flate".d·2 *@"compress/flate".compressor "esc:0x0") @"compress/flate".init (@"compress/flate".w·3 @"io".Writer, @"compress/flate".level·4 int) (@"compress/flate".err·1 error)
+ func (@"compress/flate".d·1 *@"compress/flate".compressor "esc:0x0") @"compress/flate".initDeflate ()
+ func (@"compress/flate".d·1 *@"compress/flate".compressor) @"compress/flate".reset (@"compress/flate".w·2 @"io".Writer)
+ func (@"compress/flate".d·1 *@"compress/flate".compressor) @"compress/flate".store ()
+ func (@"compress/flate".d·2 *@"compress/flate".compressor) @"compress/flate".syncFlush () (? error)
+ func (@"compress/flate".d·3 *@"compress/flate".compressor) @"compress/flate".write (@"compress/flate".b·4 []byte) (@"compress/flate".n·1 int, @"compress/flate".err·2 error)
+ func (@"compress/flate".d·2 *@"compress/flate".compressor) @"compress/flate".writeBlock (@"compress/flate".tokens·3 []@"compress/flate".token "esc:0x0", @"compress/flate".index·4 int, @"compress/flate".eof·5 bool) (? error)
+ func (@"compress/flate".d·2 *@"compress/flate".compressor) @"compress/flate".writeStoredBlock (@"compress/flate".buf·3 []byte) (? error)
+ type @"compress/flate".Writer struct { @"compress/flate".d @"compress/flate".compressor; @"compress/flate".dict []byte }
+ func (@"compress/flate".w·2 *@"compress/flate".Writer) Close () (? error)
+ func (@"compress/flate".w·2 *@"compress/flate".Writer) Flush () (? error)
+ func (@"compress/flate".w·1 *@"compress/flate".Writer) Reset (@"compress/flate".dst·2 @"io".Writer)
+ func (@"compress/flate".w·3 *@"compress/flate".Writer) Write (@"compress/flate".data·4 []byte) (@"compress/flate".n·1 int, @"compress/flate".err·2 error)
+ type @"".Writer struct { ? @"".Header; @"".w @"io".Writer; @"".level int; @"".wroteHeader bool; @"".compressor *@"compress/flate".Writer; @"".digest @"hash".Hash32; @"".size uint32; @"".closed bool; @"".buf [10]byte; @"".err error }
+ func (@"".z·2 *@"".Writer) Close () (? error)
+ func (@"".z·2 *@"".Writer) Flush () (? error)
+ func (@"".z·1 *@"".Writer) Reset (@"".w·2 @"io".Writer)
+ func (@"".z·3 *@"".Writer) Write (@"".p·4 []byte) (? int, ? error)
+ func (@"".z·1 *@"".Writer) @"".init (@"".w·2 @"io".Writer, @"".level·3 int)
+ func (@"".z·2 *@"".Writer) @"".writeBytes (@"".b·3 []byte) (? error)
+ func (@"".z·2 *@"".Writer) @"".writeString (@"".s·3 string) (@"".err·1 error)
+ func @"".NewWriter (@"".w·2 @"io".Writer) (? *@"".Writer)
+ func @"".NewWriterLevel (@"".w·3 @"io".Writer, @"".level·4 int) (? *@"".Writer, ? error)
+ func @"".init ()
+ var @"time".months [12]string
+ var @"time".days [7]string
+ var @"time".Local *@"time".Location
+ var @"time".UTC *@"time".Location
+
+$$
+
+go object linux amd64 go1.4.1 X:precisestack
+
+!
+
+fmt.a
+
+"".rr
+
+
+
+"".autotmp_0008
+' $ 
+"".ok
+
+
+
+
+
+'$
+
+
+
+
+
+
+
+
+
+
+
+H?
++?
+&  I&7 y      /&
+
+
+
+
+
+
+5,]f ". 5 26"
+1
+_0D M * 
+
+
+
+
+
+
+
+
+ - 
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+l$G@+H$
+
+
+
+
+
+
+
+
+
+
+
+2  
+
+ 
+3 h
+3f
+3e
+3 SIE 
+/
+
+
+  *
+H,
+
+
+
+
+
+&   -
+&W
+&8**
+
+
+
+
+
+
+
+
+
+-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+