Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
go1.6 / pkg / linux_amd64 / debug / pe.a
Size: Mime:
!<arch>
__.PKGDEF       0           0     0     644     21637     `
go object linux amd64 go1.6 X:none
build id "d55f5b1c04b30814bb7c3933ce1434e985c2f44e"

$$
package pe
	import dwarf "debug/dwarf"
	import binary "encoding/binary"
	import errors "errors"
	import io "io"
	import strconv "strconv"
	import fmt "fmt"
	import os "os"
	type @"".FileHeader struct { Machine uint16; NumberOfSections uint16; TimeDateStamp uint32; PointerToSymbolTable uint32; NumberOfSymbols uint32; SizeOfOptionalHeader uint16; Characteristics uint16 }
	type @"".SectionHeader struct { Name string; VirtualSize uint32; VirtualAddress uint32; Size uint32; Offset uint32; PointerToRelocations uint32; PointerToLineNumbers uint32; NumberOfRelocations uint16; NumberOfLineNumbers uint16; Characteristics uint32 }
	type @"io".ReaderAt interface { ReadAt(@"io".p []byte, @"io".off int64) (@"io".n int, @"io".err error) }
	type @"io".SectionReader struct { @"io".r @"io".ReaderAt; @"io".base int64; @"io".off int64; @"io".limit int64 }
	func (@"io".s·3 *@"io".SectionReader "esc:0x9") Read (@"io".p·4 []byte) (@"io".n·1 int, @"io".err·2 error)
	func (@"io".s·3 *@"io".SectionReader "esc:0x9") ReadAt (@"io".p·4 []byte, @"io".off·5 int64) (@"io".n·1 int, @"io".err·2 error)
	func (@"io".s·3 *@"io".SectionReader "esc:0x1") Seek (@"io".offset·4 int64, @"io".whence·5 int) (? int64, ? error)
	func (@"io".s·2 *@"io".SectionReader "esc:0x1") Size () (? int64) { return @"io".s·2.@"io".limit - @"io".s·2.@"io".base }
	type @"io".ReadSeeker interface { Read(@"io".p []byte) (@"io".n int, @"io".err error); Seek(@"io".offset int64, @"io".whence int) (? int64, ? error) }
	type @"".Section struct { ? @"".SectionHeader; ? @"io".ReaderAt; @"".sr *@"io".SectionReader }
	func (@"".s·3 *@"".Section "esc:0x9") Data () (? []byte, ? error)
	func (@"".s·2 *@"".Section "esc:0xa") Open () (? @"io".ReadSeeker) { return @"io".NewSectionReader(@"".s·2.@"".sr, int64(0x0), int64(0x7fffffffffffffff)) }
	type @"".Symbol struct { Name string; Value uint32; SectionNumber int16; Type uint16; StorageClass uint8 }
	type @"io".Closer interface { Close() (? error) }
	type @"debug/dwarf".Tag uint32
	func (@"debug/dwarf".t·2 @"debug/dwarf".Tag) GoString () (? string)
	func (@"debug/dwarf".t·2 @"debug/dwarf".Tag) String () (? string)
	type @"debug/dwarf".Attr uint32
	func (@"debug/dwarf".a·2 @"debug/dwarf".Attr) GoString () (? string)
	func (@"debug/dwarf".a·2 @"debug/dwarf".Attr) String () (? string)
	type @"debug/dwarf".format uint32
	type @"debug/dwarf".Class int
	func (@"debug/dwarf".i·2 @"debug/dwarf".Class) GoString () (? string)
	func (@"debug/dwarf".i·2 @"debug/dwarf".Class) String () (? string)
	type @"debug/dwarf".afield struct { @"debug/dwarf".attr @"debug/dwarf".Attr; @"debug/dwarf".fmt @"debug/dwarf".format; @"debug/dwarf".class @"debug/dwarf".Class }
	type @"debug/dwarf".abbrev struct { @"debug/dwarf".tag @"debug/dwarf".Tag; @"debug/dwarf".children bool; @"debug/dwarf".field []@"debug/dwarf".afield }
	type @"debug/dwarf".abbrevTable map[uint32]@"debug/dwarf".abbrev
	type @"encoding/binary".ByteOrder interface { PutUint16(? []byte, ? uint16); PutUint32(? []byte, ? uint32); PutUint64(? []byte, ? uint64); String() (? string); Uint16(? []byte) (? uint16); Uint32(? []byte) (? uint32); Uint64(? []byte) (? uint64) }
	type @"debug/dwarf".CommonType struct { ByteSize int64; Name string }
	func (@"debug/dwarf".c·2 *@"debug/dwarf".CommonType "esc:0x12") Common () (? *@"debug/dwarf".CommonType) { return @"debug/dwarf".c·2 }
	func (@"debug/dwarf".c·2 *@"debug/dwarf".CommonType "esc:0x1") Size () (? int64) { return @"debug/dwarf".c·2.ByteSize }
	type @"debug/dwarf".Type interface { Common() (? *@"debug/dwarf".CommonType); Size() (? int64); String() (? string) }
	type @"debug/dwarf".Offset uint32
	type @"debug/dwarf".unit struct { @"debug/dwarf".base @"debug/dwarf".Offset; @"debug/dwarf".off @"debug/dwarf".Offset; @"debug/dwarf".data []byte; @"debug/dwarf".atable @"debug/dwarf".abbrevTable; @"debug/dwarf".asize int; @"debug/dwarf".vers int; @"debug/dwarf".is64 bool }
	func (@"debug/dwarf".u·2 *@"debug/dwarf".unit "esc:0x1") @"debug/dwarf".addrsize () (? int) { return @"debug/dwarf".u·2.@"debug/dwarf".asize }
	func (@"debug/dwarf".u·3 *@"debug/dwarf".unit "esc:0x1") @"debug/dwarf".dwarf64 () (? bool, ? bool) { return @"debug/dwarf".u·3.@"debug/dwarf".is64, bool(true) }
	func (@"debug/dwarf".u·2 *@"debug/dwarf".unit "esc:0x1") @"debug/dwarf".version () (? int) { return @"debug/dwarf".u·2.@"debug/dwarf".vers }
	type @"debug/dwarf".typeUnit struct { @"debug/dwarf".? @"debug/dwarf".unit; @"debug/dwarf".toff @"debug/dwarf".Offset; @"debug/dwarf".name string; @"debug/dwarf".cache @"debug/dwarf".Type }
	type @"debug/dwarf".dataFormat interface { @"debug/dwarf".addrsize() (? int); @"debug/dwarf".dwarf64() (@"debug/dwarf".dwarf64 bool, @"debug/dwarf".isKnown bool); @"debug/dwarf".version() (? int) }
	type @"debug/dwarf".Field struct { Attr @"debug/dwarf".Attr; Val interface {}; Class @"debug/dwarf".Class }
	type @"debug/dwarf".Entry struct { Offset @"debug/dwarf".Offset; Tag @"debug/dwarf".Tag; Children bool; Field []@"debug/dwarf".Field }
	func (@"debug/dwarf".e·2 *@"debug/dwarf".Entry "esc:0x22") AttrField (@"debug/dwarf".a·3 @"debug/dwarf".Attr) (? *@"debug/dwarf".Field)
	func (@"debug/dwarf".e·2 *@"debug/dwarf".Entry "esc:0x32") Val (@"debug/dwarf".a·3 @"debug/dwarf".Attr) (? interface {})
	type @"debug/dwarf".buf struct { @"debug/dwarf".dwarf *@"debug/dwarf".Data; @"debug/dwarf".order @"encoding/binary".ByteOrder; @"debug/dwarf".format @"debug/dwarf".dataFormat; @"debug/dwarf".name string; @"debug/dwarf".off @"debug/dwarf".Offset; @"debug/dwarf".data []byte; @"debug/dwarf".err error }
	func (@"debug/dwarf".b·2 *@"debug/dwarf".buf "esc:0x9") @"debug/dwarf".addr () (? uint64)
	func (@"debug/dwarf".b·2 *@"debug/dwarf".buf "esc:0x2a") @"debug/dwarf".bytes (@"debug/dwarf".n·3 int) (? []byte) { if len(@"debug/dwarf".b·2.@"debug/dwarf".data) < @"debug/dwarf".n·3 { @"debug/dwarf".b·2.@"debug/dwarf".error(string("underflow")); return nil }; var @"debug/dwarf".data·4 []byte; ; @"debug/dwarf".data·4 = @"debug/dwarf".b·2.@"debug/dwarf".data[int(0x0):@"debug/dwarf".n·3]; @"debug/dwarf".b·2.@"debug/dwarf".data = @"debug/dwarf".b·2.@"debug/dwarf".data[@"debug/dwarf".n·3:]; @"debug/dwarf".b·2.@"debug/dwarf".off += @"debug/dwarf".Offset(@"debug/dwarf".n·3); return @"debug/dwarf".data·4 }
	func (@"debug/dwarf".b·2 *@"debug/dwarf".buf "esc:0x9") @"debug/dwarf".entry (@"debug/dwarf".atab·3 @"debug/dwarf".abbrevTable "esc:0x1", @"debug/dwarf".ubase·4 @"debug/dwarf".Offset) (? *@"debug/dwarf".Entry)
	func (@"debug/dwarf".b·1 *@"debug/dwarf".buf "esc:0x9") @"debug/dwarf".error (@"debug/dwarf".s·2 string) { if @"debug/dwarf".b·1.@"debug/dwarf".err == nil { @"debug/dwarf".b·1.@"debug/dwarf".data = nil; @"debug/dwarf".b·1.@"debug/dwarf".err = (@"debug/dwarf".DecodeError{ Name:@"debug/dwarf".b·1.@"debug/dwarf".name, Offset:@"debug/dwarf".b·1.@"debug/dwarf".off, Err:@"debug/dwarf".s·2 }) } }
	func (@"debug/dwarf".b·2 *@"debug/dwarf".buf "esc:0x1") @"debug/dwarf".int () (? int64)
	func (@"debug/dwarf".b·1 *@"debug/dwarf".buf "esc:0x9") @"debug/dwarf".skip (@"debug/dwarf".n·2 int) { @"debug/dwarf".b·1.@"debug/dwarf".bytes(@"debug/dwarf".n·2) }
	func (@"debug/dwarf".b·2 *@"debug/dwarf".buf "esc:0x9") @"debug/dwarf".string () (? string)
	func (@"debug/dwarf".b·2 *@"debug/dwarf".buf "esc:0x1") @"debug/dwarf".uint () (? uint64)
	func (@"debug/dwarf".b·2 *@"debug/dwarf".buf "esc:0x9") @"debug/dwarf".uint16 () (? uint16)
	func (@"debug/dwarf".b·2 *@"debug/dwarf".buf "esc:0x9") @"debug/dwarf".uint32 () (? uint32)
	func (@"debug/dwarf".b·2 *@"debug/dwarf".buf "esc:0x9") @"debug/dwarf".uint64 () (? uint64)
	func (@"debug/dwarf".b·2 *@"debug/dwarf".buf "esc:0x9") @"debug/dwarf".uint8 () (? uint8) { if len(@"debug/dwarf".b·2.@"debug/dwarf".data) < int(0x1) { @"debug/dwarf".b·2.@"debug/dwarf".error(string("underflow")); return uint8(0x0) }; var @"debug/dwarf".val·3 byte; ; @"debug/dwarf".val·3 = @"debug/dwarf".b·2.@"debug/dwarf".data[int(0x0)]; @"debug/dwarf".b·2.@"debug/dwarf".data = @"debug/dwarf".b·2.@"debug/dwarf".data[int(0x1):]; @"debug/dwarf".b·2.@"debug/dwarf".off++; return @"debug/dwarf".val·3 }
	func (@"debug/dwarf".b·3 *@"debug/dwarf".buf "esc:0x9") @"debug/dwarf".unitLength () (@"debug/dwarf".length·1 @"debug/dwarf".Offset, @"debug/dwarf".dwarf64·2 bool)
	func (@"debug/dwarf".b·3 *@"debug/dwarf".buf "esc:0x1") @"debug/dwarf".varint () (@"debug/dwarf".c·1 uint64, @"debug/dwarf".bits·2 uint)
	type @"debug/dwarf".LineFile struct { Name string; Mtime uint64; Length int }
	type @"debug/dwarf".LineEntry struct { Address uint64; OpIndex int; File *@"debug/dwarf".LineFile; Line int; Column int; IsStmt bool; BasicBlock bool; PrologueEnd bool; EpilogueBegin bool; ISA int; Discriminator int; EndSequence bool }
	type @"debug/dwarf".LineReaderPos struct { @"debug/dwarf".off @"debug/dwarf".Offset; @"debug/dwarf".numFileEntries int; @"debug/dwarf".state @"debug/dwarf".LineEntry; @"debug/dwarf".fileIndex int }
	type @"debug/dwarf".LineReader struct { @"debug/dwarf".buf @"debug/dwarf".buf; @"debug/dwarf".section []byte; @"debug/dwarf".version uint16; @"debug/dwarf".minInstructionLength int; @"debug/dwarf".maxOpsPerInstruction int; @"debug/dwarf".defaultIsStmt bool; @"debug/dwarf".lineBase int; @"debug/dwarf".lineRange int; @"debug/dwarf".opcodeBase int; @"debug/dwarf".opcodeLengths []int; @"debug/dwarf".directories []string; @"debug/dwarf".fileEntries []*@"debug/dwarf".LineFile; @"debug/dwarf".programOffset @"debug/dwarf".Offset; @"debug/dwarf".endOffset @"debug/dwarf".Offset; @"debug/dwarf".initialFileEntries int; @"debug/dwarf".state @"debug/dwarf".LineEntry; @"debug/dwarf".fileIndex int }
	func (@"debug/dwarf".r·2 *@"debug/dwarf".LineReader "esc:0x2a") Next (@"debug/dwarf".entry·3 *@"debug/dwarf".LineEntry "esc:0x1") (? error)
	func (@"debug/dwarf".r·1 *@"debug/dwarf".LineReader "esc:0x9") Reset ()
	func (@"debug/dwarf".r·1 *@"debug/dwarf".LineReader "esc:0x9") Seek (@"debug/dwarf".pos·2 @"debug/dwarf".LineReaderPos) { @"debug/dwarf".r·1.@"debug/dwarf".buf.@"debug/dwarf".off = @"debug/dwarf".pos·2.@"debug/dwarf".off; @"debug/dwarf".r·1.@"debug/dwarf".buf.@"debug/dwarf".data = @"debug/dwarf".r·1.@"debug/dwarf".section[@"debug/dwarf".r·1.@"debug/dwarf".buf.@"debug/dwarf".off:@"debug/dwarf".r·1.@"debug/dwarf".endOffset]; @"debug/dwarf".r·1.@"debug/dwarf".fileEntries = @"debug/dwarf".r·1.@"debug/dwarf".fileEntries[:@"debug/dwarf".pos·2.@"debug/dwarf".numFileEntries]; @"debug/dwarf".r·1.@"debug/dwarf".state = @"debug/dwarf".pos·2.@"debug/dwarf".state; @"debug/dwarf".r·1.@"debug/dwarf".fileIndex = @"debug/dwarf".pos·2.@"debug/dwarf".fileIndex }
	func (@"debug/dwarf".r·2 *@"debug/dwarf".LineReader "esc:0x2a") SeekPC (@"debug/dwarf".pc·3 uint64, @"debug/dwarf".entry·4 *@"debug/dwarf".LineEntry "esc:0x1") (? error)
	func (@"debug/dwarf".r·2 *@"debug/dwarf".LineReader "esc:0x22") Tell () (? @"debug/dwarf".LineReaderPos) { return (@"debug/dwarf".LineReaderPos{ @"debug/dwarf".off:@"debug/dwarf".r·2.@"debug/dwarf".buf.@"debug/dwarf".off, @"debug/dwarf".numFileEntries:len(@"debug/dwarf".r·2.@"debug/dwarf".fileEntries), @"debug/dwarf".state:@"debug/dwarf".r·2.@"debug/dwarf".state, @"debug/dwarf".fileIndex:@"debug/dwarf".r·2.@"debug/dwarf".fileIndex }) }
	func (@"debug/dwarf".r·1 *@"debug/dwarf".LineReader "esc:0x1") @"debug/dwarf".advancePC (@"debug/dwarf".opAdvance·2 int) { var @"debug/dwarf".opIndex·3 int; ; @"debug/dwarf".opIndex·3 = @"debug/dwarf".r·1.@"debug/dwarf".state.OpIndex + @"debug/dwarf".opAdvance·2; @"debug/dwarf".r·1.@"debug/dwarf".state.Address += uint64(@"debug/dwarf".r·1.@"debug/dwarf".minInstructionLength * (@"debug/dwarf".opIndex·3 / @"debug/dwarf".r·1.@"debug/dwarf".maxOpsPerInstruction)); @"debug/dwarf".r·1.@"debug/dwarf".state.OpIndex = @"debug/dwarf".opIndex·3 % @"debug/dwarf".r·1.@"debug/dwarf".maxOpsPerInstruction }
	func (@"debug/dwarf".r·3 *@"debug/dwarf".LineReader "esc:0x10a") @"debug/dwarf".readFileEntry () (? bool, ? error)
	func (@"debug/dwarf".r·2 *@"debug/dwarf".LineReader "esc:0x2a") @"debug/dwarf".readHeader () (? error)
	func (@"debug/dwarf".r·1 *@"debug/dwarf".LineReader "esc:0x9") @"debug/dwarf".resetState () { @"debug/dwarf".r·1.@"debug/dwarf".state = (@"debug/dwarf".LineEntry{ Address:uint64(0x0), OpIndex:int(0x0), File:nil, Line:int(0x1), Column:int(0x0), IsStmt:@"debug/dwarf".r·1.@"debug/dwarf".defaultIsStmt, BasicBlock:bool(false), PrologueEnd:bool(false), EpilogueBegin:bool(false), ISA:int(0x0), Discriminator:int(0x0) }); @"debug/dwarf".r·1.@"debug/dwarf".fileIndex = int(0x1); @"debug/dwarf".r·1.@"debug/dwarf".updateFile() }
	func (@"debug/dwarf".r·2 *@"debug/dwarf".LineReader "esc:0x9") @"debug/dwarf".step (@"debug/dwarf".entry·3 *@"debug/dwarf".LineEntry "esc:0x1") (? bool)
	func (@"debug/dwarf".r·1 *@"debug/dwarf".LineReader "esc:0x9") @"debug/dwarf".updateFile () { if @"debug/dwarf".r·1.@"debug/dwarf".fileIndex < len(@"debug/dwarf".r·1.@"debug/dwarf".fileEntries) { @"debug/dwarf".r·1.@"debug/dwarf".state.File = @"debug/dwarf".r·1.@"debug/dwarf".fileEntries[@"debug/dwarf".r·1.@"debug/dwarf".fileIndex] } else { @"debug/dwarf".r·1.@"debug/dwarf".state.File = nil } }
	type @"debug/dwarf".typeReader interface { AddressSize() (? int); Next() (? *@"debug/dwarf".Entry, ? error); Seek(? @"debug/dwarf".Offset); @"debug/dwarf".clone() (? @"debug/dwarf".typeReader); @"debug/dwarf".offset() (? @"debug/dwarf".Offset) }
	type @"debug/dwarf".Reader struct { @"debug/dwarf".b @"debug/dwarf".buf; @"debug/dwarf".d *@"debug/dwarf".Data; @"debug/dwarf".err error; @"debug/dwarf".unit int; @"debug/dwarf".lastChildren bool; @"debug/dwarf".lastSibling @"debug/dwarf".Offset }
	func (@"debug/dwarf".r·2 *@"debug/dwarf".Reader "esc:0x1") AddressSize () (? int) { return @"debug/dwarf".r·2.@"debug/dwarf".d.@"debug/dwarf".unit[@"debug/dwarf".r·2.@"debug/dwarf".unit].@"debug/dwarf".asize }
	func (@"debug/dwarf".r·3 *@"debug/dwarf".Reader "esc:0x10a") Next () (? *@"debug/dwarf".Entry, ? error)
	func (@"debug/dwarf".r·1 *@"debug/dwarf".Reader "esc:0x9") Seek (@"debug/dwarf".off·2 @"debug/dwarf".Offset)
	func (@"debug/dwarf".r·1 *@"debug/dwarf".Reader "esc:0x9") SkipChildren ()
	func (@"debug/dwarf".r·2 *@"debug/dwarf".Reader "esc:0x9") @"debug/dwarf".clone () (? @"debug/dwarf".typeReader)
	func (@"debug/dwarf".r·1 *@"debug/dwarf".Reader "esc:0x9") @"debug/dwarf".maybeNextUnit ()
	func (@"debug/dwarf".r·2 *@"debug/dwarf".Reader "esc:0x1") @"debug/dwarf".offset () (? @"debug/dwarf".Offset) { return @"debug/dwarf".r·2.@"debug/dwarf".b.@"debug/dwarf".off }
	type @"debug/dwarf".TypedefType struct { ? @"debug/dwarf".CommonType; Type @"debug/dwarf".Type }
	func (@"debug/dwarf".t·2 *@"debug/dwarf".TypedefType "esc:0x9") Size () (? int64)
	func (@"debug/dwarf".t·2 *@"debug/dwarf".TypedefType "esc:0x22") String () (? string) { return @"debug/dwarf".t·2.CommonType.Name }
	type @"debug/dwarf".Data struct { @"debug/dwarf".abbrev []byte; @"debug/dwarf".aranges []byte; @"debug/dwarf".frame []byte; @"debug/dwarf".info []byte; @"debug/dwarf".line []byte; @"debug/dwarf".pubnames []byte; @"debug/dwarf".ranges []byte; @"debug/dwarf".str []byte; @"debug/dwarf".abbrevCache map[uint32]@"debug/dwarf".abbrevTable; @"debug/dwarf".order @"encoding/binary".ByteOrder; @"debug/dwarf".typeCache map[@"debug/dwarf".Offset]@"debug/dwarf".Type; @"debug/dwarf".typeSigs map[uint64]*@"debug/dwarf".typeUnit; @"debug/dwarf".unit []@"debug/dwarf".unit }
	func (@"debug/dwarf".d·2 *@"debug/dwarf".Data) AddTypes (@"debug/dwarf".name·3 string, @"debug/dwarf".types·4 []byte) (? error)
	func (@"debug/dwarf".d·3 *@"debug/dwarf".Data) LineReader (@"debug/dwarf".cu·4 *@"debug/dwarf".Entry) (? *@"debug/dwarf".LineReader, ? error)
	func (@"debug/dwarf".d·2 *@"debug/dwarf".Data) Reader () (? *@"debug/dwarf".Reader)
	func (@"debug/dwarf".d·3 *@"debug/dwarf".Data) Type (@"debug/dwarf".off·4 @"debug/dwarf".Offset) (? @"debug/dwarf".Type, ? error)
	func (@"debug/dwarf".d·2 *@"debug/dwarf".Data "esc:0x1") @"debug/dwarf".offsetToUnit (@"debug/dwarf".off·3 @"debug/dwarf".Offset) (? int)
	func (@"debug/dwarf".d·3 *@"debug/dwarf".Data) @"debug/dwarf".parseAbbrev (@"debug/dwarf".off·4 uint32, @"debug/dwarf".vers·5 int) (? @"debug/dwarf".abbrevTable, ? error)
	func (@"debug/dwarf".d·2 *@"debug/dwarf".Data) @"debug/dwarf".parseTypes (@"debug/dwarf".name·3 string, @"debug/dwarf".types·4 []byte) (? error)
	func (@"debug/dwarf".d·3 *@"debug/dwarf".Data) @"debug/dwarf".parseUnits () (? []@"debug/dwarf".unit, ? error)
	func (@"debug/dwarf".d·3 *@"debug/dwarf".Data) @"debug/dwarf".readType (@"debug/dwarf".name·4 string, @"debug/dwarf".r·5 @"debug/dwarf".typeReader, @"debug/dwarf".off·6 @"debug/dwarf".Offset, @"debug/dwarf".typeCache·7 map[@"debug/dwarf".Offset]@"debug/dwarf".Type "esc:0x1", @"debug/dwarf".typedefs·8 *[]*@"debug/dwarf".TypedefType "esc:0x9") (? @"debug/dwarf".Type, ? error)
	func (@"debug/dwarf".d·3 *@"debug/dwarf".Data) @"debug/dwarf".sigToType (@"debug/dwarf".sig·4 uint64) (? @"debug/dwarf".Type, ? error)
	type @"".File struct { ? @"".FileHeader; OptionalHeader interface {}; Sections []*@"".Section; Symbols []*@"".Symbol; @"".closer @"io".Closer }
	func (@"".f·2 *@"".File "esc:0x9") Close () (? error)
	func (@"".f·3 *@"".File "esc:0x9") DWARF () (? *@"debug/dwarf".Data, ? error)
	func (@"".f·3 *@"".File "esc:0x1") ImportedLibraries () (? []string, ? error) { return nil, nil }
	func (@"".f·3 *@"".File "esc:0x9") ImportedSymbols () (? []string, ? error)
	func (@"".f·2 *@"".File "esc:0x32") Section (@"".name·3 string "esc:0x1") (? *@"".Section)
	type @"".ImportDirectory struct { OriginalFirstThunk uint32; TimeDateStamp uint32; ForwarderChain uint32; Name uint32; FirstThunk uint32; @"".dll string }
	type @"".FormatError struct { @"".off int64; @"".msg string; @"".val interface {} }
	func (@"".e·2 *@"".FormatError "esc:0x2a") Error () (? string)
	func @"".Open (@"".name·3 string) (? *@"".File, ? error)
	func @"".NewFile (@"".r·3 @"io".ReaderAt) (? *@"".File, ? error)
	type @"".DataDirectory struct { VirtualAddress uint32; Size uint32 }
	type @"".OptionalHeader32 struct { Magic uint16; MajorLinkerVersion uint8; MinorLinkerVersion uint8; SizeOfCode uint32; SizeOfInitializedData uint32; SizeOfUninitializedData uint32; AddressOfEntryPoint uint32; BaseOfCode uint32; BaseOfData uint32; ImageBase uint32; SectionAlignment uint32; FileAlignment uint32; MajorOperatingSystemVersion uint16; MinorOperatingSystemVersion uint16; MajorImageVersion uint16; MinorImageVersion uint16; MajorSubsystemVersion uint16; MinorSubsystemVersion uint16; Win32VersionValue uint32; SizeOfImage uint32; SizeOfHeaders uint32; CheckSum uint32; Subsystem uint16; DllCharacteristics uint16; SizeOfStackReserve uint32; SizeOfStackCommit uint32; SizeOfHeapReserve uint32; SizeOfHeapCommit uint32; LoaderFlags uint32; NumberOfRvaAndSizes uint32; DataDirectory [16]@"".DataDirectory }
	type @"".OptionalHeader64 struct { Magic uint16; MajorLinkerVersion uint8; MinorLinkerVersion uint8; SizeOfCode uint32; SizeOfInitializedData uint32; SizeOfUninitializedData uint32; AddressOfEntryPoint uint32; BaseOfCode uint32; ImageBase uint64; SectionAlignment uint32; FileAlignment uint32; MajorOperatingSystemVersion uint16; MinorOperatingSystemVersion uint16; MajorImageVersion uint16; MinorImageVersion uint16; MajorSubsystemVersion uint16; MinorSubsystemVersion uint16; Win32VersionValue uint32; SizeOfImage uint32; SizeOfHeaders uint32; CheckSum uint32; Subsystem uint16; DllCharacteristics uint16; SizeOfStackReserve uint64; SizeOfStackCommit uint64; SizeOfHeapReserve uint64; SizeOfHeapCommit uint64; LoaderFlags uint32; NumberOfRvaAndSizes uint32; DataDirectory [16]@"".DataDirectory }
	type @"".SectionHeader32 struct { Name [8]uint8; VirtualSize uint32; VirtualAddress uint32; SizeOfRawData uint32; PointerToRawData uint32; PointerToRelocations uint32; PointerToLineNumbers uint32; NumberOfRelocations uint16; NumberOfLineNumbers uint16; Characteristics uint32 }
	const @"".COFFSymbolSize = 0x12
	type @"".COFFSymbol struct { Name [8]uint8; Value uint32; SectionNumber int16; Type uint16; StorageClass uint8; NumberOfAuxSymbols uint8 }
	const @"".IMAGE_FILE_MACHINE_UNKNOWN = 0x0
	const @"".IMAGE_FILE_MACHINE_AM33 = 0x1d3
	const @"".IMAGE_FILE_MACHINE_AMD64 = 0x8664
	const @"".IMAGE_FILE_MACHINE_ARM = 0x1c0
	const @"".IMAGE_FILE_MACHINE_EBC = 0xebc
	const @"".IMAGE_FILE_MACHINE_I386 = 0x14c
	const @"".IMAGE_FILE_MACHINE_IA64 = 0x200
	const @"".IMAGE_FILE_MACHINE_M32R = 0x9041
	const @"".IMAGE_FILE_MACHINE_MIPS16 = 0x266
	const @"".IMAGE_FILE_MACHINE_MIPSFPU = 0x366
	const @"".IMAGE_FILE_MACHINE_MIPSFPU16 = 0x466
	const @"".IMAGE_FILE_MACHINE_POWERPC = 0x1f0
	const @"".IMAGE_FILE_MACHINE_POWERPCFP = 0x1f1
	const @"".IMAGE_FILE_MACHINE_R4000 = 0x166
	const @"".IMAGE_FILE_MACHINE_SH3 = 0x1a2
	const @"".IMAGE_FILE_MACHINE_SH3DSP = 0x1a3
	const @"".IMAGE_FILE_MACHINE_SH4 = 0x1a6
	const @"".IMAGE_FILE_MACHINE_SH5 = 0x1a8
	const @"".IMAGE_FILE_MACHINE_THUMB = 0x1c2
	const @"".IMAGE_FILE_MACHINE_WCEMIPSV2 = 0x169
	func @"".init ()
	func @"io".NewSectionReader (@"io".r·2 @"io".ReaderAt, @"io".off·3 int64, @"io".n·4 int64) (? *@"io".SectionReader) { return (&@"io".SectionReader{ @"io".r:@"io".r·2, @"io".base:@"io".off·3, @"io".off:@"io".off·3, @"io".limit:@"io".off·3 + @"io".n·4 }) }
	type @"debug/dwarf".DecodeError struct { Name string; Offset @"debug/dwarf".Offset; Err string }
	func (@"debug/dwarf".e·2 @"debug/dwarf".DecodeError "esc:0x1") Error () (? string)

$$
_go_.o          0           0     0     644     124624    `
go object linux amd64 go1.6 X:none

