blob: 658ee2589e97e211a4ef1159adab7c24ee83e20f [file] [log] [blame]
!<arch>
__.PKGDEF 0 0 0 644 21160 `
go object linux amd64 go1.5.1 X:none
build id "6243a7b9977bd96461c184423aba3f2fa7068fc3"
$$
package pe
import runtime "runtime"
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, 0x0, 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, 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("underflow"); return nil }; var @"debug/dwarf".data·4 []byte; ; @"debug/dwarf".data·4 = @"debug/dwarf".b·2.@"debug/dwarf".data[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) < 0x1 { @"debug/dwarf".b·2.@"debug/dwarf".error("underflow"); return 0x0 }; var @"debug/dwarf".val·3 byte; ; @"debug/dwarf".val·3 = @"debug/dwarf".b·2.@"debug/dwarf".data[0x0]; @"debug/dwarf".b·2.@"debug/dwarf".data = @"debug/dwarf".b·2.@"debug/dwarf".data[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:0x0, OpIndex:0x0, File:nil, Line:0x1, Column:0x0, IsStmt:@"debug/dwarf".r·1.@"debug/dwarf".defaultIsStmt, BasicBlock:false, PrologueEnd:false, EpilogueBegin:false, ISA:0x0, Discriminator:0x0 }); @"debug/dwarf".r·1.@"debug/dwarf".fileIndex = 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".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".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 127409 `
go object linux amd64 go1.5.1 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_0008��type.int64� "".dat�/type.[]uint8� "".~r1�@type.error� "".~r0�type.[]uint8�"".s�� type.*"".Section�°ì¯°� � ”:@H
< ��fHV�Tgclocals·7c639281594b5ca3b5c2bcc331d3ab8c�Tgclocals·2c033e7f4f4a74cc7e9f368d1fec9f60���Vprebuilts/go/linux-x86/src/debug/pe/file.goþ$"".(*Section).Open��à��ÚdH‹ %����H;a†P��Hƒì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$éÒþÿÿè����é“þÿÿ
������L��Jgo.itab.*io.SectionReader.io.ReaderAt���Ú��*type.io.SectionReader���ì
��"runtime.newobject���°�6runtime.writeBarrierEnabled���„��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_noctxt���0°��"".autotmp_0014��type.*uint8�"".autotmp_0013�O,type.*io.SectionReader�"".autotmp_0012��,type.*io.SectionReader�"".autotmp_0010� type.io.ReaderAt�"".autotmp_0009��,type.*io.SectionReader�io.n·4�_type.int64�io.off·3�otype.int64�io.r·2�? type.io.ReaderAt� "".~r0�$type.io.ReadSeeker�"".s�� type.*"".Section�°É¯°�ð�
¨ð��uP�Tgclocals·cb395d89503762333b1bfb09ba74eb12�Tgclocals·224c066661476ee90d4178fff75bb75d���Vprebuilts/go/linux-x86/src/debug/pe/file.goþ."".(*FormatError).Error��  ��š dH‹ %����HD$ÐH;A†ë��Hì°���1ÀH‰D$hH‰D$pH‹”$¸���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ƒû�„G��HDŽ$ ������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���¤�6runtime.writeBarrierEnabled���È��Dgo.string." in record at byte %#x"���º 
��fmt.Sprintf���Ê

