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

Repository URL to install this package:

Details    
go1.6 / pkg / linux_amd64 / cmd / internal / objfile.a
Size: Mime:
!<arch>
__.PKGDEF       0           0     0     644     36956     `
go object linux amd64 go1.6 X:none
build id "031f28dd54d2d5929619d21bdd9849c4b9b6dcf7"

$$
package objfile
	import bufio "bufio"
	import io "io"
	import gosym "debug/gosym"
	import binary "encoding/binary"
	import fmt "fmt"
	import strings "strings"
	import os "os"
	import regexp "regexp"
	import sort "sort"
	import tabwriter "text/tabwriter"
	import armasm "cmd/internal/unvendor/golang.org/x/arch/arm/armasm"
	import x86asm "cmd/internal/unvendor/golang.org/x/arch/x86/x86asm"
	import elf "debug/elf"
	import goobj "cmd/internal/goobj"
	import macho "debug/macho"
	import pe "debug/pe"
	import plan9obj "debug/plan9obj"
	type @"".Sym struct { Name string; Addr uint64; Size int64; Code rune; Type string }
	import sync "sync" // indirect
	type @"sync".Mutex struct { @"sync".state int32; @"sync".sema uint32 }
	func (@"sync".m·1 *@"sync".Mutex) Lock ()
	func (@"sync".m·1 *@"sync".Mutex) Unlock ()
	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/gosym".Obj struct { Funcs []@"debug/gosym".Func; Paths []@"debug/gosym".Sym }
	func (@"debug/gosym".o·3 *@"debug/gosym".Obj "esc:0x1") @"debug/gosym".alineFromLine (@"debug/gosym".path·4 string, @"debug/gosym".line·5 int) (? int, ? error)
	func (@"debug/gosym".o·3 *@"debug/gosym".Obj) @"debug/gosym".lineFromAline (@"debug/gosym".aline·4 int) (? string, ? int)
	type @"debug/gosym".LineTable struct { Data []byte; PC uint64; Line int; @"debug/gosym".mu @"sync".Mutex; @"debug/gosym".go12 int; @"debug/gosym".binary @"encoding/binary".ByteOrder; @"debug/gosym".quantum uint32; @"debug/gosym".ptrsize uint32; @"debug/gosym".functab []byte; @"debug/gosym".nfunctab uint32; @"debug/gosym".filetab []byte; @"debug/gosym".nfiletab uint32; @"debug/gosym".fileMap map[string]uint32 }
	func (@"debug/gosym".t·2 *@"debug/gosym".LineTable) LineToPC (@"debug/gosym".line·3 int, @"debug/gosym".maxpc·4 uint64) (? uint64)
	func (@"debug/gosym".t·2 *@"debug/gosym".LineTable) PCToLine (@"debug/gosym".pc·3 uint64) (? int)
	func (@"debug/gosym".t·2 *@"debug/gosym".LineTable "esc:0x9") @"debug/gosym".findFileLine (@"debug/gosym".entry·3 uint64, @"debug/gosym".filetab·4 uint32, @"debug/gosym".linetab·5 uint32, @"debug/gosym".filenum·6 int32, @"debug/gosym".line·7 int32) (? uint64)
	func (@"debug/gosym".t·2 *@"debug/gosym".LineTable "esc:0x2a") @"debug/gosym".findFunc (@"debug/gosym".pc·3 uint64) (? []byte)
	func (@"debug/gosym".t·2 *@"debug/gosym".LineTable) @"debug/gosym".go12Funcs () (? []@"debug/gosym".Func)
	func (@"debug/gosym".t·1 *@"debug/gosym".LineTable) @"debug/gosym".go12Init ()
	func (@"debug/gosym".t·2 *@"debug/gosym".LineTable) @"debug/gosym".go12LineToPC (@"debug/gosym".file·3 string "esc:0x1", @"debug/gosym".line·4 int) (@"debug/gosym".pc·1 uint64)
	func (@"debug/gosym".t·1 *@"debug/gosym".LineTable) @"debug/gosym".go12MapFiles (@"debug/gosym".m·2 map[string]*@"debug/gosym".Obj "esc:0x1", @"debug/gosym".obj·3 *@"debug/gosym".Obj)
	func (@"debug/gosym".t·2 *@"debug/gosym".LineTable "esc:0x9") @"debug/gosym".go12PCToFile (@"debug/gosym".pc·3 uint64) (@"debug/gosym".file·1 string)
	func (@"debug/gosym".t·2 *@"debug/gosym".LineTable "esc:0x9") @"debug/gosym".go12PCToLine (@"debug/gosym".pc·3 uint64) (@"debug/gosym".line·1 int)
	func (@"debug/gosym".t·1 *@"debug/gosym".LineTable) @"debug/gosym".initFileMap ()
	func (@"debug/gosym".t·2 *@"debug/gosym".LineTable) @"debug/gosym".isGo12 () (? bool)
	func (@"debug/gosym".t·4 *@"debug/gosym".LineTable "esc:0x22") @"debug/gosym".parse (@"debug/gosym".targetPC·5 uint64, @"debug/gosym".targetLine·6 int) (@"debug/gosym".b·1 []byte, @"debug/gosym".pc·2 uint64, @"debug/gosym".line·3 int)
	func (@"debug/gosym".t·2 *@"debug/gosym".LineTable "esc:0x9") @"debug/gosym".pcvalue (@"debug/gosym".off·3 uint32, @"debug/gosym".entry·4 uint64, @"debug/gosym".targetpc·5 uint64) (? int32)
	func (@"debug/gosym".t·2 *@"debug/gosym".LineTable "esc:0x1") @"debug/gosym".readvarint (@"debug/gosym".pp·3 *[]byte "esc:0x9") (? uint32)
	func (@"debug/gosym".t·2 *@"debug/gosym".LineTable "esc:0xa") @"debug/gosym".slice (@"debug/gosym".pc·3 uint64) (? *@"debug/gosym".LineTable)
	func (@"debug/gosym".t·2 *@"debug/gosym".LineTable "esc:0x1") @"debug/gosym".step (@"debug/gosym".p·3 *[]byte "esc:0x9", @"debug/gosym".pc·4 *uint64 "esc:0x1", @"debug/gosym".val·5 *int32 "esc:0x1", @"debug/gosym".first·6 bool) (? bool)
	func (@"debug/gosym".t·2 *@"debug/gosym".LineTable "esc:0x1") @"debug/gosym".string (@"debug/gosym".off·3 uint32) (? string)
	func (@"debug/gosym".t·2 *@"debug/gosym".LineTable "esc:0x9") @"debug/gosym".uintptr (@"debug/gosym".b·3 []byte) (? uint64)
	type @"debug/gosym".Func struct { Entry uint64; ? *@"debug/gosym".Sym; End uint64; Params []*@"debug/gosym".Sym; Locals []*@"debug/gosym".Sym; FrameSize int; LineTable *@"debug/gosym".LineTable; Obj *@"debug/gosym".Obj }
	type @"debug/gosym".Sym struct { Value uint64; Type byte; Name string; GoType uint64; Func *@"debug/gosym".Func }
	func (@"debug/gosym".s·2 *@"debug/gosym".Sym "esc:0x22") BaseName () (? string)
	func (@"debug/gosym".s·2 *@"debug/gosym".Sym "esc:0x2a") PackageName () (? string)
	func (@"debug/gosym".s·2 *@"debug/gosym".Sym "esc:0x2a") ReceiverName () (? string)
	func (@"debug/gosym".s·2 *@"debug/gosym".Sym "esc:0x1") Static () (? bool) { return @"debug/gosym".s·2.Type >= byte(0x61) }
	type @"debug/gosym".Table struct { Syms []@"debug/gosym".Sym; Funcs []@"debug/gosym".Func; Files map[string]*@"debug/gosym".Obj; Objs []@"debug/gosym".Obj; @"debug/gosym".go12line *@"debug/gosym".LineTable }
	func (@"debug/gosym".t·4 *@"debug/gosym".Table "esc:0x10a") LineToPC (@"debug/gosym".file·5 string, @"debug/gosym".line·6 int) (@"debug/gosym".pc·1 uint64, @"debug/gosym".fn·2 *@"debug/gosym".Func, @"debug/gosym".err·3 error)
	func (@"debug/gosym".t·2 *@"debug/gosym".Table "esc:0x22") LookupFunc (@"debug/gosym".name·3 string "esc:0x1") (? *@"debug/gosym".Func)
	func (@"debug/gosym".t·2 *@"debug/gosym".Table "esc:0x22") LookupSym (@"debug/gosym".name·3 string "esc:0x1") (? *@"debug/gosym".Sym)
	func (@"debug/gosym".t·2 *@"debug/gosym".Table "esc:0x22") PCToFunc (@"debug/gosym".pc·3 uint64) (? *@"debug/gosym".Func)
	func (@"debug/gosym".t·4 *@"debug/gosym".Table "esc:0x80a") PCToLine (@"debug/gosym".pc·5 uint64) (@"debug/gosym".file·1 string, @"debug/gosym".line·2 int, @"debug/gosym".fn·3 *@"debug/gosym".Func)
	func (@"debug/gosym".t·2 *@"debug/gosym".Table "esc:0x22") SymByAddr (@"debug/gosym".addr·3 uint64) (? *@"debug/gosym".Sym)
	type @"".lookupFunc func(@"".addr uint64) (@"".sym string, @"".base uint64)
	type @"".disasmFunc func(@"".code []byte, @"".pc uint64, @"".lookup @"".lookupFunc) (@"".text string, @"".size int)
	type @"io".Writer interface { Write(@"io".p []byte) (@"io".n int, @"io".err error) }
	import syntax "regexp/syntax" // indirect
	type @"regexp/syntax".InstOp uint8
	func (@"regexp/syntax".i·2 @"regexp/syntax".InstOp) String () (? string) { if uint(@"regexp/syntax".i·2) >= uint(len(@"regexp/syntax".instOpNames)) { return string("") }; return @"regexp/syntax".instOpNames[@"regexp/syntax".i·2] }
	type @"regexp/syntax".Inst struct { Op @"regexp/syntax".InstOp; Out uint32; Arg uint32; Rune []rune }
	func (@"regexp/syntax".i·2 *@"regexp/syntax".Inst "esc:0x1") MatchEmptyWidth (@"regexp/syntax".before·3 rune, @"regexp/syntax".after·4 rune) (? bool)
	func (@"regexp/syntax".i·2 *@"regexp/syntax".Inst "esc:0x1") MatchRune (@"regexp/syntax".r·3 rune) (? bool)
	func (@"regexp/syntax".i·2 *@"regexp/syntax".Inst "esc:0x1") MatchRunePos (@"regexp/syntax".r·3 rune) (? int)
	func (@"regexp/syntax".i·2 *@"regexp/syntax".Inst "esc:0x1") String () (? string)
	func (@"regexp/syntax".i·2 *@"regexp/syntax".Inst "esc:0x1") @"regexp/syntax".op () (? @"regexp/syntax".InstOp)
	type @"regexp/syntax".EmptyOp uint8
	type @"regexp/syntax".Prog struct { Inst []@"regexp/syntax".Inst; Start int; NumCap int }
	func (@"regexp/syntax".p·3 *@"regexp/syntax".Prog "esc:0x1") Prefix () (@"regexp/syntax".prefix·1 string, @"regexp/syntax".complete·2 bool)
	func (@"regexp/syntax".p·2 *@"regexp/syntax".Prog "esc:0x1") StartCond () (? @"regexp/syntax".EmptyOp)
	func (@"regexp/syntax".p·2 *@"regexp/syntax".Prog "esc:0x1") String () (? string)
	func (@"regexp/syntax".p·3 *@"regexp/syntax".Prog "esc:0x22") @"regexp/syntax".skipNop (@"regexp/syntax".pc·4 uint32) (? *@"regexp/syntax".Inst, ? uint32)
	type @"regexp".onePassInst struct { ? @"regexp/syntax".Inst; Next []uint32 }
	type @"regexp".onePassProg struct { Inst []@"regexp".onePassInst; Start int; NumCap int }
	type @"regexp".input interface { @"regexp".canCheckPrefix() (? bool); @"regexp".context(@"regexp".pos int) (? @"regexp/syntax".EmptyOp); @"regexp".hasPrefix(@"regexp".re *@"regexp".Regexp) (? bool); @"regexp".index(@"regexp".re *@"regexp".Regexp, @"regexp".pos int) (? int); @"regexp".step(@"regexp".pos int) (@"regexp".r rune, @"regexp".width int) }
	type @"regexp".job struct { @"regexp".pc uint32; @"regexp".arg int; @"regexp".pos int }
	type @"regexp".bitState struct { @"regexp".prog *@"regexp/syntax".Prog; @"regexp".end int; @"regexp".cap []int; @"regexp".input @"regexp".input; @"regexp".jobs []@"regexp".job; @"regexp".visited []uint32 }
	func (@"regexp".b·1 *@"regexp".bitState "esc:0x9") @"regexp".push (@"regexp".pc·2 uint32, @"regexp".pos·3 int, @"regexp".arg·4 int)
	func (@"regexp".b·1 *@"regexp".bitState "esc:0x1") @"regexp".reset (@"regexp".end·2 int, @"regexp".ncap·3 int)
	func (@"regexp".b·2 *@"regexp".bitState "esc:0x1") @"regexp".shouldVisit (@"regexp".pc·3 uint32, @"regexp".pos·4 int) (? bool) { var @"regexp".n·5 uint; ; @"regexp".n·5 = uint(int(@"regexp".pc·3) * (@"regexp".b·2.@"regexp".end + int(0x1)) + @"regexp".pos·4); if @"regexp".b·2.@"regexp".visited[@"regexp".n·5 / uint(0x20)] & (uint32(0x1) << (@"regexp".n·5 & uint(0x1f))) != uint32(0x0) { return bool(false) }; @"regexp".b·2.@"regexp".visited[@"regexp".n·5 / uint(0x20)] |= uint32(0x1) << (@"regexp".n·5 & uint(0x1f)); return bool(true) }
	type @"regexp".thread struct { @"regexp".inst *@"regexp/syntax".Inst; @"regexp".cap []int }
	type @"regexp".entry struct { @"regexp".pc uint32; @"regexp".t *@"regexp".thread }
	type @"regexp".queue struct { @"regexp".sparse []uint32; @"regexp".dense []@"regexp".entry }
	type @"regexp".inputBytes struct { @"regexp".str []byte }
	func (@"regexp".i·2 *@"regexp".inputBytes "esc:0x1") @"regexp".canCheckPrefix () (? bool) { return bool(true) }
	func (@"regexp".i·2 *@"regexp".inputBytes "esc:0x1") @"regexp".context (@"regexp".pos·3 int) (? @"regexp/syntax".EmptyOp)
	func (@"regexp".i·2 *@"regexp".inputBytes "esc:0x1") @"regexp".hasPrefix (@"regexp".re·3 *@"regexp".Regexp "esc:0x1") (? bool)
	func (@"regexp".i·2 *@"regexp".inputBytes "esc:0x1") @"regexp".index (@"regexp".re·3 *@"regexp".Regexp "esc:0x1", @"regexp".pos·4 int) (? int)
	func (@"regexp".i·3 *@"regexp".inputBytes "esc:0x1") @"regexp".step (@"regexp".pos·4 int) (? rune, ? int)
	type @"regexp".inputString struct { @"regexp".str string }
	func (@"regexp".i·2 *@"regexp".inputString "esc:0x1") @"regexp".canCheckPrefix () (? bool) { return bool(true) }
	func (@"regexp".i·2 *@"regexp".inputString "esc:0x1") @"regexp".context (@"regexp".pos·3 int) (? @"regexp/syntax".EmptyOp)
	func (@"regexp".i·2 *@"regexp".inputString "esc:0x1") @"regexp".hasPrefix (@"regexp".re·3 *@"regexp".Regexp "esc:0x1") (? bool) { return @"strings".HasPrefix(@"regexp".i·2.@"regexp".str, @"regexp".re·3.@"regexp".prefix) }
	func (@"regexp".i·2 *@"regexp".inputString "esc:0x9") @"regexp".index (@"regexp".re·3 *@"regexp".Regexp "esc:0x9", @"regexp".pos·4 int) (? int)
	func (@"regexp".i·3 *@"regexp".inputString "esc:0x1") @"regexp".step (@"regexp".pos·4 int) (? rune, ? int)
	type @"io".RuneReader interface { ReadRune() (@"io".r rune, @"io".size int, @"io".err error) }
	type @"regexp".inputReader struct { @"regexp".r @"io".RuneReader; @"regexp".atEOT bool; @"regexp".pos int }
	func (@"regexp".i·2 *@"regexp".inputReader "esc:0x1") @"regexp".canCheckPrefix () (? bool) { return bool(false) }
	func (@"regexp".i·2 *@"regexp".inputReader "esc:0x1") @"regexp".context (@"regexp".pos·3 int) (? @"regexp/syntax".EmptyOp) { return @"regexp/syntax".EmptyOp(0x0) }
	func (@"regexp".i·2 *@"regexp".inputReader "esc:0x1") @"regexp".hasPrefix (@"regexp".re·3 *@"regexp".Regexp "esc:0x1") (? bool) { return bool(false) }
	func (@"regexp".i·2 *@"regexp".inputReader "esc:0x1") @"regexp".index (@"regexp".re·3 *@"regexp".Regexp "esc:0x1", @"regexp".pos·4 int) (? int) { return int(-0x1) }
	func (@"regexp".i·3 *@"regexp".inputReader "esc:0x9") @"regexp".step (@"regexp".pos·4 int) (? rune, ? int)
	type @"regexp".machine struct { @"regexp".re *@"regexp".Regexp; @"regexp".p *@"regexp/syntax".Prog; @"regexp".op *@"regexp".onePassProg; @"regexp".maxBitStateLen int; @"regexp".b *@"regexp".bitState; @"regexp".q0 @"regexp".queue; @"regexp".q1 @"regexp".queue; @"regexp".pool []*@"regexp".thread; @"regexp".matched bool; @"regexp".matchcap []int; @"regexp".inputBytes @"regexp".inputBytes; @"regexp".inputString @"regexp".inputString; @"regexp".inputReader @"regexp".inputReader }
	func (@"regexp".m·2 *@"regexp".machine "esc:0x3a") @"regexp".add (@"regexp".q·3 *@"regexp".queue "esc:0x1", @"regexp".pc·4 uint32, @"regexp".pos·5 int, @"regexp".cap·6 []int "esc:0x9", @"regexp".cond·7 @"regexp/syntax".EmptyOp, @"regexp".t·8 *@"regexp".thread) (? *@"regexp".thread)
	func (@"regexp".m·2 *@"regexp".machine "esc:0x32") @"regexp".alloc (@"regexp".i·3 *@"regexp/syntax".Inst) (? *@"regexp".thread) { var @"regexp".t·4 *@"regexp".thread; ; var @"regexp".n·5 int; ; @"regexp".n·5 = len(@"regexp".m·2.@"regexp".pool); if @"regexp".n·5 > int(0x0) { @"regexp".t·4 = @"regexp".m·2.@"regexp".pool[@"regexp".n·5 - int(0x1)]; @"regexp".m·2.@"regexp".pool = @"regexp".m·2.@"regexp".pool[:@"regexp".n·5 - int(0x1)] } else { @"regexp".t·4 = new(@"regexp".thread); @"regexp".t·4.@"regexp".cap = make([]int, len(@"regexp".m·2.@"regexp".matchcap), cap(@"regexp".m·2.@"regexp".matchcap)) }; @"regexp".t·4.@"regexp".inst = @"regexp".i·3; return @"regexp".t·4 }
	func (@"regexp".m·2 *@"regexp".machine "esc:0x9") @"regexp".backtrack (@"regexp".i·3 @"regexp".input, @"regexp".pos·4 int, @"regexp".end·5 int, @"regexp".ncap·6 int) (? bool)
	func (@"regexp".m·1 *@"regexp".machine "esc:0x9") @"regexp".clear (@"regexp".q·2 *@"regexp".queue "esc:0x9")
	func (@"regexp".m·1 *@"regexp".machine "esc:0x9") @"regexp".free (@"regexp".t·2 *@"regexp".thread) { @"regexp".m·1.@"regexp".inputBytes.@"regexp".str = nil; @"regexp".m·1.@"regexp".inputString.@"regexp".str = string(""); @"regexp".m·1.@"regexp".inputReader.@"regexp".r = nil; @"regexp".m·1.@"regexp".pool = append(@"regexp".m·1.@"regexp".pool, @"regexp".t·2) }
	func (@"regexp".m·1 *@"regexp".machine "esc:0x1") @"regexp".init (@"regexp".ncap·2 int)
	func (@"regexp".m·2 *@"regexp".machine "esc:0x9") @"regexp".match (@"regexp".i·3 @"regexp".input, @"regexp".pos·4 int) (? bool)
	func (@"regexp".m·2 *@"regexp".machine "esc:0x12") @"regexp".newInputBytes (@"regexp".b·3 []byte) (? @"regexp".input) { @"regexp".m·2.@"regexp".inputBytes.@"regexp".str = @"regexp".b·3; return &@"regexp".m·2.@"regexp".inputBytes }
	func (@"regexp".m·2 *@"regexp".machine "esc:0x12") @"regexp".newInputReader (@"regexp".r·3 @"io".RuneReader) (? @"regexp".input) { @"regexp".m·2.@"regexp".inputReader.@"regexp".r = @"regexp".r·3; @"regexp".m·2.@"regexp".inputReader.@"regexp".atEOT = bool(false); @"regexp".m·2.@"regexp".inputReader.@"regexp".pos = int(0x0); return &@"regexp".m·2.@"regexp".inputReader }
	func (@"regexp".m·2 *@"regexp".machine "esc:0x12") @"regexp".newInputString (@"regexp".s·3 string) (? @"regexp".input) { @"regexp".m·2.@"regexp".inputString.@"regexp".str = @"regexp".s·3; return &@"regexp".m·2.@"regexp".inputString }
	func (@"regexp".m·2 *@"regexp".machine "esc:0x9") @"regexp".onepass (@"regexp".i·3 @"regexp".input, @"regexp".pos·4 int) (? bool)
	func (@"regexp".m·1 *@"regexp".machine "esc:0x9") @"regexp".step (@"regexp".runq·2 *@"regexp".queue "esc:0x9", @"regexp".nextq·3 *@"regexp".queue "esc:0x1", @"regexp".pos·4 int, @"regexp".nextPos·5 int, @"regexp".c·6 rune, @"regexp".nextCond·7 @"regexp/syntax".EmptyOp)
	func (@"regexp".m·2 *@"regexp".machine "esc:0x1") @"regexp".tryBacktrack (@"regexp".b·3 *@"regexp".bitState "esc:0x9", @"regexp".i·4 @"regexp".input, @"regexp".pc·5 uint32, @"regexp".pos·6 int) (? bool)
	type @"regexp".Regexp struct { @"regexp".expr string; @"regexp".prog *@"regexp/syntax".Prog; @"regexp".onepass *@"regexp".onePassProg; @"regexp".prefix string; @"regexp".prefixBytes []byte; @"regexp".prefixComplete bool; @"regexp".prefixRune rune; @"regexp".prefixEnd uint32; @"regexp".cond @"regexp/syntax".EmptyOp; @"regexp".numSubexp int; @"regexp".subexpNames []string; @"regexp".longest bool; @"regexp".mu @"sync".Mutex; @"regexp".machine []*@"regexp".machine }
	func (@"regexp".re·2 *@"regexp".Regexp "esc:0xa") Copy () (? *@"regexp".Regexp) { var @"regexp".r·3 @"regexp".Regexp; ; @"regexp".r·3 = *@"regexp".re·2; @"regexp".r·3.@"regexp".mu = (@"sync".Mutex{  }); @"regexp".r·3.@"regexp".machine = nil; return &@"regexp".r·3 }
	func (@"regexp".re·2 *@"regexp".Regexp "esc:0x1") Expand (@"regexp".dst·3 []byte "esc:0x1a", @"regexp".template·4 []byte "esc:0x1", @"regexp".src·5 []byte "esc:0x9", @"regexp".match·6 []int "esc:0x1") (? []byte)
	func (@"regexp".re·2 *@"regexp".Regexp "esc:0x1") ExpandString (@"regexp".dst·3 []byte "esc:0x1a", @"regexp".template·4 string, @"regexp".src·5 string "esc:0x9", @"regexp".match·6 []int "esc:0x1") (? []byte)
	func (@"regexp".re·2 *@"regexp".Regexp) Find (@"regexp".b·3 []byte) (? []byte)
	func (@"regexp".re·2 *@"regexp".Regexp) FindAll (@"regexp".b·3 []byte, @"regexp".n·4 int) (? [][]byte)
	func (@"regexp".re·2 *@"regexp".Regexp) FindAllIndex (@"regexp".b·3 []byte, @"regexp".n·4 int) (? [][]int)
	func (@"regexp".re·2 *@"regexp".Regexp) FindAllString (@"regexp".s·3 string, @"regexp".n·4 int) (? []string)
	func (@"regexp".re·2 *@"regexp".Regexp) FindAllStringIndex (@"regexp".s·3 string, @"regexp".n·4 int) (? [][]int)
	func (@"regexp".re·2 *@"regexp".Regexp) FindAllStringSubmatch (@"regexp".s·3 string, @"regexp".n·4 int) (? [][]string)
	func (@"regexp".re·2 *@"regexp".Regexp) FindAllStringSubmatchIndex (@"regexp".s·3 string, @"regexp".n·4 int) (? [][]int)
	func (@"regexp".re·2 *@"regexp".Regexp) FindAllSubmatch (@"regexp".b·3 []byte, @"regexp".n·4 int) (? [][][]byte)
	func (@"regexp".re·2 *@"regexp".Regexp) FindAllSubmatchIndex (@"regexp".b·3 []byte, @"regexp".n·4 int) (? [][]int)
	func (@"regexp".re·2 *@"regexp".Regexp) FindIndex (@"regexp".b·3 []byte) (@"regexp".loc·1 []int)
	func (@"regexp".re·2 *@"regexp".Regexp) FindReaderIndex (@"regexp".r·3 @"io".RuneReader) (@"regexp".loc·1 []int)
	func (@"regexp".re·2 *@"regexp".Regexp) FindReaderSubmatchIndex (@"regexp".r·3 @"io".RuneReader) (? []int)
	func (@"regexp".re·2 *@"regexp".Regexp) FindString (@"regexp".s·3 string) (? string)
	func (@"regexp".re·2 *@"regexp".Regexp) FindStringIndex (@"regexp".s·3 string) (@"regexp".loc·1 []int)
	func (@"regexp".re·2 *@"regexp".Regexp) FindStringSubmatch (@"regexp".s·3 string) (? []string)
	func (@"regexp".re·2 *@"regexp".Regexp) FindStringSubmatchIndex (@"regexp".s·3 string) (? []int)
	func (@"regexp".re·2 *@"regexp".Regexp) FindSubmatch (@"regexp".b·3 []byte) (? [][]byte)
	func (@"regexp".re·2 *@"regexp".Regexp) FindSubmatchIndex (@"regexp".b·3 []byte) (? []int)
	func (@"regexp".re·3 *@"regexp".Regexp "esc:0x22") LiteralPrefix () (@"regexp".prefix·1 string, @"regexp".complete·2 bool) { return @"regexp".re·3.@"regexp".prefix, @"regexp".re·3.@"regexp".prefixComplete }
	func (@"regexp".re·1 *@"regexp".Regexp "esc:0x1") Longest () { @"regexp".re·1.@"regexp".longest = bool(true) }
	func (@"regexp".re·2 *@"regexp".Regexp) Match (@"regexp".b·3 []byte) (? bool)
	func (@"regexp".re·2 *@"regexp".Regexp) MatchReader (@"regexp".r·3 @"io".RuneReader) (? bool)
	func (@"regexp".re·2 *@"regexp".Regexp) MatchString (@"regexp".s·3 string) (? bool)
	func (@"regexp".re·2 *@"regexp".Regexp "esc:0x1") NumSubexp () (? int) { return @"regexp".re·2.@"regexp".numSubexp }
	func (@"regexp".re·2 *@"regexp".Regexp) ReplaceAll (@"regexp".src·3 []byte, @"regexp".repl·4 []byte "esc:0x1") (? []byte)
	func (@"regexp".re·2 *@"regexp".Regexp) ReplaceAllFunc (@"regexp".src·3 []byte, @"regexp".repl·4 func(? []byte) (? []byte) "esc:0x1") (? []byte)
	func (@"regexp".re·2 *@"regexp".Regexp) ReplaceAllLiteral (@"regexp".src·3 []byte, @"regexp".repl·4 []byte "esc:0x9") (? []byte)
	func (@"regexp".re·2 *@"regexp".Regexp) ReplaceAllLiteralString (@"regexp".src·3 string, @"regexp".repl·4 string "esc:0x9") (? string)
	func (@"regexp".re·2 *@"regexp".Regexp) ReplaceAllString (@"regexp".src·3 string, @"regexp".repl·4 string) (? string)
	func (@"regexp".re·2 *@"regexp".Regexp) ReplaceAllStringFunc (@"regexp".src·3 string, @"regexp".repl·4 func(? string) (? string) "esc:0x1") (? string)
	func (@"regexp".re·2 *@"regexp".Regexp) Split (@"regexp".s·3 string, @"regexp".n·4 int) (? []string)
	func (@"regexp".re·2 *@"regexp".Regexp "esc:0x22") String () (? string) { return @"regexp".re·2.@"regexp".expr }
	func (@"regexp".re·2 *@"regexp".Regexp "esc:0x22") SubexpNames () (? []string) { return @"regexp".re·2.@"regexp".subexpNames }
	func (@"regexp".re·1 *@"regexp".Regexp) @"regexp".allMatches (@"regexp".s·2 string, @"regexp".b·3 []byte, @"regexp".n·4 int, @"regexp".deliver·5 func(? []int) "esc:0x1")
	func (@"regexp".re·2 *@"regexp".Regexp) @"regexp".doExecute (@"regexp".r·3 @"io".RuneReader, @"regexp".b·4 []byte, @"regexp".s·5 string, @"regexp".pos·6 int, @"regexp".ncap·7 int) (? []int)
	func (@"regexp".re·2 *@"regexp".Regexp "esc:0x1") @"regexp".expand (@"regexp".dst·3 []byte "esc:0x1a", @"regexp".template·4 string, @"regexp".bsrc·5 []byte "esc:0x9", @"regexp".src·6 string "esc:0x9", @"regexp".match·7 []int "esc:0x1") (? []byte)
	func (@"regexp".re·2 *@"regexp".Regexp) @"regexp".get () (? *@"regexp".machine)
	func (@"regexp".re·2 *@"regexp".Regexp "esc:0x1") @"regexp".pad (@"regexp".a·3 []int "esc:0x1a") (? []int)
	func (@"regexp".re·1 *@"regexp".Regexp) @"regexp".put (@"regexp".z·2 *@"regexp".machine)
	func (@"regexp".re·2 *@"regexp".Regexp) @"regexp".replaceAll (@"regexp".bsrc·3 []byte, @"regexp".src·4 string, @"regexp".nmatch·5 int, @"regexp".repl·6 func(@"regexp".dst []byte, @"regexp".m []int) (? []byte) "esc:0x1") (? []byte)
	type @"".Disasm struct { @"".syms []@"".Sym; @"".pcln *@"debug/gosym".Table; @"".text []byte; @"".textStart uint64; @"".textEnd uint64; @"".goarch string; @"".disasm @"".disasmFunc; @"".byteOrder @"encoding/binary".ByteOrder }
	func (@"".d·1 *@"".Disasm) Decode (@"".start·2 uint64, @"".end·3 uint64, @"".f·4 func(@"".pc uint64, @"".size uint64, @"".file string, @"".line int, @"".text string) "esc:0x1")
	func (@"".d·1 *@"".Disasm) Print (@"".w·2 @"io".Writer, @"".filter·3 *@"regexp".Regexp, @"".start·4 uint64, @"".end·5 uint64)
	func (@"".d·3 *@"".Disasm "esc:0x32") @"".lookup (@"".addr·4 uint64) (@"".name·1 string, @"".base·2 uint64)
	type @"os".dirInfo struct { @"os".buf []byte; @"os".nbuf int; @"os".bufp int }
	type @"os".file struct { @"os".fd int; @"os".name string; @"os".dirinfo *@"os".dirInfo }
	func (@"os".file·2 *@"os".file) @"os".close () (? error)
	type @"os".FileMode uint32
	func (@"os".m·2 @"os".FileMode) IsDir () (? bool) { return @"os".m·2 & @"os".FileMode(0x80000000) != @"os".FileMode(0x0) }
	func (@"os".m·2 @"os".FileMode) IsRegular () (? bool) { return @"os".m·2 & @"os".FileMode(0x8f000000) == @"os".FileMode(0x0) }
	func (@"os".m·2 @"os".FileMode) Perm () (? @"os".FileMode) { return @"os".m·2 & @"os".FileMode(0x1ff) }
	func (@"os".m·2 @"os".FileMode) String () (? string)
	import time "time" // indirect
	type @"time".zone struct { @"time".name string; @"time".offset int; @"time".isDST bool }
	type @"time".zoneTrans struct { @"time".when int64; @"time".index uint8; @"time".isstd bool; @"time".isutc bool }
	type @"time".Location struct { @"time".name string; @"time".zone []@"time".zone; @"time".tx []@"time".zoneTrans; @"time".cacheStart int64; @"time".cacheEnd int64; @"time".cacheZone *@"time".zone }
	func (@"time".l·2 *@"time".Location "esc:0x22") String () (? string)
	func (@"time".l·2 *@"time".Location "esc:0x1") @"time".firstZoneUsed () (? bool)
	func (@"time".l·2 *@"time".Location "esc:0x12") @"time".get () (? *@"time".Location)
	func (@"time".l·6 *@"time".Location "esc:0x32") @"time".lookup (@"time".sec·7 int64) (@"time".name·1 string, @"time".offset·2 int, @"time".isDST·3 bool, @"time".start·4 int64, @"time".end·5 int64)
	func (@"time".l·2 *@"time".Location "esc:0x1") @"time".lookupFirstZone () (? int)
	func (@"time".l·4 *@"time".Location "esc:0x1") @"time".lookupName (@"time".name·5 string "esc:0x1", @"time".unix·6 int64) (@"time".offset·1 int, @"time".isDST·2 bool, @"time".ok·3 bool)
	type @"time".Duration int64
	func (@"time".d·2 @"time".Duration) Hours () (? float64) { var @"time".hour·3 @"time".Duration; ; @"time".hour·3 = @"time".d·2 / @"time".Duration(0x34630b8a000); var @"time".nsec·4 @"time".Duration; ; @"time".nsec·4 = @"time".d·2 % @"time".Duration(0x34630b8a000); return float64(@"time".hour·3) + float64(@"time".nsec·4) * float64(8190022623310637111963488201822504381538623676021880892417778544696899264837610290203272971060556344039023584360473938041055625214280336402169897364226048p-553) }
	func (@"time".d·2 @"time".Duration) Minutes () (? float64) { var @"time".min·3 @"time".Duration; ; @"time".min·3 = @"time".d·2 / @"time".Duration(0xdf8475800); var @"time".nsec·4 @"time".Duration; ; @"time".nsec·4 = @"time".d·2 % @"time".Duration(0xdf8475800); return float64(@"time".min·3) + float64(@"time".nsec·4) * float64(7678146209353722106395056769533233877065564876941352542109479049699919628723768656821910653339403201031675627614471533358284117434246264392176261853609984p-547) }
	func (@"time".d·2 @"time".Duration) Nanoseconds () (? int64) { return int64(@"time".d·2) }
	func (@"time".d·2 @"time".Duration) Seconds () (? float64) { var @"time".sec·3 @"time".Duration; ; @"time".sec·3 = @"time".d·2 / @"time".Duration(0x3b9aca00); var @"time".nsec·4 @"time".Duration; ; @"time".nsec·4 = @"time".d·2 % @"time".Duration(0x3b9aca00); return float64(@"time".sec·3) + float64(@"time".nsec·4) * float64(7198262071269114660816079141112770740375861891461678802759824945047098083990024106014198994535558872472104883612039846078596891298747423852523262413111296p-541) }
	func (@"time".d·2 @"time".Duration) String () (? string)
	type @"time".Month int
	func (@"time".m·2 @"time".Month) String () (? string) { return @"time".months[@"time".m·2 - @"time".Month(0x1)] }
	type @"time".Weekday int
	func (@"time".d·2 @"time".Weekday) String () (? string) { return @"time".days[@"time".d·2] }
	type @"time".Time struct { @"time".sec int64; @"time".nsec int32; @"time".loc *@"time".Location }
	func (@"time".t·2 @"time".Time "esc:0x12") Add (@"time".d·3 @"time".Duration) (? @"time".Time) { @"time".t·2.@"time".sec += int64(@"time".d·3 / @"time".Duration(0x3b9aca00)); var @"time".nsec·4 int32; ; @"time".nsec·4 = int32(@"time".t·2.@"time".nsec) + int32(@"time".d·3 % @"time".Duration(0x3b9aca00)); if @"time".nsec·4 >= int32(0x3b9aca00) { @"time".t·2.@"time".sec++; @"time".nsec·4 -= int32(0x3b9aca00) } else { if @"time".nsec·4 < int32(0x0) { @"time".t·2.@"time".sec--; @"time".nsec·4 += int32(0x3b9aca00) } }; @"time".t·2.@"time".nsec = @"time".nsec·4; return @"time".t·2 }
	func (@"time".t·2 @"time".Time "esc:0x12") AddDate (@"time".years·3 int, @"time".months·4 int, @"time".days·5 int) (? @"time".Time)
	func (@"time".t·2 @"time".Time "esc:0x1") After (@"time".u·3 @"time".Time "esc:0x1") (? bool) { return @"time".t·2.@"time".sec > @"time".u·3.@"time".sec || @"time".t·2.@"time".sec == @"time".u·3.@"time".sec && @"time".t·2.@"time".nsec > @"time".u·3.@"time".nsec }
	func (@"time".t·2 @"time".Time "esc:0x9") AppendFormat (@"time".b·3 []byte "esc:0x1a", @"time".layout·4 string "esc:0x9") (? []byte)
	func (@"time".t·2 @"time".Time "esc:0x1") Before (@"time".u·3 @"time".Time "esc:0x1") (? bool) { return @"time".t·2.@"time".sec < @"time".u·3.@"time".sec || @"time".t·2.@"time".sec == @"time".u·3.@"time".sec && @"time".t·2.@"time".nsec < @"time".u·3.@"time".nsec }
	func (@"time".t·4 @"time".Time "esc:0x1") Clock () (@"time".hour·1 int, @"time".min·2 int, @"time".sec·3 int)
	func (@"time".t·4 @"time".Time "esc:0x1") Date () (@"time".year·1 int, @"time".month·2 @"time".Month, @"time".day·3 int)
	func (@"time".t·2 @"time".Time "esc:0x1") Day () (? int)
	func (@"time".t·2 @"time".Time "esc:0x1") Equal (@"time".u·3 @"time".Time "esc:0x1") (? bool) { return @"time".t·2.@"time".sec == @"time".u·3.@"time".sec && @"time".t·2.@"time".nsec == @"time".u·3.@"time".nsec }
	func (@"time".t·2 @"time".Time "esc:0x9") Format (@"time".layout·3 string "esc:0x9") (? string)
	func (@"time".t·2 *@"time".Time "esc:0x1") GobDecode (@"time".data·3 []byte "esc:0x1") (? error)
	func (@"time".t·3 @"time".Time "esc:0x1") GobEncode () (? []byte, ? error)
	func (@"time".t·2 @"time".Time "esc:0x1") Hour () (? int)
	func (@"time".t·3 @"time".Time "esc:0x1") ISOWeek () (@"time".year·1 int, @"time".week·2 int)
	func (@"time".t·2 @"time".Time "esc:0x12") In (@"time".loc·3 *@"time".Location "esc:0x12") (? @"time".Time)
	func (@"time".t·2 @"time".Time "esc:0x1") IsZero () (? bool) { return @"time".t·2.@"time".sec == int64(0x0) && @"time".t·2.@"time".nsec == int32(0x0) }
	func (@"time".t·2 @"time".Time "esc:0x12") Local () (? @"time".Time) { @"time".t·2.@"time".loc = @"time".Local; return @"time".t·2 }
	func (@"time".t·2 @"time".Time "esc:0x12") Location () (? *@"time".Location) { var @"time".l·3 *@"time".Location; ; @"time".l·3 = @"time".t·2.@"time".loc; if @"time".l·3 == nil { @"time".l·3 = @"time".UTC }; return @"time".l·3 }
	func (@"time".t·3 @"time".Time "esc:0x1") MarshalBinary () (? []byte, ? error)
	func (@"time".t·3 @"time".Time "esc:0x9") MarshalJSON () (? []byte, ? error)
	func (@"time".t·3 @"time".Time "esc:0x9") MarshalText () (? []byte, ? error)
	func (@"time".t·2 @"time".Time "esc:0x1") Minute () (? int)
	func (@"time".t·2 @"time".Time "esc:0x1") Month () (? @"time".Month)
	func (@"time".t·2 @"time".Time "esc:0x1") Nanosecond () (? int) { return int(@"time".t·2.@"time".nsec) }
	func (@"time".t·2 @"time".Time "esc:0x12") Round (@"time".d·3 @"time".Duration) (? @"time".Time)
	func (@"time".t·2 @"time".Time "esc:0x1") Second () (? int)
	func (@"time".t·2 @"time".Time "esc:0x9") String () (? string)
	func (@"time".t·2 @"time".Time "esc:0x1") Sub (@"time".u·3 @"time".Time "esc:0x1") (? @"time".Duration)
	func (@"time".t·2 @"time".Time "esc:0x12") Truncate (@"time".d·3 @"time".Duration) (? @"time".Time)
	func (@"time".t·2 @"time".Time "esc:0x12") UTC () (? @"time".Time) { @"time".t·2.@"time".loc = @"time".UTC; return @"time".t·2 }
	func (@"time".t·2 @"time".Time "esc:0x1") Unix () (? int64) { return @"time".t·2.@"time".sec + int64(-0xe7791f700) }
	func (@"time".t·2 @"time".Time "esc:0x1") UnixNano () (? int64) { return (@"time".t·2.@"time".sec + int64(-0xe7791f700)) * int64(0x3b9aca00) + int64(@"time".t·2.@"time".nsec) }
	func (@"time".t·2 *@"time".Time "esc:0x1") UnmarshalBinary (@"time".data·3 []byte "esc:0x1") (? error)
	func (@"time".t·2 *@"time".Time "esc:0x1") UnmarshalJSON (@"time".data·3 []byte "esc:0x1") (@"time".err·1 error)
	func (@"time".t·2 *@"time".Time "esc:0x1") UnmarshalText (@"time".data·3 []byte "esc:0x1") (@"time".err·1 error)
	func (@"time".t·2 @"time".Time "esc:0x1") Weekday () (? @"time".Weekday)
	func (@"time".t·2 @"time".Time "esc:0x1") Year () (? int)
	func (@"time".t·2 @"time".Time "esc:0x1") YearDay () (? int)
	func (@"time".t·3 @"time".Time "esc:0x32") Zone () (@"time".name·1 string, @"time".offset·2 int)
	func (@"time".t·2 @"time".Time "esc:0x1") @"time".abs () (? uint64)
	func (@"time".t·5 @"time".Time "esc:0x1") @"time".date (@"time".full·6 bool) (@"time".year·1 int, @"time".month·2 @"time".Month, @"time".day·3 int, @"time".yday·4 int)
	func (@"time".t·4 @"time".Time "esc:0x32") @"time".locabs () (@"time".name·1 string, @"time".offset·2 int, @"time".abs·3 uint64)
	type @"os".FileInfo interface { IsDir() (? bool); ModTime() (? @"time".Time); Mode() (? @"os".FileMode); Name() (? string); Size() (? int64); Sys() (? interface {}) }
	type @"os".File struct { @"os".? *@"os".file }
	func (@"os".f·2 *@"os".File "esc:0x22") Chdir () (? error)
	func (@"os".f·2 *@"os".File "esc:0x22") Chmod (@"os".mode·3 @"os".FileMode) (? error)
	func (@"os".f·2 *@"os".File "esc:0x22") Chown (@"os".uid·3 int, @"os".gid·4 int) (? error)
	func (@"os".f·2 *@"os".File "esc:0x9") Close () (? error)
	func (@"os".f·2 *@"os".File "esc:0x1") Fd () (? uintptr) { if @"os".f·2 == nil { return uintptr(0xffffffffffffffff) }; return uintptr(@"os".f·2.@"os".file.@"os".fd) }
	func (@"os".f·2 *@"os".File "esc:0x32") Name () (? string) { return @"os".f·2.@"os".file.@"os".name }
	func (@"os".f·3 *@"os".File "esc:0x102") Read (@"os".b·4 []byte "esc:0x1") (@"os".n·1 int, @"os".err·2 error)
	func (@"os".f·3 *@"os".File "esc:0x102") ReadAt (@"os".b·4 []byte "esc:0x1", @"os".off·5 int64) (@"os".n·1 int, @"os".err·2 error)
	func (@"os".f·3 *@"os".File "esc:0x1") Readdir (@"os".n·4 int) (@"os".fi·1 []@"os".FileInfo, @"os".err·2 error)
	func (@"os".f·3 *@"os".File "esc:0x1") Readdirnames (@"os".n·4 int) (@"os".names·1 []string, @"os".err·2 error)
	func (@"os".f·3 *@"os".File "esc:0x102") Seek (@"os".offset·4 int64, @"os".whence·5 int) (@"os".ret·1 int64, @"os".err·2 error)
	func (@"os".f·3 *@"os".File "esc:0x10a") Stat () (? @"os".FileInfo, ? error)
	func (@"os".f·2 *@"os".File "esc:0x1") Sync () (? error)
	func (@"os".f·2 *@"os".File "esc:0x22") Truncate (@"os".size·3 int64) (? error)
	func (@"os".f·3 *@"os".File "esc:0x102") Write (@"os".b·4 []byte "esc:0x1") (@"os".n·1 int, @"os".err·2 error)
	func (@"os".f·3 *@"os".File "esc:0x102") WriteAt (@"os".b·4 []byte "esc:0x1", @"os".off·5 int64) (@"os".n·1 int, @"os".err·2 error)
	func (@"os".f·3 *@"os".File "esc:0x102") WriteString (@"os".s·4 string "esc:0x1") (@"os".n·1 int, @"os".err·2 error)
	func (@"os".f·3 *@"os".File "esc:0x1") @"os".pread (@"os".b·4 []byte "esc:0x1", @"os".off·5 int64) (@"os".n·1 int, @"os".err·2 error)
	func (@"os".f·3 *@"os".File "esc:0x1") @"os".pwrite (@"os".b·4 []byte "esc:0x1", @"os".off·5 int64) (@"os".n·1 int, @"os".err·2 error)
	func (@"os".f·3 *@"os".File "esc:0x1") @"os".read (@"os".b·4 []byte "esc:0x1") (@"os".n·1 int, @"os".err·2 error)
	func (@"os".f·3 *@"os".File "esc:0x1") @"os".readdir (@"os".n·4 int) (@"os".fi·1 []@"os".FileInfo, @"os".err·2 error)
	func (@"os".f·3 *@"os".File "esc:0x1") @"os".readdirnames (@"os".n·4 int) (@"os".names·1 []string, @"os".err·2 error)
	func (@"os".f·3 *@"os".File "esc:0x1") @"os".seek (@"os".offset·4 int64, @"os".whence·5 int) (@"os".ret·1 int64, @"os".err·2 error)
	func (@"os".f·3 *@"os".File "esc:0x1") @"os".write (@"os".b·4 []byte "esc:0x1") (@"os".n·1 int, @"os".err·2 error)
	type @"".rawFile interface { @"".goarch() (? string); @"".pcln() (@"".textStart uint64, @"".symtab []byte, @"".pclntab []byte, @"".err error); @"".symbols() (@"".syms []@"".Sym, @"".err error); @"".text() (@"".textStart uint64, @"".text []byte, @"".err error) }
	type @"".File struct { @"".r *@"os".File; @"".raw @"".rawFile }
	func (@"".f·2 *@"".File "esc:0x9") Close () (? error)
	func (@"".f·3 *@"".File "esc:0x9") Disasm () (? *@"".Disasm, ? error)
	func (@"".f·2 *@"".File "esc:0x9") GOARCH () (? string)
	func (@"".f·3 *@"".File "esc:0x9") PCLineTable () (? *@"debug/gosym".Table, ? error)
	func (@"".f·3 *@"".File "esc:0x9") Symbols () (? []@"".Sym, ? error)
	func (@"".f·4 *@"".File "esc:0x9") Text () (? uint64, ? []byte, ? error)
	func @"".Open (@"".name·3 string) (? *@"".File, ? error)
	func @"".init ()
	var @"regexp/syntax".instOpNames []string
	func @"strings".HasPrefix (@"strings".s·2 string "esc:0x1", @"strings".prefix·3 string "esc:0x1") (? bool) { return len(@"strings".s·2) >= len(@"strings".prefix·3) && @"strings".s·2[int(0x0):len(@"strings".prefix·3)] == @"strings".prefix·3 }
	var @"time".months [12]string
	var @"time".days [7]string
	var @"time".Local *@"time".Location
	var @"time".UTC *@"time".Location

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

!
go13ldbufio.adebug/gosym.a"encoding/binary.a
fmt.aio.aregexp.asort.astrings.a text/tabwriter.ahcmd/internal/unvendor/golang.org/x/arch/arm/armasm.ahcmd/internal/unvendor/golang.org/x/arch/x86/x86asm.adebug/elf.aos.a(cmd/internal/goobj.adebug/macho.adebug/pe.a debug/plan9obj.aþ""".(*File).DisasmÀ$À$dH‹%H„$øþÿÿH;A†úHìˆ1ÛH‰œ$ H‰œ$¨H‹œ$H‰$èH‹\$H‰œ$ÐH‹\$H‰œ$ØH‹\$H‰œ$àH‹D$ H‹L$(H‰Œ$H‰„$ˆHƒøt$HDŽ$˜H‰„$ H‰Œ$¨HĈÃH‹œ$H‰$èH‹\$H‰\$XH‹D$H‹L$H‰Œ$H‰„$ˆHƒøt$HDŽ$˜H‰„$ H‰Œ$¨HĈÃH‹œ$H‰$èH‹\$H‰\$@H‹\$H‰œ$¸H‹\$H‰œ$ÀH‹\$ H‰œ$ÈH‹D$(H‹L$0H‰Œ$H‰„$ˆHƒøt$HDŽ$˜H‰„$ H‰Œ$¨HĈÃH‹œ$H‰$èH‹L$H‹D$H‰L$xH‰„$€HH‰$H‹H‰\$H‰Œ$¨H‰L$H‰„$°H‰D$èH‹\$ H‹+H‰l$`H‹L$xH‹„$€HH‰$H‹H‰\$H‰Œ$¨H‰L$H‰„$°H‰D$èH‹”$ÐH‹´$àH‹\$ Hƒû„¬H‹H‹kH‰Œ$˜H‰¬$ H‹\$`1íH9ë„-Hƒù„#HDŽ$ðH‰´$øH‰”$èH‹„$ØH‰´$1ÉH‰„$H‰D$HH‰”$H‰ÐH‹l$HH9鍀H‰D$pHƒø„¹L‹L‹HL‹@H‹x‹p H‹P(H‹h0H‰L$PL‰”$PL‰”$L‰Œ$XL‰Œ$ L‰„$`L‰„$(H‰¼$hH‰¼$0‰´$p‰´$8H‰”$xH‰”$@H‰¬$€H‰¬$HH‹Œ$H‰Œ$¨H‹„$ Hƒø|THƒø…H‰$H‰„$°H‰D$H-H‰l$HÇD$èH‹Œ$¨H‹„$°H‹\$ HƒûÔHƒø…‡H‰$H‰„$°H‰D$H-H‰l$HÇD$èH‹Œ$¨H‹„$°¶\$ €û„>H‹D$pH‹L$PHƒÀ8HÿÁH‹l$HH9錀þÿÿH‹œ$èH‰œ$ÐH‹œ$ðH‰œ$ØH‹œ$øH‰œ$àH‹œ$ÀH‰\$PHH‰$èH‹D$H‰D$hH‹¬$ØH‰hH‹¬$àH‰hH‹¬$Ѐ=…ƒH‰(Hƒø„oH‹l$X€=…AH‰hH‹¬$ÀH‰h(H‹¬$ÈH‰h0H‹¬$¸€=…ôH‰h H‹l$@H‰h8H‹l$PL‹D$@LÅH‰h@H‹¬$€H‰hPH‹l$x€=…œH‰hHHƒø„‡H‹l$`€=u`H‰hXH‹¬$˜H‰h`H‹¬$ €=u&H‰hhH‰„$˜1ÛH‰œ$ H‰œ$¨HĈÃL@hL‰$H‰l$èH‹D$hëÅL@XL‰$H‰l$èH‹D$h닉érÿÿÿL@HL‰$H‰l$èH‹D$héLÿÿÿL@ L‰$H‰l$èH‹D$héôþÿÿL@L‰$H‰l$èH‹D$hé§þÿÿ‰éŠþÿÿH‰$H‰l$èH‹D$héhþÿÿHƒøuIH‰$H‰„$°H‰D$H-H‰l$HÇD$èH‹Œ$¨H‹„$°¶\$ €û…sýÿÿH‰„$°Hƒøu1H‰$H‰D$H-H‰l$HÇD$è¶\$ €û…4ýÿÿH‹Œ$èH‹„$ðH‹”$øH‰ÃHÿÃH9Ów<H‰œ$ðH‰ËH‰ÅHkí8HëH¬$H‰\$H‰l$H-H‰,$èéÕüÿÿH-H‰,$H‰L$H‰D$H‰T$H‰\$ èH‹L$(H‹D$0H‹T$8H‰ÃHÿÃH‰œ$ðH‰”$øH‰Œ$èévÿÿÿHƒøuIH‰$H‰„$°H‰D$H-H‰l$HÇD$èH‹Œ$¨H‹„$°¶\$ €û…0üÿÿHƒøuIH‰$H‰„$°H‰D$H-H‰l$HÇD$èH‹Œ$¨H‹„$°¶\$ €û…áûÿÿH‰„$°Hƒø
…›þÿÿH‰$H‰D$H-H‰l$HÇD$
è¶\$ €û…žûÿÿéeþÿÿ‰é@úÿÿHH‰$HÇD$1ÛH‰\$H‰\$H‰\$ èH‹L$(H‹D$0HDŽ$˜H‰Œ$ H‰„$¨HĈÉéMùÿÿèéáöÿÿÌ\
‚$"".(*File).Symbolsú,"".(*File).PCLineTable¸"".(*File).TextÄ""".(*File).GOARCH€:type.map[string]"".disasmFunc–"".disasmsÞ4runtime.mapaccess1_faststr Rtype.map[string]encoding/binary.ByteOrder¶"".byteOrdersþ4runtime.mapaccess1_faststrþ"go.string."etext"¤"runtime.cmpstring¦ go.string."text"Ì runtime.eqstringÎtype."".Disasmà"runtime.newobjectÀ(runtime.writeBarrierþ(runtime.writeBarrierà(runtime.writeBarrierØ(runtime.writeBarrier˜(runtime.writeBarrierÚ(runtime.writeBarrierÐ.runtime.writebarrierptr‚.runtime.writebarrierptrÂ.runtime.writebarrierptrú.runtime.writebarrierptr².runtime.writebarrierptrð.runtime.writebarrierptrÀ"go.string."_text"æ runtime.eqstringÞ"go.string."etext"„ runtime.eqstringÂtype."".SymÔ(runtime.typedmemmoveìtype.[]"".Sym¦"runtime.growsliceÆ$go.string."_etext"ì runtime.eqstringä 0go.string."runtime.text"Š! runtime.eqstringŠ"2go.string."runtime.etext"°" runtime.eqstringò"Hgo.string."unsupported architecture"¸#fmt.Errorf¬$0runtime.morestack_noctxt@."".autotmp_0013¿type.*"".Disasm"".autotmp_0012type.string"".autotmp_0011otype."".Sym"".autotmp_0010¯type.*"".Sym"".autotmp_0009ÿtype.int"".autotmp_0008ïtype.int"".autotmp_0007type.int"".autotmp_0006type.[]"".Sym"".autotmp_0003type.string"".autotmp_0001¿type.string"".symßtype."".Sym"".keep¿type.[]"".Sym"".byteOrderß<type.encoding/binary.ByteOrder"".disasmÏ$type."".disasmFunc"".goarchŸtype.string"".textBytesŸtype.[]uint8"".textStarttype.uint64"".pclnß.type.*debug/gosym.Table"".errÿtype.error"".symsïtype.[]"".Sym"".~r1 type.error"".~r0type.*"".Disasm"".ftype.*"".FileV"^…Ä³ ¢H4J$-$T$Py
ÔrS0
¤p"<WŽZ	
Vá		X#d@|_†MP“Þ¸ ;	Oh)c¢D
ETgclocals·ab311aff4e03ba7bda4bd8f1a5de05b4Tgclocals·ac9d35fddd5fb0e6e8d8acb0db2228e2T$GOROOT/src/cmd/internal/objfile/disasm.goþ&"".(*Disasm).lookup  dH‹%H;a†óHƒì0H‹T$81Û1ÀH‰D$HH‰D$PH‹JHD$H-H‰(H‹l$@H‰hH‰PH‰$H‰D$èH‹|$@H‹D$Hƒø~vH‰ÂHÿÊH‹\$8Hƒû„‚H‹H‹CH‹kH‰ËH‰ÕH9ÂseHkí8HëH‹3H‹SH‹CH‹K‹k H‹k(H‹k0Hƒøt$H9øwH‰ÃHËH9ûvH‰t$HH‰T$PH‰D$XHƒÄ0Ã1ÛH‰\$HH‰\$PHÇD$XHƒÄ0Ãè‰éwÿÿÿèéðþÿÿ

l2"".(*Disasm).lookup.func1¨sort.Searchò$runtime.panicindexŽ0runtime.morestack_noctxtP`
"".autotmp_0018/htype.struct { F uintptr; addr uint64; d *"".Disasm }"".base@type.uint64"".name type.string"".addrtype.uint64"".dtype.*"".Disasm `Æ_`_`_
(ª*8L	
S¥Tgclocals·3260b5c802f633fd6252c227878dd72aTgclocals·aa532b3eef70a978b4f36c2acf8a8ea7T$GOROOT/src/cmd/internal/objfile/disasm.goþ"".baseààdH‹%H;a†ÏHƒì(1ÛH‰\$@H‰\$HH‹\$0H‰$H‹\$8H‰\$HH‰\$HÇD$èH‹\$ HÿÃH‹l$8H9ëwyL‹D$0H)ÝHƒýtML‰D$0L‰$H‰l$8H‰l$HH‰\$HÇD$èH‹\$ HÿÃH‹l$8H9ëw!L‹D$0H)ÝHƒýtML‰D$@H‰l$HHƒÄ(ÃèèèéÿÿÿÌÌÌÌ
rgo.string."/"˜"strings.LastIndex”go.string."\\"º"strings.LastIndexª$runtime.panicslice¸$runtime.panicsliceÆ0runtime.morestack_noctxt@P"".autotmp_0026type.int"".autotmp_0025type.int"".~r1 type.string"".pathtype.stringP¼OPOð Æ#QQK¥Tgclocals·2fccd208efe70893f9ac8d682812ae72Tgclocals·33cdeccccebe80329f1fdbee7f5874cbT$GOROOT/src/cmd/internal/objfile/disasm.goþ$"".(*Disasm).Print€#€#dH‹%H„$`þÿÿH;A†”Hì WÀ„$°„$À„$Є$Ø„$`„$pH‹¬$(H‹]8H‹¬$HH9ëvH‹œ$(H‹k8H‰¬$HH‹¬$(H‹]@H‹¬$PH9ësH‹œ$(H‹k@H‰¬$PÆD$WH‹œ$0H‹Œ$8H‰œ$ H‰Œ$¨H‰Œ$¸HÇÀH‰œ$°1íH9ëtH‹[H-H9ë… HÇ€ú„vH‹YH9ÃŒiH‰ÈH‰„$€H‹œ$(Hƒû„EL‹H‹CH‹kH‰¬$@E1ÛH‰„$8H‰D$hL‰”$0H‹l$hI9ëèL‰”$Iƒú„òM‹
M‹BI‹zI‹rA‹R I‹J(I‹j0L‰\$pL‰Œ$èL‰Œ$°L‰„$ðL‰„$¸H‰¼$øH‰¼$ÀH‰´$H‰´$ȉ”$‰”$ÐH‰Œ$H‰Œ$ØH‰¬$H‰¬$àH‹„$ÀH‹Œ$ÀH‹¬$È‹œ$ÐHéƒûTt:‹œ$Ѓûtt.IƒÂ8IÿÃH‹l$hI9ëŒÿÿÿH‹œ$€H‰$èHÄ ÃH‹¬$(H‹]8H9ÃwÁH‰L$`H‹¬$HH9év¯H‹œ$PH‰D$XH9ÃvH‹œ$@1íH9ëtGH‹œ$@H‰$Hœ$°H|$H‹H‰H‹KH‰OèL‹\$pL‹”$¶\$€û„Gÿÿÿ€|$WtnH‹œ$€H‰œ$˜H‹1íH9è„H‹Œ$˜H‰„$ÐH‰$H‰Œ$ØH‰L$HH‰\$HÇD$1ÛH‰\$ H‰\$(H‰\$0èÆD$WH‹œ$(H‹kH‰,$H‹œ$ÀH‰\$èH‹L$H‹D$H‹œ$€H‰œ$˜H‰Œ$ÀH‰Œ$ðH‰„$ÈH‰„$øH‹H‰„$ˆ1íH9è„1ÛH‰œ$`H‰œ$hH‰œ$pH‰œ$xHœ$`Hƒû„áHDŽ$ HDŽ$(H‰œ$HH‰$Hœ$°H‰\$HÇD$èH‹L$H‹D$ H‹œ$H‰Œ$àH‰H‰„$è€=…RH‰CHH‰$Hœ$ðH‰\$HÇD$èH‹L$H‹D$ H‹œ$HƒÃH‰Œ$àH‰H‰„$è€=…ÛH‰CH‹Œ$˜H‹„$ˆH‰„$ÐH‰$H‰Œ$ØH‰L$HH‰\$HÇD$H‹œ$H‰\$ H‹œ$ H‰\$(H‹œ$(H‰\$0èH‹œ$€H‰œ$˜H‹1íH9è„H‹Œ$˜H‰„$ÐH‰$H‰Œ$ØH‰L$HÇD$HÇD$HÇD$ ÆD$(	HÇD$0èH‹„$PH‹T$`H‹Œ$(L‹\$8H9ÂvH‰ÂH‹Y8H‰ÅH)ÝL‹A0L9ŇŠL‹I I‰êHœ$€H‰ØH-H‰+H‰KL‰\$xL‰[L‰Œ$L‰KL‰”$L‰S L‰„$L‰C(H‰$H‹\$XH‰\$H‰T$H‰D$èH‹\$xH‰$èL‹\$pL‹”$é©ûÿÿèHH‰$HH‰\$HH‰\$èH‹D$éµþÿÿLCL‰$H‰D$èéþÿÿLCL‰$H‰D$èé›ýÿÿ‰éýÿÿHH‰$HH‰\$HH‰\$èH‹\$H‰œ$ˆéªüÿÿHH‰$HH‰\$HH‰\$èH‹D$é±ûÿÿA‰éúÿÿ‰é´ùÿÿHƒøHÇÀHH‰$H‰D$H‰D$èH‹\$H‰œ$HH‹\$ H‰œ$PH‹\$(H‰œ$XHH‰$èH‹D$1íH‰(H‰hH‰hH‰hH‰h H‰h(H‰h0H‰h8H‰„$˜H‹¬$PH‰hH‹¬$XH‰h H‹¬$H€=uIH‰hH‹¬$°H‰h0H‹¬$¸€=u	H‰h8黸ÿÿL@8L‰$H‰l$èH‹„$˜éœøÿÿL@L‰$H‰l$èH‹„$˜ëŸ1É1Òé^øÿÿèéG÷ÿÿÌÌÌÌÌÌÌ\
ò$type.*bufio.WriterÜ	*bufio.(*Writer).FlushÌ8regexp.(*Regexp).MatchString¾>go.itab.*bufio.Writer.io.Writer¤
go.string."\n"ì
fmt.Fprintfº:debug/gosym.(*Table).PCToLine¼>go.itab.*bufio.Writer.io.Writer˜type.stringÖruntime.convT2E¬(runtime.writeBarrierÐtype.stringŽruntime.convT2Eì(runtime.writeBarrierâ8go.string."TEXT %s(SB) %s\n"Öfmt.Fprintf„>go.itab.*bufio.Writer.io.Writer¸0text/tabwriter.NewWriterÜ0"".(*Disasm).Print.func1þ&"".(*Disasm).Decodeš<text/tabwriter.(*Writer).FlushÈ$runtime.panicsliceÚ$type.*bufio.Writerðtype.io.Writerˆ>go.itab.*bufio.Writer.io.Writerœ runtime.typ2ItabÔ.runtime.writebarrierptr‚.runtime.writebarrierptr¨$type.*bufio.Writer¾type.io.WriterÖ>go.itab.*bufio.Writer.io.Writerê runtime.typ2Itabœ$type.*bufio.Writer²type.io.WriterÊ>go.itab.*bufio.Writer.io.WriterÞ runtime.typ2Itab¸type.[]uint8Þ"runtime.makesliceº"type.bufio.WriterÌ"runtime.newobjectô (runtime.writeBarrier¶!(runtime.writeBarrierò!.runtime.writebarrierptr°".runtime.writebarrierptrà"0runtime.morestack_noctxt`ÀL"".autotmp_0053type.*uint8"".autotmp_0052"type.interface {}"".autotmp_0051ÿ"type.interface {}"".autotmp_0050ÿ(type.[2]interface {}"".autotmp_0047&type.[]interface {}"".autotmp_0046type.*uint8"".autotmp_0045¯type.*uint8"".autotmp_0044otype."".Sym"".autotmp_0043Ÿtype.*"".Sym"".autotmp_0042ïtype.int"".autotmp_0041type.int"".autotmp_0040$type.*bufio.Writer"".autotmp_0039$type.*bufio.Writer"".autotmp_0038$type.*bufio.Writer"".autotmp_0037¿ type.struct { F uintptr; d *"".Disasm; tw *text/tabwriter.Writer; code []uint8 }"".autotmp_0035$type.*bufio.Writer"".autotmp_0034ßtype.string"".autotmp_0033$type.*bufio.Writer"".autotmp_0032$type.*bufio.Writer"".autotmp_0030ßtype.[]"".Sym"".autotmp_0029¯type.[]uint8"".autotmp_0028ßtype.int"".autotmp_0027$type.*bufio.Writerbufio.w·2ßtype.io.Writerbufio.w·2ÿtype.io.Writer"".code¿type.[]uint8
"".twÏ6type.*text/tabwriter.Writer"".file¿type.string"".symEndÿtype.uint64"".symStarttype.uint64"".symßtype."".Sym
"".bw¿$type.*bufio.Writer"".printed‘type.bool"".endPtype.uint64"".start@type.uint64"".filter0&type.*regexp.Regexp"".wtype.io.Writer"".dtype.*"".Disasm""À׿Àµ¿À¢ØUzëRG‹n,Ä‹F M*2o	2£Píx…€q£
	*	K:@	7“)Tgclocals·547e1ef7fbdf33367d57e753dd1f0b47Tgclocals·29394d483fef7570a0ea111ac7a30f3bT$GOROOT/src/cmd/internal/objfile/disasm.goþ&"".(*Disasm).Decode€
€
dH‹%HD$ÐH;A†THì°H‹Œ$ÈH‹„$¸H‹X8H‹¬$ÀH9ëvH‹h8H‰¬$ÀH‹X@H9ËsH‹H@H‹X8H‰ÍH‰Œ$ÈH)ÝL‹@0L9ŇíL‹H H‰¬$ˆL‰„$L‰Œ$€HH‰$èH‹¼$¸H‹D$H-H‰(H‰D$X€=…tH‰xH‰D$PH‹„$ÀH‹¬$ÈH9èƒCH‹_8H‰ÅH)ÝH‰ëH‹¬$ˆL‹„$H9ë‡%L‹Œ$€H)ÝI)ØIƒøtML‰Œ$˜L‰$H‰¬$ H‰l$L‰„$¨L‰D$H‰D$HH‰D$H‹\$PH‰\$ H‹WXH‹ÿÓH‹\$(H‰\$`H‹\$0H‰\$hH‹\$8H‰\$@H‹œ$¸H‹kH‰,$H‹\$HH‰\$èH‹T$H‹L$H‹D$ H‹\$HH‰$H‹\$@H‰\$H‰T$pH‰T$H‰L$xH‰L$H‰D$ H‹\$`H‰\$(H‹\$hH‰\$0H‹”$ÐH‹ÿÓH‹¼$¸H‹D$HH‹\$@HÃH‰ØH‹¬$ÈH9肽þÿÿHİÃèL@L‰$H‰|$èH‹D$XH‹¼$¸élþÿÿèèéŠýÿÿÌÌÌÌÌÌÌÌÌÌ
®Ntype.struct { F uintptr; R *"".Disasm }À"runtime.newobjectè6"".(*Disasm).("".lookup)-fm„(runtime.writeBarrierÜÒ:debug/gosym.(*Table).PCToLineŽö$runtime.panicslicež	.runtime.writebarrierptrÌ	$runtime.panicsliceÚ	0runtime.morestack_noctxt@à"".autotmp_0064¯Ptype.*struct { F uintptr; R *"".Disasm }"".autotmp_0063type.uint64"".autotmp_0062/type.[]uint8"".filetype.string"".sizeßtype.int"".textŸtype.string
"".pcÏtype.uint64"".lookup¿Dtype.func(uint64) (string, uint64)"".code_type.[]uint8"".f0\type.func(uint64, uint64, string, int, string)"".end type.uint64"".starttype.uint64"".dtype.*"".Disasm àšßà2߀RÄ/	;B
•.U		$
&ŸÏ:_3Tgclocals·aa2bb9f7165bbb779bc633f79a02d524Tgclocals·b73198273678f7fe54c980a64d77f238T$GOROOT/src/cmd/internal/objfile/disasm.goþ"".disasm_386ÀÀdH‹%H;av{HƒìH1ÛH‰\$xH‰œ$€H‹\$PH‰$H‹\$XH‰\$H‹\$`H‰\$H‹\$hH‰\$H‹\$pH‰\$ HÇD$( èH‹T$0H‹L$8H‹D$@H‰T$xH‰Œ$€H‰„$ˆHƒÄHÃèélÿÿÿÌÌÌÌÌÌÌÌÌÌÌÌ
º"".disasm_x86–0runtime.morestack_noctxt€
"".~r4ptype.int"".~r3Ptype.string"".lookup@$type."".lookupFunc
"".pc0type.uint64"".codetype.[]uint8v î"h
\DTgclocals·e37779a160dbb10ca9ef216f91678f21Tgclocals·33cdeccccebe80329f1fdbee7f5874cbT$GOROOT/src/cmd/internal/objfile/disasm.goþ"".disasm_amd64ÀÀdH‹%H;av{HƒìH1ÛH‰\$xH‰œ$€H‹\$PH‰$H‹\$XH‰\$H‹\$`H‰\$H‹\$hH‰\$H‹\$pH‰\$ HÇD$(@èH‹T$0H‹L$8H‹D$@H‰T$xH‰Œ$€H‰„$ˆHƒÄHÃèélÿÿÿÌÌÌÌÌÌÌÌÌÌÌÌ
º"".disasm_x86–0runtime.morestack_noctxt€
"".~r4ptype.int"".~r3Ptype.string"".lookup@$type."".lookupFunc
"".pc0type.uint64"".codetype.[]uint8v ö"h
\DTgclocals·e37779a160dbb10ca9ef216f91678f21Tgclocals·33cdeccccebe80329f1fdbee7f5874cbT$GOROOT/src/cmd/internal/objfile/disasm.goþ"".disasm_x86ààdH‹%H„$èþÿÿH;A†AHì˜1ÛH‰œ$ÐH‰œ$ØH‹œ$ H‰$H‹œ$¨H‰\$H‹œ$°H‰\$HÇD$@èH¼$øHt$ èH‹Œ$ÀH‹œ$ÈH‰œ$ð1ÛH‰œ$ØH‰œ$àH‹„$€H‰Œ$èHƒù…‡H‰„$ÐHƒøty‹œ$ƒûtmH´$øH‰çèH‹œ$¸H‰œ$ H‹œ$ÀH‰œ$¨èH‹”$ÐH‹Œ$°H‹„$¸H‰Œ$ÐH‰„$ØH‰”$àHĘÃHÇÂH
HÇÀëÉèéšþÿÿÌÌÌÌÌÌÌÌÌÌ
Èrcmd/internal/unvendor/golang.org/x/arch/x86/x86asm.Decodeìè runtime.duffcopyÈè runtime.duffcopy’vcmd/internal/unvendor/golang.org/x/arch/x86/x86asm.GoSyntaxžgo.string."?"º0runtime.morestack_noctxt°"".sizetype.int"".textÿtype.string"".errßtype.error"".inst¿xtype.cmd/internal/unvendor/golang.org/x/arch/x86/x86asm.Inst"".~r5€type.int"".~r4`type.string"".archPtype.int"".lookup@$type."".lookupFunc
"".pc0type.uint64"".codetype.[]uint8 "°¢¯°¯ð0þ4^,M 	cTgclocals·758d03b6c31fc8fac5e0d1fec706f6cdTgclocals·6fabe17ec10731af62307e5c0b23339fT$GOROOT/src/cmd/internal/objfile/disasm.goþ("".textReader.ReadAtÀÀdH‹%H;a†{HƒìhH‹Œ$ˆH‹T$xH‹„$¨1Û1ÛH‰œ$¸H‰œ$ÀHƒøŒH9È‚H)ÈH9Âw/H‹
H‹HDŽ$°H‰Œ$¸H‰„$ÀHƒÄhÃL‹„$€H‰ÕH9ЇºL‹L$pH)ÅI)ÀIƒøtMH‹´$H‹„$˜H‹œ$ H‰\$HL‰L$PL‰ÊH‰l$XL‰D$`L‰D$0H‰D$@H‰l$(H9Å}H‰èH‰D$H‰t$8H‰4$H‰T$ H‰T$H‰D$èH‹L$H‹„$˜H‰Œ$°H9Á}H‹H‰œ$¸H‹H‰œ$ÀHƒÄhÃèH‹
H‹HDŽ$°H‰Œ$¸H‰„$ÀHƒÄhÃèéhþÿÿÌÌÌÌÌÌÌÌ
¼io.EOFÊio.EOF®runtime.memmoveð&io.ErrUnexpectedEOFŽ&io.ErrUnexpectedEOF²$runtime.panicsliceÄio.EOFÒio.EOFž0runtime.morestack_noctxt°Ð"".autotmp_0076type.int"".autotmp_0075type.[]uint8"".autotmp_0074_type.[]uint8"".autotmp_0073type.error"".autotmp_0071type.int"".autotmp_0070/type.[]uint8"".autotmp_0069Ÿtype.int"".errtype.error"".n€type.int"".offptype.int64"".data@type.[]uint8"".r$type."".textReader,ÐrÏÐÍÏÐ5Ï 6¢@/–/–BHTgclocals·4bfb19ec28add3735ce6bb8ae94069a5Tgclocals·a064c3f70b9f68636723afa1d70c14e5T$GOROOT/src/cmd/internal/objfile/disasm.goþ"".disasm_armÀÀdH‹%H„$hÿÿÿH;A†òHì1ÛH‰œ$HH‰œ$PH‹œ$ H‰$H‹œ$(H‰\$H‹œ$0H‰\$HÇD$èH¼$ÈHt$ èH‹L$pH‹\$xH‰œ$ 1ÛH‰œ$ˆH‰œ$H‹„$ÐH‰Œ$˜Hƒù…>H‰„$€Hƒø„,H·œ$Èfƒû„1ÛH‰œ$¨H‰œ$°H‰œ$¸H‰œ$ÀH‹œ$ H‰œ$¨H‹œ$(H‰œ$°H‹œ$0H‰œ$¸H‹œ$8H‰œ$ÀHH‰$HH‰\$HH‰\$Hœ$¨H‰\$HÇD$ èH\$(H|$`H‹H‰H‹KH‰OH´$ÈH‰çèH‹œ$8H‰\$PH‹œ$@H‰\$XèH‹”$€H‹L$pH‹D$xH‰Œ$HH‰„$PH‰”$XHÄÃHÇÂH
HÇÀëÉèééýÿÿÌÌÌÌÌÌÌÌÌ
Èrcmd/internal/unvendor/golang.org/x/arch/arm/armasm.Decodeìô runtime.duffcopy„$type."".textReaderš type.io.ReaderAt²Bgo.itab."".textReader.io.ReaderAtòruntime.convT2IÂô runtime.duffcopy€vcmd/internal/unvendor/golang.org/x/arch/arm/armasm.GoSyntax€go.string."?"œ0runtime.morestack_noctxt€°"".autotmp_0078ß$type."".textReader"".size¯type.int"".textŸtype.string"".errÿtype.error"".instŸxtype.cmd/internal/unvendor/golang.org/x/arch/arm/armasm.Inst"".~r4ptype.int"".~r3Ptype.string"".lookup@$type."".lookupFunc
"".pc0type.uint64"".codetype.[]uint8 "°Ó¯°¯ 2À4X7ù 	c•GaTgclocals·accaf8948e97c011220650876ffe44c7Tgclocals·135883f958a32f2fe7e812bb428f4566T$GOROOT/src/cmd/internal/objfile/disasm.goþ"".openElfààdH‹%H;a†‹Hƒì`1ÛH‰\$pH‰\$x1ÛH‰œ$€H‰œ$ˆH‹\$hH‰\$8H‹1íH9è„H‹L$8H‰D$PH‰$H‰L$XH‰L$èH‹\$H‰\$(H‹D$H‹L$ H‰L$HH‰D$@Hƒøt!1ÛH‰\$pH‰\$xH‰„$€H‰Œ$ˆHƒÄ`ÃHH‰$èH‹D$H‰D$0Hƒø„ŽH‹l$(€=ukH‰(H‰D$0H‹1íH9èt&H‹\$0H‰\$xH‰D$p1ÛH‰œ$€H‰œ$ˆHƒÄ`ÃHH‰$HH‰\$HH‰\$èH‹D$ë«H‰$H‰l$èH‹D$0냉ékÿÿÿHH‰$HH‰\$HH‰\$èH‹D$é³þÿÿèéXþÿÿÌÌÌÌÌÌÌÌ"
„8go.itab.*os.File.io.ReaderAtÔ"debug/elf.NewFileìtype."".elfFileþ"runtime.newobject¼(runtime.writeBarrierà<go.itab.*"".elfFile."".rawFileÈ type.*"".elfFileÞtype."".rawFileö<go.itab.*"".elfFile."".rawFileŠ runtime.typ2Itab´.runtime.writebarrierptrÞtype.*os.Fileô type.io.ReaderAtŒ8go.itab.*os.File.io.ReaderAt  runtime.typ2Itab¾0runtime.morestack_noctxtPÀ"".autotmp_0083type.*uint8"".autotmp_0082_ type.*"".elfFile"".autotmp_0080 type.*"".elfFile"".autotmp_0079Otype.*os.File"".err?type.error"".fo(type.*debug/elf.File"".~r20type.error"".~r1type."".rawFile"".rtype.*os.File,À›¿Àm¿À}¿° (5R!¹2iU†K!Tgclocals·9f4747e6338c5bdd4db417363b8a0d83Tgclocals·e74d231870ac50ce4d84d17e03402fcaN$GOROOT/src/cmd/internal/objfile/elf.goþ*"".(*elfFile).symbols€€dH‹%H„$ ÿÿÿH;A†OHì`1ÛH‰œ$pH‰œ$xH‰œ$€1ÛH‰œ$ˆH‰œ$H‹œ$hH‹+H‰,$èL‹œ$hH‹T$H‹t$H‹l$H‹D$ H‹L$(H‰L$`H‰D$XHƒøt21ÛH‰œ$pH‰œ$xH‰œ$€H‰„$ˆH‰Œ$HÄ`Ã1ÛH‰\$hH‰\$pH‰\$xH‰”$€H‰´$ˆH‰¬$H‰¬$À1ÉH‰´$¸H‰t$@H‰”$°H‰ÐH‹l$@H9éãH‰D$PHƒø„6L‹L‹H¶hI‰è¶hH‹pH‹P H‰ïH‹h(H‰L$HL‰”$øL‰”$ÈL‰Œ$L‰Œ$ÐDˆ„$Dˆ„$Ø@ˆ¼$	@ˆ¼$ÙH‰´$H‰´$àH‰”$H‰”$èH‰¬$ H‰¬$ð1ÛH‰œ$(H‰œ$0H‰œ$8H‰œ$@‰œ$HH‰œ$PH‰œ$XH‹œ$èH‰œ$8Hœ$ÈH¬$(H‹H‰MH‹KH‰MH‹œ$ðH‰œ$@DŽ$H?H‹„$àHƒø…7DŽ$HU¶œ$ØÀë¶ÛHƒûu‹œ$HƒÃ ‰œ$HH‹L$hH‹D$pH‹T$xH‰ÃHÿÃH9Ó‡œH‰\$pH‰ËH‰ÅHkí8HëH¬$(H‰\$H‰l$H-H‰,$èL‹œ$hH‹D$PH‹L$HHƒÀ0HÿÁH‹l$@H9éŒþÿÿH‹\$hH‰œ$pH‹\$pH‰œ$xH‹\$xH‰œ$€1ÛH‰œ$ˆH‰œ$HÄ`ÃH-H‰,$H‰L$H‰D$H‰T$H‰\$ èH‹L$(H‹D$0H‹T$8H‰ÃHÿÃH‰\$pH‰T$xH‰L$héÿÿÿH=òÿuDŽ$HBé¼þÿÿH‹„$àHƒøŒ¥I‹+H‹M0H9ȍ•I‹+Hƒý„€H‹U(H‹M0H‹]8H‰œ$¨H‰”$˜H‰Œ$ H9ÈsPHÂH‹+‹EƒàƒøuDŽ$HRéBþÿÿƒøuDŽ$HDé-þÿÿƒø…$þÿÿDŽ$HTéþÿÿè‰Eéxÿÿÿéþÿÿ‰éÃüÿÿèéŒûÿÿÌÌÌÌÌÌÌÌÌÌÌÌ
¼2debug/elf.(*File).Symbolsštype."".Sym¬(runtime.typedmemmoveŠ
type.[]"".SymÄ
"runtime.growslice $runtime.panicindexÖ0runtime.morestack_noctxt`À"".autotmp_0093Ï*type.debug/elf.Symbol"".autotmp_0092Ÿ,type.*debug/elf.Symbol"".autotmp_0091¿type.int"".autotmp_0090¯type.int"".autotmp_0087ß.type.[]debug/elf.Symbol"".symotype."".Sym"".s¯*type.debug/elf.Symbol"".symsïtype.[]"".Sym"".errtype.error"".elfSyms¿.type.[]debug/elf.Symbol"".~r1@type.error"".~r0type.[]"".Sym"".f type.*"".elfFile0"À¢¿Àü¿À¨¿€	–8N:2íƒ
$Z18AM' =
	+
]øŒî1Tgclocals·adb3347b296419e60da36d67f8b7ce43Tgclocals·252ce373c08a04a8bede9e24a9cf9968N$GOROOT/src/cmd/internal/objfile/elf.goþ$"".(*elfFile).pcln€€dH‹%H;a†ßHƒì01Û1Û1Û1ÛH‰\$xH‰œ$€1ÛH‰\$`H‰\$hH‰\$p1ÛH‰\$HH‰\$PH‰\$XHÇD$@H‹\$8H‹+H‰,$HH‰\$HÇD$èH‹D$1íH9èt	H‹hH‰l$@H‹\$8H‹+H‰,$HH‰\$HÇD$	èH‹D$1íH9èttH‰$èH‹\$H‰\$HH‹\$H‰\$PH‹\$H‰\$XH‹D$ H‹\$(H‰œ$€H‰D$xHƒøt0HÇD$@1ÛH‰\$HH‰\$PH‰\$X1ÛH‰\$`H‰\$hH‰\$pHƒÄ0ÃH‹\$8H‹+H‰,$HH‰\$HÇD$
èH‹D$1íH9èttH‰$èH‹\$H‰\$`H‹\$H‰\$hH‹\$H‰\$pH‹D$ H‹\$(H‰œ$€H‰D$xHƒøt0HÇD$@1ÛH‰\$HH‰\$PH‰\$X1ÛH‰\$`H‰\$hH‰\$pHƒÄ0Ã1ÛH‰\$xH‰œ$€HƒÄ0ÃèéþÿÿÌÌÌÌ
Ì"go.string.".text"ò2debug/elf.(*File).SectionÂ*go.string.".gosymtab"è2debug/elf.(*File).Section’2debug/elf.(*Section).DataŽ,go.string.".gopclntab"´2debug/elf.(*File).SectionÞ2debug/elf.(*Section).Dataæ0runtime.morestack_noctxt `
"".err€type.error"".pclntabPtype.[]uint8"".symtab type.[]uint8"".textStarttype.uint64"".f type.*"".elfFile"` _`¥_`_€0„W2	2D02D0xP‘’Tgclocals·7d912edc1d1ee8c45b2e79ae1e574a1aTgclocals·f6bd6b3389b872033d462029172c8612N$GOROOT/src/cmd/internal/objfile/elf.goþ$"".(*elfFile).textÀÀdH‹%H;a†ýHƒì81Û1Û1ÛH‰\$hH‰\$p1ÛH‰\$PH‰\$XH‰\$`H‹\$@H‹+H‰,$HH‰\$HÇD$èH‹D$1íH9èu]HH‰$HÇD$1ÛH‰\$H‰\$H‰\$ èH‹L$(H‹D$0HÇD$H1ÛH‰\$PH‰\$XH‰\$`H‰L$hH‰D$pHƒÄ8ÃH‹hH‰l$HH‰$èH‹\$H‰\$PH‹\$H‰\$XH‹\$H‰\$`H‹\$ H‰\$hH‹\$(H‰\$pHƒÄ8ÃèéæþÿÿÌÌÌÌÌÌ
Ž"go.string.".text"´2debug/elf.(*File).SectionÚDgo.string."text section not found" fmt.Errorfª2debug/elf.(*Section).Data¢0runtime.morestack_noctxtpp"".errPtype.error"".text type.[]uint8"".textStarttype.uint64"".f type.*"".elfFilep¯opHo $¦8+]	;
YÇTgclocals·a041240a37ce609efec56707c330d1a4Tgclocals·33cdeccccebe80329f1fdbee7f5874cbN$GOROOT/src/cmd/internal/objfile/elf.goþ("".(*elfFile).goarchÀÀ1ÛH‹\$H‹H·kfƒýwEfƒýuHH‰\$HÇD$ÃfƒýuHH‰\$HÇD$Ã1ÛH‰\$H‰\$Ãfƒý(uHH‰\$HÇD$Ãfƒý>uÑHH‰\$HÇD$ÃÌÌÌÌÌÌÌÌÌÌÌÌÌÌ<go.string."386"t"go.string."ppc64"Ægo.string."arm"þ"go.string."amd64"0"".~r0type.string"".f type.*"".elfFile  0º

	$Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cbN$GOROOT/src/cmd/internal/objfile/elf.goþ"".openGoobjÀÀdH‹%H;a†µHƒìp1ÛH‰œ$€H‰œ$ˆ1ÛH‰œ$H‰œ$˜H‹\$xH‰\$HH‹1íH9è„?H‹L$HH‰D$`H‰$H‰L$hH‰L$HH‰\$HÇD$èH‹\$ H‰\$8H‹D$(H‹L$0H‰L$XH‰D$PHƒøt'1ÛH‰œ$€H‰œ$ˆH‰„$H‰Œ$˜HƒÄpÃHH‰$èH‹D$H‰D$@Hƒø„—H‹l$8€=uqH‰(H‰D$@H‹1íH9èt,H‹\$@H‰œ$ˆH‰„$€1ÛH‰œ$H‰œ$˜HƒÄpÃHH‰$HH‰\$HH‰\$èH‹D$ë¥H‰$H‰l$èH‹D$@ézÿÿÿ‰ébÿÿÿHH‰$HH‰\$HH‰\$èH‹D$éþÿÿèé.þÿÿÌÌÌÌÌÌÌÌÌÌÌÌÌÌ$
<go.itab.*os.File.io.ReadSeekerä go.string."\"\""Š0cmd/internal/goobj.Parse®"type."".goobjFileÀ"runtime.newobjectþ(runtime.writeBarrier¢@go.itab.*"".goobjFile."".rawFile–$type.*"".goobjFile¬type."".rawFileÄ@go.itab.*"".goobjFile."".rawFileØ runtime.typ2Itab‚.runtime.writebarrierptr²type.*os.FileÈ$type.io.ReadSeekerà<go.itab.*os.File.io.ReadSeekerô runtime.typ2Itab’0runtime.morestack_noctxtPà"".autotmp_0107type.*uint8"".autotmp_0106_$type.*"".goobjFile"".autotmp_0104$type.*"".goobjFile"".autotmp_0103Otype.*os.File"".err?type.error"".fo@type.*cmd/internal/goobj.Package"".~r20type.error"".~r1type."".rawFile"".rtype.*os.File.à¼ßàsßà€ßà (;g'Â2„[ŒN'Tgclocals·9f4747e6338c5bdd4db417363b8a0d83Tgclocals·e74d231870ac50ce4d84d17e03402fcaR$GOROOT/src/cmd/internal/objfile/goobj.goþ"".goobjNameÀÀdH‹%H;a†ÂHì€1ÛH‰œ$ H‰œ$¨H‹œ$˜Hƒûu(H‹œ$ˆH‰œ$ H‹œ$H‰œ$¨HĀÃ1ÛH‰\$`H‰\$hH‰\$pH‰\$xH\$`Hƒû„GHÇD$PHÇD$XH‰\$HHH‰$Hœ$ˆH‰\$HÇD$èH‹L$H‹D$ H‹\$HH‰L$8H‰H‰D$@€=…ÊH‰CHH‰$Hœ$ˆH‰\$HƒD$HÇD$èH‹L$H‹D$ H‹\$HHƒÃH‰L$8H‰H‰D$@€=u]H‰CHH‰$HÇD$H‹\$HH‰\$H‹\$PH‰\$H‹\$XH‰\$ èH‹L$(H‹D$0H‰Œ$ H‰„$¨HĀÃLCL‰$H‰D$èë“LCL‰$H‰D$èé#ÿÿÿ‰é²þÿÿèé!þÿÿÌ
Âtype.string€runtime.convT2EÄ(runtime.writeBarrierètype.int²runtime.convT2Eþ(runtime.writeBarrierš$go.string."%s<%d>"úfmt.Sprintfâ.runtime.writebarrierptrŠ.runtime.writebarrierptr¬0runtime.morestack_noctxtP€"".autotmp_0117"type.interface {}"".autotmp_0116"type.interface {}"".autotmp_0115?(type.[2]interface {}"".autotmp_0112o&type.[]interface {}"".~r10type.string
"".id:type.cmd/internal/goobj.SymID,€Gÿ€Àÿ€2ÿà8,(ó¿½40Tgclocals·9d98bbb373475f3af6381201d6212574Tgclocals·341b909b97472a89efab32cbd0761e34R$GOROOT/src/cmd/internal/objfile/goobj.goþ."".(*goobjFile).symbols€%€%dH‹%H„$ÀýÿÿH;A†	HìÀ1ÛH‰œ$ÐH‰œ$ØH‰œ$à1ÛH‰œ$èH‰œ$ð1ÛH‰œ$؈œ$àˆœ$ቜ$äH‰œ$èH‰œ$ðH‰œ$øH‰œ$H¼$èWÀHƒÇÐèGøHH‰$HÇD$Hœ$ØH‰\$Hœ$èH‰\$èH‹\$ H‰\$h1ÛH‰œ$H‰œ$˜H‰œ$ H‹œ$ÈH‹+Hƒý„H‹U(H‹E0H‹]8H‰œ$Ð1ÉH‰„$ÈH‰D$XH‰”$ÀH‰ÐH‹l$XH9éH‰„$ˆH‹(H‰L$`ÆD$GHH‰$H‹\$hH‰\$H‰l$pH‰l$Hƒ|$„”H\$GH‰\$èH‹t$pH‹H‰$H‹NH‰L$H‹NH‰L$èH‹T$pH‹L$H‹D$ H‹H‰œ$@H‹H‰œ$HH‹H‰œ$PH‹H‰œ$X‹‰œ$`H‹H‰œ$hH‹H‰œ$pH‹ZHH‰œ$PH‰Œ$@H‰„$HH‹Z(H‰œ$XHZ0H¬$hH‹H‰MH‹KH‰MH‹jHƒýÄHƒý	THƒý"Hƒý÷Hƒý…ÞDŽ$`TH‹ZHƒût‹œ$`ƒÃ ‰œ$`H‹Œ$H‹„$˜H‹”$ H‰ÃHÿÃH9Ó‡;H‰œ$˜H‰ËH‰ÅHkí8HëH¬$@H‰\$H‰l$H-H‰,$èH‹„$ˆH‹L$`HƒÀHÿÁH‹l$XH9éŒùýÿÿH‹œ$ÈH‹+Hƒý„ÅH‹M(H‹E0H‹]8H‰œ$ÐHÇD$`H‰„$ÈH‰D$XH‰Œ$ÀH‰Œ$ˆH‹\$`H‹l$XH9ëÅH‹œ$ˆH‹H‰\$xHƒû„WH‹SXH‹C`H‹khH‰¬$¸1ÉH‰„$°H‰D$HH‰”$¨H‰ÐH‹l$HH9é;H‰„$€Hƒø„L‹L‹HL‹@H‹xH‹p H‹P(H‹h0H‰L$PL‰”$°L‰”$xL‰Œ$¸L‰Œ$€L‰„$ÀL‰„$ˆH‰¼$ÈH‰¼$H‰´$ÐH‰´$˜H‰”$ØH‰”$ H‰¬$àH‰¬$¨HH‰$H‹\$hH‰\$Hœ$xH‰\$HƒD$èH‹\$¶+@€ý….ÆD$GHH‰$H‹\$hH‰\$Hœ$xH‰\$HƒD$H\$GH‰\$èHœ$ˆH‹H‰$H‹KH‰L$H‹KH‰L$èH‹L$H‹D$ 1ÛH‰œ$H‰œ$H‰œ$H‰œ$ ‰œ$(H‰œ$0H‰œ$8H‰Œ$H‰„$DŽ$(UH‹l$xH‹]HƒûtDŽ$(uH‹Œ$H‹„$˜H‹”$ H‰ÃHÿÃH9Ó‡×H‰œ$˜H‰ËH‰ÅHkí8HëH¬$H‰\$H‰l$H-H‰,$èH‹„$€H‹L$PHƒÀ8HÿÁH‹l$HH9éŒÅýÿÿH‹œ$ˆHƒÃH‰œ$ˆH‹\$`HÿÃH‰\$`H‹\$`H‹l$XH9ëŒ;ýÿÿH‹œ$H‰œ$ÐH‹œ$˜H‰œ$ØH‹œ$ H‰œ$à1ÛH‰œ$èH‰œ$ðHÄÀÃH-H‰,$H‰L$H‰D$H‰T$H‰\$ èH‹L$(H‹D$0H‹T$8H‰ÃHÿÃH‰œ$˜H‰”$ H‰Œ$éÛþÿÿéÿÿÿ‰é÷üÿÿ‰é¢üÿÿ‰Eé3üÿÿH-H‰,$H‰L$H‰D$H‰T$H‰\$ èH‹L$(H‹D$0H‹T$8H‰ÃHÿÃH‰œ$˜H‰”$ H‰Œ$éwûÿÿHƒý„ûÿÿéûÿÿHƒýuDŽ$`RéûÿÿHƒýtêéýúÿÿHƒýHƒýtÙHƒýtÓéæúÿÿHƒýtÈHƒý	tÂéÕúÿÿHƒý(HƒýHƒýt«Hƒýt¥é¸úÿÿHƒýtšHƒýt”é§úÿÿHƒý!HƒýuDŽ$`Dé‹úÿÿHƒýtêé€úÿÿHƒýtßHƒýtÙéoúÿÿHƒý!uHƒý(HƒýHƒýt¼Hƒýt¶éLúÿÿHƒýt«Hƒýt¥é;úÿÿHƒý!HƒýuDŽ$`BéúÿÿHƒýtêéúÿÿHƒý tßHƒý!…úÿÿDŽ$`XéôùÿÿHƒý%(Hƒý#Hƒý"tÞHƒý#tØé×ùÿÿHƒý$tÍHƒý%tÇéÆùÿÿHƒý'Hƒý&t¶Hƒý't°é¯ùÿÿHƒý(t¥Hƒý)tŸHƒý*t™é˜ùÿÿ‰%é`øÿÿ‰EéÜ÷ÿÿèéÁöÿÿÌ8
ºÞ runtime.duffzeroÐLtype.map[cmd/internal/goobj.SymID]bool¨runtime.makemapÊLtype.map[cmd/internal/goobj.SymID]bool°$runtime.mapassign1ö"".goobjName¢""".statictmp_0133À""".statictmp_0133Þ """.statictmp_0133ü0""".statictmp_0133˜@""".statictmp_0133´P""".statictmp_0133Ò`""".statictmp_0133Êtype."".SymÜ(runtime.typedmemmoveâLtype.map[cmd/internal/goobj.SymID]bool®$runtime.mapaccess1êLtype.map[cmd/internal/goobj.SymID]boolÊ$runtime.mapassign1–"".goobjName°type."".SymÂ(runtime.typedmemmovetype.[]"".SymÊ"runtime.growsliceòtype.[]"".Sym¬"runtime.growsliceì$0runtime.morestack_noctxt`€:"".autotmp_0142Ÿ:type.cmd/internal/goobj.Reloc"".autotmp_0141ÿ<type.*cmd/internal/goobj.Reloc"".autotmp_0140ï	type.int"".autotmp_0139ß	type.int"".autotmp_01388type.*cmd/internal/goobj.Sym"".autotmp_0137:type.**cmd/internal/goobj.Sym"".autotmp_0136type.int"".autotmp_0135type.int"".autotmp_0131ï:type.**cmd/internal/goobj.Sym"".autotmp_0130Ï	type.int"".autotmp_0129¿	type.int"".autotmp_0128¯Ztype.map.bucket[cmd/internal/goobj.SymID]bool"".autotmp_0127ÏTtype.map.hdr[cmd/internal/goobj.SymID]bool"".autotmp_0126type.string"".autotmp_0125type.bool"".autotmp_0123¯>type.[]cmd/internal/goobj.Reloc"".autotmp_0122<type.[]*cmd/internal/goobj.Sym"".autotmp_0119ñ	type.bool"".autotmp_0118ÿ<type.[]*cmd/internal/goobj.Sym"".symïtype."".Sym"".r:type.cmd/internal/goobj.Reloc"".s	8type.*cmd/internal/goobj.Sym"".symÿtype."".Sym"".sŸ	8type.*cmd/internal/goobj.Sym"".symsßtype.[]"".Sym"".seen¯	Ltype.map[cmd/internal/goobj.SymID]bool"".~r1@type.error"".~r0type.[]"".Sym"".f$type.*"".goobjFile""€¢
ÿ
€ðÿ
ÀÎFN”a?Ü,

^#"*mí?<„^"4J	VV





	
	
*ÓÄ–©ŽqëTgclocals·0eb8895aada11c3eccf0d9ced3582bb1Tgclocals·9ad372ee8353a8500fffa70326ca4242R$GOROOT/src/cmd/internal/objfile/goobj.goþ("".(*goobjFile).pcln  dH‹%H;a†²Hƒì81Û1Û1Û1ÛH‰œ$€H‰œ$ˆ1ÛH‰\$hH‰\$pH‰\$x1ÛH‰\$PH‰\$XH‰\$`HH‰$HÇD$$1ÛH‰\$H‰\$H‰\$ èH‹L$(H‹D$0HÇD$H1ÛH‰\$PH‰\$XH‰\$`1ÛH‰\$hH‰\$pH‰\$xH‰Œ$€H‰„$ˆHƒÄ8Ãèé1ÿÿÿÌ
¨`go.string."pcln not available in go object file"îfmt.ErrorfŒ0runtime.morestack_noctxt p
"".err€type.error"".pclntabPtype.[]uint8"".symtab type.[]uint8"".textStarttype.uint64"".f$type.*"".goobjFilep­oРQt
vZTgclocals·4d8870d794128007eafd160e912f2b3dTgclocals·33cdeccccebe80329f1fdbee7f5874cbR$GOROOT/src/cmd/internal/objfile/goobj.goþ("".(*goobjFile).textÀÀdH‹%H;a†‚Hƒì81Û1Û1ÛH‰\$hH‰\$p1ÛH‰\$PH‰\$XH‰\$`HH‰$HÇD$$1ÛH‰\$H‰\$H‰\$ èH‹L$(H‹D$0HÇD$H1ÛH‰\$PH‰\$XH‰\$`H‰L$hH‰D$pHƒÄ8ÃèéaÿÿÿÌ
v`go.string."text not available in go object file"¼fmt.Errorf¬0runtime.morestack_noctxtpp"".errPtype.error"".text type.[]uint8"".textStarttype.uint64"".f$type.*"".goobjFilep}o ¬8]
]CTgclocals·a041240a37ce609efec56707c330d1a4Tgclocals·33cdeccccebe80329f1fdbee7f5874cbR$GOROOT/src/cmd/internal/objfile/goobj.goþ,"".(*goobjFile).goarch@@1ÛHH‰\$HÇD$*ÃÌÌÌÌÌÌÌÌ
lgo.string."GOARCH unimplemented for debug/goobj files"0"".~r0type.string"".f$type.*"".goobjFile  ¸Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cbR$GOROOT/src/cmd/internal/objfile/goobj.goþ"".openMachoààdH‹%H;a†‹Hƒì`1ÛH‰\$pH‰\$x1ÛH‰œ$€H‰œ$ˆH‹\$hH‰\$8H‹1íH9è„H‹L$8H‰D$PH‰$H‰L$XH‰L$èH‹\$H‰\$(H‹D$H‹L$ H‰L$HH‰D$@Hƒøt!1ÛH‰\$pH‰\$xH‰„$€H‰Œ$ˆHƒÄ`ÃHH‰$èH‹D$H‰D$0Hƒø„ŽH‹l$(€=ukH‰(H‰D$0H‹1íH9èt&H‹\$0H‰\$xH‰D$p1ÛH‰œ$€H‰œ$ˆHƒÄ`ÃHH‰$HH‰\$HH‰\$èH‹D$ë«H‰$H‰l$èH‹D$0냉ékÿÿÿHH‰$HH‰\$HH‰\$èH‹D$é³þÿÿèéXþÿÿÌÌÌÌÌÌÌÌ"
„8go.itab.*os.File.io.ReaderAtÔ&debug/macho.NewFileì"type."".machoFileþ"runtime.newobject¼(runtime.writeBarrierà@go.itab.*"".machoFile."".rawFileÈ$type.*"".machoFileÞtype."".rawFileö@go.itab.*"".machoFile."".rawFileŠ runtime.typ2Itab´.runtime.writebarrierptrÞtype.*os.Fileô type.io.ReaderAtŒ8go.itab.*os.File.io.ReaderAt  runtime.typ2Itab¾0runtime.morestack_noctxtPÀ"".autotmp_0155type.*uint8"".autotmp_0154_$type.*"".machoFile"".autotmp_0152$type.*"".machoFile"".autotmp_0151Otype.*os.File"".err?type.error"".fo,type.*debug/macho.File"".~r20type.error"".~r1type."".rawFile"".rtype.*os.File,À›¿Àm¿À}¿° .5R!¹2iU†K!Tgclocals·9f4747e6338c5bdd4db417363b8a0d83Tgclocals·e74d231870ac50ce4d84d17e03402fcaR$GOROOT/src/cmd/internal/objfile/macho.goþ."".(*machoFile).symbols€&€&dH‹%H„$¸þÿÿH;A†R	HìÈH‹„$Ð1ÛH‰œ$ØH‰œ$àH‰œ$è1ÛH‰œ$ðH‰œ$øH‹(H‹]`1íH9ëufHH‰$HÇD$1ÛH‰\$H‰\$H‰\$ èH‹L$(H‹D$01ÛH‰œ$ØH‰œ$àH‰œ$èH‰Œ$ðH‰„$øHÄÈÃ1ÛH‰œ$H‰œ$ H‰œ$(H‹(H‹]`Hƒû„qH‹s0H‹C8H‹k@H‰¬$1ÿH‰„$H‰D$PH‰´$H‹l$PH9ïúH‰´$ˆHƒþ„L‹L‹N¶nH‰é¶nI‰èH·nH‰êH‹nH‰|$XL‰”$pL‰”$PL‰Œ$xL‰Œ$XˆŒ$€Dˆ„$Dˆ„$af‰”$‚f‰”$bH‰¬$ˆH‰¬$hH‰ˈŒ$`Hãà€ûu@H‰l$HH‹Œ$H‹œ$ H‹”$(H‰ØHÿÃH9Ó‡ýH‰œ$ HÁH‹l$HH‰+HƒÆ HÿÇH‹l$PH9ïŒÿÿÿH‹œ$H‰œ$èH‹œ$ H‰œ$ðH‹œ$(H‰œ$øHH‰$HH‰\$HH‰\$Hœ$èH‰\$HÇD$ èH\$(H‹H‰$H‹KH‰L$è1ÛH‰œ$ H‰œ$¨H‰œ$°H‹œ$ÐH‹+H‹]`Hƒû„H‹S0H‹C8H‹k@H‰¬$1ÉH‰„$H‰D$PH‰”$H‰ÐH‹l$PH9éÁH‰„$ˆHƒø„½L‹L‹H¶hI‰è¶hH‰ïH·hH‰îH‹hH‰L$XL‰”$pL‰”$0L‰Œ$xL‰Œ$8Dˆ„$€Dˆ„$@@ˆ¼$@ˆ¼$Af‰´$‚f‰´$BH‰¬$ˆH‰¬$H¶œ$@Hãà€ût_HƒÀ HÿÁH‹l$PH9éŒ?ÿÿÿH‹œ$ H‰œ$ØH‹œ$¨H‰œ$àH‹œ$°H‰œ$è1ÛH‰œ$ðH‰œ$øHÄÈÃ1ÛH‰œ$H‰œ$˜H‰œ$ H‰œ$¨‰œ$°H‰œ$¸H‰œ$ÀHœ$0H¬$H‹H‰MH‹KH‰MH‹„$HH‰„$ DŽ$°?H‹Œ$ H„$ÐH-H‰(H¬$H‰hH¬$0H‰hH‰$H‰D$èH‹”$ÐH‹D$H‹Œ$ H9ȍîH‹œ$L‹„$ L9ÀƒÎHÃH‹H‹¬$HH)ëH‰œ$¨¶œ$A€û…ÍDŽ$°UH‹Œ$ H‹œ$¨H‹”$°H‰ØHÿÃH9ÓwIH‰œ$¨H‰ËH‰ÅHkí8HëH¬$H‰\$H‰l$H-H‰,$èH‹L$XH‹„$ˆéþÿÿH-H‰,$H‰L$H‰D$H‰T$H‰\$ èH‹L$(H‹\$0H‹T$8H‰ØHÿÃH‰œ$¨H‰”$°H‰Œ$ éiÿÿÿH‹*H‹EP¶œ$AH9Ϲ¶œ$AHÿËH‰ØH‹*Hƒý„–H‹UHH‹MPH‹]XH‰œ$ÈH‰”$¸¶èH‰Œ$ÀH9̓_HêH‹H‰”$€Hƒú„?H‹JH‰Œ$H‹BHƒø…ÊH‰$H‰„$˜H‰D$H-H‰l$HÇD$èH‹”$€H‹Œ$H‹„$˜¶\$ €û„yDŽ$°DH\$`H‰$Hƒú„THZH|$H‹H‰H‹KH‰OHH‰\$HÇD$ H|$(H‹
H‰H‹JH‰OèH‹L$8H‰Œ$H‹D$@HƒøuUH‰$H‰„$˜H‰D$H-H‰l$HÇD$èH‹Œ$H‹„$˜¶\$ €ûtDŽ$°BéˆýÿÿHƒø
uUH‰$H‰„$˜H‰D$H-H‰l$HÇD$
èH‹Œ$H‹„$˜¶\$ €ûtDŽ$°Té-ýÿÿH‰„$˜Hƒø…ýÿÿH‰$H‰D$H-H‰l$HÇD$è¶\$ €û…Rÿÿÿéåüÿÿ‰é¥þÿÿH‰„$˜Hƒø…€þÿÿH‰$H‰D$H-H‰l$HÇD$èH‹”$€¶\$ €û„GþÿÿDŽ$°Ré7þÿÿ‰éºýÿÿè‰Eébýÿÿéhüÿÿèé@üÿÿ‰é<úÿÿ‰éçùÿÿH-H‰,$H‰L$H‰D$H‰T$H‰\$ èH‹|$XH‹´$ˆH‹L$(H‹\$0H‹T$8H‰ØHÿÃH‰œ$ H‰”$(H‰Œ$鍸ÿÿ‰éÚ÷ÿÿ‰éˆ÷ÿÿèé‰öÿÿÌÌÌÌÌÌÌÌÌ>
Î@go.string."missing symbol table"”fmt.Errorf¶	type."".uint64sÌ	&type.sort.Interfaceä	Bgo.itab."".uint64s.sort.Interface¤
runtime.convT2IØ
sort.Sortà:"".(*machoFile).symbols.func1²sort.Search®type."".SymÀ(runtime.typedmemmoveòtype.[]"".Sym¬"runtime.growsliceì$go.string."__DATA"’ runtime.eqstringÖgo.string." "¢*runtime.concatstring3‚0go.string."__DATA __bss"¨ runtime.eqstring¸2go.string."__TEXT __text"Þ runtime.eqstringö :go.string."__DATA __noptrbss"œ! runtime.eqstring”"$go.string."__TEXT"º" runtime.eqstringž#$runtime.panicindexÆ#$runtime.panicindexþ#type.[]uint64¸$"runtime.growsliceÜ%0runtime.morestack_noctxt`6"".autotmp_0179type.string"".autotmp_0178Ïtype.[32]uint8"".autotmp_0177ïtype.string"".autotmp_0175.type.debug/macho.Symbol"".autotmp_01740type.*debug/macho.Symbol"".autotmp_0173type.int"".autotmp_0172type.int"".autotmp_0171ÿtype.uint64"".autotmp_0170¯.type.debug/macho.Symbol"".autotmp_0169ÿ0type.*debug/macho.Symbol"".autotmp_0168ïtype.int"".autotmp_0167ßtype.int"".autotmp_0166type.int"".autotmp_0165type.int"".autotmp_0164ï‚type.struct { F uintptr; addrs *[]uint64; s *debug/macho.Symbol }"".autotmp_01622type.[]debug/macho.Symbol"".autotmp_0161¿type."".uint64s"".autotmp_01602type.[]debug/macho.Symbol"".sect2type.*debug/macho.Section"".symotype."".Sym"".s¯.type.debug/macho.Symbol"".symsÏtype.[]"".Sym"".sï.type.debug/macho.Symbol"".addrsßtype.[]uint64"".~r1@type.error"".~r0type.[]"".Sym"".f$type.*"".machoFile0"§ßÃ
€Ð>Vf
Ù@ˆí<J1sM3 g56VR"[iKK
C
	K%cD‰ˆÇÇ6óˆCºO2MeTgclocals·e373b088184ae244ae41c5de99515421Tgclocals·dbb6cb857427a3ed7c3b8391e23572bfR$GOROOT/src/cmd/internal/objfile/macho.goþ("".(*machoFile).pcln€€dH‹%H;a†ßHƒì01Û1Û1Û1ÛH‰\$xH‰œ$€1ÛH‰\$`H‰\$hH‰\$p1ÛH‰\$HH‰\$PH‰\$XHÇD$@H‹\$8H‹+H‰,$HH‰\$HÇD$èH‹D$1íH9èt	H‹h H‰l$@H‹\$8H‹+H‰,$HH‰\$HÇD$
èH‹D$1íH9èttH‰$èH‹\$H‰\$HH‹\$H‰\$PH‹\$H‰\$XH‹D$ H‹\$(H‰œ$€H‰D$xHƒøt0HÇD$@1ÛH‰\$HH‰\$PH‰\$X1ÛH‰\$`H‰\$hH‰\$pHƒÄ0ÃH‹\$8H‹+H‰,$HH‰\$HÇD$èH‹D$1íH9èttH‰$èH‹\$H‰\$`H‹\$H‰\$hH‹\$H‰\$pH‹D$ H‹\$(H‰œ$€H‰D$xHƒøt0HÇD$@1ÛH‰\$HH‰\$PH‰\$X1ÛH‰\$`H‰\$hH‰\$pHƒÄ0Ã1ÛH‰\$xH‰œ$€HƒÄ0ÃèéþÿÿÌÌÌÌ
Ì$go.string."__text"ò6debug/macho.(*File).SectionÂ,go.string."__gosymtab"è6debug/macho.(*File).Section’6debug/macho.(*Section).DataŽ.go.string."__gopclntab"´6debug/macho.(*File).SectionÞ6debug/macho.(*Section).Dataæ0runtime.morestack_noctxt `
"".err€type.error"".pclntabPtype.[]uint8"".symtab type.[]uint8"".textStarttype.uint64"".f$type.*"".machoFile"` _`¥_`_€0¢W2	2D02D0xP‘’Tgclocals·7d912edc1d1ee8c45b2e79ae1e574a1aTgclocals·f6bd6b3389b872033d462029172c8612R$GOROOT/src/cmd/internal/objfile/macho.goþ("".(*machoFile).textÀÀdH‹%H;a†ýHƒì81Û1Û1ÛH‰\$hH‰\$p1ÛH‰\$PH‰\$XH‰\$`H‹\$@H‹+H‰,$HH‰\$HÇD$èH‹D$1íH9èu]HH‰$HÇD$1ÛH‰\$H‰\$H‰\$ èH‹L$(H‹D$0HÇD$H1ÛH‰\$PH‰\$XH‰\$`H‰L$hH‰D$pHƒÄ8ÃH‹h H‰l$HH‰$èH‹\$H‰\$PH‹\$H‰\$XH‹\$H‰\$`H‹\$ H‰\$hH‹\$(H‰\$pHƒÄ8ÃèéæþÿÿÌÌÌÌÌÌ
Ž$go.string."__text"´6debug/macho.(*File).SectionÚDgo.string."text section not found" fmt.Errorfª6debug/macho.(*Section).Data¢0runtime.morestack_noctxtpp"".errPtype.error"".text type.[]uint8"".textStarttype.uint64"".f$type.*"".machoFilep¯opHo $Ä8+]	;
YÇTgclocals·a041240a37ce609efec56707c330d1a4Tgclocals·33cdeccccebe80329f1fdbee7f5874cbR$GOROOT/src/cmd/internal/objfile/macho.goþ,"".(*machoFile).goarchÀÀ1ÛH‹\$H‹‹kƒýwCƒýuHH‰\$HÇD$ÃýuHH‰\$HÇD$Ã1ÛH‰\$H‰\$ÁýuHH‰\$HÇD$ÁýuÍHH‰\$HÇD$ÃÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌ4go.string."386"jgo.string."arm"À"go.string."amd64"ü"go.string."ppc64"0"".~r0type.string"".f$type.*"".machoFile  0Ø

%Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cbR$GOROOT/src/cmd/internal/objfile/macho.goþ"".uint64s.Len  H‹\$H‰\$ ÃÌÌÌÌÌ@"".~r00type.int"".xtype."".uint64søTgclocals·2fccd208efe70893f9ac8d682812ae72Tgclocals·33cdeccccebe80329f1fdbee7f5874cbR$GOROOT/src/cmd/internal/objfile/macho.goþ"".uint64s.Swap€€dH‹%H;avbH‹|$ H‹t$(H‹L$H‹D$H9ÇsBHùH‹H9Çs/HùH9ÆsH,ñL‹EL‰H9ÆsHñH‰ÃèèèèèëˆÌÌÌÌÌÌÌÌ
¬$runtime.panicindexº$runtime.panicindexÈ$runtime.panicindexÖ$runtime.panicindexä0runtime.morestack_noctxtP"".j@type.int"".i0type.int"".xtype."".uint64s€€
ú€
U+Tgclocals·89fe65749ce0afc971c0982226501ff0Tgclocals·33cdeccccebe80329f1fdbee7f5874cbR$GOROOT/src/cmd/internal/objfile/macho.goþ"".uint64s.LessÀÀdH‹%H;avDH‹L$H‹D$H‹l$ H9Ås)HéH‹L‹D$(I9ÀsJ,ÁH‹mH9ë’D$0Ãèèèë¦ÌÌÌÌÌÌ
Œ$runtime.panicindexš$runtime.panicindex¨0runtime.morestack_noctxt`"".~r2Ptype.bool"".j@type.int"".i0type.int"".xtype."".uint64s``ü`
ETgclocals·6432f8c6a0d23fa7bee6c5d96f21a92aTgclocals·33cdeccccebe80329f1fdbee7f5874cbR$GOROOT/src/cmd/internal/objfile/macho.goþ"".Open 
 
dH‹%HD$H;A†,Hìð1ÛH‰œ$H‰œ$H‹œ$øH‰$H‹œ$H‰\$èH‹\$H‰\$HH‹D$H‹L$ H‰Œ$ˆH‰„$€Hƒøt$HDŽ$H‰„$H‰Œ$HÄðÃH‹H‹H‹H‰œ$è1ÉH‰„$àH‰D$8H‰”$ØH‰ÐH‹l$8H9éH‰D$XH‹H‰L$@H‹\$HH‰$H‹ÿÓH‹\$H‰\$`H‹\$H‰\$hH‹D$H‹\$ H‰\$xH‰D$pHƒø… HH‰$èH‹D$H‰D$PHƒøt|H‹l$H€=uYH‰(H‹l$`H‰hH‹l$h€=u&H‰hH‰„$1ÛH‰œ$H‰œ$HÄðÃL@L‰$H‰l$èH‹D$PëÅH‰$H‰l$èH‹D$P땉ë€H‹D$XH‹L$@HƒÀHÿÁH‹l$8H9éŒôþÿÿH‹\$HH‰$èH‹œ$øH‰œ$°H‹œ$H‰œ$¸1ÛH‰œ$ H‰œ$¨Hœ$ Hƒû„ýHDŽ$ÈHDŽ$ÐH‰œ$ÀHH‰$Hœ$°H‰\$HÇD$èH‹L$H‹D$ H‹œ$ÀH‰Œ$H‰H‰„$˜€=urH‰CHH‰$HÇD$!H‹œ$ÀH‰\$H‹œ$ÈH‰\$H‹œ$ÐH‰\$ èH‹L$(H‹D$0HDŽ$H‰Œ$H‰„$HÄðÃLCL‰$H‰D$èé{ÿÿÿ‰éüþÿÿèé²üÿÿÌÌ(
–os.OpenÀ"".openersÎ"".openersÜ "".openersöätype."".Fileö"runtime.newobject¬(runtime.writeBarrierà(runtime.writeBarrierÖ.runtime.writebarrierptr€.runtime.writebarrierptrð os.(*File).CloseÆ	type.string„
runtime.convT2EÚ
(runtime.writeBarrierö
Zgo.string."open %s: unrecognized object file"èfmt.Errorfè.runtime.writebarrierptrŠ
0runtime.morestack_noctxtPà "".autotmp_0204¿"type.interface {}"".autotmp_0203Ÿ(type.[1]interface {}"".autotmp_0200_&type.[]interface {}"".autotmp_0199¿type.*"".File"".autotmp_0197¯Ptype.*func(*os.File) ("".rawFile, error)"".autotmp_0196ïtype.int"".autotmp_0195ßtype.int"".autotmp_0193type.string"".autotmp_0192/Rtype.[]func(*os.File) ("".rawFile, error)"".errÿtype.error"".rawŸtype."".rawFile"".errßtype.error"".rÏtype.*os.File"".~r20type.error"".~r1 type.*"".File"".nametype.string:à}ßàÿßàˆßàßÐ2`1:$R@ 
È.J±?p8Š
r@Tgclocals·fb63e74b6f2618e7c5d9866e2c2934f2Tgclocals·2ec74d00799b2ec29b62d70396d6c832V$GOROOT/src/cmd/internal/objfile/objfile.goþ "".(*File).Close  dH‹%H;av:Hƒì1ÛH‰\$(H‰\$0H‹\$ H‹+H‰,$èH‹L$H‹D$H‰L$(H‰D$0HƒÄÃèë°
X os.(*File).Close”0runtime.morestack_noctxt00"".~r0type.error"".ftype.*"".File05/P|*
+%Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cbV$GOROOT/src/cmd/internal/objfile/objfile.goþ$"".(*File).SymbolsÀÀdH‹%HD$øH;A†zHìˆ1ÛH‰œ$˜H‰œ$ H‰œ$¨1ÛH‰œ$°H‰œ$¸H‹œ$Hƒû„.H‹KH‹kH‰l$PH‰,$H‰L$HH‹Y0ÿÓH‹t$H‹l$H‹T$H‹D$ H‹L$(H‰L$@H‰D$8Hƒøt21ÛH‰œ$˜H‰œ$ H‰œ$¨H‰„$°H‰Œ$¸HĈÃH‰t$XH‰t$pH‰l$`H‰l$xH‰T$hH‰”$€HH‰$HH‰\$HH‰\$H\$pH‰\$HÇD$ èH\$(H‹H‰$H‹KH‰L$èH‹\$XH‰œ$˜H‹\$`H‰œ$ H‹\$hH‰œ$¨1ÛH‰œ$°H‰œ$¸HĈÉéËþÿÿèédþÿÿÌÌÌÌ
îðtype."".byAddr†&type.sort.Interfacež@go.itab."".byAddr.sort.InterfaceØruntime.convT2IŒsort.Sort¦0runtime.morestack_noctxt`"".autotmp_0206/type."".byAddr"".errŸtype.error"".syms_type.[]"".Sym"".~r1@type.error"".~r0type.[]"".Sym"".ftype.*"".File.´¶ $„KL2vA	w´uTgclocals·7c639281594b5ca3b5c2bcc331d3ab8cTgclocals·30db2b3246502392fea275c4053e6363V$GOROOT/src/cmd/internal/objfile/objfile.goþ"".byAddr.LessààdH‹%H;avQH‹L$H‹D$L‹D$ H‰ÍI9Às3MkÀ8LÅH‹]L‹L$(I‰ÈI9ÁsMkÉ8MÈI‹hH9ë’D$0Ãèèèë™ÌÌÌÌÌÌÌÌÌ
¦$runtime.panicindex´$runtime.panicindexÂ0runtime.morestack_noctxt`"".~r2Ptype.bool"".j@type.int"".i0type.int"".xtype."".byAddrppšp
RTgclocals·6432f8c6a0d23fa7bee6c5d96f21a92aTgclocals·33cdeccccebe80329f1fdbee7f5874cbV$GOROOT/src/cmd/internal/objfile/objfile.goþ"".byAddr.Len  H‹\$H‰\$ ÃÌÌÌÌÌ@"".~r00type.int"".xtype."".byAddrœTgclocals·2fccd208efe70893f9ac8d682812ae72Tgclocals·33cdeccccebe80329f1fdbee7f5874cbV$GOROOT/src/cmd/internal/objfile/objfile.goþ"".byAddr.SwapààdH‹%H;a†HƒìPH‹T$pH‹L$XH‹D$`H‰ËH‰ÕH9ƒÛHkí8HëH‹+H‰l$H‹kH‰l$ H‹kH‰l$(H‹kH‰l$0‹k ‰l$8H‹k(H‰l$@H‹k0H‰l$HH‹l$xH‰ËH9Ń€Hkí8HëH‰ÍI‰ÐH9ÂsgMkÀ8LÅH‰l$H‰\$HH‰$èH‹\$XH‹l$xL‹D$`L9Ås+Hkí8HëHl$H‰\$H‰l$H-H‰,$èHƒÄPÃèèèèèéßþÿÿÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌ
Þtype."".Symð(runtime.typedmemmoveÒtype."".Symä(runtime.typedmemmoveø$runtime.panicindex†$runtime.panicindex”$runtime.panicindex¢$runtime.panicindex°0runtime.morestack_noctxtP "".autotmp_0209otype."".Sym"".j@type.int"".i0type.int"".xtype."".byAddr  ãŸ Ÿ°
ž°·:?Tgclocals·3260b5c802f633fd6252c227878dd72aTgclocals·07dc5d817c183220b79c5477ebd5d7baV$GOROOT/src/cmd/internal/objfile/objfile.goþ,"".(*File).PCLineTable  dH‹%HD$¸H;A†îHìÈ1ÛH‰œ$àH‰œ$èH‹œ$ÐHƒû„¼H‹KH‹kH‰l$xH‰,$H‰L$pH‹Y(ÿÓH‹L$H‹\$H‰œ$€H‹\$H‰œ$ˆH‹\$ H‰œ$H‹|$(H‹t$0H‹l$8H‹D$@H‹T$HH‰T$hH‰D$`Hƒøt$HDŽ$ØH‰„$àH‰”$èHÄÈÃH‰¼$˜H‰¼$°H‰´$ H‰´$¸H‰¬$¨H‰¬$ÀH‰L$PHH‰$èH‹D$H‰ÇHƒø„ÉWÀHƒÇÐèGøH‰D$XH‹¬$¸H‰hH‹¬$ÀH‰hH‹¬$°€=usH‰(H‹l$PH‰hHÇ@ H‹œ$€H‰$H‹œ$ˆH‰\$H‹œ$H‰\$H‰D$èH‹T$ H‹L$(H‹D$0H‰”$ØH‰Œ$àH‰„$èHÄÈÃH‰$H‰l$èH‹D$Xéxÿÿÿ‰é0ÿÿÿ‰é=þÿÿèéðýÿÿ
º 4type.debug/gosym.LineTable²"runtime.newobjectî„ runtime.duffzeroÌ(runtime.writeBarrierÚ(debug/gosym.NewTableÔ.runtime.writebarrierptrŽ0runtime.morestack_noctxt@"".autotmp_0213ß6type.*debug/gosym.LineTable"".autotmp_02126type.*debug/gosym.LineTable&debug/gosym.text·3ïtype.uint64&debug/gosym.data·2/type.[]uint8"".errÏtype.error"".pclntab_type.[]uint8"".symtabtype.[]uint8"".~r1 type.error"".~r0.type.*debug/gosym.Table"".ftype.*"".File.¸‡&
"¢1x$§
]»”='Tgclocals·55cc6ee7528f0b48e5a6d9bfba36524aTgclocals·870e393aafeefa0925d17608037f81b1V$GOROOT/src/cmd/internal/objfile/objfile.goþ"".(*File).TextààdH‹%H;a†“HƒìH1ÛH‰\$`H‰\$hH‰\$p1ÛH‰\$xH‰œ$€H‹\$PHƒût`H‹KH‹kH‰l$@H‰,$H‰L$8H‹Y8ÿÓH‹|$H‹t$H‹l$H‹T$ H‹L$(H‹D$0H‰|$XH‰t$`H‰l$hH‰T$pH‰L$xH‰„$€HƒÄHÉëœèéPÿÿÿ
¸Î0runtime.morestack_noctxtp"".~r2Ptype.error"".~r1 type.[]uint8"".~r0type.uint64"".ftype.*"".File Š
°²7o

\TTgclocals·a041240a37ce609efec56707c330d1a4Tgclocals·23e8278e2b69a3a75fa59b23c49ed6adV$GOROOT/src/cmd/internal/objfile/objfile.goþ""".(*File).GOARCHààdH‹%H;avTHƒì(1ÛH‰\$8H‰\$@H‹\$0Hƒût5H‹KH‹kH‰l$ H‰,$H‰L$H‹Y ÿÓH‹L$H‹D$H‰L$8H‰D$@HƒÄ(ÉëÇèë–ÌÌÌÌÌÌ
ˆÈ0runtime.morestack_noctxt0P"".~r0type.string"".ftype.*"".FilePKOPO
pºD

D,Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·23e8278e2b69a3a75fa59b23c49ed6adV$GOROOT/src/cmd/internal/objfile/objfile.goþ"".openPE€€dH‹%H;a†¢Hì€1ÛH‰œ$H‰œ$˜1ÛH‰œ$ H‰œ$¨H‹œ$ˆH‰\$HH‹1íH9è„&H‹L$HH‰D$`H‰$H‰L$hH‰L$èH‹T$H‹D$H‹L$ H‰L$XH‰D$PHƒøt*1ÛH‰œ$H‰œ$˜H‰„$ H‰Œ$¨HĀÃH‰T$8Hƒú„ªH‹JH‹j H‰L$pH‰$H‰l$xH‰l$èH‹t$pH‹T$x‹L$ù=
k…äH-H9î…YHÇÀ<„ÅHH‰$èH‹D$H‰D$@Hƒø„šH‹l$8€=utH‰(H‰D$@H‹1íH9èt/H‹\$@H‰œ$˜H‰„$1ÛH‰œ$ H‰œ$¨HĀÃHH‰$HH‰\$HH‰\$èH‹D$ë¢H‰$H‰l$èH‹D$@éwÿÿÿ‰é_ÿÿÿùÅ"ËuH-H9îumHÇÀ<…ÿÿÿHH‰$HÇD$1ÛH‰\$H‰\$H‰\$ èH‹L$(H‹D$01ÛH‰œ$H‰œ$˜H‰Œ$ H‰„$¨HĀÃ1Àë–1Àé§þÿÿ‰éOþÿÿHH‰$HH‰\$HH‰\$èH‹D$é¨ýÿÿèéAýÿÿÌ,
œ8go.itab.*os.File.io.ReaderAtì debug/pe.NewFileÜ$runtime.efacethashž>type.*debug/pe.OptionalHeader64Ütype."".peFileî"runtime.newobject¬(runtime.writeBarrierÐ:go.itab.*"".peFile."".rawFileÊtype.*"".peFileàtype."".rawFileø:go.itab.*"".peFile."".rawFileŒ runtime.typ2Itab¶.runtime.writebarrierptrö>type.*debug/pe.OptionalHeader32¬Dgo.string."unrecognized PE format"òfmt.ErrorfŒ
type.*os.File¢
 type.io.ReaderAtº
8go.itab.*os.File.io.ReaderAtÎ
 runtime.typ2Itabì
0runtime.morestack_noctxtP€"".autotmp_0229type.*uint8"".autotmp_0228type.*"".peFile"".autotmp_0225"type.interface {}"".autotmp_0223type.*"".peFile"".autotmp_0221otype.*os.File"".err_type.error"".f&type.*debug/pe.File"".~r20type.error"".~r1type."".rawFile"".rtype.*os.File<€¨ÿ€Þÿ€Îÿ€DÿÀ0*>P*hÅ#^2 uxIsnTgclocals·7841b33a5958c757ecc1f0a9a1364888Tgclocals·e08f79c6e60140bf5148618452624307L$GOROOT/src/cmd/internal/objfile/pe.goþ("".(*peFile).symbolsÀÀdH‹%H„$0ÿÿÿH;A†1HìP1ÛH‰œ$`H‰œ$hH‰œ$p1ÛH‰œ$xH‰œ$€1ÛH‰œ$àH‰œ$èH‰œ$ðHÇD$@H‹œ$XH‹+Hƒý„¾H‹MH‹E H‰L$pH‰$H‰D$xH‰D$èH‹|$pH‹t$x‹T$ú=
k…=H-H9ï…kH‰ñHÇÀ<„H‹iH‰l$@1ÛH‰œ$€H‰œ$ˆH‰œ$H‹œ$XH‹+Hƒý„ÛH‹U@H‹EHH‹]PH‰œ$Ø1ÉH‰„$ÐH‰D$PH‰”$ÈH‰ÐH‹l$PH9éRH‰D$hH‹H‰L$X1ÛH‰œ$H‰œ$ H‰œ$(H‰œ$0‰œ$8H‰œ$@H‰œ$HH¬$H‹H‰MH‹HH‰M‹XH‰œ$(DŽ$8?H·hfƒýþ…rDŽ$8?H‹Œ$€H‹œ$ˆH‹”$H‰ØHÿÃH9Ó‡êH‰œ$ˆH‰ËH‰ÅHkí8HëH¬$H‰\$H‰l$H-H‰,$èH‹œ$(H‰\$`H‹Œ$àH‹œ$èH‹”$ðH‰ØHÿÃH9Ó‡)H‰œ$èHÁH‹l$`H‰+H‹D$hH‹L$XHƒÀHÿÁH‹l$PH9錮þÿÿH‹œ$àH‰œ$°H‹œ$èH‰œ$¸H‹œ$ðH‰œ$ÀHH‰$HH‰\$HH‰\$Hœ$°H‰\$HÇD$ èH\$(H‹H‰$H‹KH‰L$èH‹œ$ˆ1ÀH‰\$PH‹l$PH9èðH‰D$XH‰D$HH‹Œ$èHœ$øH-H‰+H¬$àH‰kH¬$€H‰kHl$HH‰kH‰$H‰\$èH‹D$H‹Œ$èH9ȍæH‹œ$àL‹„$èL9ÀƒÆHÃH‹L‹„$€L‹L$HL‹”$ˆM9уšMkÉ8MÈI‹hH)ëH‹¬$€L‹D$HL‹Œ$ˆM9ÈskMkÀ8LÅH‰]H‹D$XHÿÀH‹l$PH9èŒÿÿÿH‹œ$€H‰œ$`H‹œ$ˆH‰œ$hH‹œ$H‰œ$p1ÛH‰œ$xH‰œ$€HÄPÃèèèë‰H-H‰,$H‰L$H‰D$H‰T$H‰\$ èH‹L$(H‹\$0H‹T$8H‰ØHÿÃH‰œ$èH‰”$ðH‰Œ$àé‰ýÿÿH-H‰,$H‰L$H‰D$H‰T$H‰\$ èH‹L$(H‹\$0H‹T$8H‰ØHÿÃH‰œ$ˆH‰”$H‰Œ$€éÈüÿÿfƒýÿuDŽ$8CéƒüÿÿfƒýuDŽ$8UémüÿÿH·XfƒûŒ
H‹œ$XH‹+H‹M0H¿XH9ˏíH·XHÿËH‰ØH‹œ$XH‹+Hƒý„ÅH‹U(H‹M0H‹]8H‰œ$¨H‰”$˜H¿èH‰Œ$ H9̓HêH‹‹Y,‰݃㠃ût.DŽ$8TH‹„$(‹YH‹l$@HëHÃH‰œ$(é®ûÿÿ‰ëƒã@ƒût'‰ëã€ƒûu
DŽ$8Rë¹DŽ$8D묉ëã€ƒûtŸDŽ$8Bë’è‰Eé3ÿÿÿHH‰$HÇD$&1ÛH‰\$H‰\$H‰\$ èH‹L$(H‹D$01ÛH‰œ$`H‰œ$hH‰œ$pH‰Œ$xH‰„$€HÄPÉEéúÿÿúÅ"Ë…âùÿÿH-H9ïu H‰ðHÇÁ€ù„Ãùÿÿ‹hH‰l$@é¶ùÿÿ1À1Éëä1É1Àé–ùÿÿ‰Eé:ùÿÿèéªøÿÿÌÌÌÌÌÌÌÌÌÌ0
Ä$runtime.efacethash†>type.*debug/pe.OptionalHeader64ètype."".Symú(runtime.typedmemmove¶type."".uint64sÌ&type.sort.InterfaceäBgo.itab."".uint64s.sort.Interface¤runtime.convT2IØsort.SortÔ
4"".(*peFile).symbols.func1¸sort.Search$runtime.panicindexž$runtime.panicindex¬$runtime.panicindexÂtype.[]uint64ü"runtime.growsliceîtype.[]"".Sym¨"runtime.growslice‚$runtime.panicindex¤dgo.string."invalid section number in symbol table"êfmt.Errorf˜>type.*debug/pe.OptionalHeader32š0runtime.morestack_noctxt` *"".autotmp_0251type.int"".autotmp_0250type.int"".autotmp_0249type.uint64"".autotmp_0246Ï,type.**debug/pe.Symbol"".autotmp_0245ÿtype.int"".autotmp_0244ïtype.int"".autotmp_0241¿"type.interface {}"".autotmp_0240type.int"".autotmp_0239¯„type.struct { F uintptr; addrs *[]uint64; syms *[]"".Sym; i *int }"".autotmp_0238type.int"".autotmp_0237¿type."".uint64s"".autotmp_0236ßtype.uint64"".autotmp_0233.type.[]*debug/pe.Symbol"".itype.int"".symotype."".Sym"".symsŸtype.[]"".Sym"".imageBaseŸtype.uint64"".addrsßtype.[]uint64"".~r1@type.error"".~r0type.[]"".Sym"".ftype.*"".peFile." äŸ íŸ WŸààFN	q	^f

:^HU\ˆ'NqJVV?>CB5,X


	

+f+

4¡›ÕŠì6VíàTgclocals·0eb8895aada11c3eccf0d9ced3582bb1Tgclocals·b1f5784a056793daa01ff1a210acfc2eL$GOROOT/src/cmd/internal/objfile/pe.goþ""".(*peFile).pcln€€dH‹%HD$èH;A†ÜHì˜1Û1Û1Û1ÛH‰œ$àH‰œ$è1ÛH‰œ$ÈH‰œ$ÐH‰œ$Ø1ÛH‰œ$°H‰œ$¸H‰œ$ÀHDŽ$¨H‹œ$ H‹+Hƒý„`H‹MH‹E H‰Œ$ˆH‰$H‰„$H‰D$èH‹¼$ˆH‹´$‹T$ú=
k…>H-H9ï…H‰ñHÇÀ<„H‹iH‰l$PH‹œ$ H‹+H‰,$HH‰\$HÇD$èH‹D$1íH9èt‹XH‹l$PHëH‰œ$¨H‹œ$ H‹+H‰,$HH‰\$HÇD$HH‰\$HÇD$ èH‹\$(H‰œ$ÈH‹\$0H‰œ$ÐH‹\$8H‰œ$ØH‹D$@H‹\$HH‰œ$èH‰„$àHƒø„Ó1ÛH‰\$hH‰\$pH‹œ$ H‹+H‰,$HH‰\$HÇD$HH‰\$HÇD$ èH‹\$(H‰œ$ÈH‹\$0H‰œ$ÐH‹\$8H‰œ$ØH‹D$@H‹\$HH‰\$pH‰D$hHƒøtHHDŽ$¨1ÛH‰œ$°H‰œ$¸H‰œ$À1ÛH‰œ$ÈH‰œ$ÐH‰œ$ØHĘÃH‹œ$ H‹+H‰,$HH‰\$HÇD$HH‰\$HÇD$ èH‹\$(H‰œ$°H‹\$0H‰œ$¸H‹\$8H‰œ$ÀH‹D$@H‹\$HH‰œ$èH‰„$àHƒø„Ì1ÛH‰\$xH‰œ$€H‹œ$ H‹+H‰,$HH‰\$HÇD$HH‰\$HÇD$ èH‹\$(H‰œ$°H‹\$0H‰œ$¸H‹\$8H‰œ$ÀH‹D$@H‹\$HHƒøtHHDŽ$¨1ÛH‰œ$°H‰œ$¸H‰œ$À1ÛH‰œ$ÈH‰œ$ÐH‰œ$ØHĘÃ1ÛH‰œ$àH‰œ$èHĘÁúÅ"Ëu,H-H9ï…²H‰ðHÇÁ€ùt
‹hH‰l$Pé¹üÿÿH‰|$XH‰t$`HH‰$HÇD$1ÛH‰\$H‰\$H‰\$ èH‹L$(H‹D$0HDŽ$¨1ÛH‰œ$°H‰œ$¸H‰œ$À1ÛH‰œ$ÈH‰œ$ÐH‰œ$ØH‰Œ$àH‰„$èHĘÃ1À1ÉéOÿÿÿ1É1Àéüÿÿ‰Eé˜ûÿÿèéûÿÿÌÌ*
Ü$runtime.efacethashª>type.*debug/pe.OptionalHeader64ž"go.string.".text"Ä0debug/pe.(*File).Section®6go.string."runtime.pclntab"Ø8go.string."runtime.epclntab"þ"".loadPETableØ&go.string."pclntab"‚(go.string."epclntab"¨"".loadPETableæ
4go.string."runtime.symtab"6go.string."runtime.esymtab"¶"".loadPETable–
$go.string."symtab"À
&go.string."esymtab"æ
"".loadPETable¶>type.*debug/pe.OptionalHeader32¢Rgo.string."pe file format not recognized"èfmt.Errorfê0runtime.morestack_noctxt °"".autotmp_0262"type.interface {}"".err2?type.error"".err2_type.error
"".oh"type.interface {}"".imageBasetype.uint64"".err€type.error"".pclntabPtype.[]uint8"".symtab type.[]uint8"".textStarttype.uint64"".ftype.*"".peFileH°¯°Ô¯°¯°É¯°¯€
^Ôw}	5‰H‰uH3'
Œ*­tòǘTgclocals·b33ef8d17e3fc36d15834392a7df0a5dTgclocals·5a4e488090896db4725219374a46e7a1L$GOROOT/src/cmd/internal/objfile/pe.goþ""".(*peFile).text€
€
dH‹%H;a†`Hƒì`1Û1Û1ÛH‰œ$H‰œ$˜1ÛH‰\$xH‰œ$€H‰œ$ˆH‹\$hH‹+Hƒý„H‹MH‹E H‰L$PH‰$H‰D$XH‰D$èH‹|$PH‹t$X‹T$ú=
k…"H-H9ï…ÂH‰ñHÇÀ<„H‹iH‰l$8H‹\$hH‹+H‰,$HH‰\$HÇD$èH‹D$1íH9èuiHH‰$HÇD$1ÛH‰\$H‰\$H‰\$ èH‹L$(H‹D$0HÇD$p1ÛH‰\$xH‰œ$€H‰œ$ˆH‰Œ$H‰„$˜HƒÄ`ËXH‹l$8HëH‰\$pH‰$èH‹\$H‰\$xH‹\$H‰œ$€H‹\$H‰œ$ˆH‹\$ H‰œ$H‹\$(H‰œ$˜HƒÄ`ÁúÅ"Ëu,H-H9H‰ðHÇÁ€ùt
‹hH‰l$8éÕþÿÿH‰|$@H‰t$HHH‰$HÇD$1ÛH‰\$H‰\$H‰\$ èH‹L$(H‹D$0HÇD$p1ÛH‰\$xH‰œ$€H‰œ$ˆH‰Œ$H‰„$˜HƒÄ`Ã1À1Éérÿÿÿ1É1Àé?þÿÿ‰EéãýÿÿèéƒýÿÿÌÌÌ
ä$runtime.efacethash¦>type.*debug/pe.OptionalHeader64”"go.string.".text"º0debug/pe.(*File).SectionàDgo.string."text section not found"¦fmt.ErrorfÖ0debug/pe.(*Section).Dataú>type.*debug/pe.OptionalHeader32æRgo.string."pe file format not recognized"¬fmt.Errorfè	0runtime.morestack_noctxtpÀ"".autotmp_0267"type.interface {}"".autotmp_0266type.error
"".oh?"type.interface {}"".imageBaseOtype.uint64"".errPtype.error"".text type.[]uint8"".textStarttype.uint64"".ftype.*"".peFile:À¾¿À[¿À¦¿À¿
€D’Dn	+iG'
i
qk¤Tgclocals·b767a85ad52475ddbcff98293d22a77dTgclocals·2c78d3ad9d760b5f66e2e47be684c787L$GOROOT/src/cmd/internal/objfile/pe.goþ"".findPESymbolààdH‹%H„$`ÿÿÿH;A†ÁHì L‹„$0H‹Œ$81ÛH‰œ$HH‰œ$PH‹œ$(Hƒû„H‹S@H‹CHH‹kPH‰¬$È1öH‰„$ÀH‰D$8H‰”$¸H‹l$8H9îH‰T$XH‹H‰t$@H‰\$PHƒû„#H‹;H‰¼$€H‹CH‰„$ˆH9È…ÅH‰<$H‰D$L‰D$H‰L$èL‹„$0H‹t$@H‹T$XH‹Œ$8¶\$ €û„…H‹l$PH·]fƒûÎL‰„$H‰Œ$˜1ÛH‰œ$ÐH‰œ$ØH‰œ$àH‰œ$èHœ$ÐHƒû„ƒHDŽ$¨HDŽ$°H‰œ$ HH‰$Hœ$H‰\$HÇD$èH‹L$H‹D$ H‹œ$ H‰L$pH‰H‰D$x€=…úH‰CHH‰$H‹\$PH‰\$Hƒ|$„ÉHƒD$HÇD$èH‹L$H‹D$ H‹œ$ HƒÃH‰L$pH‰H‰D$x€=urH‰CHH‰$HÇD$$H‹œ$ H‰\$H‹œ$¨H‰\$H‹œ$°H‰\$ èH‹L$(H‹D$0HDŽ$@H‰Œ$HH‰„$PHÄ ÃLCL‰$H‰D$èé{ÿÿÿ‰%é+ÿÿÿLCL‰$H‰D$èéóþÿÿ‰évþÿÿH‹œ$(H‹k0H‹\$PH¿[H9ëŽ]L‰„$H‰Œ$˜H‹œ$(H‹k0H‰l$H1ÛH‰œ$ðH‰œ$øH‰œ$H‰œ$H‰œ$H‰œ$Hœ$ðHƒû„ñHDŽ$¨HDŽ$°H‰œ$ HH‰$Hœ$H‰\$HÇD$èH‹L$H‹D$ H‹œ$ H‰L$pH‰H‰D$x€=…hH‰CHH‰$H‹\$PH‰\$Hƒ|$„7HƒD$HÇD$èH‹L$H‹D$ H‹œ$ HƒÃH‰L$pH‰H‰D$x€=…ÜH‰CHH‰$H\$HH‰\$HÇD$èH‹L$H‹D$ H‹œ$ HƒÃ H‰L$pH‰H‰D$x€=urH‰CHH‰$HÇD$2H‹œ$ H‰\$H‹œ$¨H‰\$H‹œ$°H‰\$ èH‹L$(H‹D$0HDŽ$@H‰Œ$HH‰„$PHÄ ÃLCL‰$H‰D$èé{ÿÿÿLCL‰$H‰D$èéÿÿÿ‰%é½þÿÿLCL‰$H‰D$èé…þÿÿ‰éþÿÿH‹\$PH‰œ$@1ÛH‰œ$HH‰œ$PHÄ ÃHƒÂHÿÆH‹l$8H9îŒêúÿÿL‰„$H‰Œ$˜1ÛH‰\$`H‰\$hH\$`Hƒû„÷HDŽ$¨HDŽ$°H‰œ$ HH‰$Hœ$H‰\$HÇD$èH‹L$H‹D$ H‹œ$ H‰L$pH‰H‰D$x€=urH‰CHH‰$HÇD$H‹œ$ H‰\$H‹œ$¨H‰\$H‹œ$°H‰\$ èH‹L$(H‹D$0HDŽ$@H‰Œ$HH‰„$PHÄ ÃLCL‰$H‰D$èé{ÿÿÿ‰éÿÿÿ‰éÖùÿÿ‰ézùÿÿèéùÿÿÌÌÌÌÌÌÌÌÌÌB
¾ runtime.eqstringŒtype.stringÊruntime.convT2E”(runtime.writeBarrier¸type.int16”runtime.convT2Eæ(runtime.writeBarrier‚	`go.string."symbol %s: invalid section number %d"ô	fmt.Errorfô
.runtime.writebarrierptrº.runtime.writebarrierptr¨type.stringæruntime.convT2E°(runtime.writeBarrierÔtype.int16°runtime.convT2E‚(runtime.writeBarrier¦type.intÞruntime.convT2E°(runtime.writeBarrierÌ|go.string."symbol %s: section number %d is larger than max %d"¾fmt.Errorf¾.runtime.writebarrierptrì.runtime.writebarrierptr².runtime.writebarrierptrætype.string¤runtime.convT2Eî(runtime.writeBarrierŠ<go.string."no %s symbol found"üfmt.Errorfü.runtime.writebarrierptrº0runtime.morestack_noctxt`À:"".autotmp_0301"type.interface {}"".autotmp_0300ÿ(type.[1]interface {}"".autotmp_0297&type.[]interface {}"".autotmp_0296"type.interface {}"".autotmp_0295"type.interface {}"".autotmp_0294"type.interface {}"".autotmp_0293_(type.[3]interface {}"".autotmp_0290&type.[]interface {}"".autotmp_0289"type.interface {}"".autotmp_0288ß"type.interface {}"".autotmp_0287Ÿ(type.[2]interface {}"".autotmp_0284ÿ&type.[]interface {}"".autotmp_0283¿type.string"".autotmp_0281,type.**debug/pe.Symbol"".autotmp_0280Ïtype.int"".autotmp_0279¿type.int"".autotmp_0278type.error"".autotmp_0277type.string"".autotmp_0276type.error"".autotmp_0275¯type.int"".autotmp_0274type.string"".autotmp_0273type.int"".autotmp_0271Ÿtype.string"".autotmp_0270Ï.type.[]*debug/pe.Symbol"".sŸ*type.*debug/pe.Symbol"".~r3@type.error"".~r20*type.*debug/pe.Symbol"".nametype.string"".f&type.*debug/pe.FileH"À‰¿Àä¿À~¿ÀŸ¿À,¿ð
>¸DXoÎÝ'©HÞÆep@#ÖeÇ@:¹l@3Tgclocals·7683dc763ccb39eb220507b3c5dab6a0Tgclocals·8376184a35b42f559e2be73735d61564L$GOROOT/src/cmd/internal/objfile/pe.goþ"".loadPETable€€dH‹%HD$¨H;A†[HìØ1ÛH‰œ$H‰œ$H‰œ$1ÛH‰œ$ H‰œ$(H‹œ$àH‰$H‹œ$èH‰\$H‹œ$ðH‰\$èH‹\$H‰\$8H‹D$ H‹L$(H‰L$PH‰D$HHƒøt21ÛH‰œ$H‰œ$H‰œ$H‰„$ H‰Œ$(HÄØÃH‹œ$àH‰$H‹œ$øH‰\$H‹œ$H‰\$èH‹t$8H‹L$H‹D$ H‹T$(H‰T$PH‰D$HHƒøt21ÛH‰œ$H‰œ$H‰œ$H‰„$ H‰”$(HÄØÃH·^H‰L$@H·if9ë„æH‹œ$èH‰\$xH‹œ$ðH‰œ$€H‹œ$øH‰\$hH‹œ$H‰\$p1ÛH‰œ$¸H‰œ$ÀH‰œ$ÈH‰œ$ÐHœ$¸Hƒû„tHDŽ$¨HDŽ$°H‰œ$ HH‰$H\$xH‰\$HÇD$èH‹L$H‹D$ H‹œ$ H‰L$XH‰H‰D$`€=…îH‰CHH‰$H\$hH‰\$HÇD$èH‹L$H‹D$ H‹œ$ HƒÃH‰L$XH‰H‰D$`€=…€H‰CHH‰$HÇD$-H‹œ$ H‰\$H‹œ$¨H‰\$H‹œ$°H‰\$ èH‹L$(H‹D$01ÛH‰œ$H‰œ$H‰œ$H‰Œ$ H‰„$(HÄØÃLCL‰$H‰D$èémÿÿÿLCL‰$H‰D$èéÿþÿÿ‰é…þÿÿH·^HÿËH‰ØH‹œ$àHƒû„H‹S(H‹K0H‹k8H‰¬$˜H‰”$ˆH¿èH‰Œ$H9̓ÌHêH‹+H‰,$èH‹t$H‹\$H‹T$H‹D$ H‹L$(Hƒøt21ÛH‰œ$H‰œ$H‰œ$H‰„$ H‰Œ$(HÄØÃH‹\$8‹KH‹\$@‹k‹ÙI‰ÐH9ÕwJH9ëwEH)ÝI)ØI‰ñIƒøtML‰Œ$H‰¬$L‰„$1ÛH‰œ$ H‰œ$(HÄØÃèè‰éõþÿÿèéƒûÿÿÌÌÌ"
ä"".findPESymbolæ"".findPESymbolætype.stringžruntime.convT2Eè(runtime.writeBarrierŒ	type.stringÄ	runtime.convT2E–
(runtime.writeBarrierº
rgo.string."%s and %s symbols must be in the same section"¬fmt.ErrorfÈ.runtime.writebarrierptrö.runtime.writebarrierptrÊ0debug/pe.(*Section).Data¾$runtime.panicsliceÌ$runtime.panicindexè0runtime.morestack_noctxt °"".autotmp_0313"type.interface {}"".autotmp_0312ÿ"type.interface {}"".autotmp_0311?(type.[2]interface {}"".autotmp_0308o&type.[]interface {}"".autotmp_0303ßtype.string"".autotmp_0302¿type.string"".esym¯*type.*debug/pe.Symbol"".errŸtype.error"".ssym¿*type.*debug/pe.Symbol"".~r4€type.error"".~r3Ptype.[]uint8"".ename0type.string"".snametype.string"".f&type.*debug/pe.FileV°¬¯°€¯°È¯°ã¯°c¯°¯
€	FØKD2D2æU"2k	
,qœÇNº"Tgclocals·fdc8982e978440e97a80ca353a20f2f7Tgclocals·7e4652854c1e387f07b11ee5a9c7e230L$GOROOT/src/cmd/internal/objfile/pe.goþ&"".(*peFile).goarchààdH‹%H;a†ËHƒì@1ÛH‰\$PH‰\$XH‹\$HH‹+H‰,$HH‰\$HÇD$èH‹D$ H‹\$(H‰\$8H‰D$0HƒøuHH‰\$PHÇD$XHƒÄ@ÃH‹\$HH‹+H‰,$HH‰\$HÇD$èH‹D$ H‹\$(HƒøuHH‰\$PHÇD$XHƒÄ@Ã1ÛH‰\$PH‰\$XHƒÄ@ÃèéÿÿÿÌÌÌÌÌÌÌÌ
d8go.string."_rt0_386_windows"Š"".findPESymbolÌgo.string."386"˜<go.string."_rt0_amd64_windows"¾"".findPESymbolì"go.string."amd64"¾0runtime.morestack_noctxt0€"".errtype.error"".~r0type.string"".ftype.*"".peFile$€e€O€ð €#@6D¬Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·23e8278e2b69a3a75fa59b23c49ed6adL$GOROOT/src/cmd/internal/objfile/pe.goþ"".openPlan9ààdH‹%H;a†‹Hƒì`1ÛH‰\$pH‰\$x1ÛH‰œ$€H‰œ$ˆH‹\$hH‰\$8H‹1íH9è„H‹L$8H‰D$PH‰$H‰L$XH‰L$èH‹\$H‰\$(H‹D$H‹L$ H‰L$HH‰D$@Hƒøt!1ÛH‰\$pH‰\$xH‰„$€H‰Œ$ˆHƒÄ`ÃHH‰$èH‹D$H‰D$0Hƒø„ŽH‹l$(€=ukH‰(H‰D$0H‹1íH9èt&H‹\$0H‰\$xH‰D$p1ÛH‰œ$€H‰œ$ˆHƒÄ`ÃHH‰$HH‰\$HH‰\$èH‹D$ë«H‰$H‰l$èH‹D$0냉ékÿÿÿHH‰$HH‰\$HH‰\$èH‹D$é³þÿÿèéXþÿÿÌÌÌÌÌÌÌÌ"
„8go.itab.*os.File.io.ReaderAtÔ,debug/plan9obj.NewFileì"type."".plan9Fileþ"runtime.newobject¼(runtime.writeBarrierà@go.itab.*"".plan9File."".rawFileÈ$type.*"".plan9FileÞtype."".rawFileö@go.itab.*"".plan9File."".rawFileŠ runtime.typ2Itab´.runtime.writebarrierptrÞtype.*os.Fileô type.io.ReaderAtŒ8go.itab.*os.File.io.ReaderAt  runtime.typ2Itab¾0runtime.morestack_noctxtPÀ"".autotmp_0320type.*uint8"".autotmp_0319_$type.*"".plan9File"".autotmp_0317$type.*"".plan9File"".autotmp_0316Otype.*os.File"".err?type.error"".fo2type.*debug/plan9obj.File"".~r20type.error"".~r1type."".rawFile"".rtype.*os.File,À›¿Àm¿À}¿° <5R!¹2iU†K!Tgclocals·9f4747e6338c5bdd4db417363b8a0d83Tgclocals·e74d231870ac50ce4d84d17e03402fcaX$GOROOT/src/cmd/internal/objfile/plan9obj.goþ."".(*plan9File).symbolsÀÀdH‹%H„$èþÿÿH;A†ïHì˜1ÛH‰œ$¨H‰œ$°H‰œ$¸1ÛH‰œ$ÀH‰œ$ÈH‹œ$ H‹+H‰,$èH‹T$H‹t$H‹l$H‹D$ H‹L$(H‰L$hH‰D$`Hƒøt21ÛH‰œ$¨H‰œ$°H‰œ$¸H‰„$ÀH‰Œ$ÈHĘÃ1ÛH‰œ$èH‰œ$ðH‰œ$øH‰”$ˆH‰´$H‰¬$˜H‰¬$à1ÉH‰´$ØH‰t$HH‰”$ÐH‰ÐH‹l$HH9鍴H‰ÃH‰D$XHƒø„ÒH‹8‹@H‹sH‹kH‰L$PH‰¼$@H‰¼$ ‰„$HH‰´$PH‰´$0H‰¬$XH‰¬$8HH‰$H‹H‰\$‰„$(‰D$èH‹\$¶+@€ý…³H‹D$XH‹L$PHƒÀ HÿÁH‹l$HH9éŒLÿÿÿH‹œ$èH‰œ$¸H‹œ$ðH‰œ$ÀH‹œ$øH‰œ$ÈHH‰$HH‰\$HH‰\$Hœ$¸H‰\$HÇD$ èH\$(H‹H‰$H‹KH‰L$è1ÛH‰\$pH‰\$xH‰œ$€H‹”$ˆH‹„$H‹œ$˜H‰œ$à1ÉH‰„$ØH‰D$HH‰”$ÐH‰ÐH‹l$HH9鍴H‰D$XHƒø„šH‹8‹pH‹PH‹hH‰L$PH‰¼$@H‰¼$‰´$H‰´$H‰”$PH‰”$H‰¬$XH‰¬$HH‰$H‹H‰\$‹œ$‰\$èH‹\$¶+@€ýucH‹D$XH‹L$PHƒÀ HÿÁH‹l$HH9éŒLÿÿÿH‹\$pH‰œ$¨H‹\$xH‰œ$°H‹œ$€H‰œ$¸1ÛH‰œ$ÀH‰œ$ÈHĘÃ1ÛH‰œ$`H‰œ$hH‰œ$pH‰œ$x‰œ$€H‰œ$ˆH‰œ$H‹œ$H‰œ$pHœ$H¬$`H‹H‰MH‹KH‰M‹„$‰„$€H‹Œ$ðH„$ H-H‰(H¬$èH‰hH¬$H‰hH‰$H‰D$èH‹D$H‹Œ$ðH9ȍàH‹œ$èL‹„$ðL9ÀƒÀHÃH‹H‹¬$H)ëH‰œ$xH‹L$pH‹D$xH‹”$€H‰ÃHÿÃH9Ów9H‰\$xH‰ËH‰ÅHkí8HëH¬$`H‰\$H‰l$H-H‰,$èéHþÿÿH-H‰,$H‰L$H‰D$H‰T$H‰\$ èH‹L$(H‹D$0H‹T$8H‰ÃHÿÃH‰\$xH‰”$€H‰L$pé|ÿÿÿèéNÿÿÿ‰é_ýÿÿH‹œ$ H‰\$@H‹Œ$èH‹„$ðH‹”$øH‰ÃHÿÃH9ÓwH‰œ$ðHÁH‹l$@H‰+éüÿÿH-H‰,$H‰L$H‰D$H‰T$H‰\$ èH‹L$(H‹D$0H‹T$8H‰ÃHÿÃH‰œ$ðH‰”$øH‰Œ$è뜉é'ûÿÿèéìùÿÿÌÌÌÌÌÌÌÌÌÌÌÌ.
¼<debug/plan9obj.(*File).Symbolsü&type.map[int32]bool’"".validSymType¼2runtime.mapaccess1_fast32Œtype."".uint64s¢&type.sort.InterfaceºBgo.itab."".uint64s.sort.Interfaceúruntime.convT2I®	sort.Sort´&type.map[int32]boolÊ"".validSymTypeô2runtime.mapaccess1_fast32ð:"".(*plan9File).symbols.func1Âsort.Searchätype."".Symö(runtime.typedmemmoveŽtype.[]"".SymÈ"runtime.growsliceª$runtime.panicindexætype.[]uint64 "runtime.growslice–0runtime.morestack_noctxt`°2"".autotmp_0340.type.debug/plan9obj.Sym"".autotmp_03390type.*debug/plan9obj.Sym"".autotmp_0338type.int"".autotmp_0337type.int"".autotmp_0336¯type.uint64"".autotmp_0335¯.type.debug/plan9obj.Sym"".autotmp_0334ÿ0type.*debug/plan9obj.Sym"".autotmp_0333Ÿtype.int"".autotmp_0332type.int"".autotmp_0331type.int"".autotmp_0330ï‚type.struct { F uintptr; addrs *[]uint64; s *debug/plan9obj.Sym }"".autotmp_0328type.bool"".autotmp_03272type.[]debug/plan9obj.Sym"".autotmp_0326¿type."".uint64s"".autotmp_03242type.[]debug/plan9obj.Sym"".symotype."".Sym"".s¯.type.debug/plan9obj.Sym"".symsÏtype.[]"".Sym"".sï.type.debug/plan9obj.Sym"".addrsßtype.[]uint64"".errïtype.error"".plan9SymsŸ2type.[]debug/plan9obj.Sym"".~r1@type.error"".~r0type.[]"".Sym"".f$type.*"".plan9File0"°š¯°ñ¯°Û¯ |LN22
¤9ˆ¨5DvE3QPDS4]ÀŸý§š)1{QTgclocals·0891322d74bce84167dc36b8cf8be0b6Tgclocals·eb0a94671a248617d5e82fd53208db10X$GOROOT/src/cmd/internal/objfile/plan9obj.goþ("".(*plan9File).pcln€
€
dH‹%H;a†HƒìpH‹D$x1Û1Û1Û1ÛH‰œ$¸H‰œ$À1ÛH‰œ$ H‰œ$¨H‰œ$°1ÛH‰œ$ˆH‰œ$H‰œ$˜H‹(H‹]L‹I‹h HëH‰œ$€H‹(H‰,$HH‰\$HÇD$HH‰\$HÇD$ èH‹\$(H‰œ$ H‹\$0H‰œ$¨H‹\$8H‰œ$°H‹D$@H‹\$HH‰œ$ÀH‰„$¸Hƒø„Í1ÛH‰\$PH‰\$XH‹\$xH‹+H‰,$HH‰\$HÇD$HH‰\$HÇD$ èH‹\$(H‰œ$ H‹\$0H‰œ$¨H‹\$8H‰œ$°H‹D$@H‹\$HH‰\$XH‰D$PHƒøtEHDŽ$€1ÛH‰œ$ˆH‰œ$H‰œ$˜1ÛH‰œ$ H‰œ$¨H‰œ$°HƒÄpÃH‹\$xH‹+H‰,$HH‰\$HÇD$HH‰\$HÇD$ èH‹\$(H‰œ$ˆH‹\$0H‰œ$H‹\$8H‰œ$˜H‹D$@H‹\$HH‰œ$ÀH‰„$¸Hƒø„Ã1ÛH‰\$`H‰\$hH‹\$xH‹+H‰,$HH‰\$HÇD$HH‰\$HÇD$ èH‹\$(H‰œ$ˆH‹\$0H‰œ$H‹\$8H‰œ$˜H‹D$@H‹\$HHƒøtEHDŽ$€1ÛH‰œ$ˆH‰œ$H‰œ$˜1ÛH‰œ$ H‰œ$¨H‰œ$°HƒÄpÃ1ÛH‰œ$¸H‰œ$ÀHƒÄpÃèéÇüÿÿÌÌÌÌÌÌÌ
–6go.string."runtime.pclntab"À8go.string."runtime.epclntab"æ""".loadPlan9Tableº&go.string."pclntab"ä(go.string."epclntab"Š""".loadPlan9Table¼4go.string."runtime.symtab"æ6go.string."runtime.esymtab"Œ""".loadPlan9Tableà	$go.string."symtab"Š
&go.string."esymtab"°
""".loadPlan9Tableà0runtime.morestack_noctxt à"".err2type.error"".err2?type.error"".err€type.error"".pclntabPtype.[]uint8"".symtab type.[]uint8"".textStarttype.uint64"".f$type.*"".plan9File.à·ßàÈßàßÀ8h|E†rE! ²’Á’©Tgclocals·5fb98141ed5fbaf033cd8ca2a8a5a59dTgclocals·c588ae64e245198bf6630b10be79df86X$GOROOT/src/cmd/internal/objfile/plan9obj.goþ("".(*plan9File).textààdH‹%H;a†Hƒì81Û1Û1ÛH‰\$hH‰\$p1ÛH‰\$PH‰\$XH‰\$`H‹\$@H‹+H‰,$HH‰\$HÇD$èH‹L$@H‹D$1íH9èu]HH‰$HÇD$1ÛH‰\$H‰\$H‰\$ èH‹L$(H‹D$0HÇD$H1ÛH‰\$PH‰\$XH‰\$`H‰L$hH‰D$pHƒÄ8ÃH‹)H‹]L‹I‹h HëH‰\$HH‰$èH‹\$H‰\$PH‹\$H‰\$XH‹\$H‰\$`H‹\$ H‰\$hH‹\$(H‰\$pHƒÄ8ÃèéÔþÿÿÌÌÌÌ
Ž go.string."text"´<debug/plan9obj.(*File).SectionäDgo.string."text section not found"ªfmt.ErrorfÎ<debug/plan9obj.(*Section).DataÆ0runtime.morestack_noctxtpp"".errPtype.error"".text type.[]uint8"".textStarttype.uint64"".f$type.*"".plan9Filep´opUo°$¸80];
Y×Tgclocals·a041240a37ce609efec56707c330d1a4Tgclocals·33cdeccccebe80329f1fdbee7f5874cbX$GOROOT/src/cmd/internal/objfile/plan9obj.goþ$"".findPlan9Symbol€€dH‹%H„$pÿÿÿH;A†VHì1ÛH‰œ$8H‰œ$@H‹œ$H‰$èH‹\$H‰œ$¨H‹\$H‰œ$°H‹\$H‰œ$¸H‹D$ H‹L$(H‰L$`H‰D$XHƒøt$HDŽ$0H‰„$8H‰Œ$@HÄÃHH‰$èH‹\$H‰\$PH‹¼$¨H‹„$°H‹œ$¸H‰œ$èE1ÀH‰„$àH‰D$8H‰¼$ØH‹l$8I9èH‰|$HHƒÿ„QH‹7‹WH‹OH‹GL‰D$@H‹\$PH‰´$ðH‰3‰”$ø‰SH‰„$H‰CH‰Œ$€=…âH‰KH‹\$PH‹KH‰Œ$ˆH‹CH‰„$H‹¬$(H9èucH‰$H‰D$H‹¬$ H‰l$H‹¬$(H‰l$èL‹D$@H‹|$H¶\$ €ût'H‹\$PH‰œ$01ÛH‰œ$8H‰œ$@HÄÃHƒÇ IÿÀH‹l$8I9èŒýþÿÿH‹œ$ H‰œ$˜H‹œ$(H‰œ$ 1ÛH‰\$xH‰œ$€H\$xHƒû„÷HDŽ$ÈHDŽ$ÐH‰œ$ÀHH‰$Hœ$˜H‰\$HÇD$èH‹L$H‹D$ H‹œ$ÀH‰L$hH‰H‰D$p€=urH‰CHH‰$HÇD$H‹œ$ÀH‰\$H‹œ$ÈH‰\$H‹œ$ÐH‰\$ èH‹L$(H‹D$0HDŽ$0H‰Œ$8H‰„$@HÄÃLCL‰$H‰D$èé{ÿÿÿ‰éÿÿÿLCL‰$H‰L$èL‹D$@H‹|$Héþÿÿ‰é¨ýÿÿèé…üÿÿÌÌÌÌÌ
‚<debug/plan9obj.(*File).SymbolsÚ.type.debug/plan9obj.Symì"runtime.newobject¸(runtime.writeBarrierò runtime.eqstringÜ	type.stringš
runtime.convT2Eä
(runtime.writeBarrier€<go.string."no %s symbol found"òfmt.Errorfò.runtime.writebarrierptr®
.runtime.writebarrierpträ
0runtime.morestack_noctxt` """.autotmp_0361Ï"type.interface {}"".autotmp_0360¯(type.[1]interface {}"".autotmp_0357Ÿ&type.[]interface {}"".autotmp_0356type.string"".autotmp_0355?.type.debug/plan9obj.Sym"".autotmp_03540type.*debug/plan9obj.Sym"".autotmp_0353¯type.int"".autotmp_0352Ÿtype.int"".autotmp_0350ïtype.string"".autotmp_0349o2type.[]debug/plan9obj.Sym
"".&sÿ0type.*debug/plan9obj.Sym"".errïtype.error"".symsÏ2type.[]debug/plan9obj.Sym"".~r3@type.error"".~r200type.*debug/plan9obj.Sym"".nametype.string"".f2type.*debug/plan9obj.File<" ‡Ÿ ÍŸ ²Ÿ FŸ€<Ì4G$Áf'¼	&@uƒÔl@*Tgclocals·cf64b0853b899fd5aa1ff21454e093c7Tgclocals·ca7fe5577341076b405a557f76e61a88X$GOROOT/src/cmd/internal/objfile/plan9obj.goþ""".loadPlan9Table€
€
dH‹%H;a†WHƒìP1ÛH‰œ$€H‰œ$ˆH‰œ$1ÛH‰œ$˜H‰œ$ H‹\$XH‰$H‹\$`H‰\$H‹\$hH‰\$èH‹\$H‰\$0H‹D$ H‹L$(H‰L$HH‰D$@Hƒøt/1ÛH‰œ$€H‰œ$ˆH‰œ$H‰„$˜H‰Œ$ HƒÄPÃH‹\$XH‰$H‹\$pH‰\$H‹\$xH‰\$èH‹\$H‰\$8H‹D$ H‹L$(H‰L$HH‰D$@Hƒøt/1ÛH‰œ$€H‰œ$ˆH‰œ$H‰„$˜H‰Œ$ HƒÄPÃH‹\$XH‰$HH‰\$HÇD$èH‹D$1íH9èu91ÛH‰œ$€H‰œ$ˆH‰œ$H‹\$@H‰œ$˜H‹\$HH‰œ$ HƒÄPÃH‰$èH‹|$XH‹t$H‹\$H‹T$H‹D$ H‹L$(Hƒøt/1ÛH‰œ$€H‰œ$ˆH‰œ$H‰„$˜H‰Œ$ HƒÄPÃH‹GH‹o HèH‹l$0H‹MH‹l$8H)ÁH‹mH)ÅI‰ÐH9ÕwGH9éwBH)ÍI)ÈI‰ñIƒøtM	L‰Œ$€H‰¬$ˆL‰„$1ÛH‰œ$˜H‰œ$ HƒÄPÃèèéŒýÿÿÌÌÌÌÌÌÌÌÌÌÌÌ
Â$"".findPlan9Symbol¬$"".findPlan9Symbolò go.string."text"˜<debug/plan9obj.(*File).Section´<debug/plan9obj.(*Section).DataÈ	$runtime.panicsliceÖ	0runtime.morestack_noctxt  "".esym/0type.*debug/plan9obj.Sym"".errtype.error"".ssym?0type.*debug/plan9obj.Sym"".~r4€type.error"".~r3Ptype.[]uint8"".ename0type.string"".snametype.string"".f2type.*debug/plan9obj.FileP  Ÿ tŸ gŸ [Ÿ qŸ Ÿ€DèC;/;/(9'/n#`uvNÊTgclocals·354e71b475cca929149c2d692625eb7bTgclocals·8dc8899ea835d41e86c8e395d0974026X$GOROOT/src/cmd/internal/objfile/plan9obj.goþ,"".(*plan9File).goarch€€1ÛH‹\$H‹‹+ýëuHH‰\$HÇD$ÁýGuHH‰\$HÇD$Áý—ŠuHH‰\$HÇD$Ã1ÛH‰\$H‰\$ÃÌÌÌÌÌÌÌÌÌÌÌÌÌ.go.string."386"jgo.string."arm"¦"go.string."amd64"0"".~r0type.string"".f$type.*"".plan9File€€(’
Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cbX$GOROOT/src/cmd/internal/objfile/plan9obj.goþ2"".(*Disasm).lookup.func1ÀÀdH‹%H;avBH‹rH‹ZHƒût0H‹+H‹CL‹CL‹D$I9ÀsMkÀ8LÅH‹]H9ó—D$Ãè‰ëÌèë¨ÌÌÌÌÌÌÌÌ
Ž$runtime.panicindex¤"runtime.morestack "".~r1type.bool"".itype.int``¬`
FTgclocals·23e8278e2b69a3a75fa59b23c49ed6adTgclocals·33cdeccccebe80329f1fdbee7f5874cbT$GOROOT/src/cmd/internal/objfile/disasm.goþ0"".(*Disasm).Print.func1 + +dH‹%H„$èþÿÿH;A†¦
Hì˜WÀ„$Є$àH‹JH‹BHZH‰œ$˜H‰Œ$€H‹Y8H‹¬$ H)ÝH‰l$`H‰D$xH‰„$H‹œ$°H‰$H‹œ$¸H‰\$èH‹\$H‰œ$H‹\$H‰œ$H‹œ$ÀH‰\$pH‹œ$ H‰\$hH‹H‰„$ˆ1íH9è„©	1ÛH‰œ$hH‰œ$pH‰œ$xH‰œ$€H‰œ$ˆH‰œ$Hœ$hHƒû„^	HDŽ$(HDŽ$0H‰œ$ HH‰$Hœ$H‰\$HÇD$èH‹L$H‹D$ H‹œ$ H‰Œ$H‰H‰„$€=…ÏH‰CHH‰$H\$pH‰\$HÇD$èH‹L$H‹D$ H‹œ$ HƒÃH‰Œ$H‰H‰„$€=…[H‰CHH‰$H\$hH‰\$HÇD$èH‹L$H‹D$ H‹œ$ HƒÃ H‰Œ$H‰H‰„$€=…çH‰CH‹Œ$H‹„$ˆH‰„$°H‰$H‰Œ$¸H‰L$HH‰\$HÇD$H‹œ$ H‰\$ H‹œ$(H‰\$(H‹œ$0H‰\$0èH‹œ$¨HƒãHƒûueH‹œ$€Hƒû„NH‹KHH‹CPHƒø…ÜH‰Œ$ðH‰$H‰„$øH‰D$H-H‰l$HÇD$è¶\$ €û„›H‹\$xH‰œ$L‹D$`H‹¬$¨H‹œ$˜IèH‹l$`L‹KM9ȇ]L9ŇTL‹I)èI)éIƒùtM*L‰„$XL‰Œ$`L‰”$PH‹H‰„$ˆ1íH9è„Õ1ÛH‰œ$àH‰œ$èHœ$àHƒû„ªHDŽ$(HDŽ$0H‰œ$ HH‰$Hœ$PH‰\$HÇD$èH‹L$H‹D$ H‹œ$ H‰Œ$H‰H‰„$€=…H‰CH‹Œ$H‹„$ˆH‰„$°H‰$H‰Œ$¸H‰L$HH‰\$HÇD$H‹œ$ H‰\$ H‹œ$(H‰\$(H‹œ$0H‰\$0èH‹\$xH‰œ$H‹œ$ÈH‰œ$H‹œ$ÐH‰œ$H‹H‰„$ˆ1íH9è„,1ÛH‰œ$ÀH‰œ$ÈHœ$ÀHƒû„HDŽ$(HDŽ$0H‰œ$ HH‰$Hœ$H‰\$HÇD$èH‹L$H‹D$ H‹œ$ H‰Œ$H‰H‰„$€=uvH‰CH‹Œ$H‹„$ˆH‰„$°H‰$H‰Œ$¸H‰L$HH‰\$HÇD$H‹œ$ H‰\$ H‹œ$(H‰\$(H‹œ$0H‰\$0èHĘÃLCL‰$H‰D$èéwÿÿÿ‰éøþÿÿHH‰$HH‰\$HH‰\$èH‹\$H‰œ$ˆéšþÿÿLCL‰$H‰D$èéÒýÿÿ‰éOýÿÿHH‰$HH‰\$HH‰\$èH‹\$H‰œ$ˆéñüÿÿèH‹œ$€Hƒû„GH‹KHH‰Œ$ðH‹CPH‰„$øHƒøu1H‰$H‰D$H-H‰l$HÇD$è¶\$ €û…üÿÿ1ÀH‹¬$¨H9胀ýÿÿH‰D$XHƒøvpH‹\$xH‰œ$H‹1íH9脉H‹Œ$H‰„$°H‰$H‰Œ$¸H‰L$HH‰\$HÇD$1ÛH‰\$ H‰\$(H‰\$0èH‹D$XH‹\$xH‰œ$H‹\$`HÃH‰ØH‹œ$˜L‹CL‹KL9À‡L‹I)ÀI)ÁIƒùtMH‹œ$€Hƒû„ÔH‹K`H‹khL‰”$8L‰T$L‰„$@L‰D$L‰Œ$HL‰L$H‰¬$¨H‰,$H‰Œ$ H‹YHÿӋ\$ ‰\$TH‹H‰„$ˆ1íH9è„/1ÛH‰œ$ÐH‰œ$ØHœ$ÐHƒû„HDŽ$(HDŽ$0H‰œ$ HH‰$H\$TH‰\$HÇD$èH‹L$H‹D$ H‹œ$ H‰Œ$H‰H‰„$€=u|H‰CH‹Œ$H‹„$ˆH‰„$°H‰$H‰Œ$¸H‰L$HH‰\$HÇD$H‹œ$ H‰\$ H‹œ$(H‰\$(H‹œ$0H‰\$0èH‹D$XHƒÀé¢ýÿÿLCL‰$H‰D$èéqÿÿÿ‰éõþÿÿHH‰$HH‰\$HH‰\$èH‹\$H‰œ$ˆé—þÿÿ‰é%þÿÿèHH‰$HH‰\$HH‰\$èH‹D$éEýÿÿ‰é²üÿÿ‰髸ÿÿLCL‰$H‰D$èéøÿÿLCL‰$H‰D$èé’÷ÿÿLCL‰$H‰D$èé÷ÿÿ‰é›öÿÿHH‰$HH‰\$HH‰\$èH‹\$H‰œ$ˆéöÿÿèé5õÿÿÌÌÌÌ̊
˜"".baseŽPgo.itab.*text/tabwriter.Writer.io.WriterŠtype.stringÈruntime.convT2Ež(runtime.writeBarrierÂtype.intúruntime.convT2EØ(runtime.writeBarrierütype.uint64´runtime.convT2E’	(runtime.writeBarrierˆ
4go.string."\t%s:%d\t%#x\t"ü
fmt.Fprintf¨go.string."386"Î runtime.eqstringÎPgo.itab.*text/tabwriter.Writer.io.WriterŠtype.[]uint8Èruntime.convT2Ež(runtime.writeBarrier”go.string."%x"ˆfmt.FprintfðPgo.itab.*text/tabwriter.Writer.io.Writer¬type.stringêruntime.convT2EÀ(runtime.writeBarrier®$go.string."\t%s\n"¢fmt.FprintfÖ.runtime.writebarrierptrü6type.*text/tabwriter.Writer’type.io.WriterªPgo.itab.*text/tabwriter.Writer.io.Writer¾ runtime.typ2Itab†.runtime.writebarrierptr¬6type.*text/tabwriter.WriterÂtype.io.WriterÚPgo.itab.*text/tabwriter.Writer.io.Writerî runtime.typ2Itabœ$runtime.panicslice "go.string."amd64"Æ runtime.eqstringÆPgo.itab.*text/tabwriter.Writer.io.Writer¬go.string." "ôfmt.FprintfÀ!Ú!Pgo.itab.*text/tabwriter.Writer.io.Writer–#type.uint32Î#runtime.convT2E¤$(runtime.writeBarrier’% go.string."%08x"†&fmt.FprintfÆ&.runtime.writebarrierptrì&6type.*text/tabwriter.Writer‚'type.io.Writerš'Pgo.itab.*text/tabwriter.Writer.io.Writer®' runtime.typ2Itabê'$runtime.panicsliceü'6type.*text/tabwriter.Writer’(type.io.Writerª(Pgo.itab.*text/tabwriter.Writer.io.Writer¾( runtime.typ2Itab’).runtime.writebarrierptrÀ).runtime.writebarrierptrî).runtime.writebarrierptr”*6type.*text/tabwriter.Writerª*type.io.WriterÂ*Pgo.itab.*text/tabwriter.Writer.io.WriterÖ* runtime.typ2Itab„+"runtime.morestackp°^"".autotmp_0410"type.interface {}"".autotmp_0409¯(type.[1]interface {}"".autotmp_0407*type.*[1]interface {}"".autotmp_0406&type.[]interface {}"".autotmp_0405type.*uint8"".autotmp_0404"type.interface {}"".autotmp_0403(type.[1]interface {}"".autotmp_0401*type.*[1]interface {}"".autotmp_0400&type.[]interface {}"".autotmp_0399type.*uint8"".autotmp_0398type.*uint8"".autotmp_0397"type.interface {}"".autotmp_0396ï(type.[1]interface {}"".autotmp_0393&type.[]interface {}"".autotmp_0392type.*uint8"".autotmp_0391type.string"".autotmp_0390Ïtype.string"".autotmp_0389"type.interface {}"".autotmp_0388"type.interface {}"".autotmp_0387¯"type.interface {}"".autotmp_0386_(type.[3]interface {}"".autotmp_0383ï&type.[]interface {}"".autotmp_0382Ÿtype.*uint8"".autotmp_0381type.string"".autotmp_03806type.*text/tabwriter.Writer"".autotmp_0379type.uint64"".autotmp_0378‡type.uint32"".autotmp_0377¿type.[]uint8"".autotmp_0376type.uint64"".autotmp_03756type.*text/tabwriter.Writer"".autotmp_03746type.*text/tabwriter.Writer"".autotmp_0373type.[]uint8"".autotmp_03716type.*text/tabwriter.Writer"".autotmp_0370ßtype.uint64"".autotmp_0369Ïtype.int"".autotmp_0368type.string"".autotmp_03676type.*text/tabwriter.Writer"".&codeÿtype.*[]uint8
"".tw¿6type.*text/tabwriter.Writer"".d¯type.*"".Disasm"".jÿtype.uint64"".iïtype.uint64"".textPtype.string"".line@type.int"".file type.string"".sizetype.uint64
"".pctype.uint64""°ú¯°¤	¯Ð^–IÝwÍX_a
pÄf2
†v‹ØÚiý
 ±œ4$4U¾†œ 4**b&Tgclocals·807f70a1e101d0600afa01c33235671aTgclocals·25be8c8458d6c2fae01846e4ed4d2104T$GOROOT/src/cmd/internal/objfile/disasm.goþ6"".(*Disasm).("".lookup)-fmààdH‹%H;avLHƒì(1Û1ÛH‰\$8H‰\$@H‹ZH‰$H‹\$0H‰\$èH‹\$H‰\$8H‹\$H‰\$@H‹\$ H‰\$HHƒÄ(ÃèëžÌÌÌÌÌÌÌÌÌÌÌÌÌÌ
h&"".(*Disasm).lookup¸"runtime.morestack@P
"".r10type.uint64
"".r0type.string
"".a0type.uint64PGOpÔp
3=Tgclocals·a8eabfc4a4514ed6b3b0c61e9680e440Tgclocals·33cdeccccebe80329f1fdbee7f5874cbT$GOROOT/src/cmd/internal/objfile/disasm.goþ:"".(*machoFile).symbols.func1  dH‹%H;av8H‹ZH‹RH‹H‹CH‹kH‹l$H9ÅsHéH‹H‹jH9ë—D$Ãèèë²ÌÌ
‚$runtime.panicindex"runtime.morestack "".~r1type.bool"".xtype.intPPlP
@Tgclocals·23e8278e2b69a3a75fa59b23c49ed6adTgclocals·33cdeccccebe80329f1fdbee7f5874cbR$GOROOT/src/cmd/internal/objfile/macho.goþ4"".(*peFile).symbols.func1€€dH‹%H;aveH‹rH‹jH‹ZL‹H‹MH‹EL‹EH‰ÍM‰ÈI9Ás8MkÀ8LÅH‹]H‹H‹FL‹FL‹D$I9ÀsJ,ÁH‹mH9ë’D$Ãèèèë…ÌÌÌÌÌ
Î$runtime.panicindexÜ$runtime.panicindexê"runtime.morestack "".~r1type.bool"".xtype.int€€
€
fTgclocals·23e8278e2b69a3a75fa59b23c49ed6adTgclocals·33cdeccccebe80329f1fdbee7f5874cbL$GOROOT/src/cmd/internal/objfile/pe.goþ:"".(*plan9File).symbols.func1  dH‹%H;av7H‹ZH‹RH‹H‹CH‹kH‹l$H9ÅsHéH‹H‹*H9ë—D$Ãèèë³ÌÌÌ
€$runtime.panicindexŽ"runtime.morestack "".~r1type.bool"".xtype.intPP|P
?Tgclocals·23e8278e2b69a3a75fa59b23c49ed6adTgclocals·33cdeccccebe80329f1fdbee7f5874cbX$GOROOT/src/cmd/internal/objfile/plan9obj.goþ"".init€€dH‹%H;a†ÜHƒìh¶€ût¶€ûuHƒÄhÃèÆèèèèèèèèèèèèèèèèHH‰$HÇD$HÇD$HÇD$èH‹\$ €=…H‰HH‰\$XHÇD$`HH‰\$@HH‰$H‹H‰\$H\$XH‰\$H\$@H‰\$èHH‰\$XHÇD$`HH‰\$@HH‰$H‹H‰\$H\$XH‰\$H\$@H‰\$èHH‰\$XHÇD$`HH‰\$@HH‰$H‹H‰\$H\$XH‰\$H\$@H‰\$èHH‰$HÇD$HÇD$HÇD$èH‹\$ €=…µH‰HH‰\$XHÇD$`HH‰$HH‰\$HH‰\$HH‰\$HÇD$ èH‹\$(H‰\$HH‹\$0H‰\$PHH‰$H‹H‰\$H\$XH‰\$H\$HH‰\$èHH‰\$XHÇD$`HH‰$HH‰\$HH‰\$HH‰\$HÇD$ èH‹\$(H‰\$HH‹\$0H‰\$PHH‰$H‹H‰\$H\$XH‰\$H\$HH‰\$èHH‰\$XHÇD$`HH‰$HH‰\$HH‰\$HH‰\$HÇD$ èH‹\$(H‰\$HH‹\$0H‰\$PHH‰$H‹H‰\$H\$XH‰\$H\$HH‰\$èHH‰\$XHÇD$`HH‰$HH‰\$HH‰\$HH‰\$HÇD$ èH‹\$(H‰\$HH‹\$0H‰\$PHH‰$H‹H‰\$H\$XH‰\$H\$HH‰\$èHH‰\$XHÇD$`HH‰$HH‰\$HH‰\$HH‰\$HÇD$ èH‹\$(H‰\$HH‹\$0H‰\$PHH‰$H‹H‰\$H\$XH‰\$H\$HH‰\$èHH‰$HÇD$HÇD$HÇD$èH‹\$ €=upH‰1ÀHƒø}UHH‰$H‹H‰\$HHÃH‰\$HH‰D$8HÃH‰\$HƒD$èH‹D$8HÿÀHƒø|«ÆHƒÄhÃH-H‰,$H‰\$èë€H-H‰,$H‰\$èé8üÿÿH-H‰,$H‰\$èéçúÿÿèéúÿÿÌÌÌÌÌÌÌÔ
4"".initdone·L"".initdone·j"runtime.throwinitz"".initdone·†bufio.init debug/gosym.initš(encoding/binary.init¤fmt.init®io.init¸regexp.initÂstrings.initÌ&text/tabwriter.initÖncmd/internal/unvendor/golang.org/x/arch/arm/armasm.initàncmd/internal/unvendor/golang.org/x/arch/x86/x86asm.initêdebug/elf.initôos.initþ.cmd/internal/goobj.initˆ debug/macho.init’debug/pe.initœ&debug/plan9obj.initª:type.map[string]"".disasmFuncòruntime.makemapˆ(runtime.writeBarrier¤"".disasms²go.string."386"Ü "".disasm_386·fô:type.map[string]"".disasmFuncŠ"".disasmsÆ$runtime.mapassign1Ô"go.string."amd64"þ$"".disasm_amd64·f–:type.map[string]"".disasmFunc¬"".disasmsè$runtime.mapassign1ögo.string."arm"  "".disasm_arm·f¸:type.map[string]"".disasmFuncÎ"".disasmsŠ$runtime.mapassign1˜Rtype.map[string]encoding/binary.ByteOrderàruntime.makemapö(runtime.writeBarrier’"".byteOrders go.string."386"ÊBtype.encoding/binary.littleEndianà<type.encoding/binary.ByteOrderø|go.itab.encoding/binary.littleEndian.encoding/binary.ByteOrder	8encoding/binary.LittleEndian¶	runtime.convT2Iì	Rtype.map[string]encoding/binary.ByteOrder‚
"".byteOrders¾
$runtime.mapassign1Ì
"go.string."amd64"ö
Btype.encoding/binary.littleEndianŒ<type.encoding/binary.ByteOrder¤|go.itab.encoding/binary.littleEndian.encoding/binary.ByteOrder¼8encoding/binary.LittleEndianâruntime.convT2I˜Rtype.map[string]encoding/binary.ByteOrder®"".byteOrdersê$runtime.mapassign1øgo.string."arm"¢
Btype.encoding/binary.littleEndian¸
<type.encoding/binary.ByteOrderÐ
|go.itab.encoding/binary.littleEndian.encoding/binary.ByteOrderè
8encoding/binary.LittleEndianŽruntime.convT2IÄRtype.map[string]encoding/binary.ByteOrderÚ"".byteOrders–$runtime.mapassign1¤"go.string."ppc64"Î<type.encoding/binary.bigEndianä<type.encoding/binary.ByteOrderüvgo.itab.encoding/binary.bigEndian.encoding/binary.ByteOrder”2encoding/binary.BigEndianºruntime.convT2IðRtype.map[string]encoding/binary.ByteOrder†"".byteOrdersÂ$runtime.mapassign1Ð&go.string."ppc64le"úBtype.encoding/binary.littleEndian<type.encoding/binary.ByteOrder¨|go.itab.encoding/binary.littleEndian.encoding/binary.ByteOrderÀ8encoding/binary.LittleEndianæruntime.convT2IœRtype.map[string]encoding/binary.ByteOrder²"".byteOrdersî$runtime.mapassign1ü&type.map[int32]boolÄruntime.makemapÚ(runtime.writeBarrierî"".validSymTypeŒ&type.map[int32]bool¢"".validSymTypeº""".statictmp_0432Ú""".statictmp_0432Œ$runtime.mapassign1´"".initdone·Î"".validSymTypeê.runtime.writebarrierptrü"".byteOrders˜.runtime.writebarrierptr°"".disasmsÌ.runtime.writebarrierptrà0runtime.morestack_noctxtÐ
"".autotmp_0433_type.int"".autotmp_0431?<type.encoding/binary.ByteOrder"".autotmp_0430type.string"".autotmp_0429O$type."".disasmFunc"".autotmp_0428type.string,ÐÏÐï
ÏÐKÏ’éÀ4p¦’¼DQQQD	–––––¿@]øõÄ	µ&4îÍkDƒßTgclocals·f6bd6b3389b872033d462029172c8612Tgclocals·541c3032b9d09ed7754eaf873804d6cfX$GOROOT/src/cmd/internal/objfile/plan9obj.goT$GOROOT/src/cmd/internal/objfile/disasm.goþ(type..hash.[8]string  dH‹%H;avpHƒì(H‹L$81ÀHÇD$H‹l$H9è}DH‰D$ H‹\$0Hƒût>H‰ÅHÁåHëH‰$H‰L$8H‰L$èH‹L$H‹D$ HÿÀH‹l$H9è|¼H‰L$@HƒÄ(Éë¾èéwÿÿÿÌÌÌÌÌÌÌ
¬runtime.strhash€0runtime.morestack_noctxt0P
"".autotmp_0438type.int"".autotmp_0437type.int"".~r2 type.uintptr"".htype.uintptr"".ptype.*[8]stringPgOPO
U;Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cbT$GOROOT/src/cmd/internal/objfile/disasm.goþ$type..eq.[8]stringààdH‹%H;a†ÎHƒìX1ÀHÇD$(H‹l$(H9荒H‰D$0H‹\$`Hƒû„–H‰ÅHÁåHëH‹3H‹KH‹\$hHƒûtvH‰ÅHÁåHëH‹H‹CH9ÁuVH‰t$HH‰4$H‰L$PH‰L$H‰T$8H‰T$H‰D$@H‰D$è¶\$ €ût H‹D$0HÿÀH‹l$(H9èŒnÿÿÿÆD$pHƒÄXÃÆD$pHƒÄXÉ놉écÿÿÿèéÿÿÿÌÌÌÌÌ
¼ runtime.eqstringÄ0runtime.morestack_noctxt0°"".autotmp_0442?type.string"".autotmp_0441type.string"".autotmp_0440_type.int"".autotmp_0439Otype.int"".~r2 type.bool"".qtype.*[8]string"".ptype.*[8]string,°´¯°	¯°¯ððSTgclocals·3bb21ca8fe1d99a3e492463bd711418aTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440T$GOROOT/src/cmd/internal/objfile/disasm.goþNtype..hash.[8]encoding/binary.ByteOrder  dH‹%H;avpHƒì(H‹L$81ÀHÇD$H‹l$H9è}DH‰D$ H‹\$0Hƒût>H‰ÅHÁåHëH‰$H‰L$8H‰L$èH‹L$H‹D$ HÿÀH‹l$H9è|¼H‰L$@HƒÄ(Éë¾èéwÿÿÿÌÌÌÌÌÌÌ
¬"runtime.interhash€0runtime.morestack_noctxt0P
"".autotmp_0444type.int"".autotmp_0443type.int"".~r2 type.uintptr"".htype.uintptr"".pDtype.*[8]encoding/binary.ByteOrderPgOPO
U;Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cbT$GOROOT/src/cmd/internal/objfile/disasm.goþJtype..eq.[8]encoding/binary.ByteOrderààdH‹%H;a†ÎHƒìX1ÀHÇD$(H‹l$(H9荒H‰D$0H‹\$hHƒû„–H‰ÅHÁåHëH‹H‹sH‹\$`HƒûtvH‰ÅHÁåHëH‹H‹SH9ÈuVH‰D$8H‰$H‰T$@H‰T$H‰L$HH‰L$H‰t$PH‰t$è¶\$ €ût H‹D$0HÿÀH‹l$(H9èŒnÿÿÿÆD$pHƒÄXÃÆD$pHƒÄXÉ놉écÿÿÿèéÿÿÿÌÌÌÌÌ
¼runtime.ifaceeqÄ0runtime.morestack_noctxt0°"".autotmp_0448?<type.encoding/binary.ByteOrder"".autotmp_0447<type.encoding/binary.ByteOrder"".autotmp_0446_type.int"".autotmp_0445Otype.int"".~r2 type.bool"".qDtype.*[8]encoding/binary.ByteOrder"".pDtype.*[8]encoding/binary.ByteOrder,°´¯°	¯°¯ððSTgclocals·3bb21ca8fe1d99a3e492463bd711418aTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440T$GOROOT/src/cmd/internal/objfile/disasm.goþ"type..hash."".Sym  dH‹%H;a†¯Hƒì H‹\$(H‰$Hƒ<$„‹H‹\$0H‰\$èH‹D$H‹\$(H‰$Hƒ<$t^Hƒ$H‰D$0H‰D$HÇD$èH‹D$H‹\$(H‰$Hƒ<$t#Hƒ$(H‰D$0H‰D$èH‹\$H‰\$8HƒÄ É%ëԉ%뙉%éiÿÿÿèé4ÿÿÿÌÌÌÌ

lruntime.strhashÐruntime.memhash¢runtime.strhash†0runtime.morestack_noctxt0@"".~r2 type.uintptr"".htype.uintptr"".ptype.*"".Sym@Œ?@?ÐÐ5›Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cbT$GOROOT/src/cmd/internal/objfile/disasm.goþtype..eq."".SymÀÀdH‹%H;a†wHƒì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$è¶\$ €û„ìH‹\$PH‰$Hƒ<$„ÌHƒ$H‹\$XH‰\$Hƒ|$„¥HƒD$HÇD$è¶\$€ûu
ÆD$`HƒÄHÃH‹\$PHƒûtnH‹S(H‹C0H‹\$XHƒûtWH‹s(H‹K0H9Èu@H‰T$(H‰$H‰D$0H‰D$H‰t$8H‰t$H‰L$@H‰L$è¶\$ €ût
ÆD$`HƒÄHÃÆD$`HƒÄHÉ륉뎉%éOÿÿÿ‰%é(ÿÿÿÆD$`HƒÄHÉé¹þÿÿ‰éœþÿÿèélþÿÿÌÌÌÌÌÌÌÌÌÌÌÌ

è runtime.eqstringŠ runtime.memequalà runtime.eqstring–0runtime.morestack_noctxt0"".autotmp_0453type.string"".autotmp_0452type.string"".autotmp_0451?type.string"".autotmp_0450type.string"".~r2 type.bool"".qtype.*"".Sym"".ptype.*"".SymDÅj	)  s­Tgclocals·3bb21ca8fe1d99a3e492463bd711418aTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440T$GOROOT/src/cmd/internal/objfile/disasm.goþ""".rawFile.goarchààdH‹%H;avSHƒìH‹Y H…Ût
H|$ H9;uH‰#1ÛH‰\$0H‰\$8H‹\$(H‰$H‹\$ H‹[ ÿÓH‹L$H‹D$H‰L$0H‰D$8HƒÄÃèë—ÌÌÌÌÌÌÌ
ŽÆ0runtime.morestack_noctxt@0"".~r0 type.string""..thistype."".rawFile0N/pp
G)Tgclocals·0ebb2d1da58c1b4224bf5a7b370d7578Tgclocals·33cdeccccebe80329f1fdbee7f5874cb<autogenerated>þ"".rawFile.pcln  dH‹%H;a†åHƒìPH‹Y H…Ût
H|$XH9;uH‰#1Û1Û1Û1ÛH‰œ$ H‰œ$¨1ÛH‰œ$ˆH‰œ$H‰œ$˜1ÛH‰\$pH‰\$xH‰œ$€H‹\$`H‰$H‹\$XH‹[(ÿÓL‹T$L‹L$L‹D$H‹|$ H‹t$(H‹l$0H‹T$8H‹L$@H‹D$HL‰T$hL‰L$pL‰D$xH‰¼$€H‰´$ˆH‰¬$H‰”$˜H‰Œ$ H‰„$¨HƒÄPÃèéþþÿÿÌÌÌÌÌÌÌÌÌÌÌÌÌÌ
Šò0runtime.morestack_noctxt° 
"".errtype.error"".pclntab`type.[]uint8"".symtab0type.[]uint8"".textStart type.uint64""..thistype."".rawFile àŸ…‹Tgclocals·160cde0f2e0022fe0b49a4dffb5548b0Tgclocals·33cdeccccebe80329f1fdbee7f5874cb<autogenerated>þ$"".rawFile.symbolsààdH‹%H;a††Hƒì0H‹Y H…Ût
H|$8H9;uH‰#1Û1Û1ÛH‰\$`H‰\$h1ÛH‰\$HH‰\$PH‰\$XH‹\$@H‰$H‹\$8H‹[0ÿÓH‹t$H‹l$H‹T$H‹L$ H‹D$(H‰t$HH‰l$PH‰T$XH‰L$`H‰D$hHƒÄ0Ãèé]ÿÿÿÌÌÌÌÌÌÌÌÌÌÌÌÌ
À´0runtime.morestack_noctxtp`"".errPtype.error"".syms type.[]"".Sym""..thistype."".rawFile`_°°
`PTgclocals·b60dc0a6046c556b02baa766a3fd5a27Tgclocals·33cdeccccebe80329f1fdbee7f5874cb<autogenerated>þ"".rawFile.textààdH‹%H;a†Hƒì8H‹Y H…Ût
H|$@H9;uH‰#1Û1Û1ÛH‰\$pH‰\$x1ÛH‰\$XH‰\$`H‰\$hH‹\$HH‰$H‹\$@H‹[8ÿÓH‹|$H‹t$H‹l$H‹T$ H‹L$(H‹D$0H‰|$PH‰t$XH‰l$`H‰T$hH‰L$pH‰D$xHƒÄ8ÃèéSÿÿÿÌÌÌ
ÀÈ0runtime.morestack_noctxt€p"".err`type.error"".text0type.[]uint8"".textStart type.uint64""..thistype."".rawFilep‹o°
°
`PTgclocals·6d46c0650eba7dbebc0db316e0e0cf3bTgclocals·33cdeccccebe80329f1fdbee7f5874cb<autogenerated>þ$type..hash."".File  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.interhashŒ0runtime.morestack_noctxt0@"".~r2 type.uintptr"".htype.uintptr"".ptype.*"".File@_?@?
6ZTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cbT$GOROOT/src/cmd/internal/objfile/disasm.goþ type..eq."".FileÀÀdH‹%H;a†‚HƒìHH‹T$PH‹D$XH‹H‹(H9ët
ÆD$`HƒÄHÃH‹HH‹pH‹BH‹RH9Èu@H‰D$(H‰$H‰T$0H‰T$H‰L$8H‰L$H‰t$@H‰t$è¶\$ €ût
ÆD$`HƒÄHÃÆD$`HƒÄHÃèéaÿÿÿÌ
æruntime.ifaceeq¬0runtime.morestack_noctxt0
"".autotmp_0465?type."".rawFile"".autotmp_0464type."".rawFile"".~r2 type.bool"".qtype.*"".File"".ptype.*"".File*T	  
r.Tgclocals·3bb21ca8fe1d99a3e492463bd711418aTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440T$GOROOT/src/cmd/internal/objfile/disasm.goþ4type..hash.[2]interface {}  dH‹%H;avpHƒì(H‹L$81ÀHÇD$H‹l$H9è}DH‰D$ H‹\$0Hƒût>H‰ÅHÁåHëH‰$H‰L$8H‰L$èH‹L$H‹D$ HÿÀH‹l$H9è|¼H‰L$@HƒÄ(Éë¾èéwÿÿÿÌÌÌÌÌÌÌ
¬(runtime.nilinterhash€0runtime.morestack_noctxt0P
"".autotmp_0467type.int"".autotmp_0466type.int"".~r2 type.uintptr"".htype.uintptr"".p*type.*[2]interface {}PgOPO
U;Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cbT$GOROOT/src/cmd/internal/objfile/disasm.goþ0type..eq.[2]interface {}ààdH‹%H;a†ÎHƒìX1ÀHÇD$(H‹l$(H9荒H‰D$0H‹\$hHƒû„–H‰ÅHÁåHëH‹H‹sH‹\$`HƒûtvH‰ÅHÁåHëH‹H‹SH9ÈuVH‰D$8H‰$H‰T$@H‰T$H‰L$HH‰L$H‰t$PH‰t$è¶\$ €ût H‹D$0HÿÀH‹l$(H9èŒnÿÿÿÆD$pHƒÄXÃÆD$pHƒÄXÉ놉écÿÿÿèéÿÿÿÌÌÌÌÌ
¼runtime.efaceeqÄ0runtime.morestack_noctxt0°"".autotmp_0471?"type.interface {}"".autotmp_0470"type.interface {}"".autotmp_0469_type.int"".autotmp_0468Otype.int"".~r2 type.bool"".q*type.*[2]interface {}"".p*type.*[2]interface {},°´¯°	¯°¯ððSTgclocals·3bb21ca8fe1d99a3e492463bd711418aTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440T$GOROOT/src/cmd/internal/objfile/disasm.goþ."".(*textReader).ReadAt 	 	dH‹%HD$¸H;A†&HìÈH‹Y H…ÛtH¼$ÐH9;uH‰#1Û1ÛH‰œ$H‰œ$H‹œ$Ð1íH9ëuEHH‰$HÇD$HH‰\$HÇD$
HH‰\$ HÇD$(èH‹œ$ÐHƒû„…L‹#H‹SH‹{H‹KH‹´$ØL‹œ$àL‹”$èH‹„$ð1ÛH‰\$8H‰\$@HƒøŒ+H9È‚"H‰Œ$ÀH)ÈH9Âw0H‹H‹
1ÀH‰„$øH‰”$H‰Œ$HÄÈÃH‰ÕH‰”$°I‰øH‰¼$¸H9Ї¼H)ÅI)ÀM‰áL‰¤$¨IƒøtMH‰t$HL‰\$PL‰T$XL‰”$ˆL‰Œ$L‰ÊH‰¬$˜L‰„$ L‰D$pL‰œ$€L‰ØH‰l$hL9Ý}H‰èH‰D$0H‰t$xH‰4$H‰T$`H‰T$H‰D$èH‹T$8H‹L$@H‹D$0H‹t$PH9ðÿÿÿH‹H‹
éÿÿÿèH‹H‹
1Àééþÿÿ‰étþÿÿèé¸ýÿÿÌÌÌÌÌÌÌÌ
¼&go.string."objfile"ä,go.string."textReader"Ž$go.string."ReadAt"´"runtime.panicwrap¦io.EOF´io.EOFÎruntime.memmove–&io.ErrUnexpectedEOF¤&io.ErrUnexpectedEOF¸$runtime.panicsliceÊio.EOFØio.EOFþ0runtime.morestack_noctxt€ "".autotmp_0481type.int"".autotmp_0479type.int"".autotmp_0478Ïtype.[]uint8"".autotmp_0477Ÿtype.[]uint8"".autotmp_0476type.error"".autotmp_0474type.int"".autotmp_0473otype.[]uint8"".autotmp_0472¯type.int"".errŸtype.error"".dataÿtype.[]uint8"".r?$type."".textReader"".err`type.error"".nPtype.int"".off@type.int64"".datatype.[]uint8""..this&type.*"".textReader" þÐЙÍ55Tgclocals·99ef9ff0bd07d0e619cc0988c2dabb63Tgclocals·3f8a00baf9a714dfe750894a3b86ebac<autogenerated>þLtype..hash.[8]cmd/internal/goobj.SymID  dH‹%H;avpHƒì(H‹L$81ÀHÇD$H‹l$H9è}DH‰D$ H‹\$0Hƒût>H‰ÅHkíHëH‰$H‰L$8H‰L$èH‹L$H‹D$ HÿÀH‹l$H9è|¼H‰L$@HƒÄ(Éë¾èéwÿÿÿÌÌÌÌÌÌÌ
¬Ftype..hash.cmd/internal/goobj.SymID€0runtime.morestack_noctxt0P
"".autotmp_0483type.int"".autotmp_0482type.int"".~r2 type.uintptr"".htype.uintptr"".pBtype.*[8]cmd/internal/goobj.SymIDPgOPO
U;Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cbT$GOROOT/src/cmd/internal/objfile/disasm.goþHtype..eq.[8]cmd/internal/goobj.SymID€€dH‹%H;a†Hƒìh1ÀHÇD$(H‹l$(H9èËH‰D$0H‹L$pHƒù„æH‹\$xH‰ÅHkíHéHƒû„ÆH‰ÅHkíHëH‰L$@Hƒù„¦H‹1H‹IH‰\$8Hƒû„‰H‹H‹CH9ÁupH‰t$XH‰4$H‰L$`H‰L$H‰T$HH‰T$H‰D$PH‰D$è¶\$ €ût:H‹l$@H‹]L‹D$8I‹hH9ëu#H‹D$0HÿÀH‹l$(H9èŒ5ÿÿÿƄ$€HƒÄhÃƄ$€HƒÄhÉépÿÿÿ‰éSÿÿÿ‰é3ÿÿÿ‰éÿÿÿèéÅþÿÿÌÌÌÌÌ
€ runtime.eqstringä0runtime.morestack_noctxt0Ð"".autotmp_0489?type.string"".autotmp_0488type.string"".autotmp_0487_<type.*cmd/internal/goobj.SymID"".autotmp_0486O<type.*cmd/internal/goobj.SymID"".autotmp_0485type.int"".autotmp_0484otype.int"".~r2 type.bool"".qBtype.*[8]cmd/internal/goobj.SymID"".pBtype.*[8]cmd/internal/goobj.SymID,ÐðÏÐÏÐÏÀÀ¿Tgclocals·51af24152615272c3d9efc8538f95767Tgclocals·34eab47d33fa46b254c22cdccfd2dc77T$GOROOT/src/cmd/internal/objfile/disasm.goþ""".(*uint64s).LenààdH‹%H;a†Hƒì0H‹Y H…Ût
H|$8H9;uH‰#H‹\$81íH9ëuEHH‰$HÇD$HH‰\$HÇD$HH‰\$ HÇD$(èH‹\$8HƒûtH‹+H‹CH‹kH‰D$@HƒÄ0ÉëçèéTÿÿÿÌÌÌÌ
x&go.string."objfile" &go.string."uint64s"Êgo.string."Len"ð"runtime.panicwrapÆ0runtime.morestack_noctxt `"".~r0type.int""..this type.*"".uint64s`†_`_°°
w9Tgclocals·3f5c1f818fa7055d0400cecd34057162Tgclocals·33cdeccccebe80329f1fdbee7f5874cb<autogenerated>þ$"".(*uint64s).Swap€€dH‹%H;a†áHƒì0H‹Y H…Ût
H|$8H9;uH‰#H‹\$81íH9ëuEHH‰$HÇD$HH‰\$HÇD$HH‰\$ HÇD$(èH‹\$8HƒûtgH‹H‹CH‹kH‹t$@H‹T$HH9ÆsFHñH‹;H9Æs3HñH9Âs#H,ÑL‹EL‰H9ÂsHÑH‰;HƒÄ0Ãèèèè‰ë•èéÿÿÿÌÌ
x&go.string."objfile" &go.string."uint64s"Ê go.string."Swap"ð"runtime.panicwrapª$runtime.panicindex¸$runtime.panicindexÆ$runtime.panicindexÔ$runtime.panicindexê0runtime.morestack_noctxt0`"".j type.int"".itype.int""..this type.*"".uint64s`¼_` _€€w‰Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cb<autogenerated>þ$"".(*uint64s).LessààdH‹%H;a†ÅHƒì0H‹Y H…Ût
H|$8H9;uH‰#H‹\$81íH9ëuEHH‰$HÇD$HH‰\$HÇD$HH‰\$ HÇD$(èH‹\$8HƒûtKH‹H‹CH‹kH‹t$@H‹T$HH9Æs*HñH‹H9ÂsH,ÑH‹mH9ë’D$PHƒÄ0Ãèè‰ë±èéÿÿÿÌÌÌÌÌÌÌÌÌÌÌÌÌÌ
x&go.string."objfile" &go.string."uint64s"Ê go.string."Less"ð"runtime.panicwrapŽ$runtime.panicindexœ$runtime.panicindex²0runtime.morestack_noctxt@`"".~r20type.bool"".j type.int"".itype.int""..this type.*"".uint64s`®_`_ðð
wyTgclocals·2fccd208efe70893f9ac8d682812ae72Tgclocals·33cdeccccebe80329f1fdbee7f5874cb<autogenerated>þ4type..hash.[1]interface {}  dH‹%H;avpHƒì(H‹L$81ÀHÇD$H‹l$H9è}DH‰D$ H‹\$0Hƒût>H‰ÅHÁåHëH‰$H‰L$8H‰L$èH‹L$H‹D$ HÿÀH‹l$H9è|¼H‰L$@HƒÄ(Éë¾èéwÿÿÿÌÌÌÌÌÌÌ
¬(runtime.nilinterhash€0runtime.morestack_noctxt0P
"".autotmp_0494type.int"".autotmp_0493type.int"".~r2 type.uintptr"".htype.uintptr"".p*type.*[1]interface {}PgOPO
U;Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cbT$GOROOT/src/cmd/internal/objfile/disasm.goþ0type..eq.[1]interface {}ààdH‹%H;a†ÎHƒìX1ÀHÇD$(H‹l$(H9荒H‰D$0H‹\$hHƒû„–H‰ÅHÁåHëH‹H‹sH‹\$`HƒûtvH‰ÅHÁåHëH‹H‹SH9ÈuVH‰D$8H‰$H‰T$@H‰T$H‰L$HH‰L$H‰t$PH‰t$è¶\$ €ût H‹D$0HÿÀH‹l$(H9èŒnÿÿÿÆD$pHƒÄXÃÆD$pHƒÄXÉ놉écÿÿÿèéÿÿÿÌÌÌÌÌ
¼runtime.efaceeqÄ0runtime.morestack_noctxt0°"".autotmp_0498?"type.interface {}"".autotmp_0497"type.interface {}"".autotmp_0496_type.int"".autotmp_0495Otype.int"".~r2 type.bool"".q*type.*[1]interface {}"".p*type.*[1]interface {},°´¯°	¯°¯ððSTgclocals·3bb21ca8fe1d99a3e492463bd711418aTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440T$GOROOT/src/cmd/internal/objfile/disasm.goþ""".(*byAddr).Less€€dH‹%H;a†ÕHƒì0H‹Y H…Ût
H|$8H9;uH‰#H‹\$81íH9ëuEHH‰$HÇD$HH‰\$HÇD$HH‰\$ HÇD$(èH‹\$8Hƒût[H‹H‹CH‹kL‹D$@H‹T$HH‰ÍI9Às7MkÀ8LÅH‹]I‰ÈI‰ÑH9ÂsMkÉ8MÈI‹hH9ë’D$PHƒÄ0Ãèè‰ë¡èéÿÿÿÌÌÌÌÌÌÌÌÌÌÌÌÌÌ
x&go.string."objfile" $go.string."byAddr"Ê go.string."Less"ð"runtime.panicwrap®$runtime.panicindex¼$runtime.panicindexÒ0runtime.morestack_noctxt@`"".~r20type.bool"".j type.int"".itype.int""..thistype.*"".byAddr`¾_`_€€w‰Tgclocals·2fccd208efe70893f9ac8d682812ae72Tgclocals·33cdeccccebe80329f1fdbee7f5874cb<autogenerated>þ "".(*byAddr).LenààdH‹%H;a†Hƒì0H‹Y H…Ût
H|$8H9;uH‰#H‹\$81íH9ëuEHH‰$HÇD$HH‰\$HÇD$HH‰\$ HÇD$(èH‹\$8HƒûtH‹+H‹CH‹kH‰D$@HƒÄ0ÉëçèéTÿÿÿÌÌÌÌ
x&go.string."objfile" $go.string."byAddr"Êgo.string."Len"ð"runtime.panicwrapÆ0runtime.morestack_noctxt `"".~r0type.int""..thistype.*"".byAddr`†_`_°°
w9Tgclocals·3f5c1f818fa7055d0400cecd34057162Tgclocals·33cdeccccebe80329f1fdbee7f5874cb<autogenerated>þ""".(*byAddr).SwapÀÀdH‹%HD$øH;A†±HìˆH‹Y H…ÛtH¼$H9;uH‰#H‹œ$1íH9ëuEHH‰$HÇD$HH‰\$HÇD$HH‰\$ HÇD$(èH‹œ$Hƒû„$H‹H‹KH‹kH‰l$HH‹„$˜H‹´$ H‰ÓH‰ÅH9ȃîHkí8HëH‹+H‰l$PH‹kH‰l$XH‹kH‰l$`H‹kH‰l$h‹k ‰l$pH‹k(H‰l$xH‹k0H‰¬$€H‰ÓH‰õH‰t$0H9΃Hkí8HëH‰ÕH‰T$8I‰ÀH‰L$@H9ÈsjMkÀ8LÅH‰l$H‰\$HH‰$èH‹\$8H‹l$0L‹D$@L9Ås.Hkí8HëHl$PH‰\$H‰l$H-H‰,$èHĈÃèèèè‰éÕþÿÿèé-þÿÿÌÌÌÌÌÌÌÌÌÌÌÌÌ
”&go.string."objfile"¼$go.string."byAddr"æ go.string."Swap"Œ"runtime.panicwrap®type."".SymÀ(runtime.typedmemmove¢type."".Sym´(runtime.typedmemmoveÎ$runtime.panicindexÜ$runtime.panicindexê$runtime.panicindexø$runtime.panicindex”0runtime.morestack_noctxt0"".autotmp_0501otype."".Sym"".j¯type.int"".xŸtype."".byAddr"".j type.int"".itype.int""..thistype.*"".byAddr †#àà…Ú:GTgclocals·41a13ac73c712c01973b8fe23f62d694Tgclocals·4441e99d0f92a96b8cd7f39bee719947<autogenerated>þ4type..hash.[3]interface {}  dH‹%H;avpHƒì(H‹L$81ÀHÇD$H‹l$H9è}DH‰D$ H‹\$0Hƒût>H‰ÅHÁåHëH‰$H‰L$8H‰L$èH‹L$H‹D$ HÿÀH‹l$H9è|¼H‰L$@HƒÄ(Éë¾èéwÿÿÿÌÌÌÌÌÌÌ
¬(runtime.nilinterhash€0runtime.morestack_noctxt0P
"".autotmp_0503type.int"".autotmp_0502type.int"".~r2 type.uintptr"".htype.uintptr"".p*type.*[3]interface {}PgOPO
U;Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cbT$GOROOT/src/cmd/internal/objfile/disasm.goþ0type..eq.[3]interface {}ààdH‹%H;a†ÎHƒìX1ÀHÇD$(H‹l$(H9荒H‰D$0H‹\$hHƒû„–H‰ÅHÁåHëH‹H‹sH‹\$`HƒûtvH‰ÅHÁåHëH‹H‹SH9ÈuVH‰D$8H‰$H‰T$@H‰T$H‰L$HH‰L$H‰t$PH‰t$è¶\$ €ût H‹D$0HÿÀH‹l$(H9èŒnÿÿÿÆD$pHƒÄXÃÆD$pHƒÄXÉ놉écÿÿÿèéÿÿÿÌÌÌÌÌ
¼runtime.efaceeqÄ0runtime.morestack_noctxt0°"".autotmp_0507?"type.interface {}"".autotmp_0506"type.interface {}"".autotmp_0505_type.int"".autotmp_0504Otype.int"".~r2 type.bool"".q*type.*[3]interface {}"".p*type.*[3]interface {},°´¯°	¯°¯ððSTgclocals·3bb21ca8fe1d99a3e492463bd711418aTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440T$GOROOT/src/cmd/internal/objfile/disasm.goþJtype..hash.struct { a int32; b bool }ÀÀdH‹%H;avDHƒì H‹\$(H‰$Hƒ<$t'H‹\$0H‰\$HÇD$èH‹\$H‰\$8HƒÄ É%ëÐèë¦ÌÌÌÌÌÌ
nruntime.memhash¨0runtime.morestack_noctxt0@"".~r2 type.uintptr"".htype.uintptr"".p@type.*struct { a int32; b bool }@6?@	?
``
6*Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cbT$GOROOT/src/cmd/internal/objfile/disasm.goþFtype..eq.struct { a int32; b bool }€€H‹L$H‹D$‹‹(9ëtÆD$öY¶h@8ëtÆD$ÃÆD$ÃÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌ0"".~r2 type.bool"".q@type.*struct { a int32; b bool }"".p@type.*struct { a int32; b bool }@@@Tgclocals·3bb21ca8fe1d99a3e492463bd711418aTgclocals·33cdeccccebe80329f1fdbee7f5874cbT$GOROOT/src/cmd/internal/objfile/disasm.goþPtype..hash.[6]struct { a int32; b bool }€€dH‹%H;avjHƒì(H‹L$81ÀHÇD$H‹l$H9è}>H‰D$ H‹\$0Hƒût8HÃH‰$H‰L$8H‰L$èH‹L$H‹D$ HÿÀH‹l$H9è|ÂH‰L$@HƒÄ(ÉëÄèë€
 Jtype..hash.struct { a int32; b bool }ô0runtime.morestack_noctxt0P
"".autotmp_0509type.int"".autotmp_0508type.int"".~r2 type.uintptr"".htype.uintptr"".pFtype.*[6]struct { a int32; b bool }PaOPO€€
O1Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cbT$GOROOT/src/cmd/internal/objfile/disasm.goþLtype..eq.[6]struct { a int32; b bool }ààL‹L$H‹|$1ÀHÇÆH9ð}7IƒùtAIÁH‰ÚHƒÿt0HÇH‰ً‹)9ëu¶Z¶i@8ëuHÿÀH9ð|ÉÆD$ÃÆD$ÉëÌA‰ëºÌÌÌÌÌÌÌÌÌÌÌÌ0"".~r2 type.bool"".qFtype.*[6]struct { a int32; b bool }"".pFtype.*[6]struct { a int32; b bool }pppTgclocals·3bb21ca8fe1d99a3e492463bd711418aTgclocals·33cdeccccebe80329f1fdbee7f5874cbT$GOROOT/src/cmd/internal/objfile/disasm.goþPgo.string.hdr."unsupported architecture"  Hgo.string."unsupported architecture"þHgo.string."unsupported architecture"@2unsupported architectureþ*go.string.hdr."etext"  "go.string."etext"þ"go.string."etext"etextþ(go.string.hdr."text"   go.string."text"þ go.string."text"
textþ*go.string.hdr."_text"  "go.string."_text"þ"go.string."_text"_textþ,go.string.hdr."_etext"  $go.string."_etext"þ$go.string."_etext"_etextþ8go.string.hdr."runtime.text"  0go.string."runtime.text"þ0go.string."runtime.text" runtime.textþ:go.string.hdr."runtime.etext"  
2go.string."runtime.etext"þ2go.string."runtime.etext" runtime.etextþTgclocals·ac9d35fddd5fb0e6e8d8acb0db2228e2  &€€!!!“þTgclocals·ab311aff4e03ba7bda4bd8f1a5de05b4˜˜þTgclocals·aa532b3eef70a978b4f36c2acf8a8ea7  þTgclocals·3260b5c802f633fd6252c227878dd72a  þ"go.string.hdr."/"  go.string."/"þgo.string."/"/þ$go.string.hdr."\\"  go.string."\\"þgo.string."\\"\þTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·2fccd208efe70893f9ac8d682812ae72þ>>go.itab.*bufio.Writer.io.Writerþ$go.string.hdr."\n"  go.string."\n"þgo.string."\n"
þ@go.string.hdr."TEXT %s(SB) %s\n"  8go.string."TEXT %s(SB) %s\n"þ8go.string."TEXT %s(SB) %s\n"  TEXT %s(SB) %s
þTgclocals·29394d483fef7570a0ea111ac7a30f3bÐÐ5€à€äàà
àà€à€à
€àààþTgclocals·547e1ef7fbdf33367d57e753dd1f0b47ppþTgclocals·b73198273678f7fe54c980a64d77f23888@BAEþTgclocals·aa2bb9f7165bbb779bc633f79a02d52488					þTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·e37779a160dbb10ca9ef216f91678f21þTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·e37779a160dbb10ca9ef216f91678f21þ"go.string.hdr."?"  go.string."?"þgo.string."?"?þTgclocals·6fabe17ec10731af62307e5c0b23339fþTgclocals·758d03b6c31fc8fac5e0d1fec706f6cd	þTgclocals·a064c3f70b9f68636723afa1d70c14e5  	þTgclocals·4bfb19ec28add3735ce6bb8ae94069a5  þ>Bgo.itab."".textReader.io.ReaderAtþTgclocals·135883f958a32f2fe7e812bb428f4566((üþTgclocals·accaf8948e97c011220650876ffe44c7((þ>8go.itab.*os.File.io.ReaderAtþ><go.itab.*"".elfFile."".rawFileþTgclocals·e74d231870ac50ce4d84d17e03402fca00þTgclocals·9f4747e6338c5bdd4db417363b8a0d8300þTgclocals·252ce373c08a04a8bede9e24a9cf9968@@"	þTgclocals·adb3347b296419e60da36d67f8b7ce43((þ*go.string.hdr.".text"  "go.string.".text"þ"go.string.".text".textþ2go.string.hdr.".gosymtab"  	*go.string.".gosymtab"þ*go.string.".gosymtab" .gosymtabþ4go.string.hdr.".gopclntab"  
,go.string.".gopclntab"þ,go.string.".gopclntab" .gopclntabþTgclocals·f6bd6b3389b872033d462029172c8612þTgclocals·7d912edc1d1ee8c45b2e79ae1e574a1a00
%!þLgo.string.hdr."text section not found"  Dgo.string."text section not found"þDgo.string."text section not found"0.text section not foundþTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·a041240a37ce609efec56707c330d1a4þ&go.string.hdr."386"  go.string."386"þgo.string."386"386þ*go.string.hdr."amd64"  "go.string."amd64"þ"go.string."amd64"amd64þ&go.string.hdr."arm"  go.string."arm"þgo.string."arm"armþ*go.string.hdr."ppc64"  "go.string."ppc64"þ"go.string."ppc64"ppc64þTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2þ><go.itab.*os.File.io.ReadSeekerþ>@go.itab.*"".goobjFile."".rawFileþ(go.string.hdr."\"\""   go.string."\"\""þ go.string."\"\""""þTgclocals·e74d231870ac50ce4d84d17e03402fca00þTgclocals·9f4747e6338c5bdd4db417363b8a0d8300þ,go.string.hdr."%s<%d>"  $go.string."%s<%d>"þ$go.string."%s<%d>"%s<%d>þTgclocals·341b909b97472a89efab32cbd0761e34((	äàþTgclocals·9d98bbb373475f3af6381201d6212574((þTgclocals·9ad372ee8353a8500fffa70326ca4242¸¸K’$I3’$I’$I1’$I=’$I’$IþTgclocals·0eb8895aada11c3eccf0d9ced3582bb1HHþhgo.string.hdr."pcln not available in go object file"  $`go.string."pcln not available in go object file"þ`go.string."pcln not available in go object file"PJpcln not available in go object fileþTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·4d8870d794128007eafd160e912f2b3d
þhgo.string.hdr."text not available in go object file"  $`go.string."text not available in go object file"þ`go.string."text not available in go object file"PJtext not available in go object fileþTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·a041240a37ce609efec56707c330d1a4þtgo.string.hdr."GOARCH unimplemented for debug/goobj files"  *lgo.string."GOARCH unimplemented for debug/goobj files"þlgo.string."GOARCH unimplemented for debug/goobj files"`VGOARCH unimplemented for debug/goobj filesþTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2þ>@go.itab.*"".machoFile."".rawFileþTgclocals·e74d231870ac50ce4d84d17e03402fca00þTgclocals·9f4747e6338c5bdd4db417363b8a0d8300þ>Bgo.itab."".uint64s.sort.InterfaceþHgo.string.hdr."missing symbol table"  @go.string."missing symbol table"þ@go.string."missing symbol table"0*missing symbol tableþ,go.string.hdr."__DATA"  $go.string."__DATA"þ$go.string."__DATA"__DATAþ,go.string.hdr."__TEXT"  $go.string."__TEXT"þ$go.string."__TEXT"__TEXTþ"go.string.hdr." "  go.string." "þgo.string." " þ8go.string.hdr."__DATA __bss"  0go.string."__DATA __bss"þ0go.string."__DATA __bss" __DATA __bssþ:go.string.hdr."__TEXT __text"  
2go.string."__TEXT __text"þ2go.string."__TEXT __text" __TEXT __textþBgo.string.hdr."__DATA __noptrbss"  :go.string."__DATA __noptrbss"þ:go.string."__DATA __noptrbss"0$__DATA __noptrbssþTgclocals·dbb6cb857427a3ed7c3b8391e23572bfÀÀ) H„HH„H„H„H„H„HþTgclocals·e373b088184ae244ae41c5de99515421hhþ,go.string.hdr."__text"  $go.string."__text"þ$go.string."__text"__textþ4go.string.hdr."__gosymtab"  
,go.string."__gosymtab"þ,go.string."__gosymtab" __gosymtabþ6go.string.hdr."__gopclntab"  .go.string."__gopclntab"þ.go.string."__gopclntab" __gopclntabþTgclocals·f6bd6b3389b872033d462029172c8612þTgclocals·7d912edc1d1ee8c45b2e79ae1e574a1a00
%!þTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·a041240a37ce609efec56707c330d1a4þTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2þTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·2fccd208efe70893f9ac8d682812ae72þTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·89fe65749ce0afc971c0982226501ff0þTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·6432f8c6a0d23fa7bee6c5d96f21a92aþbgo.string.hdr."open %s: unrecognized object file"  !Zgo.string."open %s: unrecognized object file"þZgo.string."open %s: unrecognized object file"PDopen %s: unrecognized object fileþTgclocals·2ec74d00799b2ec29b62d70396d6c832HH¸8þTgclocals·fb63e74b6f2618e7c5d9866e2c2934f2HHþTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2þ>@go.itab."".byAddr.sort.InterfaceþTgclocals·30db2b3246502392fea275c4053e6363  
þTgclocals·7c639281594b5ca3b5c2bcc331d3ab8c  þTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·6432f8c6a0d23fa7bee6c5d96f21a92aþTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·2fccd208efe70893f9ac8d682812ae72þTgclocals·07dc5d817c183220b79c5477ebd5d7ba  !þTgclocals·3260b5c802f633fd6252c227878dd72a  þTgclocals·870e393aafeefa0925d17608037f81b1(( !þTgclocals·55cc6ee7528f0b48e5a6d9bfba36524a((þTgclocals·23e8278e2b69a3a75fa59b23c49ed6adþTgclocals·a041240a37ce609efec56707c330d1a4þTgclocals·23e8278e2b69a3a75fa59b23c49ed6adþTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2þ>:go.itab.*"".peFile."".rawFileþLgo.string.hdr."unrecognized PE format"  Dgo.string."unrecognized PE format"þDgo.string."unrecognized PE format"0.unrecognized PE formatþTgclocals·e08f79c6e60140bf514861845262430788	þTgclocals·7841b33a5958c757ecc1f0a9a136488888þlgo.string.hdr."invalid section number in symbol table"  &dgo.string."invalid section number in symbol table"þdgo.string."invalid section number in symbol table"PNinvalid section number in symbol tableþTgclocals·b1f5784a056793daa01ff1a210acfc2eHH€€	€@	€‚€8þTgclocals·0eb8895aada11c3eccf0d9ced3582bb1HHþZgo.string.hdr."pe file format not recognized"  Rgo.string."pe file format not recognized"þRgo.string."pe file format not recognized"@<pe file format not recognizedþ>go.string.hdr."runtime.pclntab"  6go.string."runtime.pclntab"þ6go.string."runtime.pclntab"  runtime.pclntabþ@go.string.hdr."runtime.epclntab"  8go.string."runtime.epclntab"þ8go.string."runtime.epclntab"0"runtime.epclntabþ.go.string.hdr."pclntab"  &go.string."pclntab"þ&go.string."pclntab"pclntabþ0go.string.hdr."epclntab"  (go.string."epclntab"þ(go.string."epclntab" epclntabþ<go.string.hdr."runtime.symtab"  4go.string."runtime.symtab"þ4go.string."runtime.symtab" runtime.symtabþ>go.string.hdr."runtime.esymtab"  6go.string."runtime.esymtab"þ6go.string."runtime.esymtab"  runtime.esymtabþ,go.string.hdr."symtab"  $go.string."symtab"þ$go.string."symtab"symtabþ.go.string.hdr."esymtab"  &go.string."esymtab"þ&go.string."esymtab"esymtabþTgclocals·5a4e488090896db4725219374a46e7a188ÀþTgclocals·b33ef8d17e3fc36d15834392a7df0a5d88
!!þTgclocals·2c78d3ad9d760b5f66e2e47be684c787  þTgclocals·b767a85ad52475ddbcff98293d22a77d  þhgo.string.hdr."symbol %s: invalid section number %d"  $`go.string."symbol %s: invalid section number %d"þ`go.string."symbol %s: invalid section number %d"PJsymbol %s: invalid section number %dþ„go.string.hdr."symbol %s: section number %d is larger than max %d"  2|go.string."symbol %s: section number %d is larger than max %d"þ|go.string."symbol %s: section number %d is larger than max %d"pfsymbol %s: section number %d is larger than max %dþDgo.string.hdr."no %s symbol found"  <go.string."no %s symbol found"þ<go.string."no %s symbol found"0&no %s symbol foundþTgclocals·8376184a35b42f559e2be73735d61564``
ðððþTgclocals·7683dc763ccb39eb220507b3c5dab6a0``
þzgo.string.hdr."%s and %s symbols must be in the same section"  -rgo.string."%s and %s symbols must be in the same section"þrgo.string."%s and %s symbols must be in the same section"`\%s and %s symbols must be in the same sectionþTgclocals·7e4652854c1e387f07b11ee5a9c7e23088@!@þTgclocals·fdc8982e978440e97a80ca353a20f2f788
þ@go.string.hdr."_rt0_386_windows"  8go.string."_rt0_386_windows"þ8go.string."_rt0_386_windows"0"_rt0_386_windowsþDgo.string.hdr."_rt0_amd64_windows"  <go.string."_rt0_amd64_windows"þ<go.string."_rt0_amd64_windows"0&_rt0_amd64_windowsþTgclocals·23e8278e2b69a3a75fa59b23c49ed6adþTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2þ>@go.itab.*"".plan9File."".rawFileþTgclocals·e74d231870ac50ce4d84d17e03402fca00þTgclocals·9f4747e6338c5bdd4db417363b8a0d8300þTgclocals·eb0a94671a248617d5e82fd53208db10(AA@	„	„B„„BþTgclocals·0891322d74bce84167dc36b8cf8be0b6PPþTgclocals·c588ae64e245198bf6630b10be79df8600þTgclocals·5fb98141ed5fbaf033cd8ca2a8a5a59d00
!!þTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·a041240a37ce609efec56707c330d1a4þTgclocals·ca7fe5577341076b405a557f76e61a8888ÀþTgclocals·cf64b0853b899fd5aa1ff21454e093c788þTgclocals·8dc8899ea835d41e86c8e395d097402600þTgclocals·354e71b475cca929149c2d692625eb7b00
þTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2þTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·23e8278e2b69a3a75fa59b23c49ed6adþ>Pgo.itab.*text/tabwriter.Writer.io.Writerþ<go.string.hdr."\t%s:%d\t%#x\t"  4go.string."\t%s:%d\t%#x\t"þ4go.string."\t%s:%d\t%#x\t" 	%s:%d	%#x	þ$go.string.hdr."%x"  go.string."%x"þgo.string."%x"%xþ(go.string.hdr."%08x"   go.string."%08x"þ go.string."%08x"
%08xþ,go.string.hdr."\t%s\n"  $go.string."\t%s\n"þ$go.string."\t%s\n"
	%s
þTgclocals·25be8c8458d6c2fae01846e4ed4d2104€€$xxx(ÀxÀxÀxÀx ÀxÀ	xÈ
x ÈxÈxÀ~(À~ÀþTgclocals·807f70a1e101d0600afa01c33235671aˆˆ$$$$$$$$$$$$$$$þTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440þTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·23e8278e2b69a3a75fa59b23c49ed6adþTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·23e8278e2b69a3a75fa59b23c49ed6adþTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·23e8278e2b69a3a75fa59b23c49ed6adþ>|go.itab.encoding/binary.littleEndian.encoding/binary.ByteOrderþ>vgo.itab.encoding/binary.bigEndian.encoding/binary.ByteOrderþ.go.string.hdr."ppc64le"  &go.string."ppc64le"þ&go.string."ppc64le"ppc64leþTgclocals·541c3032b9d09ed7754eaf873804d6cf00	þTgclocals·f6bd6b3389b872033d462029172c8612þ<"".disasms:type.map[string]"".disasmFuncþ<"".byteOrdersRtype.map[string]encoding/binary.ByteOrderþ<"".openers0Rtype.[]func(*os.File) ("".rawFile, error)0""".statictmp_0427þ<"".validSymType&type.map[int32]boolþ""".statictmp_0133ptype."".SymH?þ<""".statictmp_0427PTtype.[5]func(*os.File) ("".rawFile, error)P
"".openElf·f"".openGoobj·f "".openMacho·f0"".openPE·f@"".openPlan9·fþ>"".initdone·type.uint8þ""".statictmp_0432`Dtype.[6]struct { a int32; b bool }ZTtDdBbþ("".(*File).Disasm·f""".(*File).Disasmþ,"".(*Disasm).lookup·f&"".(*Disasm).lookupþ"".base·f"".baseþ*"".(*Disasm).Print·f$"".(*Disasm).Printþ,"".(*Disasm).Decode·f&"".(*Disasm).Decodeþ "".disasm_386·f"".disasm_386þ$"".disasm_amd64·f"".disasm_amd64þ "".disasm_x86·f"".disasm_x86þ."".textReader.ReadAt·f("".textReader.ReadAtþ "".disasm_arm·f"".disasm_armþ"".openElf·f"".openElfþ0"".(*elfFile).symbols·f*"".(*elfFile).symbolsþ*"".(*elfFile).pcln·f$"".(*elfFile).pclnþ*"".(*elfFile).text·f$"".(*elfFile).textþ."".(*elfFile).goarch·f("".(*elfFile).goarchþ"".openGoobj·f"".openGoobjþ"".goobjName·f"".goobjNameþ4"".(*goobjFile).symbols·f."".(*goobjFile).symbolsþ."".(*goobjFile).pcln·f("".(*goobjFile).pclnþ."".(*goobjFile).text·f("".(*goobjFile).textþ2"".(*goobjFile).goarch·f,"".(*goobjFile).goarchþ"".openMacho·f"".openMachoþ4"".(*machoFile).symbols·f."".(*machoFile).symbolsþ."".(*machoFile).pcln·f("".(*machoFile).pclnþ."".(*machoFile).text·f("".(*machoFile).textþ2"".(*machoFile).goarch·f,"".(*machoFile).goarchþ""".uint64s.Len·f"".uint64s.Lenþ$"".uint64s.Swap·f"".uint64s.Swapþ$"".uint64s.Less·f"".uint64s.Lessþ"".Open·f"".Openþ&"".(*File).Close·f "".(*File).Closeþ*"".(*File).Symbols·f$"".(*File).Symbolsþ""".byAddr.Less·f"".byAddr.Lessþ "".byAddr.Len·f"".byAddr.Lenþ""".byAddr.Swap·f"".byAddr.Swapþ2"".(*File).PCLineTable·f,"".(*File).PCLineTableþ$"".(*File).Text·f"".(*File).Textþ("".(*File).GOARCH·f""".(*File).GOARCHþ"".openPE·f"".openPEþ."".(*peFile).symbols·f("".(*peFile).symbolsþ("".(*peFile).pcln·f""".(*peFile).pclnþ("".(*peFile).text·f""".(*peFile).textþ$"".findPESymbol·f"".findPESymbolþ""".loadPETable·f"".loadPETableþ,"".(*peFile).goarch·f&"".(*peFile).goarchþ"".openPlan9·f"".openPlan9þ4"".(*plan9File).symbols·f."".(*plan9File).symbolsþ."".(*plan9File).pcln·f("".(*plan9File).pclnþ."".(*plan9File).text·f("".(*plan9File).textþ*"".findPlan9Symbol·f$"".findPlan9Symbolþ("".loadPlan9Table·f""".loadPlan9Tableþ2"".(*plan9File).goarch·f,"".(*plan9File).goarchþ8"".(*Disasm).lookup.func1·f2"".(*Disasm).lookup.func1þ6"".(*Disasm).Print.func1·f0"".(*Disasm).Print.func1þ@"".(*machoFile).symbols.func1·f:"".(*machoFile).symbols.func1þ:"".(*peFile).symbols.func1·f4"".(*peFile).symbols.func1þ@"".(*plan9File).symbols.func1·f:"".(*plan9File).symbols.func1þ"".init·f"".initþ"runtime.gcbits.01þ.go.string.hdr."[]uint8"  &go.string."[]uint8"þ&go.string."[]uint8"[]uint8þtype.[]uint8ß~.8
0  runtime.algarray@"runtime.gcbits.01P.go.string.hdr."[]uint8"p*go.weak.type.*[]uint8€type.uint8þ6go.typelink.[]uint8	[]uint8type.[]uint8þFgo.string.hdr."*objfile.lookupFunc"  >go.string."*objfile.lookupFunc"þ>go.string."*objfile.lookupFunc"0(*objfile.lookupFuncþ&type.*"".lookupFunc¨ì6
0  runtime.algarray@"runtime.gcbits.01PFgo.string.hdr."*objfile.lookupFunc"p8go.weak.type.**"".lookupFunc€$type."".lookupFuncþDgo.string.hdr."objfile.lookupFunc"  <go.string."objfile.lookupFunc"þ<go.string."objfile.lookupFunc"0&objfile.lookupFuncþ4go.string.hdr."lookupFunc"  
,go.string."lookupFunc"þ,go.string."lookupFunc" lookupFuncþHgo.string.hdr."cmd/internal/objfile"  @go.string."cmd/internal/objfile"þ@go.string."cmd/internal/objfile"0*cmd/internal/objfileþ"go.importpath."".  @go.string."cmd/internal/objfile"þ$type."".lookupFuncððˆ·30€ runtime.algarray@"runtime.gcbits.01PDgo.string.hdr."objfile.lookupFunc"p&type.*"".lookupFuncð$type."".lookupFuncÀ€$type."".lookupFuncðtype.uint64€type.stringtype.uint64` $type."".lookupFunc 4go.string.hdr."lookupFunc"°"go.importpath."".Àð$type."".lookupFuncþFgo.string.hdr."*objfile.disasmFunc"  >go.string."*objfile.disasmFunc"þ>go.string."*objfile.disasmFunc"0(*objfile.disasmFuncþ&type.*"".disasmFunczKðy6
0  runtime.algarray@"runtime.gcbits.01PFgo.string.hdr."*objfile.disasmFunc"p8go.weak.type.**"".disasmFunc€$type."".disasmFuncþDgo.string.hdr."objfile.disasmFunc"  <go.string."objfile.disasmFunc"þ<go.string."objfile.disasmFunc"0&objfile.disasmFuncþ4go.string.hdr."disasmFunc"  
,go.string."disasmFunc"þ,go.string."disasmFunc" disasmFuncþ$type."".disasmFuncܷi¬30€ runtime.algarray@"runtime.gcbits.01PDgo.string.hdr."objfile.disasmFunc"p&type.*"".disasmFuncð$type."".disasmFuncÀ $type."".disasmFuncðtype.[]uint8€type.uint64$type."".lookupFunc type.string°type.int`À$type."".disasmFuncÀ4go.string.hdr."disasmFunc"Ð"go.importpath."".à$type."".disasmFuncþruntime.gcbits.þ0go.string.hdr."[8]uint8"  (go.string."[8]uint8"þ(go.string."[8]uint8" [8]uint8þtype.[8]uint8°°>ù0´‘0  runtime.algarray@runtime.gcbits.P0go.string.hdr."[8]uint8"p,go.weak.type.*[8]uint8€type.uint8type.[]uint8þ:go.typelink.[8]uint8	[8]uint8type.[8]uint8þ0go.string.hdr."[]string"  (go.string."[]string"þ(go.string."[]string" []stringþtype.[]stringӨó

0  runtime.algarray@"runtime.gcbits.01P0go.string.hdr."[]string"p,go.weak.type.*[]string€type.stringþ:go.typelink.[]string	[]stringtype.[]stringþTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2þTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440þTgclocals·3bb21ca8fe1d99a3e492463bd711418aþ0type..hashfunc.[8]string(type..hash.[8]stringþ,type..eqfunc.[8]string$type..eq.[8]stringþ&type..alg.[8]string  0type..hashfunc.[8]string,type..eqfunc.[8]stringþ&runtime.gcbits.5555UUþ2go.string.hdr."[8]string"  	*go.string."[8]string"þ*go.string."[8]string" [8]stringþtype.[8]string°°€xUSŒ>0&type..alg.[8]string@&runtime.gcbits.5555P2go.string.hdr."[8]string"p.go.weak.type.*[8]string€type.stringtype.[]stringþ>go.typelink.[8]string	[8]stringtype.[8]stringþHgo.string.hdr."[]objfile.disasmFunc"  @go.string."[]objfile.disasmFunc"þ@go.string."[]objfile.disasmFunc"0*[]objfile.disasmFuncþ(type.[]"".disasmFuncx»Vÿ
0  runtime.algarray@"runtime.gcbits.01PHgo.string.hdr."[]objfile.disasmFunc"p:go.weak.type.*[]"".disasmFunc€$type."".disasmFuncþ`go.typelink.[]objfile.disasmFunc	[]"".disasmFunc(type.[]"".disasmFuncþ"runtime.gcbits.ffÿþJgo.string.hdr."[8]objfile.disasmFunc"  Bgo.string."[8]objfile.disasmFunc"þBgo.string."[8]objfile.disasmFunc"0,[8]objfile.disasmFuncþ*type.[8]"".disasmFunc°°@@ûD
Í0à runtime.algarray@"runtime.gcbits.ffPJgo.string.hdr."[8]objfile.disasmFunc"p<go.weak.type.*[8]"".disasmFunc€$type."".disasmFunc(type.[]"".disasmFuncþdgo.typelink.[8]objfile.disasmFunc	[8]"".disasmFunc*type.[8]"".disasmFuncþjgo.string.hdr."*map.bucket[string]objfile.disasmFunc"  %bgo.string."*map.bucket[string]objfile.disasmFunc"þbgo.string."*map.bucket[string]objfile.disasmFunc"PL*map.bucket[string]objfile.disasmFuncþJtype.*map.bucket[string]"".disasmFuncÃmÄR6
0  runtime.algarray@"runtime.gcbits.01Pjgo.string.hdr."*map.bucket[string]objfile.disasmFunc"p\go.weak.type.**map.bucket[string]"".disasmFunc€Htype.map.bucket[string]"".disasmFuncþ.runtime.gcbits.aaaafe03ªªþþhgo.string.hdr."map.bucket[string]objfile.disasmFunc"  $`go.string."map.bucket[string]objfile.disasmFunc"þ`go.string."map.bucket[string]objfile.disasmFunc"PJmap.bucket[string]objfile.disasmFuncþ.go.string.hdr."topbits"  &go.string."topbits"þ&go.string."topbits"topbitsþ(go.string.hdr."keys"   go.string."keys"þ go.string."keys"
keysþ,go.string.hdr."values"  $go.string."values"þ$go.string."values"valuesþ0go.string.hdr."overflow"  (go.string."overflow"þ(go.string."overflow" overflowþHtype.map.bucket[string]"".disasmFuncððÐÐֵ¯ˆÈ0à runtime.algarray@.runtime.gcbits.aaaafe03Phgo.string.hdr."map.bucket[string]objfile.disasmFunc"pZgo.weak.type.*map.bucket[string]"".disasmFunc€°Htype.map.bucket[string]"".disasmFunc°.go.string.hdr."topbits"Ðtype.[8]uint8€(go.string.hdr."keys" type.[8]stringÐ,go.string.hdr."values"ð*type.[8]"".disasmFunc 0go.string.hdr."overflow"ÀJtype.*map.bucket[string]"".disasmFuncþ"runtime.gcbits.2c,þbgo.string.hdr."map.hdr[string]objfile.disasmFunc"  !Zgo.string."map.hdr[string]objfile.disasmFunc"þZgo.string."map.hdr[string]objfile.disasmFunc"PDmap.hdr[string]objfile.disasmFuncþ*go.string.hdr."count"  "go.string."count"þ"go.string."count"countþ*go.string.hdr."flags"  "go.string."flags"þ"go.string."flags"flagsþ"go.string.hdr."B"  go.string."B"þgo.string."B"Bþ*go.string.hdr."hash0"  "go.string."hash0"þ"go.string."hash0"hash0þ.go.string.hdr."buckets"  &go.string."buckets"þ&go.string."buckets"bucketsþ4go.string.hdr."oldbuckets"  
,go.string."oldbuckets"þ,go.string."oldbuckets" oldbucketsþ2go.string.hdr."nevacuate"  	*go.string."nevacuate"þ*go.string."nevacuate" nevacuateþBtype.map.hdr[string]"".disasmFunc°°00áú‰	 (*0à runtime.algarray@"runtime.gcbits.2cPbgo.string.hdr."map.hdr[string]objfile.disasmFunc"pTgo.weak.type.*map.hdr[string]"".disasmFunc€°Btype.map.hdr[string]"".disasmFunc°*go.string.hdr."count"Ðtype.int€*go.string.hdr."flags" type.uint8Ð"go.string.hdr."B"ðtype.uint8 *go.string.hdr."hash0"Àtype.uint32ð.go.string.hdr."buckets"Jtype.*map.bucket[string]"".disasmFuncÀ4go.string.hdr."oldbuckets"àJtype.*map.bucket[string]"".disasmFunc2go.string.hdr."nevacuate"°type.uintptrà0go.string.hdr."overflow"€&type.unsafe.PointerþZgo.string.hdr."map[string]objfile.disasmFunc"  Rgo.string."map[string]objfile.disasmFunc"þRgo.string."map[string]objfile.disasmFunc"@<map[string]objfile.disasmFuncþ:type.map[string]"".disasmFuncÐÐ2€ü‘5Ð0€ runtime.algarray@"runtime.gcbits.01PZgo.string.hdr."map[string]objfile.disasmFunc"pLgo.weak.type.*map[string]"".disasmFunc€type.string$type."".disasmFunc Htype.map.bucket[string]"".disasmFunc°Btype.map.hdr[string]"".disasmFuncþ„go.typelink.map[string]objfile.disasmFunc	map[string]"".disasmFunc:type.map[string]"".disasmFuncþDgo.string.hdr."[]binary.ByteOrder"  <go.string."[]binary.ByteOrder"þ<go.string."[]binary.ByteOrder"0&[]binary.ByteOrderþ@type.[]encoding/binary.ByteOrder!˯
0  runtime.algarray@"runtime.gcbits.01PDgo.string.hdr."[]binary.ByteOrder"pRgo.weak.type.*[]encoding/binary.ByteOrder€<type.encoding/binary.ByteOrderþtgo.typelink.[]binary.ByteOrder	[]encoding/binary.ByteOrder@type.[]encoding/binary.ByteOrderþTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2þTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440þTgclocals·3bb21ca8fe1d99a3e492463bd711418aþVtype..hashfunc.[8]encoding/binary.ByteOrderNtype..hash.[8]encoding/binary.ByteOrderþRtype..eqfunc.[8]encoding/binary.ByteOrderJtype..eq.[8]encoding/binary.ByteOrderþLtype..alg.[8]encoding/binary.ByteOrder  Vtype..hashfunc.[8]encoding/binary.ByteOrderRtype..eqfunc.[8]encoding/binary.ByteOrderþ&runtime.gcbits.ffffÿÿþFgo.string.hdr."[8]binary.ByteOrder"  >go.string."[8]binary.ByteOrder"þ>go.string."[8]binary.ByteOrder"0([8]binary.ByteOrderþBtype.[8]encoding/binary.ByteOrder°°€€ê
0Ltype..alg.[8]encoding/binary.ByteOrder@&runtime.gcbits.ffffPFgo.string.hdr."[8]binary.ByteOrder"pTgo.weak.type.*[8]encoding/binary.ByteOrder€<type.encoding/binary.ByteOrder@type.[]encoding/binary.ByteOrderþxgo.typelink.[8]binary.ByteOrder	[8]encoding/binary.ByteOrderBtype.[8]encoding/binary.ByteOrderþfgo.string.hdr."*map.bucket[string]binary.ByteOrder"  #^go.string."*map.bucket[string]binary.ByteOrder"þ^go.string."*map.bucket[string]binary.ByteOrder"PH*map.bucket[string]binary.ByteOrderþbtype.*map.bucket[string]encoding/binary.ByteOrderÉJ!6
0  runtime.algarray@"runtime.gcbits.01Pfgo.string.hdr."*map.bucket[string]binary.ByteOrder"ptgo.weak.type.**map.bucket[string]encoding/binary.ByteOrder€`type.map.bucket[string]encoding/binary.ByteOrderþ2runtime.gcbits.aaaafeff03

ªªþÿþdgo.string.hdr."map.bucket[string]binary.ByteOrder"  "\go.string."map.bucket[string]binary.ByteOrder"þ\go.string."map.bucket[string]binary.ByteOrder"PFmap.bucket[string]binary.ByteOrderþ`type.map.bucket[string]encoding/binary.ByteOrderððøTb:ˆ0à runtime.algarray@2runtime.gcbits.aaaafeff03Pdgo.string.hdr."map.bucket[string]binary.ByteOrder"prgo.weak.type.*map.bucket[string]encoding/binary.ByteOrder€°`type.map.bucket[string]encoding/binary.ByteOrder°.go.string.hdr."topbits"Ðtype.[8]uint8€(go.string.hdr."keys" type.[8]stringÐ,go.string.hdr."values"ðBtype.[8]encoding/binary.ByteOrder 0go.string.hdr."overflow"Àbtype.*map.bucket[string]encoding/binary.ByteOrderþ^go.string.hdr."map.hdr[string]binary.ByteOrder"  Vgo.string."map.hdr[string]binary.ByteOrder"þVgo.string."map.hdr[string]binary.ByteOrder"@@map.hdr[string]binary.ByteOrderþZtype.map.hdr[string]encoding/binary.ByteOrder°°00–X	 (*0à runtime.algarray@"runtime.gcbits.2cP^go.string.hdr."map.hdr[string]binary.ByteOrder"plgo.weak.type.*map.hdr[string]encoding/binary.ByteOrder€°Ztype.map.hdr[string]encoding/binary.ByteOrder°*go.string.hdr."count"Ðtype.int€*go.string.hdr."flags" type.uint8Ð"go.string.hdr."B"ðtype.uint8 *go.string.hdr."hash0"Àtype.uint32ð.go.string.hdr."buckets"btype.*map.bucket[string]encoding/binary.ByteOrderÀ4go.string.hdr."oldbuckets"àbtype.*map.bucket[string]encoding/binary.ByteOrder2go.string.hdr."nevacuate"°type.uintptrà0go.string.hdr."overflow"€&type.unsafe.PointerþVgo.string.hdr."map[string]binary.ByteOrder"  Ngo.string."map[string]binary.ByteOrder"þNgo.string."map[string]binary.ByteOrder"@8map[string]binary.ByteOrderþRtype.map[string]encoding/binary.ByteOrderÐк
»50€ runtime.algarray@"runtime.gcbits.01PVgo.string.hdr."map[string]binary.ByteOrder"pdgo.weak.type.*map[string]encoding/binary.ByteOrder€type.string<type.encoding/binary.ByteOrder `type.map.bucket[string]encoding/binary.ByteOrder°Ztype.map.hdr[string]encoding/binary.ByteOrderþ˜go.typelink.map[string]binary.ByteOrder	map[string]encoding/binary.ByteOrderRtype.map[string]encoding/binary.ByteOrderþTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2þTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440þTgclocals·3bb21ca8fe1d99a3e492463bd711418aþ*type..hashfunc."".Sym"type..hash."".Symþ&type..eqfunc."".Symtype..eq."".Symþ type..alg."".Sym  *type..hashfunc."".Sym&type..eqfunc."".Symþ8go.string.hdr."*objfile.Sym"  0go.string."*objfile.Sym"þ0go.string."*objfile.Sym" *objfile.Symþtype.*"".Sym9)Y6
0  runtime.algarray@"runtime.gcbits.01P8go.string.hdr."*objfile.Sym"p*go.weak.type.**"".Sym€type."".Symþ"runtime.gcbits.21!þ6go.string.hdr."objfile.Sym"  .go.string."objfile.Sym"þ.go.string."objfile.Sym" objfile.Symþ(go.string.hdr."Name"   go.string."Name"þ go.string."Name"
Nameþ(go.string.hdr."Addr"   go.string."Addr"þ go.string."Addr"
Addrþ(go.string.hdr."Size"   go.string."Size"þ go.string."Size"
Sizeþ(go.string.hdr."Code"   go.string."Code"þ go.string."Code"
Codeþ(go.string.hdr."Type"   go.string."Type"þ go.string."Type"
Typeþ&go.string.hdr."Sym"  go.string."Sym"þgo.string."Sym"Symþtype."".Sym80ïNö (&0 type..alg."".Sym@"runtime.gcbits.21P6go.string.hdr."objfile.Sym"ptype.*"".Sym€°type."".Sym°(go.string.hdr."Name"Ðtype.string€(go.string.hdr."Addr" type.uint64Ð(go.string.hdr."Size"ðtype.int64 (go.string.hdr."Code"Àtype.int32ð(go.string.hdr."Type"type.string`Àtype."".SymÀ&go.string.hdr."Sym"Ð"go.importpath."".àtype."".Symþ:go.string.hdr."[]objfile.Sym"  
2go.string."[]objfile.Sym"þ2go.string."[]objfile.Sym" []objfile.Symþtype.[]"".SymÓ(éç
0  runtime.algarray@"runtime.gcbits.01P:go.string.hdr."[]objfile.Sym"p,go.weak.type.*[]"".Sym€type."".SymþDgo.typelink.[]objfile.Sym	[]"".Symtype.[]"".Symþ>go.string.hdr."*objfile.Disasm"  6go.string."*objfile.Disasm"þ6go.string."*objfile.Disasm"  *objfile.Disasmþrgo.string.hdr."func(uint64, uint64, string, int, string)"  )jgo.string."func(uint64, uint64, string, int, string)"þjgo.string."func(uint64, uint64, string, int, string)"`Tfunc(uint64, uint64, string, int, string)þ\type.func(uint64, uint64, string, int, string)ÀÀ¸r	ê30€ runtime.algarray@"runtime.gcbits.01Prgo.string.hdr."func(uint64, uint64, string, int, string)"pngo.weak.type.*func(uint64, uint64, string, int, string)ð\type.func(uint64, uint64, string, int, string)ÀÀ\type.func(uint64, uint64, string, int, string)ðtype.uint64€type.uint64type.string type.int°type.stringþ¾go.typelink.func(uint64, uint64, string, int, string)	func(uint64, uint64, string, int, string)\type.func(uint64, uint64, string, int, string)þÀgo.string.hdr."func(*objfile.Disasm, uint64, uint64, func(uint64, uint64, string, int, string))"  P¸go.string."func(*objfile.Disasm, uint64, uint64, func(uint64, uint64, string, int, string))"þ¸go.string."func(*objfile.Disasm, uint64, uint64, func(uint64, uint64, string, int, string))"°¢func(*objfile.Disasm, uint64, uint64, func(uint64, uint64, string, int, string))þ type.func(*"".Disasm, uint64, uint64, func(uint64, uint64, string, int, string))°°Eي™30€ runtime.algarray@"runtime.gcbits.01PÀgo.string.hdr."func(*objfile.Disasm, uint64, uint64, func(uint64, uint64, string, int, string))"p²go.weak.type.*func(*"".Disasm, uint64, uint64, func(uint64, uint64, string, int, string))ð type.func(*"".Disasm, uint64, uint64, func(uint64, uint64, string, int, string))À° type.func(*"".Disasm, uint64, uint64, func(uint64, uint64, string, int, string))ðtype.*"".Disasm€type.uint64type.uint64 \type.func(uint64, uint64, string, int, string)þÐgo.typelink.func(*objfile.Disasm, uint64, uint64, func(uint64, uint64, string, int, string))	func(*"".Disasm, uint64, uint64, func(uint64, uint64, string, int, string)) type.func(*"".Disasm, uint64, uint64, func(uint64, uint64, string, int, string))þ go.string.hdr."func(*objfile.Disasm, io.Writer, *regexp.Regexp, uint64, uint64)"  @˜go.string."func(*objfile.Disasm, io.Writer, *regexp.Regexp, uint64, uint64)"þ˜go.string."func(*objfile.Disasm, io.Writer, *regexp.Regexp, uint64, uint64)"‚func(*objfile.Disasm, io.Writer, *regexp.Regexp, uint64, uint64)þ€type.func(*"".Disasm, io.Writer, *regexp.Regexp, uint64, uint64)ÀÀó#ï¤30€ runtime.algarray@"runtime.gcbits.01P go.string.hdr."func(*objfile.Disasm, io.Writer, *regexp.Regexp, uint64, uint64)"p’go.weak.type.*func(*"".Disasm, io.Writer, *regexp.Regexp, uint64, uint64)ð€type.func(*"".Disasm, io.Writer, *regexp.Regexp, uint64, uint64)ÀÀ€type.func(*"".Disasm, io.Writer, *regexp.Regexp, uint64, uint64)ðtype.*"".Disasm€type.io.Writer&type.*regexp.Regexp type.uint64°type.uint64þgo.typelink.func(*objfile.Disasm, io.Writer, *regexp.Regexp, uint64, uint64)	func(*"".Disasm, io.Writer, *regexp.Regexp, uint64, uint64)€type.func(*"".Disasm, io.Writer, *regexp.Regexp, uint64, uint64)þ|go.string.hdr."func(*objfile.Disasm, uint64) (string, uint64)"  .tgo.string."func(*objfile.Disasm, uint64) (string, uint64)"þtgo.string."func(*objfile.Disasm, uint64) (string, uint64)"`^func(*objfile.Disasm, uint64) (string, uint64)þ\type.func(*"".Disasm, uint64) (string, uint64)°°
û.30€ runtime.algarray@"runtime.gcbits.01P|go.string.hdr."func(*objfile.Disasm, uint64) (string, uint64)"pngo.weak.type.*func(*"".Disasm, uint64) (string, uint64)ð\type.func(*"".Disasm, uint64) (string, uint64)À\type.func(*"".Disasm, uint64) (string, uint64)ðtype.*"".Disasm€type.uint64type.string type.uint64þÈgo.typelink.func(*objfile.Disasm, uint64) (string, uint64)	func(*"".Disasm, uint64) (string, uint64)\type.func(*"".Disasm, uint64) (string, uint64)þ,go.string.hdr."Decode"  $go.string."Decode"þ$go.string."Decode"Decodeþžgo.string.hdr."func(uint64, uint64, func(uint64, uint64, string, int, string))"  ?–go.string."func(uint64, uint64, func(uint64, uint64, string, int, string))"þ–go.string."func(uint64, uint64, func(uint64, uint64, string, int, string))"€€func(uint64, uint64, func(uint64, uint64, string, int, string))þˆtype.func(uint64, uint64, func(uint64, uint64, string, int, string))  œé30€ runtime.algarray@"runtime.gcbits.01Pžgo.string.hdr."func(uint64, uint64, func(uint64, uint64, string, int, string))"pšgo.weak.type.*func(uint64, uint64, func(uint64, uint64, string, int, string))ðˆtype.func(uint64, uint64, func(uint64, uint64, string, int, string))À ˆtype.func(uint64, uint64, func(uint64, uint64, string, int, string))ðtype.uint64€type.uint64\type.func(uint64, uint64, string, int, string)þ–go.typelink.func(uint64, uint64, func(uint64, uint64, string, int, string))	func(uint64, uint64, func(uint64, uint64, string, int, string))ˆtype.func(uint64, uint64, func(uint64, uint64, string, int, string))þ*go.string.hdr."Print"  "go.string."Print"þ"go.string."Print"Printþ~go.string.hdr."func(io.Writer, *regexp.Regexp, uint64, uint64)"  /vgo.string."func(io.Writer, *regexp.Regexp, uint64, uint64)"þvgo.string."func(io.Writer, *regexp.Regexp, uint64, uint64)"``func(io.Writer, *regexp.Regexp, uint64, uint64)þhtype.func(io.Writer, *regexp.Regexp, uint64, uint64)°°Yš®30€ runtime.algarray@"runtime.gcbits.01P~go.string.hdr."func(io.Writer, *regexp.Regexp, uint64, uint64)"pzgo.weak.type.*func(io.Writer, *regexp.Regexp, uint64, uint64)ðhtype.func(io.Writer, *regexp.Regexp, uint64, uint64)À°htype.func(io.Writer, *regexp.Regexp, uint64, uint64)ðtype.io.Writer€&type.*regexp.Regexptype.uint64 type.uint64þÖgo.typelink.func(io.Writer, *regexp.Regexp, uint64, uint64)	func(io.Writer, *regexp.Regexp, uint64, uint64)htype.func(io.Writer, *regexp.Regexp, uint64, uint64)þ,go.string.hdr."lookup"  $go.string."lookup"þ$go.string."lookup"lookupþZgo.string.hdr."func(uint64) (string, uint64)"  Rgo.string."func(uint64) (string, uint64)"þRgo.string."func(uint64) (string, uint64)"@<func(uint64) (string, uint64)þDtype.func(uint64) (string, uint64)  ëЃH30€ runtime.algarray@"runtime.gcbits.01PZgo.string.hdr."func(uint64) (string, uint64)"pVgo.weak.type.*func(uint64) (string, uint64)ðDtype.func(uint64) (string, uint64)À€Dtype.func(uint64) (string, uint64)ðtype.uint64€type.stringtype.uint64þŽgo.typelink.func(uint64) (string, uint64)	func(uint64) (string, uint64)Dtype.func(uint64) (string, uint64)þtype.*"".Disasm€€"ʶŸ6.0  runtime.algarray@"runtime.gcbits.01P>go.string.hdr."*objfile.Disasm"p0go.weak.type.**"".Disasm€type."".Disasm`type.*"".Disasm°àtype.*"".Disasmà,go.string.hdr."Decode"€ˆtype.func(uint64, uint64, func(uint64, uint64, string, int, string)) type.func(*"".Disasm, uint64, uint64, func(uint64, uint64, string, int, string)) &"".(*Disasm).Decode°&"".(*Disasm).DecodeÀ*go.string.hdr."Print"àhtype.func(io.Writer, *regexp.Regexp, uint64, uint64)ð€type.func(*"".Disasm, io.Writer, *regexp.Regexp, uint64, uint64)€$"".(*Disasm).Print$"".(*Disasm).Print ,go.string.hdr."lookup"°"go.importpath."".ÀDtype.func(uint64) (string, uint64)Ð\type.func(*"".Disasm, uint64) (string, uint64)à&"".(*Disasm).lookupð&"".(*Disasm).lookupþ&runtime.gcbits.193a:þ<go.string.hdr."objfile.Disasm"  4go.string."objfile.Disasm"þ4go.string."objfile.Disasm" objfile.Disasmþ(go.string.hdr."syms"   go.string."syms"þ go.string."syms"
symsþ(go.string.hdr."pcln"   go.string."pcln"þ go.string."pcln"
pclnþ2go.string.hdr."textStart"  	*go.string."textStart"þ*go.string."textStart" textStartþ.go.string.hdr."textEnd"  &go.string."textEnd"þ&go.string."textEnd"textEndþ,go.string.hdr."goarch"  $go.string."goarch"þ$go.string."goarch"goarchþ,go.string.hdr."disasm"  $go.string."disasm"þ$go.string."disasm"disasmþ2go.string.hdr."byteOrder"  	*go.string."byteOrder"þ*go.string."byteOrder" byteOrderþ,go.string.hdr."Disasm"  $go.string."Disasm"þ$go.string."Disasm"Disasmþtype."".Disasm€€pp¸0 8@HX`B0à runtime.algarray@&runtime.gcbits.193aP<go.string.hdr."objfile.Disasm"ptype.*"".Disasm€°type."".Disasm°(go.string.hdr."syms"À"go.importpath."".Ðtype.[]"".Sym€(go.string.hdr."pcln""go.importpath."". .type.*debug/gosym.TableÐ(go.string.hdr."text"à"go.importpath."".ðtype.[]uint8 2go.string.hdr."textStart"°"go.importpath."".Àtype.uint64ð.go.string.hdr."textEnd"€"go.importpath."".type.uint64À,go.string.hdr."goarch"Ð"go.importpath."".àtype.string,go.string.hdr."disasm" "go.importpath."".°$type."".disasmFuncà2go.string.hdr."byteOrder"ð"go.importpath."".€<type.encoding/binary.ByteOrder`°type."".Disasm°,go.string.hdr."Disasm"À"go.importpath."".Ѐtype."".DisasmþTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·0ebb2d1da58c1b4224bf5a7b370d7578þTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·160cde0f2e0022fe0b49a4dffb5548b0þTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·b60dc0a6046c556b02baa766a3fd5a27þTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·6d46c0650eba7dbebc0db316e0e0cf3bþ:go.string.hdr."func() string"  
2go.string."func() string"þ2go.string."func() string" func() stringþ$type.func() string€€¢mË30€ runtime.algarray@"runtime.gcbits.01P:go.string.hdr."func() string"p6go.weak.type.*func() stringð$type.func() stringÀð$type.func() stringðtype.stringþNgo.typelink.func() string	func() string$type.func() stringþpgo.string.hdr."func() (uint64, []uint8, []uint8, error)"  (hgo.string."func() (uint64, []uint8, []uint8, error)"þhgo.string."func() (uint64, []uint8, []uint8, error)"`Rfunc() (uint64, []uint8, []uint8, error)þZtype.func() (uint64, []uint8, []uint8, error)°°uH30€ runtime.algarray@"runtime.gcbits.01Ppgo.string.hdr."func() (uint64, []uint8, []uint8, error)"plgo.weak.type.*func() (uint64, []uint8, []uint8, error)ðZtype.func() (uint64, []uint8, []uint8, error)ÀðZtype.func() (uint64, []uint8, []uint8, error)ðtype.uint64€type.[]uint8type.[]uint8 type.errorþºgo.typelink.func() (uint64, []uint8, []uint8, error)	func() (uint64, []uint8, []uint8, error)Ztype.func() (uint64, []uint8, []uint8, error)þZgo.string.hdr."func() ([]objfile.Sym, error)"  Rgo.string."func() ([]objfile.Sym, error)"þRgo.string."func() ([]objfile.Sym, error)"@<func() ([]objfile.Sym, error)þ:type.func() ([]"".Sym, error)‰’£´30€ runtime.algarray@"runtime.gcbits.01PZgo.string.hdr."func() ([]objfile.Sym, error)"pLgo.weak.type.*func() ([]"".Sym, error)ð:type.func() ([]"".Sym, error)Àð:type.func() ([]"".Sym, error)ðtype.[]"".Sym€type.errorþ„go.typelink.func() ([]objfile.Sym, error)	func() ([]"".Sym, error):type.func() ([]"".Sym, error)þ^go.string.hdr."func() (uint64, []uint8, error)"  Vgo.string."func() (uint64, []uint8, error)"þVgo.string."func() (uint64, []uint8, error)"@@func() (uint64, []uint8, error)þHtype.func() (uint64, []uint8, error)  Éߥi30€ runtime.algarray@"runtime.gcbits.01P^go.string.hdr."func() (uint64, []uint8, error)"pZgo.weak.type.*func() (uint64, []uint8, error)ðHtype.func() (uint64, []uint8, error)ÀðHtype.func() (uint64, []uint8, error)ðtype.uint64€type.[]uint8type.errorþ–go.typelink.func() (uint64, []uint8, error)	func() (uint64, []uint8, error)Htype.func() (uint64, []uint8, error)þ@go.string.hdr."*objfile.rawFile"  8go.string."*objfile.rawFile"þ8go.string."*objfile.rawFile"0"*objfile.rawFileþ type.*"".rawFileøE«6
0  runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*objfile.rawFile"p2go.weak.type.**"".rawFile€type."".rawFileþ"runtime.gcbits.03þ>go.string.hdr."objfile.rawFile"  6go.string."objfile.rawFile"þ6go.string."objfile.rawFile"  objfile.rawFileþ.go.string.hdr."symbols"  &go.string."symbols"þ&go.string."symbols"symbolsþ.go.string.hdr."rawFile"  &go.string."rawFile"þ&go.string."rawFile"rawFileþtype."".rawFileÀÀ{TJ°*0à runtime.algarray@"runtime.gcbits.03P>go.string.hdr."objfile.rawFile"p type.*"".rawFile€°type."".rawFile°,go.string.hdr."goarch"À"go.importpath."".Ð$type.func() stringà(go.string.hdr."pcln"ð"go.importpath."".€Ztype.func() (uint64, []uint8, []uint8, error).go.string.hdr."symbols" "go.importpath."".°:type.func() ([]"".Sym, error)À(go.string.hdr."text"Ð"go.importpath."".àHtype.func() (uint64, []uint8, error)`ðtype."".rawFileð.go.string.hdr."rawFile"€"go.importpath."".Àtype."".rawFileþTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2þTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440þTgclocals·3bb21ca8fe1d99a3e492463bd711418aþ,type..hashfunc."".File$type..hash."".Fileþ(type..eqfunc."".File type..eq."".Fileþ"type..alg."".File  ,type..hashfunc."".File(type..eqfunc."".Fileþ"runtime.gcbits.07þ8go.string.hdr."objfile.File"  0go.string."objfile.File"þ0go.string."objfile.File" objfile.Fileþ"go.string.hdr."r"  go.string."r"þgo.string."r"rþ&go.string.hdr."raw"  go.string."raw"þgo.string."raw"rawþ(go.string.hdr."File"   go.string."File"þ go.string."File"
Fileþtype."".File  ó5Ë90"type..alg."".File@"runtime.gcbits.07P8go.string.hdr."objfile.File"ptype.*"".File€°type."".File°"go.string.hdr."r"À"go.importpath."".Ðtype.*os.File€&go.string.hdr."raw""go.importpath."". type."".rawFile`Ðtype."".FileÐ(go.string.hdr."File"à"go.importpath."".ð type."".Fileþ:go.string.hdr."*objfile.File"  
2go.string."*objfile.File"þ2go.string."*objfile.File" *objfile.FileþRgo.string.hdr."func(*objfile.File) error"  Jgo.string."func(*objfile.File) error"þJgo.string."func(*objfile.File) error"@4func(*objfile.File) errorþ2type.func(*"".File) errors8W30€ runtime.algarray@"runtime.gcbits.01PRgo.string.hdr."func(*objfile.File) error"pDgo.weak.type.*func(*"".File) errorð2type.func(*"".File) errorÀ€2type.func(*"".File) errorðtype.*"".File€type.errorþtgo.typelink.func(*objfile.File) error	func(*"".File) error2type.func(*"".File) errorþxgo.string.hdr."func(*objfile.File) (*objfile.Disasm, error)"  ,pgo.string."func(*objfile.File) (*objfile.Disasm, error)"þpgo.string."func(*objfile.File) (*objfile.Disasm, error)"`Zfunc(*objfile.File) (*objfile.Disasm, error)þNtype.func(*"".File) (*"".Disasm, error)  M#<30€ runtime.algarray@"runtime.gcbits.01Pxgo.string.hdr."func(*objfile.File) (*objfile.Disasm, error)"p`go.weak.type.*func(*"".File) (*"".Disasm, error)ðNtype.func(*"".File) (*"".Disasm, error)À€Ntype.func(*"".File) (*"".Disasm, error)ðtype.*"".File€type.*"".Disasmtype.errorþ¶go.typelink.func(*objfile.File) (*objfile.Disasm, error)	func(*"".File) (*"".Disasm, error)Ntype.func(*"".File) (*"".Disasm, error)þTgo.string.hdr."func(*objfile.File) string"  Lgo.string."func(*objfile.File) string"þLgo.string."func(*objfile.File) string"@6func(*objfile.File) stringþ4type.func(*"".File) stringo‹è®30€ runtime.algarray@"runtime.gcbits.01PTgo.string.hdr."func(*objfile.File) string"pFgo.weak.type.*func(*"".File) stringð4type.func(*"".File) stringÀ€4type.func(*"".File) stringðtype.*"".File€type.stringþxgo.typelink.func(*objfile.File) string	func(*"".File) string4type.func(*"".File) stringþrgo.string.hdr."func(*objfile.File) (*gosym.Table, error)"  )jgo.string."func(*objfile.File) (*gosym.Table, error)"þjgo.string."func(*objfile.File) (*gosym.Table, error)"`Tfunc(*objfile.File) (*gosym.Table, error)þ^type.func(*"".File) (*debug/gosym.Table, error)  4Gó30€ runtime.algarray@"runtime.gcbits.01Prgo.string.hdr."func(*objfile.File) (*gosym.Table, error)"ppgo.weak.type.*func(*"".File) (*debug/gosym.Table, error)ð^type.func(*"".File) (*debug/gosym.Table, error)À€^type.func(*"".File) (*debug/gosym.Table, error)ðtype.*"".File€.type.*debug/gosym.Tabletype.errorþÀgo.typelink.func(*objfile.File) (*gosym.Table, error)	func(*"".File) (*debug/gosym.Table, error)^type.func(*"".File) (*debug/gosym.Table, error)þtgo.string.hdr."func(*objfile.File) ([]objfile.Sym, error)"  *lgo.string."func(*objfile.File) ([]objfile.Sym, error)"þlgo.string."func(*objfile.File) ([]objfile.Sym, error)"`Vfunc(*objfile.File) ([]objfile.Sym, error)þJtype.func(*"".File) ([]"".Sym, error)  
ó’
30€ runtime.algarray@"runtime.gcbits.01Ptgo.string.hdr."func(*objfile.File) ([]objfile.Sym, error)"p\go.weak.type.*func(*"".File) ([]"".Sym, error)ðJtype.func(*"".File) ([]"".Sym, error)À€Jtype.func(*"".File) ([]"".Sym, error)ðtype.*"".File€type.[]"".Symtype.errorþ®go.typelink.func(*objfile.File) ([]objfile.Sym, error)	func(*"".File) ([]"".Sym, error)Jtype.func(*"".File) ([]"".Sym, error)þxgo.string.hdr."func(*objfile.File) (uint64, []uint8, error)"  ,pgo.string."func(*objfile.File) (uint64, []uint8, error)"þpgo.string."func(*objfile.File) (uint64, []uint8, error)"`Zfunc(*objfile.File) (uint64, []uint8, error)þXtype.func(*"".File) (uint64, []uint8, error)°°gC\>30€ runtime.algarray@"runtime.gcbits.01Pxgo.string.hdr."func(*objfile.File) (uint64, []uint8, error)"pjgo.weak.type.*func(*"".File) (uint64, []uint8, error)ðXtype.func(*"".File) (uint64, []uint8, error)À€Xtype.func(*"".File) (uint64, []uint8, error)ðtype.*"".File€type.uint64type.[]uint8 type.errorþÀgo.typelink.func(*objfile.File) (uint64, []uint8, error)	func(*"".File) (uint64, []uint8, error)Xtype.func(*"".File) (uint64, []uint8, error)þ*go.string.hdr."Close"  "go.string."Close"þ"go.string."Close"Closeþ8go.string.hdr."func() error"  0go.string."func() error"þ0go.string."func() error" func() errorþ"type.func() error€€œ‚ֵ30€ runtime.algarray@"runtime.gcbits.01P8go.string.hdr."func() error"p4go.weak.type.*func() errorð"type.func() errorÀð"type.func() errorðtype.errorþJgo.typelink.func() error	func() error"type.func() errorþ^go.string.hdr."func() (*objfile.Disasm, error)"  Vgo.string."func() (*objfile.Disasm, error)"þVgo.string."func() (*objfile.Disasm, error)"@@func() (*objfile.Disasm, error)þ>type.func() (*"".Disasm, error)ÀÀ?30€ runtime.algarray@"runtime.gcbits.01P^go.string.hdr."func() (*objfile.Disasm, error)"pPgo.weak.type.*func() (*"".Disasm, error)ð>type.func() (*"".Disasm, error)Àð>type.func() (*"".Disasm, error)ðtype.*"".Disasm€type.errorþŒgo.typelink.func() (*objfile.Disasm, error)	func() (*"".Disasm, error)>type.func() (*"".Disasm, error)þ,go.string.hdr."GOARCH"  $go.string."GOARCH"þ$go.string."GOARCH"GOARCHþ6go.string.hdr."PCLineTable"  .go.string."PCLineTable"þ.go.string."PCLineTable" PCLineTableþXgo.string.hdr."func() (*gosym.Table, error)"  Pgo.string."func() (*gosym.Table, error)"þPgo.string."func() (*gosym.Table, error)"@:func() (*gosym.Table, error)þNtype.func() (*debug/gosym.Table, error)öl0u30€ runtime.algarray@"runtime.gcbits.01PXgo.string.hdr."func() (*gosym.Table, error)"p`go.weak.type.*func() (*debug/gosym.Table, error)ðNtype.func() (*debug/gosym.Table, error)ÀðNtype.func() (*debug/gosym.Table, error)ð.type.*debug/gosym.Table€type.errorþ–go.typelink.func() (*gosym.Table, error)	func() (*debug/gosym.Table, error)Ntype.func() (*debug/gosym.Table, error)þ.go.string.hdr."Symbols"  &go.string."Symbols"þ&go.string."Symbols"Symbolsþ(go.string.hdr."Text"   go.string."Text"þ go.string."Text"
Textþtype.*"".File  uPŽR6J0  runtime.algarray@"runtime.gcbits.01P:go.string.hdr."*objfile.File"p,go.weak.type.**"".File€type."".File`type.*"".File°àtype.*"".Fileà*go.string.hdr."Close"€"type.func() error2type.func(*"".File) error  "".(*File).Close° "".(*File).CloseÀ,go.string.hdr."Disasm"à>type.func() (*"".Disasm, error)ðNtype.func(*"".File) (*"".Disasm, error)€""".(*File).Disasm""".(*File).Disasm ,go.string.hdr."GOARCH"À$type.func() stringÐ4type.func(*"".File) stringà""".(*File).GOARCHð""".(*File).GOARCH€6go.string.hdr."PCLineTable" Ntype.func() (*debug/gosym.Table, error)°^type.func(*"".File) (*debug/gosym.Table, error)À,"".(*File).PCLineTableÐ,"".(*File).PCLineTableà.go.string.hdr."Symbols"€:type.func() ([]"".Sym, error)Jtype.func(*"".File) ([]"".Sym, error) $"".(*File).Symbols°$"".(*File).SymbolsÀ(go.string.hdr."Text"àHtype.func() (uint64, []uint8, error)ðXtype.func(*"".File) (uint64, []uint8, error)€"".(*File).Text"".(*File).Textþ type..hashfunc24  ,runtime.memhash_varlenþtype..eqfunc24  .runtime.memequal_varlenþtype..alg24   type..hashfunc24type..eqfunc24þ"runtime.gcbits.04þˆgo.string.hdr."struct { F uintptr; addr uint64; d *objfile.Disasm }"  4€go.string."struct { F uintptr; addr uint64; d *objfile.Disasm }"þ€go.string."struct { F uintptr; addr uint64; d *objfile.Disasm }"pjstruct { F uintptr; addr uint64; d *objfile.Disasm }þ$go.string.hdr.".F"  go.string.".F"þgo.string.".F".Fþ(go.string.hdr."addr"   go.string."addr"þ go.string."addr"
addrþ"go.string.hdr."d"  go.string."d"þgo.string."d"dþhtype.struct { F uintptr; addr uint64; d *"".Disasm }  @jâ0type..alg24@"runtime.gcbits.04Pˆgo.string.hdr."struct { F uintptr; addr uint64; d *objfile.Disasm }"pzgo.weak.type.*struct { F uintptr; addr uint64; d *"".Disasm }€°htype.struct { F uintptr; addr uint64; d *"".Disasm }°$go.string.hdr.".F"À"go.importpath."".Ðtype.uintptr€(go.string.hdr."addr""go.importpath."". type.uint64Ð"go.string.hdr."d"à"go.importpath."".ðtype.*"".DisasmþŠgo.string.hdr."*struct { F uintptr; addr uint64; d *objfile.Disasm }"  5‚go.string."*struct { F uintptr; addr uint64; d *objfile.Disasm }"þ‚go.string."*struct { F uintptr; addr uint64; d *objfile.Disasm }"pl*struct { F uintptr; addr uint64; d *objfile.Disasm }þjtype.*struct { F uintptr; addr uint64; d *"".Disasm }¿SŒß6
0  runtime.algarray@"runtime.gcbits.01PŠgo.string.hdr."*struct { F uintptr; addr uint64; d *objfile.Disasm }"p|go.weak.type.**struct { F uintptr; addr uint64; d *"".Disasm }€htype.struct { F uintptr; addr uint64; d *"".Disasm }þ"runtime.gcbits.0eþ¶go.string.hdr."struct { F uintptr; d *objfile.Disasm; tw *tabwriter.Writer; code []uint8 }"  K®go.string."struct { F uintptr; d *objfile.Disasm; tw *tabwriter.Writer; code []uint8 }"þ®go.string."struct { F uintptr; d *objfile.Disasm; tw *tabwriter.Writer; code []uint8 }" ˜struct { F uintptr; d *objfile.Disasm; tw *tabwriter.Writer; code []uint8 }þ$go.string.hdr."tw"  go.string."tw"þgo.string."tw"twþ(go.string.hdr."code"   go.string."code"þ go.string."code"
codeþ type.struct { F uintptr; d *"".Disasm; tw *text/tabwriter.Writer; code []uint8 }ðð0 PiãW"0à runtime.algarray@"runtime.gcbits.0eP¶go.string.hdr."struct { F uintptr; d *objfile.Disasm; tw *tabwriter.Writer; code []uint8 }"p²go.weak.type.*struct { F uintptr; d *"".Disasm; tw *text/tabwriter.Writer; code []uint8 }€° type.struct { F uintptr; d *"".Disasm; tw *text/tabwriter.Writer; code []uint8 }°$go.string.hdr.".F"À"go.importpath."".Ðtype.uintptr€"go.string.hdr."d""go.importpath."". type.*"".DisasmÐ$go.string.hdr."tw"à"go.importpath."".ð6type.*text/tabwriter.Writer (go.string.hdr."code"°"go.importpath."".Àtype.[]uint8þ8go.string.hdr."interface {}"  0go.string."interface {}"þ0go.string."interface {}" interface {}þ"type.interface {}°°çW 
0€ runtime.algarray@"runtime.gcbits.03P8go.string.hdr."interface {}"p4go.weak.type.*interface {}€°"type.interface {}þ<go.string.hdr."[]interface {}"  4go.string."[]interface {}"þ4go.string."[]interface {}" []interface {}þ&type.[]interface {}p“ê/
0  runtime.algarray@"runtime.gcbits.01P<go.string.hdr."[]interface {}"p8go.weak.type.*[]interface {}€"type.interface {}þRgo.typelink.[]interface {}	[]interface {}&type.[]interface {}þTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2þTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440þTgclocals·3bb21ca8fe1d99a3e492463bd711418aþ<type..hashfunc.[2]interface {}4type..hash.[2]interface {}þ8type..eqfunc.[2]interface {}0type..eq.[2]interface {}þ2type..alg.[2]interface {}  <type..hashfunc.[2]interface {}8type..eqfunc.[2]interface {}þ"runtime.gcbits.0fþ>go.string.hdr."[2]interface {}"  6go.string."[2]interface {}"þ6go.string."[2]interface {}"  [2]interface {}þ(type.[2]interface {}°°  ,Y¤ñ02type..alg.[2]interface {}@"runtime.gcbits.0fP>go.string.hdr."[2]interface {}"p:go.weak.type.*[2]interface {}€"type.interface {}&type.[]interface {}þVgo.typelink.[2]interface {}	[2]interface {}(type.[2]interface {}þ@go.string.hdr."*[2]interface {}"  8go.string."*[2]interface {}"þ8go.string."*[2]interface {}"0"*[2]interface {}þ*type.*[2]interface {}¾s-q6
0  runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*[2]interface {}"p<go.weak.type.**[2]interface {}€(type.[2]interface {}þ¸go.string.hdr."*struct { F uintptr; d *objfile.Disasm; tw *tabwriter.Writer; code []uint8 }"  L°go.string."*struct { F uintptr; d *objfile.Disasm; tw *tabwriter.Writer; code []uint8 }"þ°go.string."*struct { F uintptr; d *objfile.Disasm; tw *tabwriter.Writer; code []uint8 }" š*struct { F uintptr; d *objfile.Disasm; tw *tabwriter.Writer; code []uint8 }þ¢type.*struct { F uintptr; d *"".Disasm; tw *text/tabwriter.Writer; code []uint8 }ÏRåÈ6
0  runtime.algarray@"runtime.gcbits.01P¸go.string.hdr."*struct { F uintptr; d *objfile.Disasm; tw *tabwriter.Writer; code []uint8 }"p´go.weak.type.**struct { F uintptr; d *"".Disasm; tw *text/tabwriter.Writer; code []uint8 }€ type.struct { F uintptr; d *"".Disasm; tw *text/tabwriter.Writer; code []uint8 }þ"runtime.gcbits.02þngo.string.hdr."struct { F uintptr; R *objfile.Disasm }"  'fgo.string."struct { F uintptr; R *objfile.Disasm }"þfgo.string."struct { F uintptr; R *objfile.Disasm }"PPstruct { F uintptr; R *objfile.Disasm }þ"go.string.hdr."F"  go.string."F"þgo.string."F"Fþ"go.string.hdr."R"  go.string."R"þgo.string."R"RþNtype.struct { F uintptr; R *"".Disasm }ÐÐñÄr;0À runtime.algarray@"runtime.gcbits.02Pngo.string.hdr."struct { F uintptr; R *objfile.Disasm }"p`go.weak.type.*struct { F uintptr; R *"".Disasm }€°Ntype.struct { F uintptr; R *"".Disasm }°"go.string.hdr."F"Ðtype.uintptr€"go.string.hdr."R" type.*"".Disasmþpgo.string.hdr."*struct { F uintptr; R *objfile.Disasm }"  (hgo.string."*struct { F uintptr; R *objfile.Disasm }"þhgo.string."*struct { F uintptr; R *objfile.Disasm }"`R*struct { F uintptr; R *objfile.Disasm }þPtype.*struct { F uintptr; R *"".Disasm }RÓÃ6
0  runtime.algarray@"runtime.gcbits.01Ppgo.string.hdr."*struct { F uintptr; R *objfile.Disasm }"pbgo.weak.type.**struct { F uintptr; R *"".Disasm }€Ntype.struct { F uintptr; R *"".Disasm }þFgo.string.hdr."*objfile.textReader"  >go.string."*objfile.textReader"þ>go.string."*objfile.textReader"0(*objfile.textReaderþ.go.string.hdr."objfile"  &go.string."objfile"þ&go.string."objfile"objfileþ4go.string.hdr."textReader"  
,go.string."textReader"þ,go.string."textReader" textReaderþ,go.string.hdr."ReadAt"  $go.string."ReadAt"þ$go.string."ReadAt"ReadAtþTgclocals·3f8a00baf9a714dfe750894a3b86ebac  þTgclocals·99ef9ff0bd07d0e619cc0988c2dabb63  þŒgo.string.hdr."func(*objfile.textReader, []uint8, int64) (int, error)"  6„go.string."func(*objfile.textReader, []uint8, int64) (int, error)"þ„go.string."func(*objfile.textReader, []uint8, int64) (int, error)"pnfunc(*objfile.textReader, []uint8, int64) (int, error)þltype.func(*"".textReader, []uint8, int64) (int, error)ÀÀÝÑ&30€ runtime.algarray@"runtime.gcbits.01PŒgo.string.hdr."func(*objfile.textReader, []uint8, int64) (int, error)"p~go.weak.type.*func(*"".textReader, []uint8, int64) (int, error)ðltype.func(*"".textReader, []uint8, int64) (int, error)À ltype.func(*"".textReader, []uint8, int64) (int, error)ð&type.*"".textReader€type.[]uint8type.int64 type.int°type.errorþègo.typelink.func(*objfile.textReader, []uint8, int64) (int, error)	func(*"".textReader, []uint8, int64) (int, error)ltype.func(*"".textReader, []uint8, int64) (int, error)þbgo.string.hdr."func([]uint8, int64) (int, error)"  !Zgo.string."func([]uint8, int64) (int, error)"þZgo.string."func([]uint8, int64) (int, error)"PDfunc([]uint8, int64) (int, error)þLtype.func([]uint8, int64) (int, error)°°ŠC¶,30€ runtime.algarray@"runtime.gcbits.01Pbgo.string.hdr."func([]uint8, int64) (int, error)"p^go.weak.type.*func([]uint8, int64) (int, error)ðLtype.func([]uint8, int64) (int, error)ÀLtype.func([]uint8, int64) (int, error)ðtype.[]uint8€type.int64type.int type.errorþžgo.typelink.func([]uint8, int64) (int, error)	func([]uint8, int64) (int, error)Ltype.func([]uint8, int64) (int, error)þ&type.*"".textReaderÀÀ9ör60  runtime.algarray@"runtime.gcbits.01PFgo.string.hdr."*objfile.textReader"p8go.weak.type.**"".textReader€$type."".textReader`&type.*"".textReader°à&type.*"".textReaderà,go.string.hdr."ReadAt"€Ltype.func([]uint8, int64) (int, error)ltype.func(*"".textReader, []uint8, int64) (int, error) ."".(*textReader).ReadAt°."".(*textReader).ReadAtþDgo.string.hdr."objfile.textReader"  <go.string."objfile.textReader"þ<go.string."objfile.textReader"0&objfile.textReaderþ$go.string.hdr."pc"  go.string."pc"þgo.string."pc"pcþŠgo.string.hdr."func(objfile.textReader, []uint8, int64) (int, error)"  5‚go.string."func(objfile.textReader, []uint8, int64) (int, error)"þ‚go.string."func(objfile.textReader, []uint8, int64) (int, error)"plfunc(objfile.textReader, []uint8, int64) (int, error)þjtype.func("".textReader, []uint8, int64) (int, error)ÀÀȕJ¸30€ runtime.algarray@"runtime.gcbits.01PŠgo.string.hdr."func(objfile.textReader, []uint8, int64) (int, error)"p|go.weak.type.*func("".textReader, []uint8, int64) (int, error)ðjtype.func("".textReader, []uint8, int64) (int, error)À jtype.func("".textReader, []uint8, int64) (int, error)ð$type."".textReader€type.[]uint8type.int64 type.int°type.errorþägo.typelink.func(objfile.textReader, []uint8, int64) (int, error)	func("".textReader, []uint8, int64) (int, error)jtype.func("".textReader, []uint8, int64) (int, error)þ$type."".textReader€€ +*<:(0à runtime.algarray@"runtime.gcbits.01PDgo.string.hdr."objfile.textReader"p&type.*"".textReader€°$type."".textReader°(go.string.hdr."code"À"go.importpath."".Ðtype.[]uint8€$go.string.hdr."pc""go.importpath."". type.uint64`Ð$type."".textReaderÐ4go.string.hdr."textReader"à"go.importpath."".ð $type."".textReader ,go.string.hdr."ReadAt"ÀLtype.func([]uint8, int64) (int, error)Ðjtype.func("".textReader, []uint8, int64) (int, error)à."".(*textReader).ReadAtð("".textReader.ReadAtþ@go.string.hdr."*objfile.elfFile"  8go.string."*objfile.elfFile"þ8go.string."*objfile.elfFile"0"*objfile.elfFileþZgo.string.hdr."func(*objfile.elfFile) string"  Rgo.string."func(*objfile.elfFile) string"þRgo.string."func(*objfile.elfFile) string"@<func(*objfile.elfFile) stringþ:type.func(*"".elfFile) string;ôG>30€ runtime.algarray@"runtime.gcbits.01PZgo.string.hdr."func(*objfile.elfFile) string"pLgo.weak.type.*func(*"".elfFile) stringð:type.func(*"".elfFile) stringÀ€:type.func(*"".elfFile) stringð type.*"".elfFile€type.stringþ„go.typelink.func(*objfile.elfFile) string	func(*"".elfFile) string:type.func(*"".elfFile) stringþgo.string.hdr."func(*objfile.elfFile) (uint64, []uint8, []uint8, error)"  8ˆgo.string."func(*objfile.elfFile) (uint64, []uint8, []uint8, error)"þˆgo.string."func(*objfile.elfFile) (uint64, []uint8, []uint8, error)"€rfunc(*objfile.elfFile) (uint64, []uint8, []uint8, error)þptype.func(*"".elfFile) (uint64, []uint8, []uint8, error)ÀÀ€}30€ runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*objfile.elfFile) (uint64, []uint8, []uint8, error)"p‚go.weak.type.*func(*"".elfFile) (uint64, []uint8, []uint8, error)ðptype.func(*"".elfFile) (uint64, []uint8, []uint8, error)À€ptype.func(*"".elfFile) (uint64, []uint8, []uint8, error)ð type.*"".elfFile€type.uint64type.[]uint8 type.[]uint8°type.errorþðgo.typelink.func(*objfile.elfFile) (uint64, []uint8, []uint8, error)	func(*"".elfFile) (uint64, []uint8, []uint8, error)ptype.func(*"".elfFile) (uint64, []uint8, []uint8, error)þzgo.string.hdr."func(*objfile.elfFile) ([]objfile.Sym, error)"  -rgo.string."func(*objfile.elfFile) ([]objfile.Sym, error)"þrgo.string."func(*objfile.elfFile) ([]objfile.Sym, error)"`\func(*objfile.elfFile) ([]objfile.Sym, error)þPtype.func(*"".elfFile) ([]"".Sym, error)  bÆ}¤30€ runtime.algarray@"runtime.gcbits.01Pzgo.string.hdr."func(*objfile.elfFile) ([]objfile.Sym, error)"pbgo.weak.type.*func(*"".elfFile) ([]"".Sym, error)ðPtype.func(*"".elfFile) ([]"".Sym, error)À€Ptype.func(*"".elfFile) ([]"".Sym, error)ð type.*"".elfFile€type.[]"".Symtype.errorþºgo.typelink.func(*objfile.elfFile) ([]objfile.Sym, error)	func(*"".elfFile) ([]"".Sym, error)Ptype.func(*"".elfFile) ([]"".Sym, error)þ~go.string.hdr."func(*objfile.elfFile) (uint64, []uint8, error)"  /vgo.string."func(*objfile.elfFile) (uint64, []uint8, error)"þvgo.string."func(*objfile.elfFile) (uint64, []uint8, error)"``func(*objfile.elfFile) (uint64, []uint8, error)þ^type.func(*"".elfFile) (uint64, []uint8, error)°°÷ÍBj30€ runtime.algarray@"runtime.gcbits.01P~go.string.hdr."func(*objfile.elfFile) (uint64, []uint8, error)"ppgo.weak.type.*func(*"".elfFile) (uint64, []uint8, error)ð^type.func(*"".elfFile) (uint64, []uint8, error)À€^type.func(*"".elfFile) (uint64, []uint8, error)ð type.*"".elfFile€type.uint64type.[]uint8 type.errorþÌgo.typelink.func(*objfile.elfFile) (uint64, []uint8, error)	func(*"".elfFile) (uint64, []uint8, error)^type.func(*"".elfFile) (uint64, []uint8, error)þ type.*"".elfFileààíŸJò6>0  runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*objfile.elfFile"p2go.weak.type.**"".elfFile€type."".elfFile` type.*"".elfFile°à type.*"".elfFileà,go.string.hdr."goarch"ð"go.importpath."".€$type.func() string:type.func(*"".elfFile) string ("".(*elfFile).goarch°("".(*elfFile).goarchÀ(go.string.hdr."pcln"Ð"go.importpath."".àZtype.func() (uint64, []uint8, []uint8, error)ðptype.func(*"".elfFile) (uint64, []uint8, []uint8, error)€$"".(*elfFile).pcln$"".(*elfFile).pcln .go.string.hdr."symbols"°"go.importpath."".À:type.func() ([]"".Sym, error)ÐPtype.func(*"".elfFile) ([]"".Sym, error)à*"".(*elfFile).symbolsð*"".(*elfFile).symbols€(go.string.hdr."text""go.importpath."". Htype.func() (uint64, []uint8, error)°^type.func(*"".elfFile) (uint64, []uint8, error)À$"".(*elfFile).textÐ$"".(*elfFile).textþ>go.string.hdr."objfile.elfFile"  6go.string."objfile.elfFile"þ6go.string."objfile.elfFile"  objfile.elfFileþ&go.string.hdr."elf"  go.string."elf"þgo.string."elf"elfþ.go.string.hdr."elfFile"  &go.string."elfFile"þ&go.string."elfFile"elfFileþtype."".elfFileÐÐ\”­‘90  runtime.algarray@"runtime.gcbits.01P>go.string.hdr."objfile.elfFile"p type.*"".elfFile€°type."".elfFile°&go.string.hdr."elf"À"go.importpath."".Ð(type.*debug/elf.File`€type."".elfFile€.go.string.hdr."elfFile""go.importpath."". Ðtype."".elfFileþ8go.string.hdr."[]elf.Symbol"  0go.string."[]elf.Symbol"þ0go.string."[]elf.Symbol" []elf.Symbolþ.type.[]debug/elf.SymbolVt™
0  runtime.algarray@"runtime.gcbits.01P8go.string.hdr."[]elf.Symbol"p@go.weak.type.*[]debug/elf.Symbol€*type.debug/elf.SymbolþVgo.typelink.[]elf.Symbol	[]debug/elf.Symbol.type.[]debug/elf.SymbolþDgo.string.hdr."*objfile.goobjFile"  <go.string."*objfile.goobjFile"þ<go.string."*objfile.goobjFile"0&*objfile.goobjFileþ^go.string.hdr."func(*objfile.goobjFile) string"  Vgo.string."func(*objfile.goobjFile) string"þVgo.string."func(*objfile.goobjFile) string"@@func(*objfile.goobjFile) stringþ>type.func(*"".goobjFile) stringi~•30€ runtime.algarray@"runtime.gcbits.01P^go.string.hdr."func(*objfile.goobjFile) string"pPgo.weak.type.*func(*"".goobjFile) stringð>type.func(*"".goobjFile) stringÀ€>type.func(*"".goobjFile) stringð$type.*"".goobjFile€type.stringþŒgo.typelink.func(*objfile.goobjFile) string	func(*"".goobjFile) string>type.func(*"".goobjFile) stringþ”go.string.hdr."func(*objfile.goobjFile) (uint64, []uint8, []uint8, error)"  :Œgo.string."func(*objfile.goobjFile) (uint64, []uint8, []uint8, error)"þŒgo.string."func(*objfile.goobjFile) (uint64, []uint8, []uint8, error)"€vfunc(*objfile.goobjFile) (uint64, []uint8, []uint8, error)þttype.func(*"".goobjFile) (uint64, []uint8, []uint8, error)ÀÀsµ~30€ runtime.algarray@"runtime.gcbits.01P”go.string.hdr."func(*objfile.goobjFile) (uint64, []uint8, []uint8, error)"p†go.weak.type.*func(*"".goobjFile) (uint64, []uint8, []uint8, error)ðttype.func(*"".goobjFile) (uint64, []uint8, []uint8, error)À€ttype.func(*"".goobjFile) (uint64, []uint8, []uint8, error)ð$type.*"".goobjFile€type.uint64type.[]uint8 type.[]uint8°type.errorþøgo.typelink.func(*objfile.goobjFile) (uint64, []uint8, []uint8, error)	func(*"".goobjFile) (uint64, []uint8, []uint8, error)ttype.func(*"".goobjFile) (uint64, []uint8, []uint8, error)þ~go.string.hdr."func(*objfile.goobjFile) ([]objfile.Sym, error)"  /vgo.string."func(*objfile.goobjFile) ([]objfile.Sym, error)"þvgo.string."func(*objfile.goobjFile) ([]objfile.Sym, error)"``func(*objfile.goobjFile) ([]objfile.Sym, error)þTtype.func(*"".goobjFile) ([]"".Sym, error)  Mplk30€ runtime.algarray@"runtime.gcbits.01P~go.string.hdr."func(*objfile.goobjFile) ([]objfile.Sym, error)"pfgo.weak.type.*func(*"".goobjFile) ([]"".Sym, error)ðTtype.func(*"".goobjFile) ([]"".Sym, error)À€Ttype.func(*"".goobjFile) ([]"".Sym, error)ð$type.*"".goobjFile€type.[]"".Symtype.errorþÂgo.typelink.func(*objfile.goobjFile) ([]objfile.Sym, error)	func(*"".goobjFile) ([]"".Sym, error)Ttype.func(*"".goobjFile) ([]"".Sym, error)þ‚go.string.hdr."func(*objfile.goobjFile) (uint64, []uint8, error)"  1zgo.string."func(*objfile.goobjFile) (uint64, []uint8, error)"þzgo.string."func(*objfile.goobjFile) (uint64, []uint8, error)"pdfunc(*objfile.goobjFile) (uint64, []uint8, error)þbtype.func(*"".goobjFile) (uint64, []uint8, error)°°pg›30€ runtime.algarray@"runtime.gcbits.01P‚go.string.hdr."func(*objfile.goobjFile) (uint64, []uint8, error)"ptgo.weak.type.*func(*"".goobjFile) (uint64, []uint8, error)ðbtype.func(*"".goobjFile) (uint64, []uint8, error)À€btype.func(*"".goobjFile) (uint64, []uint8, error)ð$type.*"".goobjFile€type.uint64type.[]uint8 type.errorþÔgo.typelink.func(*objfile.goobjFile) (uint64, []uint8, error)	func(*"".goobjFile) (uint64, []uint8, error)btype.func(*"".goobjFile) (uint64, []uint8, error)þ$type.*"".goobjFileàà\ô^6>0  runtime.algarray@"runtime.gcbits.01PDgo.string.hdr."*objfile.goobjFile"p6go.weak.type.**"".goobjFile€"type."".goobjFile`$type.*"".goobjFile°à$type.*"".goobjFileà,go.string.hdr."goarch"ð"go.importpath."".€$type.func() string>type.func(*"".goobjFile) string ,"".(*goobjFile).goarch°,"".(*goobjFile).goarchÀ(go.string.hdr."pcln"Ð"go.importpath."".àZtype.func() (uint64, []uint8, []uint8, error)ðttype.func(*"".goobjFile) (uint64, []uint8, []uint8, error)€("".(*goobjFile).pcln("".(*goobjFile).pcln .go.string.hdr."symbols"°"go.importpath."".À:type.func() ([]"".Sym, error)ÐTtype.func(*"".goobjFile) ([]"".Sym, error)à."".(*goobjFile).symbolsð."".(*goobjFile).symbols€(go.string.hdr."text""go.importpath."". Htype.func() (uint64, []uint8, error)°btype.func(*"".goobjFile) (uint64, []uint8, error)À("".(*goobjFile).textÐ("".(*goobjFile).textþBgo.string.hdr."objfile.goobjFile"  :go.string."objfile.goobjFile"þ:go.string."objfile.goobjFile"0$objfile.goobjFileþ*go.string.hdr."goobj"  "go.string."goobj"þ"go.string."goobj"goobjþ2go.string.hdr."goobjFile"  	*go.string."goobjFile"þ*go.string."goobjFile" goobjFileþ"type."".goobjFileÐЇ¯_90  runtime.algarray@"runtime.gcbits.01PBgo.string.hdr."objfile.goobjFile"p$type.*"".goobjFile€°"type."".goobjFile°*go.string.hdr."goobj"À"go.importpath."".Ð@type.*cmd/internal/goobj.Package`€"type."".goobjFile€2go.string.hdr."goobjFile""go.importpath."". Ð"type."".goobjFileþ:go.string.hdr."[]goobj.SymID"  
2go.string."[]goobj.SymID"þ2go.string."[]goobj.SymID" []goobj.SymIDþ>type.[]cmd/internal/goobj.SymIDÊܣ1
0  runtime.algarray@"runtime.gcbits.01P:go.string.hdr."[]goobj.SymID"pPgo.weak.type.*[]cmd/internal/goobj.SymID€:type.cmd/internal/goobj.SymIDþhgo.typelink.[]goobj.SymID	[]cmd/internal/goobj.SymID>type.[]cmd/internal/goobj.SymIDþTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2þTgclocals·34eab47d33fa46b254c22cdccfd2dc77  þTgclocals·51af24152615272c3d9efc8538f95767  þTtype..hashfunc.[8]cmd/internal/goobj.SymIDLtype..hash.[8]cmd/internal/goobj.SymIDþPtype..eqfunc.[8]cmd/internal/goobj.SymIDHtype..eq.[8]cmd/internal/goobj.SymIDþJtype..alg.[8]cmd/internal/goobj.SymID  Ttype..hashfunc.[8]cmd/internal/goobj.SymIDPtype..eqfunc.[8]cmd/internal/goobj.SymIDþ*runtime.gcbits.499224I’$þ<go.string.hdr."[8]goobj.SymID"  4go.string."[8]goobj.SymID"þ4go.string."[8]goobj.SymID" [8]goobj.SymIDþ@type.[8]cmd/internal/goobj.SymID°°À°èÔk50Jtype..alg.[8]cmd/internal/goobj.SymID@*runtime.gcbits.499224P<go.string.hdr."[8]goobj.SymID"pRgo.weak.type.*[8]cmd/internal/goobj.SymID€:type.cmd/internal/goobj.SymID>type.[]cmd/internal/goobj.SymIDþlgo.typelink.[8]goobj.SymID	[8]cmd/internal/goobj.SymID@type.[8]cmd/internal/goobj.SymIDþ,go.string.hdr."[]bool"  $go.string."[]bool"þ$go.string."[]bool"[]boolþtype.[]bool±åç
0  runtime.algarray@"runtime.gcbits.01P,go.string.hdr."[]bool"p(go.weak.type.*[]bool€type.boolþ2go.typelink.[]bool	[]booltype.[]boolþ.go.string.hdr."[8]bool"  &go.string."[8]bool"þ&go.string."[8]bool"[8]boolþtype.[8]bool°°s£5‘0  runtime.algarray@runtime.gcbits.P.go.string.hdr."[8]bool"p*go.weak.type.*[8]bool€type.booltype.[]boolþ6go.typelink.[8]bool	[8]booltype.[8]boolþXgo.string.hdr."*map.bucket[goobj.SymID]bool"  Pgo.string."*map.bucket[goobj.SymID]bool"þPgo.string."*map.bucket[goobj.SymID]bool"@:*map.bucket[goobj.SymID]boolþ\type.*map.bucket[cmd/internal/goobj.SymID]booláÿžº6
0  runtime.algarray@"runtime.gcbits.01PXgo.string.hdr."*map.bucket[goobj.SymID]bool"pngo.weak.type.**map.bucket[cmd/internal/goobj.SymID]bool€Ztype.map.bucket[cmd/internal/goobj.SymID]boolþ.runtime.gcbits.92244904’$IþVgo.string.hdr."map.bucket[goobj.SymID]bool"  Ngo.string."map.bucket[goobj.SymID]bool"þNgo.string."map.bucket[goobj.SymID]bool"@8map.bucket[goobj.SymID]boolþZtype.map.bucket[cmd/internal/goobj.SymID]boolððØØj-…ÈÐ0à runtime.algarray@.runtime.gcbits.92244904PVgo.string.hdr."map.bucket[goobj.SymID]bool"plgo.weak.type.*map.bucket[cmd/internal/goobj.SymID]bool€°Ztype.map.bucket[cmd/internal/goobj.SymID]bool°.go.string.hdr."topbits"Ðtype.[8]uint8€(go.string.hdr."keys" @type.[8]cmd/internal/goobj.SymIDÐ,go.string.hdr."values"ðtype.[8]bool 0go.string.hdr."overflow"À\type.*map.bucket[cmd/internal/goobj.SymID]boolþPgo.string.hdr."map.hdr[goobj.SymID]bool"  Hgo.string."map.hdr[goobj.SymID]bool"þHgo.string."map.hdr[goobj.SymID]bool"@2map.hdr[goobj.SymID]boolþTtype.map.hdr[cmd/internal/goobj.SymID]bool°°00Ցd	 (*0à runtime.algarray@"runtime.gcbits.2cPPgo.string.hdr."map.hdr[goobj.SymID]bool"pfgo.weak.type.*map.hdr[cmd/internal/goobj.SymID]bool€°Ttype.map.hdr[cmd/internal/goobj.SymID]bool°*go.string.hdr."count"Ðtype.int€*go.string.hdr."flags" type.uint8Ð"go.string.hdr."B"ðtype.uint8 *go.string.hdr."hash0"Àtype.uint32ð.go.string.hdr."buckets"\type.*map.bucket[cmd/internal/goobj.SymID]boolÀ4go.string.hdr."oldbuckets"à\type.*map.bucket[cmd/internal/goobj.SymID]bool2go.string.hdr."nevacuate"°type.uintptrà0go.string.hdr."overflow"€&type.unsafe.PointerþHgo.string.hdr."map[goobj.SymID]bool"  @go.string."map[goobj.SymID]bool"þ@go.string."map[goobj.SymID]bool"0*map[goobj.SymID]boolþLtype.map[cmd/internal/goobj.SymID]boolÐЙùÑ)5Ø0€ runtime.algarray@"runtime.gcbits.01PHgo.string.hdr."map[goobj.SymID]bool"p^go.weak.type.*map[cmd/internal/goobj.SymID]bool€:type.cmd/internal/goobj.SymIDtype.bool Ztype.map.bucket[cmd/internal/goobj.SymID]bool°Ttype.map.hdr[cmd/internal/goobj.SymID]boolþ„go.typelink.map[goobj.SymID]bool	map[cmd/internal/goobj.SymID]boolLtype.map[cmd/internal/goobj.SymID]boolþ8go.string.hdr."[]*goobj.Sym"  0go.string."[]*goobj.Sym"þ0go.string."[]*goobj.Sym" []*goobj.Symþ<type.[]*cmd/internal/goobj.SymªµK
0  runtime.algarray@"runtime.gcbits.01P8go.string.hdr."[]*goobj.Sym"pNgo.weak.type.*[]*cmd/internal/goobj.Sym€8type.*cmd/internal/goobj.Symþdgo.typelink.[]*goobj.Sym	[]*cmd/internal/goobj.Sym<type.[]*cmd/internal/goobj.Symþ:go.string.hdr."[]goobj.Reloc"  
2go.string."[]goobj.Reloc"þ2go.string."[]goobj.Reloc" []goobj.Relocþ>type.[]cmd/internal/goobj.RelocíÖâ’
0  runtime.algarray@"runtime.gcbits.01P:go.string.hdr."[]goobj.Reloc"pPgo.weak.type.*[]cmd/internal/goobj.Reloc€:type.cmd/internal/goobj.Relocþhgo.typelink.[]goobj.Reloc	[]cmd/internal/goobj.Reloc>type.[]cmd/internal/goobj.Relocþ6go.string.hdr."**goobj.Sym"  .go.string."**goobj.Sym"þ.go.string."**goobj.Sym" **goobj.Symþ:type.**cmd/internal/goobj.Sym1â>&6
0  runtime.algarray@"runtime.gcbits.01P6go.string.hdr."**goobj.Sym"pLgo.weak.type.***cmd/internal/goobj.Sym€8type.*cmd/internal/goobj.SymþDgo.string.hdr."*objfile.machoFile"  <go.string."*objfile.machoFile"þ<go.string."*objfile.machoFile"0&*objfile.machoFileþ^go.string.hdr."func(*objfile.machoFile) string"  Vgo.string."func(*objfile.machoFile) string"þVgo.string."func(*objfile.machoFile) string"@@func(*objfile.machoFile) stringþ>type.func(*"".machoFile) stringS¼ý30€ runtime.algarray@"runtime.gcbits.01P^go.string.hdr."func(*objfile.machoFile) string"pPgo.weak.type.*func(*"".machoFile) stringð>type.func(*"".machoFile) stringÀ€>type.func(*"".machoFile) stringð$type.*"".machoFile€type.stringþŒgo.typelink.func(*objfile.machoFile) string	func(*"".machoFile) string>type.func(*"".machoFile) stringþ”go.string.hdr."func(*objfile.machoFile) (uint64, []uint8, []uint8, error)"  :Œgo.string."func(*objfile.machoFile) (uint64, []uint8, []uint8, error)"þŒgo.string."func(*objfile.machoFile) (uint64, []uint8, []uint8, error)"€vfunc(*objfile.machoFile) (uint64, []uint8, []uint8, error)þttype.func(*"".machoFile) (uint64, []uint8, []uint8, error)ÀÀ˜†š30€ runtime.algarray@"runtime.gcbits.01P”go.string.hdr."func(*objfile.machoFile) (uint64, []uint8, []uint8, error)"p†go.weak.type.*func(*"".machoFile) (uint64, []uint8, []uint8, error)ðttype.func(*"".machoFile) (uint64, []uint8, []uint8, error)À€ttype.func(*"".machoFile) (uint64, []uint8, []uint8, error)ð$type.*"".machoFile€type.uint64type.[]uint8 type.[]uint8°type.errorþøgo.typelink.func(*objfile.machoFile) (uint64, []uint8, []uint8, error)	func(*"".machoFile) (uint64, []uint8, []uint8, error)ttype.func(*"".machoFile) (uint64, []uint8, []uint8, error)þ~go.string.hdr."func(*objfile.machoFile) ([]objfile.Sym, error)"  /vgo.string."func(*objfile.machoFile) ([]objfile.Sym, error)"þvgo.string."func(*objfile.machoFile) ([]objfile.Sym, error)"``func(*objfile.machoFile) ([]objfile.Sym, error)þTtype.func(*"".machoFile) ([]"".Sym, error)  3k30€ runtime.algarray@"runtime.gcbits.01P~go.string.hdr."func(*objfile.machoFile) ([]objfile.Sym, error)"pfgo.weak.type.*func(*"".machoFile) ([]"".Sym, error)ðTtype.func(*"".machoFile) ([]"".Sym, error)À€Ttype.func(*"".machoFile) ([]"".Sym, error)ð$type.*"".machoFile€type.[]"".Symtype.errorþÂgo.typelink.func(*objfile.machoFile) ([]objfile.Sym, error)	func(*"".machoFile) ([]"".Sym, error)Ttype.func(*"".machoFile) ([]"".Sym, error)þ‚go.string.hdr."func(*objfile.machoFile) (uint64, []uint8, error)"  1zgo.string."func(*objfile.machoFile) (uint64, []uint8, error)"þzgo.string."func(*objfile.machoFile) (uint64, []uint8, error)"pdfunc(*objfile.machoFile) (uint64, []uint8, error)þbtype.func(*"".machoFile) (uint64, []uint8, error)°°Ÿ30€ runtime.algarray@"runtime.gcbits.01P‚go.string.hdr."func(*objfile.machoFile) (uint64, []uint8, error)"ptgo.weak.type.*func(*"".machoFile) (uint64, []uint8, error)ðbtype.func(*"".machoFile) (uint64, []uint8, error)À€btype.func(*"".machoFile) (uint64, []uint8, error)ð$type.*"".machoFile€type.uint64type.[]uint8 type.errorþÔgo.typelink.func(*objfile.machoFile) (uint64, []uint8, error)	func(*"".machoFile) (uint64, []uint8, error)btype.func(*"".machoFile) (uint64, []uint8, error)þ$type.*"".machoFileàà±Áh´6>0  runtime.algarray@"runtime.gcbits.01PDgo.string.hdr."*objfile.machoFile"p6go.weak.type.**"".machoFile€"type."".machoFile`$type.*"".machoFile°à$type.*"".machoFileà,go.string.hdr."goarch"ð"go.importpath."".€$type.func() string>type.func(*"".machoFile) string ,"".(*machoFile).goarch°,"".(*machoFile).goarchÀ(go.string.hdr."pcln"Ð"go.importpath."".àZtype.func() (uint64, []uint8, []uint8, error)ðttype.func(*"".machoFile) (uint64, []uint8, []uint8, error)€("".(*machoFile).pcln("".(*machoFile).pcln .go.string.hdr."symbols"°"go.importpath."".À:type.func() ([]"".Sym, error)ÐTtype.func(*"".machoFile) ([]"".Sym, error)à."".(*machoFile).symbolsð."".(*machoFile).symbols€(go.string.hdr."text""go.importpath."". Htype.func() (uint64, []uint8, error)°btype.func(*"".machoFile) (uint64, []uint8, error)À("".(*machoFile).textÐ("".(*machoFile).textþBgo.string.hdr."objfile.machoFile"  :go.string."objfile.machoFile"þ:go.string."objfile.machoFile"0$objfile.machoFileþ*go.string.hdr."macho"  "go.string."macho"þ"go.string."macho"machoþ2go.string.hdr."machoFile"  	*go.string."machoFile"þ*go.string."machoFile" machoFileþ"type."".machoFileÐп7ùÌ90  runtime.algarray@"runtime.gcbits.01PBgo.string.hdr."objfile.machoFile"p$type.*"".machoFile€°"type."".machoFile°*go.string.hdr."macho"À"go.importpath."".Ð,type.*debug/macho.File`€"type."".machoFile€2go.string.hdr."machoFile""go.importpath."". Ð"type."".machoFileþ@go.string.hdr."*objfile.uint64s"  8go.string."*objfile.uint64s"þ8go.string."*objfile.uint64s"0"*objfile.uint64sþ.go.string.hdr."uint64s"  &go.string."uint64s"þ&go.string."uint64s"uint64sþ&go.string.hdr."Len"  go.string."Len"þgo.string."Len"LenþTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·3f5c1f818fa7055d0400cecd34057162þ(go.string.hdr."Swap"   go.string."Swap"þ go.string."Swap"
SwapþTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2þ(go.string.hdr."Less"   go.string."Less"þ go.string."Less"
LessþTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·2fccd208efe70893f9ac8d682812ae72þTgo.string.hdr."func(*objfile.uint64s) int"  Lgo.string."func(*objfile.uint64s) int"þLgo.string."func(*objfile.uint64s) int"@6func(*objfile.uint64s) intþ4type.func(*"".uint64s) intþ'é30€ runtime.algarray@"runtime.gcbits.01PTgo.string.hdr."func(*objfile.uint64s) int"pFgo.weak.type.*func(*"".uint64s) intð4type.func(*"".uint64s) intÀ€4type.func(*"".uint64s) intð type.*"".uint64s€type.intþxgo.typelink.func(*objfile.uint64s) int	func(*"".uint64s) int4type.func(*"".uint64s) intþjgo.string.hdr."func(*objfile.uint64s, int, int) bool"  %bgo.string."func(*objfile.uint64s, int, int) bool"þbgo.string."func(*objfile.uint64s, int, int) bool"PLfunc(*objfile.uint64s, int, int) boolþJtype.func(*"".uint64s, int, int) bool°°†^Ì230€ runtime.algarray@"runtime.gcbits.01Pjgo.string.hdr."func(*objfile.uint64s, int, int) bool"p\go.weak.type.*func(*"".uint64s, int, int) boolðJtype.func(*"".uint64s, int, int) boolÀ Jtype.func(*"".uint64s, int, int) boolð type.*"".uint64s€type.inttype.int type.boolþ¤go.typelink.func(*objfile.uint64s, int, int) bool	func(*"".uint64s, int, int) boolJtype.func(*"".uint64s, int, int) boolþ`go.string.hdr."func(*objfile.uint64s, int, int)"   Xgo.string."func(*objfile.uint64s, int, int)"þXgo.string."func(*objfile.uint64s, int, int)"PBfunc(*objfile.uint64s, int, int)þ@type.func(*"".uint64s, int, int)  «Ž—30€ runtime.algarray@"runtime.gcbits.01P`go.string.hdr."func(*objfile.uint64s, int, int)"pRgo.weak.type.*func(*"".uint64s, int, int)ð@type.func(*"".uint64s, int, int)À @type.func(*"".uint64s, int, int)ð type.*"".uint64s€type.inttype.intþgo.typelink.func(*objfile.uint64s, int, int)	func(*"".uint64s, int, int)@type.func(*"".uint64s, int, int)þ4go.string.hdr."func() int"  
,go.string."func() int"þ,go.string."func() int" func() intþtype.func() int€€å†9à30€ runtime.algarray@"runtime.gcbits.01P4go.string.hdr."func() int"p0go.weak.type.*func() intðtype.func() intÀðtype.func() intðtype.intþBgo.typelink.func() int	func() inttype.func() intþFgo.string.hdr."func(int, int) bool"  >go.string."func(int, int) bool"þ>go.string."func(int, int) bool"0(func(int, int) boolþ0type.func(int, int) bool  ¢"30€ runtime.algarray@"runtime.gcbits.01PFgo.string.hdr."func(int, int) bool"pBgo.weak.type.*func(int, int) boolð0type.func(int, int) boolÀ0type.func(int, int) boolðtype.int€type.inttype.boolþfgo.typelink.func(int, int) bool	func(int, int) bool0type.func(int, int) boolþ<go.string.hdr."func(int, int)"  4go.string."func(int, int)"þ4go.string."func(int, int)" func(int, int)þ&type.func(int, int)%DŽ30€ runtime.algarray@"runtime.gcbits.01P<go.string.hdr."func(int, int)"p8go.weak.type.*func(int, int)ð&type.func(int, int)À&type.func(int, int)ðtype.int€type.intþRgo.typelink.func(int, int)	func(int, int)&type.func(int, int)þ type.*"".uint64s€€Ñxúz6,0  runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*objfile.uint64s"p2go.weak.type.**"".uint64s€type."".uint64s` type.*"".uint64s°à type.*"".uint64sà&go.string.hdr."Len"€type.func() int4type.func(*"".uint64s) int """.(*uint64s).Len°""".(*uint64s).LenÀ(go.string.hdr."Less"à0type.func(int, int) boolðJtype.func(*"".uint64s, int, int) bool€$"".(*uint64s).Less$"".(*uint64s).Less (go.string.hdr."Swap"À&type.func(int, int)Ð@type.func(*"".uint64s, int, int)à$"".(*uint64s).Swapð$"".(*uint64s).Swapþ>go.string.hdr."objfile.uint64s"  6go.string."objfile.uint64s"þ6go.string."objfile.uint64s"  objfile.uint64sþRgo.string.hdr."func(objfile.uint64s) int"  Jgo.string."func(objfile.uint64s) int"þJgo.string."func(objfile.uint64s) int"@4func(objfile.uint64s) intþ2type.func("".uint64s) intiºv30€ runtime.algarray@"runtime.gcbits.01PRgo.string.hdr."func(objfile.uint64s) int"pDgo.weak.type.*func("".uint64s) intð2type.func("".uint64s) intÀ€2type.func("".uint64s) intðtype."".uint64s€type.intþtgo.typelink.func(objfile.uint64s) int	func("".uint64s) int2type.func("".uint64s) intþhgo.string.hdr."func(objfile.uint64s, int, int) bool"  $`go.string."func(objfile.uint64s, int, int) bool"þ`go.string."func(objfile.uint64s, int, int) bool"PJfunc(objfile.uint64s, int, int) boolþHtype.func("".uint64s, int, int) bool°°¸Υ30€ runtime.algarray@"runtime.gcbits.01Phgo.string.hdr."func(objfile.uint64s, int, int) bool"pZgo.weak.type.*func("".uint64s, int, int) boolðHtype.func("".uint64s, int, int) boolÀ Htype.func("".uint64s, int, int) boolðtype."".uint64s€type.inttype.int type.boolþ go.typelink.func(objfile.uint64s, int, int) bool	func("".uint64s, int, int) boolHtype.func("".uint64s, int, int) boolþ^go.string.hdr."func(objfile.uint64s, int, int)"  Vgo.string."func(objfile.uint64s, int, int)"þVgo.string."func(objfile.uint64s, int, int)"@@func(objfile.uint64s, int, int)þ>type.func("".uint64s, int, int)  ÿq(030€ runtime.algarray@"runtime.gcbits.01P^go.string.hdr."func(objfile.uint64s, int, int)"pPgo.weak.type.*func("".uint64s, int, int)ð>type.func("".uint64s, int, int)À >type.func("".uint64s, int, int)ðtype."".uint64s€type.inttype.intþŒgo.typelink.func(objfile.uint64s, int, int)	func("".uint64s, int, int)>type.func("".uint64s, int, int)þtype."".uint64s€€¾­„ó00  runtime.algarray@"runtime.gcbits.01P>go.string.hdr."objfile.uint64s"p type.*"".uint64s€type.uint64`type."".uint64s.go.string.hdr."uint64s" "go.importpath."".°àtype."".uint64sà&go.string.hdr."Len"€type.func() int2type.func("".uint64s) int """.(*uint64s).Len°"".uint64s.LenÀ(go.string.hdr."Less"à0type.func(int, int) boolðHtype.func("".uint64s, int, int) bool€$"".(*uint64s).Less"".uint64s.Less (go.string.hdr."Swap"À&type.func(int, int)Ð>type.func("".uint64s, int, int)à$"".(*uint64s).Swapð"".uint64s.Swapþ0go.string.hdr."[]uint64"  (go.string."[]uint64"þ(go.string."[]uint64" []uint64þtype.[]uint64?µi 
0  runtime.algarray@"runtime.gcbits.01P0go.string.hdr."[]uint64"p,go.weak.type.*[]uint64€type.uint64þ:go.typelink.[]uint64	[]uint64type.[]uint64þ<go.string.hdr."[]macho.Symbol"  4go.string."[]macho.Symbol"þ4go.string."[]macho.Symbol" []macho.Symbolþ2type.[]debug/macho.SymbolbgJ}
0  runtime.algarray@"runtime.gcbits.01P<go.string.hdr."[]macho.Symbol"pDgo.weak.type.*[]debug/macho.Symbol€.type.debug/macho.Symbolþ^go.typelink.[]macho.Symbol	[]debug/macho.Symbol2type.[]debug/macho.Symbolþ2go.string.hdr."*[]uint64"  	*go.string."*[]uint64"þ*go.string."*[]uint64" *[]uint64þtype.*[]uint64/DK\6
0  runtime.algarray@"runtime.gcbits.01P2go.string.hdr."*[]uint64"p.go.weak.type.**[]uint64€type.[]uint64þ"runtime.gcbits.06þŒgo.string.hdr."struct { F uintptr; addrs *[]uint64; s *macho.Symbol }"  6„go.string."struct { F uintptr; addrs *[]uint64; s *macho.Symbol }"þ„go.string."struct { F uintptr; addrs *[]uint64; s *macho.Symbol }"pnstruct { F uintptr; addrs *[]uint64; s *macho.Symbol }þ*go.string.hdr."addrs"  "go.string."addrs"þ"go.string."addrs"addrsþ"go.string.hdr."s"  go.string."s"þgo.string."s"sþ‚type.struct { F uintptr; addrs *[]uint64; s *debug/macho.Symbol }  üüY?0type..alg24@"runtime.gcbits.06PŒgo.string.hdr."struct { F uintptr; addrs *[]uint64; s *macho.Symbol }"p”go.weak.type.*struct { F uintptr; addrs *[]uint64; s *debug/macho.Symbol }€°‚type.struct { F uintptr; addrs *[]uint64; s *debug/macho.Symbol }°$go.string.hdr.".F"À"go.importpath."".Ðtype.uintptr€*go.string.hdr."addrs""go.importpath."". type.*[]uint64Ð"go.string.hdr."s"à"go.importpath."".ð0type.*debug/macho.SymbolþŽgo.string.hdr."*struct { F uintptr; addrs *[]uint64; s *macho.Symbol }"  7†go.string."*struct { F uintptr; addrs *[]uint64; s *macho.Symbol }"þ†go.string."*struct { F uintptr; addrs *[]uint64; s *macho.Symbol }"pp*struct { F uintptr; addrs *[]uint64; s *macho.Symbol }þ„type.*struct { F uintptr; addrs *[]uint64; s *debug/macho.Symbol }øÉ#
6
0  runtime.algarray@"runtime.gcbits.01PŽgo.string.hdr."*struct { F uintptr; addrs *[]uint64; s *macho.Symbol }"p–go.weak.type.**struct { F uintptr; addrs *[]uint64; s *debug/macho.Symbol }€‚type.struct { F uintptr; addrs *[]uint64; s *debug/macho.Symbol }þ type..hashfunc32   ,runtime.memhash_varlenþtype..eqfunc32   .runtime.memequal_varlenþtype..alg32   type..hashfunc32type..eqfunc32þ2go.string.hdr."[32]uint8"  	*go.string."[32]uint8"þ*go.string."[32]uint8" [32]uint8þtype.[32]uint8°° œYÿ¨‘ 0type..alg32@runtime.gcbits.P2go.string.hdr."[32]uint8"p.go.weak.type.*[32]uint8€type.uint8type.[]uint8þ>go.typelink.[32]uint8	[32]uint8type.[32]uint8þngo.string.hdr."func(*os.File) (objfile.rawFile, error)"  'fgo.string."func(*os.File) (objfile.rawFile, error)"þfgo.string."func(*os.File) (objfile.rawFile, error)"PPfunc(*os.File) (objfile.rawFile, error)þNtype.func(*os.File) ("".rawFile, error)  ™Jži30€ runtime.algarray@"runtime.gcbits.01Pngo.string.hdr."func(*os.File) (objfile.rawFile, error)"p`go.weak.type.*func(*os.File) ("".rawFile, error)ðNtype.func(*os.File) ("".rawFile, error)À€Ntype.func(*os.File) ("".rawFile, error)ðtype.*os.File€type."".rawFiletype.errorþ¬go.typelink.func(*os.File) (objfile.rawFile, error)	func(*os.File) ("".rawFile, error)Ntype.func(*os.File) ("".rawFile, error)þrgo.string.hdr."[]func(*os.File) (objfile.rawFile, error)"  )jgo.string."[]func(*os.File) (objfile.rawFile, error)"þjgo.string."[]func(*os.File) (objfile.rawFile, error)"`T[]func(*os.File) (objfile.rawFile, error)þRtype.[]func(*os.File) ("".rawFile, error)Lè°J
0  runtime.algarray@"runtime.gcbits.01Prgo.string.hdr."[]func(*os.File) (objfile.rawFile, error)"pdgo.weak.type.*[]func(*os.File) ("".rawFile, error)€Ntype.func(*os.File) ("".rawFile, error)þ´go.typelink.[]func(*os.File) (objfile.rawFile, error)	[]func(*os.File) ("".rawFile, error)Rtype.[]func(*os.File) ("".rawFile, error)þpgo.string.hdr."*func(*os.File) (objfile.rawFile, error)"  (hgo.string."*func(*os.File) (objfile.rawFile, error)"þhgo.string."*func(*os.File) (objfile.rawFile, error)"`R*func(*os.File) (objfile.rawFile, error)þPtype.*func(*os.File) ("".rawFile, error)É´¼6
0  runtime.algarray@"runtime.gcbits.01Ppgo.string.hdr."*func(*os.File) (objfile.rawFile, error)"pbgo.weak.type.**func(*os.File) ("".rawFile, error)€Ntype.func(*os.File) ("".rawFile, error)þTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2þTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440þTgclocals·3bb21ca8fe1d99a3e492463bd711418aþ<type..hashfunc.[1]interface {}4type..hash.[1]interface {}þ8type..eqfunc.[1]interface {}0type..eq.[1]interface {}þ2type..alg.[1]interface {}  <type..hashfunc.[1]interface {}8type..eqfunc.[1]interface {}þ>go.string.hdr."[1]interface {}"  6go.string."[1]interface {}"þ6go.string."[1]interface {}"  [1]interface {}þ(type.[1]interface {}°°P‘[ú02type..alg.[1]interface {}@"runtime.gcbits.03P>go.string.hdr."[1]interface {}"p:go.weak.type.*[1]interface {}€"type.interface {}&type.[]interface {}þVgo.typelink.[1]interface {}	[1]interface {}(type.[1]interface {}þ@go.string.hdr."*[1]interface {}"  8go.string."*[1]interface {}"þ8go.string."*[1]interface {}"0"*[1]interface {}þ*type.*[1]interface {}¿¨56
0  runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*[1]interface {}"p<go.weak.type.**[1]interface {}€(type.[1]interface {}þ>go.string.hdr."*objfile.byAddr"  6go.string."*objfile.byAddr"þ6go.string."*objfile.byAddr"  *objfile.byAddrþ,go.string.hdr."byAddr"  $go.string."byAddr"þ$go.string."byAddr"byAddrþTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·2fccd208efe70893f9ac8d682812ae72þTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·3f5c1f818fa7055d0400cecd34057162þTgclocals·4441e99d0f92a96b8cd7f39bee719947  
	þTgclocals·41a13ac73c712c01973b8fe23f62d694  þRgo.string.hdr."func(*objfile.byAddr) int"  Jgo.string."func(*objfile.byAddr) int"þJgo.string."func(*objfile.byAddr) int"@4func(*objfile.byAddr) intþ2type.func(*"".byAddr) intr©0Ý30€ runtime.algarray@"runtime.gcbits.01PRgo.string.hdr."func(*objfile.byAddr) int"pDgo.weak.type.*func(*"".byAddr) intð2type.func(*"".byAddr) intÀ€2type.func(*"".byAddr) intðtype.*"".byAddr€type.intþtgo.typelink.func(*objfile.byAddr) int	func(*"".byAddr) int2type.func(*"".byAddr) intþhgo.string.hdr."func(*objfile.byAddr, int, int) bool"  $`go.string."func(*objfile.byAddr, int, int) bool"þ`go.string."func(*objfile.byAddr, int, int) bool"PJfunc(*objfile.byAddr, int, int) boolþHtype.func(*"".byAddr, int, int) bool°°6Ãg30€ runtime.algarray@"runtime.gcbits.01Phgo.string.hdr."func(*objfile.byAddr, int, int) bool"pZgo.weak.type.*func(*"".byAddr, int, int) boolðHtype.func(*"".byAddr, int, int) boolÀ Htype.func(*"".byAddr, int, int) boolðtype.*"".byAddr€type.inttype.int type.boolþ go.typelink.func(*objfile.byAddr, int, int) bool	func(*"".byAddr, int, int) boolHtype.func(*"".byAddr, int, int) boolþ^go.string.hdr."func(*objfile.byAddr, int, int)"  Vgo.string."func(*objfile.byAddr, int, int)"þVgo.string."func(*objfile.byAddr, int, int)"@@func(*objfile.byAddr, int, int)þ>type.func(*"".byAddr, int, int)  &ˆŒŒ30€ runtime.algarray@"runtime.gcbits.01P^go.string.hdr."func(*objfile.byAddr, int, int)"pPgo.weak.type.*func(*"".byAddr, int, int)ð>type.func(*"".byAddr, int, int)À >type.func(*"".byAddr, int, int)ðtype.*"".byAddr€type.inttype.intþŒgo.typelink.func(*objfile.byAddr, int, int)	func(*"".byAddr, int, int)>type.func(*"".byAddr, int, int)þtype.*"".byAddr€€ª†Dc6,0  runtime.algarray@"runtime.gcbits.01P>go.string.hdr."*objfile.byAddr"p0go.weak.type.**"".byAddr€type."".byAddr`type.*"".byAddr°àtype.*"".byAddrà&go.string.hdr."Len"€type.func() int2type.func(*"".byAddr) int  "".(*byAddr).Len° "".(*byAddr).LenÀ(go.string.hdr."Less"à0type.func(int, int) boolðHtype.func(*"".byAddr, int, int) bool€""".(*byAddr).Less""".(*byAddr).Less (go.string.hdr."Swap"À&type.func(int, int)Ð>type.func(*"".byAddr, int, int)à""".(*byAddr).Swapð""".(*byAddr).Swapþ<go.string.hdr."objfile.byAddr"  4go.string."objfile.byAddr"þ4go.string."objfile.byAddr" objfile.byAddrþPgo.string.hdr."func(objfile.byAddr) int"  Hgo.string."func(objfile.byAddr) int"þHgo.string."func(objfile.byAddr) int"@2func(objfile.byAddr) intþ0type.func("".byAddr) int	føV30€ runtime.algarray@"runtime.gcbits.01PPgo.string.hdr."func(objfile.byAddr) int"pBgo.weak.type.*func("".byAddr) intð0type.func("".byAddr) intÀ€0type.func("".byAddr) intðtype."".byAddr€type.intþpgo.typelink.func(objfile.byAddr) int	func("".byAddr) int0type.func("".byAddr) intþfgo.string.hdr."func(objfile.byAddr, int, int) bool"  #^go.string."func(objfile.byAddr, int, int) bool"þ^go.string."func(objfile.byAddr, int, int) bool"PHfunc(objfile.byAddr, int, int) boolþFtype.func("".byAddr, int, int) bool°°Õl·ó30€ runtime.algarray@"runtime.gcbits.01Pfgo.string.hdr."func(objfile.byAddr, int, int) bool"pXgo.weak.type.*func("".byAddr, int, int) boolðFtype.func("".byAddr, int, int) boolÀ Ftype.func("".byAddr, int, int) boolðtype."".byAddr€type.inttype.int type.boolþœgo.typelink.func(objfile.byAddr, int, int) bool	func("".byAddr, int, int) boolFtype.func("".byAddr, int, int) boolþ\go.string.hdr."func(objfile.byAddr, int, int)"  Tgo.string."func(objfile.byAddr, int, int)"þTgo.string."func(objfile.byAddr, int, int)"@>func(objfile.byAddr, int, int)þ<type.func("".byAddr, int, int)  C Ő30€ runtime.algarray@"runtime.gcbits.01P\go.string.hdr."func(objfile.byAddr, int, int)"pNgo.weak.type.*func("".byAddr, int, int)ð<type.func("".byAddr, int, int)À <type.func("".byAddr, int, int)ðtype."".byAddr€type.inttype.intþˆgo.typelink.func(objfile.byAddr, int, int)	func("".byAddr, int, int)<type.func("".byAddr, int, int)þtype."".byAddr€€ýä<00  runtime.algarray@"runtime.gcbits.01P<go.string.hdr."objfile.byAddr"ptype.*"".byAddr€type."".Sym`type."".byAddr,go.string.hdr."byAddr" "go.importpath."".°àtype."".byAddrà&go.string.hdr."Len"€type.func() int0type.func("".byAddr) int  "".(*byAddr).Len°"".byAddr.LenÀ(go.string.hdr."Less"à0type.func(int, int) boolðFtype.func("".byAddr, int, int) bool€""".(*byAddr).Less"".byAddr.Less (go.string.hdr."Swap"À&type.func(int, int)Ð<type.func("".byAddr, int, int)à""".(*byAddr).Swapð"".byAddr.Swapþ>go.string.hdr."*objfile.peFile"  6go.string."*objfile.peFile"þ6go.string."*objfile.peFile"  *objfile.peFileþXgo.string.hdr."func(*objfile.peFile) string"  Pgo.string."func(*objfile.peFile) string"þPgo.string."func(*objfile.peFile) string"@:func(*objfile.peFile) stringþ8type.func(*"".peFile) string¶ó130€ runtime.algarray@"runtime.gcbits.01PXgo.string.hdr."func(*objfile.peFile) string"pJgo.weak.type.*func(*"".peFile) stringð8type.func(*"".peFile) stringÀ€8type.func(*"".peFile) stringðtype.*"".peFile€type.stringþ€go.typelink.func(*objfile.peFile) string	func(*"".peFile) string8type.func(*"".peFile) stringþŽgo.string.hdr."func(*objfile.peFile) (uint64, []uint8, []uint8, error)"  7†go.string."func(*objfile.peFile) (uint64, []uint8, []uint8, error)"þ†go.string."func(*objfile.peFile) (uint64, []uint8, []uint8, error)"ppfunc(*objfile.peFile) (uint64, []uint8, []uint8, error)þntype.func(*"".peFile) (uint64, []uint8, []uint8, error)ÀÀR1é30€ runtime.algarray@"runtime.gcbits.01PŽgo.string.hdr."func(*objfile.peFile) (uint64, []uint8, []uint8, error)"p€go.weak.type.*func(*"".peFile) (uint64, []uint8, []uint8, error)ðntype.func(*"".peFile) (uint64, []uint8, []uint8, error)À€ntype.func(*"".peFile) (uint64, []uint8, []uint8, error)ðtype.*"".peFile€type.uint64type.[]uint8 type.[]uint8°type.errorþìgo.typelink.func(*objfile.peFile) (uint64, []uint8, []uint8, error)	func(*"".peFile) (uint64, []uint8, []uint8, error)ntype.func(*"".peFile) (uint64, []uint8, []uint8, error)þxgo.string.hdr."func(*objfile.peFile) ([]objfile.Sym, error)"  ,pgo.string."func(*objfile.peFile) ([]objfile.Sym, error)"þpgo.string."func(*objfile.peFile) ([]objfile.Sym, error)"`Zfunc(*objfile.peFile) ([]objfile.Sym, error)þNtype.func(*"".peFile) ([]"".Sym, error)  ^§çÌ30€ runtime.algarray@"runtime.gcbits.01Pxgo.string.hdr."func(*objfile.peFile) ([]objfile.Sym, error)"p`go.weak.type.*func(*"".peFile) ([]"".Sym, error)ðNtype.func(*"".peFile) ([]"".Sym, error)À€Ntype.func(*"".peFile) ([]"".Sym, error)ðtype.*"".peFile€type.[]"".Symtype.errorþ¶go.typelink.func(*objfile.peFile) ([]objfile.Sym, error)	func(*"".peFile) ([]"".Sym, error)Ntype.func(*"".peFile) ([]"".Sym, error)þ|go.string.hdr."func(*objfile.peFile) (uint64, []uint8, error)"  .tgo.string."func(*objfile.peFile) (uint64, []uint8, error)"þtgo.string."func(*objfile.peFile) (uint64, []uint8, error)"`^func(*objfile.peFile) (uint64, []uint8, error)þ\type.func(*"".peFile) (uint64, []uint8, error)°°w¾´ 30€ runtime.algarray@"runtime.gcbits.01P|go.string.hdr."func(*objfile.peFile) (uint64, []uint8, error)"pngo.weak.type.*func(*"".peFile) (uint64, []uint8, error)ð\type.func(*"".peFile) (uint64, []uint8, error)À€\type.func(*"".peFile) (uint64, []uint8, error)ðtype.*"".peFile€type.uint64type.[]uint8 type.errorþÈgo.typelink.func(*objfile.peFile) (uint64, []uint8, error)	func(*"".peFile) (uint64, []uint8, error)\type.func(*"".peFile) (uint64, []uint8, error)þtype.*"".peFileàà5šÁ6>0  runtime.algarray@"runtime.gcbits.01P>go.string.hdr."*objfile.peFile"p0go.weak.type.**"".peFile€type."".peFile`type.*"".peFile°àtype.*"".peFileà,go.string.hdr."goarch"ð"go.importpath."".€$type.func() string8type.func(*"".peFile) string &"".(*peFile).goarch°&"".(*peFile).goarchÀ(go.string.hdr."pcln"Ð"go.importpath."".àZtype.func() (uint64, []uint8, []uint8, error)ðntype.func(*"".peFile) (uint64, []uint8, []uint8, error)€""".(*peFile).pcln""".(*peFile).pcln .go.string.hdr."symbols"°"go.importpath."".À:type.func() ([]"".Sym, error)ÐNtype.func(*"".peFile) ([]"".Sym, error)à("".(*peFile).symbolsð("".(*peFile).symbols€(go.string.hdr."text""go.importpath."". Htype.func() (uint64, []uint8, error)°\type.func(*"".peFile) (uint64, []uint8, error)À""".(*peFile).textÐ""".(*peFile).textþ<go.string.hdr."objfile.peFile"  4go.string."objfile.peFile"þ4go.string."objfile.peFile" objfile.peFileþ$go.string.hdr."pe"  go.string."pe"þgo.string."pe"peþ,go.string.hdr."peFile"  $go.string."peFile"þ$go.string."peFile"peFileþtype."".peFileÐЯig90  runtime.algarray@"runtime.gcbits.01P<go.string.hdr."objfile.peFile"ptype.*"".peFile€°type."".peFile°$go.string.hdr."pe"À"go.importpath."".Ð&type.*debug/pe.File`€type."".peFile€,go.string.hdr."peFile""go.importpath."". Ðtype."".peFileþ8go.string.hdr."[]*pe.Symbol"  0go.string."[]*pe.Symbol"þ0go.string."[]*pe.Symbol" []*pe.Symbolþ.type.[]*debug/pe.SymbolHLž¼
0  runtime.algarray@"runtime.gcbits.01P8go.string.hdr."[]*pe.Symbol"p@go.weak.type.*[]*debug/pe.Symbol€*type.*debug/pe.SymbolþVgo.typelink.[]*pe.Symbol	[]*debug/pe.Symbol.type.[]*debug/pe.Symbolþ<go.string.hdr."*[]objfile.Sym"  4go.string."*[]objfile.Sym"þ4go.string."*[]objfile.Sym" *[]objfile.Symþtype.*[]"".Sym[pyC6
0  runtime.algarray@"runtime.gcbits.01P<go.string.hdr."*[]objfile.Sym"p.go.weak.type.**[]"".Sym€type.[]"".Symþ¤go.string.hdr."struct { F uintptr; addrs *[]uint64; syms *[]objfile.Sym; i *int }"  Bœgo.string."struct { F uintptr; addrs *[]uint64; syms *[]objfile.Sym; i *int }"þœgo.string."struct { F uintptr; addrs *[]uint64; syms *[]objfile.Sym; i *int }"†struct { F uintptr; addrs *[]uint64; syms *[]objfile.Sym; i *int }þ"go.string.hdr."i"  go.string."i"þgo.string."i"iþ„type.struct { F uintptr; addrs *[]uint64; syms *[]"".Sym; i *int }ðð  ]›D"0type..alg32@"runtime.gcbits.0eP¤go.string.hdr."struct { F uintptr; addrs *[]uint64; syms *[]objfile.Sym; i *int }"p–go.weak.type.*struct { F uintptr; addrs *[]uint64; syms *[]"".Sym; i *int }€°„type.struct { F uintptr; addrs *[]uint64; syms *[]"".Sym; i *int }°$go.string.hdr.".F"À"go.importpath."".Ðtype.uintptr€*go.string.hdr."addrs""go.importpath."". type.*[]uint64Ð(go.string.hdr."syms"à"go.importpath."".ðtype.*[]"".Sym "go.string.hdr."i"°"go.importpath."".Àtype.*intþ6go.string.hdr."**pe.Symbol"  .go.string."**pe.Symbol"þ.go.string."**pe.Symbol" **pe.Symbolþ,type.**debug/pe.Symbolé÷_6
0  runtime.algarray@"runtime.gcbits.01P6go.string.hdr."**pe.Symbol"p>go.weak.type.***debug/pe.Symbol€*type.*debug/pe.Symbolþ¦go.string.hdr."*struct { F uintptr; addrs *[]uint64; syms *[]objfile.Sym; i *int }"  Cžgo.string."*struct { F uintptr; addrs *[]uint64; syms *[]objfile.Sym; i *int }"þžgo.string."*struct { F uintptr; addrs *[]uint64; syms *[]objfile.Sym; i *int }"ˆ*struct { F uintptr; addrs *[]uint64; syms *[]objfile.Sym; i *int }þ†type.*struct { F uintptr; addrs *[]uint64; syms *[]"".Sym; i *int }5=Ed6
0  runtime.algarray@"runtime.gcbits.01P¦go.string.hdr."*struct { F uintptr; addrs *[]uint64; syms *[]objfile.Sym; i *int }"p˜go.weak.type.**struct { F uintptr; addrs *[]uint64; syms *[]"".Sym; i *int }€„type.struct { F uintptr; addrs *[]uint64; syms *[]"".Sym; i *int }þTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2þTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440þTgclocals·3bb21ca8fe1d99a3e492463bd711418aþ<type..hashfunc.[3]interface {}4type..hash.[3]interface {}þ8type..eqfunc.[3]interface {}0type..eq.[3]interface {}þ2type..alg.[3]interface {}  <type..hashfunc.[3]interface {}8type..eqfunc.[3]interface {}þ"runtime.gcbits.3f?þ>go.string.hdr."[3]interface {}"  6go.string."[3]interface {}"þ6go.string."[3]interface {}"  [3]interface {}þ(type.[3]interface {}°°00ÝÏÙ02type..alg.[3]interface {}@"runtime.gcbits.3fP>go.string.hdr."[3]interface {}"p:go.weak.type.*[3]interface {}€"type.interface {}&type.[]interface {}þVgo.typelink.[3]interface {}	[3]interface {}(type.[3]interface {}þ@go.string.hdr."*[3]interface {}"  8go.string."*[3]interface {}"þ8go.string."*[3]interface {}"0"*[3]interface {}þ*type.*[3]interface {}°þ¹6
0  runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*[3]interface {}"p<go.weak.type.**[3]interface {}€(type.[3]interface {}þDgo.string.hdr."*objfile.plan9File"  <go.string."*objfile.plan9File"þ<go.string."*objfile.plan9File"0&*objfile.plan9Fileþ^go.string.hdr."func(*objfile.plan9File) string"  Vgo.string."func(*objfile.plan9File) string"þVgo.string."func(*objfile.plan9File) string"@@func(*objfile.plan9File) stringþ>type.func(*"".plan9File) string¸‘B30€ runtime.algarray@"runtime.gcbits.01P^go.string.hdr."func(*objfile.plan9File) string"pPgo.weak.type.*func(*"".plan9File) stringð>type.func(*"".plan9File) stringÀ€>type.func(*"".plan9File) stringð$type.*"".plan9File€type.stringþŒgo.typelink.func(*objfile.plan9File) string	func(*"".plan9File) string>type.func(*"".plan9File) stringþ”go.string.hdr."func(*objfile.plan9File) (uint64, []uint8, []uint8, error)"  :Œgo.string."func(*objfile.plan9File) (uint64, []uint8, []uint8, error)"þŒgo.string."func(*objfile.plan9File) (uint64, []uint8, []uint8, error)"€vfunc(*objfile.plan9File) (uint64, []uint8, []uint8, error)þttype.func(*"".plan9File) (uint64, []uint8, []uint8, error)ÀÀ”Ž}¹30€ runtime.algarray@"runtime.gcbits.01P”go.string.hdr."func(*objfile.plan9File) (uint64, []uint8, []uint8, error)"p†go.weak.type.*func(*"".plan9File) (uint64, []uint8, []uint8, error)ðttype.func(*"".plan9File) (uint64, []uint8, []uint8, error)À€ttype.func(*"".plan9File) (uint64, []uint8, []uint8, error)ð$type.*"".plan9File€type.uint64type.[]uint8 type.[]uint8°type.errorþøgo.typelink.func(*objfile.plan9File) (uint64, []uint8, []uint8, error)	func(*"".plan9File) (uint64, []uint8, []uint8, error)ttype.func(*"".plan9File) (uint64, []uint8, []uint8, error)þ~go.string.hdr."func(*objfile.plan9File) ([]objfile.Sym, error)"  /vgo.string."func(*objfile.plan9File) ([]objfile.Sym, error)"þvgo.string."func(*objfile.plan9File) ([]objfile.Sym, error)"``func(*objfile.plan9File) ([]objfile.Sym, error)þTtype.func(*"".plan9File) ([]"".Sym, error)  š3S30€ runtime.algarray@"runtime.gcbits.01P~go.string.hdr."func(*objfile.plan9File) ([]objfile.Sym, error)"pfgo.weak.type.*func(*"".plan9File) ([]"".Sym, error)ðTtype.func(*"".plan9File) ([]"".Sym, error)À€Ttype.func(*"".plan9File) ([]"".Sym, error)ð$type.*"".plan9File€type.[]"".Symtype.errorþÂgo.typelink.func(*objfile.plan9File) ([]objfile.Sym, error)	func(*"".plan9File) ([]"".Sym, error)Ttype.func(*"".plan9File) ([]"".Sym, error)þ‚go.string.hdr."func(*objfile.plan9File) (uint64, []uint8, error)"  1zgo.string."func(*objfile.plan9File) (uint64, []uint8, error)"þzgo.string."func(*objfile.plan9File) (uint64, []uint8, error)"pdfunc(*objfile.plan9File) (uint64, []uint8, error)þbtype.func(*"".plan9File) (uint64, []uint8, error)°°n~e30€ runtime.algarray@"runtime.gcbits.01P‚go.string.hdr."func(*objfile.plan9File) (uint64, []uint8, error)"ptgo.weak.type.*func(*"".plan9File) (uint64, []uint8, error)ðbtype.func(*"".plan9File) (uint64, []uint8, error)À€btype.func(*"".plan9File) (uint64, []uint8, error)ð$type.*"".plan9File€type.uint64type.[]uint8 type.errorþÔgo.typelink.func(*objfile.plan9File) (uint64, []uint8, error)	func(*"".plan9File) (uint64, []uint8, error)btype.func(*"".plan9File) (uint64, []uint8, error)þ$type.*"".plan9Fileààœ1ç.6>0  runtime.algarray@"runtime.gcbits.01PDgo.string.hdr."*objfile.plan9File"p6go.weak.type.**"".plan9File€"type."".plan9File`$type.*"".plan9File°à$type.*"".plan9Fileà,go.string.hdr."goarch"ð"go.importpath."".€$type.func() string>type.func(*"".plan9File) string ,"".(*plan9File).goarch°,"".(*plan9File).goarchÀ(go.string.hdr."pcln"Ð"go.importpath."".àZtype.func() (uint64, []uint8, []uint8, error)ðttype.func(*"".plan9File) (uint64, []uint8, []uint8, error)€("".(*plan9File).pcln("".(*plan9File).pcln .go.string.hdr."symbols"°"go.importpath."".À:type.func() ([]"".Sym, error)ÐTtype.func(*"".plan9File) ([]"".Sym, error)à."".(*plan9File).symbolsð."".(*plan9File).symbols€(go.string.hdr."text""go.importpath."". Htype.func() (uint64, []uint8, error)°btype.func(*"".plan9File) (uint64, []uint8, error)À("".(*plan9File).textÐ("".(*plan9File).textþBgo.string.hdr."objfile.plan9File"  :go.string."objfile.plan9File"þ:go.string."objfile.plan9File"0$objfile.plan9Fileþ*go.string.hdr."plan9"  "go.string."plan9"þ"go.string."plan9"plan9þ2go.string.hdr."plan9File"  	*go.string."plan9File"þ*go.string."plan9File" plan9Fileþ"type."".plan9FileÐÐæG–90  runtime.algarray@"runtime.gcbits.01PBgo.string.hdr."objfile.plan9File"p$type.*"".plan9File€°"type."".plan9File°*go.string.hdr."plan9"À"go.importpath."".Ð2type.*debug/plan9obj.File`€"type."".plan9File€2go.string.hdr."plan9File""go.importpath."". Ð"type."".plan9Fileþ.go.string.hdr."[]int32"  &go.string."[]int32"þ&go.string."[]int32"[]int32þtype.[]int32*Ms
0  runtime.algarray@"runtime.gcbits.01P.go.string.hdr."[]int32"p*go.weak.type.*[]int32€type.int32þ6go.typelink.[]int32	[]int32type.[]int32þ0go.string.hdr."[8]int32"  (go.string."[8]int32"þ(go.string."[8]int32" [8]int32þtype.[8]int32°° 5j»Û‘0type..alg32@runtime.gcbits.P0go.string.hdr."[8]int32"p,go.weak.type.*[8]int32€type.int32type.[]int32þ:go.typelink.[8]int32	[8]int32type.[8]int32þJgo.string.hdr."map.bucket[int32]bool"  Bgo.string."map.bucket[int32]bool"þBgo.string."map.bucket[int32]bool"0,map.bucket[int32]boolþ4type.map.bucket[int32]boolðð8¼¿úã™(00à runtime.algarray@runtime.gcbits.PJgo.string.hdr."map.bucket[int32]bool"pFgo.weak.type.*map.bucket[int32]bool€°4type.map.bucket[int32]bool°.go.string.hdr."topbits"Ðtype.[8]uint8€(go.string.hdr."keys" type.[8]int32Ð,go.string.hdr."values"ðtype.[8]bool 0go.string.hdr."overflow"Àtype.uintptrþLgo.string.hdr."*map.bucket[int32]bool"  Dgo.string."*map.bucket[int32]bool"þDgo.string."*map.bucket[int32]bool"0.*map.bucket[int32]boolþ6type.*map.bucket[int32]boolÖM¦6
0  runtime.algarray@"runtime.gcbits.01PLgo.string.hdr."*map.bucket[int32]bool"pHgo.weak.type.**map.bucket[int32]bool€4type.map.bucket[int32]boolþDgo.string.hdr."map.hdr[int32]bool"  <go.string."map.hdr[int32]bool"þ<go.string."map.hdr[int32]bool"0&map.hdr[int32]boolþ.type.map.hdr[int32]bool°°00ڹʤ	 (*0à runtime.algarray@"runtime.gcbits.2cPDgo.string.hdr."map.hdr[int32]bool"p@go.weak.type.*map.hdr[int32]bool€°.type.map.hdr[int32]bool°*go.string.hdr."count"Ðtype.int€*go.string.hdr."flags" type.uint8Ð"go.string.hdr."B"ðtype.uint8 *go.string.hdr."hash0"Àtype.uint32ð.go.string.hdr."buckets"6type.*map.bucket[int32]boolÀ4go.string.hdr."oldbuckets"à6type.*map.bucket[int32]bool2go.string.hdr."nevacuate"°type.uintptrà0go.string.hdr."overflow"€&type.unsafe.Pointerþ<go.string.hdr."map[int32]bool"  4go.string."map[int32]bool"þ4go.string."map[int32]bool" map[int32]boolþ&type.map[int32]boolÐÐÈ9w580€ runtime.algarray@"runtime.gcbits.01P<go.string.hdr."map[int32]bool"p8go.weak.type.*map[int32]bool€type.int32type.bool 4type.map.bucket[int32]bool°.type.map.hdr[int32]boolþRgo.typelink.map[int32]bool	map[int32]bool&type.map[int32]boolþ<go.string.hdr."[]plan9obj.Sym"  4go.string."[]plan9obj.Sym"þ4go.string."[]plan9obj.Sym" []plan9obj.Symþ2type.[]debug/plan9obj.Symð‹Zˆ
0  runtime.algarray@"runtime.gcbits.01P<go.string.hdr."[]plan9obj.Sym"pDgo.weak.type.*[]debug/plan9obj.Sym€.type.debug/plan9obj.Symþ^go.typelink.[]plan9obj.Sym	[]debug/plan9obj.Sym2type.[]debug/plan9obj.SymþŒgo.string.hdr."struct { F uintptr; addrs *[]uint64; s *plan9obj.Sym }"  6„go.string."struct { F uintptr; addrs *[]uint64; s *plan9obj.Sym }"þ„go.string."struct { F uintptr; addrs *[]uint64; s *plan9obj.Sym }"pnstruct { F uintptr; addrs *[]uint64; s *plan9obj.Sym }þ‚type.struct { F uintptr; addrs *[]uint64; s *debug/plan9obj.Sym }  &5¬0type..alg24@"runtime.gcbits.06PŒgo.string.hdr."struct { F uintptr; addrs *[]uint64; s *plan9obj.Sym }"p”go.weak.type.*struct { F uintptr; addrs *[]uint64; s *debug/plan9obj.Sym }€°‚type.struct { F uintptr; addrs *[]uint64; s *debug/plan9obj.Sym }°$go.string.hdr.".F"À"go.importpath."".Ðtype.uintptr€*go.string.hdr."addrs""go.importpath."". type.*[]uint64Ð"go.string.hdr."s"à"go.importpath."".ð0type.*debug/plan9obj.SymþŽgo.string.hdr."*struct { F uintptr; addrs *[]uint64; s *plan9obj.Sym }"  7†go.string."*struct { F uintptr; addrs *[]uint64; s *plan9obj.Sym }"þ†go.string."*struct { F uintptr; addrs *[]uint64; s *plan9obj.Sym }"pp*struct { F uintptr; addrs *[]uint64; s *plan9obj.Sym }þ„type.*struct { F uintptr; addrs *[]uint64; s *debug/plan9obj.Sym }¾bC6
0  runtime.algarray@"runtime.gcbits.01PŽgo.string.hdr."*struct { F uintptr; addrs *[]uint64; s *plan9obj.Sym }"p–go.weak.type.**struct { F uintptr; addrs *[]uint64; s *debug/plan9obj.Sym }€‚type.struct { F uintptr; addrs *[]uint64; s *debug/plan9obj.Sym }þ0go.string.hdr."*[]uint8"  (go.string."*[]uint8"þ(go.string."*[]uint8" *[]uint8þtype.*[]uint8¥ŽÐi6
0  runtime.algarray@"runtime.gcbits.01P0go.string.hdr."*[]uint8"p,go.weak.type.**[]uint8€type.[]uint8þ"runtime.gcbits.1fþtgo.string.hdr."[5]func(*os.File) (objfile.rawFile, error)"  *lgo.string."[5]func(*os.File) (objfile.rawFile, error)"þlgo.string."[5]func(*os.File) (objfile.rawFile, error)"`V[5]func(*os.File) (objfile.rawFile, error)þTtype.[5]func(*os.File) ("".rawFile, error)°°((õ4.¹0à runtime.algarray@"runtime.gcbits.1fPtgo.string.hdr."[5]func(*os.File) (objfile.rawFile, error)"pfgo.weak.type.*[5]func(*os.File) ("".rawFile, error)€Ntype.func(*os.File) ("".rawFile, error)Rtype.[]func(*os.File) ("".rawFile, error)þ¸go.typelink.[5]func(*os.File) (objfile.rawFile, error)	[5]func(*os.File) ("".rawFile, error)Ttype.[5]func(*os.File) ("".rawFile, error)þTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2þTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·3bb21ca8fe1d99a3e492463bd711418aþRtype..hashfunc.struct { a int32; b bool }Jtype..hash.struct { a int32; b bool }þNtype..eqfunc.struct { a int32; b bool }Ftype..eq.struct { a int32; b bool }þHtype..alg.struct { a int32; b bool }  Rtype..hashfunc.struct { a int32; b bool }Ntype..eqfunc.struct { a int32; b bool }þTgo.string.hdr."struct { a int32; b bool }"  Lgo.string."struct { a int32; b bool }"þLgo.string."struct { a int32; b bool }"@6struct { a int32; b bool }þ"go.string.hdr."a"  go.string."a"þgo.string."a"aþ"go.string.hdr."b"  go.string."b"þgo.string."b"bþ>type.struct { a int32; b bool }ÐÐ{XU‡™0Htype..alg.struct { a int32; b bool }@runtime.gcbits.PTgo.string.hdr."struct { a int32; b bool }"pPgo.weak.type.*struct { a int32; b bool }€°>type.struct { a int32; b bool }°"go.string.hdr."a"À"go.importpath."".Ðtype.int32€"go.string.hdr."b""go.importpath."". type.boolþXgo.string.hdr."[]struct { a int32; b bool }"  Pgo.string."[]struct { a int32; b bool }"þPgo.string."[]struct { a int32; b bool }"@:[]struct { a int32; b bool }þBtype.[]struct { a int32; b bool }¸ïÔh
0  runtime.algarray@"runtime.gcbits.01PXgo.string.hdr."[]struct { a int32; b bool }"pTgo.weak.type.*[]struct { a int32; b bool }€>type.struct { a int32; b bool }þŠgo.typelink.[]struct { a int32; b bool }	[]struct { a int32; b bool }Btype.[]struct { a int32; b bool }þTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2þTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·3bb21ca8fe1d99a3e492463bd711418aþXtype..hashfunc.[6]struct { a int32; b bool }Ptype..hash.[6]struct { a int32; b bool }þTtype..eqfunc.[6]struct { a int32; b bool }Ltype..eq.[6]struct { a int32; b bool }þNtype..alg.[6]struct { a int32; b bool }  Xtype..hashfunc.[6]struct { a int32; b bool }Ttype..eqfunc.[6]struct { a int32; b bool }þZgo.string.hdr."[6]struct { a int32; b bool }"  Rgo.string."[6]struct { a int32; b bool }"þRgo.string."[6]struct { a int32; b bool }"@<[6]struct { a int32; b bool }þDtype.[6]struct { a int32; b bool }°°0_ô]‘0Ntype..alg.[6]struct { a int32; b bool }@runtime.gcbits.PZgo.string.hdr."[6]struct { a int32; b bool }"pVgo.weak.type.*[6]struct { a int32; b bool }€>type.struct { a int32; b bool }Btype.[]struct { a int32; b bool }þŽgo.typelink.[6]struct { a int32; b bool }	[6]struct { a int32; b bool }Dtype.[6]struct { a int32; b bool }þ4go.string.hdr."*[8]string"  
,go.string."*[8]string"þ,go.string."*[8]string" *[8]stringþtype.*[8]string­”o6
0  runtime.algarray@"runtime.gcbits.01P4go.string.hdr."*[8]string"p0go.weak.type.**[8]string€type.[8]stringþHgo.string.hdr."*[8]binary.ByteOrder"  @go.string."*[8]binary.ByteOrder"þ@go.string."*[8]binary.ByteOrder"0**[8]binary.ByteOrderþDtype.*[8]encoding/binary.ByteOrderÐD ~6
0  runtime.algarray@"runtime.gcbits.01PHgo.string.hdr."*[8]binary.ByteOrder"pVgo.weak.type.**[8]encoding/binary.ByteOrder€Btype.[8]encoding/binary.ByteOrderþ>go.string.hdr."*[8]goobj.SymID"  6go.string."*[8]goobj.SymID"þ6go.string."*[8]goobj.SymID"  *[8]goobj.SymIDþBtype.*[8]cmd/internal/goobj.SymID®j•16
0  runtime.algarray@"runtime.gcbits.01P>go.string.hdr."*[8]goobj.SymID"pTgo.weak.type.**[8]cmd/internal/goobj.SymID€@type.[8]cmd/internal/goobj.SymIDþVgo.string.hdr."*struct { a int32; b bool }"  Ngo.string."*struct { a int32; b bool }"þNgo.string."*struct { a int32; b bool }"@8*struct { a int32; b bool }þ@type.*struct { a int32; b bool }°j*@6
0  runtime.algarray@"runtime.gcbits.01PVgo.string.hdr."*struct { a int32; b bool }"pRgo.weak.type.**struct { a int32; b bool }€>type.struct { a int32; b bool }þ\go.string.hdr."*[6]struct { a int32; b bool }"  Tgo.string."*[6]struct { a int32; b bool }"þTgo.string."*[6]struct { a int32; b bool }"@>*[6]struct { a int32; b bool }þFtype.*[6]struct { a int32; b bool }ëCŽ\6
0  runtime.algarray@"runtime.gcbits.01P\go.string.hdr."*[6]struct { a int32; b bool }"pXgo.weak.type.**[6]struct { a int32; b bool }€Dtype.[6]struct { a int32; b bool }þ*go.string.hdr."bufio"  "go.string."bufio"þ"go.string."bufio"bufioþ(go.importpath.bufio.  "go.string."bufio"þ$go.string.hdr."io"  go.string."io"þgo.string."io"ioþ"go.importpath.io.  go.string."io"þ6go.string.hdr."debug/gosym"  .go.string."debug/gosym"þ.go.string."debug/gosym" debug/gosymþ4go.importpath.debug/gosym.  .go.string."debug/gosym"þ>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."fmt"  go.string."fmt"þgo.string."fmt"fmtþ$go.importpath.fmt.  go.string."fmt"þ.go.string.hdr."strings"  &go.string."strings"þ&go.string."strings"stringsþ,go.importpath.strings.  &go.string."strings"þ$go.string.hdr."os"  go.string."os"þgo.string."os"osþ"go.importpath.os.  go.string."os"þ,go.string.hdr."regexp"  $go.string."regexp"þ$go.string."regexp"regexpþ*go.importpath.regexp.  $go.string."regexp"þ(go.string.hdr."sort"   go.string."sort"þ go.string."sort"
sortþ&go.importpath.sort.   go.string."sort"þ<go.string.hdr."text/tabwriter"  4go.string."text/tabwriter"þ4go.string."text/tabwriter" text/tabwriterþ:go.importpath.text/tabwriter.  4go.string."text/tabwriter"þ„go.string.hdr."cmd/internal/unvendor/golang.org/x/arch/arm/armasm"  2|go.string."cmd/internal/unvendor/golang.org/x/arch/arm/armasm"þ|go.string."cmd/internal/unvendor/golang.org/x/arch/arm/armasm"pfcmd/internal/unvendor/golang.org/x/arch/arm/armasmþ‚go.importpath.cmd/internal/unvendor/golang.org/x/arch/arm/armasm.  2|go.string."cmd/internal/unvendor/golang.org/x/arch/arm/armasm"þ„go.string.hdr."cmd/internal/unvendor/golang.org/x/arch/x86/x86asm"  2|go.string."cmd/internal/unvendor/golang.org/x/arch/x86/x86asm"þ|go.string."cmd/internal/unvendor/golang.org/x/arch/x86/x86asm"pfcmd/internal/unvendor/golang.org/x/arch/x86/x86asmþ‚go.importpath.cmd/internal/unvendor/golang.org/x/arch/x86/x86asm.  2|go.string."cmd/internal/unvendor/golang.org/x/arch/x86/x86asm"þ2go.string.hdr."debug/elf"  	*go.string."debug/elf"þ*go.string."debug/elf" debug/elfþ0go.importpath.debug/elf.  	*go.string."debug/elf"þDgo.string.hdr."cmd/internal/goobj"  <go.string."cmd/internal/goobj"þ<go.string."cmd/internal/goobj"0&cmd/internal/goobjþBgo.importpath.cmd/internal/goobj.  <go.string."cmd/internal/goobj"þ6go.string.hdr."debug/macho"  .go.string."debug/macho"þ.go.string."debug/macho" debug/machoþ4go.importpath.debug/macho.  .go.string."debug/macho"þ0go.string.hdr."debug/pe"  (go.string."debug/pe"þ(go.string."debug/pe" debug/peþ.go.importpath.debug/pe.  (go.string."debug/pe"þ<go.string.hdr."debug/plan9obj"  4go.string."debug/plan9obj"þ4go.string."debug/plan9obj" debug/plan9objþ:go.importpath.debug/plan9obj.  4go.string."debug/plan9obj"þ.type..hash.[8]string·f(type..hash.[8]stringþ*type..eq.[8]string·f$type..eq.[8]stringþTtype..hash.[8]encoding/binary.ByteOrder·fNtype..hash.[8]encoding/binary.ByteOrderþPtype..eq.[8]encoding/binary.ByteOrder·fJtype..eq.[8]encoding/binary.ByteOrderþ(type..hash."".Sym·f"type..hash."".Symþ$type..eq."".Sym·ftype..eq."".Symþ("".rawFile.goarch·f""".rawFile.goarchþ$"".rawFile.pcln·f"".rawFile.pclnþ*"".rawFile.symbols·f$"".rawFile.symbolsþ$"".rawFile.text·f"".rawFile.textþ*type..hash."".File·f$type..hash."".Fileþ&type..eq."".File·f type..eq."".Fileþ:type..hash.[2]interface {}·f4type..hash.[2]interface {}þ6type..eq.[2]interface {}·f0type..eq.[2]interface {}þ4"".(*textReader).ReadAt·f."".(*textReader).ReadAtþRtype..hash.[8]cmd/internal/goobj.SymID·fLtype..hash.[8]cmd/internal/goobj.SymIDþNtype..eq.[8]cmd/internal/goobj.SymID·fHtype..eq.[8]cmd/internal/goobj.SymIDþ("".(*uint64s).Len·f""".(*uint64s).Lenþ*"".(*uint64s).Swap·f$"".(*uint64s).Swapþ*"".(*uint64s).Less·f$"".(*uint64s).Lessþ:type..hash.[1]interface {}·f4type..hash.[1]interface {}þ6type..eq.[1]interface {}·f0type..eq.[1]interface {}þ("".(*byAddr).Less·f""".(*byAddr).Lessþ&"".(*byAddr).Len·f "".(*byAddr).Lenþ("".(*byAddr).Swap·f""".(*byAddr).Swapþ:type..hash.[3]interface {}·f4type..hash.[3]interface {}þ6type..eq.[3]interface {}·f0type..eq.[3]interface {}þPtype..hash.struct { a int32; b bool }·fJtype..hash.struct { a int32; b bool }þLtype..eq.struct { a int32; b bool }·fFtype..eq.struct { a int32; b bool }þVtype..hash.[6]struct { a int32; b bool }·fPtype..hash.[6]struct { a int32; b bool }þRtype..eq.[6]struct { a int32; b bool }·fLtype..eq.[6]struct { a int32; b bool }ÿÿgo13ld