!
go13lddebug/dwarf.a"encoding/binary.aerrors.a
fmt.aio.aos.astrconv.aþ$"".(*Section).DataÀÀdH‹%H;a†úHƒìX1ÛH‰\$hH‰\$pH‰\$x1ÛH‰œ$€H‰œ$ˆH‹\$`H‹C@H‹X H‹hH)ëH‰ØHH‰$H‰D$H‰D$èH‹T$H‹L$ H‹D$(H‹\$`H‹k@H‰,$H‰T$@H‰T$H‰L$HH‰L$H‰D$PH‰D$HÇD$ èH‹T$(H‹L$0H‹D$8H‹t$HH9òu?1ÀH‰ÁH‹l$PH9êw)L‹D$@L‰D$hH‰T$pH‰l$xH‰Œ$€H‰„$ˆHƒÄXÃèëÄèééþÿÿÌÌÌÌÌÌÌÌÌ
¨type.[]uint8Î"runtime.makesliceÞ4io.(*SectionReader).ReadAtŠ$runtime.panicsliceœ0runtime.morestack_noctxt`°
"".autotmp_0008type.int64"".dat/type.[]uint8"".~r1@type.error"".~r0type.[]uint8"".s type.*"".Section °ì¯°	¯  ”:@H
<fHVTgclocals·7c639281594b5ca3b5c2bcc331d3ab8cTgclocals·2c033e7f4f4a74cc7e9f368d1fec9f608$GOROOT/src/debug/pe/file.goþ$"".(*Section).OpenààdH‹%H;a†PHƒìX1ÛH‰\$hH‰\$pH‹1íH9è„üH‹\$`H‹k@H‰D$HH‰D$8H‰l$PH‰l$@HÇD$ H»ÿÿÿÿÿÿÿH‰\$(HH‰$èH‹L$ H‹D$H‰D$0H‹l$8H‰(H‹l$@€=uqH‰hH‰HH‰HL‹D$(H‰ÍLÅH‰h H‰D$0H‹1íH9ètH‹\$0H‰\$pH‰D$hHƒÄXÃHH‰$HH‰\$HH‰\$èH‹D$ë½L@L‰$H‰l$èH‹L$ H‹D$0érÿÿÿHH‰$HH‰\$HH‰\$èH‹D$éÒþÿÿèé“þÿÿÌÌÌ 
LJgo.itab.*io.SectionReader.io.ReaderAtÚ*type.io.SectionReaderì"runtime.newobject°(runtime.writeBarrier„Ngo.itab.*io.SectionReader.io.ReadSeekerÈ,type.*io.SectionReaderÞ$type.io.ReadSeekeröNgo.itab.*io.SectionReader.io.ReadSeekerŠ runtime.typ2Itab¼.runtime.writebarrierptrè,type.*io.SectionReaderþ type.io.ReaderAt–Jgo.itab.*io.SectionReader.io.ReaderAtª runtime.typ2ItabÈ0runtime.morestack_noctxt0°"".autotmp_0014type.*uint8"".autotmp_0013O,type.*io.SectionReader"".autotmp_0012,type.*io.SectionReader"".autotmp_0010 type.io.ReaderAt"".autotmp_0009,type.*io.SectionReaderio.n·4_type.int64io.off·3otype.int64io.r·2? type.io.ReaderAt"".~r0$type.io.ReadSeeker"".s type.*"".Section"°É¯°‚¯
ð
¨ðuPTgclocals·cb395d89503762333b1bfb09ba74eb12Tgclocals·224c066661476ee90d4178fff75bb75d8$GOROOT/src/debug/pe/file.goþ."".(*FormatError).Error  dH‹%HD$ÐH;A†çHì°WÀD$hH‹”$¸1ÛH‰œ$ÀH‰œ$ÈHƒú„­H‹JH‹BH‹jHƒý„
H‰L$8H‰Œ$ˆH‰D$@H‰„$1ÀH‰D$hH‰D$pHD$hHƒø„[HDŽ$ HDŽ$¨HjH‰„$˜H‰D$H‰l$H-H‰,$èHH‰$HÇD$H‹œ$˜H‰\$H‹œ$ H‰\$H‹œ$¨H‰\$ èH‹L$(H‹D$0HÇ$H‹œ$ˆH‰\$H‹œ$H‰\$H‰L$xH‰L$H‰„$€H‰D$ èH‹”$¸H‹L$(H‹D$0H‰L$8H‰Œ$ˆH‰D$@H‰„$1ÛH‰\$XH‰\$`H\$XHƒû„GHDŽ$ HDŽ$¨H‰œ$˜HH‰$H‰T$Hƒ|$„ÿHÇD$èH‹L$H‹D$ H‹œ$˜H‰L$HH‰H‰D$P€=…®H‰CHH‰$HÇD$H‹œ$˜H‰\$H‹œ$ H‰\$H‹œ$¨H‰\$ èH‹L$(H‹D$0HÇ$H‹œ$ˆH‰\$H‹œ$H‰\$H‰L$xH‰L$H‰„$€H‰D$ èH‹L$(H‹D$0H‰Œ$ÀH‰„$ÈHİÃLCL‰$H‰D$èé?ÿÿÿ‰%éõþÿÿ‰é²þÿÿ‰éžýÿÿ‰éLýÿÿèé÷üÿÿÌÌÌÌÌÌÌ
Ž"type.interface {} (runtime.typedmemmove®"go.string." '%v'" fmt.Sprintf°*runtime.concatstring2Œtype.int64Òruntime.convT2Eœ(runtime.writeBarrierÀDgo.string." in record at byte %#x"²	fmt.SprintfÂ
*runtime.concatstring2ª.runtime.writebarrierptr€0runtime.morestack_noctxt0à"".autotmp_0029Ï"type.interface {}"".autotmp_0028¯(type.[1]interface {}"".autotmp_0026*type.*[1]interface {}"".autotmp_0025&type.[]interface {}"".autotmp_0024(type.[1]interface {}"".autotmp_0021/&type.[]interface {}"".autotmp_0020type.string"".autotmp_0019type.string"".autotmp_0018otype.string"".autotmp_0017Otype.string"".msgïtype.string"".~r0type.string"".e(type.*"".FormatError à§ßà8ߐ0¸AÁ*&Ï@H‘pH4<Tgclocals·948c285cf1025b717e2658a3cccfd415Tgclocals·7affa7083e8c5b016398fe7323f445ae8$GOROOT/src/debug/pe/file.goþ"".Open  dH‹%H;a†åHƒìp1ÛH‰œ$H‰œ$˜H‹\$xH‰$H‹œ$€H‰\$èH‹T$H‹D$H‹L$ H‰L$HH‰D$@Hƒøt!HDŽ$ˆH‰„$H‰Œ$˜HƒÄpÃH‰T$0H‰T$8H‹1íH9è„&H‹L$8H‰D$`H‰$H‰L$hH‰L$èH‹L$0H‹\$H‰\$(H‹D$H‹\$ H‰\$HH‰D$@Hƒøt4H‰$èHDŽ$ˆH‹\$@H‰œ$H‹\$HH‰œ$˜HƒÄpÃH‰L$8H‹1íH9ètgH‹L$8H‹\$(HƒûtSH‰D$PH‰CXH‰L$X€=u(H‰K`H‹\$(H‰œ$ˆ1ÛH‰œ$H‰œ$˜HƒÄpÃLC`L‰$H‰L$èëȉë©HH‰$HH‰\$HH‰\$èH‹D$égÿÿÿHH‰$HH‰\$HH‰\$èH‹D$é¨þÿÿèéþýÿÿÌÌÌÌÌÌÌÌÌÌÌÌÌÌ"
€os.Open¢8go.itab.*os.File.io.ReaderAtò"".NewFileÖ os.(*File).CloseÄ4go.itab.*os.File.io.Closerš(runtime.writeBarrier”.runtime.writebarrierptr®type.*os.FileÄtype.io.CloserÜ4go.itab.*os.File.io.Closerð runtime.typ2Itab’type.*os.File¨ type.io.ReaderAtÀ8go.itab.*os.File.io.ReaderAtÔ runtime.typ2Itabò0runtime.morestack_noctxtPà"".autotmp_0033type.*uint8"".autotmp_0031type.*os.File"".autotmp_0030otype.*os.File
"".fftype.*"".File"".err_type.error"".ftype.*os.File"".~r20type.error"".~r1 type.*"".File"".nametype.string8àlßà•ßàaßà|ߐ@Ì)/!W	+>$6	2	 ?y2Ÿ.2'Tgclocals·6362f41c131a6ba748d5aa5430c5ca02Tgclocals·d24387c5c2ff8a3e94f5afa1fe0210868$GOROOT/src/debug/pe/file.goþ "".(*File).Close  dH‹%H;avrHƒì8H‹T$@1ÛH‰\$HH‰\$P1ÉH‰L$H‰ÈH‰L$ H‹jXHƒýt5H‹JXH‹j`H‰l$0H‰,$H‰L$(H‹Y ÿÓH‹L$H‹D$H‹\$@1íH‰kXH‰k`H‰L$HH‰D$PHƒÄ8ÃèéuÿÿÿÌÌÌÌÌ
®„0runtime.morestack_noctxt0p"".err?type.error"".~r0type.error"".ftype.*"".Filepmo î$
&
W9Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·a8eabfc4a4514ed6b3b0c61e9680e4408$GOROOT/src/debug/pe/file.goþ"".NewFileÀvÀvdH‹%H„$ ýÿÿH;A†zHì`1ÛH‰œ$€H‰œ$ˆHH‰$èH‹\$H‰œ$°H‹œ$hH‰œ$€H‹œ$pH‰œ$ˆHÇD$PH»ÿÿÿÿÿÿÿH‰\$`HH‰$èH‹L$PH‹D$H‰„$àH‹¬$€H‰(H‹¬$ˆ€=…¦H‰hH‰HH‰HL‹D$`H‰ÍLÅH‰h H‰„$HH‰$èH‹D$H‰„$8Hƒø„UHÇÂ`HÇÁ`H‰„$H‰D$H‰”$ H‰T$H‰Œ$(H‰L$HÇD$ H‹œ$pH‰$H‹œ$hH‹[ ÿÓH‹Œ$8H‹D$0H‹T$8H‰”$8H‰„$0Hƒøt$HDŽ$xH‰„$€H‰”$ˆHÄ`ö€ûM…ž¶Y€ûZ…‘H‰ËHƒù„}HƒÃ<HÇÀ$HÇÂ$H‰ÙH‰”$àHƒø†O¶H‰ÍHƒø†8HÿŶmÁå	ëH‰ÍHƒø†HƒÅ¶mÁå	ëH‰ÍH‰Œ$ÐHƒøH‰„$؆çHƒÅ¶mÁå	ëH‰\$HHH‰$èH‹D$H‰„$Hƒø„§HÇÂHÇÁH‰„$H‰D$H‰”$ H‰T$H‰Œ$(H‰L$H‹\$HH‰\$ H‹œ$pH‰$H‹œ$hH‹[ ÿÓH‹„$¶€ûP…D¶X€ûE…7¶X€û…*¶X€û…H‹D$HHƒÀH‹œ$H‰$H‰„$€H‰D$HÇD$èH‹œ$H‰œ$àH‹œ$°Hƒû„ÄH‰œ$H‹H‰„$Ð1íH9è„hHH‰$HH‰\$HH‰\$HH‰\$HÇD$ èH\$(H|$H‹H‰H‹KH‰OH‹Œ$àH‹„$ÐH‰„$pH‰$H‰Œ$xH‰L$H‹Œ$HH‰œ$`H‰\$ H‰Œ$hH‰L$(èH‹„$°H‹L$0H‹T$8H‰”$øH‰Œ$ðHƒùt$HDŽ$xH‰Œ$€H‰”$ˆHÄ`ÃH·fƒû„H·fûd†„H·fûL„öHH‰œ$pHDŽ$x1ÛH‰œ$PH‰œ$XHH‰$èH‹D$H‰„$ØH‹¬$xH‰hH‹¬$p€=utH‰(H‰„$ØH‹1íH9èt,H‹”$ØHDŽ$xH‰„$€H‰”$ˆHÄ`ÃHH‰$HH‰\$HH‰\$èH‹D$ë¥H‰$H‰l$èH‹„$Øétÿÿÿ1ÛH‰œ$ H‰œ$¨H‰œ$°‹Xƒû†cH‹œ$H‰$‹X‹hkíëH‰\$HÇD$èHH‰$èH‹D$H‹œ$H‰œ$àH‰„$0H‰„$H‹H‰„$Ð1íH9è„uHH‰$HH‰\$HH‰\$HH‰\$HÇD$ èH\$(H|$H‹H‰H‹KH‰OH‹Œ$àH‹„$ÐH‰„$pH‰$H‰Œ$xH‰L$H‹Œ$HH‰œ$`H‰\$ H‰Œ$hH‰L$(èH‹”$0H‹D$0H‹L$8H‰Œ$ÈH‰„$ÀHƒøt$HDŽ$xH‰„$€H‰Œ$ˆHÄ`ÃHH‰$‹*H‰l$‹*H‰l$èH‹´$°H‹T$H‹L$ H‹D$(H‰”$ H‰T$H‰Œ$¨H‰L$H‰„$°H‰D$‹^‹nkíëH‰\$ H‹œ$pH‰$H‹œ$hH‹[ ÿÓH‹D$0H‹L$8H‰Œ$ØH‰„$ÐHƒøt$HDŽ$xH‰„$€H‰Œ$ˆHÄ`ÃH‹œ$H‰$H‹œ$°‹kH‰l$HÇD$èÆD$G1ÀH‹œ$°‹[H‰D$pH9ÃŽÞHH‰$èH‹D$H‹œ$H‰œ$àH‰„$¸H‰„$H‹H‰„$Ð1íH9è„UHH‰$HH‰\$HH‰\$HH‰\$HÇD$ èH\$(H|$H‹H‰H‹KH‰OH‹Œ$àH‹„$ÐH‰„$pH‰$H‰Œ$xH‰L$H‹Œ$HH‰œ$`H‰\$ H‰Œ$hH‰L$(è¶T$GH‹„$¸H‹L$0H‹l$8H‰¬$H‰Œ$Hƒùt$HDŽ$xH‰Œ$€H‰¬$ˆHÄ`ÀúvH‰ÓHÿˈ\$GH‹D$pHÿÀéþÿÿ1ÛH‰œ$ H‰œ$¨¶€û…¼¶X€û…¯¶X€û…¢¶X€û…•H‰ÁHƒÁHÇÀHÇÂH‰”$ÈHƒø†g¶H‰ÍHƒø†PHÿŶmÁå	ëH‰ÍHƒø†0HƒÅ¶mÁå	ëH‰ÍH‰Œ$¸HƒøH‰„$À†ÿHƒÅ¶mÁå	ëH‰ØH‹œ$ H‰$H‹œ$¨H‰\$H‹œ$°H‰\$H‰D$èH‹\$ H‰œ$ H‹\$(H‰œ$¨H‹œ$¸¶k@ˆl$GHH‰$èH‹Œ$¸H‹D$H‰„$ÈH‹¬$¨H‰hH‹¬$ €=…+H‰(Hƒø„‹i‰hH·if‰hH·if‰h¶i@ˆhH‰„$ H‹œ$°H‹S@H‹kHH‹KPH‰èHÿÅH9Íw4H‰kHHÂH‹¬$ €=uH‰+éþÿÿH‰$H‰l$èéûýÿÿHH‰$H‰T$H‰D$H‰L$H‰l$ èH‹T$(H‹l$0H‹L$8H‹œ$°HƒûtWH‰èH‰¬$ˆHÿÅH‰kHH‰KPH‰”$À€=u	H‰S@é_ÿÿÿLC@L‰$H‰T$èH‹”$ÀH‹„$ˆé8ÿÿÿ‰륉éâþÿÿH‰$H‰l$èH‹Œ$¸H‹„$ÈéµþÿÿèèèèHƒøtXHÇÂHÇÁH‰„$H‰$H‰”$ H‰T$H‰Œ$(H‰L$èH‹\$H‰œ$ H‹\$ H‰œ$¨éáýÿÿ‰ë¤HH‰$HH‰\$HH‰\$èH‹\$H‰œ$ÐéqûÿÿH‹œ$H‰$H‹œ$€H‰\$HÇD$èH‹œ$H‰œ$àH‹œ$°Hƒû„;H‰œ$H‹H‰„$Ð1íH9è„ß
HH‰$HH‰\$HH‰\$HH‰\$HÇD$ èH\$(H|$H‹H‰H‹KH‰OH‹Œ$àH‹„$ÐH‰„$pH‰$H‰Œ$xH‰L$H‹Œ$HH‰œ$`H‰\$ H‰Œ$hH‰L$(èH‹D$0H‹L$8H‰Œ$H‰„$Hƒøt$HDŽ$xH‰„$€H‰Œ$ˆHÄ`ÃHH‰$èH‹\$H‰œ$(HH‰$èH‹”$H‹L$H‹œ$°H·kH‰èH‰ëH·-f9ë…”	H‰”$àH‹œ$(H‰œ$øH‹H‰„$Ð1íH9è„(	HH‰$HH‰\$HH‰\$HH‰\$HÇD$ èH\$(H|$H‹H‰H‹KH‰OH‹Œ$àH‹„$ÐH‰„$pH‰$H‰Œ$xH‰L$H‹Œ$øHH‰œ$`H‰\$ H‰Œ$hH‰L$(èH‹Œ$(H‹D$0H‹T$8H‰”$èH‰„$àHƒøt$HDŽ$xH‰„$€H‰”$ˆHÄ`ÃH·fû„ 1ÛH‰œ$€H‰œ$ˆHœ$€Hƒû„õHDŽ$ðHDŽ$øH‰œ$èHH‰$H‰L$HÇD$èH‹D$H‹L$ H‹œ$èH‰„$`H‰H‰Œ$h€=urH‰KHH‰$HÇD$1H‹œ$èH‰\$H‹œ$ðH‰\$H‹œ$øH‰\$ èH‹D$(H‹L$0HDŽ$xH‰„$€H‰Œ$ˆHÄ`ÃLCL‰$H‰L$èé{ÿÿÿ‰éÿÿÿHH‰ØH‹œ$°Hƒû„ÞH‰„$`H‰CH‰Œ$h€=…¦H‰K HH‰$H‹œ$°H·kH‰l$H‹œ$°H·kH‰l$èH‹T$H‹L$ H‹D$(H‹œ$°Hƒû„FH‰Œ$H‰K0H‰„$H‰C8H‰”$€=…H‰S(1ÀH‹œ$°H·[H‰D$xH9ÃŽ·HH‰$èH‹D$H‹œ$H‰œ$àH‰„$˜H‰„$èH‹H‰„$Ð1íH9è„.HH‰$HH‰\$HH‰\$HH‰\$HÇD$ èH\$(H|$H‹H‰H‹KH‰OH‹Œ$àH‹„$ÐH‰„$pH‰$H‰Œ$xH‰L$H‹Œ$èHH‰œ$`H‰\$ H‰Œ$hH‰L$(èH‹„$˜H‹L$0H‹T$8H‰”$HH‰Œ$@Hƒùt$HDŽ$xH‰Œ$€H‰”$ˆHÄ`Ã1ÛH‰œ$°H‰œ$¸¶€û/…ÀH‰ÃHÿÃHÇÂHÇÁH‰œ$H‰$H‰”$ H‰T$H‰Œ$(H‰L$èH‹L$H‹D$ H‰Œ$H‰$H‰„$˜H‰D$èH‹D$H‹œ$ H‰$H‹œ$¨H‰\$H‹œ$°H‰\$H‰D$èH‹\$ H‰œ$°H‹\$(H‰œ$¸HH‰$èH‹„$˜H‹L$H5H¼$0èH‹œ$°H‰œ$0H‹œ$¸H‰œ$8‹X‰œ$@‹X‰œ$D‹X‰œ$H‹X‰œ$L‹X‰œ$P‹X‰œ$TH·X f‰œ$XH·X"f‰œ$Z‹X$‰œ$\H‰Œ$¨Hƒù„@Hœ$0H‰L$H‰\$HH‰$èH‹„$¨‹hH‰é‹hH‹œ$hH‰œ$H‹œ$pH‰œ$˜H‰L$XH‰l$hHH‰$èH‹L$XH‹D$H‰„$àH‹¬$H‰(H‹¬$˜€=…}H‰hH‰HH‰HL‹D$hH‰ÍLÅH‰h H‹œ$¨Hƒû„I€=…%H‰C@H‹1íH9è„ÝH‹œ$¨H‹K@H‹œ$¨Hƒû„¸H‰„$PH‰C0H‰Œ$X€=…€H‰K8H‹œ$°HƒûtjH‹K(H‹C0H‹k8H‰¬$H‰Œ$H‹l$xH‰„$H9Ås5HéH‹¬$¨€=uH‰+H‹D$xHÿÀétûÿÿH‰$H‰l$èëãè‰ë’LC8L‰$H‰L$èémÿÿÿ‰éAÿÿÿHH‰$HH‰\$HH‰\$èH‹D$éñþÿÿLC@L‰$H‰D$èéÈþÿÿ‰é°þÿÿL@L‰$H‰l$èH‹L$XH‹„$àécþÿÿ‰é¹ýÿÿHÇÂHÇÁH‰„$H‰$H‰”$ H‰T$H‰Œ$(H‰L$èH‹\$H‰œ$°H‹\$ H‰œ$¸éžüÿÿHH‰$HH‰\$HH‰\$èH‹\$H‰œ$Ðé˜úÿÿH‹œ$°H‰œ$x1ÛH‰œ$€H‰œ$ˆHÄ`ÃLC(L‰$H‰T$èéëùÿÿ‰é³ùÿÿLC L‰$H‰L$èéGùÿÿ‰éùÿÿHH‰$HH‰\$HH‰\$èH‹\$H‰œ$ÐéžöÿÿH·-f9è…õøÿÿH‰”$àH‰Œ$ H‰Œ$ðH‹H‰„$Ð1íH9è„€HH‰$HH‰\$HH‰\$HH‰\$HÇD$ èH\$(H|$H‹H‰H‹KH‰OH‹Œ$àH‹„$ÐH‰„$pH‰$H‰Œ$xH‰L$H‹Œ$ðHH‰œ$`H‰\$ H‰Œ$hH‰L$(èH‹Œ$ H‹D$0H‹T$8H‰”$(H‰„$ Hƒøt$HDŽ$xH‰„$€H‰”$ˆHÄ`ÃH·fû„ 1ÛH‰œ$€H‰œ$ˆHœ$€Hƒû„õHDŽ$ðHDŽ$øH‰œ$èHH‰$H‰L$HÇD$èH‹D$H‹L$ H‹œ$èH‰„$`H‰H‰Œ$h€=urH‰KHH‰$HÇD$2H‹œ$èH‰\$H‹œ$ðH‰\$H‹œ$øH‰\$ èH‹D$(H‹L$0HDŽ$xH‰„$€H‰Œ$ˆHÄ`ÃLCL‰$H‰L$èé{ÿÿÿ‰éÿÿÿHH‰ØH‹œ$°Hƒût=H‰„$`H‰CH‰Œ$h€=u	H‰K é^öÿÿLC L‰$H‰L$èéGöÿÿ‰ë¿HH‰$HH‰\$HH‰\$èH‹\$H‰œ$ÐéFýÿÿHH‰$HH‰\$HH‰\$èH‹\$H‰œ$Ðéçñÿÿ‰é¾ñÿÿHH‰$HH‰\$HH‰\$èH‹\$H‰œ$ÐéQêÿÿHH‰$HH‰\$HH‰\$èH‹\$H‰œ$Ðé^çÿÿ‰é5çÿÿHH‰œ$`HDŽ$h1ÛH‰œ$@H‰œ$HHH‰$èH‹D$H‰„$ØH‹¬$hH‰hH‹¬$`€=utH‰(H‰„$ØH‹1íH9èt,H‹Œ$ØHDŽ$xH‰„$€H‰Œ$ˆHÄ`ÃHH‰$HH‰\$HH‰\$èH‹D$ë¥H‰$H‰l$èH‹„$Øétÿÿÿ‰éRåÿÿèèèè‰é|äÿÿ1ÀéÅåÿÿ‰é¤ãÿÿL@L‰$H‰l$èH‹L$PH‹„$àé:ãÿÿèéaâÿÿ̚
ntype."".File€"runtime.newobject˜*type.io.SectionReaderª"runtime.newobject€(runtime.writeBarrierâtype.[96]uint8ô"runtime.newobjectÖÜ	type.[4]uint8î	"runtime.newobjectÒ¤
0io.(*SectionReader).Seek†Fgo.itab.*io.SectionReader.io.ReaderºBtype.encoding/binary.littleEndianÐ<type.encoding/binary.ByteOrderè|go.itab.encoding/binary.littleEndian.encoding/binary.ByteOrder€8encoding/binary.LittleEndian¦runtime.convT2IÆ&type.*"".FileHeader„(encoding/binary.Read‚Fgo.string."Invalid PE File Format."Ü.type.errors.errorStringî"runtime.newobject¼(runtime.writeBarrieræBgo.itab.*errors.errorString.errorÚ0type.*errors.errorStringðtype.errorˆBgo.itab.*errors.errorString.errorœ runtime.typ2ItabÆ.runtime.writebarrierptr€0io.(*SectionReader).SeekŽtype.uint32 "runtime.newobjectøFgo.itab.*io.SectionReader.io.Reader¬Btype.encoding/binary.littleEndianÂ<type.encoding/binary.ByteOrderÚ|go.itab.encoding/binary.littleEndian.encoding/binary.ByteOrderò8encoding/binary.LittleEndian˜runtime.convT2I¸type.*uint32ö(encoding/binary.Readœtype.[]uint8Ê"runtime.makeslicežö 0io.(*SectionReader).SeekÄ!$type."".COFFSymbolÖ!"runtime.newobject®"Fgo.itab.*io.SectionReader.io.Readerâ"Btype.encoding/binary.littleEndianø"<type.encoding/binary.ByteOrder#|go.itab.encoding/binary.littleEndian.encoding/binary.ByteOrder¨#8encoding/binary.LittleEndianÎ#runtime.convT2Iî$&type.*"".COFFSymbol¬%(encoding/binary.Read„+"".getStringè+type."".Symbolú+"runtime.newobjectØ,(runtime.writeBarrierº.(runtime.writeBarrierì..runtime.writebarrierptr„/"type.[]*"".Symbol¾/"runtime.growsliceÀ0(runtime.writeBarrierü0.runtime.writebarrierptrØ1.runtime.writebarrierptrŒ2$runtime.panicindexš2$runtime.panicindex¨2$runtime.panicindex¶2$runtime.panicindex¸3"".cstringŒ4,type.*io.SectionReader¢4type.io.Readerº4Fgo.itab.*io.SectionReader.io.ReaderÎ4 runtime.typ2ItabÀ50io.(*SectionReader).Seek¢6Fgo.itab.*io.SectionReader.io.ReaderÖ6Btype.encoding/binary.littleEndianì6<type.encoding/binary.ByteOrder„7|go.itab.encoding/binary.littleEndian.encoding/binary.ByteOrderœ78encoding/binary.LittleEndianÂ7runtime.convT2Iâ8&type.*"".FileHeader 9(encoding/binary.Read¶:0type."".OptionalHeader32È:"runtime.newobjectð:0type."".OptionalHeader64‚;"runtime.newobjectÒ;2"".sizeofOptionalHeader32¢<Fgo.itab.*io.SectionReader.io.ReaderÖ<Btype.encoding/binary.littleEndianì<<type.encoding/binary.ByteOrder„=|go.itab.encoding/binary.littleEndian.encoding/binary.ByteOrderœ=8encoding/binary.LittleEndianÂ=runtime.convT2Iâ>2type.*"".OptionalHeader32 ?(encoding/binary.ReadìAtype.uint16šBruntime.convT2EðB(runtime.writeBarrierŒCzgo.string."pe32 optional header has unexpected Magic of 0x%x"þCfmt.ErrorfþD.runtime.writebarrierptr¤E2type.*"".OptionalHeader32‚F(runtime.writeBarrier¦F$type.[]*"".Section€G"runtime.makesliceŽH(runtime.writeBarrierìH.type."".SectionHeader32þH"runtime.newobjectÖIFgo.itab.*io.SectionReader.io.ReaderŠJBtype.encoding/binary.littleEndian J<type.encoding/binary.ByteOrder¸J|go.itab.encoding/binary.littleEndian.encoding/binary.ByteOrderÐJ8encoding/binary.LittleEndianöJruntime.convT2I–L0type.*"".SectionHeader32ÔL(encoding/binary.Read¦O"".cstringöOstrconv.AtoiàP"".getString¢Qtype."".Section´Q"runtime.newobjectÜQ""".statictmp_0101öQ¬
 runtime.duffcopyÌT*type."".SectionHeaderÞT(runtime.typedmemmoveâU*type.io.SectionReaderôU"runtime.newobjectÊV(runtime.writeBarrier¾W(runtime.writeBarrierâWJgo.itab.*io.SectionReader.io.ReaderAtèX(runtime.writeBarrieršZ(runtime.writeBarrierÜZ.runtime.writebarrierptrêZ$runtime.panicindexš[.runtime.writebarrierptrÀ[,type.*io.SectionReaderÖ[ type.io.ReaderAtî[Jgo.itab.*io.SectionReader.io.ReaderAt‚\ runtime.typ2Itabº\.runtime.writebarrierptrö\.runtime.writebarrierptrš^"".cstringæ^,type.*io.SectionReaderü^type.io.Reader”_Fgo.itab.*io.SectionReader.io.Reader¨_ runtime.typ2ItabÄ`.runtime.writebarrierptr€a.runtime.writebarrierptr¦a,type.*io.SectionReader¼atype.io.ReaderÔaFgo.itab.*io.SectionReader.io.Readerèa runtime.typ2Itabœb2"".sizeofOptionalHeader64ìbFgo.itab.*io.SectionReader.io.Reader cBtype.encoding/binary.littleEndian¶c<type.encoding/binary.ByteOrderÎc|go.itab.encoding/binary.littleEndian.encoding/binary.ByteOrderæc8encoding/binary.LittleEndianŒdruntime.convT2I¬e2type.*"".OptionalHeader64êe(encoding/binary.Read¶htype.uint16ähruntime.convT2Eºi(runtime.writeBarrierÖi|go.string."pe32+ optional header has unexpected Magic of 0x%x"Èjfmt.ErrorfÈk.runtime.writebarrierptrîk2type.*"".OptionalHeader64Äl(runtime.writeBarrier€m.runtime.writebarrierptr m,type.*io.SectionReader¶mtype.io.ReaderÎmFgo.itab.*io.SectionReader.io.Readerâm runtime.typ2Itab”n,type.*io.SectionReaderªntype.io.ReaderÂnFgo.itab.*io.SectionReader.io.ReaderÖn runtime.typ2Itab–o,type.*io.SectionReader¬otype.io.ReaderÄoFgo.itab.*io.SectionReader.io.ReaderØo runtime.typ2ItabŠp,type.*io.SectionReader ptype.io.Reader¸pFgo.itab.*io.SectionReader.io.ReaderÌp runtime.typ2ItabŒqFgo.string."Invalid PE File Format."æq.type.errors.errorStringøq"runtime.newobjectÆr(runtime.writeBarrierðrBgo.itab.*errors.errorString.erroräs0type.*errors.errorStringústype.error’tBgo.itab.*errors.errorString.error¦t runtime.typ2ItabÐt.runtime.writebarrierptr‚u$runtime.panicindexu$runtime.panicindexžu$runtime.panicindex¬u$runtime.panicindexþu.runtime.writebarrierptr¬v0runtime.morestack_noctxtPÀ
È"".autotmp_0106type.*uint8"".autotmp_0105,type.*io.SectionReader"".autotmp_0104,type.*io.SectionReader"".autotmp_0100type.*uint8"".autotmp_0099"type.interface {}"".autotmp_0098(type.[1]interface {}"".autotmp_0096*type.*[1]interface {}"".autotmp_0095&type.[]interface {}"".autotmp_0094type.*uint8"".autotmp_0093"type.interface {}"".autotmp_0092¿(type.[1]interface {}"".autotmp_0089ï&type.[]interface {}"".autotmp_0088type.*uint8"".autotmp_0086type.*uint8"".autotmp_0085¯
type.*"".Symbol"".autotmp_0084type.uint32"".autotmp_0083type.*uint8"".autotmp_0082type.*uint8"".autotmp_0081type.*uint8"".autotmp_0080type.error"".autotmp_00790type.*errors.errorString"".autotmp_0078type.*uint8"".autotmp_0077Ÿ
type.*uint8"".autotmp_0075
0type.*errors.errorString"".autotmp_0073ÿ	,type.*io.SectionReader"".autotmp_0072,type.*io.SectionReader"".autotmp_0071type.int"".autotmp_0070_*type."".SectionHeader"".autotmp_0069type.[]uint8"".autotmp_0068Ÿtype.string"".autotmp_0067type.[]uint8"".autotmp_0066ï	0type.*"".SectionHeader32"".autotmp_0065,type.*io.SectionReader"".autotmp_0064¿$type.[]*"".Section"".autotmp_00632type.*"".OptionalHeader64"".autotmp_0062type.error"".autotmp_0061ß	2type.*"".OptionalHeader64"".autotmp_0060,type.*io.SectionReader"".autotmp_00592type.*"".OptionalHeader32"".autotmp_0058type.error"".autotmp_0057Ï	2type.*"".OptionalHeader32"".autotmp_0056,type.*io.SectionReader"".autotmp_0055&type.*"".FileHeader"".autotmp_0054,type.*io.SectionReader"".autotmp_0052type.[]uint8"".autotmp_0051type.[]uint8"".autotmp_0049¿	&type.*"".COFFSymbol"".autotmp_0048,type.*io.SectionReader"".autotmp_0047¯	type.*uint32"".autotmp_0046,type.*io.SectionReader"".autotmp_00450type.*errors.errorString"".autotmp_0044Ÿ	&type.*"".FileHeader"".autotmp_0043,type.*io.SectionReader"".autotmp_00420type.*errors.errorString"".autotmp_0041type.[]uint8"".autotmp_0040type.[]uint8"".autotmp_0039type.[]uint8"".&oh64ÿ2type.*"".OptionalHeader64"".&oh32ï2type.*"".OptionalHeader32
"".&lßtype.*uint32"".&sign	type.*[4]uint8"".&dosheaderÏtype.*[96]uint8io.n·4ïtype.int64io.off·3type.int64io.r·2Ÿ type.io.ReaderAt(encoding/binary.b·2Ïtype.[]uint8"".~r0Ÿtype.errorerrors.text·2ßtype.string"".~r0¿type.errorerrors.text·2ÿtype.string(encoding/binary.b·2Ÿtype.[]uint8io.n·4ÿtype.int64io.off·3Ÿtype.int64io.r·2¿ type.io.ReaderAt"".sï
 type.*"".Section"".nameßtype.string"".err¿type.error
"".sh0type.*"".SectionHeader32"".iÏtype.int"".errÿtype.error"".errÿtype.error"".err¿type.error"".sÿ
type.*"".Symbol"".nameÿtype.string"".errŸtype.error
"".csÏ
&type.*"".COFFSymbol"".ißtype.int"".aux±type.uint8"".errŸtype.error"".err¿type.error
"".ssÿtype.[]uint8"".errßtype.error"".signoff¯type.int64"".base¿type.int64"".errßtype.error
"".srŸ,type.*io.SectionReader"".fß
type.*"".File"".~r20type.error"".~r1 type.*"".File"".r type.io.ReaderAtØ"À
–¿
À
Ø¿
À
׿
À
à¿
À
É¿
À
•¿
À
ì	¿
À
‡¿
À
¿
À
È¿
À
™	¿
À
°¿
À
¿
À
˜¿
À
¦¿
 ;ÔŒ4’$™s3	'˜$,ö*Ž$5q$*“$

3ŠJI			;/0/0œ	Y:6'$†$ A†Ž$lJ4








<³UT5
6569+S:6*;:†$ 9:AQ:A
ö#$¨?Uer‹shoµ—rŒojk—o§¹)_.%V"K9oq o½r@û&o°ÕK´-HnRGN#R’
o½r@\1:
A:V—.
>"Tgclocals·d9e844be8fad87a8c3b76490091b2fb3Tgclocals·1705727157e905d73faa451881d883f48$GOROOT/src/debug/pe/file.goþ"".cstring€€dH‹%H;a†–HƒìHH‹t$PH‹T$X1ÛH‰\$hH‰\$p1ÀH9Ð}H9ÐsiH¶€ûtHÿÀH9Ð|çH‹l$`H9èwDHÇ$H‰t$0H‰t$H‰D$8H‰D$H‰l$@H‰l$èH‹\$ H‰\$hH‹\$(H‰\$pHƒÄHÃèèèéMÿÿÿÌÌÌÌÌÌÌÌÌÌÌÌÌ

ü2runtime.slicebytetostring¸$runtime.panicsliceÆ$runtime.panicindexÔ0runtime.morestack_noctxtP"".autotmp_0149/type.[]uint8"".autotmp_0147type.int"".~r10type.string"".btype.[]uint8 ƒÀ”- U
}CTgclocals·89fe65749ce0afc971c0982226501ff0Tgclocals·790e5cc5051fc0affc980ade09e929ec8$GOROOT/src/debug/pe/file.goþ"".getStringààdH‹%H;a†HƒìHH‹|$hH‹t$PH‹T$X1ÛH‰\$pH‰\$xHƒÿŒÎH9׍ÅH‰øH9Ѝ™H9Ѓ©H¶€ûuxL‹D$`H‰ÅL9ÀwdH9Çw_H)ýI)øI‰ñIƒøtM9HÇ$L‰L$0L‰L$H‰l$8H‰l$L‰D$@L‰D$èH‹\$ H‰\$pH‹\$(H‰\$xƄ$€HƒÄHÃèHÿÀH9ÐŒgÿÿÿ1ÛH‰\$pH‰\$xƄ$€HƒÄHÃè1ÛH‰\$pH‰\$xƄ$€HƒÄHÃèéÓþÿÿÌÌÌ

ä2runtime.slicebytetostring°$runtime.panicsliceˆ$runtime.panicindexÈ0runtime.morestack_noctxtp"".autotmp_0153type.int"".autotmp_0152/type.[]uint8"".autotmp_0151type.int"".~r3`type.bool"".~r2@type.string"".start0type.int"".sectiontype.[]uint8,¿+°,¤2x

±Tgclocals·a041240a37ce609efec56707c330d1a4Tgclocals·790e5cc5051fc0affc980ade09e929ec8$GOROOT/src/debug/pe/file.goþ$"".(*File).SectionÀÀdH‹%H;a†ÿHƒìpH‹¼$ˆH‹\$xHƒû„ÝH‹K(H‹C0H‹k8H‰l$h1ÒH‰D$`H‰D$(H‰L$XH‹l$(H9ꍕH‰L$@H‹H‰T$0H‰\$8Hƒû„ŠH‹3H‹CH9øuXH‰t$HH‰4$H‰D$PH‰D$H‹¬$€H‰l$H‰|$èH‹¼$ˆH‹T$0H‹L$@¶\$ €ûtH‹\$8H‰œ$HƒÄpÃHƒÁHÿÂH‹l$(H9êŒkÿÿÿHDŽ$HƒÄpÉéoÿÿÿ‰éÿÿÿèéäþÿÿÌÌÌÌ
Ø runtime.eqstring¦0runtime.morestack_noctxt@à"".autotmp_0159Otype.string"".autotmp_0157_"type.**"".Section"".autotmp_0156type.int"".autotmp_0155type.int"".autotmp_0154/$type.[]*"".Section"".so type.*"".Section"".~r10 type.*"".Section"".nametype.string"".ftype.*"".File,àÆßà%ßàß (ÂLa
«uTgclocals·aefd16b155593f6f07980a05b297ad1fTgclocals·cf89d5c81323c78771a60eb7aec9de008$GOROOT/src/debug/pe/file.goþ "".(*File).DWARFààdH‹%H„$°ýÿÿH;A†ÀHìÐ1ÛH‰œ$èH‰œ$ð1ÛLIÇÁLHÇÆH-HÇÂH
HÇÀH¼$pWÀHƒÇàèL‰”$ðL‰”$0L‰Œ$øL‰Œ$8L‰„$L‰„$@H‰´$H‰´$HH‰¬$H‰¬$PH‰”$H‰”$XH‰Œ$ H‰Œ$`H‰„$(H‰„$h1ÀHDŽ$àHœ$0H‰ÙH‹¬$àH9èåH‰ËH‰Œ$øHƒù„“H‹	H‹kH‰„$èH‰„$ØH‰Œ$ H‰¬$(HÇ$HH‰\$HÇD$H‰Œ$H‰L$H‰¬$H‰l$ èH‹L$(H‹D$0H‹œ$ØH‰$H‰Œ$H‰L$H‰„$H‰D$èH‹D$1íH9è…H‹Œ$øH‹„$èHƒÁHÿÀH‹¬$àH9èŒÿÿÿL‹”$ˆL‹Œ$L‹„$˜H‹¼$ H‹´$¨H‹¬$°H‹”$¸H‹Œ$ÀH‹„$ÈL‹¬$pL‹¤$xL‹œ$€L‰”$ÀL‰Œ$ÈL‰„$ÐH‰¼$¨H‰´$°H‰¬$¸H‰”$H‰Œ$˜H‰„$ L‰¬$ØL‰,$L‰¤$àL‰d$L‰œ$èL‰\$1ÛH‰\$H‰\$ H‰\$(1ÛH‰\$0H‰\$8H‰\$@L‰”$`L‰T$HL‰Œ$hL‰L$PL‰„$pL‰D$XH‰¼$HH‰|$`H‰´$PH‰t$hH‰¬$XH‰l$p1ÛH‰\$xH‰œ$€H‰œ$ˆ1ÛH‰œ$H‰œ$˜H‰œ$ H‰”$0H‰”$¨H‰Œ$8H‰Œ$°H‰„$@H‰„$¸èH‹”$ÀH‹Œ$ÈH‹„$ÐH‰”$àH‰Œ$èH‰„$ðHÄÐÃH‰„$ðH‰$èH‹„$ðL‹L$H‹L$H‹t$H‹|$ L‹T$(L‰”$H‰¼$Hƒÿt-‰ˋh9ës$HDŽ$àH‰¼$èL‰”$ðHÄÐËXƒûv‹X‹h9ës
‹h‹ÝH9ówOH‰ÙHœ$pH‹¬$ØHƒýs/HkíHëL‰Œ$xL‰H‰Œ$€H‰KH‰´$ˆH‰sé#ýÿÿèè‰éfüÿÿèéûÿÿÌÌÌÌÌÌÌÌÌÌÌ
r$go.string."abbrev"Ž go.string."info"ª go.string."line"Ægo.string."str"ü¢ runtime.duffzeroæ&go.string.".debug_"À*runtime.concatstring2ª$"".(*File).Sectionâdebug/dwarf.Newô$"".(*Section).DataŽ$runtime.panicindexœ$runtime.panicslice¸0runtime.morestack_noctxt@ ,"".autotmp_0171ÿtype.[]uint8"".autotmp_0170Ïtype.[]uint8"".autotmp_0169Ÿtype.[]uint8"".autotmp_0168ßtype.string"".autotmp_0167¯type.*string"".autotmp_0166ßtype.int"".autotmp_0165Ïtype.int"".autotmp_0160¿type.[4]string"".str¿type.[]uint8"".linetype.[]uint8"".infoßtype.[]uint8"".abbrevïtype.[]uint8"".errÿtype.error"".b¯type.[]uint8"".s¿ type.*"".Section"".nameŸtype.string"".iïtype.int"".dat¿type.[4][]uint8"".names¿type.[4]string"".~r1 type.error"".~r0,type.*debug/dwarf.Data"".ftype.*"".File," ÊŸ tŸ yŸð	^Ô4:æF0( ¨´:$
@Ÿ‘IÍ*Tgclocals·c87a734079562d73ffd9eee8328c7183Tgclocals·8f7c1cd22974ddf093616cda1c293e058$GOROOT/src/debug/pe/file.goþ4"".(*File).ImportedSymbols€7€7dH‹%H„$hþÿÿH;A†’
HìH‹„$ 1ÛH‰œ$(H‰œ$0H‰œ$81ÛH‰œ$@H‰œ$HH·fûd†”D$OH‰$HH‰\$HÇD$èH‹D$1íH9èu41ÛH‰œ$(H‰œ$0H‰œ$81ÛH‰œ$@H‰œ$HHÄÃH‰D$`H‰$èL‹L$L‰Œ$àH‹\$H‰œ$èH‹|$H‰¼$ðH‹D$ H‹L$(H‰Œ$˜H‰„$Hƒøt21ÛH‰œ$(H‰œ$0H‰œ$8H‰„$@H‰Œ$HHÄÃ1ÛH‰œ$ÈH‰œ$ÐH‰œ$ØH‹œ$èHƒûŽ?1ۉœ$¤‰œ$¨H‰œ$¸H‰œ$ÀHƒÿ‚HÇÆH‰¼$8Hƒþ†çA¶L‰ÍHƒþ†ÏHÿŶmÁå	ëL‰ÍHƒþ†¯HƒÅ¶mÁå	ëL‰ÍL‰Œ$(HƒþH‰´$0†~HƒÅ¶mÁå	ëA‰ÚH‰ûHƒÿ‚ZHƒëL‰ÍHƒûtHƒÅHÇÆH‰éH‰œ$hHƒþ†&¶]Hƒþ†HÿŶmÁå	ëH‰ÍHƒþ†ñ
HƒÅ¶mÁå	ëH‰ÍH‰Œ$XHƒþH‰´$`†À
HƒÅ¶mÁå	뉜$¬H‰ûHƒÿ‚˜
HƒëL‰ÍHƒûtHƒÅHÇÆH‰éH‰œ$Hƒþ†d
¶]Hƒþ†O
HÿŶmÁå	ëH‰ÍHƒþ†/
HƒÅ¶mÁå	ëH‰ÍH‰Œ$øHƒþH‰´$†þ	HƒÅ¶mÁå	뉜$°H‹œ$èH‰ýHƒû‚Î	HƒëHƒíM‰ÈHƒýtIƒÀH‰œ$èH‰ïH‰¬$ðM‰ÁL‰„$àD‰”$ Aƒú…gH‹\$`H‰$èH‹\$H‰œ$°H‹\$H‰œ$¸H‹\$H‰œ$À1ÛH‰œ$ˆH‰œ$H‰œ$˜H‹”$ÈH‹„$ÐH‹œ$ØH‰œ$€1ÉH‰„$xH‰D$PH‰”$pH‰ÐH‹l$PH9éùH‰D$hHƒø„ºD‹D‹HD‹@‹x‹pH‹PH‹h H‰L$XD‰”$ðD‰”$ÈD‰Œ$ôD‰Œ$ÌD‰„$øD‰„$Љ¼$ü‰¼$Ô‰´$‰´$ØH‰”$H‰”$àH‰¬$H‰¬$èH‹œ$°H‰$H‹œ$¸H‰\$H‹œ$ÀH‰\$‹œ$ÔL‹D$`A‹h)ëH‰\$èHœ$àHt$ H‹H‰H‹NH‰KH‹\$`H‰$èH‹t$H‹T$H‹L$‹œ$ÈL‹D$`A‹h)ëH‰ÕI‰ÈH9Ó‡ŽH)ÝI)ØI‰ñIƒøtMH‰¬$èL‰„$ðL‰Œ$àH‹œ$èHƒûŽi€|$O„¥H‹œ$ðHƒû‚ŒH‹Œ$àHÇÆH‰œ$PHƒþ†d¶H‰ÍHƒþ†MHÿŶmHÁåH	ëH‰ÍHƒþ†+HƒÅ¶mHÁåH	ëH‰ÍHƒþ†HƒÅ¶mHÁåH	ëH‰ÍHƒþ†åHƒÅ¶mHÁå H	ëH‰ÍHƒþ†ÂHƒÅ¶mHÁå(H	ëH‰ÍHƒþ†ŸHƒÅ¶mHÁå0H	ëH‰ÍH‰Œ$@HƒþH‰´$H†lHƒÅ¶mHÁå8H	ëH‰ØH‹œ$èH‹¬$ðHƒû‚9L‹„$àHƒëHƒíHƒýtIƒÀH‰œ$èH‰¬$ðL‰„$àHƒøuiH‹D$hH‹L$XHƒÀ(HÿÁH‹l$PH9éŒýÿÿH‹œ$ˆH‰œ$(H‹œ$H‰œ$0H‹œ$˜H‰œ$81ÛH‰œ$@H‰œ$HHÄÃH»€H!ÃHƒû‡þÿÿH‹œ$°H‰$H‹œ$¸H‰\$H‹œ$ÀH‰\$L‹D$`‰ÃA‹h)ëƒÃH‰\$èH‹L$ H‹D$(HÇ$H‰Œ$€H‰L$H‰„$ˆH‰D$HH‰\$HÇD$ Hœ$àH|$(H‹H‰H‹KH‰OèH‹\$8H‰œ$ H‹\$@H‰œ$¨H‹Œ$ˆH‹œ$H‹”$˜H‰ØHÿÃH9ÓwMH‰œ$H‰ËH‰ÅHkíHëH‹¬$¨H‰kH‹¬$ €=uH‰+éíüÿÿH‰$H‰l$èéÚüÿÿH-H‰,$H‰L$H‰D$H‰T$H‰\$ èH‹L$(H‹\$0H‹T$8H‰ØHÿÃH‰œ$H‰”$˜H‰Œ$ˆéeÿÿÿèèèèèèèèèèH‹œ$ðHƒû‚ˆH‹Œ$àHÇÆH‰œ$ Hƒþ†`¶H‰ÍHƒþ†IHÿŶmÁå	ëH‰ÍHƒþ†)HƒÅ¶mÁå	ëH‰ÍH‰Œ$HƒþH‰´$†øHƒÅ¶mÁå	ë‰ØH‹œ$èH‹¬$ðHƒû‚ÈL‹„$àHƒëHƒíHƒýtIƒÀH‰œ$èH‰¬$ðL‰„$àƒø„Ïüÿÿ‰Á〃û‡CûÿÿH‹œ$°H‰$H‹œ$¸H‰\$H‹œ$ÀH‰\$H‹l$`‹]‰Å)݉ëƒÃH‰\$èH‹L$ H‹D$(HÇ$H‰L$pH‰L$H‰D$xH‰D$HH‰\$HÇD$ Hœ$àH|$(H‹H‰H‹KH‰OèH‹\$8H‰œ$ H‹\$@H‰œ$¨H‹Œ$ˆH‹œ$H‹”$˜H‰ØHÿÃH9ÓwMH‰œ$H‰ËH‰ÅHkíHëH‹¬$¨H‰kH‹¬$ €=uH‰+é0úÿÿH‰$H‰l$èéúÿÿH-H‰,$H‰L$H‰D$H‰T$H‰\$ èH‹L$(H‹\$0H‹T$8H‰ØHÿÃH‰œ$H‰”$˜H‰Œ$ˆéeÿÿÿèèèèèèè‰é?øÿÿH‹Œ$ÈH‹œ$ÐH‹”$ØH‰ØHÿÃH9Ó‡H‰œ$ÐH‰ËH‰ÅHkí(HëD‰‹¬$¤‰k‹¬$¨‰k‹¬$¬‰k‹¬$°‰kH‹¬$ÀH‰k H‹¬$¸€=u	H‰ké»ôÿÿLCL‰$H‰l$èL‹Œ$àH‹¼$ðé”ôÿÿH-H‰,$H‰L$H‰D$H‰T$H‰\$ èD‹”$ L‹Œ$àH‹¼$ðH‹L$(H‹\$0H‹T$8H‰ØHÿÃH‰œ$ÐH‰”$ØH‰Œ$Èé
ÿÿÿèèèèèèèèèèèèèèèèèéIòÿÿÌÌÌÌÌÌÌÌÌv
Ö$go.string.".idata"ü$"".(*File).Section˜$"".(*Section).Dataü$"".(*Section).DataÄ"".getString–$"".(*Section).DataÂ"".getString¨ go.string.":"„!*runtime.concatstring3Ü"(runtime.writeBarrierŽ#.runtime.writebarrierptr¦#type.[]stringà#"runtime.growsliceÎ$$runtime.panicsliceÜ$$runtime.panicindexê$$runtime.panicindexø$$runtime.panicindex†%$runtime.panicindex”%$runtime.panicindex¢%$runtime.panicindex°%$runtime.panicindex¾%$runtime.panicindexÌ%$runtime.panicsliceÈ*"".getString¢+go.string.":"þ+*runtime.concatstring3Ö-(runtime.writeBarrierˆ..runtime.writebarrierptr .type.[]stringÚ."runtime.growsliceÈ/$runtime.panicsliceÖ/$runtime.panicindexä/$runtime.panicindexò/$runtime.panicindex€0$runtime.panicindexŽ0$runtime.panicsliceœ0$runtime.panicslice°2(runtime.writeBarrierì2.runtime.writebarrierptr¤32type.[]"".ImportDirectoryÞ3"runtime.growsliceü4$runtime.panicsliceŠ5$runtime.panicindex˜5$runtime.panicindex¦5$runtime.panicindex´5$runtime.panicindexÂ5$runtime.panicsliceÐ5$runtime.panicindexÞ5$runtime.panicindexì5$runtime.panicindexú5$runtime.panicindexˆ6$runtime.panicslice–6$runtime.panicindex¤6$runtime.panicindex²6$runtime.panicindexÀ6$runtime.panicindexÎ6$runtime.panicsliceÜ60runtime.morestack_noctxt`°F"".autotmp_0191type.string"".autotmp_0190type.uint32"".autotmp_0189ïtype.string"".autotmp_0187O.type."".ImportDirectory"".autotmp_0186ß0type.*"".ImportDirectory"".autotmp_0185type.int"".autotmp_0184type.int"".autotmp_0183type.uint32"".autotmp_0182type.uint32"".autotmp_0180type.[]uint8"".autotmp_0179type.[]uint8"".autotmp_0177type.uint32"".autotmp_0176Ï2type.[]"".ImportDirectory"".autotmp_0175type.[]uint8"".autotmp_0174type.[]uint8"".autotmp_0172ÿtype.int(encoding/binary.b·2¯type.[]uint8(encoding/binary.b·2type.[]uint8(encoding/binary.b·2¿type.[]uint8(encoding/binary.b·2ÿtype.[]uint8(encoding/binary.b·2ßtype.[]uint8
"".fnÏtype.string
"".fn¯type.string
"".dtŸ.type."".ImportDirectory"".allŸtype.[]string"".namesÏtype.[]uint8
"".dtï.type."".ImportDirectory"".idaŸ2type.[]"".ImportDirectory"".errtype.error"".dïtype.[]uint8
"".dsï type.*"".Section"".pe64‘type.bool"".~r1@type.error"".~r0type.[]string"".ftype.*"".File>"°Ÿ¯°†¯°Ä¯°Ÿ¯ÀސV#4G2 ‡ŸŸH
5á]LŒLFJ-JÉV?•L	KÃ/0/0V#ˆ"n###J}Nò俏7
ý‰7
Ò9OƒTgclocals·0891322d74bce84167dc36b8cf8be0b6Tgclocals·069c8f1fd857c595abe477516c544bb28$GOROOT/src/debug/pe/file.goþ8"".(*File).ImportedLibraries``1Û1Û1ÛH‰\$H‰\$H‰\$ 1ÛH‰\$(H‰\$0ÃÌÌÌÌÌÌÌÌÌÌÌÌÌÌ`"".~r1@type.error"".~r0type.[]string"".ftype.*"".File00”,Tgclocals·6432f8c6a0d23fa7bee6c5d96f21a92aTgclocals·33cdeccccebe80329f1fdbee7f5874cb8$GOROOT/src/debug/pe/file.goþ"".init  dH‹%H„$ˆþÿÿH;A†Hìø¶€ût¶€ûuHÄøÃèÆèèèèèèH|$(WÀHƒÇàèHH‰$H\$(H‰\$HÇD$èH\$H‹H‰$H‹KH‰L$èH‹\$f‰H¼$WÀHƒÇðèHH‰$Hœ$H‰\$HÇD$èH\$H‹H‰$H‹KH‰L$èH‹\$f‰ÆHÄøÃèé¿þÿÿÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌ.
J"".initdone·b"".initdone·†"runtime.throwinit–"".initdone·¢ debug/dwarf.init¬(encoding/binary.init¶fmt.initÀio.initÊos.initÔstrconv.initöÖ runtime.duffzero„0type."".OptionalHeader32¼runtime.convT2Eð(encoding/binary.Sizeˆ2"".sizeofOptionalHeader32°Î runtime.duffzero¾0type."".OptionalHeader64üruntime.convT2E°(encoding/binary.SizeÈ2"".sizeofOptionalHeader64Ô"".initdone·ð0runtime.morestack_noctxtð"".autotmp_0204type.int"".autotmp_0203ß0type."".OptionalHeader64"".autotmp_0201Ÿ0type."".OptionalHeader32 "ðïðôïnº(ŽnZ`
(BŽTgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·33cdeccccebe80329f1fdbee7f5874cb4$GOROOT/src/debug/pe/pe.go8$GOROOT/src/debug/pe/file.goþ6type..hash."".SectionHeader  dH‹%H;avvHƒì H‹\$(H‰$Hƒ<$tYH‹\$0H‰\$èH‹D$H‹\$(H‰$Hƒ<$t,Hƒ$H‰D$0H‰D$HÇD$ èH‹\$H‰\$8HƒÄ É%ëˉ%ëžèéqÿÿÿÌ
\runtime.strhashÀruntime.memhashŒ0runtime.morestack_noctxt0@"".~r2 type.uintptr"".htype.uintptr"".p,type.*"".SectionHeader@_?@?
-cTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cb8$GOROOT/src/debug/pe/file.goþ2type..eq."".SectionHeader  dH‹%H;a†òHƒìHH‹\$PHƒû„ØH‹3H‹KH‹\$XHƒû„»H‹H‹CH9Á…¡H‰t$8H‰4$H‰L$@H‰L$H‰T$(H‰T$H‰D$0H‰D$è¶\$ €ûtkH‹\$PH‰$Hƒ<$tRHƒ$H‹\$XH‰\$Hƒ|$t2HƒD$HÇD$ è¶\$€ûu
ÆD$`HƒÄHÃÆD$`HƒÄHÉ%ëʼn%ë¥ÆD$`HƒÄHÉé>ÿÿÿ‰é!ÿÿÿèéñþÿÿÌ
è runtime.eqstringò runtime.memequalŒ0runtime.morestack_noctxt0
"".autotmp_0207?type.string"".autotmp_0206type.string"".~r2 type.bool"".q,type.*"".SectionHeader"".p,type.*"".SectionHeader8¹	sTgclocals·3bb21ca8fe1d99a3e492463bd711418aTgclocals·a8eabfc4a4514ed6b3b0c61e9680e4408$GOROOT/src/debug/pe/file.goþ*type..hash."".Section  dH‹%H;a†¯Hƒì H‹\$(H‰$Hƒ<$„‹H‹\$0H‰\$èH‹D$H‹\$(H‰$Hƒ<$t^Hƒ$0H‰D$0H‰D$èH‹D$H‹\$(H‰$Hƒ<$t,Hƒ$@H‰D$0H‰D$HÇD$èH‹\$H‰\$8HƒÄ É%ëˉ%뙉%éiÿÿÿèé4ÿÿÿÌÌÌÌ

l6type..hash."".SectionHeader¾"runtime.interhash¢runtime.memhash†0runtime.morestack_noctxt0@"".~r2 type.uintptr"".htype.uintptr"".p type.*"".Section@Œ?@?ÐÐ5›Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cb8$GOROOT/src/debug/pe/file.goþ&type..eq."".SectionÀÀdH‹%H;a†÷HƒìHH‹L$PHƒù„ÝH‹\$XHƒû„ÇH‰$H‰\$è¶\$€ûu
ÆD$`HƒÄHÃH‹\$XHƒû„H‹K0H‹s8H‹\$PHƒûtxH‹C0H‹S8H9ÈuaH‰D$(H‰$H‰T$0H‰T$H‰L$8H‰L$H‰t$@H‰t$è¶\$ €ût+H‹l$PH‹]@L‹D$XI‹h@H9ët
ÆD$`HƒÄHÃÆD$`HƒÄHÃÆD$`HƒÄHÉ넉éjÿÿÿ‰é2ÿÿÿ‰éÿÿÿèéìþÿÿÌÌÌÌÌÌÌÌÌÌÌÌ
~2type..eq."".SectionHeaderÜruntime.ifaceeq–0runtime.morestack_noctxt0
"".autotmp_0211? type.io.ReaderAt"".autotmp_0210 type.io.ReaderAt"".~r2 type.bool"".q type.*"".Section"".p type.*"".SectionD?…		  >âTgclocals·3bb21ca8fe1d99a3e492463bd711418aTgclocals·a8eabfc4a4514ed6b3b0c61e9680e4408$GOROOT/src/debug/pe/file.goþ("".(*Section).ReadAt  dH‹%H;a†­HƒìPH‹Y H…Ût
H|$XH9;uH‰#1Û1ÛH‰œ$ˆH‰œ$H‹\$XHƒûtpH‹K0H‹k8H‹\$`H‰\$H‹\$hH‰\$H‹\$pH‰\$H‹\$xH‰\$ H‰l$HH‰,$H‰L$@H‹Y ÿÓH‹T$(H‹L$0H‹D$8H‰”$€H‰Œ$ˆH‰„$HƒÄPÉëŒèé6ÿÿÿÌÌÌÌÌÌ
œ‚0runtime.morestack_noctxt€ 
io.err`type.errorio.nPtype.intio.off@type.int64io.ptype.[]uint8""..this type.*"".Section  ¤Ÿ ŸÐÐŽBTgclocals·6d46c0650eba7dbebc0db316e0e0cf3bTgclocals·23e8278e2b69a3a75fa59b23c49ed6ad<autogenerated>þ""".Section.ReadAt  dH‹%H;a†²HƒìPH‹Y H…Ût
H|$XH9;uH‰#1Û1ÛH‰œ$ÈH‰œ$ÐH‹Œ$ˆH‹„$H‹œ$ H‰\$H‹œ$¨H‰\$H‹œ$°H‰\$H‹œ$¸H‰\$ H‰D$HH‰$H‰L$@H‹Y ÿÓH‹T$(H‹L$0H‹D$8H‰”$ÀH‰Œ$ÈH‰„$ÐHƒÄPÃèé1ÿÿÿÌ
®Œ0runtime.morestack_noctxt€ 
io.erràtype.errorio.nÐtype.intio.offÀtype.int64io.ptype.[]uint8""..thistype."".Section ­ŸÐÐ—9Tgclocals·f16fa7dd336388fb300fce4fe70a941aTgclocals·23e8278e2b69a3a75fa59b23c49ed6ad<autogenerated>þ2type..hash."".FormatError  dH‹%H;a†¯Hƒì H‹\$(H‰$Hƒ<$„‹H‹\$0H‰\$HÇD$èH‹D$H‹\$(H‰$Hƒ<$tUHƒ$H‰D$0H‰D$èH‹D$H‹\$(H‰$Hƒ<$t#Hƒ$H‰D$0H‰D$èH‹\$H‰\$8HƒÄ É%ëԉ%뢉%éiÿÿÿèé4ÿÿÿÌÌÌÌ

~runtime.memhashÐruntime.strhash¢(runtime.nilinterhash†0runtime.morestack_noctxt0@"".~r2 type.uintptr"".htype.uintptr"".p(type.*"".FormatError@Œ?@?ÐÐ>’Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cb8$GOROOT/src/debug/pe/file.goþ.type..eq."".FormatErrorààdH‹%H;a†	HƒìhH‹L$pH‹D$xH‹H‹(H9ët
Ƅ$€HƒÄhÃH‹qH‹IH‹PH‹@H9Á…½H‰t$XH‰4$H‰L$`H‰L$H‰T$HH‰T$H‰D$PH‰D$è¶\$ €û„ƒH‹\$xHƒûttH‹KH‹s H‹\$pHƒût]H‹CH‹S H9ÈuCH‰D$(H‰$H‰T$0H‰T$H‰L$8H‰L$H‰t$@H‰t$è¶\$ €ût
Ƅ$€HƒÄhÃƄ$€HƒÄhÉ량ëˆƄ$€HƒÄhÃèéÚþÿÿÌÌÌÌÌÌÌÌÌÌ
ô runtime.eqstring¾runtime.efaceeqº0runtime.morestack_noctxt0Ð"".autotmp_0221"type.interface {}"".autotmp_0220_"type.interface {}"".autotmp_0219?type.string"".autotmp_0218type.string"".~r2 type.bool"".q(type.*"".FormatError"".p(type.*"".FormatError8Ð!ÏÐÀÏÐÏÐϰ°y·Tgclocals·3bb21ca8fe1d99a3e492463bd711418aTgclocals·895d0569a38a56443b84805daa09d8388$GOROOT/src/debug/pe/file.goþ4type..hash.[1]interface {}  dH‹%H;avpHƒì(H‹L$81ÀHÇD$H‹l$H9è}DH‰D$ H‹\$0Hƒût>H‰ÅHÁåHëH‰$H‰L$8H‰L$èH‹L$H‹D$ HÿÀH‹l$H9è|¼H‰L$@HƒÄ(Éë¾èéwÿÿÿÌÌÌÌÌÌÌ
¬(runtime.nilinterhash€0runtime.morestack_noctxt0P
"".autotmp_0223type.int"".autotmp_0222type.int"".~r2 type.uintptr"".htype.uintptr"".p*type.*[1]interface {}PgOPO
U;Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cb8$GOROOT/src/debug/pe/file.goþ0type..eq.[1]interface {}ààdH‹%H;a†ÎHƒìX1ÀHÇD$(H‹l$(H9荒H‰D$0H‹\$hHƒû„–H‰ÅHÁåHëH‹H‹sH‹\$`HƒûtvH‰ÅHÁåHëH‹H‹SH9ÈuVH‰D$8H‰$H‰T$@H‰T$H‰L$HH‰L$H‰t$PH‰t$è¶\$ €ût H‹D$0HÿÀH‹l$(H9èŒnÿÿÿÆD$pHƒÄXÃÆD$pHƒÄXÉ놉écÿÿÿèéÿÿÿÌÌÌÌÌ
¼runtime.efaceeqÄ0runtime.morestack_noctxt0°"".autotmp_0227?"type.interface {}"".autotmp_0226"type.interface {}"".autotmp_0225_type.int"".autotmp_0224Otype.int"".~r2 type.bool"".q*type.*[1]interface {}"".p*type.*[1]interface {},°´¯°	¯°¯ððSTgclocals·3bb21ca8fe1d99a3e492463bd711418aTgclocals·a8eabfc4a4514ed6b3b0c61e9680e4408$GOROOT/src/debug/pe/file.goþ(type..hash."".Symbol  dH‹%H;avvHƒì H‹\$(H‰$Hƒ<$tYH‹\$0H‰\$èH‹D$H‹\$(H‰$Hƒ<$t,Hƒ$H‰D$0H‰D$HÇD$	èH‹\$H‰\$8HƒÄ É%ëˉ%ëžèéqÿÿÿÌ
\runtime.strhashÀruntime.memhashŒ0runtime.morestack_noctxt0@"".~r2 type.uintptr"".htype.uintptr"".ptype.*"".Symbol@_?@?
-cTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cb8$GOROOT/src/debug/pe/file.goþ$type..eq."".Symbol  dH‹%H;a†òHƒìHH‹\$PHƒû„ØH‹3H‹KH‹\$XHƒû„»H‹H‹CH9Á…¡H‰t$8H‰4$H‰L$@H‰L$H‰T$(H‰T$H‰D$0H‰D$è¶\$ €ûtkH‹\$PH‰$Hƒ<$tRHƒ$H‹\$XH‰\$Hƒ|$t2HƒD$HÇD$	è¶\$€ûu
ÆD$`HƒÄHÃÆD$`HƒÄHÉ%ëʼn%ë¥ÆD$`HƒÄHÉé>ÿÿÿ‰é!ÿÿÿèéñþÿÿÌ
è runtime.eqstringò runtime.memequalŒ0runtime.morestack_noctxt0
"".autotmp_0230?type.string"".autotmp_0229type.string"".~r2 type.bool"".qtype.*"".Symbol"".ptype.*"".Symbol8¹	sTgclocals·3bb21ca8fe1d99a3e492463bd711418aTgclocals·a8eabfc4a4514ed6b3b0c61e9680e4408$GOROOT/src/debug/pe/file.goþ0type..hash."".COFFSymbolÀÀdH‹%H;avDHƒì H‹\$(H‰$Hƒ<$t'H‹\$0H‰\$HÇD$èH‹\$H‰\$8HƒÄ É%ëÐèë¦ÌÌÌÌÌÌ
nruntime.memhash¨0runtime.morestack_noctxt0@"".~r2 type.uintptr"".htype.uintptr"".p&type.*"".COFFSymbol@6?@	?
``
6*Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cb8$GOROOT/src/debug/pe/file.goþ,type..eq."".COFFSymbol€€dH‹%H;avdHƒì H‹\$(H‰$Hƒ<$tGH‹\$0H‰\$Hƒ|$t,HÇD$è¶\$€ûu
ÆD$8HƒÄ ÃÆD$8HƒÄ É%ëˉ%ë°èë†ÌÌÌÌÌÌ
~ runtime.memequalè0runtime.morestack_noctxt0@"".~r2 type.bool"".q&type.*"".COFFSymbol"".p&type.*"".COFFSymbol@C?@	?@?
€€
>BTgclocals·3bb21ca8fe1d99a3e492463bd711418aTgclocals·33cdeccccebe80329f1fdbee7f5874cb8$GOROOT/src/debug/pe/file.goþ(type..hash.[4]string  dH‹%H;avpHƒì(H‹L$81ÀHÇD$H‹l$H9è}DH‰D$ H‹\$0Hƒût>H‰ÅHÁåHëH‰$H‰L$8H‰L$èH‹L$H‹D$ HÿÀH‹l$H9è|¼H‰L$@HƒÄ(Éë¾èéwÿÿÿÌÌÌÌÌÌÌ
¬runtime.strhash€0runtime.morestack_noctxt0P
"".autotmp_0233type.int"".autotmp_0232type.int"".~r2 type.uintptr"".htype.uintptr"".ptype.*[4]stringPgOPO
U;Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cb8$GOROOT/src/debug/pe/file.goþ$type..eq.[4]stringààdH‹%H;a†ÎHƒìX1ÀHÇD$(H‹l$(H9荒H‰D$0H‹\$`Hƒû„–H‰ÅHÁåHëH‹3H‹KH‹\$hHƒûtvH‰ÅHÁåHëH‹H‹CH9ÁuVH‰t$HH‰4$H‰L$PH‰L$H‰T$8H‰T$H‰D$@H‰D$è¶\$ €ût H‹D$0HÿÀH‹l$(H9èŒnÿÿÿÆD$pHƒÄXÃÆD$pHƒÄXÉ놉écÿÿÿèéÿÿÿÌÌÌÌÌ
¼ runtime.eqstringÄ0runtime.morestack_noctxt0°"".autotmp_0237?type.string"".autotmp_0236type.string"".autotmp_0235_type.int"".autotmp_0234Otype.int"".~r2 type.bool"".qtype.*[4]string"".ptype.*[4]string,°´¯°	¯°¯ððSTgclocals·3bb21ca8fe1d99a3e492463bd711418aTgclocals·a8eabfc4a4514ed6b3b0c61e9680e4408$GOROOT/src/debug/pe/file.goþ:type..hash."".ImportDirectory  dH‹%H;avvHƒì H‹\$(H‰$Hƒ<$tYH‹\$0H‰\$HÇD$èH‹D$H‹\$(H‰$Hƒ<$t#Hƒ$H‰D$0H‰D$èH‹\$H‰\$8HƒÄ É%ëԉ%ëžèéqÿÿÿÌ
nruntime.memhashÀruntime.strhashŒ0runtime.morestack_noctxt0@"".~r2 type.uintptr"".htype.uintptr"".p0type.*"".ImportDirectory@_?@?
6ZTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cb8$GOROOT/src/debug/pe/file.goþ6type..eq."".ImportDirectory  dH‹%H;a†åHƒìHH‹\$PH‰$Hƒ<$„ÁH‹\$XH‰\$Hƒ|$„ŸHÇD$è¶\$€ûu
ÆD$`HƒÄHÃH‹\$PHƒûtnH‹sH‹K H‹\$XHƒûtWH‹SH‹C H9Áu@H‰t$8H‰4$H‰L$@H‰L$H‰T$(H‰T$H‰D$0H‰D$è¶\$ €ût
ÆD$`HƒÄHÃÆD$`HƒÄHÉ륉뎉%éUÿÿÿ‰%é3ÿÿÿèéþþÿÿÌÌÌÌÌÌÌÌÌÌÌÌÌÌ
– runtime.memequalì runtime.eqstringò0runtime.morestack_noctxt0
"".autotmp_0240?type.string"".autotmp_0239type.string"".~r2 type.bool"".q0type.*"".ImportDirectory"".p0type.*"".ImportDirectory6Kj	 JÆTgclocals·3bb21ca8fe1d99a3e492463bd711418aTgclocals·a8eabfc4a4514ed6b3b0c61e9680e4408$GOROOT/src/debug/pe/file.goþTgclocals·2c033e7f4f4a74cc7e9f368d1fec9f60  þTgclocals·7c639281594b5ca3b5c2bcc331d3ab8c  þ>Jgo.itab.*io.SectionReader.io.ReaderAtþ>Ngo.itab.*io.SectionReader.io.ReadSeekerþTgclocals·224c066661476ee90d4178fff75bb75d((þTgclocals·cb395d89503762333b1bfb09ba74eb12((þ*go.string.hdr." '%v'"  "go.string." '%v'"þ"go.string." '%v'" '%v'þLgo.string.hdr." in record at byte %#x"  Dgo.string." in record at byte %#x"þDgo.string." in record at byte %#x"0. in record at byte %#xþTgclocals·7affa7083e8c5b016398fe7323f445aeHHÀÀÀðððþTgclocals·948c285cf1025b717e2658a3cccfd415HHþ>8go.itab.*os.File.io.ReaderAtþ>4go.itab.*os.File.io.CloserþTgclocals·d24387c5c2ff8a3e94f5afa1fe021086@@	þTgclocals·6362f41c131a6ba748d5aa5430c5ca02@@þTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2þ>Bgo.itab.*errors.errorString.errorþ>Fgo.itab.*io.SectionReader.io.Readerþ>|go.itab.encoding/binary.littleEndian.encoding/binary.ByteOrderþNgo.string.hdr."Invalid PE File Format."  Fgo.string."Invalid PE File Format."þFgo.string."Invalid PE File Format."00Invalid PE File Format.þ‚go.string.hdr."pe32 optional header has unexpected Magic of 0x%x"  1zgo.string."pe32 optional header has unexpected Magic of 0x%x"þzgo.string."pe32 optional header has unexpected Magic of 0x%x"pdpe32 optional header has unexpected Magic of 0x%xþ„go.string.hdr."pe32+ optional header has unexpected Magic of 0x%x"  2|go.string."pe32+ optional header has unexpected Magic of 0x%x"þ|go.string."pe32+ optional header has unexpected Magic of 0x%x"pfpe32+ optional header has unexpected Magic of 0x%xþTgclocals·1705727157e905d73faa451881d883f4¸¸'ZÀ „…1D1E11±U$%ÀÀ
þTgclocals·d9e844be8fad87a8c3b76490091b2fb3ÈÈ'þTgclocals·790e5cc5051fc0affc980ade09e929ecþTgclocals·89fe65749ce0afc971c0982226501ff0þTgclocals·790e5cc5051fc0affc980ade09e929ecþTgclocals·a041240a37ce609efec56707c330d1a4þTgclocals·cf89d5c81323c78771a60eb7aec9de00  þTgclocals·aefd16b155593f6f07980a05b297ad1f  þ,go.string.hdr."abbrev"  $go.string."abbrev"þ$go.string."abbrev"abbrevþ(go.string.hdr."info"   go.string."info"þ go.string."info"
infoþ(go.string.hdr."line"   go.string."line"þ go.string."line"
lineþ&go.string.hdr."str"  go.string."str"þgo.string."str"strþ.go.string.hdr.".debug_"  &go.string.".debug_"þ&go.string.".debug_".debug_þTgclocals·8f7c1cd22974ddf093616cda1c293e05PP<UIUIUþTgclocals·c87a734079562d73ffd9eee8328c718300þ,go.string.hdr.".idata"  $go.string.".idata"þ$go.string.".idata".idataþ"go.string.hdr.":"  go.string.":"þgo.string.":":þTgclocals·069c8f1fd857c595abe477516c544bb27    þTgclocals·0891322d74bce84167dc36b8cf8be0b6PPþTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·6432f8c6a0d23fa7bee6c5d96f21a92aþTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·33cdeccccebe80329f1fdbee7f5874cbþ>2"".sizeofOptionalHeader32type.uint16þ>2"".sizeofOptionalHeader64type.uint16þ""".statictmp_0101`*type."".SectionHeaderþ>"".initdone·type.uint8þ*"".(*Section).Data·f$"".(*Section).Dataþ*"".(*Section).Open·f$"".(*Section).Openþ4"".(*FormatError).Error·f."".(*FormatError).Errorþ"".Open·f"".Openþ&"".(*File).Close·f "".(*File).Closeþ"".NewFile·f"".NewFileþ"".cstring·f"".cstringþ"".getString·f"".getStringþ*"".(*File).Section·f$"".(*File).Sectionþ&"".(*File).DWARF·f "".(*File).DWARFþ:"".(*File).ImportedSymbols·f4"".(*File).ImportedSymbolsþ>"".(*File).ImportedLibraries·f8"".(*File).ImportedLibrariesþ"".init·f"".initþ"runtime.gcbits.01þ.go.string.hdr."[]uint8"  &go.string."[]uint8"þ&go.string."[]uint8"[]uint8þtype.[]uint8ß~.8
0  runtime.algarray@"runtime.gcbits.01P.go.string.hdr."[]uint8"p*go.weak.type.*[]uint8€type.uint8þ6go.typelink.[]uint8	[]uint8type.[]uint8þTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2þTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440þTgclocals·3bb21ca8fe1d99a3e492463bd711418aþ>type..hashfunc."".SectionHeader6type..hash."".SectionHeaderþ:type..eqfunc."".SectionHeader2type..eq."".SectionHeaderþ4type..alg."".SectionHeader  >type..hashfunc."".SectionHeader:type..eqfunc."".SectionHeaderþBgo.string.hdr."*pe.SectionHeader"  :go.string."*pe.SectionHeader"þ:go.string."*pe.SectionHeader"0$*pe.SectionHeaderþ,type.*"".SectionHeaderæü8j6
0  runtime.algarray@"runtime.gcbits.01PBgo.string.hdr."*pe.SectionHeader"p>go.weak.type.**"".SectionHeader€*type."".SectionHeaderþ@go.string.hdr."pe.SectionHeader"  8go.string."pe.SectionHeader"þ8go.string."pe.SectionHeader"0"pe.SectionHeaderþ(go.string.hdr."Name"   go.string."Name"þ go.string."Name"
Nameþ6go.string.hdr."VirtualSize"  .go.string."VirtualSize"þ.go.string."VirtualSize" VirtualSizeþ<go.string.hdr."VirtualAddress"  4go.string."VirtualAddress"þ4go.string."VirtualAddress" VirtualAddressþ(go.string.hdr."Size"   go.string."Size"þ go.string."Size"
Sizeþ,go.string.hdr."Offset"  $go.string."Offset"þ$go.string."Offset"OffsetþHgo.string.hdr."PointerToRelocations"  @go.string."PointerToRelocations"þ@go.string."PointerToRelocations"0*PointerToRelocationsþHgo.string.hdr."PointerToLineNumbers"  @go.string."PointerToLineNumbers"þ@go.string."PointerToLineNumbers"0*PointerToLineNumbersþFgo.string.hdr."NumberOfRelocations"  >go.string."NumberOfRelocations"þ>go.string."NumberOfRelocations"0(NumberOfRelocationsþFgo.string.hdr."NumberOfLineNumbers"  >go.string."NumberOfLineNumbers"þ>go.string."NumberOfLineNumbers"0(NumberOfLineNumbersþ>go.string.hdr."Characteristics"  6go.string."Characteristics"þ6go.string."Characteristics"  Characteristicsþ:go.string.hdr."SectionHeader"  
2go.string."SectionHeader"þ2go.string."SectionHeader" SectionHeaderþ0go.string.hdr."debug/pe"  (go.string."debug/pe"þ(go.string."debug/pe" debug/peþ"go.importpath."".  (go.string."debug/pe"þ*type."".SectionHeader  0­iÌü

 $(*,:04type..alg."".SectionHeader@"runtime.gcbits.01P@go.string.hdr."pe.SectionHeader"p,type.*"".SectionHeader€°*type."".SectionHeader°(go.string.hdr."Name"Ðtype.string€6go.string.hdr."VirtualSize" type.uint32Ð<go.string.hdr."VirtualAddress"ðtype.uint32 (go.string.hdr."Size"Àtype.uint32ð,go.string.hdr."Offset"type.uint32ÀHgo.string.hdr."PointerToRelocations"àtype.uint32Hgo.string.hdr."PointerToLineNumbers"°type.uint32àFgo.string.hdr."NumberOfRelocations"€type.uint16°Fgo.string.hdr."NumberOfLineNumbers"Ðtype.uint16€>go.string.hdr."Characteristics" type.uint32`Ð*type."".SectionHeaderÐ:go.string.hdr."SectionHeader"à"go.importpath."".ð *type."".SectionHeaderþTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2þTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440þTgclocals·3bb21ca8fe1d99a3e492463bd711418aþ2type..hashfunc."".Section*type..hash."".Sectionþ.type..eqfunc."".Section&type..eq."".Sectionþ(type..alg."".Section  2type..hashfunc."".Section.type..eqfunc."".Sectionþ&runtime.gcbits.c101Áþ4go.string.hdr."pe.Section"  
,go.string."pe.Section"þ,go.string."pe.Section" pe.Sectionþ$go.string.hdr."sr"  go.string."sr"þgo.string."sr"srþTgclocals·23e8278e2b69a3a75fa59b23c49ed6adþTgclocals·6d46c0650eba7dbebc0db316e0e0cf3bþTgclocals·23e8278e2b69a3a75fa59b23c49ed6adþTgclocals·f16fa7dd336388fb300fce4fe70a941aÁþzgo.string.hdr."func(pe.Section, []uint8, int64) (int, error)"  -rgo.string."func(pe.Section, []uint8, int64) (int, error)"þrgo.string."func(pe.Section, []uint8, int64) (int, error)"`\func(pe.Section, []uint8, int64) (int, error)þdtype.func("".Section, []uint8, int64) (int, error)ÀÀ÷ýpÊ30€ runtime.algarray@"runtime.gcbits.01Pzgo.string.hdr."func(pe.Section, []uint8, int64) (int, error)"pvgo.weak.type.*func("".Section, []uint8, int64) (int, error)ðdtype.func("".Section, []uint8, int64) (int, error)À dtype.func("".Section, []uint8, int64) (int, error)ðtype."".Section€type.[]uint8type.int64 type.int°type.errorþÎgo.typelink.func(pe.Section, []uint8, int64) (int, error)	func("".Section, []uint8, int64) (int, error)dtype.func("".Section, []uint8, int64) (int, error)þ.go.string.hdr."Section"  &go.string."Section"þ&go.string."Section"Sectionþ,go.string.hdr."ReadAt"  $go.string."ReadAt"þ$go.string."ReadAt"ReadAtþbgo.string.hdr."func([]uint8, int64) (int, error)"  !Zgo.string."func([]uint8, int64) (int, error)"þZgo.string."func([]uint8, int64) (int, error)"PDfunc([]uint8, int64) (int, error)þLtype.func([]uint8, int64) (int, error)°°ŠC¶,30€ runtime.algarray@"runtime.gcbits.01Pbgo.string.hdr."func([]uint8, int64) (int, error)"p^go.weak.type.*func([]uint8, int64) (int, error)ðLtype.func([]uint8, int64) (int, error)ÀLtype.func([]uint8, int64) (int, error)ðtype.[]uint8€type.int64type.int type.errorþžgo.typelink.func([]uint8, int64) (int, error)	func([]uint8, int64) (int, error)Ltype.func([]uint8, int64) (int, error)þtype."".SectionÐÐHH—B2d0@&0(type..alg."".Section@&runtime.gcbits.c101P4go.string.hdr."pe.Section"p type.*"".Section€°type."".SectionÐ*type."".SectionHeader  type.io.ReaderAtÐ$go.string.hdr."sr"à"go.importpath."".ð,type.*io.SectionReader` type."".Section .go.string.hdr."Section"°"go.importpath."".Àðtype."".Sectionð,go.string.hdr."ReadAt"Ltype.func([]uint8, int64) (int, error) dtype.func("".Section, []uint8, int64) (int, error)°("".(*Section).ReadAtÀ""".Section.ReadAtþ6go.string.hdr."*pe.Section"  .go.string."*pe.Section"þ.go.string."*pe.Section" *pe.Sectionþdgo.string.hdr."func(*pe.Section) ([]uint8, error)"  "\go.string."func(*pe.Section) ([]uint8, error)"þ\go.string."func(*pe.Section) ([]uint8, error)"PFfunc(*pe.Section) ([]uint8, error)þNtype.func(*"".Section) ([]uint8, error)  ;•Ü=30€ runtime.algarray@"runtime.gcbits.01Pdgo.string.hdr."func(*pe.Section) ([]uint8, error)"p`go.weak.type.*func(*"".Section) ([]uint8, error)ðNtype.func(*"".Section) ([]uint8, error)À€Ntype.func(*"".Section) ([]uint8, error)ð type.*"".Section€type.[]uint8type.errorþ¢go.typelink.func(*pe.Section) ([]uint8, error)	func(*"".Section) ([]uint8, error)Ntype.func(*"".Section) ([]uint8, error)þ^go.string.hdr."func(*pe.Section) io.ReadSeeker"  Vgo.string."func(*pe.Section) io.ReadSeeker"þVgo.string."func(*pe.Section) io.ReadSeeker"@@func(*pe.Section) io.ReadSeekerþHtype.func(*"".Section) io.ReadSeeker‰­NÆ30€ runtime.algarray@"runtime.gcbits.01P^go.string.hdr."func(*pe.Section) io.ReadSeeker"pZgo.weak.type.*func(*"".Section) io.ReadSeekerðHtype.func(*"".Section) io.ReadSeekerÀ€Htype.func(*"".Section) io.ReadSeekerð type.*"".Section€$type.io.ReadSeekerþ–go.typelink.func(*pe.Section) io.ReadSeeker	func(*"".Section) io.ReadSeekerHtype.func(*"".Section) io.ReadSeekerþ|go.string.hdr."func(*pe.Section, []uint8, int64) (int, error)"  .tgo.string."func(*pe.Section, []uint8, int64) (int, error)"þtgo.string."func(*pe.Section, []uint8, int64) (int, error)"`^func(*pe.Section, []uint8, int64) (int, error)þftype.func(*"".Section, []uint8, int64) (int, error)ÀÀƒðVe30€ runtime.algarray@"runtime.gcbits.01P|go.string.hdr."func(*pe.Section, []uint8, int64) (int, error)"pxgo.weak.type.*func(*"".Section, []uint8, int64) (int, error)ðftype.func(*"".Section, []uint8, int64) (int, error)À ftype.func(*"".Section, []uint8, int64) (int, error)ð type.*"".Section€type.[]uint8type.int64 type.int°type.errorþÒgo.typelink.func(*pe.Section, []uint8, int64) (int, error)	func(*"".Section, []uint8, int64) (int, error)ftype.func(*"".Section, []uint8, int64) (int, error)þ(go.string.hdr."Data"   go.string."Data"þ go.string."Data"
DataþNgo.string.hdr."func() ([]uint8, error)"  Fgo.string."func() ([]uint8, error)"þFgo.string."func() ([]uint8, error)"00func() ([]uint8, error)þ8type.func() ([]uint8, error)Ÿìx]30€ runtime.algarray@"runtime.gcbits.01PNgo.string.hdr."func() ([]uint8, error)"pJgo.weak.type.*func() ([]uint8, error)ð8type.func() ([]uint8, error)Àð8type.func() ([]uint8, error)ðtype.[]uint8€type.errorþvgo.typelink.func() ([]uint8, error)	func() ([]uint8, error)8type.func() ([]uint8, error)þ(go.string.hdr."Open"   go.string."Open"þ go.string."Open"
OpenþHgo.string.hdr."func() io.ReadSeeker"  @go.string."func() io.ReadSeeker"þ@go.string."func() io.ReadSeeker"0*func() io.ReadSeekerþ2type.func() io.ReadSeeker€€Ã&–30€ runtime.algarray@"runtime.gcbits.01PHgo.string.hdr."func() io.ReadSeeker"pDgo.weak.type.*func() io.ReadSeekerð2type.func() io.ReadSeekerÀð2type.func() io.ReadSeekerð$type.io.ReadSeekerþjgo.typelink.func() io.ReadSeeker	func() io.ReadSeeker2type.func() io.ReadSeekerþ type.*"".Section€€T°é`6,0  runtime.algarray@"runtime.gcbits.01P6go.string.hdr."*pe.Section"p2go.weak.type.**"".Section€type."".Section` type.*"".Section°à type.*"".Sectionà(go.string.hdr."Data"€8type.func() ([]uint8, error)Ntype.func(*"".Section) ([]uint8, error) $"".(*Section).Data°$"".(*Section).DataÀ(go.string.hdr."Open"à2type.func() io.ReadSeekerðHtype.func(*"".Section) io.ReadSeeker€$"".(*Section).Open$"".(*Section).Open ,go.string.hdr."ReadAt"ÀLtype.func([]uint8, int64) (int, error)Ðftype.func(*"".Section, []uint8, int64) (int, error)à("".(*Section).ReadAtð("".(*Section).ReadAtþ"runtime.gcbits.03þ8go.string.hdr."interface {}"  0go.string."interface {}"þ0go.string."interface {}" interface {}þ"type.interface {}°°çW 
0€ runtime.algarray@"runtime.gcbits.03P8go.string.hdr."interface {}"p4go.weak.type.*interface {}€°"type.interface {}þTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2þTgclocals·895d0569a38a56443b84805daa09d838þTgclocals·3bb21ca8fe1d99a3e492463bd711418aþ:type..hashfunc."".FormatError2type..hash."".FormatErrorþ6type..eqfunc."".FormatError.type..eq."".FormatErrorþ0type..alg."".FormatError  :type..hashfunc."".FormatError6type..eqfunc."".FormatErrorþ"runtime.gcbits.1aþ<go.string.hdr."pe.FormatError"  4go.string."pe.FormatError"þ4go.string."pe.FormatError" pe.FormatErrorþ&go.string.hdr."off"  go.string."off"þgo.string."off"offþ&go.string.hdr."msg"  go.string."msg"þgo.string."msg"msgþ&go.string.hdr."val"  go.string."val"þgo.string."val"valþ6go.string.hdr."FormatError"  .go.string."FormatError"þ.go.string."FormatError" FormatErrorþ&type."".FormatErrorðð(( Œ^H$00type..alg."".FormatError@"runtime.gcbits.1aP<go.string.hdr."pe.FormatError"p(type.*"".FormatError€°&type."".FormatError°&go.string.hdr."off"À"go.importpath."".Ðtype.int64€&go.string.hdr."msg""go.importpath."". type.stringÐ&go.string.hdr."val"à"go.importpath."".ð"type.interface {}` &type."".FormatError 6go.string.hdr."FormatError"°"go.importpath."".Àð&type."".FormatErrorþ>go.string.hdr."*pe.FormatError"  6go.string."*pe.FormatError"þ6go.string."*pe.FormatError"  *pe.FormatErrorþXgo.string.hdr."func(*pe.FormatError) string"  Pgo.string."func(*pe.FormatError) string"þPgo.string."func(*pe.FormatError) string"@:func(*pe.FormatError) stringþBtype.func(*"".FormatError) string ßZÜ30€ runtime.algarray@"runtime.gcbits.01PXgo.string.hdr."func(*pe.FormatError) string"pTgo.weak.type.*func(*"".FormatError) stringðBtype.func(*"".FormatError) stringÀ€Btype.func(*"".FormatError) stringð(type.*"".FormatError€type.stringþŠgo.typelink.func(*pe.FormatError) string	func(*"".FormatError) stringBtype.func(*"".FormatError) stringþ*go.string.hdr."Error"  "go.string."Error"þ"go.string."Error"Errorþ:go.string.hdr."func() string"  
2go.string."func() string"þ2go.string."func() string" func() stringþ$type.func() string€€¢mË30€ runtime.algarray@"runtime.gcbits.01P:go.string.hdr."func() string"p6go.weak.type.*func() stringð$type.func() stringÀð$type.func() stringðtype.stringþNgo.typelink.func() string	func() string$type.func() stringþ(type.*"".FormatErrorÀÀ
ú„†60  runtime.algarray@"runtime.gcbits.01P>go.string.hdr."*pe.FormatError"p:go.weak.type.**"".FormatError€&type."".FormatError`(type.*"".FormatError°à(type.*"".FormatErrorà*go.string.hdr."Error"€$type.func() stringBtype.func(*"".FormatError) string ."".(*FormatError).Error°."".(*FormatError).Errorþ<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 {}€"type.interface {}þRgo.typelink.[]interface {}	[]interface {}&type.[]interface {}þTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2þTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440þTgclocals·3bb21ca8fe1d99a3e492463bd711418aþ<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 {}€"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 {}¿¨56
0  runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*[1]interface {}"p<go.weak.type.**[1]interface {}€(type.[1]interface {}þ type..hashfunc20  ,runtime.memhash_varlenþtype..eqfunc20  .runtime.memequal_varlenþtype..alg20   type..hashfunc20type..eqfunc20þ<go.string.hdr."*pe.FileHeader"  4go.string."*pe.FileHeader"þ4go.string."*pe.FileHeader" *pe.FileHeaderþ&type.*"".FileHeader56°6
0  runtime.algarray@"runtime.gcbits.01P<go.string.hdr."*pe.FileHeader"p8go.weak.type.**"".FileHeader€$type."".FileHeaderþruntime.gcbits.þ:go.string.hdr."pe.FileHeader"  
2go.string."pe.FileHeader"þ2go.string."pe.FileHeader" pe.FileHeaderþ.go.string.hdr."Machine"  &go.string."Machine"þ&go.string."Machine"Machineþ@go.string.hdr."NumberOfSections"  8go.string."NumberOfSections"þ8go.string."NumberOfSections"0"NumberOfSectionsþ:go.string.hdr."TimeDateStamp"  
2go.string."TimeDateStamp"þ2go.string."TimeDateStamp" TimeDateStampþHgo.string.hdr."PointerToSymbolTable"  @go.string."PointerToSymbolTable"þ@go.string."PointerToSymbolTable"0*PointerToSymbolTableþ>go.string.hdr."NumberOfSymbols"  6go.string."NumberOfSymbols"þ6go.string."NumberOfSymbols"  NumberOfSymbolsþHgo.string.hdr."SizeOfOptionalHeader"  @go.string."SizeOfOptionalHeader"þ@go.string."SizeOfOptionalHeader"0*SizeOfOptionalHeaderþ4go.string.hdr."FileHeader"  
,go.string."FileHeader"þ,go.string."FileHeader" FileHeaderþ$type."".FileHeader°°5|~†™.0type..alg20@runtime.gcbits.P:go.string.hdr."pe.FileHeader"p&type.*"".FileHeader€°$type."".FileHeader°.go.string.hdr."Machine"Ðtype.uint16€@go.string.hdr."NumberOfSections" type.uint16Ð:go.string.hdr."TimeDateStamp"ðtype.uint32 Hgo.string.hdr."PointerToSymbolTable"Àtype.uint32ð>go.string.hdr."NumberOfSymbols"type.uint32ÀHgo.string.hdr."SizeOfOptionalHeader"àtype.uint16>go.string.hdr."Characteristics"°type.uint16`à$type."".FileHeaderà4go.string.hdr."FileHeader"ð"go.importpath."".€°$type."".FileHeaderþ:go.string.hdr."[]*pe.Section"  
2go.string."[]*pe.Section"þ2go.string."[]*pe.Section" []*pe.Sectionþ$type.[]*"".Section#
0  runtime.algarray@"runtime.gcbits.01P:go.string.hdr."[]*pe.Section"p6go.weak.type.*[]*"".Section€ type.*"".SectionþNgo.typelink.[]*pe.Section	[]*"".Section$type.[]*"".SectionþTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2þTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440þTgclocals·3bb21ca8fe1d99a3e492463bd711418aþ0type..hashfunc."".Symbol(type..hash."".Symbolþ,type..eqfunc."".Symbol$type..eq."".Symbolþ&type..alg."".Symbol  0type..hashfunc."".Symbol,type..eqfunc."".Symbolþ2go.string.hdr."pe.Symbol"  	*go.string."pe.Symbol"þ*go.string."pe.Symbol" pe.Symbolþ*go.string.hdr."Value"  "go.string."Value"þ"go.string."Value"Valueþ:go.string.hdr."SectionNumber"  
2go.string."SectionNumber"þ2go.string."SectionNumber" SectionNumberþ(go.string.hdr."Type"   go.string."Type"þ go.string."Type"
Typeþ8go.string.hdr."StorageClass"  0go.string."StorageClass"þ0go.string."StorageClass" StorageClassþ,go.string.hdr."Symbol"  $go.string."Symbol"þ$go.string."Symbol"Symbolþtype."".Symbol æÃE@&0&type..alg."".Symbol@"runtime.gcbits.01P2go.string.hdr."pe.Symbol"ptype.*"".Symbol€°type."".Symbol°(go.string.hdr."Name"Ðtype.string€*go.string.hdr."Value" type.uint32Ð:go.string.hdr."SectionNumber"ðtype.int16 (go.string.hdr."Type"Àtype.uint16ð8go.string.hdr."StorageClass"type.uint8`Àtype."".SymbolÀ,go.string.hdr."Symbol"Ð"go.importpath."".àtype."".Symbolþ4go.string.hdr."*pe.Symbol"  
,go.string."*pe.Symbol"þ,go.string."*pe.Symbol" *pe.Symbolþtype.*"".SymbolBl1;6
0  runtime.algarray@"runtime.gcbits.01P4go.string.hdr."*pe.Symbol"p0go.weak.type.**"".Symbol€type."".Symbolþ8go.string.hdr."[]*pe.Symbol"  0go.string."[]*pe.Symbol"þ0go.string."[]*pe.Symbol" []*pe.Symbolþ"type.[]*"".SymbolHLž¼
0  runtime.algarray@"runtime.gcbits.01P8go.string.hdr."[]*pe.Symbol"p4go.weak.type.*[]*"".Symbol€type.*"".SymbolþJgo.typelink.[]*pe.Symbol	[]*"".Symbol"type.[]*"".Symbolþ&runtime.gcbits.38198þ.go.string.hdr."pe.File"  &go.string."pe.File"þ&go.string."pe.File"pe.Fileþ<go.string.hdr."OptionalHeader"  4go.string."OptionalHeader"þ4go.string."OptionalHeader" OptionalHeaderþ0go.string.hdr."Sections"  (go.string."Sections"þ(go.string."Sections" Sectionsþ.go.string.hdr."Symbols"  &go.string."Symbols"þ&go.string."Symbols"Symbolsþ,go.string.hdr."closer"  $go.string."closer"þ$go.string."closer"closerþ(go.string.hdr."File"   go.string."File"þ go.string."File"
Fileþtype."".Filehh{Òq©(@X&0à runtime.algarray@&runtime.gcbits.3819P.go.string.hdr."pe.File"ptype.*"".File€°type."".FileÐ$type."".FileHeader€<go.string.hdr."OptionalHeader" "type.interface {}Ð0go.string.hdr."Sections"ð$type.[]*"".Section .go.string.hdr."Symbols"À"type.[]*"".Symbolð,go.string.hdr."closer"€"go.importpath."".type.io.Closer`Àtype."".FileÀ(go.string.hdr."File"Ð"go.importpath."".àtype."".Fileþ0go.string.hdr."*pe.File"  (go.string."*pe.File"þ(go.string."*pe.File" *pe.FileþHgo.string.hdr."func(*pe.File) error"  @go.string."func(*pe.File) error"þ@go.string."func(*pe.File) error"0*func(*pe.File) errorþ2type.func(*"".File) error#]‚30€ runtime.algarray@"runtime.gcbits.01PHgo.string.hdr."func(*pe.File) error"pDgo.weak.type.*func(*"".File) errorð2type.func(*"".File) errorÀ€2type.func(*"".File) errorðtype.*"".File€type.errorþjgo.typelink.func(*pe.File) error	func(*"".File) error2type.func(*"".File) errorþfgo.string.hdr."func(*pe.File) (*dwarf.Data, error)"  #^go.string."func(*pe.File) (*dwarf.Data, error)"þ^go.string."func(*pe.File) (*dwarf.Data, error)"PHfunc(*pe.File) (*dwarf.Data, error)þ\type.func(*"".File) (*debug/dwarf.Data, error)  ¯39A30€ runtime.algarray@"runtime.gcbits.01Pfgo.string.hdr."func(*pe.File) (*dwarf.Data, error)"pngo.weak.type.*func(*"".File) (*debug/dwarf.Data, error)ð\type.func(*"".File) (*debug/dwarf.Data, error)À€\type.func(*"".File) (*debug/dwarf.Data, error)ðtype.*"".File€,type.*debug/dwarf.Datatype.errorþ²go.typelink.func(*pe.File) (*dwarf.Data, error)	func(*"".File) (*debug/dwarf.Data, error)\type.func(*"".File) (*debug/dwarf.Data, error)þ0go.string.hdr."[]string"  (go.string."[]string"þ(go.string."[]string" []stringþtype.[]stringӨó

0  runtime.algarray@"runtime.gcbits.01P0go.string.hdr."[]string"p,go.weak.type.*[]string€type.stringþ:go.typelink.[]string	[]stringtype.[]stringþ`go.string.hdr."func(*pe.File) ([]string, error)"   Xgo.string."func(*pe.File) ([]string, error)"þXgo.string."func(*pe.File) ([]string, error)"PBfunc(*pe.File) ([]string, error)þJtype.func(*"".File) ([]string, error)  uë¸b30€ runtime.algarray@"runtime.gcbits.01P`go.string.hdr."func(*pe.File) ([]string, error)"p\go.weak.type.*func(*"".File) ([]string, error)ðJtype.func(*"".File) ([]string, error)À€Jtype.func(*"".File) ([]string, error)ðtype.*"".File€type.[]stringtype.errorþšgo.typelink.func(*pe.File) ([]string, error)	func(*"".File) ([]string, error)Jtype.func(*"".File) ([]string, error)þdgo.string.hdr."func(*pe.File, string) *pe.Section"  "\go.string."func(*pe.File, string) *pe.Section"þ\go.string."func(*pe.File, string) *pe.Section"PFfunc(*pe.File, string) *pe.SectionþNtype.func(*"".File, string) *"".Section  “Ð30€ runtime.algarray@"runtime.gcbits.01Pdgo.string.hdr."func(*pe.File, string) *pe.Section"p`go.weak.type.*func(*"".File, string) *"".SectionðNtype.func(*"".File, string) *"".SectionÀNtype.func(*"".File, string) *"".Sectionðtype.*"".File€type.string type.*"".Sectionþ¢go.typelink.func(*pe.File, string) *pe.Section	func(*"".File, string) *"".SectionNtype.func(*"".File, string) *"".Sectionþ*go.string.hdr."Close"  "go.string."Close"þ"go.string."Close"Closeþ8go.string.hdr."func() error"  0go.string."func() error"þ0go.string."func() error" func() errorþ"type.func() error€€œ‚ֵ30€ runtime.algarray@"runtime.gcbits.01P8go.string.hdr."func() error"p4go.weak.type.*func() errorð"type.func() errorÀð"type.func() errorðtype.errorþJgo.typelink.func() error	func() error"type.func() errorþ*go.string.hdr."DWARF"  "go.string."DWARF"þ"go.string."DWARF"DWARFþVgo.string.hdr."func() (*dwarf.Data, error)"  Ngo.string."func() (*dwarf.Data, error)"þNgo.string."func() (*dwarf.Data, error)"@8func() (*dwarf.Data, error)þLtype.func() (*debug/dwarf.Data, error)$¹930€ runtime.algarray@"runtime.gcbits.01PVgo.string.hdr."func() (*dwarf.Data, error)"p^go.weak.type.*func() (*debug/dwarf.Data, error)ðLtype.func() (*debug/dwarf.Data, error)ÀðLtype.func() (*debug/dwarf.Data, error)ð,type.*debug/dwarf.Data€type.errorþ’go.typelink.func() (*dwarf.Data, error)	func() (*debug/dwarf.Data, error)Ltype.func() (*debug/dwarf.Data, error)þBgo.string.hdr."ImportedLibraries"  :go.string."ImportedLibraries"þ:go.string."ImportedLibraries"0$ImportedLibrariesþPgo.string.hdr."func() ([]string, error)"  Hgo.string."func() ([]string, error)"þHgo.string."func() ([]string, error)"@2func() ([]string, error)þ:type.func() ([]string, error)B‹í¡30€ runtime.algarray@"runtime.gcbits.01PPgo.string.hdr."func() ([]string, error)"pLgo.weak.type.*func() ([]string, error)ð:type.func() ([]string, error)Àð:type.func() ([]string, error)ðtype.[]string€type.errorþzgo.typelink.func() ([]string, error)	func() ([]string, error):type.func() ([]string, error)þ>go.string.hdr."ImportedSymbols"  6go.string."ImportedSymbols"þ6go.string."ImportedSymbols"  ImportedSymbolsþPgo.string.hdr."func(string) *pe.Section"  Hgo.string."func(string) *pe.Section"þHgo.string."func(string) *pe.Section"@2func(string) *pe.Sectionþ:type.func(string) *"".Sectionh-â±30€ runtime.algarray@"runtime.gcbits.01PPgo.string.hdr."func(string) *pe.Section"pLgo.weak.type.*func(string) *"".Sectionð:type.func(string) *"".SectionÀ€:type.func(string) *"".Sectionðtype.string€ type.*"".Sectionþzgo.typelink.func(string) *pe.Section	func(string) *"".Section:type.func(string) *"".Sectionþtype.*"".FileÀÀuîõ26@0  runtime.algarray@"runtime.gcbits.01P0go.string.hdr."*pe.File"p,go.weak.type.**"".File€type."".File`type.*"".File°àtype.*"".Fileà*go.string.hdr."Close"€"type.func() error2type.func(*"".File) error  "".(*File).Close° "".(*File).CloseÀ*go.string.hdr."DWARF"àLtype.func() (*debug/dwarf.Data, error)ð\type.func(*"".File) (*debug/dwarf.Data, error)€ "".(*File).DWARF "".(*File).DWARF Bgo.string.hdr."ImportedLibraries"À:type.func() ([]string, error)ÐJtype.func(*"".File) ([]string, error)à8"".(*File).ImportedLibrariesð8"".(*File).ImportedLibraries€>go.string.hdr."ImportedSymbols" :type.func() ([]string, error)°Jtype.func(*"".File) ([]string, error)À4"".(*File).ImportedSymbolsÐ4"".(*File).ImportedSymbolsà.go.string.hdr."Section"€:type.func(string) *"".SectionNtype.func(*"".File, string) *"".Section $"".(*File).Section°$"".(*File).Sectionþ0go.string.hdr."[8]uint8"  (go.string."[8]uint8"þ(go.string."[8]uint8" [8]uint8þtype.[8]uint8°°>ù0´‘0  runtime.algarray@runtime.gcbits.P0go.string.hdr."[8]uint8"p,go.weak.type.*[8]uint8€type.uint8type.[]uint8þ:go.typelink.[8]uint8	[8]uint8type.[8]uint8þTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2þTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·3bb21ca8fe1d99a3e492463bd711418aþ8type..hashfunc."".COFFSymbol0type..hash."".COFFSymbolþ4type..eqfunc."".COFFSymbol,type..eq."".COFFSymbolþ.type..alg."".COFFSymbol  8type..hashfunc."".COFFSymbol4type..eqfunc."".COFFSymbolþ<go.string.hdr."*pe.COFFSymbol"  4go.string."*pe.COFFSymbol"þ4go.string."*pe.COFFSymbol" *pe.COFFSymbolþ&type.*"".COFFSymbolçZ |6
0  runtime.algarray@"runtime.gcbits.01P<go.string.hdr."*pe.COFFSymbol"p8go.weak.type.**"".COFFSymbol€$type."".COFFSymbolþ:go.string.hdr."pe.COFFSymbol"  
2go.string."pe.COFFSymbol"þ2go.string."pe.COFFSymbol" pe.COFFSymbolþDgo.string.hdr."NumberOfAuxSymbols"  <go.string."NumberOfAuxSymbols"þ<go.string."NumberOfAuxSymbols"0&NumberOfAuxSymbolsþ4go.string.hdr."COFFSymbol"  
,go.string."COFFSymbol"þ,go.string."COFFSymbol" COFFSymbolþ$type."".COFFSymbolààë+q™*0.type..alg."".COFFSymbol@runtime.gcbits.P:go.string.hdr."pe.COFFSymbol"p&type.*"".COFFSymbol€°$type."".COFFSymbol°(go.string.hdr."Name"Ðtype.[8]uint8€*go.string.hdr."Value" type.uint32Ð:go.string.hdr."SectionNumber"ðtype.int16 (go.string.hdr."Type"Àtype.uint16ð8go.string.hdr."StorageClass"type.uint8ÀDgo.string.hdr."NumberOfAuxSymbols"àtype.uint8`$type."".COFFSymbol4go.string.hdr."COFFSymbol" "go.importpath."".°à$type."".COFFSymbolþBgo.string.hdr."*pe.DataDirectory"  :go.string."*pe.DataDirectory"þ:go.string."*pe.DataDirectory"0$*pe.DataDirectoryþ,type.*"".DataDirectory½¶”±6
0  runtime.algarray@"runtime.gcbits.01PBgo.string.hdr."*pe.DataDirectory"p>go.weak.type.**"".DataDirectory€*type."".DataDirectoryþ@go.string.hdr."pe.DataDirectory"  8go.string."pe.DataDirectory"þ8go.string."pe.DataDirectory"0"pe.DataDirectoryþ:go.string.hdr."DataDirectory"  
2go.string."DataDirectory"þ2go.string."DataDirectory" DataDirectoryþ*type."".DataDirectory  kªï™0  runtime.algarray@runtime.gcbits.P@go.string.hdr."pe.DataDirectory"p,type.*"".DataDirectory€°*type."".DataDirectory°<go.string.hdr."VirtualAddress"Ðtype.uint32€(go.string.hdr."Size" type.uint32`Ð*type."".DataDirectoryÐ:go.string.hdr."DataDirectory"à"go.importpath."".ð *type."".DataDirectoryþDgo.string.hdr."[]pe.DataDirectory"  <go.string."[]pe.DataDirectory"þ<go.string."[]pe.DataDirectory"0&[]pe.DataDirectoryþ.type.[]"".DataDirectoryq¡»
0  runtime.algarray@"runtime.gcbits.01PDgo.string.hdr."[]pe.DataDirectory"p@go.weak.type.*[]"".DataDirectory€*type."".DataDirectoryþbgo.typelink.[]pe.DataDirectory	[]"".DataDirectory.type.[]"".DataDirectoryþ"type..hashfunc128  €,runtime.memhash_varlenþtype..eqfunc128  €.runtime.memequal_varlenþtype..alg128  "type..hashfunc128type..eqfunc128þHgo.string.hdr."[16]pe.DataDirectory"  @go.string."[16]pe.DataDirectory"þ@go.string."[16]pe.DataDirectory"0*[16]pe.DataDirectoryþ2type.[16]"".DataDirectory°°€ñ$0ß‘0type..alg128@runtime.gcbits.PHgo.string.hdr."[16]pe.DataDirectory"pDgo.weak.type.*[16]"".DataDirectory€*type."".DataDirectory.type.[]"".DataDirectoryþjgo.typelink.[16]pe.DataDirectory	[16]"".DataDirectory2type.[16]"".DataDirectoryþ"type..hashfunc224  à,runtime.memhash_varlenþtype..eqfunc224  à.runtime.memequal_varlenþtype..alg224  "type..hashfunc224type..eqfunc224þFgo.string.hdr."pe.OptionalHeader32"  >go.string."pe.OptionalHeader32"þ>go.string."pe.OptionalHeader32"0(pe.OptionalHeader32þ*go.string.hdr."Magic"  "go.string."Magic"þ"go.string."Magic"MagicþDgo.string.hdr."MajorLinkerVersion"  <go.string."MajorLinkerVersion"þ<go.string."MajorLinkerVersion"0&MajorLinkerVersionþDgo.string.hdr."MinorLinkerVersion"  <go.string."MinorLinkerVersion"þ<go.string."MinorLinkerVersion"0&MinorLinkerVersionþ4go.string.hdr."SizeOfCode"  
,go.string."SizeOfCode"þ,go.string."SizeOfCode" SizeOfCodeþJgo.string.hdr."SizeOfInitializedData"  Bgo.string."SizeOfInitializedData"þBgo.string."SizeOfInitializedData"0,SizeOfInitializedDataþNgo.string.hdr."SizeOfUninitializedData"  Fgo.string."SizeOfUninitializedData"þFgo.string."SizeOfUninitializedData"00SizeOfUninitializedDataþFgo.string.hdr."AddressOfEntryPoint"  >go.string."AddressOfEntryPoint"þ>go.string."AddressOfEntryPoint"0(AddressOfEntryPointþ4go.string.hdr."BaseOfCode"  
,go.string."BaseOfCode"þ,go.string."BaseOfCode" BaseOfCodeþ4go.string.hdr."BaseOfData"  
,go.string."BaseOfData"þ,go.string."BaseOfData" BaseOfDataþ2go.string.hdr."ImageBase"  	*go.string."ImageBase"þ*go.string."ImageBase" ImageBaseþ@go.string.hdr."SectionAlignment"  8go.string."SectionAlignment"þ8go.string."SectionAlignment"0"SectionAlignmentþ:go.string.hdr."FileAlignment"  
2go.string."FileAlignment"þ2go.string."FileAlignment" FileAlignmentþVgo.string.hdr."MajorOperatingSystemVersion"  Ngo.string."MajorOperatingSystemVersion"þNgo.string."MajorOperatingSystemVersion"@8MajorOperatingSystemVersionþVgo.string.hdr."MinorOperatingSystemVersion"  Ngo.string."MinorOperatingSystemVersion"þNgo.string."MinorOperatingSystemVersion"@8MinorOperatingSystemVersionþBgo.string.hdr."MajorImageVersion"  :go.string."MajorImageVersion"þ:go.string."MajorImageVersion"0$MajorImageVersionþBgo.string.hdr."MinorImageVersion"  :go.string."MinorImageVersion"þ:go.string."MinorImageVersion"0$MinorImageVersionþJgo.string.hdr."MajorSubsystemVersion"  Bgo.string."MajorSubsystemVersion"þBgo.string."MajorSubsystemVersion"0,MajorSubsystemVersionþJgo.string.hdr."MinorSubsystemVersion"  Bgo.string."MinorSubsystemVersion"þBgo.string."MinorSubsystemVersion"0,MinorSubsystemVersionþBgo.string.hdr."Win32VersionValue"  :go.string."Win32VersionValue"þ:go.string."Win32VersionValue"0$Win32VersionValueþ6go.string.hdr."SizeOfImage"  .go.string."SizeOfImage"þ.go.string."SizeOfImage" SizeOfImageþ:go.string.hdr."SizeOfHeaders"  
2go.string."SizeOfHeaders"þ2go.string."SizeOfHeaders" SizeOfHeadersþ0go.string.hdr."CheckSum"  (go.string."CheckSum"þ(go.string."CheckSum" CheckSumþ2go.string.hdr."Subsystem"  	*go.string."Subsystem"þ*go.string."Subsystem" SubsystemþDgo.string.hdr."DllCharacteristics"  <go.string."DllCharacteristics"þ<go.string."DllCharacteristics"0&DllCharacteristicsþDgo.string.hdr."SizeOfStackReserve"  <go.string."SizeOfStackReserve"þ<go.string."SizeOfStackReserve"0&SizeOfStackReserveþBgo.string.hdr."SizeOfStackCommit"  :go.string."SizeOfStackCommit"þ:go.string."SizeOfStackCommit"0$SizeOfStackCommitþBgo.string.hdr."SizeOfHeapReserve"  :go.string."SizeOfHeapReserve"þ:go.string."SizeOfHeapReserve"0$SizeOfHeapReserveþ@go.string.hdr."SizeOfHeapCommit"  8go.string."SizeOfHeapCommit"þ8go.string."SizeOfHeapCommit"0"SizeOfHeapCommitþ6go.string.hdr."LoaderFlags"  .go.string."LoaderFlags"þ.go.string."LoaderFlags" LoaderFlagsþFgo.string.hdr."NumberOfRvaAndSizes"  >go.string."NumberOfRvaAndSizes"þ>go.string."NumberOfRvaAndSizes"0(NumberOfRvaAndSizesþ@go.string.hdr."OptionalHeader32"  8go.string."OptionalHeader32"þ8go.string."OptionalHeader32"0"OptionalHeader32þ0type."".OptionalHeader32°°à,ÚKú™ $(*,.0248<@DFHLPTX\`Ž0type..alg224@runtime.gcbits.PFgo.string.hdr."pe.OptionalHeader32"p2type.*"".OptionalHeader32€°0type."".OptionalHeader32°*go.string.hdr."Magic"Ðtype.uint16€Dgo.string.hdr."MajorLinkerVersion" type.uint8ÐDgo.string.hdr."MinorLinkerVersion"ðtype.uint8 4go.string.hdr."SizeOfCode"Àtype.uint32ðJgo.string.hdr."SizeOfInitializedData"type.uint32ÀNgo.string.hdr."SizeOfUninitializedData"àtype.uint32Fgo.string.hdr."AddressOfEntryPoint"°type.uint32à4go.string.hdr."BaseOfCode"€type.uint32°4go.string.hdr."BaseOfData"Ðtype.uint32€2go.string.hdr."ImageBase" type.uint32Ð@go.string.hdr."SectionAlignment"ðtype.uint32 :go.string.hdr."FileAlignment"Àtype.uint32ðVgo.string.hdr."MajorOperatingSystemVersion"	type.uint16À	Vgo.string.hdr."MinorOperatingSystemVersion"à	type.uint16
Bgo.string.hdr."MajorImageVersion"°
type.uint16à
Bgo.string.hdr."MinorImageVersion"€type.uint16°Jgo.string.hdr."MajorSubsystemVersion"Ðtype.uint16€Jgo.string.hdr."MinorSubsystemVersion" type.uint16ÐBgo.string.hdr."Win32VersionValue"ðtype.uint32 
6go.string.hdr."SizeOfImage"À
type.uint32ð
:go.string.hdr."SizeOfHeaders"type.uint32À0go.string.hdr."CheckSum"àtype.uint322go.string.hdr."Subsystem"°type.uint16àDgo.string.hdr."DllCharacteristics"€type.uint16°Dgo.string.hdr."SizeOfStackReserve"Ðtype.uint32€Bgo.string.hdr."SizeOfStackCommit" type.uint32ÐBgo.string.hdr."SizeOfHeapReserve"ðtype.uint32 @go.string.hdr."SizeOfHeapCommit"Àtype.uint32ð6go.string.hdr."LoaderFlags"type.uint32ÀFgo.string.hdr."NumberOfRvaAndSizes"àtype.uint32:go.string.hdr."DataDirectory"°2type.[16]"".DataDirectory`à0type."".OptionalHeader32à@go.string.hdr."OptionalHeader32"ð"go.importpath."".€°0type."".OptionalHeader32þHgo.string.hdr."*pe.OptionalHeader32"  @go.string."*pe.OptionalHeader32"þ@go.string."*pe.OptionalHeader32"0**pe.OptionalHeader32þ2type.*"".OptionalHeader32Å"Ë6
0  runtime.algarray@"runtime.gcbits.01PHgo.string.hdr."*pe.OptionalHeader32"pDgo.weak.type.**"".OptionalHeader32€0type."".OptionalHeader32þ"type..hashfunc240  ð,runtime.memhash_varlenþtype..eqfunc240  ð.runtime.memequal_varlenþtype..alg240  "type..hashfunc240type..eqfunc240þFgo.string.hdr."pe.OptionalHeader64"  >go.string."pe.OptionalHeader64"þ>go.string."pe.OptionalHeader64"0(pe.OptionalHeader64þ@go.string.hdr."OptionalHeader64"  8go.string."OptionalHeader64"þ8go.string."OptionalHeader64"0"OptionalHeader64þ0type."".OptionalHeader64ààð¤×cI™ $(*,.0248<@DFHPX`hlpŠ0type..alg240@runtime.gcbits.PFgo.string.hdr."pe.OptionalHeader64"p2type.*"".OptionalHeader64€°0type."".OptionalHeader64°*go.string.hdr."Magic"Ðtype.uint16€Dgo.string.hdr."MajorLinkerVersion" type.uint8ÐDgo.string.hdr."MinorLinkerVersion"ðtype.uint8 4go.string.hdr."SizeOfCode"Àtype.uint32ðJgo.string.hdr."SizeOfInitializedData"type.uint32ÀNgo.string.hdr."SizeOfUninitializedData"àtype.uint32Fgo.string.hdr."AddressOfEntryPoint"°type.uint32à4go.string.hdr."BaseOfCode"€type.uint32°2go.string.hdr."ImageBase"Ðtype.uint64€@go.string.hdr."SectionAlignment" type.uint32Ð:go.string.hdr."FileAlignment"ðtype.uint32 Vgo.string.hdr."MajorOperatingSystemVersion"Àtype.uint16ðVgo.string.hdr."MinorOperatingSystemVersion"	type.uint16À	Bgo.string.hdr."MajorImageVersion"à	type.uint16
Bgo.string.hdr."MinorImageVersion"°
type.uint16à
Jgo.string.hdr."MajorSubsystemVersion"€type.uint16°Jgo.string.hdr."MinorSubsystemVersion"Ðtype.uint16€Bgo.string.hdr."Win32VersionValue" type.uint32Ð6go.string.hdr."SizeOfImage"ðtype.uint32 
:go.string.hdr."SizeOfHeaders"À
type.uint32ð
0go.string.hdr."CheckSum"type.uint32À2go.string.hdr."Subsystem"àtype.uint16Dgo.string.hdr."DllCharacteristics"°type.uint16àDgo.string.hdr."SizeOfStackReserve"€type.uint64°Bgo.string.hdr."SizeOfStackCommit"Ðtype.uint64€Bgo.string.hdr."SizeOfHeapReserve" type.uint64Ð@go.string.hdr."SizeOfHeapCommit"ðtype.uint64 6go.string.hdr."LoaderFlags"Àtype.uint32ðFgo.string.hdr."NumberOfRvaAndSizes"type.uint32À:go.string.hdr."DataDirectory"à2type.[16]"".DataDirectory`0type."".OptionalHeader64@go.string.hdr."OptionalHeader64" "go.importpath."".°à0type."".OptionalHeader64þHgo.string.hdr."*pe.OptionalHeader64"  @go.string."*pe.OptionalHeader64"þ@go.string."*pe.OptionalHeader64"0**pe.OptionalHeader64þ2type.*"".OptionalHeader64=
k6
0  runtime.algarray@"runtime.gcbits.01PHgo.string.hdr."*pe.OptionalHeader64"pDgo.weak.type.**"".OptionalHeader64€0type."".OptionalHeader64þ type..hashfunc40  (,runtime.memhash_varlenþtype..eqfunc40  (.runtime.memequal_varlenþtype..alg40   type..hashfunc40type..eqfunc40þFgo.string.hdr."*pe.SectionHeader32"  >go.string."*pe.SectionHeader32"þ>go.string."*pe.SectionHeader32"0(*pe.SectionHeader32þ0type.*"".SectionHeader32òÚL6
0  runtime.algarray@"runtime.gcbits.01PFgo.string.hdr."*pe.SectionHeader32"pBgo.weak.type.**"".SectionHeader32€.type."".SectionHeader32þDgo.string.hdr."pe.SectionHeader32"  <go.string."pe.SectionHeader32"þ<go.string."pe.SectionHeader32"0&pe.SectionHeader32þ:go.string.hdr."SizeOfRawData"  
2go.string."SizeOfRawData"þ2go.string."SizeOfRawData" SizeOfRawDataþ@go.string.hdr."PointerToRawData"  8go.string."PointerToRawData"þ8go.string."PointerToRawData"0"PointerToRawDataþ>go.string.hdr."SectionHeader32"  6go.string."SectionHeader32"þ6go.string."SectionHeader32"  SectionHeader32þ.type."".SectionHeader32  (Œ-	Ä™

 "$:0type..alg40@runtime.gcbits.PDgo.string.hdr."pe.SectionHeader32"p0type.*"".SectionHeader32€°.type."".SectionHeader32°(go.string.hdr."Name"Ðtype.[8]uint8€6go.string.hdr."VirtualSize" type.uint32Ð<go.string.hdr."VirtualAddress"ðtype.uint32 :go.string.hdr."SizeOfRawData"Àtype.uint32ð@go.string.hdr."PointerToRawData"type.uint32ÀHgo.string.hdr."PointerToRelocations"àtype.uint32Hgo.string.hdr."PointerToLineNumbers"°type.uint32àFgo.string.hdr."NumberOfRelocations"€type.uint16°Fgo.string.hdr."NumberOfLineNumbers"Ðtype.uint16€>go.string.hdr."Characteristics" type.uint32`Ð.type."".SectionHeader32Ð>go.string.hdr."SectionHeader32"à"go.importpath."".ð .type."".SectionHeader32þ type..hashfunc96  `,runtime.memhash_varlenþtype..eqfunc96  `.runtime.memequal_varlenþtype..alg96   type..hashfunc96type..eqfunc96þ2go.string.hdr."[96]uint8"  	*go.string."[96]uint8"þ*go.string."[96]uint8" [96]uint8þtype.[96]uint8°°`ÄA	©‘`0type..alg96@runtime.gcbits.P2go.string.hdr."[96]uint8"p.go.weak.type.*[96]uint8€type.uint8type.[]uint8þ>go.typelink.[96]uint8	[96]uint8type.[96]uint8þ4go.string.hdr."*[96]uint8"  
,go.string."*[96]uint8"þ,go.string."*[96]uint8" *[96]uint8þtype.*[96]uint8O|Á6
0  runtime.algarray@"runtime.gcbits.01P4go.string.hdr."*[96]uint8"p0go.weak.type.**[96]uint8€type.[96]uint8þ0go.string.hdr."[4]uint8"  (go.string."[4]uint8"þ(go.string."[4]uint8" [4]uint8þtype.[4]uint8°°„B‘0€ runtime.algarray@runtime.gcbits.P0go.string.hdr."[4]uint8"p,go.weak.type.*[4]uint8€type.uint8type.[]uint8þ:go.typelink.[4]uint8	[4]uint8type.[4]uint8þ2go.string.hdr."*[4]uint8"  	*go.string."*[4]uint8"þ*go.string."*[4]uint8" *[4]uint8þtype.*[4]uint8G³ã¡6
0  runtime.algarray@"runtime.gcbits.01P2go.string.hdr."*[4]uint8"p.go.weak.type.**[4]uint8€type.[4]uint8þ8go.string.hdr."**pe.Section"  0go.string."**pe.Section"þ0go.string."**pe.Section" **pe.Sectionþ"type.**"".SectionLXÈ_6
0  runtime.algarray@"runtime.gcbits.01P8go.string.hdr."**pe.Section"p4go.weak.type.***"".Section€ type.*"".SectionþTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2þTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440þTgclocals·3bb21ca8fe1d99a3e492463bd711418aþ0type..hashfunc.[4]string(type..hash.[4]stringþ,type..eqfunc.[4]string$type..eq.[4]stringþ&type..alg.[4]string  0type..hashfunc.[4]string,type..eqfunc.[4]stringþ"runtime.gcbits.55Uþ2go.string.hdr."[4]string"  	*go.string."[4]string"þ*go.string."[4]string" [4]stringþtype.[4]string°°@8УJ0&type..alg.[4]string@"runtime.gcbits.55P2go.string.hdr."[4]string"p.go.weak.type.*[4]string€type.stringtype.[]stringþ>go.typelink.[4]string	[4]stringtype.[4]stringþ2go.string.hdr."[][]uint8"  	*go.string."[][]uint8"þ*go.string."[][]uint8" [][]uint8þtype.[][]uint8õ}ï
0  runtime.algarray@"runtime.gcbits.01P2go.string.hdr."[][]uint8"p.go.weak.type.*[][]uint8€type.[]uint8þ>go.typelink.[][]uint8	[][]uint8type.[][]uint8þ&runtime.gcbits.4902Iþ4go.string.hdr."[4][]uint8"  
,go.string."[4][]uint8"þ,go.string."[4][]uint8" [4][]uint8þtype.[4][]uint8°°`Pg—0à runtime.algarray@&runtime.gcbits.4902P4go.string.hdr."[4][]uint8"p0go.weak.type.*[4][]uint8€type.[]uint8type.[][]uint8þBgo.typelink.[4][]uint8	[4][]uint8type.[4][]uint8þTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2þTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440þTgclocals·3bb21ca8fe1d99a3e492463bd711418aþBtype..hashfunc."".ImportDirectory:type..hash."".ImportDirectoryþ>type..eqfunc."".ImportDirectory6type..eq."".ImportDirectoryþ8type..alg."".ImportDirectory  Btype..hashfunc."".ImportDirectory>type..eqfunc."".ImportDirectoryþFgo.string.hdr."*pe.ImportDirectory"  >go.string."*pe.ImportDirectory"þ>go.string."*pe.ImportDirectory"0(*pe.ImportDirectoryþ0type.*"".ImportDirectoryÌöÔâ6
0  runtime.algarray@"runtime.gcbits.01PFgo.string.hdr."*pe.ImportDirectory"pBgo.weak.type.**"".ImportDirectory€.type."".ImportDirectoryþ"runtime.gcbits.08þDgo.string.hdr."pe.ImportDirectory"  <go.string."pe.ImportDirectory"þ<go.string."pe.ImportDirectory"0&pe.ImportDirectoryþDgo.string.hdr."OriginalFirstThunk"  <go.string."OriginalFirstThunk"þ<go.string."OriginalFirstThunk"0&OriginalFirstThunkþ<go.string.hdr."ForwarderChain"  4go.string."ForwarderChain"þ4go.string."ForwarderChain" ForwarderChainþ4go.string.hdr."FirstThunk"  
,go.string."FirstThunk"þ,go.string."FirstThunk" FirstThunkþ&go.string.hdr."dll"  go.string."dll"þgo.string."dll"dllþ>go.string.hdr."ImportDirectory"  6go.string."ImportDirectory"þ6go.string."ImportDirectory"  ImportDirectoryþ.type."".ImportDirectoryàà( ×5w-,08type..alg."".ImportDirectory@"runtime.gcbits.08PDgo.string.hdr."pe.ImportDirectory"p0type.*"".ImportDirectory€°.type."".ImportDirectory°Dgo.string.hdr."OriginalFirstThunk"Ðtype.uint32€:go.string.hdr."TimeDateStamp" type.uint32Ð<go.string.hdr."ForwarderChain"ðtype.uint32 (go.string.hdr."Name"Àtype.uint32ð4go.string.hdr."FirstThunk"type.uint32À&go.string.hdr."dll"Ð"go.importpath."".àtype.string`.type."".ImportDirectory>go.string.hdr."ImportDirectory" "go.importpath."".°à.type."".ImportDirectoryþHgo.string.hdr."[]pe.ImportDirectory"  @go.string."[]pe.ImportDirectory"þ@go.string."[]pe.ImportDirectory"0*[]pe.ImportDirectoryþ2type.[]"".ImportDirectorynëí2
0  runtime.algarray@"runtime.gcbits.01PHgo.string.hdr."[]pe.ImportDirectory"pDgo.weak.type.*[]"".ImportDirectory€.type."".ImportDirectoryþjgo.typelink.[]pe.ImportDirectory	[]"".ImportDirectory2type.[]"".ImportDirectoryþ4go.string.hdr."*[4]string"  
,go.string."*[4]string"þ,go.string."*[4]string" *[4]stringþtype.*[4]stringàik6
0  runtime.algarray@"runtime.gcbits.01P4go.string.hdr."*[4]string"p0go.weak.type.**[4]string€type.[4]stringþ6go.string.hdr."debug/dwarf"  .go.string."debug/dwarf"þ.go.string."debug/dwarf" debug/dwarfþ4go.importpath.debug/dwarf.  .go.string."debug/dwarf"þ>go.string.hdr."encoding/binary"  6go.string."encoding/binary"þ6go.string."encoding/binary"  encoding/binaryþ<go.importpath.encoding/binary.  6go.string."encoding/binary"þ,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."strconv"  &go.string."strconv"þ&go.string."strconv"strconvþ,go.importpath.strconv.  &go.string."strconv"þ&go.string.hdr."fmt"  go.string."fmt"þgo.string."fmt"fmtþ$go.importpath.fmt.  go.string."fmt"þ$go.string.hdr."os"  go.string."os"þgo.string."os"osþ"go.importpath.os.  go.string."os"þ<type..hash."".SectionHeader·f6type..hash."".SectionHeaderþ8type..eq."".SectionHeader·f2type..eq."".SectionHeaderþ0type..hash."".Section·f*type..hash."".Sectionþ,type..eq."".Section·f&type..eq."".Sectionþ."".(*Section).ReadAt·f("".(*Section).ReadAtþ("".Section.ReadAt·f""".Section.ReadAtþ8type..hash."".FormatError·f2type..hash."".FormatErrorþ4type..eq."".FormatError·f.type..eq."".FormatErrorþ:type..hash.[1]interface {}·f4type..hash.[1]interface {}þ6type..eq.[1]interface {}·f0type..eq.[1]interface {}þ.type..hash."".Symbol·f(type..hash."".Symbolþ*type..eq."".Symbol·f$type..eq."".Symbolþ6type..hash."".COFFSymbol·f0type..hash."".COFFSymbolþ2type..eq."".COFFSymbol·f,type..eq."".COFFSymbolþ.type..hash.[4]string·f(type..hash.[4]stringþ*type..eq.[4]string·f$type..eq.[4]stringþ@type..hash."".ImportDirectory·f:type..hash."".ImportDirectoryþ<type..eq."".ImportDirectory·f6type..eq."".ImportDirectoryÿÿgo13ld