��*runtime.concatstring2���² 
��.runtime.writebarrierptr���ˆ 
��0runtime.morestack_noctxt���0à��"".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_0020��type.string�"".autotmp_0019��type.string�"".autotmp_0018�otype.string�"".autotmp_0017�Otype.string� "".msg�ïtype.string� "".~r0�type.string�"".e��(type.*"".FormatError�à«ßàE��0¸EÁ* �&�Ó@H‘pH48�Tgclocals·948c285cf1025b717e2658a3cccfd415�Tgclocals·7affa7083e8c5b016398fe7323f445ae���Vprebuilts/go/linux-x86/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���š�6runtime.writeBarrierEnabled���”
��.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_noctxt���P�"".autotmp_0033��type.*uint8�"".autotmp_0031��type.*os.File�"".autotmp_0030�otype.*os.File�
"".ff�type.*"".File� "".err�_type.error�"".f�type.*os.File� "".~r2�0type.error� "".~r1� type.*"".File�"".name��type.string�4àlßà•ßàaßà”��@Ì)/ !W  +>$6 2 � �?y2Ÿ.2'�Tgclocals·6362f41c131a6ba748d5aa5430c5ca02�Tgclocals·d24387c5c2ff8a3e94f5afa1fe021086���Vprebuilts/go/linux-x86/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_noctxt���0p�� "".err�?type.error� "".~r0�type.error�"".f��type.*"".File�pmop�� î$
& �
�W9�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·a8eabfc4a4514ed6b3b0c61e9680e440���Vprebuilts/go/linux-x86/src/debug/pe/file.goþ"".NewFile��Àv��¾vdH‹ %����H„$ ýÿÿH;A†z��Hì`��1ÛH‰œ$€��H‰œ$ˆ��H����H‰$è����H‹\$H‰œ$°���H‹œ$h��H‰œ$€��H‹œ$p��H‰œ$ˆ��HÇD$P����H»ÿÿÿÿÿÿÿ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‰„$8��Hƒø�„U��HÇÂ`���HÇÁ`���H‰„$��H‰D$H‰”$ ��H‰T$H‰Œ$(��H‰L$HÇD$ ����H‹œ$p��H‰$H‹œ$h��H‹[ ÿÓH‹Œ$8��H‹D$0H‹T$8H‰”$8��H‰„$0��Hƒø�t$HDŽ$x������H‰„$€��H‰”$ˆ��HÄ`��ö€ûM…ž��¶Y€ûZ…‘��H‰ËHƒù�„}��HƒÃ<HÇÀ$���HÇÂ$���H‰ÙH‰”$à��Hƒø�†O��¶H‰ÍHƒø†8��HÿŶ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‹œ$p��H‰$H‹œ$h��H‹[ ÿÓ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è„h��H����H‰$H����H‰\$H����H‰\$H����H‰\$HÇD$ ����è����H\$(H|$H‹ H‰H‹KH‰OH‹Œ$à���H‹„$Ð���H‰„$p��H‰$H‰Œ$x��H‰L$H‹Œ$��H����H‰œ$`��H‰\$ H‰Œ$h��H‰L$(è����H‹„$°���H‹L$0H‹T$8H‰”$ø��H‰Œ$ð��Hƒù�t$HDŽ$x������H‰Œ$€��H‰”$ˆ��HÄ`��ÃH·fƒû�„��H·fûd†„��H·fûL„ö���H����H‰œ$p��HDŽ$x�����1ÛH‰œ$P��H‰œ$X��H����H‰$è����H‹D$H‰„$Ø���H‹¬$x��H‰hH‹¬$p��€=�����utH‰(H‰„$Ø���H‹����1íH9èt,H‹”$Ø���HDŽ$x������H‰„$€��H‰”$ˆ��HÄ`��ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë¥H‰$H‰l$è����H‹„$Ø���étÿÿÿ1ÛH‰œ$ ��H‰œ$¨��H‰œ$°��‹X ƒû�†c��H‹œ$���H‰$‹X‹h kíëH‰\$HÇD$����è����H����H‰$è����H‹D$H‹œ$���H‰œ$à���H‰„$0��H‰„$��H‹����H‰„$Ð���1íH9è„u��H����H‰$H����H‰\$H����H‰\$H����H‰\$HÇD$ ����è����H\$(H|$H‹ H‰H‹KH‰OH‹Œ$à���H‹„$Ð���H‰„$p��H‰$H‰Œ$x��H‰L$H‹Œ$��H����H‰œ$`��H‰\$ H‰Œ$h��H‰L$(è����H‹”$0��H‹D$0H‹L$8H‰Œ$È��H‰„$À��Hƒø�t$HDŽ$x������H‰„$€��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‹œ$p��H‰$H‹œ$h��H‹[ ÿÓH‹D$0H‹L$8H‰Œ$Ø��H‰„$Ð��Hƒø�t$HDŽ$x������H‰„$€��H‰Œ$ˆ��HÄ`��ÃH‹œ$���H‰$H‹œ$°���‹kH‰l$HÇD$����è����ÆD$G�1ÀH‹œ$°���‹[ H‰D$pH9ÃŽÞ��H����H‰$è����H‹D$H‹œ$���H‰œ$à���H‰„$¸���H‰„$���H‹����H‰„$Ð���1íH9è„U��H����H‰$H����H‰\$H����H‰\$H����H‰\$HÇD$ ����è����H\$(H|$H‹ H‰H‹KH‰OH‹Œ$à���H‹„$Ð���H‰„$p��H‰$H‰Œ$x��H‰L$H‹Œ$���H����H‰œ$`��H‰\$ H‰Œ$h��H‰L$(è����¶T$GH‹„$¸���H‹L$0H‹l$8H‰¬$��H‰Œ$��Hƒù�t$HDŽ$x������H‰Œ$€��H‰¬$ˆ��HÄ`��Àú�vH‰ÓHÿˈ\$GH‹D$pHÿÀéþÿÿ1ÛH‰œ$ ��H‰œ$¨��¶€û�…¼��¶X€û�…¯��¶X€û�…¢��¶X€û�…•��H‰ÁHƒÁHÇÀ���HÇÂ���H‰”$È��Hƒø�†g��¶H‰ÍHƒø†P��HÿŶm�Áå ëH‰ÍHƒø†0��HƒÅ¶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‰„$p��H‰$H‰Œ$x��H‰L$H‹Œ$��H����H‰œ$`��H‰\$ H‰Œ$h��H‰L$(è����H‹D$0H‹L$8H‰Œ$��H‰„$���Hƒø�t$HDŽ$x������H‰„$€��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‰„$p��H‰$H‰Œ$x��H‰L$H‹Œ$ø���H����H‰œ$`��H‰\$ H‰Œ$h��H‰L$(è����H‹Œ$(��H‹D$0H‹T$8H‰”$è��H‰„$à��Hƒø�t$HDŽ$x������H‰„$€��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$1���H‹œ$è��H‰\$H‹œ$ð��H‰\$H‹œ$ø��H‰\$ è����H‹D$(H‹L$0HDŽ$x������H‰„$€��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ƒû�„F��H‰Œ$��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‰„$p��H‰$H‰Œ$x��H‰L$H‹Œ$è���H����H‰œ$`��H‰\$ H‰Œ$h��H‰L$(è����H‹„$˜���H‹L$0H‹T$8H‰”$H��H‰Œ$@��Hƒù�t$HDŽ$x������H‰Œ$€��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‹T$H5����H¼$0��è����H‹œ$°��H‰œ$0��H‹œ$¸��H‰œ$8��‹X‰œ$@��‹X ‰œ$D��‹X‰œ$H��‹X‰œ$L��‹X‰œ$P��‹X‰œ$T��H·X f‰œ$X��H·X"f‰œ$Z��‹X$‰œ$\��H‰”$¨���Hƒú�„@��Hœ$0��H‰T$H‰\$H����H‰$è����H‹„$¨���‹hH‰é‹hH‹œ$h��H‰œ$��H‹œ$p��H‰œ$˜��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‰„$P��H‰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‰œ$x��1Û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‰„$p��H‰$H‰Œ$x��H‰L$H‹Œ$ð���H����H‰œ$`��H‰\$ H‰Œ$h��H‰L$(è����H‹Œ$ ��H‹D$0H‹T$8H‰”$(��H‰„$ ��Hƒø�t$HDŽ$x������H‰„$€��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$2���H‹œ$è��H‰\$H‹œ$ð��H‰\$H‹œ$ø��H‰\$ è����H‹D$(H‹L$0HDŽ$x������H‰„$€��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Ž$h�����1ÛH‰œ$@��H‰œ$H��H����H‰$è����H‹D$H‰„$Ø���H‹¬$h��H‰hH‹¬$`��€=�����utH‰(H‰„$Ø���H‹����1íH9èt,H‹Œ$Ø���HDŽ$x������H‰„$€��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âÿÿš
������n��type."".File���€
��"runtime.newobject���˜��*type.io.SectionReader���ª
��"runtime.newobject���€�6runtime.writeBarrierEnabled���â��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���¼�6runtime.writeBarrierEnabled���æ��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���Ø,�6runtime.writeBarrierEnabled���º.�6runtime.writeBarrierEnabled���ì.
��.runtime.writebarrierptr���„/��"type.[]*"".Symbol���¾/
��"runtime.growslice���À0�6runtime.writeBarrierEnabled���ü0
��.runtime.writebarrierptr���Ø1
��.runtime.writebarrierptr���Œ2
��$runtime.panicindex���š2
��$runtime.panicindex���¨2
��$runtime.panicindex���¶2
��$runtime.panicindex���¸3
��"".cstring���Œ4��,type.*io.SectionReader���¢4��type.io.Reader���º4��Fgo.itab.*io.SectionReader.io.Reader���Î4
�� runtime.typ2Itab���À5
��0io.(*SectionReader).Seek���¢6��Fgo.itab.*io.SectionReader.io.Reader���Ö6��Btype.encoding/binary.littleEndian���ì6��<type.encoding/binary.ByteOrder���„7��|go.itab.encoding/binary.littleEndian.encoding/binary.ByteOrder���œ7��8encoding/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���ìA��type.uint16���šB
��runtime.convT2E���ðB�6runtime.writeBarrierEnabled���ŒC��zgo.string."pe32 optional header has unexpected Magic of 0x%x"���þC
��fmt.Errorf���þD
��.runtime.writebarrierptr���¤E��2type.*"".OptionalHeader32���‚F�6runtime.writeBarrierEnabled���¦F��$type.[]*"".Section���€G
��"runtime.makeslice���ŽH�6runtime.writeBarrierEnabled���ìH��.type."".SectionHeader32���þH
��"runtime.newobject���ÖI��Fgo.itab.*io.SectionReader.io.Reader���ŠJ��Btype.encoding/binary.littleEndian��� J��<type.encoding/binary.ByteOrder���¸J��|go.itab.encoding/binary.littleEndian.encoding/binary.ByteOrder���ÐJ��8encoding/binary.LittleEndian���öJ
��runtime.convT2I���–L��0type.*"".SectionHeader32���ÔL
��(encoding/binary.Read���¦O
��"".cstring���öO
��strconv.Atoi���àP
��"".getString���¢Q��type."".Section���´Q
��"runtime.newobject���ÜQ��""".statictmp_0101���öQ
Ø� runtime.duffcopy���ÌT��*type."".SectionHeader���ÞT
��(runtime.typedmemmove���âU��*type.io.SectionReader���ôU
��"runtime.newobject���ÊV�6runtime.writeBarrierEnabled���¾W�6runtime.writeBarrierEnabled���âW��Jgo.itab.*io.SectionReader.io.ReaderAt���èX�6runtime.writeBarrierEnabled���šZ�6runtime.writeBarrierEnabled���Ü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���¼a��type.io.Reader���Ôa��Fgo.itab.*io.SectionReader.io.Reader���èa
�� runtime.typ2Itab���œb��2"".sizeofOptionalHeader64���ìb��Fgo.itab.*io.SectionReader.io.Reader��� c��Btype.encoding/binary.littleEndian���¶c��<type.encoding/binary.ByteOrder���Îc��|go.itab.encoding/binary.littleEndian.encoding/binary.ByteOrder���æc��8encoding/binary.LittleEndian���Œd
��runtime.convT2I���¬e��2type.*"".OptionalHeader64���êe
��(encoding/binary.Read���¶h��type.uint16���äh
��runtime.convT2E���ºi�6runtime.writeBarrierEnabled���Öi��|go.string."pe32+ optional header has unexpected Magic of 0x%x"���Èj
��fmt.Errorf���Èk
��.runtime.writebarrierptr���îk��2type.*"".OptionalHeader64���Äl�6runtime.writeBarrierEnabled���€m
��.runtime.writebarrierptr��� m��,type.*io.SectionReader���¶m��type.io.Reader���Îm��Fgo.itab.*io.SectionReader.io.Reader���âm
�� runtime.typ2Itab���”n��,type.*io.SectionReader���ªn��type.io.Reader���Ân��Fgo.itab.*io.SectionReader.io.Reader���Ön
�� runtime.typ2Itab���–o��,type.*io.SectionReader���¬o��type.io.Reader���Äo��Fgo.itab.*io.SectionReader.io.Reader���Øo
�� runtime.typ2Itab���Šp��,type.*io.SectionReader��� p��type.io.Reader���¸p��Fgo.itab.*io.SectionReader.io.Reader���Ìp
�� runtime.typ2Itab���Œq��Fgo.string."Invalid PE File Format."���æq��.type.errors.errorString���øq
��"runtime.newobject���Ær�6runtime.writeBarrierEnabled���ðr��Bgo.itab.*errors.errorString.error���äs��0type.*errors.errorString���ús��type.error���’t��Bgo.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_noctxt���PÀ ��È"".autotmp_0106��type.*uint8�"".autotmp_0105��,type.*io.SectionReader�"".autotmp_0104��,type.*io.SectionReader�"".autotmp_0100��type.*uint8�"".autotmp_0099��"type.interface {}�"".autotmp_0098��(type.[1]interface {}�"".autotmp_0096��*type.*[1]interface {}�"".autotmp_0095��&type.[]interface {}�"".autotmp_0094��type.*uint8�"".autotmp_0093��"type.interface {}�"".autotmp_0092�¿(type.[1]interface {}�"".autotmp_0089�ï&type.[]interface {}�"".autotmp_0088��type.*uint8�"".autotmp_0086��type.*uint8�"".autotmp_0085�¯
type.*"".Symbol�"".autotmp_0084��type.uint32�"".autotmp_0083��type.*uint8�"".autotmp_0082��type.*uint8�"".autotmp_0081��type.*uint8�"".autotmp_0080��type.error�"".autotmp_0079��0type.*errors.errorString�"".autotmp_0078��type.*uint8�"".autotmp_0077�Ÿ
type.*uint8�"".autotmp_0075�
0type.*errors.errorString�"".autotmp_0073�ÿ ,type.*io.SectionReader�"".autotmp_0072��,type.*io.SectionReader�"".autotmp_0071��type.int�"".autotmp_0070�_*type."".SectionHeader�"".autotmp_0069��type.[]uint8�"".autotmp_0068�Ÿtype.string�"".autotmp_0067��type.[]uint8�"".autotmp_0066�ï 0type.*"".SectionHeader32�"".autotmp_0065��,type.*io.SectionReader�"".autotmp_0064�¿$type.[]*"".Section�"".autotmp_0063��2type.*"".OptionalHeader64�"".autotmp_0062��type.error�"".autotmp_0061�ß 2type.*"".OptionalHeader64�"".autotmp_0060��,type.*io.SectionReader�"".autotmp_0059��2type.*"".OptionalHeader32�"".autotmp_0058��type.error�"".autotmp_0057�Ï 2type.*"".OptionalHeader32�"".autotmp_0056��,type.*io.SectionReader�"".autotmp_0055��&type.*"".FileHeader�"".autotmp_0054��,type.*io.SectionReader�"".autotmp_0052��type.[]uint8�"".autotmp_0051��type.[]uint8�"".autotmp_0049�¿ &type.*"".COFFSymbol�"".autotmp_0048��,type.*io.SectionReader�"".autotmp_0047�¯ type.*uint32�"".autotmp_0046��,type.*io.SectionReader�"".autotmp_0045��0type.*errors.errorString�"".autotmp_0044�Ÿ &type.*"".FileHeader�"".autotmp_0043��,type.*io.SectionReader�"".autotmp_0042��0type.*errors.errorString�"".autotmp_0041��type.[]uint8�"".autotmp_0040��type.[]uint8�"".autotmp_0039�type.[]uint8�"".&oh64�ÿ2type.*"".OptionalHeader64�"".&oh32�ï2type.*"".OptionalHeader32�
"".&l�ßtype.*uint32�"".&sign� type.*[4]uint8�"".&dosheader�Ïtype.*[96]uint8�io.n·4�ï type.int64�io.off·3� type.int64�io.r·2�Ÿ type.io.ReaderAt�(encoding/binary.b·2�Ïtype.[]uint8� "".~r0�Ÿtype.error�errors.text·2�ßtype.string� "".~r0�¿type.error�errors.text·2�ÿtype.string�(encoding/binary.b·2�Ÿtype.[]uint8�io.n·4�ÿ type.int64�io.off·3�Ÿ type.int64�io.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� "".~r2�0type.error� "".~r1� type.*"".File�"".r�� type.io.ReaderAt�Ò"À –¿ À Ø¿ À ׿ À à¿ À É¿ À •¿ À ì ¿ À ‡¿ À ¿ À È¿ À ™ ¿ À °¿ À ¿ À ˜¿ À ±� ;�ÔŒ4’$™s3 '˜$,ö *Ž$5q$*“$
3ŠJ I   ;/0/0œ Y:6'$†$ A†Ž$ lJ4





  
<³UT5 656 9+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·d9e844be8fad87a8c3b76490091b2fb3�Tgclocals·1705727157e905d73faa451881d883f4���Vprebuilts/go/linux-x86/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_noctxt���P��"".autotmp_0149�/type.[]uint8�"".autotmp_0147��type.int� "".~r1�0type.string�"".b��type.[]uint8�ƒ%�À�”- U�
�}C�Tgclocals·89fe65749ce0afc971c0982226501ff0�Tgclocals·790e5cc5051fc0affc980ade09e929ec���Vprebuilts/go/linux-x86/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_noctxt���p��"".autotmp_0153��type.int�"".autotmp_0152�/type.[]uint8�"".autotmp_0151��type.int� "".~r3�`type.bool� "".~r2�@type.string�"".start�0type.int�"".section��type.[]uint8�2¿+ �°�,¤2 x
 � �±�Tgclocals·a041240a37ce609efec56707c330d1a4�Tgclocals·790e5cc5051fc0affc980ade09e929ec���Vprebuilts/go/linux-x86/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_0159�Otype.string�"".autotmp_0157�_"type.**"".Section�"".autotmp_0156�type.int�"".autotmp_0155�type.int�"".autotmp_0154�/$type.[]*"".Section�"".s�o type.*"".Section� "".~r1�0 type.*"".Section�"".name�type.string�"".f��type.*"".File�&àÆßà%ßà� �(ÂLa
� �«u�Tgclocals·aefd16b155593f6f07980a05b297ad1f�Tgclocals·cf89d5c81323c78771a60eb7aec9de00���Vprebuilts/go/linux-x86/src/debug/pe/file.goþ "".(*File).DWARF��À��ÀdH‹ %����H„$°ýÿÿH;A†»��HìÐ��1ÛH‰œ$è��H‰œ$ð��1ÛL����IÇÂ���L ����IÇÀ���H5����HÇÅ���H����HÇÁ���H¼$p��1Àè����L‰œ$ð��L‰œ$0��L‰”$ø��L‰”$8��L‰Œ$���L‰Œ$@��L‰„$��L‰„$H��H‰´$��H‰´$P��H‰¬$��H‰¬$X��H‰”$ ��H‰”$`��H‰Œ$(��H‰Œ$h��1ÀHDŽ$à������Hœ$0��H‰Ù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‹¬$p��L‹¤$x��L‹œ$€��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‰Œ$h��L‰L$PL‰„$p��L‰D$XH‰¼$H��H‰|$`H‰´$P��H‰t$hH‰¬$X��H‰l$p1ÛH‰\$xH‰œ$€���H‰œ$ˆ���1ÛH‰œ$���H‰œ$˜���H‰œ$ ���H‰”$0��H‰”$¨���H‰Œ$8��H‰Œ$°���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œ$p��H‹¬$Ø���Hƒýs/HkíHëL‰Œ$x��L‰ 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�"".f��type.*"".File�("  ÅŸ   tŸ   ƒ�à �^Ô4:æF0 ( ¨´:$ @
��š‘IÍ�Tgclocals·c87a734079562d73ffd9eee8328c7183�Tgclocals·8f7c1cd22974ddf093616cda1c293e05���Vprebuilts/go/linux-x86/src/debug/pe/file.goþ4"".(*File).ImportedSymbols��€7��î6dH‹ %����H„$hþÿÿH;A†’ ��Hì��H‹„$ ��1ÛH‰œ$(��H‰œ$0��H‰œ$8��1ÛH‰œ$@��H‰œ$H��H·fûd†”D$OH‰$H����H‰\$HÇD$���è����H‹D$1íH9èu41ÛH‰œ$(��H‰œ$0��H‰œ$8��1ÛH‰œ$@��H‰œ$H��HÄ��ÃH‰D$`H‰$è����L‹L$L‰Œ$à���H‹\$H‰œ$è���H‹|$H‰¼$ð���H‹D$ H‹L$(H‰Œ$˜���H‰„$���Hƒø�t21ÛH‰œ$(��H‰œ$0��H‰œ$8��H‰„$@��H‰Œ$H��HÄ��Ã1ÛH‰œ$È���H‰œ$Ð���H‰œ$Ø���H‹œ$è���Hƒû�Ž?��1ۉœ$¤��‰œ$¨��H‰œ$¸��H‰œ$À��Hƒÿ‚ ��HÇÆ���H‰¼$8��Hƒþ�†ç ��A¶L‰ÍHƒþ†Ï ��HÿŶm�Áå ëL‰ÍHƒþ†¯ ��HƒÅ¶m�Áå ëL‰ÍL‰Œ$(��HƒþH‰´$0��†~ ��HƒÅ¶m�Áå ëA‰ÚH‰ûHƒÿ‚Z ��Hƒë L‰ÍHƒû�tHƒÅ HÇÆ���H‰éH‰œ$h��Hƒþ�†& ��¶]�Hƒþ† ��HÿŶm�Áå ëH‰ÍHƒþ†ñ
��HƒÅ¶m�Áå ëH‰ÍH‰Œ$X��Hƒþ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ƒú�…g��H‹\$`H‰$è����H‹\$H‰œ$°���H‹\$H‰œ$¸���H‹\$H‰œ$À���1ÛH‰œ$ˆ��H‰œ$��H‰œ$˜��H‹”$È���H‹„$Ð���H‹œ$Ø���H‰œ$€��1ÉH‰„$x��H‰D$PH‰”$p��H‰Ð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‰œ$P��Hƒþ�†d��¶H‰ÍHƒþ†M��HÿŶm�HÁåH ëH‰ÍHƒþ†+��HƒÅ¶m�HÁåH ëH‰ÍHƒþ†��HƒÅ¶m�HÁåH ëH‰ÍHƒþ†å��HƒÅ¶m�HÁå H ëH‰ÍHƒþ†Â��HƒÅ¶m�HÁå(H ëH‰ÍHƒþ†Ÿ��HƒÅ¶m�HÁå0H ëH‰ÍH‰Œ$@��HƒþH‰´$H��†l��HƒÅ¶m�HÁå8H ëH‰ØH‹œ$è���H‹¬$ð���Hƒû‚9��L‹„$à���HƒëHƒíHƒý�tIƒÀH‰œ$è���H‰¬$ð���L‰„$à���Hƒø�uiH‹D$hH‹L$XHƒÀ(HÿÁH‹l$PH9éŒýÿÿH‹œ$ˆ��H‰œ$(��H‹œ$��H‰œ$0��H‹œ$˜��H‰œ$8��1ÛH‰œ$@��H‰œ$H��HÄ��Ã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ƒþ†I��HÿŶ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���Ü"�6runtime.writeBarrierEnabled���Ž#
��.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���Ö-�6runtime.writeBarrierEnabled���ˆ.
��.runtime.writebarrierptr��� .��type.[]string���Ú.
��"runtime.growslice���È/
��$runtime.panicslice���Ö/
��$runtime.panicindex���ä/
��$runtime.panicindex���ò/
��$runtime.panicindex���€0
��$runtime.panicindex���Ž0
��$runtime.panicslice���œ0
��$runtime.panicslice���°2�6runtime.writeBarrierEnabled���ì2
��.runtime.writebarrierptr���¤3��2type.[]"".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_0191��type.string�"".autotmp_0190��type.uint32�"".autotmp_0189�ïtype.string�"".autotmp_0187�O.type."".ImportDirectory�"".autotmp_0186�ß0type.*"".ImportDirectory�"".autotmp_0185�type.int�"".autotmp_0184��type.int�"".autotmp_0183��type.uint32�"".autotmp_0182��type.uint32�"".autotmp_0180��type.[]uint8�"".autotmp_0179��type.[]uint8�"".autotmp_0177��type.uint32�"".autotmp_0176�Ï2type.[]"".ImportDirectory�"".autotmp_0175��type.[]uint8�"".autotmp_0174��type.[]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� "".~r0�type.[]string�"".f��type.*"".File�8"°Ÿ¯°†¯°Ä ¯°² �À�ŽV#4G2 ‡ŸŸH
5á]L ŒLFJ-JÉV?•L KÃ/0/0V#ˆ"n###�J�}Nò俏7 ý ‰7 Ò9Oƒ�Tgclocals·0891322d74bce84167dc36b8cf8be0b6�Tgclocals·069c8f1fd857c595abe477516c544bb2���Vprebuilts/go/linux-x86/src/debug/pe/file.goþ8"".(*File).ImportedLibraries��`��D1Û1Û1ÛH‰\$H‰\$H‰\$ 1ÛH‰\$(H‰\$0Ã�`��� "".~r1�@type.error� "".~r0�type.[]string�"".f��type.*"".File�0�0� ”,��Tgclocals·6432f8c6a0d23fa7bee6c5d96f21a92a�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���Vprebuilts/go/linux-x86/src/debug/pe/file.goþ"".init��€��ödH‹ %����H„$ˆþÿÿH;A†��Hìø��¶����€û�t¶����€ûuHÄø��Ãè���� Æ����è����è����è����è����è����è����H|$(1Àè����H����H‰$H\$(H‰\$HÇD$����è����H\$H‹ H‰ $H‹KH‰L$è����H‹\$f‰����H¼$��1À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_0204��type.int�"".autotmp_0203�ß0type."".OptionalHeader64�"".autotmp_0201�Ÿ0type."".OptionalHeader32�&"ðïðîïð�n´�Žn U_
� �Bþ�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���Rprebuilts/go/linux-x86/src/debug/pe/pe.goVprebuilts/go/linux-x86/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_noctxt���0@�� "".~r2� type.uintptr�"".h�type.uintptr�"".p��,type.*"".SectionHeader�@_?@���
�-c�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���Vprebuilts/go/linux-x86/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_noctxt���0��
"".autotmp_0207�?type.string�"".autotmp_0206�type.string� "".~r2� type.bool�"".q�,type.*"".SectionHeader�"".p��,type.*"".SectionHeader�2¹ ��� �s�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·a8eabfc4a4514ed6b3b0c61e9680e440���Vprebuilts/go/linux-x86/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_noctxt���0@�� "".~r2� type.uintptr�"".h�type.uintptr�"".p�� type.*"".Section�@Œ?@,�Ð�Ð� �5›�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���Vprebuilts/go/linux-x86/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_noctxt���0��
"".autotmp_0211�? type.io.ReaderAt�"".autotmp_0210� type.io.ReaderAt� "".~r2� type.bool�"".q� type.*"".Section�"".p�� type.*"".Section�>?…  /� � � �>â�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·a8eabfc4a4514ed6b3b0c61e9680e440���Vprebuilts/go/linux-x86/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.error�io.n�Ptype.int� io.off�@type.int64�io.p�type.[]uint8�""..this�� type.*"".Section� ¤Ÿ �Ð�Ð� �ŽB�Tgclocals·6d46c0650eba7dbebc0db316e0e0cf3b�Tgclocals·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.error�io.n�Ðtype.int� io.off�Àtype.int64�io.p�type.[]uint8�""..this��type."".Section� ­Ÿ  �Ð�Ð� �—9�Tgclocals·f16fa7dd336388fb300fce4fe70a941a�Tgclocals·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_noctxt���0@�� "".~r2� type.uintptr�"".h�type.uintptr�"".p��(type.*"".FormatError�@Œ?@,�Ð�Ð� �>’�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���Vprebuilts/go/linux-x86/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_noctxt���0Ð��"".autotmp_0221�"type.interface {}�"".autotmp_0220�_"type.interface {}�"".autotmp_0219�?type.string�"".autotmp_0218�type.string� "".~r2� type.bool�"".q�(type.*"".FormatError�"".p��(type.*"".FormatError�>Ð!ÏÐÀÏÐ ÏÐÏÐ�°�°� �y·�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·895d0569a38a56443b84805daa09d838���Vprebuilts/go/linux-x86/src/debug/pe/file.goþ4type..hash.[1]interface {}�à��ÊdH‹ %����H;a†ˆ���Hƒì(H‹L$81ÀHÇD$���H‹l$H9è}\H‰D$ H‰ÅH‰ÈHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$0Hƒû�t;HÁåHëH‰$H‰D$8H‰D$è����H‹L$H‹D$ HÿÀH‹l$H9è|¤H‰L$@HƒÄ(ÉëÁè����é[ÿÿÿ
������ä
��(runtime.nilinterhash���¸
��0runtime.morestack_noctxt���0P��
"".autotmp_0223�type.int�"".autotmp_0222�type.int� "".~r2� type.uintptr�"".h�type.uintptr�"".p��*type.*[1]interface {}�POP�°�°�
�q?�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���Vprebuilts/go/linux-x86/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$p�HƒÄXÉ놉écÿÿÿè����éÿÿÿ
������¼
��runtime.efaceeq���Ä
��0runtime.morestack_noctxt���0°��"".autotmp_0227�?"type.interface {}�"".autotmp_0226�"type.interface {}�"".autotmp_0225�_type.int�"".autotmp_0224�Otype.int� "".~r2� type.bool�"".q�*type.*[1]interface {}�"".p��*type.*[1]interface {}�&°´¯° ¯°�ð�ð� �S�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·a8eabfc4a4514ed6b3b0c61e9680e440���Vprebuilts/go/linux-x86/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_noctxt���0@�� "".~r2� type.uintptr�"".h�type.uintptr�"".p��type.*"".Symbol�@_?@���
�-c�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���Vprebuilts/go/linux-x86/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_noctxt���0��
"".autotmp_0230�?type.string�"".autotmp_0229�type.string� "".~r2� type.bool�"".q�type.*"".Symbol�"".p��type.*"".Symbol�2¹ ��� �s�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·a8eabfc4a4514ed6b3b0c61e9680e440���Vprebuilts/go/linux-x86/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_noctxt���0@�� "".~r2� type.uintptr�"".h�type.uintptr�"".p��&type.*"".COFFSymbol�@6?@�`�`�
�6*�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���Vprebuilts/go/linux-x86/src/debug/pe/file.goþ,type..eq."".COFFSymbol�€��ôdH‹ %����H;avdHƒì H‹\$(H‰$Hƒ<$�tGH‹\$0H‰\$Hƒ|$�t,HÇD$���è����¶\$€û�u
ÆD$8�HƒÄ ÃÆD$8HƒÄ É%����ëˉ%����ë°è����ë†
������~
�� runtime.memequal���è
��0runtime.morestack_noctxt���0@�� "".~r2� type.bool�"".q�&type.*"".COFFSymbol�"".p��&type.*"".COFFSymbol�@C?@ ?@�€�€�
�>B�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���Vprebuilts/go/linux-x86/src/debug/pe/file.goþ(type..hash.[4]string�à��ÊdH‹ %����H;a†ˆ���Hƒì(H‹L$81ÀHÇD$���H‹l$H9è}\H‰D$ H‰ÅH‰ÈHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$0Hƒû�t;HÁåHëH‰$H‰D$8H‰D$è����H‹L$H‹D$ HÿÀH‹l$H9è|¤H‰L$@HƒÄ(ÉëÁè����é[ÿÿÿ
������ä
��runtime.strhash���¸
��0runtime.morestack_noctxt���0P��
"".autotmp_0233�type.int�"".autotmp_0232�type.int� "".~r2� type.uintptr�"".h�type.uintptr�"".p��type.*[4]string�POP�°�°�
�q?�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���Vprebuilts/go/linux-x86/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$p�HƒÄXÉ놉écÿÿÿè����éÿÿÿ
������¼
�� runtime.eqstring���Ä
��0runtime.morestack_noctxt���0°��"".autotmp_0237�?type.string�"".autotmp_0236�type.string�"".autotmp_0235�_type.int�"".autotmp_0234�Otype.int� "".~r2� type.bool�"".q�type.*[4]string�"".p��type.*[4]string�&°´¯° ¯°�ð�ð� �S�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·a8eabfc4a4514ed6b3b0c61e9680e440���Vprebuilts/go/linux-x86/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_noctxt���0@�� "".~r2� type.uintptr�"".h�type.uintptr�"".p��0type.*"".ImportDirectory�@_?@���
�6Z�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���Vprebuilts/go/linux-x86/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_noctxt���0��
"".autotmp_0240�?type.string�"".autotmp_0239�type.string� "".~r2� type.bool�"".q�0type.*"".ImportDirectory�"".p��0type.*"".ImportDirectory�0Kj 8��� �JÆ�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·a8eabfc4a4514ed6b3b0c61e9680e440���Vprebuilts/go/linux-x86/src/debug/pe/file.goþTgclocals·2c033e7f4f4a74cc7e9f368d1fec9f60� �� ��������������þTgclocals·7c639281594b5ca3b5c2bcc331d3ab8c� �� �������������þ0Jgo.itab.*io.SectionReader.io.ReaderAt�����þ0Ngo.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·7affa7083e8c5b016398fe7323f445ae�H��H����������À��À��À���ð��ð��ð����þTgclocals·948c285cf1025b717e2658a3cccfd415�H��H����������������������������þ08go.itab.*os.File.io.ReaderAt�����þ04go.itab.*os.File.io.Closer�����þTgclocals·d24387c5c2ff8a3e94f5afa1fe021086�@��@��� �����������������������þTgclocals·6362f41c131a6ba748d5aa5430c5ca02�@��@�������������������������þTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440��������������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þ0Bgo.itab.*errors.errorString.error�����þ0Fgo.itab.*io.SectionReader.io.Reader�����þ0|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."�0��0Invalid PE File Format.��þ‚go.string.hdr."pe32 optional header has unexpected Magic of 0x%x"� �� ��������1����������zgo.string."pe32 optional header has unexpected Magic of 0x%x"���þzgo.string."pe32 optional header has unexpected Magic of 0x%x"�p��dpe32 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"�p��fpe32+ optional header has unexpected Magic of 0x%x��þTgclocals·1705727157e905d73faa451881d883f4�¸��¸'���Z�����������������À������������������������������ ����������������������������������������������������������������������„���������…�����������������������������1D���������1E���������1����������1���������±��������������������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·8f7c1cd22974ddf093616cda1c293e05�P��P���<���������������UI����UI�����U���þTgclocals·c87a734079562d73ffd9eee8328c7183�0��0�������������������þ,go.string.hdr.".idata"� �� ������������������$go.string.".idata"���þ$go.string.".idata"���.idata��þ"go.string.hdr.":"� �� ������������������go.string.":"���þgo.string.":"���:��þTgclocals·069c8f1fd857c595abe477516c544bb2������7����������������������� ����� �������� ��� �������þTgclocals·0891322d74bce84167dc36b8cf8be0b6�P��P�������������������������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·6432f8c6a0d23fa7bee6c5d96f21a92a�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þ02"".sizeofOptionalHeader32��type.uint16���þ02"".sizeofOptionalHeader64��type.uint16���þ""".statictmp_0101��`*type."".SectionHeader���þ0"".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·f��������������4"".(*File).ImportedSymbols���þ>"".(*File).ImportedLibraries·f��������������8"".(*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.01���P��.go.string.hdr."[]uint8"���p��*go.weak.type.*[]uint8���€��"runtime.zerovalue�����type.uint8���þ6go.typelink.[]uint8 []uint8��������������type.[]uint8���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440��������������þTgclocals·3bb21ca8fe1d99a3e492463bd711418a�������������þ>type..hashfunc."".SectionHeader��������������6type..hash."".SectionHeader���þ:type..eqfunc."".SectionHeader��������������2type..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�� �� ��������������æü8j�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��Bgo.string.hdr."*pe.SectionHeader"���p��>go.weak.type.**"".SectionHeader���€��"runtime.zerovalue�����*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Ìü���������������������������������������������������������
�������
������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� ���������������������������������������$���������������������������������������(���������������������������������������*���������������������������������������,�����������������������������������������������<0��4type..alg."".SectionHeader���@��"runtime.gcbits.01���P��@go.string.hdr."pe.SectionHeader"���p��,type.*"".SectionHeader���€��"runtime.zerovalue���À�*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Ê�3��������������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��zgo.string.hdr."func(pe.Section, []uint8, int64) (int, error)"���p��vgo.weak.type.*func("".Section, []uint8, int64) (int, error)���€��"runtime.zerovalue��� €�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)"�P��Dfunc([]uint8, int64) (int, error)��þLtype.func([]uint8, int64) (int, error)�À��À��������������ŠC¶,�3������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��bgo.string.hdr."func([]uint8, int64) (int, error)"���p��^go.weak.type.*func([]uint8, int64) (int, error)���€��"runtime.zerovalue��� €�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��à��àH�������H�������—B2d�����������������������������������������������������������������������������������������������������������������������������������������������0���������������������������������������@���������������������������������������������������������������������������������������������(0��(type..alg."".Section���@��&runtime.gcbits.c101���P��4go.string.hdr."pe.Section"���p�� type.*"".Section���€��"runtime.zerovalue���À�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)"�P��Ffunc(*pe.Section) ([]uint8, error)��þNtype.func(*"".Section) ([]uint8, error)�°��°��������������;•Ü=�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��dgo.string.hdr."func(*pe.Section) ([]uint8, error)"���p��`go.weak.type.*func(*"".Section) ([]uint8, error)���€��"runtime.zerovalue��� €�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Æ�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��^go.string.hdr."func(*pe.Section) io.ReadSeeker"���p��Zgo.weak.type.*func(*"".Section) io.ReadSeeker���€��"runtime.zerovalue��� €�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.ReadSeeker��������������Htype.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)�Ð��Ð��������������ƒðVe�3��������������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��|go.string.hdr."func(*pe.Section, []uint8, int64) (int, error)"���p��xgo.weak.type.*func(*"".Section, []uint8, int64) (int, error)���€��"runtime.zerovalue��� €�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)"�0��0func() ([]uint8, error)��þ8type.func() ([]uint8, error)� �� ��������������Ÿìx]�3����������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Ngo.string.hdr."func() ([]uint8, error)"���p��Jgo.weak.type.*func() ([]uint8, error)���€��"runtime.zerovalue��� €�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�����������������Ã&–�3��������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Hgo.string.hdr."func() io.ReadSeeker"���p��Dgo.weak.type.*func() io.ReadSeeker���€��"runtime.zerovalue��� €�2type.func() io.ReadSeeker���Ѐ�2type.func() io.ReadSeeker���€��$type.io.ReadSeeker���þjgo.typelink.func() io.ReadSeeker func() io.ReadSeeker��������������2type.func() io.ReadSeeker���þ type.*"".Section������������������T°é`�6����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������.0 � runtime.algarray���@��"runtime.gcbits.01���P��6go.string.hdr."*pe.Section"���p��2go.weak.type.**"".Section���€��"runtime.zerovalue�����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.03���P��8go.string.hdr."interface {}"���p��4go.weak.type.*interface {}���€��"runtime.zerovalue���À�"type.interface {}���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·895d0569a38a56443b84805daa09d838��������������þTgclocals·3bb21ca8fe1d99a3e492463bd711418a�������������þ:type..hashfunc."".FormatError��������������2type..hash."".FormatError���þ6type..eqfunc."".FormatError��������������.type..eq."".FormatError���þ0type..alg."".FormatError� �� �������������������:type..hashfunc."".FormatError�����6type..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�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������&0��0type..alg."".FormatError���@��"runtime.gcbits.1a���P��<go.string.hdr."pe.FormatError"���p��(type.*"".FormatError���€��"runtime.zerovalue���À�&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Ü�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Xgo.string.hdr."func(*pe.FormatError) string"���p��Tgo.weak.type.*func(*"".FormatError) string���€��"runtime.zerovalue��� €�Btype.func(*"".FormatError) string���А�Btype.func(*"".FormatError) string���€��(type.*"".FormatError�����type.string���þŠgo.typelink.func(*pe.FormatError) string func(*"".FormatError) string��������������Btype.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Ë�3��������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��:go.string.hdr."func() string"���p��6go.weak.type.*func() string���€��"runtime.zerovalue��� €�$type.func() string���Ѐ�$type.func() string���€��type.string���þNgo.typelink.func() string func() string��������������$type.func() string���þ(type.*"".FormatError��Ð��Ð�������������� ú„†�6����������������������������������������������������������������������������������������������������������������������������������������������0 � runtime.algarray���@��"runtime.gcbits.01���P��>go.string.hdr."*pe.FormatError"���p��:go.weak.type.**"".FormatError���€��"runtime.zerovalue�����&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.01���P��<go.string.hdr."[]interface {}"���p��8go.weak.type.*[]interface {}���€��"runtime.zerovalue�����"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‘[ú������������������������������������������������������������������������0��2type..alg.[1]interface {}���@��"runtime.gcbits.03���P��>go.string.hdr."[1]interface {}"���p��:go.weak.type.*[1]interface {}���€��"runtime.zerovalue�����"type.interface {}��� ��&type.[]interface {}���þVgo.typelink.[1]interface {} [1]interface {}��������������(type.[1]interface {}���þ@go.string.hdr."*[1]interface {}"� �� ������������������8go.string."*[1]interface {}"���þ8go.string."*[1]interface {}"�0��"*[1]interface {}��þ*type.*[1]interface {}� �� ��������������¿¨5�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��@go.string.hdr."*[1]interface {}"���p��<go.weak.type.**[1]interface {}���€��"runtime.zerovalue�����(type.[1]interface {}���þ type..hashfunc20� �� ������������������,runtime.memhash_varlen���þtype..eqfunc20� �� ������������������.runtime.memequal_varlen���þtype..alg20� �� ������������������� type..hashfunc20�����type..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.01���P��<go.string.hdr."*pe.FileHeader"���p��8go.weak.type.**"".FileHeader���€��"runtime.zerovalue�����$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|~†�™������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� �����������������������������������������������������������������������������������������������������������������������������00��type..alg20���@��runtime.gcbits.���P��:go.string.hdr."pe.FileHeader"���p��&type.*"".FileHeader���€��"runtime.zerovalue���À�$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.01���P��:go.string.hdr."[]*pe.Section"���p��6go.weak.type.*[]*"".Section���€��"runtime.zerovalue����� 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.01���P��2go.string.hdr."pe.Symbol"���p��type.*"".Symbol���€��"runtime.zerovalue���À�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.01���P��4go.string.hdr."*pe.Symbol"���p��0go.weak.type.**"".Symbol���€��"runtime.zerovalue�����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.01���P��8go.string.hdr."[]*pe.Symbol"���p��4go.weak.type.*[]*"".Symbol���€��"runtime.zerovalue�����type.*"".Symbol���þJgo.typelink.[]*pe.Symbol []*"".Symbol��������������"type.[]*"".Symbol���þ&runtime.gcbits.3819���8�þ.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�� �� h�������h�������{Òq©��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������(���������������������������������������@���������������������������������������X�����������������������������������������������(0à� runtime.algarray���@��&runtime.gcbits.3819���P��.go.string.hdr."pe.File"���p��type.*"".File���€��"runtime.zerovalue���À�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� �� ��������������#]‚�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Hgo.string.hdr."func(*pe.File) error"���p��Dgo.weak.type.*func(*"".File) error���€��"runtime.zerovalue��� €�2type.func(*"".File) error���А�2type.func(*"".File) error���€��type.*"".File�����type.error���þjgo.typelink.func(*pe.File) error func(*"".File) error��������������2type.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)"�P��Hfunc(*pe.File) (*dwarf.Data, error)��þ\type.func(*"".File) (*debug/dwarf.Data, error)�°��°��������������¯39A�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��fgo.string.hdr."func(*pe.File) (*dwarf.Data, error)"���p��ngo.weak.type.*func(*"".File) (*debug/dwarf.Data, error)���€��"runtime.zerovalue��� €�\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.01���P��0go.string.hdr."[]string"���p��,go.weak.type.*[]string���€��"runtime.zerovalue�����type.string���þ:go.typelink.[]string []string��������������type.[]string���þ`go.string.hdr."func(*pe.File) ([]string, error)"� �� �������� ����������Xgo.string."func(*pe.File) ([]string, error)"���þXgo.string."func(*pe.File) ([]string, error)"�P��Bfunc(*pe.File) ([]string, error)��þJtype.func(*"".File) ([]string, error)�°��°��������������uë¸b�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��`go.string.hdr."func(*pe.File) ([]string, error)"���p��\go.weak.type.*func(*"".File) ([]string, error)���€��"runtime.zerovalue��� €�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"�P��Ffunc(*pe.File, string) *pe.Section��þNtype.func(*"".File, string) *"".Section�°��°��������������“Ð�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��dgo.string.hdr."func(*pe.File, string) *pe.Section"���p��`go.weak.type.*func(*"".File, string) *"".Section���€��"runtime.zerovalue��� €�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) *"".Section��������������Ntype.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�����������������œ‚Öµ�3��������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��8go.string.hdr."func() error"���p��4go.weak.type.*func() error���€��"runtime.zerovalue��� €�"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)� �� ��������������$¹9�3����������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Vgo.string.hdr."func() (*dwarf.Data, error)"���p��^go.weak.type.*func() (*debug/dwarf.Data, error)���€��"runtime.zerovalue��� €�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‹í¡�3����������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Pgo.string.hdr."func() ([]string, error)"���p��Lgo.weak.type.*func() ([]string, error)���€��"runtime.zerovalue��� €�: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-â±�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Pgo.string.hdr."func(string) *pe.Section"���p��Lgo.weak.type.*func(string) *"".Section���€��"runtime.zerovalue��� €�: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îõ2�6����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������B0 � runtime.algarray���@��"runtime.gcbits.01���P��0go.string.hdr."*pe.File"���p��,go.weak.type.**"".File���€��"runtime.zerovalue�����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.���P��0go.string.hdr."[8]uint8"���p��,go.weak.type.*[8]uint8���€��"runtime.zerovalue�����type.uint8��� ��type.[]uint8���þ:go.typelink.[8]uint8 [8]uint8��������������type.[8]uint8���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·3bb21ca8fe1d99a3e492463bd711418a�������������þ8type..hashfunc."".COFFSymbol��������������0type..hash."".COFFSymbol���þ4type..eqfunc."".COFFSymbol��������������,type..eq."".COFFSymbol���þ.type..alg."".COFFSymbol� �� �������������������8type..hashfunc."".COFFSymbol�����4type..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.01���P��<go.string.hdr."*pe.COFFSymbol"���p��8go.weak.type.**"".COFFSymbol���€��"runtime.zerovalue�����$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���€��"runtime.zerovalue���À�$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.01���P��Bgo.string.hdr."*pe.DataDirectory"���p��>go.weak.type.**"".DataDirectory���€��"runtime.zerovalue�����*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���€��"runtime.zerovalue���À�*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.01���P��Dgo.string.hdr."[]pe.DataDirectory"���p��@go.weak.type.*[]"".DataDirectory���€��"runtime.zerovalue�����*type."".DataDirectory���þbgo.typelink.[]pe.DataDirectory []"".DataDirectory��������������.type.[]"".DataDirectory���þ"type..hashfunc128� �� ��������€����������,runtime.memhash_varlen���þtype..eqfunc128� �� ��������€����������.runtime.memequal_varlen���þtype..alg128� �� �������������������"type..hashfunc128�����type..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ß�‘�����������������������������������������������������������������������0��type..alg128���@��runtime.gcbits.���P��Hgo.string.hdr."[16]pe.DataDirectory"���p��Dgo.weak.type.*[16]"".DataDirectory���€��"runtime.zerovalue�����*type."".DataDirectory��� ��.type.[]"".DataDirectory���þjgo.typelink.[16]pe.DataDirectory [16]"".DataDirectory��������������2type.[16]"".DataDirectory���þ"type..hashfunc224� �� ��������à����������,runtime.memhash_varlen���þtype..eqfunc224� �� ��������à����������.runtime.memequal_varlen���þtype..alg224� �� �������������������"type..hashfunc224�����type..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"�0��0SizeOfUninitializedData��þ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ú�™���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� ���������������������������������������$���������������������������������������(���������������������������������������*���������������������������������������,���������������������������������������.���������������������������������������0���������������������������������������2���������������������������������������4���������������������������������������8���������������������������������������<���������������������������������������@���������������������������������������D���������������������������������������F���������������������������������������H���������������������������������������L���������������������������������������P���������������������������������������T���������������������������������������X���������������������������������������\���������������������������������������`�����������������������������������������������0��type..alg224���@��runtime.gcbits.���P��Fgo.string.hdr."pe.OptionalHeader32"���p��2type.*"".OptionalHeader32���€��"runtime.zerovalue���À�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.01���P��Hgo.string.hdr."*pe.OptionalHeader32"���p��Dgo.weak.type.**"".OptionalHeader32���€��"runtime.zerovalue�����0type."".OptionalHeader32���þ"type..hashfunc240� �� ��������ð����������,runtime.memhash_varlen���þtype..eqfunc240� �� ��������ð����������.runtime.memequal_varlen���þtype..alg240� �� �������������������"type..hashfunc240�����type..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�™���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� ������������������������������������������������������������������������������������������������������������������������������������������������������������ ���������������������������������������$���������������������������������������(���������������������������������������*���������������������������������������,���������������������������������������.���������������������������������������0���������������������������������������2���������������������������������������4���������������������������������������8���������������������������������������<���������������������������������������@���������������������������������������D���������������������������������������F���������������������������������������H���������������������������������������P���������������������������������������X���������������������������������������`���������������������������������������h���������������������������������������l���������������������������������������p�����������������������������������������������Œ0��type..alg240���@��runtime.gcbits.���P��Fgo.string.hdr."pe.OptionalHeader64"���p��2type.*"".OptionalHeader64���€��"runtime.zerovalue���À�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�� �� ��������������=
k�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��Hgo.string.hdr."*pe.OptionalHeader64"���p��Dgo.weak.type.**"".OptionalHeader64���€��"runtime.zerovalue�����0type."".OptionalHeader64���þ type..hashfunc40� �� ��������(����������,runtime.memhash_varlen���þtype..eqfunc40� �� ��������(����������.runtime.memequal_varlen���þtype..alg40� �� ������������������� type..hashfunc40�����type..eqfunc40���þFgo.string.hdr."*pe.SectionHeader32"� �� ������������������>go.string."*pe.SectionHeader32"���þ>go.string."*pe.SectionHeader32"�0��(*pe.SectionHeader32��þ0type.*"".SectionHeader32�� �� ��������������òÚL�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��Fgo.string.hdr."*pe.SectionHeader32"���p��Bgo.weak.type.**"".SectionHeader32���€��"runtime.zerovalue�����.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��°��°(���������������Œ- Ä�™��������������������������������������������������������
�������
���������������������������������������������������������������������������������������������������������������������� ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� ���������������������������������������"���������������������������������������$�����������������������������������������������<0��type..alg40���@��runtime.gcbits.���P��Dgo.string.hdr."pe.SectionHeader32"���p��0type.*"".SectionHeader32���€��"runtime.zerovalue���À�.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..hashfunc96�����type..eqfunc96���þ2go.string.hdr."[96]uint8"� �� �������� ����������*go.string."[96]uint8"���þ*go.string."[96]uint8"� ��[96]uint8��þtype.[96]uint8�À��À`���������������ÄA ©�‘����������������������������������������������������������������`�������0��type..alg96���@��runtime.gcbits.���P��2go.string.hdr."[96]uint8"���p��.go.weak.type.*[96]uint8���€��"runtime.zerovalue�����type.uint8��� ��type.[]uint8���þ>go.typelink.[96]uint8 [96]uint8��������������type.[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.01���P��4go.string.hdr."*[96]uint8"���p��0go.weak.type.**[96]uint8���€��"runtime.zerovalue�����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.���P��0go.string.hdr."[4]uint8"���p��,go.weak.type.*[4]uint8���€��"runtime.zerovalue�����type.uint8��� ��type.[]uint8���þ:go.typelink.[4]uint8 [4]uint8��������������type.[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.01���P��2go.string.hdr."*[4]uint8"���p��.go.weak.type.**[4]uint8���€��"runtime.zerovalue�����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.01���P��8go.string.hdr."**pe.Section"���p��4go.weak.type.***"".Section���€��"runtime.zerovalue����� 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.55���U�þ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.55���P��2go.string.hdr."[4]string"���p��.go.weak.type.*[4]string���€��"runtime.zerovalue�����type.string��� ��type.[]string���þ>go.typelink.[4]string [4]string��������������type.[4]string���þ2go.string.hdr."[][]uint8"� �� �������� ����������*go.string."[][]uint8"���þ*go.string."[][]uint8"� ��[][]uint8��þtype.[][]uint8� �� ��������������õ}ï��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��2go.string.hdr."[][]uint8"���p��.go.weak.type.*[][]uint8���€��"runtime.zerovalue�����type.[]uint8���þ>go.typelink.[][]uint8 [][]uint8��������������type.[][]uint8���þ&runtime.gcbits.4902���I�þ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.4902���P��4go.string.hdr."[4][]uint8"���p��0go.weak.type.*[4][]uint8���€��"runtime.zerovalue�����type.[]uint8��� ��type.[][]uint8���þBgo.typelink.[4][]uint8 [4][]uint8��������������type.[4][]uint8���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440��������������þTgclocals·3bb21ca8fe1d99a3e492463bd711418a�������������þBtype..hashfunc."".ImportDirectory��������������:type..hash."".ImportDirectory���þ>type..eqfunc."".ImportDirectory��������������6type..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.01���P��Fgo.string.hdr."*pe.ImportDirectory"���p��Bgo.weak.type.**"".ImportDirectory���€��"runtime.zerovalue�����.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-����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� �����������������������������������������������������������������������������������������������������������������������������.0��8type..alg."".ImportDirectory���@��"runtime.gcbits.08���P��Dgo.string.hdr."pe.ImportDirectory"���p��0type.*"".ImportDirectory���€��"runtime.zerovalue���À�.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.01���P��Hgo.string.hdr."[]pe.ImportDirectory"���p��Dgo.weak.type.*[]"".ImportDirectory���€��"runtime.zerovalue�����.type."".ImportDirectory���þjgo.typelink.[]pe.ImportDirectory []"".ImportDirectory��������������2type.[]"".ImportDirectory���þ4go.string.hdr."*[4]string"� �� ��������
����������,go.string."*[4]string"���þ,go.string."*[4]string"� ��*[4]string��þtype.*[4]string� �� ��������������àik�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��4go.string.hdr."*[4]string"���p��0go.weak.type.**[4]string���€��"runtime.zerovalue�����type.[4]string���þ.go.string.hdr."runtime"� �� ������������������&go.string."runtime"���þ&go.string."runtime"���runtime��þ,go.importpath.runtime.� �� ������������������&go.string."runtime"���þ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·f��������������6type..hash."".SectionHeader���þ8type..eq."".SectionHeader·f��������������2type..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·f��������������2type..hash."".FormatError���þ4type..eq."".FormatError·f��������������.type..eq."".FormatError���þ:type..hash.[1]interface {}·f��������������4type..hash.[1]interface {}���þ6type..eq.[1]interface {}·f��������������0type..eq.[1]interface {}���þ.type..hash."".Symbol·f��������������(type..hash."".Symbol���þ*type..eq."".Symbol·f��������������$type..eq."".Symbol���þ6type..hash."".COFFSymbol·f��������������0type..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·f��������������6type..eq."".ImportDirectory���þ"runtime.zerovalue������ÿÿgo13ld