blob: 9b63976a749f99c8de3f1047eb977a620819b345 [file] [log] [blame]
!<arch>
__.PKGDEF 0 0 0 644 32505 `
go object linux amd64 go1.4.2 X:precisestack
$$
package objfile
import macho "debug/macho"
import armasm "cmd/internal/rsc.io/arm/armasm"
import goobj "cmd/internal/goobj"
import binary "encoding/binary"
import runtime "runtime"
import bufio "bufio"
import tabwriter "text/tabwriter"
import elf "debug/elf"
import io "io"
import pe "debug/pe"
import os "os"
import strings "strings"
import x86asm "cmd/internal/rsc.io/x86/x86asm"
import fmt "fmt"
import sort "sort"
import gosym "debug/gosym"
import regexp "regexp"
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:0x0") @"debug/gosym".alineFromLine (@"debug/gosym".path·4 string, @"debug/gosym".line·5 int) (? int, ? error)
func (@"debug/gosym".o·3 *@"debug/gosym".Obj "esc:0x0") @"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) @"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) @"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:0x0", @"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:0x0", @"debug/gosym".obj·3 *@"debug/gosym".Obj)
func (@"debug/gosym".t·2 *@"debug/gosym".LineTable) @"debug/gosym".go12PCToFile (@"debug/gosym".pc·3 uint64) (@"debug/gosym".file·1 string)
func (@"debug/gosym".t·2 *@"debug/gosym".LineTable) @"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:0x1") @"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) @"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:0x0") @"debug/gosym".readvarint (@"debug/gosym".pp·3 *[]byte) (? uint32)
func (@"debug/gosym".t·2 *@"debug/gosym".LineTable "esc:0x0") @"debug/gosym".slice (@"debug/gosym".pc·3 uint64) (? *@"debug/gosym".LineTable)
func (@"debug/gosym".t·2 *@"debug/gosym".LineTable "esc:0x0") @"debug/gosym".step (@"debug/gosym".p·3 *[]byte, @"debug/gosym".pc·4 *uint64 "esc:0x0", @"debug/gosym".val·5 *int32 "esc:0x0", @"debug/gosym".first·6 bool) (? bool)
func (@"debug/gosym".t·2 *@"debug/gosym".LineTable "esc:0x0") @"debug/gosym".string (@"debug/gosym".off·3 uint32) (? string)
func (@"debug/gosym".t·2 *@"debug/gosym".LineTable) @"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:0x1") BaseName () (? string)
func (@"debug/gosym".s·2 *@"debug/gosym".Sym) PackageName () (? string)
func (@"debug/gosym".s·2 *@"debug/gosym".Sym) ReceiverName () (? string)
func (@"debug/gosym".s·2 *@"debug/gosym".Sym "esc:0x0") 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) 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:0x1") LookupFunc (@"debug/gosym".name·3 string "esc:0x0") (? *@"debug/gosym".Func)
func (@"debug/gosym".t·2 *@"debug/gosym".Table "esc:0x1") LookupSym (@"debug/gosym".name·3 string "esc:0x0") (? *@"debug/gosym".Sym)
func (@"debug/gosym".t·2 *@"debug/gosym".Table "esc:0x1") PCToFunc (@"debug/gosym".pc·3 uint64) (? *@"debug/gosym".Func)
func (@"debug/gosym".t·4 *@"debug/gosym".Table) 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:0x1") 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 "" }; 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:0x0") MatchEmptyWidth (@"regexp/syntax".before·3 rune, @"regexp/syntax".after·4 rune) (? bool)
func (@"regexp/syntax".i·2 *@"regexp/syntax".Inst "esc:0x0") MatchRune (@"regexp/syntax".r·3 rune) (? bool)
func (@"regexp/syntax".i·2 *@"regexp/syntax".Inst "esc:0x0") MatchRunePos (@"regexp/syntax".r·3 rune) (? int)
func (@"regexp/syntax".i·2 *@"regexp/syntax".Inst "esc:0x0") String () (? string)
func (@"regexp/syntax".i·2 *@"regexp/syntax".Inst "esc:0x0") @"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:0x0") Prefix () (@"regexp/syntax".prefix·1 string, @"regexp/syntax".complete·2 bool)
func (@"regexp/syntax".p·2 *@"regexp/syntax".Prog "esc:0x0") StartCond () (? @"regexp/syntax".EmptyOp)
func (@"regexp/syntax".p·2 *@"regexp/syntax".Prog "esc:0x0") String () (? string)
func (@"regexp/syntax".p·3 *@"regexp/syntax".Prog "esc:0x1") @"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".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:0x0") @"regexp".canCheckPrefix () (? bool) { return true }
func (@"regexp".i·2 *@"regexp".inputBytes "esc:0x0") @"regexp".context (@"regexp".pos·3 int) (? @"regexp/syntax".EmptyOp)
func (@"regexp".i·2 *@"regexp".inputBytes "esc:0x0") @"regexp".hasPrefix (@"regexp".re·3 *@"regexp".Regexp "esc:0x0") (? bool)
func (@"regexp".i·2 *@"regexp".inputBytes "esc:0x0") @"regexp".index (@"regexp".re·3 *@"regexp".Regexp "esc:0x0", @"regexp".pos·4 int) (? int)
func (@"regexp".i·3 *@"regexp".inputBytes "esc:0x0") @"regexp".step (@"regexp".pos·4 int) (? rune, ? int)
type @"regexp".inputString struct { @"regexp".str string }
func (@"regexp".i·2 *@"regexp".inputString "esc:0x0") @"regexp".canCheckPrefix () (? bool) { return true }
func (@"regexp".i·2 *@"regexp".inputString "esc:0x0") @"regexp".context (@"regexp".pos·3 int) (? @"regexp/syntax".EmptyOp)
func (@"regexp".i·2 *@"regexp".inputString "esc:0x0") @"regexp".hasPrefix (@"regexp".re·3 *@"regexp".Regexp "esc:0x0") (? bool)
func (@"regexp".i·2 *@"regexp".inputString "esc:0x0") @"regexp".index (@"regexp".re·3 *@"regexp".Regexp "esc:0x0", @"regexp".pos·4 int) (? int)
func (@"regexp".i·3 *@"regexp".inputString "esc:0x0") @"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:0x0") @"regexp".canCheckPrefix () (? bool) { return false }
func (@"regexp".i·2 *@"regexp".inputReader "esc:0x0") @"regexp".context (@"regexp".pos·3 int) (? @"regexp/syntax".EmptyOp) { return @"regexp/syntax".EmptyOp(0x0) }
func (@"regexp".i·2 *@"regexp".inputReader "esc:0x0") @"regexp".hasPrefix (@"regexp".re·3 *@"regexp".Regexp "esc:0x0") (? bool) { return false }
func (@"regexp".i·2 *@"regexp".inputReader "esc:0x0") @"regexp".index (@"regexp".re·3 *@"regexp".Regexp "esc:0x0", @"regexp".pos·4 int) (? int) { return -0x1 }
func (@"regexp".i·3 *@"regexp".inputReader) @"regexp".step (@"regexp".pos·4 int) (? rune, ? 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".machine struct { @"regexp".re *@"regexp".Regexp; @"regexp".p *@"regexp/syntax".Prog; @"regexp".op *@"regexp".onePassProg; @"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) @"regexp".add (@"regexp".q·3 *@"regexp".queue, @"regexp".pc·4 uint32, @"regexp".pos·5 int, @"regexp".cap·6 []int "esc:0x0", @"regexp".cond·7 @"regexp/syntax".EmptyOp, @"regexp".t·8 *@"regexp".thread) (? *@"regexp".thread)
func (@"regexp".m·2 *@"regexp".machine) @"regexp".alloc (@"regexp".i·3 *@"regexp/syntax".Inst) (? *@"regexp".thread)
func (@"regexp".m·1 *@"regexp".machine) @"regexp".clear (@"regexp".q·2 *@"regexp".queue)
func (@"regexp".m·1 *@"regexp".machine) @"regexp".free (@"regexp".t·2 *@"regexp".thread) { @"regexp".m·1.@"regexp".inputBytes.@"regexp".str = nil; @"regexp".m·1.@"regexp".inputString.@"regexp".str = ""; @"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) @"regexp".init (@"regexp".ncap·2 int)
func (@"regexp".m·2 *@"regexp".machine) @"regexp".match (@"regexp".i·3 @"regexp".input, @"regexp".pos·4 int) (? bool)
func (@"regexp".m·2 *@"regexp".machine "esc:0x2") @"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:0x2") @"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 = false; @"regexp".m·2.@"regexp".inputReader.@"regexp".pos = 0x0; return &@"regexp".m·2.@"regexp".inputReader }
func (@"regexp".m·2 *@"regexp".machine "esc:0x2") @"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) @"regexp".onepass (@"regexp".i·3 @"regexp".input, @"regexp".pos·4 int) (? bool)
func (@"regexp".m·1 *@"regexp".machine) @"regexp".step (@"regexp".runq·2 *@"regexp".queue, @"regexp".nextq·3 *@"regexp".queue, @"regexp".pos·4 int, @"regexp".nextPos·5 int, @"regexp".c·6 rune, @"regexp".nextCond·7 @"regexp/syntax".EmptyOp)
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:0x0") Expand (@"regexp".dst·3 []byte "esc:0x2", @"regexp".template·4 []byte "esc:0x0", @"regexp".src·5 []byte "esc:0x0", @"regexp".match·6 []int "esc:0x0") (? []byte)
func (@"regexp".re·2 *@"regexp".Regexp "esc:0x0") ExpandString (@"regexp".dst·3 []byte "esc:0x2", @"regexp".template·4 string, @"regexp".src·5 string "esc:0x0", @"regexp".match·6 []int "esc:0x0") (? []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:0x1") 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:0x0") Longest () { @"regexp".re·1.@"regexp".longest = 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:0x0") NumSubexp () (? int) { return @"regexp".re·2.@"regexp".numSubexp }
func (@"regexp".re·2 *@"regexp".Regexp) ReplaceAll (@"regexp".src·3 []byte, @"regexp".repl·4 []byte "esc:0x0") (? []byte)
func (@"regexp".re·2 *@"regexp".Regexp) ReplaceAllFunc (@"regexp".src·3 []byte, @"regexp".repl·4 func(? []byte) (? []byte) "esc:0x0") (? []byte)
func (@"regexp".re·2 *@"regexp".Regexp) ReplaceAllLiteral (@"regexp".src·3 []byte, @"regexp".repl·4 []byte "esc:0x0") (? []byte)
func (@"regexp".re·2 *@"regexp".Regexp) ReplaceAllLiteralString (@"regexp".src·3 string, @"regexp".repl·4 string "esc:0x0") (? 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:0x0") (? string)
func (@"regexp".re·2 *@"regexp".Regexp) Split (@"regexp".s·3 string, @"regexp".n·4 int) (? []string)
func (@"regexp".re·2 *@"regexp".Regexp "esc:0x1") String () (? string) { return @"regexp".re·2.@"regexp".expr }
func (@"regexp".re·2 *@"regexp".Regexp "esc:0x1") 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:0x0")
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:0x0") @"regexp".expand (@"regexp".dst·3 []byte "esc:0x2", @"regexp".template·4 string, @"regexp".bsrc·5 []byte "esc:0x0", @"regexp".src·6 string "esc:0x0", @"regexp".match·7 []int "esc:0x0") (? []byte)
func (@"regexp".re·2 *@"regexp".Regexp) @"regexp".get () (? *@"regexp".machine)
func (@"regexp".re·2 *@"regexp".Regexp "esc:0x0") @"regexp".pad (@"regexp".a·3 []int "esc:0x2") (? []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:0x0") (? []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:0x0")
func (@"".d·1 *@"".Disasm) Print (@"".w·2 @"io".Writer, @"".filter·3 *@"regexp".Regexp, @"".start·4 uint64, @"".end·5 uint64)
func (@"".d·3 *@"".Disasm "esc:0x0") @"".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; @"os".nepipe int32 }
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:0x0") String () (? string)
func (@"time".l·2 *@"time".Location "esc:0x0") @"time".firstZoneUsed () (? bool)
func (@"time".l·2 *@"time".Location "esc:0x2") @"time".get () (? *@"time".Location)
func (@"time".l·6 *@"time".Location "esc:0x1") @"time".lookup (@"time".sec·7 int64) (@"time".name·1 string, @"time".offset·2 int, @"time".isDST·3 bool, @"time".start·4 int64, @"time".end·5 int64)
func (@"time".l·2 *@"time".Location "esc:0x0") @"time".lookupFirstZone () (? int)
func (@"time".l·4 *@"time".Location "esc:0x0") @"time".lookupName (@"time".name·5 string "esc:0x0", @"time".unix·6 int64) (@"time".offset·1 int, @"time".isDST·2 bool, @"time".ok·3 bool)
type @"time".Duration int64
func (@"time".d·2 @"time".Duration) Hours () (? float64) { var @"time".hour·3 @"time".Duration; ; @"time".hour·3 = @"time".d·2 / @"time".Duration(0x34630B8A000); var @"time".nsec·4 @"time".Duration; ; @"time".nsec·4 = @"time".d·2 % @"time".Duration(0x34630B8A000); return float64(@"time".hour·3) + float64(@"time".nsec·4) * 0x9C5FFF26ED75Fp-93 }
func (@"time".d·2 @"time".Duration) Minutes () (? float64) { var @"time".min·3 @"time".Duration; ; @"time".min·3 = @"time".d·2 / @"time".Duration(0xDF8475800); var @"time".nsec·4 @"time".Duration; ; @"time".nsec·4 = @"time".d·2 % @"time".Duration(0xDF8475800); return float64(@"time".min·3) + float64(@"time".nsec·4) * 0x9299FF347E9E9p-87 }
func (@"time".d·2 @"time".Duration) Nanoseconds () (? int64) { return int64(@"time".d·2) }
func (@"time".d·2 @"time".Duration) Seconds () (? float64) { var @"time".sec·3 @"time".Duration; ; @"time".sec·3 = @"time".d·2 / @"time".Duration(0x3B9ACA00); var @"time".nsec·4 @"time".Duration; ; @"time".nsec·4 = @"time".d·2 % @"time".Duration(0x3B9ACA00); return float64(@"time".sec·3) + float64(@"time".nsec·4) * 0x112E0BE826D695p-82 }
func (@"time".d·2 @"time".Duration) String () (? string)
type @"time".Month int
func (@"time".m·2 @"time".Month) String () (? string) { return @"time".months[@"time".m·2 - @"time".Month(0x1)] }
type @"time".Weekday int
func (@"time".d·2 @"time".Weekday) String () (? string) { return @"time".days[@"time".d·2] }
type @"time".Time struct { @"time".sec int64; @"time".nsec int32; @"time".loc *@"time".Location }
func (@"time".t·2 @"time".Time "esc:0x2") Add (@"time".d·3 @"time".Duration) (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x2") AddDate (@"time".years·3 int, @"time".months·4 int, @"time".days·5 int) (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x0") After (@"time".u·3 @"time".Time "esc:0x0") (? bool) { return @"time".t·2.@"time".sec > @"time".u·3.@"time".sec || @"time".t·2.@"time".sec == @"time".u·3.@"time".sec && @"time".t·2.@"time".nsec > @"time".u·3.@"time".nsec }
func (@"time".t·2 @"time".Time "esc:0x0") Before (@"time".u·3 @"time".Time "esc:0x0") (? bool) { return @"time".t·2.@"time".sec < @"time".u·3.@"time".sec || @"time".t·2.@"time".sec == @"time".u·3.@"time".sec && @"time".t·2.@"time".nsec < @"time".u·3.@"time".nsec }
func (@"time".t·4 @"time".Time "esc:0x0") Clock () (@"time".hour·1 int, @"time".min·2 int, @"time".sec·3 int)
func (@"time".t·4 @"time".Time "esc:0x0") Date () (@"time".year·1 int, @"time".month·2 @"time".Month, @"time".day·3 int)
func (@"time".t·2 @"time".Time "esc:0x0") Day () (? int)
func (@"time".t·2 @"time".Time "esc:0x0") Equal (@"time".u·3 @"time".Time "esc:0x0") (? bool) { return @"time".t·2.@"time".sec == @"time".u·3.@"time".sec && @"time".t·2.@"time".nsec == @"time".u·3.@"time".nsec }
func (@"time".t·2 @"time".Time "esc:0x0") Format (@"time".layout·3 string "esc:0x0") (? string)
func (@"time".t·2 *@"time".Time "esc:0x0") GobDecode (@"time".data·3 []byte "esc:0x0") (? error)
func (@"time".t·3 @"time".Time "esc:0x0") GobEncode () (? []byte, ? error)
func (@"time".t·2 @"time".Time "esc:0x0") Hour () (? int)
func (@"time".t·3 @"time".Time "esc:0x0") ISOWeek () (@"time".year·1 int, @"time".week·2 int)
func (@"time".t·2 @"time".Time "esc:0x2") In (@"time".loc·3 *@"time".Location "esc:0x2") (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x0") IsZero () (? bool) { return @"time".t·2.@"time".sec == 0x0 && @"time".t·2.@"time".nsec == 0x0 }
func (@"time".t·2 @"time".Time "esc:0x2") Local () (? @"time".Time) { @"time".t·2.@"time".loc = @"time".Local; return @"time".t·2 }
func (@"time".t·2 @"time".Time "esc:0x2") Location () (? *@"time".Location) { var @"time".l·3 *@"time".Location; ; @"time".l·3 = @"time".t·2.@"time".loc; if @"time".l·3 == nil { @"time".l·3 = @"time".UTC }; return @"time".l·3 }
func (@"time".t·3 @"time".Time "esc:0x0") MarshalBinary () (? []byte, ? error)
func (@"time".t·3 @"time".Time "esc:0x0") MarshalJSON () (? []byte, ? error)
func (@"time".t·3 @"time".Time "esc:0x0") MarshalText () (? []byte, ? error)
func (@"time".t·2 @"time".Time "esc:0x0") Minute () (? int)
func (@"time".t·2 @"time".Time "esc:0x0") Month () (? @"time".Month)
func (@"time".t·2 @"time".Time "esc:0x0") Nanosecond () (? int) { return int(@"time".t·2.@"time".nsec) }
func (@"time".t·2 @"time".Time "esc:0x2") Round (@"time".d·3 @"time".Duration) (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x0") Second () (? int)
func (@"time".t·2 @"time".Time "esc:0x0") String () (? string)
func (@"time".t·2 @"time".Time "esc:0x0") Sub (@"time".u·3 @"time".Time "esc:0x0") (? @"time".Duration)
func (@"time".t·2 @"time".Time "esc:0x2") Truncate (@"time".d·3 @"time".Duration) (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x2") UTC () (? @"time".Time) { @"time".t·2.@"time".loc = @"time".UTC; return @"time".t·2 }
func (@"time".t·2 @"time".Time "esc:0x0") Unix () (? int64) { return @"time".t·2.@"time".sec + -0xE7791F700 }
func (@"time".t·2 @"time".Time "esc:0x0") UnixNano () (? int64) { return (@"time".t·2.@"time".sec + -0xE7791F700) * 0x3B9ACA00 + int64(@"time".t·2.@"time".nsec) }
func (@"time".t·2 *@"time".Time "esc:0x0") UnmarshalBinary (@"time".data·3 []byte "esc:0x0") (? error)
func (@"time".t·2 *@"time".Time "esc:0x0") UnmarshalJSON (@"time".data·3 []byte "esc:0x0") (@"time".err·1 error)
func (@"time".t·2 *@"time".Time "esc:0x0") UnmarshalText (@"time".data·3 []byte "esc:0x0") (@"time".err·1 error)
func (@"time".t·2 @"time".Time "esc:0x0") Weekday () (? @"time".Weekday)
func (@"time".t·2 @"time".Time "esc:0x0") Year () (? int)
func (@"time".t·2 @"time".Time "esc:0x0") YearDay () (? int)
func (@"time".t·3 @"time".Time "esc:0x0") Zone () (@"time".name·1 string, @"time".offset·2 int)
func (@"time".t·2 @"time".Time "esc:0x0") @"time".abs () (? uint64)
func (@"time".t·5 @"time".Time "esc:0x0") @"time".date (@"time".full·6 bool) (@"time".year·1 int, @"time".month·2 @"time".Month, @"time".day·3 int, @"time".yday·4 int)
func (@"time".t·4 @"time".Time "esc:0x1") @"time".locabs () (@"time".name·1 string, @"time".offset·2 int, @"time".abs·3 uint64)
type @"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) Chdir () (? error)
func (@"os".f·2 *@"os".File) Chmod (@"os".mode·3 @"os".FileMode) (? error)
func (@"os".f·2 *@"os".File) Chown (@"os".uid·3 int, @"os".gid·4 int) (? error)
func (@"os".f·2 *@"os".File) Close () (? error)
func (@"os".f·2 *@"os".File "esc:0x0") Fd () (? uintptr) { if @"os".f·2 == nil { return 0xFFFFFFFFFFFFFFFF }; return uintptr(@"os".f·2.@"os".file.@"os".fd) }
func (@"os".f·2 *@"os".File "esc:0x1") Name () (? string) { return @"os".f·2.@"os".file.@"os".name }
func (@"os".f·3 *@"os".File) Read (@"os".b·4 []byte) (@"os".n·1 int, @"os".err·2 error)
func (@"os".f·3 *@"os".File) ReadAt (@"os".b·4 []byte "esc:0x0", @"os".off·5 int64) (@"os".n·1 int, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x0") Readdir (@"os".n·4 int) (@"os".fi·1 []@"os".FileInfo, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x0") Readdirnames (@"os".n·4 int) (@"os".names·1 []string, @"os".err·2 error)
func (@"os".f·3 *@"os".File) Seek (@"os".offset·4 int64, @"os".whence·5 int) (@"os".ret·1 int64, @"os".err·2 error)
func (@"os".f·3 *@"os".File) Stat () (@"os".fi·1 @"os".FileInfo, @"os".err·2 error)
func (@"os".f·2 *@"os".File "esc:0x0") Sync () (@"os".err·1 error)
func (@"os".f·2 *@"os".File) Truncate (@"os".size·3 int64) (? error)
func (@"os".f·3 *@"os".File) Write (@"os".b·4 []byte) (@"os".n·1 int, @"os".err·2 error)
func (@"os".f·3 *@"os".File) WriteAt (@"os".b·4 []byte "esc:0x0", @"os".off·5 int64) (@"os".n·1 int, @"os".err·2 error)
func (@"os".f·3 *@"os".File) WriteString (@"os".s·4 string "esc:0x0") (@"os".ret·1 int, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x0") @"os".pread (@"os".b·4 []byte "esc:0x0", @"os".off·5 int64) (@"os".n·1 int, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x0") @"os".pwrite (@"os".b·4 []byte "esc:0x0", @"os".off·5 int64) (@"os".n·1 int, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x0") @"os".read (@"os".b·4 []byte) (@"os".n·1 int, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x0") @"os".readdir (@"os".n·4 int) (@"os".fi·1 []@"os".FileInfo, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x0") @"os".readdirnames (@"os".n·4 int) (@"os".names·1 []string, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x0") @"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:0x0") @"os".write (@"os".b·4 []byte) (@"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) Close () (? error)
func (@"".f·3 *@"".File) Disasm () (? *@"".Disasm, ? error)
func (@"".f·2 *@"".File) GOARCH () (? string)
func (@"".f·3 *@"".File) PCLineTable () (? *@"debug/gosym".Table, ? error)
func (@"".f·3 *@"".File) Symbols () (? []@"".Sym, ? error)
func (@"".f·4 *@"".File) Text () (? uint64, ? []byte, ? error)
func @"".Open (@"".name·3 string) (? *@"".File, ? error)
func @"".init ()
var @"regexp/syntax".instOpNames []string
var @"time".months [12]string
var @"time".days [7]string
var @"time".Local *@"time".Location
var @"time".UTC *@"time".Location
$$
�_go_.6 0 0 0 644 321911 `
go object linux amd64 go1.4.2 X:precisestack
!
��go13ldbufio.adebug/gosym.a"encoding/binary.a
fmt.aio.aregexp.a sort.astrings.a text/tabwriter.a@cmd/internal/rsc.io/arm/armasm.a@cmd/internal/rsc.io/x86/x86asm.adebug/elf.aos.a(cmd/internal/goobj.adebug/macho.adebug/pe.a debug/plan9obj.a�þ""".(*File).Disasm�� +��Ž+dH‹ %����H„$¸þÿÿH;Awè����ëâHìÈ��1ÀH¼$X��è����H‹œ$È��H‰$è����HDŽ$à������HDŽ$è������H‹œ$Ð��H‰$è����H‹\$H‰œ$ø���H‹\$H‰œ$���H‹\$H‰œ$��H‹D$ H‹L$(H‰Œ$¨���Hƒø�H‰„$ ���t)HDŽ$Ø������H‰„$à��H‰Œ$è��è����HÄÈ��ÃH‹œ$Ð��H‰$è����H‹\$H‰\$`H‹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‰Œ$���H‰Œ$Ð���H‰„$˜���H‰„$Ø���H����H‰$è����H����H‰$H‹����H‰\$H‹œ$Ð���H‰\$H‹œ$Ø���H‰\$è����H‹D$ Hƒø�„c��H‰D$xH‰$è����H‹\$xH‹+H‰l$hH‹œ$���H‰œ$Ð���H‹œ$˜���H‰œ$Ø���H����H‰$è����H����H‰$H‹����H‰\$H‹œ$Ð���H‰\$H‹œ$Ø���H‰\$è����H‹D$ Hƒø�„Ì��H‰D$pH‰$è����H‹¼$ø���H‹´$��H‹\$pHƒû�„˜��H‹ H‹kH‰Œ$°���H‰¬$¸���H‹\$h1íH9ë„ø��Hƒù�„î��Hƒþ�‚Ý��1ÉH‰¼$��H‰Œ$��H‰´$ ��H‹„$���H‰´$P��1ÒH‰„$H��H‰D$PH‰¼$@��H‰øH‰T$HH‹l$PH9ê-��H‰„$ˆ���H‰$HÇD$8���è����H‹´$ˆ���Hƒþ�„S��H¬$��H‰ïè����Hœ$��H¬$X��H‰ïH‰Þè����H‹Œ$X��H‹œ$`��H‰Œ$Ð���H‰ $H‰œ$Ø���H‰\$H-����LD$L‰ÇH‰îH¥H¥è����H‹Œ$Ð���H‹„$Ø���H‹\$ Hƒû�ô��Hƒø…M��H‰ $H‰D$H-����LD$L‰ÇH‰îH¥H¥è����H‹Œ$Ð���H‹„$Ø���¶\$ €û�„ ��H‹„$ˆ���H‹T$HHƒÀ8HÿÂH‰T$HH‹l$PH9êŒÓþÿÿH‹œ$��H‰œ$ø���H‹œ$��H‰œ$���H‹œ$ ��H‰œ$��H‹œ$è���H‰\$HH����H‰$è����H‹D$H‰„$€���H‰$è����H‹œ$€���H‰$Hƒ<$�„^��H‹œ$ø���H‰\$H‹œ$���H‰\$H‹œ$��H‰\$è����H‹œ$€���H‰$Hƒ$è����H‹œ$€���H‰$Hƒ<$�„ù��Hƒ$H‹\$`H‰\$è����H‹œ$€���H‰$Hƒ$ è����H‹œ$€���H‰$Hƒ<$�„¬��Hƒ$ H‹œ$à���H‰\$H‹œ$è���H‰\$H‹œ$ð���H‰\$è����H‹œ$€���H‰$Hƒ$8è����H‹„$€���H‹l$@H‰h8H‰$Hƒ$@è����H‹„$€���H‹l$HL‹D$@LÅH‰h@H‰$Hƒ$Hè����H‹œ$€���H‰$Hƒ<$�„ü���Hƒ$HH‹œ$���H‰\$H‹œ$˜���H‰\$è����H‹œ$€���H‰$Hƒ$Xè����H‹œ$€���H‰$Hƒ<$�„Ÿ���Hƒ$XH‹\$hH‰\$è����H‹œ$€���H‰$Hƒ$`è����H‹œ$€���H‰$Hƒ<$�tYHƒ$`H‹œ$°���H‰\$H‹œ$¸���H‰\$è����H‹œ$€���H‰œ$Ø��HDŽ$à������HDŽ$è������è����HÄÈ��É%����랉%����éUÿÿÿ‰%����éøþÿÿ‰%����éHþÿÿ‰%����éûýÿÿ‰%����é–ýÿÿHƒøuBH‰ $H‰D$H-����LD$L‰ÇH‰îH¥H¥è����H‹Œ$Ð���H‹„$Ø���¶\$ €û�…­üÿÿHƒøu2H‰ $H‰D$H-����LD$L‰ÇH‰îH¥H¥è����¶\$ €û�…uüÿÿH‹”$��H‹Œ$��H‹œ$ ��H‰ØH)ËHƒû}OH����H‰$H‰”$(��H‰T$H‰Œ$0��H‰L$H‰„$8��H‰D$HÇD$ ���è����H‹T$(H‹L$0H‹D$8H‰ÍHÿÁH‰Œ$0��H‰„$8��H‰ÓH‰”$(��H‰l$XHkí8HëH‰$HÇD$8���è����H����H‰$H‹œ$(��H‹l$XHkí8HëH‰\$Hœ$X��H‰\$è����H‹”$(��H‹Œ$0��H‹„$8��H‰”$��H‰Œ$��H‰„$ ��éXûÿÿHƒø uBH‰ $H‰D$H-����LD$L‰ÇH‰îH¥H¥è����H‹Œ$Ð���H‹„$Ø���¶\$ €û�…ûÿÿHƒø uBH‰ $H‰D$H-����LD$L‰ÇH‰îH¥H¥è����H‹Œ$Ð���H‹„$Ø���¶\$ €û�…ÈúÿÿHƒø…IþÿÿH‰ $H‰D$H-����LD$L‰ÇH‰îH¥H¥è����¶\$ €û�…Œúÿÿéþÿÿ‰é¦ùÿÿè���� H����H,$H‰ïH‰ÞH¥H¥H\$HÇ����HÇC����HÇC����è����H‹L$(H‹D$0HDŽ$Ø������H‰Œ$À���H‰Œ$à��H‰„$È���H‰„$è��è����HÄÈ��Ééaøÿÿ‰�é-øÿÿ‰�é–÷ÿÿ„
������0��0runtime.morestack_noctxt���`ä� runtime.duffzero���‚��*runtime.racefuncenter���Ô��$"".(*File).Symbols���¤��(runtime.racefuncexit���Ö��,"".(*File).PCLineTable���ì��(runtime.racefuncexit���ž��"".(*File).Text���‚��(runtime.racefuncexit���´��""".(*File).GOARCH���–��"".disasms���¨�� runtime.raceread���¶��:type.map[string]"".disasmFunc���Ì��"".disasms���” ��4runtime.mapaccess1_faststr���Î �� runtime.raceread���¶
��"".byteOrders���È
�� runtime.raceread���Ö
��Rtype.map[string]encoding/binary.ByteOrder���ì
��"".byteOrders���´ ��4runtime.mapaccess1_faststr���î �� runtime.raceread���„��*runtime.racereadrange���ȼ� runtime.duffcopy���þ¼� runtime.duffcopy���Þ��"go.string."etext"���†��"runtime.cmpstring���ø��$go.string."_etext"��� �� runtime.eqstring���²��type."".Disasm���Ä��"runtime.newobject���ð��"runtime.racewrite���ö��2runtime.writebarrierslice���¢��"runtime.racewrite���ø��.runtime.writebarrierptr���¤��"runtime.racewrite���´��2runtime.writebarrierslice���à��"runtime.racewrite���ž��"runtime.racewrite���ì��"runtime.racewrite���â��4runtime.writebarrierstring���Ž��"runtime.racewrite���ä��.runtime.writebarrierptr�����"runtime.racewrite���þ��2runtime.writebarrieriface���Ø��(runtime.racefuncexit���ž��"go.string."_text"���Æ�� runtime.eqstring���® ��"go.string."etext"���Ö �� runtime.eqstring���È!��type.[]"".Sym���º"��"runtime.growslice���Ö#��,runtime.racewriterange���ä#��type."".Sym���Â$��.runtime.writebarrierfat���Ø%��2go.string."runtime.etext"���€&�� runtime.eqstring���è&��0go.string."runtime.text"���'�� runtime.eqstring���€(�� go.string."text"���¨(�� runtime.eqstring���æ(��$runtime.panicslice���ø(��Hgo.string."unsupported architecture"���Ö)��fmt.Errorf���Ì*��(runtime.racefuncexit���@��<"".autotmp_0023�¯>type.*encoding/binary.ByteOrder�"".autotmp_0022�Ÿ&type.*"".disasmFunc�"".autotmp_0021�type.*"".Disasm�"".autotmp_0019��type.uint64�"".autotmp_0017�ßtype.int�"".autotmp_0016�¿type.[]"".Sym�"".autotmp_0015��type.string�"".autotmp_0014�otype."".Sym�"".autotmp_0013�ÿtype.*"".Sym�"".autotmp_0012��type.int�"".autotmp_0011��type.int�"".autotmp_0009��type.int�"".autotmp_0007�type.[]"".Sym�"".autotmp_0006�type.error�"".autotmp_0004��type.string�"".autotmp_0002��type.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� "".~r0�type.*"".Disasm�"".f��type.*"".File�P%¸cŠª ¹�Ð�ÄH4ZYJTS-JIT@?¹
$”cL'0 ­-E€˜ Ì l21�”�@‘Kr:6=6ˁßCA^—AM-)wHrN•”s+�Tgclocals·79d715ea3dc324be448c4c7d4ed460fb�Tgclocals·aa4ad5004caab854124017d297968574���T/tmp/go/src/cmd/internal/objfile/disasm.goþ&"".(*Disasm).lookup��à ��Ä dH‹ %����HD$èH;Awè����ëåHì˜���H‹œ$˜���H‰$è����HDŽ$°�������HDŽ$¸�������H‹œ$ ���H‰$è����H‹„$ ���H‹hH‰l$ HD$HH‰D$(H‰$è����H‹D$(H-����H‰(H‰$Hƒ$è����H‹D$(H¬$¨���H‰hH‰$Hƒ$è����H‹D$(H¬$ ���H‰hH‹\$ H‰$H‰D$è����H‹D$H‰D$Hƒø�Ž(��H‹œ$ ���H‰$è����H‹D$HÿÈH‹œ$ ���H‹H‹KH‹kH‰l$@H‰ÓH‰T$0H‰ÅH‰L$8H9ȃ��Hkí8HëH‰$HÇD$8���è����H‹D$HÿÈH‹œ$ ���Hƒû�„ã���H‹H‹KH‹kH‰l$@H‰ÓH‰T$0H‰ÅH‰L$8H9ȃ³���Hkí8HëHl$`H‰ïH‰Þè����H‹\$pHƒû�t`H‹\$pH‹¬$¨���H9ëwNH‹\$pH‹l$xHëH‹¬$¨���H9ëv4H‹D$pH‹\$`H‰œ$°���H‹\$hH‰œ$¸���H‰„$À���è����HÄ˜���ÃHDŽ$°�������HDŽ$¸�������HDŽ$À�������è����HÄ˜���Ãè���� ‰éÿÿÿè����
������*��0runtime.morestack_noctxt���^��*runtime.racefuncenter���°�� runtime.raceread���ø��"runtime.racewrite�����"".func·001���²��"runtime.racewrite���ð��"runtime.racewrite���¸��sort.Search���‚�� runtime.raceread���¦��*runtime.racereadrange���Ú¼� runtime.duffcopy��� ��(runtime.racefuncexit���‚ ��(runtime.racefuncexit���œ ��$runtime.panicindex���¸ ��$runtime.panicindex���P°��"".autotmp_0033�ßltype.*struct { F uintptr; A0 *uint64; A1 **"".Disasm }�"".autotmp_0031�Ÿjtype.struct { F uintptr; A0 *uint64; A1 **"".Disasm }�"".autotmp_0030�ïtype.int�"".s�otype."".Sym�"".i�ÿtype.int�"".base�@type.uint64�"".name� type.string�"".addr�type.uint64�"".d��type.*"".Disasm�&"°ù¯°0¯°#�ð�8ª"š½7'1 #� �.M`%>#�Tgclocals·bcf89e1b853baf119b5f7dcbd506bc4c�Tgclocals·37f7b3dbb29604058be39cd0c2139aa0���T/tmp/go/src/cmd/internal/objfile/disasm.goþ"".base��À��ªdH‹ %����H;awè����ëêHƒì(H‹\$(H‰$è����HÇD$@����HÇD$H����H‹\$0H‰$H‹t$8H‰t$H5����Hl$H‰ïH¥H¥è����H‹T$8H‹L$ HÿÁH9Ê‚“���H‹D$0H)ÊHƒú�t H‰ËHÃH‰ØH‰D$0H‰$H‰T$8H‰T$H����Hl$H‰ïH‰ÞH¥H¥è����H‹T$8H‹L$ HÿÁH9Êr5H‹D$0H)ÊHƒú�t H‰ËHÃH‰ØH‰D$0H‰D$@H‰T$8H‰T$Hè����HƒÄ(Ãè���� è���� 
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter��� ��go.string."/"���Â��"strings.LastIndex���Ð��go.string."\\"���ø��"strings.LastIndex���ü��(runtime.racefuncexit�����$runtime.panicslice���ž��$runtime.panicslice���@P��"".autotmp_0048��type.uint64�"".autotmp_0047��type.uint64�"".autotmp_0046��type.uint64�"".autotmp_0045��type.int�"".autotmp_0042��type.uint64�"".autotmp_0040��type.int� "".~r1� type.string�"".path��type.string�PìOP� �$ÆXW��#Ú
�Tgclocals·f19d4b79e9f57ca0787f5817043aa6f8�Tgclocals·0115f8d53b75c1696444f08ad03251d9���T/tmp/go/src/cmd/internal/objfile/disasm.goþ$"".(*Disasm).Print��à!��Ö!dH‹ %����H„$˜þÿÿH;Awè����ëâHìè��1ÀH¼$x��è����H‰„$ð���H‰„$ø���H‰„$���H‰„$€���H‹œ$è��H‰$è����H‹œ$ð��H‰$Hƒ$8è����H‹¬$ð��H‹]8H‹¬$��H9ëv*H‹œ$ð��H‰$Hƒ$8è����H‹œ$ð��H‹k8H‰¬$��H‹œ$ð��H‰$Hƒ$@è����H‹¬$ð��H‹]@H‹¬$��H9ës*H‹œ$ð��H‰$Hƒ$@è����H‹œ$ð��H‹k@H‰¬$��ÆD$W�H‹œ$ø��H‰$H‹œ$���H‰\$è����H‹\$H‰œ$ˆ���H‹œ$ð��H‰$è����H‹œ$ð��Hƒû�„ú��H‹ H‹CH‹kH‰¬$0��1ÒH‰„$(��H‰D$pH‰Œ$ ��H‰ÈH‰T$xH‹l$pH9ꍻ���H‰„$ ���H‰$HÇD$8���è����H‹´$ ���Hƒþ�„‡��H¬$°��H‰ïè����Hœ$°��H¬$x��H‰ïH‰Þè����H‹œ$ˆ��H‰\$XH‹œ$ˆ��H‹¬$��HëH‰\$`‹œ$˜��ƒûTtQ‹œ$˜��ƒûttEH‹„$ ���H‹T$xHƒÀ8HÿÂH‰T$xH‹l$pH9êŒEÿÿÿH‹œ$ˆ���H‰$è����è����HÄè��ÃH‹œ$ð��H‰$Hƒ$8è����H‹L$XH‹„$��H‹¬$ð��H‹]8H9Ëw‡H‹\$`H‹¬$��H9ë†qÿÿÿH‹œ$��H9ˆ`ÿÿÿ1íH9èt.H‰$Hœ$x��Hl$H‰ïH‰ÞH¥H¥è����¶\$€û�„+ÿÿÿ€|$W�tzH‹œ$ˆ���H‰œ$¨���H‹����1íH9è„ï��H‹Œ$¨���H‰„$À���H‰$H‰Œ$È���H‰L$H����Hl$H‰ïH‰ÞH¥H¥H\$ HÇ����HÇC����HÇC����è����ÆD$WH‹œ$ð��H‰$Hƒ$è����H‹œ$ð��H‹kH‰,$H‹œ$ˆ��H‰\$è����H‹L$H‹D$H‹œ$ˆ���H‰œ$¨���H‰Œ$°���H‰Œ$à���H‰„$¸���H‰„$è���H‹����H‰„$˜���1íH9è„Ì��H¼$X��1Àè����Hœ$X��Hƒû�„¤��HÇÂ���HÇÁ���H‰œ$��H‰”$��H‰Œ$��H����H‰$Hœ$x��H‰\$è����H‹\$H‰œ$Ð���H‹\$H‰œ$Ø���H‹œ$��H‰$è����H‹œ$��H‰$H‹œ$Ð���H‰\$H‹œ$Ø���H‰\$è����H����H‰$Hœ$à���H‰\$è����H‹\$H‰œ$Ð���H‹\$H‰œ$Ø���H‹œ$��HƒÃH‰$è����H‹œ$��HƒÃH‰$H‹œ$Ð���H‰\$H‹œ$Ø���H‰\$è����H‹Œ$¨���H‹„$˜���H‰„$À���H‰$H‰Œ$È���H‰L$H����Hl$H‰ïH‰ÞH¥H¥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‹Œ$��H‹\$8H‰œ$€���H‹\$`H9ËvH‰L$`H‹œ$ð��H‰$Hƒ$8è����H‹¬$ð��H‹]8H‹¬$��H)ÝH‰l$hH‹œ$ð��H‰$Hƒ$ è����H‹L$hH‹œ$ð��H‹C0H9È‚õ���H‹œ$ð��H‹k H‰¬$ð���H‰Œ$ø���H‰„$���Hœ$8��H‰œ$���H‰$è����H‹„$���H-����H‰(H‰$Hƒ$è����H‹„$���H¬$ð��H‰hH‰$Hƒ$è����H‹„$���H¬$€���H‰hH‰$Hƒ$è����H‹„$���H¬$ð���H‰hH‹œ$ð��H‰$H‹\$XH‰\$H‹\$`H‰\$H‰D$è����H‹œ$€���H‰$è����éúÿÿè���� H����H‰$H����H‰\$H����H‰\$è����H‹D$éýýÿÿ‰éUüÿÿH����H‰$H����H‰\$H����H‰\$è����H‹\$H‰œ$˜���éúûÿÿH����H‰$H����H‰\$H����H‰\$è����H‹D$éßúÿÿ‰érùÿÿ‰éÿøÿÿt
������0��0runtime.morestack_noctxt���`ä� runtime.duffzero���Â��*runtime.racefuncenter���î�� runtime.raceread���Ì�� runtime.raceread��� �� runtime.raceread���þ�� runtime.raceread���ì��bufio.NewWriter���¨�� runtime.raceread���€��*runtime.racereadrange���ļ� runtime.duffcopy���ú¼� runtime.duffcopy���ä ��*bufio.(*Writer).Flush���î ��(runtime.racefuncexit���ª
�� runtime.raceread���‚ ��8regexp.(*Regexp).MatchString���Ú ��>go.itab.*bufio.Writer.io.Writer���À ��go.string."\n"��� ��fmt.Fprintf���Ö�� runtime.raceread���š��:debug/gosym.(*Table).PCToLine���œ��>go.itab.*bufio.Writer.io.Writer���àð� runtime.duffzero���Þ��type.string���Š��runtime.convT2E���à��"runtime.racewrite���¶��2runtime.writebarrieriface���Ä��type.string���ð��runtime.convT2E���Î��"runtime.racewrite���¬��2runtime.writebarrieriface���Œ��8go.string."TEXT %s(SB) %s\n"���‚��fmt.Fprintf���°��>go.itab.*bufio.Writer.io.Writer���ä��0text/tabwriter.NewWriter���Ø�� runtime.raceread���¼�� runtime.raceread���ê��"runtime.racewrite���ˆ��"".func·002���ª��"runtime.racewrite���î��"runtime.racewrite���²��"runtime.racewrite���®��&"".(*Disasm).Decode���Ð��<text/tabwriter.(*Writer).Flush���ä��$runtime.panicslice���ö��$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.*bufio.Writer���ò ��type.io.Writer���Š!��>go.itab.*bufio.Writer.io.Writer���ž!�� runtime.typ2Itab���`Ð��B"".autotmp_0076�¯¦type.*struct { F uintptr; A0 **"".Disasm; A1 **text/tabwriter.Writer; A2 *[]uint8 }�"".autotmp_0074�ÿtype.uint64�"".autotmp_0073��type.*uint8�"".autotmp_0072��"type.interface {}�"".autotmp_0071�¯"type.interface {}�"".autotmp_0069�¿&type.[]interface {}�"".autotmp_0068��type.*uint8�"".autotmp_0067�Ÿtype.*uint8�"".autotmp_0066�otype."".Sym�"".autotmp_0065�type.*"".Sym�"".autotmp_0064�ïtype.int�"".autotmp_0063�ßtype.int�"".autotmp_0062�ߤtype.struct { F uintptr; A0 **"".Disasm; A1 **text/tabwriter.Writer; A2 *[]uint8 }�"".autotmp_0060��$type.*bufio.Writer�"".autotmp_0059�type.string�"".autotmp_0058��$type.*bufio.Writer�"".autotmp_0057�Ÿ(type.[2]interface {}�"".autotmp_0056��$type.*bufio.Writer�"".autotmp_0054�type.[]"".Sym�"".autotmp_0053�ÿ$type.*bufio.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� "".end�Ptype.uint64�"".start�@type.uint64�"".filter�0&type.*regexp.Regexp�"".w�type.io.Writer�"".d��type.*"".Disasm�%ÐÝÏÐí �ð�–ØTda/*/*+º  'RK#mzBê†
†"»M*2A 2�\�`ól²#ð++L/kq à ¢
*9:"�Tgclocals·f84e43c0e8e6fed4ce0596e2869b075c�Tgclocals·dcd1171033af5a2bb32c32f91c906340���T/tmp/go/src/cmd/internal/objfile/disasm.goþ&"".(*Disasm).Decode��à��ÚdH‹ %����HD$¸H;Awè����ëåHìÈ���H‹œ$È���H‰$è����H‹œ$Ð���H‰$Hƒ$8è����H‹„$Ð���H‹X8H‹¬$Ø���H9ëv"H‰$Hƒ$8è����H‹„$Ð���H‹h8H‰¬$Ø���H‰$Hƒ$@è����H‹„$Ð���H‹X@H‹¬$à���H9ës"H‰$Hƒ$@è����H‹„$Ð���H‹h@H‰¬$à���H‰$Hƒ$8è����H‹„$Ð���H‹X8H‹¬$à���H)ÝH‰l$`H‰$Hƒ$ è����H‹”$Ð���H‹L$`H‹B0H9È‚‡��H‹j H‰¬$˜���H‰Œ$ ���H‰„$¨���H����H‰$è����H‹D$H‰D$pH‰$è����H‹D$pH-����H‰(H‰$Hƒ$è����H‹\$pH‰$Hƒ<$�„ ��Hƒ$H‹œ$Ð���H‰\$è����H‹\$pH‰\$hH‹„$Ø���H‰D$HH‹¬$à���H9胸��H‹œ$Ð���H‰$Hƒ$8è����H‹”$Ð���H‹Z8H‹D$HH)ØH‹œ$¨���H‰\$XH‹Œ$ ���H‰L$`H‰D$PH9Á‚s��H‰$Hƒ$Xè����H‹T$PH‹„$˜���H‹t$`H‹L$XH)ÖH)ÑHƒù�t H‰ÓHÃH‰ØH‰„$°���H‰$H‰´$¸���H‰t$H‰Œ$À���H‰L$H‹\$HH‰\$H‹\$hH‰\$ H‹¬$Ð���H‹UXH‹ÿÓH‹\$(H‰\$xH‹\$0H‰œ$€���H‹\$8H‰\$@H‹œ$Ð���H‰$Hƒ$è����H‹œ$Ð���H‹kH‰,$H‹\$HH‰\$è����H‹T$H‹L$H‹D$ H‹\$HH‰$H‹\$@H‰\$H‰”$ˆ���H‰T$H‰Œ$���H‰L$H‰D$ H‹\$xH‰\$(H‹œ$€���H‰\$0H‹”$è���H‹ÿÓH‹D$HH‹\$@HÃH‰ØH‰D$HH‹¬$à���H9è‚Hþÿÿè����HÄÈ���Ãè���� ‰%����ééýÿÿè���� 0
������*��0runtime.morestack_noctxt���^��*runtime.racefuncenter���Š�� runtime.raceread���Ø�� runtime.raceread���œ�� runtime.raceread���ê�� runtime.raceread���®�� runtime.raceread���‚�� runtime.raceread���ü��Ntype.struct { F uintptr; R *"".Disasm }���Ž��"runtime.newobject���´��"runtime.racewrite���Ì��4"".*Disasm.("".lookup)·fm���î��"runtime.racewrite���Ä��.runtime.writebarrierptr���À�� runtime.raceread���Ô�� runtime.raceread���Æ
������° �� runtime.raceread���î ��:debug/gosym.(*Table).PCToLine���¼ �
������Ž��(runtime.racefuncexit���¨��$runtime.panicslice���Î��$runtime.panicslice���@��""".autotmp_0094��type.uint64�"".autotmp_0093��type.uint64�"".autotmp_0092�¯Ptype.*struct { F uintptr; R *"".Disasm }�"".autotmp_0091�ßtype.uint64�"".autotmp_0090�Ïtype.uint64�"".autotmp_0089��type.uint64�"".file�type.string�"".size�type.int�"".text�Ÿtype.string�"".i�ïtype.uint64�
"".pc�ÿtype.uint64�"".lookup�¿Dtype.func(uint64) (string, uint64)�"".code�_type.[]uint8�"".f�0\type.func(uint64, uint64, string, int, string)� "".end� type.uint64�"".start�type.uint64�"".d��type.*"".Disasm�"ð�°�VÄ"/"'"nu*ÎDV 
  
�*�.˜†ø‡(*�Tgclocals·8e3f8f4e97e36ec694ede4f37e67668f�Tgclocals·6adb0d52c9eeccec66bc1a6087369963���T/tmp/go/src/cmd/internal/objfile/disasm.goþ"".disasm_386��€��údH‹ %����H;awè����ëêHƒìXH‹\$XH‰$è����HDŽ$ˆ�������HDŽ$�������H‹\$`H‰$H‹\$hH‰\$H‹\$pH‰\$H‹\$xH‰\$H‹œ$€���H‰\$ HÇD$( ���è����H‹T$0H‹L$8H‹D$@H‰T$HH‰”$ˆ���H‰L$PH‰Œ$���H‰„$˜���è����HƒÄXÃ
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���ü��"".disasm_x86���è��(runtime.racefuncexit���€°�� "".autotmp_0102�type.string� "".~r4�ptype.int� "".~r3�Ptype.string�"".lookup�@$type."".lookupFunc�
"".pc�0type.uint64�"".code��type.[]uint8�°¢¯�À�î€��# �Tgclocals·2a6ed499fbb06fe09a084e0bbf1e437a�Tgclocals·a310211a5d93ca643985188646602d0e���T/tmp/go/src/cmd/internal/objfile/disasm.goþ"".disasm_amd64��€��údH‹ %����H;awè����ëêHƒìXH‹\$XH‰$è����HDŽ$ˆ�������HDŽ$�������H‹\$`H‰$H‹\$hH‰\$H‹\$pH‰\$H‹\$xH‰\$H‹œ$€���H‰\$ HÇD$(@���è����H‹T$0H‹L$8H‹D$@H‰T$HH‰”$ˆ���H‰L$PH‰Œ$���H‰„$˜���è����HƒÄXÃ
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���ü��"".disasm_x86���è��(runtime.racefuncexit���€°�� "".autotmp_0104�type.string� "".~r4�ptype.int� "".~r3�Ptype.string�"".lookup�@$type."".lookupFunc�
"".pc�0type.uint64�"".code��type.[]uint8�°¢¯�À�ö€��# �Tgclocals·2a6ed499fbb06fe09a084e0bbf1e437a�Tgclocals·a310211a5d93ca643985188646602d0e���T/tmp/go/src/cmd/internal/objfile/disasm.goþ"".disasm_x86��à��ÌdH‹ %����H„$ÿÿÿH;Awè����ëâHìx��H‹œ$x��H‰$è����HDŽ$°������HDŽ$¸������H‹œ$€��H‰$H‹œ$ˆ��H‰\$H‹œ$��H‰\$HÇD$@���è����Hœ$è���Hl$ H‰ßH‰îè����H‹Œ$°���H‹œ$¸���H‰œ$à���HDŽ$È�������HDŽ$Ð�������H‹„$p��Hƒù�H‰Œ$Ø���…«���H‰„$À���Hƒø�„™���‹œ$��ƒû�„‰���Hœ$è���H,$H‰ïH‰Þè����H‹œ$˜��H‰œ$���H‹œ$ ��H‰œ$˜���è����H‹”$À���H‹Œ$ ���H‹„$¨���H‰Œ$È���H‰Œ$°��H‰„$Ð���H‰„$¸��H‰”$À��è����HÄx��ÃHÇÂ���H����H‹ H‹Cë´
������0��0runtime.morestack_noctxt���d��*runtime.racefuncenter���ü��Jcmd/internal/rsc.io/x86/x86asm.Decode���¬ˆ� runtime.duffcopy���²ˆ� runtime.duffcopy���ü��Tcmd/internal/rsc.io/x86/x86asm.Plan9Syntax���†��(runtime.racefuncexit���²��go.string."?"���ð��"".size�ïtype.int�"".text�ßtype.string� "".err�¿type.error�"".inst�ŸPtype.cmd/internal/rsc.io/x86/x86asm.Inst� "".~r5�€type.int� "".~r4�`type.string�"".arch�Ptype.int�"".lookup�@$type."".lookupFunc�
"".pc�0type.uint64�"".code��type.[]uint8�%ðéïð!�°�4þ%d4T5  ��1Ñ.�Tgclocals·89d318f03760d1f9a3217c6326b331db�Tgclocals·5ad7ffa6d10b2a6c88520ccc0f7f6d70���T/tmp/go/src/cmd/internal/objfile/disasm.goþ("".textReader.ReadAt��à��ÔdH‹ %����H;awè����ëêHƒìhH‹\$hH‰$è����H‹Œ$ˆ���H‹T$xH‹„$¨���HDŽ$¸�������HDŽ$À�������Hƒø�Œ=��H9È‚4��H)ÈH9ÂwNH����H‰$è����H‹ ����H‹����HDŽ$°�������H‰L$@H‰Œ$¸���H‰D$HH‰„$À���è����HƒÄhÃH‹´$€���H9‚Æ���H‹œ$���H‰$H‹œ$˜���H‰\$H‹œ$ ���H‰\$H‹L$pH‰×H)ÇH‰òH)ÂHƒú�t H‰ÃHËH‰ÙH‰L$PH‰L$H‰|$XH‰|$ H‰T$`H‰T$(HÇD$0���è����H‹L$8H‹„$˜���H‰Œ$°���H9Á}8H����H‰$è����H‹����H‰œ$¸���H‹����H‰œ$À���è����HƒÄhÃëôè���� H����H‰$è����H‹ ����H‹����HDŽ$°�������H‰L$@H‰Œ$¸���H‰D$HH‰„$À���è����HƒÄhÃ(
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���æ�� io.EOF���ø�� runtime.raceread���†�� io.EOF���”� io.EOF���ê��(runtime.racefuncexit���ú��"runtime.slicecopy���¼��&io.ErrUnexpectedEOF���Î�� runtime.raceread���Ü��&io.ErrUnexpectedEOF���ú�&io.ErrUnexpectedEOF���”��(runtime.racefuncexit���¬��$runtime.panicslice���¾�� io.EOF���Ð�� runtime.raceread���Þ�� io.EOF���ì� io.EOF���Â��(runtime.racefuncexit���°Ð��"".autotmp_0111��type.error�"".autotmp_0110�Otype.error�"".autotmp_0109��type.int�"".autotmp_0108��type.int� "".err�type.error�"".n�€type.int� "".off�ptype.int64�"".data�@type.[]uint8�"".r��$type."".textReader�.УÏÐÔÏÐVÏ�ð�J¢#D  ˆ.  D �&�#‘ˆ*# K�Tgclocals·45c861c4b3b3630360c36babb55afe9e�Tgclocals·7188048b3954aea881b8ee1d23fc199f���T/tmp/go/src/cmd/internal/objfile/disasm.goþ"".disasm_arm��à��ÞdH‹ %����H„$hÿÿÿH;Awè����ëâHì��H‹œ$��H‰$è����HDŽ$H������HDŽ$P������H‹œ$ ��H‰$H‹œ$(��H‰\$H‹œ$0��H‰\$HÇD$���è����Hœ$È���Hl$ H‰ßH‰îè����H‹L$pH‹\$xH‰œ$ ���HDŽ$ˆ�������HDŽ$�������H‹„$Ð���Hƒù�H‰Œ$˜���…:��H‰„$€���Hƒø�„(��H·œ$È���fƒû�„��H¼$¨���1Àè����H‹œ$ ��H‰œ$¨���H‹œ$(��H‰œ$°���H‹œ$0��H‰œ$¸���H‹œ$8��H‰œ$À���H����H‰$H����H‰\$H����H‰\$Hœ$¨���H‰\$è����H\$ Hl$`H‰ïH‰ÞH¥H¥Hœ$È���H,$H‰ïH‰Þè����H‹œ$8��H‰\$PH‹œ$@��H‰\$Xè����H‹”$€���H‹L$pH‹D$xH‰Œ$ˆ���H‰Œ$H��H‰„$���H‰„$P��H‰”$X��è����HÄ��ÃHÇÂ���H����H‹ H‹Cë´
������0��0runtime.morestack_noctxt���d��*runtime.racefuncenter���ü��Jcmd/internal/rsc.io/arm/armasm.Decode���¬è� runtime.duffcopy���œð� runtime.duffzero���ª��$type."".textReader���À�� type.io.ReaderAt���Ø��Bgo.itab."".textReader.io.ReaderAt���†��runtime.convT2I���Üè� runtime.duffcopy���š��Tcmd/internal/rsc.io/arm/armasm.Plan9Syntax���˜��(runtime.racefuncexit���Ä��go.string."?"���€°��"".autotmp_0118�ß$type."".textReader�"".size�¯type.int�"".text�Ÿtype.string� "".err�ÿtype.error�"".inst�ŸPtype.cmd/internal/rsc.io/arm/armasm.Inst� "".~r4�ptype.int� "".~r3�Ptype.string�"".lookup�@$type."".lookupFunc�
"".pc�0type.uint64�"".code��type.[]uint8�%°ò¯°�°�6À%^7à5 ��1ÑJ?%�Tgclocals·d219a8d64a46581170b9f36f4c188e9b�Tgclocals·bef4080b2dd0f4bd73590970c054d025���T/tmp/go/src/cmd/internal/objfile/disasm.goþ"".openElf��À��®dH‹ %����H;awè����ëêHƒì`H‹\$`H‰$è����HÇD$p����HÇD$x����HDŽ$€�������HDŽ$ˆ�������H‹\$hH‰\$8H‹����1íH9è„7��H‹L$8H‰D$PH‰$H‰L$XH‰L$è����H‹\$H‰\$(H‹D$H‹L$ H‰L$HHƒø�H‰D$@t,HÇD$p����HÇD$x����H‰„$€���H‰Œ$ˆ���è����HƒÄ`ÃH����H‰$è����H‹D$H‰D$0H‰$è����H‹\$0H‰$Hƒ<$�„‡���H‹\$(H‰\$è����H‹\$0H‰\$0H‹����1íH9èt1H‹\$0H‰\$xH‰D$pHDŽ$€�������HDŽ$ˆ�������è����HƒÄ`ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$렉%����émÿÿÿH����H‰$H����H‰\$H����H‰\$è����H‹D$é—þÿÿ(
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���¾��8go.itab.*os.File.io.ReaderAt���Ž��"debug/elf.NewFile���¤��(runtime.racefuncexit���¼��type."".elfFile���Î��"runtime.newobject���ô��"runtime.racewrite���º��.runtime.writebarrierptr���Ü��<go.itab.*"".elfFile."".rawFile���Â��(runtime.racefuncexit���Ú�� type.*"".elfFile���ð��type."".rawFile���ˆ��<go.itab.*"".elfFile."".rawFile���œ�� runtime.typ2Itab���Ð��type.*os.File���æ�� type.io.ReaderAt���þ��8go.itab.*os.File.io.ReaderAt���’�� runtime.typ2Itab���PÀ��"".autotmp_0124��type.*uint8�"".autotmp_0123�_ type.*"".elfFile�"".autotmp_0121�� type.*"".elfFile�"".autotmp_0120�Otype.*os.File� "".err�?type.error�"".f�o(type.*debug/elf.File� "".~r2�0type.error� "".~r1�type."".rawFile�"".r��type.*os.File�(ÀÀ¿ÀŽ¿Àv�à�,(RR "… 
@;�(�#®#D-;�Tgclocals·d7b79b241a0a037c2aa8f63f97c0e788�Tgclocals·246e018b760561bb08f6ff1e9efa37f0���N/tmp/go/src/cmd/internal/objfile/elf.goþ*"".(*elfFile).symbols�� ��dH‹ %����H„$ðþÿÿH;Awè����ëâHì��1ÀH¼$X��è����H‹œ$��H‰$è����HDŽ$ ������HDŽ$¨������HDŽ$°������HDŽ$¸������HDŽ$À������H‹œ$˜��H‰$è����H‹œ$˜��H‹+H‰,$è����L‹L$L‰Œ$˜���H‹l$H‰¬$ ���H‹T$H‰”$¨���H‹D$ H‹L$(H‰L$xHƒø�H‰D$ptAHDŽ$ ������HDŽ$¨������HDŽ$°������H‰„$¸��H‰Œ$À��è����HÄ��ÃE1ÀL‰„$€���1ÿH‰¼$ˆ���1öH‰´$���H‰”$ð���1ÒH‰¬$è���H‰l$PL‰Œ$à���L‰ÈH‰T$XH‹l$PH9ê ��H‰D$hH‰$HÇD$0���è����H‹t$hHƒþ�„ß��H¬$(��H‰ïè����Hœ$(��H¬$ø���H‰ïH‰Þè����H¼$X��1Àè����H‹´$��H‰´$h��H´$ø���H¬$X��H‰ïH¥H¥H‹œ$ ��H‰œ$p��DŽ$x��?���H‹„$��Hƒø�…©��DŽ$x��U���¶œ$��Àë¶ÛHƒû�u‹œ$x��ƒÃ ‰œ$x��H‹”$€���H‹Œ$ˆ���H‹„$���H‰ÃH)ËHƒû}OH����H‰$H‰”$È���H‰T$H‰Œ$Ð���H‰L$H‰„$Ø���H‰D$HÇD$ ���è����H‹T$(H‹L$0H‹D$8H‰ÍHÿÁH‰ÓH‰Œ$Ð���H‰„$Ø���H‰”$È���H‰l$HHkí8HëH‰$HÇD$8���è����H����H‰$H‹œ$È���H‹l$HHkí8HëH‰\$Hœ$X��H‰\$è����L‹„$È���H‹¼$Ð���H‹´$Ø���L‰„$€���H‰¼$ˆ���H‰´$���H‹D$hH‹T$XHƒÀ0HÿÂH‰T$XH‹l$PH9êŒàýÿÿL‰„$ ��H‰¼$¨��H‰´$°��HDŽ$¸������HDŽ$À������è����HÄ��ÃH=òÿ��uDŽ$x��B���éJþÿÿH‹„$��H‰D$@Hƒø�Œt��H‹œ$˜��H‰$è����H‹œ$˜��H‹+H‰,$Hƒ$(è����H‹Œ$˜��H‹)H‹E0H‹\$@H9Í-��H‰ $è����H‹œ$˜��H‹+H‰,$Hƒ$(è����H‹œ$˜��H‹+H‹M(H‹E0H‹]8H‰œ$À���H‰Œ$°���H‹l$@H‰„$¸���H9ŃÇ���HéH‰$è����H‹œ$˜��H‹+Hƒý�„���H‹M(H‹E0H‹]8H‰œ$À���H‰Œ$°���H‹l$@H‰„$¸���H9ÅshHéH‹+H‰l$`H‰,$Hƒ$è����H‹l$`‹EƒàƒøuDŽ$x��R���éýÿÿƒøuDŽ$x��D���éîüÿÿƒø…åüÿÿDŽ$x��T���éÕüÿÿè���� ‰E�é[ÿÿÿè���� éºüÿÿ‰éüÿÿ2
������0��0runtime.morestack_noctxt���`ä� runtime.duffzero���‚��*runtime.racefuncenter���œ�� runtime.raceread���Ä��2debug/elf.(*File).Symbols���¸��(runtime.racefuncexit���ž��*runtime.racereadrange���ÜØ� runtime.duffcopy���’Ø� runtime.duffcopy���°ä� runtime.duffzero���Ž
��type.[]"".Sym���€ ��"runtime.growslice���œ ��,runtime.racewriterange���ª ��type."".Sym���ˆ ��.runtime.writebarrierfat���š��(runtime.racefuncexit���ª�� runtime.raceread���Ü�� runtime.raceread���¨�� runtime.raceread���Ú�� runtime.raceread���î�� runtime.raceread���¨�� runtime.raceread���Î��$runtime.panicindex���ì��$runtime.panicindex���` ��""".autotmp_0140�type.int�"".autotmp_0139�type.[]"".Sym�"".autotmp_0135�Ï*type.debug/elf.Symbol�"".autotmp_0134�Ï,type.*debug/elf.Symbol�"".autotmp_0133�ÿtype.int�"".autotmp_0132�ïtype.int�"".autotmp_0128�ß.type.[]debug/elf.Symbol�"".sect�ß.type.*debug/elf.Section�"".i�Ÿtype.int� "".sym�otype."".Sym�"".s�¯*type.debug/elf.Symbol�"".syms�Ÿtype.[]"".Sym� "".err�¿type.error�"".elfSyms�ï.type.[]debug/elf.Symbol� "".~r1�@type.error� "".~r0�type.[]"".Sym�"".f�� type.*"".elfFile�*% ‚Ÿ °Ÿ ·� � 84FE<[ 4@?†Q
 $˜1$8=- V¶
   +�2�@Ûs±N¿ HÿS*�Tgclocals·6524f35712b7a52ad70314f6dad91545�Tgclocals·e037cbcd1937fc3d253f836ea6905a49���N/tmp/go/src/cmd/internal/objfile/elf.goþ$"".(*elfFile).pcln��À
��¶
dH‹ %����H;awè����ëêHƒì8H‹\$8H‰$è����HDŽ$€�������HDŽ$ˆ�������HÇD$h����HÇD$p����HÇD$x����HÇD$P����HÇD$X����HÇD$`����HÇD$H����H‹\$@H‰$è����H‹t$@H‹>H‰<$H5����H|$H¥H¥è����H‹D$1íH9èt!H‰D$0H‰$Hƒ$è����H‹\$0H‹kH‰l$HH‹\$@H‰$è����H‹t$@H‹>H‰<$H5����H|$H¥H¥è����H‹D$1íH9脐���H‰$è����H‹\$H‰\$PH‹\$H‰\$XH‹\$H‰\$`H‹D$ H‹\$(H‰œ$ˆ���Hƒø�H‰„$€���tIHÇD$H����HÇD$P����HÇD$X����HÇD$`����HÇD$h����HÇD$p����HÇD$x����è����HƒÄ8ÃH‹\$@H‰$è����H‹t$@H‹>H‰<$H5����H|$H¥H¥è����H‹D$1íH9脐���H‰$è����H‹\$H‰\$hH‹\$H‰\$pH‹\$H‰\$xH‹D$ H‹\$(H‰œ$ˆ���Hƒø�H‰„$€���tIHÇD$H����HÇD$P����HÇD$X����HÇD$`����HÇD$h����HÇD$p����HÇD$x����è����HƒÄ8ÃHDŽ$€�������HDŽ$ˆ�������è����HƒÄ8Ã$
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���’�� runtime.raceread���¸��"go.string.".text"���Ô��2debug/elf.(*File).Section���’�� runtime.raceread���Ê�� runtime.raceread���ð��*go.string.".gosymtab"���Œ��2debug/elf.(*File).Section���¾��2debug/elf.(*Section).Data���Â��(runtime.racefuncexit���è�� runtime.raceread���Ž��,go.string.".gopclntab"���ª��2debug/elf.(*File).Section���Ü��2debug/elf.(*Section).Data���à ��(runtime.racefuncexit���¤
��(runtime.racefuncexit��� p��"".autotmp_0151��.type.*debug/elf.Section�"".autotmp_0150��.type.*debug/elf.Section�"".sect�.type.*debug/elf.Section� "".err�€type.error�"".pclntab�Ptype.[]uint8�"".symtab� type.[]uint8�"".textStart�type.uint64�"".f�� type.*"".elfFile�"popÎop!o� �D„W;!?G??G?'�.�#e@:‚:‚1�Tgclocals·e70b201907574dbe64d7c1ca0ae22f03�Tgclocals·678ce791ac6ce8f622f2f4b9fdb5d5c2���N/tmp/go/src/cmd/internal/objfile/elf.goþ$"".(*elfFile).text�� ��œdH‹ %����H;awè����ëêHƒìPH‹\$PH‰$è����HDŽ$€�������HDŽ$ˆ�������HÇD$h����HÇD$p����HÇD$x����H‹\$XH‰$è����H‹t$XH‹>H‰<$H5����H|$H¥H¥è����H‹D$1íH9è…ˆ���H����H,$H‰ïH‰ÞH¥H¥H\$HÇ����HÇC����HÇC����è����H‹L$(H‹D$0HÇD$`����HÇD$h����HÇD$p����HÇD$x����H‰L$@H‰Œ$€���H‰D$HH‰„$ˆ���è����HƒÄPÃH‰D$8H‰$Hƒ$è����H‹D$8H‹hH‰l$`H‰$è����H‹\$H‰\$hH‹\$H‰\$pH‹\$H‰\$xH‹\$ H‰œ$€���H‹\$(H‰œ$ˆ���è����HƒÄPÃ
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���Ê�� runtime.raceread���ð��"go.string.".text"���Œ��2debug/elf.(*File).Section���º��Dgo.string."text section not found"���˜��fmt.Errorf���²��(runtime.racefuncexit���â�� runtime.raceread�����2debug/elf.(*Section).Data���Š��(runtime.racefuncexit���p �� "".autotmp_0153�type.error�"".sect�/.type.*debug/elf.Section� "".err�Ptype.error�"".text� type.[]uint8�"".textStart�type.uint64�"".f�� type.*"".elfFile�  ‡Ÿ kŸ��0¦ 34 ~!A ��#õ= �Tgclocals·0f0860fa07b70905683dd6e63cc68add�Tgclocals·e205285d3ef2fe2a737368018fd98d6e���N/tmp/go/src/cmd/internal/objfile/elf.goþ("".(*elfFile).goarch��à��ÚdH‹ %����H;awè����ëêHƒìH‹\$H‰$è����HÇD$����HÇD$ ����H‹\$H‰$è����H‹\$H‹+H‰,$Hƒ$è����H‹\$H‹H·kfƒýwlfƒýu"H����H‹+H‰l$H‹kH‰l$ è����HƒÄÃfƒýu"H����H‹+H‰l$H‹kH‰l$ è����HƒÄÃHÇD$����HÇD$ ����è����HƒÄÃfƒý(u"H����H‹+H‰l$H‹kH‰l$ è����HƒÄÃfƒý>u¶H����H‹+H‰l$H‹kH‰l$ è����HƒÄÃ
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���ˆ�� runtime.raceread���´�� runtime.raceread���ô��go.string."386"��� ��(runtime.racefuncexit���Ä��&go.string."power64"���ð��(runtime.racefuncexit���¨��(runtime.racefuncexit���Ì��go.string."arm"���ø��(runtime.racefuncexit���œ��"go.string."amd64"���È��(runtime.racefuncexit���0�� "".~r0�type.string�"".f�� type.*"".elfFile�.~'''�°�Xº7
   ��#l¡�Tgclocals·521d2fa12a56ba961a59b2852d682dbc�Tgclocals·0115f8d53b75c1696444f08ad03251d9���N/tmp/go/src/cmd/internal/objfile/elf.goþ"".openGoobj��€��þdH‹ %����H;awè����ëêHƒìpH‹\$pH‰$è����HDŽ$€�������HDŽ$ˆ�������HDŽ$�������HDŽ$˜�������H‹\$xH‰\$HH‹����1íH9è„Y��H‹L$HH‰D$`H‰$H‰L$hH‰L$H����Hl$H‰ïH‰ÞH¥H¥è����H‹\$ H‰\$8H‹D$(H‹L$0H‰L$XHƒø�H‰D$Pt2HDŽ$€�������HDŽ$ˆ�������H‰„$���H‰Œ$˜���è����HƒÄpÃH����H‰$è����H‹D$H‰D$@H‰$è����H‹\$@H‰$Hƒ<$�„���H‹\$8H‰\$è����H‹\$@H‰\$@H‹����1íH9èt7H‹\$@H‰œ$ˆ���H‰„$€���HDŽ$�������HDŽ$˜�������è����HƒÄpÃH����H‰$H����H‰\$H����H‰\$è����H‹D$뚉%����égÿÿÿH����H‰$H����H‰\$H����H‰\$è����H‹D$éuþÿÿ*
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���Ê��<go.itab.*os.File.io.ReadSeeker���ž�� go.string."\"\""���Æ��0cmd/internal/goobj.Parse���è��(runtime.racefuncexit���€��"type."".goobjFile���’��"runtime.newobject���¸��"runtime.racewrite���þ��.runtime.writebarrierptr��� ��@go.itab.*"".goobjFile."".rawFile���’��(runtime.racefuncexit���ª��$type.*"".goobjFile���À��type."".rawFile���Ø��@go.itab.*"".goobjFile."".rawFile���ì�� runtime.typ2Itab��� ��type.*os.File���¶��$type.io.ReadSeeker���Î��<go.itab.*os.File.io.ReadSeeker���â�� runtime.typ2Itab���Pà��"".autotmp_0159��type.*uint8�"".autotmp_0158�_$type.*"".goobjFile�"".autotmp_0156��$type.*"".goobjFile�"".autotmp_0155�Otype.*os.File� "".err�?type.error�"".f�o@type.*cmd/internal/goobj.Package� "".~r2�0type.error� "".~r1�type."".rawFile�"".r��type.*os.File�(àâßà”ßàn�€�,(Xh (‹ 
@3�(�#Ð#J-;�Tgclocals·d7b79b241a0a037c2aa8f63f97c0e788�Tgclocals·246e018b760561bb08f6ff1e9efa37f0���R/tmp/go/src/cmd/internal/objfile/goobj.goþ"".goobjName��€��üdH‹ %����HD$ðH;Awè����ëåHì���H‹œ$���H‰$è����HDŽ$°�������HDŽ$¸�������H‹œ$¨���Hƒû�u-H‹œ$˜���H‰œ$°���H‹œ$ ���H‰œ$¸���è����HÄ���ÃH|$p1Àè����H\$pHƒû�„V��HÇÂ���HÇÁ���H‰\$XH‰T$`H‰L$hH����H‰$Hœ$˜���H‰\$è����H‹\$H‰\$8H‹\$H‰\$@H‹\$XH‰$è����H‹\$XH‰$H‹\$8H‰\$H‹\$@H‰\$è����H����H‰$Hœ$˜���H‰\$HƒD$è����H‹\$H‰\$8H‹\$H‰\$@H‹\$XHƒÃH‰$è����H‹\$XHƒÃH‰$H‹\$8H‰\$H‹\$@H‰\$è����H����H,$H‰ïH‰ÞH¥H¥H‹\$XH‰\$H‹\$`H‰\$H‹\$hH‰\$ è����H‹L$(H‹D$0H‰L$HH‰Œ$°���H‰D$PH‰„$¸���è����HÄ���Éé£þÿÿ
������*��0runtime.morestack_noctxt���^��*runtime.racefuncenter���ô��(runtime.racefuncexit���œð� runtime.duffzero���‚��type.string���®��runtime.convT2E���ò��"runtime.racewrite���¶��2runtime.writebarrieriface���Ä��type.int���ü��runtime.convT2E���È��"runtime.racewrite���”��2runtime.writebarrieriface���¢��$go.string."%s<%d>"���„��fmt.Sprintf���Ö��(runtime.racefuncexit���P ��"".autotmp_0168��"type.interface {}�"".autotmp_0167�¯"type.interface {}�"".autotmp_0165�o&type.[]interface {}�"".autotmp_0164�type.string�"".autotmp_0163�?(type.[2]interface {}� "".~r1�0type.string�
"".id��:type.cmd/internal/goobj.SymID�&" cŸ ðŸ  �€�$8K ä�*�.K]""I&8)�Tgclocals·4a7a18a13eb6b48825426b95bf797ff8�Tgclocals·86fa6c90eefca3dd32088f4f6a0443b6���R/tmp/go/src/cmd/internal/objfile/goobj.goþ."".(*goobjFile).symbols��€*��ð)dH‹ %����H„$þÿÿH;Awè����ëâHìð��1ÀH¼$��è����H‹œ$ð��H‰$è����HDŽ$�������HDŽ$������HDŽ$������HDŽ$������HDŽ$ ������H����H‰$HÇD$����è����H‹\$H‰\$pHDŽ$°�������HDŽ$¸�������HDŽ$À�������H‹œ$ø��H‰$è����H‹œ$ø��H‹+H‰,$Hƒ$(è����H‹œ$ø��H‹+Hƒý�„i ��H‹M(H‹E0H‹]8H‰œ$��1ÒH‰„$���H‰D$`H‰Œ$ø���H‰ÈH‰T$hH‹l$`H9ê��H‰„$˜���H‰$è����H‹œ$˜���H‹+ÆD$GH����H‰$H‹\$pH‰\$H‰l$xH‰l$Hƒ|$�„Ð��H\$GH‰\$è����H‹\$xH‰$HÇD$���è����H‹|$xHƒÿ�„”��H/H<$H‰îH¥H¥H¥è����H‹\$H‰œ$ ���H‹t$ H‰´$¨���H5����H¬$��H‰ïè����H‹\$xH‰$Hƒ$Hè����H‹D$xH‹XHH‰œ$ ��H‹œ$ ���H‰œ$��H‹œ$¨���H‰œ$��H‰$Hƒ$(è����H‹D$xH‹X(H‰œ$(��H‰$Hƒ$0è����H‹D$xHƒø�„Ç��Hh0Hœ$8��H‰ßH‰îH¥H¥H‰$Hƒ$è����H‹L$xH‹iHƒý¹��HƒýI��Hƒý��Hƒýì��Hƒý…Ó��DŽ$0��T���H‰ $Hƒ$è����H‹l$xH‹]Hƒû�t‹œ$0��ƒÃ ‰œ$0��H‹”$°���H‹Œ$¸���H‹„$À���H‰ÃH)ËHƒû}OH����H‰$H‰”$È���H‰T$H‰Œ$Ð���H‰L$H‰„$Ø���H‰D$HÇD$ ���è����H‹T$(H‹L$0H‹D$8H‰ÍHÿÁH‰ÓH‰Œ$Ð���H‰„$Ø���H‰”$È���H‰l$XHkí8HëH‰$HÇD$8���è����H����H‰$H‹œ$È���H‹l$XHkí8HëH‰\$Hœ$��H‰\$è����H‹”$È���H‹Œ$Ð���H‹„$Ø���H‰”$°���H‰Œ$¸���H‰„$À���H‹„$˜���H‹T$hHƒÀHÿÂH‰T$hH‹l$`H9êŒâüÿÿH‹œ$ø��H‰$è����H‹œ$ø��H‹+H‰,$Hƒ$(è����H‹œ$ø��H‹+Hƒý�„��H‹U(H‹E0H‹]8H‰œ$��1ÉH‰„$���H‰D$`H‰”$ø���H‰ÐH‰L$hH‹l$`H9éd��H‰„$˜���H‰$è����H‹œ$˜���H‹+H‰¬$€���H‰,$Hƒ$Xè����H‹œ$€���Hƒû�„ˆ��H‹KXH‹C`H‹khH‰¬$ð���1ÒH‰„$è���H‰D$HH‰Œ$à���H‰ÈH‰T$XH‹l$HH9ꍸ��H‰„$���H‰$HÇD$8���è����H‹´$���Hƒþ�„��H¬$¸��H‰ïè����Hœ$¸��H¬$€��H‰ïH‰Þè����H����H‰$H‹\$pH‰\$Hœ$€��H‰\$HƒD$è����H‹D$Hƒø�„¦��H‰„$ˆ���H‰$è����H‹œ$ˆ���¶+@€ý�…{��ÆD$GH����H‰$H‹\$pH‰\$Hœ$€��H‰\$HƒD$H\$GH‰\$è����Hœ$��H,$H‰ïH‰ÞH¥H¥H¥è����H‹T$H‹L$ H¼$H��1Àè����H‰”$H��H‰Œ$P��DŽ$h��U���H‹œ$€���H‰$Hƒ$è����H‹¬$€���H‹]Hƒû�t DŽ$h��u���H‹”$°���H‹Œ$¸���H‹„$À���H‰ÃH)ËHƒû}OH����H‰$H‰”$È���H‰T$H‰Œ$Ð���H‰L$H‰„$Ø���H‰D$HÇD$ ���è����H‹T$(H‹L$0H‹D$8H‰ÍHÿÁH‰Œ$Ð���H‰„$Ø���H‰ÓH‰”$È���H‰l$PHkí8HëH‰$HÇD$8���è����H����H‰$H‹œ$È���H‹l$PHkí8HëH‰\$Hœ$H��H‰\$è����H‹”$È���H‹Œ$Ð���H‹„$Ø���H‰”$°���H‰Œ$¸���H‰„$À���H‹„$���H‹T$XHƒÀ8HÿÂH‰T$XH‹l$HH9êŒHýÿÿH‹„$˜���H‹L$hHƒÀHÿÁH‰L$hH‹l$`H9錜üÿÿH‹œ$°���H‰œ$���H‹œ$¸���H‰œ$��H‹œ$À���H‰œ$��HDŽ$������HDŽ$ ������è����HÄð��ÃéXÿÿÿ‰�éSýÿÿ‰éåüÿÿ‰éqüÿÿ‰E�éäûÿÿHƒý„#úÿÿé)úÿÿHƒýuDŽ$0��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Ž$0��D���é–ùÿÿHƒýtêé‹ùÿÿHƒýtßHƒýtÙézùÿÿHƒýuHƒý(HƒýHƒýt¼Hƒýt¶éWùÿÿHƒýt«Hƒýt¥éFùÿÿHƒý!HƒýuDŽ$0��B���é*ùÿÿHƒýtêéùÿÿHƒýtßHƒý…ùÿÿDŽ$0��X���éÿøÿÿHƒý(HƒýHƒýtÞHƒýtØéâøÿÿHƒýtÍHƒýtÇéÑøÿÿHƒýHƒýt¶Hƒýt°éºøÿÿHƒýt¥Hƒý tŸHƒý!t™é£øÿÿ‰�é2øÿÿ‰ée÷ÿÿ‰%����é$÷ÿÿ‰E�éöÿÿ\
������0��0runtime.morestack_noctxt���`¬� runtime.duffzero���‚��*runtime.racefuncenter���ˆ��Ltype.map[cmd/internal/goobj.SymID]bool���¬��runtime.makemap���ª�� runtime.raceread���Ü�� runtime.raceread���ª�� runtime.raceread���Ø��Ltype.map[cmd/internal/goobj.SymID]bool���¾��$runtime.mapassign1���ì��*runtime.racereadrange���´��"".goobjName���ö��""".statictmp_0188���–¼� runtime.duffcopy���¼�� runtime.raceread���º �� runtime.raceread���ø �� runtime.raceread���Þ
�� runtime.raceread���† �� runtime.raceread���œ ��type.[]"".Sym���Ž��"runtime.growslice���ª��,runtime.racewriterange���¸��type."".Sym���–��.runtime.writebarrierfat���æ�� runtime.raceread���˜�� runtime.raceread���æ�� runtime.raceread���¨�� runtime.raceread���‚��*runtime.racereadrange���Ƽ� runtime.duffcopy���ü¼� runtime.duffcopy���Š��Ltype.map[cmd/internal/goobj.SymID]bool���Ö��$runtime.mapaccess1���–�� runtime.raceread���Ø��Ltype.map[cmd/internal/goobj.SymID]bool���¸��$runtime.mapassign1���ò��"".goobjName���¤ä� runtime.duffzero���†�� runtime.raceread���–��type.[]"".Sym���ˆ��"runtime.growslice���¤��,runtime.racewriterange���²��type."".Sym�����.runtime.writebarrierfat���¦"��(runtime.racefuncexit���`à��J"".autotmp_0208�Ïtype.*bool�"".autotmp_0207��type.uint64�"".autotmp_0206��type.uint64�"".autotmp_0204��type.int�"".autotmp_0203��type.[]"".Sym�"".autotmp_0202�o:type.cmd/internal/goobj.Reloc�"".autotmp_0201�¿<type.*cmd/internal/goobj.Reloc�"".autotmp_0200��type.int�"".autotmp_0199��type.int�"".autotmp_0198��8type.*cmd/internal/goobj.Sym�"".autotmp_0197��:type.**cmd/internal/goobj.Sym�"".autotmp_0196��type.int�"".autotmp_0195��type.int�"".autotmp_0192�¿type.int�"".autotmp_0191�¯type.int�"".autotmp_0190�Ïtype.[]"".Sym�"".autotmp_0186�¯:type.**cmd/internal/goobj.Sym�"".autotmp_0185�Ÿtype.int�"".autotmp_0184�type.int�"".autotmp_0183��type.[]"".Sym�"".autotmp_0182��type.string�"".autotmp_0181��type.bool�"".autotmp_0179�Ÿ>type.[]cmd/internal/goobj.Reloc�"".autotmp_0178��<type.[]*cmd/internal/goobj.Sym�"".autotmp_0175�Ÿtype.string�"".autotmp_0174�Ñtype.bool�"".autotmp_0173�ï<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� "".~r0�type.[]"".Sym�"".f��$type.*"".goobjFile�%àùßàá�€�ÚF4NM<#$œ?‚?
 ˜#'*œÀb<Q( ˜''U!
      
   
   
 
      �\�@”€J?ªNž €!
mŠQèNî�Tgclocals·ce6b29a2f37fa1e37e351259f3e689bd�Tgclocals·b3116cb220254648b336048c1d26d7b9���R/tmp/go/src/cmd/internal/objfile/goobj.goþ("".(*goobjFile).pcln��à��ÊdH‹ %����H;awè����ëêHƒìHH‹\$HH‰$è����HDŽ$�������HDŽ$˜�������HÇD$x����HDŽ$€�������HDŽ$ˆ�������HÇD$`����HÇD$h����HÇD$p����H����H,$H‰ïH‰ÞH¥H¥H\$HÇ����HÇC����HÇC����è����H‹L$(H‹D$0HÇD$X����HÇD$`����HÇD$h����HÇD$p����HÇD$x����HDŽ$€�������HDŽ$ˆ�������H‰L$8H‰Œ$���H‰D$@H‰„$˜���è����HƒÄHÃ
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���þ��`go.string."pcln not available in go object file"���Ü��fmt.Errorf���¸��(runtime.racefuncexit��� �� "".autotmp_0215�type.error� "".err�€type.error�"".pclntab�Ptype.[]uint8�"".symtab� type.[]uint8�"".textStart�type.uint64�"".f��$type.*"".goobjFile�Š �°� |Ÿ��#ø�Tgclocals·0a8093f07778b871aa1b7a4499633ade�Tgclocals·a310211a5d93ca643985188646602d0e���R/tmp/go/src/cmd/internal/objfile/goobj.goþ("".(*goobjFile).text��À��ºdH‹ %����H;awè����ëêHƒìHH‹\$HH‰$è����HÇD$x����HDŽ$€�������HÇD$`����HÇD$h����HÇD$p����H����H,$H‰ïH‰ÞH¥H¥H\$HÇ����HÇC����HÇC����è����H‹L$(H‹D$0HÇD$X����HÇD$`����HÇD$h����HÇD$p����H‰L$8H‰L$xH‰D$@H‰„$€���è����HƒÄHÃ
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���¶��`go.string."text not available in go object file"���”��fmt.Errorf���¨��(runtime.racefuncexit���p��
"".autotmp_0216�type.error� "".err�Ptype.error�"".text� type.[]uint8�"".textStart�type.uint64�"".f��$type.*"".goobjFile�Â�à�¬X{��#° �Tgclocals·8d3e91ce213aab1bdf11b9b2df59d4ce�Tgclocals·a310211a5d93ca643985188646602d0e���R/tmp/go/src/cmd/internal/objfile/goobj.goþ,"".(*goobjFile).goarch�� ��”dH‹ %����H;awè����ëêHƒìH‹\$H‰$è����H����H‹+H‰l$H‹kH‰l$ è����HƒÄÃ
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���V��lgo.string."GOARCH unimplemented for debug/goobj files"���‚��(runtime.racefuncexit���0�� "".~r0�type.string�"".f��$type.*"".goobjFile�/�P� ¸6��#�Tgclocals·521d2fa12a56ba961a59b2852d682dbc�Tgclocals·0115f8d53b75c1696444f08ad03251d9���R/tmp/go/src/cmd/internal/objfile/goobj.goþ"".openMacho��À��®dH‹ %����H;awè����ëêHƒì`H‹\$`H‰$è����HÇD$p����HÇD$x����HDŽ$€�������HDŽ$ˆ�������H‹\$hH‰\$8H‹����1íH9è„7��H‹L$8H‰D$PH‰$H‰L$XH‰L$è����H‹\$H‰\$(H‹D$H‹L$ H‰L$HHƒø�H‰D$@t,HÇD$p����HÇD$x����H‰„$€���H‰Œ$ˆ���è����HƒÄ`ÃH����H‰$è����H‹D$H‰D$0H‰$è����H‹\$0H‰$Hƒ<$�„‡���H‹\$(H‰\$è����H‹\$0H‰\$0H‹����1íH9èt1H‹\$0H‰\$xH‰D$pHDŽ$€�������HDŽ$ˆ�������è����HƒÄ`ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$렉%����émÿÿÿH����H‰$H����H‰\$H����H‰\$è����H‹D$é—þÿÿ(
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���¾��8go.itab.*os.File.io.ReaderAt���Ž��&debug/macho.NewFile���¤��(runtime.racefuncexit���¼��"type."".machoFile���Î��"runtime.newobject���ô��"runtime.racewrite���º��.runtime.writebarrierptr���Ü��@go.itab.*"".machoFile."".rawFile���Â��(runtime.racefuncexit���Ú��$type.*"".machoFile���ð��type."".rawFile���ˆ��@go.itab.*"".machoFile."".rawFile���œ�� runtime.typ2Itab���Ð��type.*os.File���æ�� type.io.ReaderAt���þ��8go.itab.*os.File.io.ReaderAt���’�� runtime.typ2Itab���PÀ��"".autotmp_0221��type.*uint8�"".autotmp_0220�_$type.*"".machoFile�"".autotmp_0218��$type.*"".machoFile�"".autotmp_0217�Otype.*os.File� "".err�?type.error�"".f�o,type.*debug/macho.File� "".~r2�0type.error� "".~r1�type."".rawFile�"".r��type.*os.File�(ÀÀ¿ÀŽ¿Àv�à�,*RR "… 
@;�(�#®#D-;�Tgclocals·d7b79b241a0a037c2aa8f63f97c0e788�Tgclocals·246e018b760561bb08f6ff1e9efa37f0���R/tmp/go/src/cmd/internal/objfile/macho.goþ."".(*machoFile).symbols��à/��Â/dH‹ %����H„$hþÿÿH;Awè����ëâHì��1ÀH¼$à��è����H‰„$`��H‰„$h��H‰„$p��H‰„$x��H‹œ$��H‰$è����HDŽ$(������HDŽ$0������HDŽ$8������HDŽ$@������HDŽ$H������H‹œ$ ��H‰$è����H‹œ$ ��H‹+H‰,$Hƒ$`è����H‹„$ ��H‹(H‹]`1íH9ë…‘���H����H,$H‰ïH‰ÞH¥H¥H\$HÇ����HÇC����HÇC����è����H‹L$(H‹D$0HDŽ$(������HDŽ$0������HDŽ$8������H‰Œ$���H‰Œ$@��H‰„$˜���H‰„$H��è����HÄ��ÃHDŽ$H������HDŽ$P������HDŽ$X������H‰$è����H‹œ$ ��H‹+H‰,$Hƒ$`è����H‹œ$ ��H‹H‹k`H‰,$Hƒ$0è����H‹œ$ ��H‹+H‹]`Hƒû�„è ��H‹K0H‹C8H‹k@H‰¬$@��1ÒH‰„$8��H‰D$XH‰Œ$0��H‰ÈH‰T$`H‹l$XH9êf��H‰D$xH‰$HÇD$ ���è����H‹t$xHƒþ�„z ��H¬$À��H‰ïè����Hœ$À��H¬$€��H‰ïH‰Þè����H‹œ$˜��H‰\$PH‹”$H��H‹Œ$P��H‹„$X��H‰ÃH)ËHƒû}OH����H‰$H‰”$è���H‰T$H‰Œ$ð���H‰L$H‰„$ø���H‰D$HÇD$ ���è����H‹T$(H‹L$0H‹D$8H‰ÎHÿÁH‰Œ$ð���H‰„$ø���H‰”$è���H‰t$HHòH‰$è����H‹”$è���H‹l$HHêH‹l$PH‰+H‹Œ$ð���H‹„$ø���H‰”$H��H‰Œ$P��H‰„$X��H‹D$xH‹T$`HƒÀ HÿÂH‰T$`H‹l$XH9ꌚþÿÿH‹œ$H��H‰œ$��H‹œ$P��H‰œ$ ��H‹œ$X��H‰œ$(��H����H‰$H����H‰\$H����H‰\$Hœ$��H‰\$è����H\$ H,$H‰ïH‰ÞH¥H¥è����HDŽ$ �������HDŽ$¨�������HDŽ$°�������H‹œ$ ��H‰$è����H‹œ$ ��H‹+H‰,$Hƒ$`è����H‹œ$ ��H‹H‹k`H‰,$Hƒ$0è����H‹œ$ ��H‹+H‹]`Hƒû�„2��H‹K0H‹C8H‹k@H‰¬$@��1ÒH‰„$8��H‰D$XH‰Œ$0��H‰ÈH‰T$`H‹l$XH9êå��H‰D$xH‰$HÇD$ ���è����H‹t$xHƒþ�„Ä��H¬$ ��H‰ïè����Hœ$ ��H¬$`��H‰ïH‰Þè����H¼$à��1Àè����Hœ$`��H¬$à��H‰ïH‰ÞH¥H¥H‹œ$x��H‰œ$ð��DŽ$���?���H‹„$P��H‰D$HH„$���H‰D$pH‰$è����H‹D$pH-����H‰(H‰$Hƒ$è����H‹D$pH¬$H��H‰hH‰$Hƒ$è����H‹D$pH¬$`��H‰hH‹\$HH‰$H‰D$è����H‹D$H‹Œ$P��H9È}cH‹œ$H��H‰D$@L‹„$P��L9Àƒ›��HÃH‰$è����H‹œ$H��H‹l$@L‹„$P��L9Ńi��HëH‹H‹¬$x��H)ëH‰œ$ø��¶œ$q��€û�…œ��DŽ$���U���H‹”$ ���H‹Œ$¨���H‹„$°���H‰ÃH)ËHƒû}OH����H‰$H‰”$Ð���H‰T$H‰Œ$Ø���H‰L$H‰„$à���H‰D$HÇD$ ���è����H‹T$(H‹L$0H‹D$8H‰ÍHÿÁH‰ÓH‰Œ$Ø���H‰„$à���H‰”$Ð���H‰l$HHkí8HëH‰$HÇD$8���è����H����H‰$H‹œ$Ð���H‹l$HHkí8HëH‰\$Hœ$à��H‰\$è����H‹”$Ð���H‹Œ$Ø���H‹„$à���H‰”$ ���H‰Œ$¨���H‰„$°���H‹D$xH‹T$`HƒÀ HÿÂH‰T$`H‹l$XH9êŒýÿÿH‹œ$ ���H‰œ$(��H‹œ$¨���H‰œ$0��H‹œ$°���H‰œ$8��HDŽ$@������HDŽ$H������è����HÄ��ÃH‹œ$ ��H‰$è����H‹œ$ ��H‹+H‰,$Hƒ$Hè����H‹Œ$ ��H‹)H‹EP¶œ$q��H9Ï%þÿÿH‰ $è����H‹œ$ ��H‹+H‰,$Hƒ$Hè����¶œ$q��HÿËH‰ØH‹œ$ ��H‹+H‹UHH‹MPH‹]XH‰œ$È���H‰”$¸���¶èH9ÍH‰Œ$À���ƒæ��HêH‰$è����¶œ$q��HÿËH‰ØH‹œ$ ��H‹+Hƒý�„®��H‹UHH‹MPH‹]XH‰œ$È���H‰”$¸���¶èH9ÍH‰Œ$À���ƒw��HêH‹+H‰l$hH‰,$Hƒ$è����H‹\$hHƒû�„G��H‹KH‰Œ$€���H‹CHƒø…Ù��H‰ $H‰„$ˆ���H‰D$H-����LD$L‰ÇH‰îH¥H¥è����H‹Œ$€���H‹„$ˆ���¶\$ €û�„��DŽ$���D���H‹\$hH‰$Hƒ$è����H‹\$hH‰$è����H‹D$hHƒø�„M��HhH$H‰ßH‰îH¥H¥H����Hl$H‰ïH‰ÞH¥H¥H(H\$ H‰ßH‰îH¥H¥è����H‹L$0H‰Œ$€���H‹D$8Hƒø uVH‰ $H‰„$ˆ���H‰D$H-����LD$L‰ÇH‰îH¥H¥è����H‹Œ$€���H‹„$ˆ���¶\$ €û�tDŽ$���B���éåûÿÿHƒøuFH‰ $H‰„$ˆ���H‰D$H-����LD$L‰ÇH‰îH¥H¥è����H‹Œ$€���H‹„$ˆ���¶\$ €û�u¤H‰„$ˆ���Hƒø …‡ûÿÿH‰ $H‰D$H-����LD$L‰ÇH‰îH¥H¥è����¶\$ €û�„UûÿÿDŽ$���T���éEûÿÿ‰�é¬þÿÿH‰„$ˆ���Hƒø…jþÿÿH‰ $H‰D$H-����LD$L‰ÇH‰îH¥H¥è����¶\$ €û�„8þÿÿDŽ$���R���é(þÿÿ‰é²ýÿÿè���� ‰E�éJýÿÿè���� è���� è���� ‰é5ùÿÿ‰éÇøÿÿ‰éöÿÿ‰éöÿÿ„
������0��0runtime.morestack_noctxt���`ä� runtime.duffzero���Â��*runtime.racefuncenter���Ü�� runtime.raceread���Ž�� runtime.raceread���Ð��@go.string."missing symbol table"���®��fmt.Errorf���Ô��(runtime.racefuncexit���¾�� runtime.raceread���ð�� runtime.raceread���ª�� runtime.raceread���Œ ��*runtime.racereadrange���Ê � runtime.duffcopy���€
� runtime.duffcopy���ð
��type.[]uint64���â ��"runtime.growslice���à ��"runtime.racewrite���˜��type."".uint64s���®��&type.sort.Interface���Æ��Bgo.itab."".uint64s.sort.Interface���ô��runtime.convT2I���¤��sort.Sort���Ž�� runtime.raceread���À�� runtime.raceread���ú�� runtime.raceread���Ü��*runtime.racereadrange���š� runtime.duffcopy���А� runtime.duffcopy���îä� runtime.duffzero���ž��"runtime.racewrite���¶��"".func·003���Ø��"runtime.racewrite���–��"runtime.racewrite���Þ��sort.Search���Ø�� runtime.raceread���Ö��type.[]"".Sym���È��"runtime.growslice���ä��,runtime.racewriterange���ò��type."".Sym���Ð��.runtime.writebarrierfat���’ ��(runtime.racefuncexit���Ä �� runtime.raceread���ö �� runtime.raceread���È!�� runtime.raceread���ú!�� runtime.raceread���¦#�� runtime.raceread���€%�� runtime.raceread���‚&��$go.string."__DATA"���ª&�� runtime.eqstring���¢'�� runtime.raceread���¾'�� runtime.raceread���Ž(��go.string." "���Ú(��*runtime.concatstring3���º)��0go.string."__DATA __bss"���â)�� runtime.eqstring���ò*��:go.string."__DATA __noptrbss"���š+�� runtime.eqstring���’,��2go.string."__TEXT __text"���º,�� runtime.eqstring���È-��$go.string."__TEXT"���ð-�� runtime.eqstring���Ä.��$runtime.panicindex���â.��$runtime.panicindex���ð.��$runtime.panicindex���þ.��$runtime.panicindex���`°��L"".autotmp_0257��type.uint64�"".autotmp_0256��type.uint64�"".autotmp_0255��type.int�"".autotmp_0254��type.int�"".autotmp_0253�type.[]"".Sym�"".autotmp_0252��type.string�"".autotmp_0251�¯type.string�"".autotmp_0250�Ï€type.*struct { F uintptr; A0 *[]uint64; A1 *debug/macho.Symbol }�"".autotmp_0249�ï.type.debug/macho.Symbol�"".autotmp_0248��0type.*debug/macho.Symbol�"".autotmp_0247��type.int�"".autotmp_0246��type.int�"".autotmp_0242�Ÿtype.int�"".autotmp_0241�ßtype.[]uint64�"".autotmp_0240�type.uint64�"".autotmp_0239�¯.type.debug/macho.Symbol�"".autotmp_0238�¿0type.*debug/macho.Symbol�"".autotmp_0237�ÿtype.int�"".autotmp_0236�ïtype.int�"".autotmp_0234��type.int�"".autotmp_0233��type.int�"".autotmp_0232��type.int�"".autotmp_0231�¯~type.struct { F uintptr; A0 *[]uint64; A1 *debug/macho.Symbol }�"".autotmp_0230��type.int�"".autotmp_0229��2type.[]debug/macho.Symbol�"".autotmp_0228�ÿtype."".uint64s�"".autotmp_0226�Ï2type.[]debug/macho.Symbol�"".autotmp_0225�type.error�"".sect�ß2type.*debug/macho.Section�"".i�¯type.int� "".sym�otype."".Sym�"".s�ï.type.debug/macho.Symbol�"".syms�ïtype.[]"".Sym�"".s�¯.type.debug/macho.Symbol�"".addrs�Ÿtype.[]uint64� "".~r1�@type.error� "".~r0�type.[]"".Sym�"".f��$type.*"".machoFile�*%°Ð¯°ž ¯°Û�ð�Æ:TPO<D„LK
$êñ$}$òDˆ c ˜-$4U#JÒ2T L LD
  D    �v�`‰5§êÊM§¡`=¸N× žU<\D
¬ [*O�Tgclocals·02eb91a7c32a943575acc4bcc029d137�Tgclocals·6082e585114d8ff056d933a897417409���R/tmp/go/src/cmd/internal/objfile/macho.goþ("".(*machoFile).pcln��À
��¶
dH‹ %����H;awè����ëêHƒì8H‹\$8H‰$è����HDŽ$€�������HDŽ$ˆ�������HÇD$h����HÇD$p����HÇD$x����HÇD$P����HÇD$X����HÇD$`����HÇD$H����H‹\$@H‰$è����H‹t$@H‹>H‰<$H5����H|$H¥H¥è����H‹D$1íH9èt!H‰D$0H‰$Hƒ$ è����H‹\$0H‹k H‰l$HH‹\$@H‰$è����H‹t$@H‹>H‰<$H5����H|$H¥H¥è����H‹D$1íH9脐���H‰$è����H‹\$H‰\$PH‹\$H‰\$XH‹\$H‰\$`H‹D$ H‹\$(H‰œ$ˆ���Hƒø�H‰„$€���tIHÇD$H����HÇD$P����HÇD$X����HÇD$`����HÇD$h����HÇD$p����HÇD$x����è����HƒÄ8ÃH‹\$@H‰$è����H‹t$@H‹>H‰<$H5����H|$H¥H¥è����H‹D$1íH9脐���H‰$è����H‹\$H‰\$hH‹\$H‰\$pH‹\$H‰\$xH‹D$ H‹\$(H‰œ$ˆ���Hƒø�H‰„$€���tIHÇD$H����HÇD$P����HÇD$X����HÇD$`����HÇD$h����HÇD$p����HÇD$x����è����HƒÄ8ÃHDŽ$€�������HDŽ$ˆ�������è����HƒÄ8Ã$
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���’�� runtime.raceread���¸��$go.string."__text"���Ô��6debug/macho.(*File).Section���’�� runtime.raceread���Ê�� runtime.raceread���ð��,go.string."__gosymtab"���Œ��6debug/macho.(*File).Section���¾��6debug/macho.(*Section).Data���Â��(runtime.racefuncexit���è�� runtime.raceread���Ž��.go.string."__gopclntab"���ª��6debug/macho.(*File).Section���Ü��6debug/macho.(*Section).Data���à ��(runtime.racefuncexit���¤
��(runtime.racefuncexit��� p��"".autotmp_0270��2type.*debug/macho.Section�"".autotmp_0269��2type.*debug/macho.Section�"".sect�2type.*debug/macho.Section� "".err�€type.error�"".pclntab�Ptype.[]uint8�"".symtab� type.[]uint8�"".textStart�type.uint64�"".f��$type.*"".machoFile�"popÎop!o� �DW;!?G??G?'�.�#e@:‚:‚1�Tgclocals·e70b201907574dbe64d7c1ca0ae22f03�Tgclocals·678ce791ac6ce8f622f2f4b9fdb5d5c2���R/tmp/go/src/cmd/internal/objfile/macho.goþ("".(*machoFile).text�� ��œdH‹ %����H;awè����ëêHƒìPH‹\$PH‰$è����HDŽ$€�������HDŽ$ˆ�������HÇD$h����HÇD$p����HÇD$x����H‹\$XH‰$è����H‹t$XH‹>H‰<$H5����H|$H¥H¥è����H‹D$1íH9è…ˆ���H����H,$H‰ïH‰ÞH¥H¥H\$HÇ����HÇC����HÇC����è����H‹L$(H‹D$0HÇD$`����HÇD$h����HÇD$p����HÇD$x����H‰L$@H‰Œ$€���H‰D$HH‰„$ˆ���è����HƒÄPÃH‰D$8H‰$Hƒ$ è����H‹D$8H‹h H‰l$`H‰$è����H‹\$H‰\$hH‹\$H‰\$pH‹\$H‰\$xH‹\$ H‰œ$€���H‹\$(H‰œ$ˆ���è����HƒÄPÃ
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���Ê�� runtime.raceread���ð��$go.string."__text"���Œ��6debug/macho.(*File).Section���º��Dgo.string."text section not found"���˜��fmt.Errorf���²��(runtime.racefuncexit���â�� runtime.raceread�����6debug/macho.(*Section).Data���Š��(runtime.racefuncexit���p �� "".autotmp_0272�type.error�"".sect�/2type.*debug/macho.Section� "".err�Ptype.error�"".text� type.[]uint8�"".textStart�type.uint64�"".f��$type.*"".machoFile�  ‡Ÿ kŸ��0² 34 ~!A ��#õ= �Tgclocals·0f0860fa07b70905683dd6e63cc68add�Tgclocals·e205285d3ef2fe2a737368018fd98d6e���R/tmp/go/src/cmd/internal/objfile/macho.goþ,"".(*machoFile).goarch��à��ØdH‹ %����H;awè����ëêHƒìH‹\$H‰$è����HÇD$����HÇD$ ����H‹\$H‰$è����H‹\$H‹+H‰,$Hƒ$è����H‹\$H‹‹kƒý wjƒýu"H����H‹+H‰l$H‹kH‰l$ è����HƒÄÃý u"H����H‹+H‰l$H‹kH‰l$ è����HƒÄÃHÇD$����HÇD$ ����è����HƒÄÁý��u"H����H‹+H‰l$H‹kH‰l$ è����HƒÄÁý��u²H����H‹+H‰l$H‹kH‰l$ è����HƒÄÃ
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���ˆ�� runtime.raceread���´�� runtime.raceread���ì��go.string."386"���˜��(runtime.racefuncexit���º��go.string."arm"���æ��(runtime.racefuncexit���ž��(runtime.racefuncexit���Æ��"go.string."amd64"���ò��(runtime.racefuncexit���š��&go.string."power64"���Æ��(runtime.racefuncexit���0�� "".~r0�type.string�"".f��$type.*"".machoFile�.z&))�°�XÆ4    ��#h¥�Tgclocals·521d2fa12a56ba961a59b2852d682dbc�Tgclocals·0115f8d53b75c1696444f08ad03251d9���R/tmp/go/src/cmd/internal/objfile/macho.goþ"".uint64s.Len��€��xdH‹ %����H;awè����ëêHƒìH‹\$H‰$è����H‹\$H‰\$(è����HƒÄÃ
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���f��(runtime.racefuncexit���@�� "".~r0�0type.int�"".x��type."".uint64s�!�@�æ@��#�Tgclocals·b3902157a77db2b708b66596724732a4�Tgclocals·0115f8d53b75c1696444f08ad03251d9���R/tmp/go/src/cmd/internal/objfile/macho.goþ"".uint64s.Swap�� ��šdH‹ %����H;awè����ëêHƒìH‹\$H‰$è����H‹\$H‹l$0L‹D$ L9Ń��HëH‰$è����H‹T$H‹L$0H‹D$ H9ÁƒÚ���HÊH‹+H‰l$H9Áƒ¾���HÊH‰$è����H‹\$H‹l$8L‹D$ L9Ń’���HëH‰$è����H‹T$8H‹L$H‹D$ H‹l$0H9ÅseHéH9ÂsUH,ÑL‹E�L‰H9Âs>HÑH‰$è����H‹\$H‹l$8L‹D$ L9ÅsHëH‹l$H‰+è����HƒÄÃè���� è���� è���� è���� è���� è���� è���� è����
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���’�� runtime.raceread���†��"runtime.racewrite���Ð�� runtime.raceread���Î��"runtime.racewrite���˜��(runtime.racefuncexit���¬��$runtime.panicindex���º��$runtime.panicindex���È��$runtime.panicindex���Ö��$runtime.panicindex���ä��$runtime.panicindex���ò��$runtime.panicindex���€��$runtime.panicindex���Ž��$runtime.panicindex���P ��"".autotmp_0275�type.uint64�"".j�@type.int�"".i�0type.int�"".x��type."".uint64s� ú ;�Ð�
èÐ� �#­�Tgclocals·0cfae77e97220ffff8fbecd373651831�Tgclocals·3280bececceccd33cb74587feedb1f9f���R/tmp/go/src/cmd/internal/objfile/macho.goþ"".uint64s.Less��À��¤dH‹ %����H;awè����ëêHƒìH‹\$H‰$è����H‹\$H‹l$(L‹D$L9Ń‹���HëH‰$è����H‹\$H‹l$0L‹D$L9ÅscHëH‰$è����H‹L$H‹D$H‹l$(H9Ås;HéH‹L‹D$0I9Às#J,ÁH‹m�H9ërÆD$8�è����HƒÄÃÆD$8ëïè���� è���� è���� è���� 
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���’�� runtime.raceread���Ô�� runtime.raceread���Ì��(runtime.racefuncexit���î��$runtime.panicindex���ü��$runtime.panicindex���Š��$runtime.panicindex���˜��$runtime.panicindex���`�� "".~r2�Ptype.bool�"".j�@type.int�"".i�0type.int�"".x��type."".uint64s�”1�à�
êà��#‚*�Tgclocals·0226af10ad6d64fcc55c06f4d9877e4b�Tgclocals·0115f8d53b75c1696444f08ad03251d9���R/tmp/go/src/cmd/internal/objfile/macho.goþ"".Open��À��²dH‹ %����HD$€H;Awè����ëåHì���H‹œ$���H‰$è����HDŽ$ ������HDŽ$(������H‹œ$��H‰$H‹œ$��H‰\$è����H‹\$H‰\$HH‹D$H‹L$ H‰Œ$ˆ���Hƒø�H‰„$€���t)HDŽ$������H‰„$ ��H‰Œ$(��è����HÄ���ÃH����H‰$è����H‹����H‹����H‹����H‰œ$ø���1ÉH‰„$ð���H‰D$8H‰”$è���H‰ÐH‰L$@H‹l$8H9éH��H‰D$XH‰$è����H‹\$XH‹H‹\$HH‰$H‹ÿÓH‹\$H‰\$`H‹\$H‰\$hH‹D$H‹\$ H‰\$xHƒø�H‰D$p…Î���H����H‰$è����H‹D$H‰D$PH‰$è����H‹\$PH‰$Hƒ<$�„‹���H‹\$HH‰\$è����H‹\$PH‰$Hƒ$è����H‹\$PH‰$Hƒ<$�tPHƒ$H‹\$`H‰\$H‹\$hH‰\$è����H‹\$PH‰œ$��HDŽ$ ������HDŽ$(������è����HÄ���É%����막%����éiÿÿÿH‹D$XH‹L$@HƒÀHÿÁH‰L$@H‹l$8H9錸þÿÿH‹\$HH‰$è����H‹œ$��H‰œ$°���H‹œ$��H‰œ$¸���Hœ$À���HÇ����HÇC����Hœ$À���Hƒû�„��HÇÂ���HÇÁ���H‰œ$Ð���H‰”$Ø���H‰Œ$à���H����H‰$Hœ$°���H‰\$è����H‹\$H‰œ$���H‹\$H‰œ$˜���H‹œ$Ð���H‰$è����H‹œ$Ð���H‰$H‹œ$���H‰\$H‹œ$˜���H‰\$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$Ð���H‰\$H‹œ$Ø���H‰\$H‹œ$à���H‰\$ è����H‹L$(H‹D$0HDŽ$������H‰Œ$ ���H‰Œ$ ��H‰„$¨���H‰„$(��è����HÄ���ÉéÜþÿÿ6
������*��0runtime.morestack_noctxt���^��*runtime.racefuncenter���Ê��os.Open���à��(runtime.racefuncexit���þ��"".openers����� runtime.raceread���ž��"".openers���¬�"".openers���º �"".openers���À�� runtime.raceread���ð�
������Þ��type."".File���ð��"runtime.newobject���–��"runtime.racewrite���Ü��.runtime.writebarrierptr���‚��"runtime.racewrite���Þ��2runtime.writebarrieriface���²��(runtime.racefuncexit���Ð �� os.(*File).Close���¼ ��type.string���è ��runtime.convT2E���¾ ��"runtime.racewrite���” ��2runtime.writebarrieriface���¢ ��Zgo.string."open %s: unrecognized object file"���–��fmt.Errorf���Œ��(runtime.racefuncexit���P€��""".autotmp_0287�ß"type.interface {}�"".autotmp_0285�_&type.[]interface {}�"".autotmp_0284�ßtype.*"".File�"".autotmp_0282�ÏPtype.*func(*os.File) ("".rawFile, error)�"".autotmp_0281�type.int�"".autotmp_0280�ÿtype.int�"".autotmp_0279�¿type.error�"".autotmp_0278�Ÿtype.string�"".autotmp_0277�(type.[1]interface {}�"".autotmp_0276�/Rtype.[]func(*os.File) ("".rawFile, error)� "".err�Ÿtype.error� "".raw�¿type."".rawFile� "".err�ÿtype.error�"".r�ïtype.*os.File� "".~r2�0type.error� "".~r1� type.*"".File�"".name��type.string�6"€™ÿ€èÿ€¬ÿ€�à�F`K:p@¬ $
Ù�F�.XX#A* OŒ++A;�Tgclocals·6657290b2105d8393a4831cc3b7262b7�Tgclocals·3d37f7f5655ee8f066ddc0a710dd9452���V/tmp/go/src/cmd/internal/objfile/objfile.goþ "".(*File).Close�� ��‚dH‹ %����H;awè����ëêHƒì(H‹\$(H‰$è����HÇD$8����HÇD$@����H‹\$0H‰$è����H‹\$0H‹+H‰,$è����H‹L$H‹D$H‰L$H‰L$8H‰D$ H‰D$@è����HƒÄ(Ã
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���ˆ�� runtime.raceread���ª�� os.(*File).Close���ð��(runtime.racefuncexit���0P��"".autotmp_0291�type.error� "".~r0�type.error�"".f��type.*"".File�PfO��|:=��#T�Tgclocals·a9282ac20787dc3025c0916068a42263�Tgclocals·a310211a5d93ca643985188646602d0e���V/tmp/go/src/cmd/internal/objfile/objfile.goþ$"".(*File).Symbols��À��¦dH‹ %����H;awè����ëêHì€���H‹œ$€���H‰$è����HDŽ$�������HDŽ$˜�������HDŽ$ �������HDŽ$¨�������HDŽ$°�������H‹œ$ˆ���H‰$Hƒ$è����H‹œ$ˆ���Hƒû�„:��H‹KH‹kH‰l$HH‰,$H‰L$@H‹Y0ÿÓH‹t$H‰t$PH‹l$H‰l$XH‹T$H‰T$`H‹D$ H‹L$(H‰L$8Hƒø�H‰D$0tAHDŽ$�������HDŽ$˜�������HDŽ$ �������H‰„$¨���H‰Œ$°���è����HÄ€���ÃH‰t$hH‰l$pH‰T$xH����H‰$H����H‰\$H����H‰\$H\$hH‰\$è����H\$ H,$H‰ïH‰ÞH¥H¥è����H‹\$PH‰œ$���H‹\$XH‰œ$˜���H‹\$`H‰œ$ ���HDŽ$¨�������HDŽ$°�������è����HÄ€���Éé¿þÿÿ
������ ��0runtime.morestack_noctxt���T��*runtime.racefuncenter���ø�� runtime.raceread���Ø�
������¶��(runtime.racefuncexit���ò��type."".byAddr���ˆ��&type.sort.Interface��� ��@go.itab."".byAddr.sort.Interface���È��runtime.convT2I���ø��sort.Sort���€��(runtime.racefuncexit���`€�� "".autotmp_0292�/type."".byAddr� "".err�Ÿtype.error�"".syms�_type.[]"".Sym� "".~r1�@type.error� "".~r0�type.[]"".Sym�"".f��type.*"".File�(€‰ÿ€¤ÿ€�à�0„  <q 4YL ��)ñI\!�Tgclocals·a77f2768d809b22af53a54c5b92d45b3�Tgclocals·f42174cd757ae135d3d3cbb9e6a6a035���V/tmp/go/src/cmd/internal/objfile/objfile.goþ"".byAddr.Less��à��ÞdH‹ %����H;awè����ëêHƒìH‹\$H‰$è����H‹\$H‹l$(L‹D$L9Ѩ���Hkí8HëH‰$Hƒ$è����H‹\$H‹l$0L‹D$L9ÅsxHkí8HëH‰$Hƒ$è����H‹L$H‹D$L‹D$(H‰ÍI9ÀsEMkÀ8LÅH‹]L‹L$0I‰ÈI9Ás&MkÉ8MÈI‹hH9ërÆD$8�è����HƒÄÃÆD$8ëïè���� è���� è���� è���� 
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���¢�� runtime.raceread���ô�� runtime.raceread���†��(runtime.racefuncexit���¨��$runtime.panicindex���¶��$runtime.panicindex���Ä��$runtime.panicindex���Ò��$runtime.panicindex���`�� "".~r2�Ptype.bool�"".j�@type.int�"".i�0type.int�"".x��type."".byAddr�±$�ð�
šð��#Ÿ�Tgclocals·0226af10ad6d64fcc55c06f4d9877e4b�Tgclocals·0115f8d53b75c1696444f08ad03251d9���V/tmp/go/src/cmd/internal/objfile/objfile.goþ"".byAddr.Len��€��xdH‹ %����H;awè����ëêHƒìH‹\$H‰$è����H‹\$H‰\$(è����HƒÄÃ
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���f��(runtime.racefuncexit���@�� "".~r0�0type.int�"".x��type."".byAddr�!�@�œ@��#�Tgclocals·b3902157a77db2b708b66596724732a4�Tgclocals·0115f8d53b75c1696444f08ad03251d9���V/tmp/go/src/cmd/internal/objfile/objfile.goþ"".byAddr.Swap��à��ØdH‹ %����H;awè����ëêHƒìPH‹\$PH‰$è����H‹\$XH‹l$pL‹D$`L9Ńe��Hkí8HëH‰$HÇD$8���è����L‹L$XH‹T$pH‹D$`L‰ËH‰ÕH9ƒ'��Hkí8HëHl$H‰ïH‰Þè����L‰ËH‰ÕH9ƒú���Hkí8HëH‰$HÇD$8���è����H‹L$XH‹D$`H����H‰$H‹l$pH‰ËH9Ń´���Hkí8HëH‰\$H‹l$xH‰ËH9ѐ���Hkí8HëH‰\$è����H‹\$XH‹l$xL‹D$`L9ÅsdHkí8HëH‰$HÇD$8���è����H����H‰$H‹\$XH‹l$xL‹D$`L9Ås%Hkí8HëH‰\$H\$H‰\$è����è����HƒÄPÃè���� è���� è���� è���� è���� è���� è���� &
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���ª��*runtime.racereadrange���”¼� runtime.duffcopy���ä��,runtime.racewriterange���†��type."".Sym���Œ��.runtime.writebarrierfat���æ��,runtime.racewriterange���ô��type."".Sym���Ú��.runtime.writebarrierfat���ä��(runtime.racefuncexit���ø��$runtime.panicindex���†��$runtime.panicindex���”��$runtime.panicindex���¢��$runtime.panicindex���°��$runtime.panicindex���¾��$runtime.panicindex���Ì��$runtime.panicindex���P ��"".autotmp_0295�otype."".Sym�"".j�@type.int�"".i�0type.int�"".x��type."".byAddr� àŸ 5�°�
ž°��#Ží�Tgclocals·aa3b86c1ca8acadbe172378c24a491bc�Tgclocals·4554c840d8059924d574b80e55602d97���V/tmp/go/src/cmd/internal/objfile/objfile.goþ,"".(*File).PCLineTable��À
��´
dH‹ %����HD$¨H;Awè����ëåHìØ���H‹œ$Ø���H‰$è����HDŽ$ð�������HDŽ$ø�������H‹œ$à���H‰$Hƒ$è����H‹œ$à���Hƒû�„ ��H‹KH‹kH‰l$xH‰,$H‰L$pH‹Y(ÿÓH‹L$H‹\$H‰œ$���H‹\$H‰œ$˜���H‹\$ H‰œ$ ���H‹|$(H‰¼$¨���H‹t$0H‰´$°���H‹l$8H‰¬$¸���H‹D$@H‹T$HH‰T$hHƒø�H‰D$`t)HDŽ$è�������H‰„$ð���H‰”$ø���è����HÄØ���ÃH‰¼$À���H‰´$È���H‰¬$Ð���H‰L$PH����H‰$è����H‹D$H‰D$XH‰$HÇD$˜���è����H‹L$XH‰ÏHƒù�„ ��1Àè����H‰ $è����H‹\$XH‰$Hƒ<$�„Ü���H‹œ$À���H‰\$H‹œ$È���H‰\$H‹œ$Ð���H‰\$è����H‹\$XH‰$Hƒ$è����H‹D$XH‹l$PH‰hH‰$Hƒ$ è����H‹D$XHÇ@ ����H‹œ$���H‰$H‹œ$˜���H‰\$H‹œ$ ���H‰\$H‰D$è����H‹D$ H‹T$(H‹L$0H‰„$è���H‰”$€���H‰”$ð���H‰Œ$ˆ���H‰Œ$ø���è����HÄØ���É%����éÿÿÿ‰éíþÿÿ‰éÙýÿÿ
������*��0runtime.morestack_noctxt���^��*runtime.racefuncenter���º�� runtime.raceread���š�
������²��(runtime.racefuncexit���Š��4type.debug/gosym.LineTable���œ��"runtime.newobject���Ô��,runtime.racewriterange���†´� runtime.duffzero���˜��"runtime.racewrite���˜��2runtime.writebarrierslice���¾��"runtime.racewrite���ö��"runtime.racewrite���ð��(debug/gosym.NewTable���è ��(runtime.racefuncexit���@°��"".autotmp_0299�ÿ6type.*debug/gosym.LineTable�"".autotmp_0298��6type.*debug/gosym.LineTable�"".autotmp_0297�¯type.error�&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�"".f��type.*"".File�("°‚¯°Ú¯° � �0¢"
 ¦ î �$�.ê5bl<-�Tgclocals·15486c1aa456afea9df88d71bcd61022�Tgclocals·2e13175ac6a30a1ace73222ab8cab571���V/tmp/go/src/cmd/internal/objfile/objfile.goþ"".(*File).Text��À��´dH‹ %����H;awè����ëêHƒìpH‹\$pH‰$è����HDŽ$ˆ�������HDŽ$�������HDŽ$˜�������HDŽ$ �������HDŽ$¨�������H‹\$xH‰$Hƒ$è����H‹\$xHƒû�„���H‹KH‹kH‰l$@H‰,$H‰L$8H‹Y8ÿÓH‹D$H‹|$H‹t$H‹l$ H‹T$(H‹L$0H‰„$€���H‰|$XH‰¼$ˆ���H‰t$`H‰´$���H‰l$hH‰¬$˜���H‰T$HH‰”$ ���H‰L$PH‰Œ$¨���è����HƒÄpÉélÿÿÿ
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���æ�� runtime.raceread���À�
������”��(runtime.racefuncexit���pà�� "".autotmp_0303�Otype.error�"".autotmp_0302�/type.[]uint8� "".~r2�Ptype.error� "".~r1� type.[]uint8� "".~r0�type.uint64�"".f��type.*"".File�àøßà � �²<¼��#æ�Tgclocals·8d3e91ce213aab1bdf11b9b2df59d4ce�Tgclocals·8fd0d255f48845a4a38966c4a091e73e���V/tmp/go/src/cmd/internal/objfile/objfile.goþ""".(*File).GOARCH��À��ÀdH‹ %����H;awè����ëêHƒì8H‹\$8H‰$è����HÇD$H����HÇD$P����H‹\$@H‰$Hƒ$è����H‹\$@Hƒû�tDH‹KH‹kH‰l$ H‰,$H‰L$H‹Y ÿÓH‹L$H‹D$H‰L$(H‰L$HH‰D$0H‰D$Pè����HƒÄ8Éë¸
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���’�� runtime.raceread���ä�
������¦��(runtime.racefuncexit���0p��"".autotmp_0305�type.string� "".~r0�type.string�"".f��type.*"".File�pop� �º:X ��#o�Tgclocals·521d2fa12a56ba961a59b2852d682dbc�Tgclocals·7ffb78b700595f24597d5e62e49bba43���V/tmp/go/src/cmd/internal/objfile/objfile.goþ"".openPE��À ��¦ dH‹ %����HD$èH;Awè����ëåHì˜���H‹œ$˜���H‰$è����HDŽ$¨�������HDŽ$°�������HDŽ$¸�������HDŽ$À�������H‹œ$ ���H‰\$PH‹����1íH9è„Ÿ��H‹L$PH‰D$hH‰$H‰L$pH‰L$è����H‹T$H‹D$H‹L$ H‰L$`Hƒø�H‰D$Xt5HDŽ$¨�������HDŽ$°�������H‰„$¸���H‰Œ$À���è����HÄ˜���ÃH‰T$@H‰$Hƒ$è����H‹\$@Hƒû�„��H‹KH‹k H‰L$xH‰ $H‰¬$€���H‰l$è����‹L$‰L$<ù=
k… ��H����H‰$H‹\$xH‰\$H‹œ$€���H‰\$è����‹L$<¶\$€û�„Ó���H����H‰$è����H‹D$H‰D$HH‰$è����H‹\$HH‰$Hƒ<$�„���H‹\$@H‰\$è����H‹\$HH‰\$HH‹����1íH9èt:H‹\$HH‰œ$°���H‰„$¨���HDŽ$¸�������HDŽ$À�������è����HÄ˜���ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$뗉%����édÿÿÿùÅ"Ëu5H����H‰$H‹\$xH‰\$H‹œ$€���H‰\$è����¶\$€û�…ðþÿÿH����H,$H‰ïH‰ÞH¥H¥H\$HÇ����HÇC����HÇC����è����H‹L$(H‹D$0HDŽ$¨�������HDŽ$°�������H‰Œ$ˆ���H‰Œ$¸���H‰„$���H‰„$À���è����HÄ˜���ÉéôýÿÿH����H‰$H����H‰\$H����H‰\$è����H‹D$é/ýÿÿ:
������*��0runtime.morestack_noctxt���^��*runtime.racefuncenter���æ��8go.itab.*os.File.io.ReaderAt���¶�� debug/pe.NewFile���Î��(runtime.racefuncexit���„�� runtime.raceread���è��$runtime.efacethash���ž��>type.*debug/pe.OptionalHeader64���Þ��&runtime.assertE2TOK�����type."".peFile���¢��"runtime.newobject���È��"runtime.racewrite���Ž��.runtime.writebarrierptr���°��:go.itab.*"".peFile."".rawFile���¢��(runtime.racefuncexit���À��type.*"".peFile���Ö��type."".rawFile���î��:go.itab.*"".peFile."".rawFile���‚ �� runtime.typ2Itab���Æ ��>type.*debug/pe.OptionalHeader32���†
��&runtime.assertE2TOK���°
��Dgo.string."unrecognized PE format"���Ž ��fmt.Errorf���œ ��(runtime.racefuncexit���È ��type.*os.File���Þ �� type.io.ReaderAt���ö ��8go.itab.*os.File.io.ReaderAt���Š �� runtime.typ2Itab���P°��"".autotmp_0315��type.*uint8�"".autotmp_0314�Ÿtype.*"".peFile�"".autotmp_0313�·type.uint32�"".autotmp_0311�?"type.interface {}�"".autotmp_0309��type.*"".peFile�"".autotmp_0308�type.error�"".autotmp_0307�type.*os.File� "".err�type.error�"".f�¯&type.*debug/pe.File� "".~r2�0type.error� "".~r1�type."".rawFile�"".r��type.*os.File�6"°Ð¯°©¯°ü¯°F�à�F*cP (’ ‹C =x?�<�.¸2]#J0BDG7�Tgclocals·8f327111048dcacd06f245ebd9151d19�Tgclocals·8c02ed257c154f2342b8fbd588528437���L/tmp/go/src/cmd/internal/objfile/pe.goþ("".(*peFile).symbols��à/��à/dH‹ %����H„$¨þÿÿH;Awè����ëâHìØ��1ÀH¼$ ��è����H‹œ$Ø��H‰$è����HDŽ$è������HDŽ$ð������HDŽ$ø������HDŽ$�������HDŽ$������HDŽ$h������HDŽ$p������HDŽ$x������HÇD$P����H‹œ$à��H‰$è����H‹œ$à��H‹+H‰,$Hƒ$è����H‹œ$à��H‹+Hƒý�„û
��H‹MH‹E H‰Œ$¸���H‰ $H‰„$À���H‰D$è����‹T$‰T$Dú=
k…M
��H����H‰$H‹œ$¸���H‰\$H‹œ$À���H‰\$è����‹T$DH‹L$¶\$ €û�„
��H‰Œ$ ���H‰ $Hƒ$è����H‹œ$ ���H‹kH‰l$PHDŽ$Ø�������HDŽ$à�������HDŽ$è�������H‹œ$à��H‰$è����H‹œ$à��H‹+H‰,$Hƒ$@è����H‹œ$à��H‹+Hƒý�„z ��H‹U@H‹EHH‹]PH‰œ$`��1ÉH‰„$X��H‰D$hH‰”$P��H‰ÐH‰L$pH‹l$hH9éï��H‰„$°���H‰$è����H‹œ$°���H‹+H¼$ ��1Àè����H‰¬$���H‰,$è����H‹„$���Hƒø�„ä��H(Hœ$ ��H‰ßH‰îH¥H¥H‰$Hƒ$è����H‹„$���‹XH‰œ$°��DŽ$À��?���H‰$Hƒ$è����H‹Œ$���H·ifƒýþ…J��DŽ$À��?���H‹”$Ø���H‹Œ$à���H‹„$è���H‰ÃH)ËHƒû}OH����H‰$H‰”$ ��H‰T$H‰Œ$(��H‰L$H‰„$0��H‰D$HÇD$ ���è����H‹T$(H‹L$0H‹D$8H‰ÍHÿÁH‰ÓH‰Œ$(��H‰„$0��H‰”$ ��H‰l$`Hkí8HëH‰$HÇD$8���è����H����H‰$H‹œ$ ��H‹l$`Hkí8HëH‰\$Hœ$ ��H‰\$è����H‹”$ ��H‹Œ$(��H‹„$0��H‰”$Ø���H‰Œ$à���H‰„$è���H‹œ$°��H‰\$xH‹”$h��H‹Œ$p��H‹„$x��H‰ÃH)ËHƒû}OH����H‰$H‰”$��H‰T$H‰Œ$��H‰L$H‰„$��H‰D$HÇD$ ���è����H‹T$(H‹L$0H‹D$8H‰ÎHÿÁH‰Œ$��H‰„$��H‰”$��H‰t$`HòH‰$è����H‹”$��H‹l$`HêH‹l$xH‰+H‹Œ$��H‹„$��H‰”$h��H‰Œ$p��H‰„$x��H‹„$°���H‹L$pHƒÀHÿÁH‰L$pH‹l$hH9éŒýÿÿH‹œ$h��H‰œ$8��H‹œ$p��H‰œ$@��H‹œ$x��H‰œ$H��H����H‰$H����H‰\$H����H‰\$Hœ$8��H‰\$è����H\$ H,$H‰ïH‰ÞH¥H¥è����H‹œ$à���1ÀH‰\$hH‹l$hH9èö��H‰D$pH‰D$XH‹„$p��H‰„$€���H„$€��H‰„$¨���H‰$è����H‹„$¨���H-����H‰(H‰$Hƒ$è����H‹„$¨���H¬$h��H‰hH‰$Hƒ$è����H‹„$¨���H¬$Ø���H‰hH‰$Hƒ$è����H‹„$¨���Hl$XH‰hH‹œ$€���H‰$H‰D$è����H‹L$H‹„$p��H‰L$HH9Á��H‹œ$Ø���H‹l$XL‹„$à���L9Ńw��Hkí8HëH‰$Hƒ$è����H‹œ$h��H‹l$HL‹„$p��L9Ń=��HëH‰$è����H‹œ$Ø���H‹l$XL‹„$à���L9Ń ��Hkí8HëH‰$Hƒ$è����H‹œ$h��H‹l$HL‹„$p��L9ŃÑ���HëH‹L‹„$Ø���L‹L$XL‹”$à���M9у¥���MkÉ8MÈI‹hH)ëH‹¬$Ø���L‹D$XL‹Œ$à���M9ÈsvMkÀ8LÅH‰]H‹D$pHÿÀH‹l$hH9èŒ
þÿÿH‹œ$Ø���H‰œ$è��H‹œ$à���H‰œ$ð��H‹œ$è���H‰œ$ø��HDŽ$�������HDŽ$������è����HÄØ��Ãè���� è���� è���� è���� è���� è���� fƒýÿuDŽ$À��C���é«úÿÿfƒý�uDŽ$À��U���é•úÿÿH‰ $Hƒ$è����H‹¬$���H·]fƒû�ŒR��H‹œ$à��H‰$è����H‹œ$à��H‹+H‰,$Hƒ$(è����H‹œ$à��H‹+H‹]0H‰œ$€���H‹œ$���H‰$Hƒ$è����H‹œ$���H¿[H‹¬$€���H9ëÝ��H‹œ$à��H‰$è����H‹œ$à��H‹+H‰,$Hƒ$(è����H‹œ$���H‰$Hƒ$è����H‹¬$���H·]HÿËH‰ØH‹œ$à��H‹+H‹U(H‹M0H‹]8H‰œ$���H‰”$ð���H¿èH9ÍH‰Œ$ø���ƒG��HêH‰$è����H‹¬$���H·]HÿËH‰ØH‹œ$à��H‹+Hƒý�„
��H‹U(H‹M0H‹]8H‰œ$���H‰”$ð���H¿èH9ÍH‰Œ$ø���ƒÒ���HêH‹+H‰¬$ˆ���H‰,$Hƒ$,è����H‹Œ$ˆ���‹i,‰ëƒã ƒû�tNDŽ$À��T���H‹œ$°��H‰\$xH‰ $Hƒ$è����H‹œ$ˆ���‹[H‹l$PHëH‹l$xHëH‰œ$°��é†øÿÿ‰ëƒã@ƒû�t'‰ëã���€ƒû�u DŽ$À��R���ë™Ç„$À��D���댉ëã€���ƒû�„{ÿÿÿDŽ$À��B���ékÿÿÿè���� ‰E�éîþÿÿè���� H����H,$H‰ïH‰ÞH¥H¥H\$HÇ����HÇC����HÇC����è����H‹L$(H‹D$0HDŽ$è������HDŽ$ð������HDŽ$ø������H‰Œ$È���H‰Œ$���H‰„$Ð���H‰„$��è����HÄØ��É�é÷ÿÿ‰E�é~öÿÿúÅ"Ë…öÿÿH����H‰$H‹œ$¸���H‰\$H‹œ$À���H‰\$è����H‹L$¶\$ €û�„ÒõÿÿH‰Œ$˜���H‰ $Hƒ$è����H‹œ$˜���‹kH‰l$Pé§õÿÿ‰E�éýôÿÿ€
������0��0runtime.morestack_noctxt���`ä� runtime.duffzero���‚��*runtime.racefuncenter���ö�� runtime.raceread���¨�� runtime.raceread���ž��$runtime.efacethash���Ô��>type.*debug/pe.OptionalHeader64���š��$runtime.assertE2T2���ô�� runtime.raceread���€�� runtime.raceread���²�� runtime.raceread���€ �� runtime.raceread���´ ä� runtime.duffzero���Ö �� runtime.raceread���À
�� runtime.raceread���˜ �� runtime.raceread���² ��type.[]"".Sym���¤ ��"runtime.growslice���À��,runtime.racewriterange���Î��type."".Sym���¬��.runtime.writebarrierfat���ü��type.[]uint64���î��"runtime.growslice���ì��"runtime.racewrite���ª��type."".uint64s���À��&type.sort.Interface���Ø��Bgo.itab."".uint64s.sort.Interface���†��runtime.convT2I���¶��sort.Sort���Ö��"runtime.racewrite���ô��"".func·004���–��"runtime.racewrite���Ú��"runtime.racewrite���ž��"runtime.racewrite���ì��sort.Search���ˆ��"runtime.racewrite���Þ�� runtime.raceread���Ä�� runtime.raceread���ö��(runtime.racefuncexit��� ��$runtime.panicindex���ž ��$runtime.panicindex���¬ ��$runtime.panicindex���º ��$runtime.panicindex���È ��$runtime.panicindex���Ö ��$runtime.panicindex���Î!�� runtime.raceread���ž"�� runtime.raceread���Ð"�� runtime.raceread���ª#�� runtime.raceread���ˆ$�� runtime.raceread���º$�� runtime.raceread���æ$�� runtime.raceread���ž&�� runtime.raceread���Š(�� runtime.raceread���€)�� runtime.raceread���þ*��$runtime.panicindex���œ+��$runtime.panicindex���®+��dgo.string."invalid section number in symbol table"���Œ,��fmt.Errorf���²-��(runtime.racefuncexit���†.��>type.*debug/pe.OptionalHeader32���Ì.��$runtime.assertE2T2���ž/�� runtime.raceread���`°��L"".autotmp_0351�ß~type.*struct { F uintptr; A0 *[]uint64; A1 *[]"".Sym; A2 *int }�"".autotmp_0350��type.int�"".autotmp_0349��type.int�"".autotmp_0347��type.uint64�"".autotmp_0346��type.int�"".autotmp_0345��type.int�"".autotmp_0344�Ÿtype.[]uint64�"".autotmp_0343��type.uint64�"".autotmp_0341��type.uint64�"".autotmp_0339�ïtype.int�"".autotmp_0338�ïtype.[]"".Sym�"".autotmp_0335�Ï,type.**debug/pe.Symbol�"".autotmp_0334�ßtype.int�"".autotmp_0333�Ïtype.int�"".autotmp_0332�§type.uint32�"".autotmp_0330�¿"type.interface {}�"".autotmp_0329��type.int�"".autotmp_0328��type.int�"".autotmp_0327�¯|type.struct { F uintptr; A0 *[]uint64; A1 *[]"".Sym; A2 *int }�"".autotmp_0326��type.int�"".autotmp_0325�¿type."".uint64s�"".autotmp_0322�¿type.uint64�"".autotmp_0321�Ÿtype.error�"".autotmp_0320�¯type.int�"".autotmp_0319�.type.[]*debug/pe.Symbol�"".j�Ÿtype.int�"".i�ÿtype.int�"".sect�Ÿ,type.*debug/pe.Section� "".sym�otype."".Sym�"".s�*type.*debug/pe.Symbol�"".syms�ÿtype.[]"".Sym�
"".oh�ï>type.*debug/pe.OptionalHeader64�
"".oh�ÿ>type.*debug/pe.OptionalHeader32�"".imageBase�type.uint64�"".addrs�ßtype.[]uint64� "".~r1�@type.error� "".~r0�type.[]"".Sym�"".f��type.*"".peFile�*%°á¯°Ý¯°‹�ð�øF4ˆ‡<$ º'$œ s
 :˜ñU'\}'¹‡U*O >C B5šü!
 >
  
 +„LK I&
 �t�@zTkF€+çN×?Íh‹N· _žºš M)"�Tgclocals·09968a7b097a915f32a05136450603dc�Tgclocals·d3642b400cd58246b660eabd915b1c4c���L/tmp/go/src/cmd/internal/objfile/pe.goþ""".(*peFile).pcln��À��¬dH‹ %����HD$¸H;Awè����ëåHìÈ���H‹œ$È���H‰$è����HDŽ$������HDŽ$������HDŽ$ø�������HDŽ$�������HDŽ$������HDŽ$à�������HDŽ$è�������HDŽ$ð�������HDŽ$Ø�������H‹œ$Ð���H‰$è����H‹œ$Ð���H‹+H‰,$Hƒ$è����H‹œ$Ð���H‹+Hƒý�„°��H‹MH‹E H‰Œ$¨���H‰ $H‰„$°���H‰D$è����‹T$‰T$Tú=
k…5��H����H‰$H‹œ$¨���H‰\$H‹œ$°���H‰\$è����‹T$TH‹L$¶\$ €û�„ô��H‰L$hH‰ $Hƒ$è����H‹\$hH‹kH‰l$XH‹œ$Ð���H‰$è����H‹´$Ð���H‹>H‰<$H5����H|$H¥H¥è����H‹D$1íH9èt+H‰D$`H‰$Hƒ$è����H‹\$`‹[H‹l$XHëH‰œ$Ø���H‹œ$Ð���H‰$è����H‹´$Ð���H‹>H‰<$H5����H|$H¥H¥H����Hl$H‰ïH‰ÞH¥H¥è����H‹\$(H‰œ$ø���H‹\$0H‰œ$���H‹\$8H‰œ$��H‹D$@H‹\$HH‰œ$��Hƒø�H‰„$��„ ��HDŽ$˜�������HDŽ$ �������H‹œ$Ð���H‰$è����H‹´$Ð���H‹>H‰<$H5����H|$H¥H¥H����Hl$H‰ïH‰ÞH¥H¥è����H‹\$(H‰œ$ø���H‹\$0H‰œ$���H‹\$8H‰œ$��H‹D$@H‹\$HH‰œ$ ���Hƒø�H‰„$˜���taHDŽ$Ø�������HDŽ$à�������HDŽ$è�������HDŽ$ð�������HDŽ$ø�������HDŽ$�������HDŽ$������è����HÄÈ���ÃH‹œ$Ð���H‰$è����H‹´$Ð���H‹>H‰<$H5����H|$H¥H¥H����Hl$H‰ïH‰ÞH¥H¥è����H‹\$(H‰œ$à���H‹\$0H‰œ$è���H‹\$8H‰œ$ð���H‹D$@H‹\$HH‰œ$��Hƒø�H‰„$��„ ��HDŽ$ˆ�������HDŽ$�������H‹œ$Ð���H‰$è����H‹´$Ð���H‹>H‰<$H5����H|$H¥H¥H����Hl$H‰ïH‰ÞH¥H¥è����H‹\$(H‰œ$à���H‹\$0H‰œ$è���H‹\$8H‰œ$ð���H‹D$@H‹\$HH‰œ$���Hƒø�H‰„$ˆ���taHDŽ$Ø�������HDŽ$à�������HDŽ$è�������HDŽ$ð�������HDŽ$ø�������HDŽ$�������HDŽ$������è����HÄÈ���ÃHDŽ$������HDŽ$������è����HÄÈ���ÁúÅ"Ëu^H����H‰$H‹œ$¨���H‰\$H‹œ$°���H‰\$è����H‹L$¶\$ €û�t%H‰L$pH‰ $Hƒ$è����H‹\$p‹kH‰l$XéÇûÿÿH‹œ$¨���H‰\$xH‹´$°���H‰´$€���H5����H,$H‰ïH¥H¥H\$HÇ����HÇC����HÇC����è����H‹L$(H‹D$0HDŽ$Ø�������HDŽ$à�������HDŽ$è�������HDŽ$ð�������HDŽ$ø�������HDŽ$�������HDŽ$������H‰Œ$¸���H‰Œ$��H‰„$À���H‰„$��è����HÄÈ���ÉE�éHúÿÿL
������*��0runtime.morestack_noctxt���^��*runtime.racefuncenter���Ø�� runtime.raceread���Š�� runtime.raceread���€��$runtime.efacethash���¶��>type.*debug/pe.OptionalHeader64���ü��$runtime.assertE2T2���Ð�� runtime.raceread���Ž�� runtime.raceread���º��"go.string.".text"���Ö��0debug/pe.(*File).Section���”�� runtime.raceread���æ�� runtime.raceread���’��6go.string."runtime.pclntab"���²��8go.string."runtime.epclntab"���Ú��"".loadPETable���Â
�� runtime.raceread���î
��&go.string."pclntab"���Ž ��(go.string."epclntab"���¶ ��"".loadPETable���ö ��(runtime.racefuncexit���¨�� runtime.raceread���Ô��4go.string."runtime.symtab"���ô��6go.string."runtime.esymtab"���œ��"".loadPETable���„�� runtime.raceread���°��$go.string."symtab"���Ð��&go.string."esymtab"���ø��"".loadPETable���¸��(runtime.racefuncexit���‚��(runtime.racefuncexit���°��>type.*debug/pe.OptionalHeader32���ö��$runtime.assertE2T2���º�� runtime.raceread���¦��Rgo.string."pe file format not recognized"���þ��fmt.Errorf���„��(runtime.racefuncexit��� ��"".autotmp_0366�çtype.uint32�"".autotmp_0364�?"type.interface {}�"".autotmp_0362�type.error�"".err2�type.error�"".err2�_type.error�"".sect�Ï,type.*debug/pe.Section�
"".oh�Ÿ"type.interface {}�
"".oh�¿>type.*debug/pe.OptionalHeader64�
"".oh�¯>type.*debug/pe.OptionalHeader32�"".imageBase�ßtype.uint64� "".err�€type.error�"".pclntab�Ptype.[]uint8�"".symtab� type.[]uint8�"".textStart�type.uint64�"".f��type.*"".peFile�B"ä $À�  �€Ô"87lº!A+–’T–’T%3A ±(' �P�.}ThC)®
Ú®Ú_ "bƒ�Tgclocals·e0ab64e9a1d40c82beeebd15abdd32ce�Tgclocals·8110e6ab764979d872b4896441ac32ee���L/tmp/go/src/cmd/internal/objfile/pe.goþ""".(*peFile).text��€��ðdH‹ %����HD$ðH;Awè����ëåHì���H‹œ$���H‰$è����HDŽ$À�������HDŽ$È�������HDŽ$¨�������HDŽ$°�������HDŽ$¸�������H‹œ$˜���H‰$è����H‹œ$˜���H‹+H‰,$Hƒ$è����H‹œ$˜���H‹+Hƒý�„��H‹MH‹E H‰L$pH‰ $H‰D$xH‰D$è����‹T$‰T$<ú=
k…À��H����H‰$H‹\$pH‰\$H‹\$xH‰\$è����‹T$<H‹L$¶\$ €û�„…��H‰L$XH‰ $Hƒ$è����H‹\$XH‹kH‰l$@H‹œ$˜���H‰$è����H‹´$˜���H‹>H‰<$H5����H|$H¥H¥è����H‹D$1íH9腝���H����H,$H‰ïH‰ÞH¥H¥H\$HÇ����HÇC����HÇC����è����H‹L$(H‹D$0HDŽ$ �������HDŽ$¨�������HDŽ$°�������HDŽ$¸�������H‰Œ$€���H‰Œ$À���H‰„$ˆ���H‰„$È���è����HÄ���ÃH‰D$HH‰$Hƒ$è����H‹D$H‹XH‹l$@HëH‰œ$ ���H‰$è����H‹\$H‰œ$¨���H‹\$H‰œ$°���H‹\$H‰œ$¸���H‹\$ H‰œ$À���H‹\$(H‰œ$È���è����HÄ���ÁúÅ"ËuXH����H‰$H‹\$pH‰\$H‹\$xH‰\$è����H‹L$¶\$ €û�t%H‰L$PH‰ $Hƒ$è����H‹\$P‹kH‰l$@é<þÿÿH‹\$pH‰\$`H‹t$xH‰t$hH5����H,$H‰ïH¥H¥H\$HÇ����HÇC����HÇC����è����H‹L$(H‹D$0HDŽ$ �������HDŽ$¨�������HDŽ$°�������HDŽ$¸�������H‰Œ$€���H‰Œ$À���H‰„$ˆ���H‰„$È���è����HÄ���ÉE�éöüÿÿ0
������*��0runtime.morestack_noctxt���^��*runtime.racefuncenter���ø�� runtime.raceread���ª�� runtime.raceread���”��$runtime.efacethash���Ê��>type.*debug/pe.OptionalHeader64���„��$runtime.assertE2T2���Ø�� runtime.raceread���–�� runtime.raceread���Â��"go.string.".text"���Þ��0debug/pe.(*File).Section���Œ��Dgo.string."text section not found"���ê��fmt.Errorf���¨��(runtime.racefuncexit���Þ�� runtime.raceread���  ��0debug/pe.(*Section).Data���¬
��(runtime.racefuncexit���Ú
��>type.*debug/pe.OptionalHeader32���” ��$runtime.assertE2T2���Ø �� runtime.raceread���² ��Rgo.string."pe file format not recognized"���Š ��fmt.Errorf���È��(runtime.racefuncexit���p ��"".autotmp_0372�§type.uint32�"".autotmp_0370�?"type.interface {}�"".autotmp_0369��type.error�"".autotmp_0367�type.error�"".sect�,type.*debug/pe.Section�
"".oh�_"type.interface {}�
"".oh�o>type.*debug/pe.OptionalHeader64�
"".oh�>type.*debug/pe.OptionalHeader32�"".imageBase�Ÿtype.uint64� "".err�Ptype.error�"".text� type.[]uint8�"".textStart�type.uint64�"".f��type.*"".peFile�6" ýŸ Ÿ Ÿ �À�^’" <®!: +J ;  �:�.›bÉ!F4"Y_�Tgclocals·484b920d47758843b6a1f47e055b870e�Tgclocals·7f097b93d400490e7355686db31ef59e���L/tmp/go/src/cmd/internal/objfile/pe.goþ"".findPESymbol��À��¨dH‹ %����H„$PÿÿÿH;Awè����ëâHì0��H‹œ$0��H‰$è����HDŽ$X������HDŽ$`������H‹œ$8��H‰$Hƒ$@è����H‹œ$8��Hƒû�„W��H‹S@H‹CHH‹kPH‰¬$Ø���1ÉH‰„$Ð���H‰D$8H‰”$È���H‰ÐH‰L$@H‹l$8H9鍮��H‰D$XH‰$è����H‹\$XH‹+H‰l$PH‰,$è����H‹\$PHƒû�„Ü��H‹ H‰L$pH‹CH‰D$xH‹¬$H��H9è…5��H‰ $H‰D$H‹¬$@��H‰l$H‹¬$H��H‰l$è����¶\$ €û�„ÿ��H‹\$PH‰$Hƒ$è����H‹l$PH·]fƒû�ã��H‹œ$@��H‰œ$ ���H‹œ$H��H‰œ$¨���H¼$à���1Àè����Hœ$à���Hƒû�„›��HÇÂ���HÇÁ���H‰œ$°���H‰”$¸���H‰Œ$À���H����H‰$Hœ$ ���H‰\$è����H‹\$H‰\$`H‹\$H‰\$hH‹œ$°���H‰$è����H‹œ$°���H‰$H‹\$`H‰\$H‹\$hH‰\$è����H����H‰$H‹\$PH‰\$Hƒ|$�„á���HƒD$è����H‹\$H‰\$`H‹\$H‰\$hH‹œ$°���HƒÃH‰$è����H‹œ$°���HƒÃH‰$H‹\$`H‰\$H‹\$hH‰\$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$°���H‰\$H‹œ$¸���H‰\$H‹œ$À���H‰\$ è����H‹L$(H‹D$0HDŽ$P������H‰Œ$���H‰Œ$X��H‰„$˜���H‰„$`��è����HÄ0��É%����éÿÿÿ‰é^þÿÿH‹œ$8��H‰$Hƒ$(è����H‹œ$8��H‹k0H‰l$8H‹\$PH‰$Hƒ$è����H‹D$PH¿XH‹l$8H9ëŽv��H‹œ$@��H‰œ$ ���H‹œ$H��H‰œ$¨���H‹œ$8��H‰$Hƒ$(è����H‹œ$8��H‹k0H‰l$HH¼$���1Àè����Hœ$���Hƒû�„��HÇÂ���HÇÁ���H‰œ$°���H‰”$¸���H‰Œ$À���H����H‰$Hœ$ ���H‰\$è����H‹\$H‰\$`H‹\$H‰\$hH‹œ$°���H‰$è����H‹œ$°���H‰$H‹\$`H‰\$H‹\$hH‰\$è����H����H‰$H‹\$PH‰\$Hƒ|$�„M��HƒD$è����H‹\$H‰\$`H‹\$H‰\$hH‹œ$°���HƒÃH‰$è����H‹œ$°���HƒÃH‰$H‹\$`H‰\$H‹\$hH‰\$è����H����H‰$H\$HH‰\$è����H‹\$H‰\$`H‹\$H‰\$hH‹œ$°���HƒÃ H‰$è����H‹œ$°���HƒÃ H‰$H‹\$`H‰\$H‹\$hH‰\$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$°���H‰\$H‹œ$¸���H‰\$H‹œ$À���H‰\$ è����H‹L$(H‹D$0HDŽ$P������H‰Œ$���H‰Œ$X��H‰„$˜���H‰„$`��è����HÄ0��É%����é§þÿÿ‰éòýÿÿH‰„$P��HDŽ$X������HDŽ$`������è����HÄ0��ÃH‹D$XH‹L$@HƒÀHÿÁH‰L$@H‹l$8H9éŒRúÿÿH‹œ$@��H‰œ$ ���H‹œ$H��H‰œ$¨���Hœ$€���HÇ����HÇC����Hœ$€���Hƒû�„��HÇÂ���HÇÁ���H‰œ$°���H‰”$¸���H‰Œ$À���H����H‰$Hœ$ ���H‰\$è����H‹\$H‰\$`H‹\$H‰\$hH‹œ$°���H‰$è����H‹œ$°���H‰$H‹\$`H‰\$H‹\$hH‰\$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$°���H‰\$H‹œ$¸���H‰\$H‹œ$À���H‰\$ è����H‹L$(H‹D$0HDŽ$P������H‰Œ$���H‰Œ$X��H‰„$˜���H‰„$`��è����HÄ0��Ééèþÿÿ‰éùÿÿ‰é¢øÿÿ^
������0��0runtime.morestack_noctxt���d��*runtime.racefuncenter���À�� runtime.raceread���‚�� runtime.raceread���®�� runtime.raceread���à�� runtime.eqstring���¢�� runtime.raceread���¨ð� runtime.duffzero���¦��type.string���Ò��runtime.convT2E���œ��"runtime.racewrite���æ��2runtime.writebarrieriface���ô��type.int16���¾ ��runtime.convT2E���
��"runtime.racewrite���â
��2runtime.writebarrieriface���ð
��`go.string."symbol %s: invalid section number %d"���ä ��fmt.Errorf���Ú ��(runtime.racefuncexit���¼ �� runtime.raceread���„�� runtime.raceread��� �� runtime.raceread���àè� runtime.duffzero���Þ��type.string���Š��runtime.convT2E���Ô��"runtime.racewrite���ž��2runtime.writebarrieriface���¬��type.int16���ö��runtime.convT2E���È��"runtime.racewrite���š��2runtime.writebarrieriface���¨��type.int���Î��runtime.convT2E��� ��"runtime.racewrite���ò��2runtime.writebarrieriface���€��|go.string."symbol %s: section number %d is larger than max %d"���ô��fmt.Errorf���ê��(runtime.racefuncexit���ê��(runtime.racefuncexit���®��type.string���Ú��runtime.convT2E���¤��"runtime.racewrite���î��2runtime.writebarrieriface���ü��<go.string."no %s symbol found"���ð��fmt.Errorf���æ��(runtime.racefuncexit���`à��<"".autotmp_0401��"type.interface {}�"".autotmp_0399��&type.[]interface {}�"".autotmp_0398��"type.interface {}�"".autotmp_0397��"type.interface {}�"".autotmp_0396��"type.interface {}�"".autotmp_0394��&type.[]interface {}�"".autotmp_0393��"type.interface {}�"".autotmp_0392�Ÿ"type.interface {}�"".autotmp_0390�ÿ&type.[]interface {}�"".autotmp_0389�ÿtype.string�"".autotmp_0387�¯,type.**debug/pe.Symbol�"".autotmp_0386�ïtype.int�"".autotmp_0385�ßtype.int�"".autotmp_0384��type.error�"".autotmp_0383��type.string�"".autotmp_0382�ß(type.[1]interface {}�"".autotmp_0381��type.error�"".autotmp_0380�Ïtype.int�"".autotmp_0379��type.string�"".autotmp_0378�_(type.[3]interface {}�"".autotmp_0377��type.int�"".autotmp_0376�¿type.error�"".autotmp_0375�Ÿtype.string�"".autotmp_0374�Ÿ(type.[2]interface {}�"".autotmp_0373�Ï.type.[]*debug/pe.Symbol�"".s�¿*type.*debug/pe.Symbol� "".~r3�@type.error� "".~r2�0*type.*debug/pe.Symbol�"".name�type.string�"".f��&type.*debug/pe.File�B%à“ßàÇßà?ßàýßà!�à�Z¸Nu'à  RÖ $Í�„�1z˜%%,))A;1 ru%%,))C)A;@¸%%A;.�Tgclocals·83c0edcfa537871c9fae8f25fd22edc5�Tgclocals·2dc0f3612996b521868cc2539e38f83c���L/tmp/go/src/cmd/internal/objfile/pe.goþ"".loadPETable�� ��ŒdH‹ %����H„$pÿÿÿH;Awè����ëâHì��H‹œ$��H‰$è����HDŽ$@������HDŽ$H������HDŽ$P������HDŽ$X������HDŽ$`������H‹œ$��H‰$H‹œ$ ��H‰\$H‹œ$(��H‰\$è����H‹\$H‰\$HH‹D$ H‹L$(H‰L$`Hƒø�H‰D$XtAHDŽ$@������HDŽ$H������HDŽ$P������H‰„$X��H‰Œ$`��è����HÄ��ÃH‹œ$��H‰$H‹œ$0��H‰\$H‹œ$8��H‰\$è����H‹\$H‰\$PH‹D$ H‹L$(H‰L$`Hƒø�H‰D$XtAHDŽ$@������HDŽ$H������HDŽ$P������H‰„$X��H‰Œ$`��è����HÄ��ÃH‹\$HH‰$Hƒ$è����H‹\$PH‰$Hƒ$è����H‹l$HH·]L‹D$PI·hf9ë„ý��H‹œ$ ��H‰œ$˜���H‹œ$(��H‰œ$ ���H‹œ$0��H‰œ$ˆ���H‹œ$8��H‰œ$���H¼$ð���1Àè����Hœ$ð���Hƒû�„•��HÇÂ���HÇÁ���H‰œ$Ø���H‰”$à���H‰Œ$è���H����H‰$Hœ$˜���H‰\$è����H‹\$H‰\$hH‹\$H‰\$pH‹œ$Ø���H‰$è����H‹œ$Ø���H‰$H‹\$hH‰\$H‹\$pH‰\$è����H����H‰$Hœ$ˆ���H‰\$è����H‹\$H‰\$hH‹\$H‰\$pH‹œ$Ø���HƒÃH‰$è����H‹œ$Ø���HƒÃH‰$H‹\$hH‰\$H‹\$pH‰\$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$Ø���H‰\$H‹œ$à���H‰\$H‹œ$è���H‰\$ è����H‹L$(H‹D$0HDŽ$@������HDŽ$H������HDŽ$P������H‰L$xH‰Œ$X��H‰„$€���H‰„$`��è����HÄ��ÉédþÿÿH‹œ$��H‰$Hƒ$(è����H‹\$HH‰$Hƒ$è����H‹l$HH·]HÿËH‰ØH‹œ$��H‹S(H‹K0H‹k8H‰¬$Ð���H‰”$À���H¿èH9ÍH‰Œ$È���ƒ»��HêH‰$è����H‹l$HH·]HÿËH‰ØH‹œ$��Hƒû�„…��H‹S(H‹K0H‹k8H‰¬$Ð���H‰”$À���H¿èH9ÍH‰Œ$È���ƒM��HêH‹+H‰,$è����H‹\$H‰œ$¨���H‹\$H‰œ$°���H‹L$H‰Œ$¸���H‹D$ H‹T$(H‰T$`Hƒø�H‰D$XtAHDŽ$@������HDŽ$H������HDŽ$P������H‰„$X��H‰”$`��è����HÄ��ÃH‰L$@H‹\$PH‰$Hƒ$è����H‹\$P‹kH‰l$8H‹\$HH‰$Hƒ$è����H‹|$@H‹T$8H‹\$H‹kH9×reH9êr`H‹Œ$¨���H‰ÖH)îH‰úH)êHƒú�t H‰ëHËH‰ÙH‰Œ$@��H‰´$H��H‰”$P��HDŽ$X������HDŽ$`������è����HÄ��Ãè���� è���� ‰étþÿÿè���� @
������0��0runtime.morestack_noctxt���d��*runtime.racefuncenter���²��"".findPESymbol���ì��(runtime.racefuncexit���Ò��"".findPESymbol���Œ��(runtime.racefuncexit���Â�� runtime.raceread���è�� runtime.raceread���Àð� runtime.duffzero���¾ ��type.string���ê ��runtime.convT2E���´
��"runtime.racewrite���þ
��2runtime.writebarrieriface���Œ ��type.string���¸ ��runtime.convT2E���Š ��"runtime.racewrite���Ü ��2runtime.writebarrieriface���ê ��rgo.string."%s and %s symbols must be in the same section"���Þ ��fmt.Errorf���þ��(runtime.racefuncexit���È�� runtime.raceread���î�� runtime.raceread���š�� runtime.raceread���à��0debug/pe.(*Section).Data���Ô��(runtime.racefuncexit���”�� runtime.raceread���Ô�� runtime.raceread���¼��(runtime.racefuncexit���Ö��$runtime.panicslice���ä��$runtime.panicindex���€��$runtime.panicindex���  ��$"".autotmp_0420�¯type.uint64�"".autotmp_0419�Ÿtype.uint64�"".autotmp_0418��"type.interface {}�"".autotmp_0417�Ï"type.interface {}�"".autotmp_0415�o&type.[]interface {}�"".autotmp_0414�¯type.error�"".autotmp_0413�type.string�"".autotmp_0412�ïtype.string�"".autotmp_0411�?(type.[2]interface {}�"".data�Ïtype.[]uint8�"".esym�ÿ*type.*debug/pe.Symbol� "".err�ïtype.error�"".ssym�*type.*debug/pe.Symbol� "".~r4�€type.error� "".~r3�Ptype.[]uint8�"".ename�0type.string�"".sname�type.string�"".f��&type.*debug/pe.File�R% ÜŸ Ÿ ¸Ÿ êŸ ³Ÿ &� �nØ%"!<D 4D 4Cé Ù? 4» �T�1Ä3]Ô%%F)AP%Æ  t &�Tgclocals·7bf0ebf194155c1f5e10f7f5cad52d82�Tgclocals·f60105410ff38e3cedef6238d7775a43���L/tmp/go/src/cmd/internal/objfile/pe.goþ&"".(*peFile).goarch��à��ØdH‹ %����H;awè����ëêHƒìPH‹\$PH‰$è����HÇD$`����HÇD$h����H‹\$XH‰$è����H‹t$XH‹>H‰<$H5����H|$H¥H¥è����H‹D$ H‹\$(H‰\$8Hƒø�H‰D$0u"H����H‹+H‰l$`H‹kH‰l$hè����HƒÄPÃH‹\$XH‰$è����H‹t$XH‹>H‰<$H5����H|$H¥H¥è����H‹D$ H‹\$(H‰\$HHƒø�H‰D$@u"H����H‹+H‰l$`H‹kH‰l$hè����HƒÄPÃHÇD$`����HÇD$h����è����HƒÄPÃ
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���ˆ�� runtime.raceread���®��8go.string."_rt0_386_windows"���Ê��"".findPESymbol���Œ��go.string."386"���¸��(runtime.racefuncexit���Þ�� runtime.raceread���„��<go.string."_rt0_amd64_windows"��� ��"".findPESymbol���â��"go.string."amd64"���Ž��(runtime.racefuncexit���Æ��(runtime.racefuncexit���0 �� "".err�type.error� "".err�?type.error� "".~r0�type.string�"".f��type.*"".peFile�, ŠŸ jŸ Ÿ�°�4€I
 I ��#xX*�Tgclocals·521d2fa12a56ba961a59b2852d682dbc�Tgclocals·7ffb78b700595f24597d5e62e49bba43���L/tmp/go/src/cmd/internal/objfile/pe.goþ"".openPlan9��À��®dH‹ %����H;awè����ëêHƒì`H‹\$`H‰$è����HÇD$p����HÇD$x����HDŽ$€�������HDŽ$ˆ�������H‹\$hH‰\$8H‹����1íH9è„7��H‹L$8H‰D$PH‰$H‰L$XH‰L$è����H‹\$H‰\$(H‹D$H‹L$ H‰L$HHƒø�H‰D$@t,HÇD$p����HÇD$x����H‰„$€���H‰Œ$ˆ���è����HƒÄ`ÃH����H‰$è����H‹D$H‰D$0H‰$è����H‹\$0H‰$Hƒ<$�„‡���H‹\$(H‰\$è����H‹\$0H‰\$0H‹����1íH9èt1H‹\$0H‰\$xH‰D$pHDŽ$€�������HDŽ$ˆ�������è����HƒÄ`ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$렉%����émÿÿÿH����H‰$H����H‰\$H����H‰\$è����H‹D$é—þÿÿ(
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���¾��8go.itab.*os.File.io.ReaderAt���Ž��,debug/plan9obj.NewFile���¤��(runtime.racefuncexit���¼��"type."".plan9File���Î��"runtime.newobject���ô��"runtime.racewrite���º��.runtime.writebarrierptr���Ü��@go.itab.*"".plan9File."".rawFile���Â��(runtime.racefuncexit���Ú��$type.*"".plan9File���ð��type."".rawFile���ˆ��@go.itab.*"".plan9File."".rawFile���œ�� runtime.typ2Itab���Ð��type.*os.File���æ�� type.io.ReaderAt���þ��8go.itab.*os.File.io.ReaderAt���’�� runtime.typ2Itab���PÀ��"".autotmp_0436��type.*uint8�"".autotmp_0435�_$type.*"".plan9File�"".autotmp_0433��$type.*"".plan9File�"".autotmp_0432�Otype.*os.File� "".err�?type.error�"".f�o2type.*debug/plan9obj.File� "".~r2�0type.error� "".~r1�type."".rawFile�"".r��type.*os.File�(ÀÀ¿ÀŽ¿Àv�à�,<RR "… 
@;�(�#®#D-;�Tgclocals·d7b79b241a0a037c2aa8f63f97c0e788�Tgclocals·246e018b760561bb08f6ff1e9efa37f0���X/tmp/go/src/cmd/internal/objfile/plan9obj.goþ."".(*plan9File).symbols��À ��ª dH‹ %����H„$xþÿÿH;Awè����ëâHì��1ÀH¼$Ð��è����H‰„$p��H‰„$x��H‰„$€��H‰„$ˆ��H‹œ$��H‰$è����HDŽ$������HDŽ$ ������HDŽ$(������HDŽ$0������HDŽ$8������H‹œ$��H‰$è����H‹œ$��H‹+H‰,$è����H‹t$H‰´$¨���H‹l$H‰¬$°���H‹T$H‰”$¸���H‹D$ H‹L$(H‰Œ$ˆ���Hƒø�H‰„$€���tAHDŽ$������HDŽ$ ������HDŽ$(������H‰„$0��H‰Œ$8��è����HÄ��ÃHDŽ$8������HDŽ$@������HDŽ$H������H‰”$0��1ÒH‰¬$(��H‰l$XH‰´$ ��H‰ðH‰T$`H‹l$XH9êÛ���H‰D$xH‰$HÇD$ ���è����H‹t$xHƒþ�„A��H¬$°��H‰ïè����Hœ$°��H¬$P��H‰ïH‰Þè����H����H‰$è����H����H‰$H‹����H‰\$‹œ$X��‰\$è����H‹D$Hƒø�„É��H‰D$hH‰$è����H‹\$h¶+@€ý�…³��H‹D$xH‹T$`HƒÀ HÿÂH‰T$`H‹l$XH9êŒ%ÿÿÿH‹œ$8��H‰œ$��H‹œ$@��H‰œ$��H‹œ$H��H‰œ$��H����H‰$H����H‰\$H����H‰\$Hœ$��H‰\$è����H\$ H,$H‰ïH‰ÞH¥H¥è����HDŽ$�������HDŽ$˜�������HDŽ$ �������H‹Œ$¨���H‹„$°���H‹œ$¸���H‰œ$0��1ÒH‰„$(��H‰D$XH‰Œ$ ��H‰ÈH‰T$`H‹l$XH9ê×���H‰D$xH‰$HÇD$ ���è����H‹t$xHƒþ�„t��H¬$��H‰ïè����Hœ$��H¬$p��H‰ïH‰Þè����H����H‰$è����H����H‰$H‹����H‰\$‹œ$x��‰\$è����H‹D$Hƒø�„ü��H‰D$hH‰$è����H‹\$h¶+@€ý�uyH‹D$xH‹T$`HƒÀ HÿÂH‰T$`H‹l$XH9êŒ)ÿÿÿH‹œ$���H‰œ$��H‹œ$˜���H‰œ$ ��H‹œ$ ���H‰œ$(��HDŽ$0������HDŽ$8������è����HÄ��ÃH¼$Ð��1Àè����H‹´$p��H‰´$à��H´$€��H¬$Ð��H‰ïH¥H¥‹œ$x��‰œ$ð��H‹„$@��H‰D$HH„$ð���H‰D$pH‰$è����H‹D$pH-����H‰(H‰$Hƒ$è����H‹D$pH¬$8��H‰hH‰$Hƒ$è����H‹D$pH¬$p��H‰hH‹\$HH‰$H‰D$è����H‹D$H‹Œ$@��H9È}cH‹œ$8��H‰D$@L‹„$@��L9Àƒi��HÃH‰$è����H‹œ$8��H‹l$@L‹„$@��L9Ń7��HëH‹H‹¬$p��H)ëH‰œ$è��H‹”$���H‹Œ$˜���H‹„$ ���H‰ÃH)ËHƒû}OH����H‰$H‰”$À���H‰T$H‰Œ$È���H‰L$H‰„$Ð���H‰D$HÇD$ ���è����H‹T$(H‹L$0H‹D$8H‰ÍHÿÁH‰ÓH‰Œ$È���H‰„$Ð���H‰”$À���H‰l$HHkí8HëH‰$HÇD$8���è����H����H‰$H‹œ$À���H‹l$HHkí8HëH‰\$Hœ$Ð��H‰\$è����H‹”$À���H‹Œ$È���H‹„$Ð���H‰”$���H‰Œ$˜���H‰„$ ���é.ýÿÿè���� è���� ‰�éýüÿÿ‰é…üÿÿH‹œ$P��H‰\$PH‹”$8��H‹Œ$@��H‹„$H��H‰ÃH)ËHƒû}OH����H‰$H‰”$Ø���H‰T$H‰Œ$à���H‰L$H‰„$è���H‰D$HÇD$ ���è����H‹T$(H‹L$0H‹D$8H‰ÎHÿÁH‰Œ$à���H‰„$è���H‰”$Ø���H‰t$HHòH‰$è����H‹”$Ø���H‹l$HHêH‹l$PH‰+H‹Œ$à���H‹„$è���H‰”$8��H‰Œ$@��H‰„$H��éWúÿÿ‰�é0úÿÿ‰é¸ùÿÿ`
������0��0runtime.morestack_noctxt���`ä� runtime.duffzero���Â��*runtime.racefuncenter���Ü�� runtime.raceread���„��<debug/plan9obj.(*File).Symbols���„��(runtime.racefuncexit���ô��*runtime.racereadrange���²� runtime.duffcopy���è� runtime.duffcopy���ö��"".validSymType���ˆ�� runtime.raceread���–��&type.map[int32]bool���¬��"".validSymType���Ö��2runtime.mapaccess1_fast32��� �� runtime.raceread���ê
��type."".uint64s���€ ��&type.sort.Interface���˜ ��Bgo.itab."".uint64s.sort.Interface���Æ ��runtime.convT2I���ö ��sort.Sort���†��*runtime.racereadrange���Đ� runtime.duffcopy���ú� runtime.duffcopy���ˆ��"".validSymType���š�� runtime.raceread���¨��&type.map[int32]bool���¾��"".validSymType���è��2runtime.mapaccess1_fast32���¢�� runtime.raceread��� ��(runtime.racefuncexit���Îä� runtime.duffzero���þ��"runtime.racewrite���–��"".func·005���¸��"runtime.racewrite���ö��"runtime.racewrite���¾��sort.Search���¸�� runtime.raceread���þ��type.[]"".Sym���ð��"runtime.growslice���Œ��,runtime.racewriterange���š��type."".Sym���ø��.runtime.writebarrierfat���ì��$runtime.panicindex���ú��$runtime.panicindex���Š��type.[]uint64���ü��"runtime.growslice���ú��"runtime.racewrite���`��L"".autotmp_0472��type.*bool�"".autotmp_0471�¿type.*bool�"".autotmp_0470��type.uint64�"".autotmp_0469��type.uint64�"".autotmp_0468��type.int�"".autotmp_0467��type.int�"".autotmp_0466�type.[]"".Sym�"".autotmp_0465�¯€type.*struct { F uintptr; A0 *[]uint64; A1 *debug/plan9obj.Sym }�"".autotmp_0464�ï.type.debug/plan9obj.Sym�"".autotmp_0463��0type.*debug/plan9obj.Sym�"".autotmp_0462��type.int�"".autotmp_0461��type.int�"".autotmp_0457�ÿtype.int�"".autotmp_0456�ßtype.[]uint64�"".autotmp_0455�ïtype.uint64�"".autotmp_0454�¯.type.debug/plan9obj.Sym�"".autotmp_0453�Ÿ0type.*debug/plan9obj.Sym�"".autotmp_0452�ßtype.int�"".autotmp_0451�Ïtype.int�"".autotmp_0449��type.int�"".autotmp_0448��type.int�"".autotmp_0447�¯~type.struct { F uintptr; A0 *[]uint64; A1 *debug/plan9obj.Sym }�"".autotmp_0446��type.int�"".autotmp_0445��type.bool�"".autotmp_0444��2type.[]debug/plan9obj.Sym�"".autotmp_0443�ÿtype."".uint64s�"".autotmp_0440�Ï2type.[]debug/plan9obj.Sym�"".i�type.int� "".sym�otype."".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� "".~r0�type.[]"".Sym�"".f��$type.*"".plan9File�*%¨Í„� �ˆLT>=<^487
$†f$ }$žb$UDˆ c˜  ñ�V�`áxJD› Ž o `=œ
Npˆ?d�Tgclocals·02eb91a7c32a943575acc4bcc029d137�Tgclocals·4885e95fd92aef16afeb89610038ddf1���X/tmp/go/src/cmd/internal/objfile/plan9obj.goþ("".(*plan9File).pcln��À��®dH‹ %����H;awè����ëêHƒìpH‹\$pH‰$è����HDŽ$¸�������HDŽ$À�������HDŽ$ �������HDŽ$¨�������HDŽ$°�������HDŽ$ˆ�������HDŽ$�������HDŽ$˜�������H‹\$xH‰$è����H‹\$xH‹+H‰,$Hƒ$è����H‹\$xH‰$è����H‹\$xH‹+H‰,$Hƒ$ è����H‹D$xH‹(H‹]L‹�I‹h HëH‰œ$€���H‰$è����H‹t$xH‹>H‰<$H5����H|$H¥H¥H����Hl$H‰ïH‰ÞH¥H¥è����H‹\$(H‰œ$ ���H‹\$0H‰œ$¨���H‹\$8H‰œ$°���H‹D$@H‹\$HH‰œ$À���Hƒø�H‰„$¸���„ö���HÇD$P����HÇD$X����H‹\$xH‰$è����H‹t$xH‹>H‰<$H5����H|$H¥H¥H����Hl$H‰ïH‰ÞH¥H¥è����H‹\$(H‰œ$ ���H‹\$0H‰œ$¨���H‹\$8H‰œ$°���H‹D$@H‹\$HH‰\$XHƒø�H‰D$Pt^HDŽ$€�������HDŽ$ˆ�������HDŽ$�������HDŽ$˜�������HDŽ$ �������HDŽ$¨�������HDŽ$°�������è����HƒÄpÃH‹\$xH‰$è����H‹t$xH‹>H‰<$H5����H|$H¥H¥H����Hl$H‰ïH‰ÞH¥H¥è����H‹\$(H‰œ$ˆ���H‹\$0H‰œ$���H‹\$8H‰œ$˜���H‹D$@H‹\$HH‰œ$À���Hƒø�H‰„$¸���„ö���HÇD$`����HÇD$h����H‹\$xH‰$è����H‹t$xH‹>H‰<$H5����H|$H¥H¥H����Hl$H‰ïH‰ÞH¥H¥è����H‹\$(H‰œ$ˆ���H‹\$0H‰œ$���H‹\$8H‰œ$˜���H‹D$@H‹\$HH‰\$hHƒø�H‰D$`t^HDŽ$€�������HDŽ$ˆ�������HDŽ$�������HDŽ$˜�������HDŽ$ �������HDŽ$¨�������HDŽ$°�������è����HƒÄpÃHDŽ$¸�������HDŽ$À�������è����HƒÄpÃ4
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���¤�� runtime.raceread���Ð�� runtime.raceread���ì�� runtime.raceread���˜�� runtime.raceread���æ�� runtime.raceread���Œ��6go.string."runtime.pclntab"���¬��8go.string."runtime.epclntab"���Ô��""".loadPlan9Table���ª�� runtime.raceread���Ð��&go.string."pclntab"���ð��(go.string."epclntab"���˜��""".loadPlan9Table���Ì ��(runtime.racefuncexit���ò �� runtime.raceread���˜
��4go.string."runtime.symtab"���¸
��6go.string."runtime.esymtab"���à
��""".loadPlan9Table���¶ �� runtime.raceread���Ü ��$go.string."symtab"���ü ��&go.string."esymtab"���¤ ��""".loadPlan9Table���Ø��(runtime.racefuncexit���œ��(runtime.racefuncexit��� à��"".err2�type.error�"".err2�?type.error� "".err�€type.error�"".pclntab�Ptype.[]uint8�"".symtab� type.[]uint8�"".textStart�type.uint64�"".f��$type.*"".plan9File�.àÔßà…ßà!ß
� �P"!`f‹†T†T+�,�#ϢѢÑ5�Tgclocals·0b32599765d67b54b947b806d7bbe2b9�Tgclocals·fe3bbb54c524d21fa91a624376f98a08���X/tmp/go/src/cmd/internal/objfile/plan9obj.goþ("".(*plan9File).text��À��´dH‹ %����H;awè����ëêHƒìPH‹\$PH‰$è����HDŽ$€�������HDŽ$ˆ�������HÇD$h����HÇD$p����HÇD$x����H‹\$XH‰$è����H‹t$XH‹>H‰<$H5����H|$H¥H¥è����H‹D$H‰D$81íH9è…ˆ���H����H,$H‰ïH‰ÞH¥H¥H\$HÇ����HÇC����HÇC����è����H‹L$(H‹D$0HÇD$`����HÇD$h����HÇD$p����HÇD$x����H‰L$@H‰Œ$€���H‰D$HH‰„$ˆ���è����HƒÄPÃH‹\$XH‰$è����H‹\$XH‹+H‰,$Hƒ$è����H‹\$XH‰$è����H‹\$XH‹+H‰,$Hƒ$ è����H‹D$XH‹(H‹]L‹�I‹h HëH‰\$`H‹\$8H‰$è����H‹\$H‰\$hH‹\$H‰\$pH‹\$H‰\$xH‹\$ H‰œ$€���H‹\$(H‰œ$ˆ���è����HƒÄPÃ
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���Ê�� runtime.raceread���ð�� go.string."text"���Œ��<debug/plan9obj.(*File).Section���Ä��Dgo.string."text section not found"���¢��fmt.Errorf���¼��(runtime.racefuncexit���â�� runtime.raceread���Ž�� runtime.raceread���ª�� runtime.raceread���Ö�� runtime.raceread���¨��<debug/plan9obj.(*Section).Data���¢��(runtime.racefuncexit���p �� "".autotmp_0480�type.error�"".sect�/8type.*debug/plan9obj.Section� "".err�Ptype.error�"".text� type.[]uint8�"".textStart�type.uint64�"".f��$type.*"".plan9File�" ŒŸ ²Ÿ�à�0¸ 34~cF��#úc=�Tgclocals·0f0860fa07b70905683dd6e63cc68add�Tgclocals·e205285d3ef2fe2a737368018fd98d6e���X/tmp/go/src/cmd/internal/objfile/plan9obj.goþ$"".findPlan9Symbol��À��¦dH‹ %����H„$`ÿÿÿH;Awè����ëâHì ��H‹œ$ ��H‰$è����HDŽ$H������HDŽ$P������H‹œ$(��H‰$è����H‹\$H‰œ$¸���H‹\$H‰œ$À���H‹\$H‰œ$È���H‹D$ H‹L$(H‰L$`Hƒø�H‰D$Xt)HDŽ$@������H‰„$H��H‰Œ$P��è����HÄ ��ÃH����H‰$è����H‹\$H‰\$PH‹Œ$¸���H‹„$À���H‹œ$È���H‰œ$ø���1ÒH‰„$ð���H‰D$8H‰Œ$è���H‰ÈH‰T$@H‹l$8H9ê;��H‰D$HH‰$HÇD$ ���è����H‹t$HHƒþ�„v��H¬$���H‰ïè����H‹\$PH‰$HÇD$ ���è����H‹t$PH‰4$HÇD$����H´$���Hl$H‰ïè����è����H‹\$PH‰$Hƒ$è����H‹\$PH‹KH‰L$xH‹CH‰„$€���H‹¬$8��H9èudH‰ $H‰D$H‹¬$0��H‰l$H‹¬$8��H‰l$è����¶\$ €û�t2H‹\$PH‰œ$@��HDŽ$H������HDŽ$P������è����HÄ ��ÃH‹D$HH‹T$@HƒÀ HÿÂH‰T$@H‹l$8H9êŒÅþÿÿH‹œ$0��H‰œ$˜���H‹œ$8��H‰œ$ ���Hœ$¨���HÇ����HÇC����Hœ$¨���Hƒû�„��HÇÂ���HÇÁ���H‰œ$Ð���H‰”$Ø���H‰Œ$à���H����H‰$Hœ$˜���H‰\$è����H‹\$H‰\$hH‹\$H‰\$pH‹œ$Ð���H‰$è����H‹œ$Ð���H‰$H‹\$hH‰\$H‹\$pH‰\$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$Ð���H‰\$H‹œ$Ø���H‰\$H‹œ$à���H‰\$ è����H‹L$(H‹D$0HDŽ$@������H‰Œ$ˆ���H‰Œ$H��H‰„$���H‰„$P��è����HÄ ��Ééèþÿÿ‰éƒýÿÿ,
������0��0runtime.morestack_noctxt���d��*runtime.racefuncenter���¶��<debug/plan9obj.(*File).Symbols���ú��(runtime.racefuncexit���˜��.type.debug/plan9obj.Sym���ª��"runtime.newobject���†��*runtime.racereadrange���Đ� runtime.duffcopy���ò��,runtime.racewriterange���À� runtime.duffcopy���Ê��0runtime.writebarrierfat4���ð�� runtime.raceread���Ž�� runtime.eqstring���ö��(runtime.racefuncexit���º ��type.string���æ ��runtime.convT2E���° ��"runtime.racewrite���ú ��2runtime.writebarrieriface���ˆ ��<go.string."no %s symbol found"���ü ��fmt.Errorf���ò��(runtime.racefuncexit���`À��$"".autotmp_0492�ï"type.interface {}�"".autotmp_0490�Ÿ&type.[]interface {}�"".autotmp_0489�Ïtype.string�"".autotmp_0488�?.type.debug/plan9obj.Sym�"".autotmp_0487�¯0type.*debug/plan9obj.Sym�"".autotmp_0486�Ïtype.int�"".autotmp_0485�¿type.int�"".autotmp_0484�¯type.error�"".autotmp_0483�type.string�"".autotmp_0482�ï(type.[1]interface {}�"".autotmp_0481�o2type.[]debug/plan9obj.Sym�
"".&s�Ÿ0type.*debug/plan9obj.Sym� "".err�type.error�"".syms�Ï2type.[]debug/plan9obj.Sym� "".~r3�@type.error� "".~r2�00type.*debug/plan9obj.Sym�"".name�type.string�"".f��2type.*debug/plan9obj.File�6%À£¿Àý¿Àý¿À�à�HÌNG àl%$ Í �<�1‹n6,–¸%%A;(�Tgclocals·642c99221c4cc91755dfdafd14634648�Tgclocals·ef722dd167ad10cbcccfd70f18b90f24���X/tmp/go/src/cmd/internal/objfile/plan9obj.goþ""".loadPlan9Table��€��â dH‹ %����H;awè����ëêHƒìxH‹\$xH‰$è����HDŽ$¨�������HDŽ$°�������HDŽ$¸�������HDŽ$À�������HDŽ$È�������H‹œ$€���H‰$H‹œ$ˆ���H‰\$H‹œ$���H‰\$è����H‹\$H‰\$@H‹D$ H‹L$(H‰L$XHƒø�H‰D$Pt>HDŽ$¨�������HDŽ$°�������HDŽ$¸�������H‰„$À���H‰Œ$È���è����HƒÄxÃH‹œ$€���H‰$H‹œ$˜���H‰\$H‹œ$ ���H‰\$è����H‹\$H‰\$HH‹D$ H‹L$(H‰L$XHƒø�H‰D$Pt>HDŽ$¨�������HDŽ$°�������HDŽ$¸�������H‰„$À���H‰Œ$È���è����HƒÄxÃH‹´$€���H‰4$H5����Hl$H‰ïH¥H¥è����H‹D$1íH9èuHHDŽ$¨�������HDŽ$°�������HDŽ$¸�������H‹\$PH‰œ$À���H‹\$XH‰œ$È���è����HƒÄxÃH‰$è����H‹\$H‰\$`H‹\$H‰\$hH‹\$H‰\$pH‹D$ H‹L$(H‰L$XHƒø�H‰D$Pt>HDŽ$¨�������HDŽ$°�������HDŽ$¸�������H‰„$À���H‰Œ$È���è����HƒÄxÃH‹œ$€���H‰$Hƒ$è����H‹œ$€���H‰$Hƒ$ è����H‹„$€���H‹XH‹h HëH‰\$0H‹\$@H‰$è����H‹l$@H‹]�H‹l$0H)ëH‰\$8H‹\$HH‰$è����H‹t$8H‹l$HH‹M�H‹l$0H‹T$pH)éH9Êr_H9ñrZH‹D$`H‰ÏH)÷H‰ÑH)ñHƒù�t H‰óHÃH‰ØH‰„$¨���H‰¼$°���H‰Œ$¸���HDŽ$À�������HDŽ$È�������è����HƒÄxÃè���� $
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���–��$"".findPlan9Symbol���Ð��(runtime.racefuncexit���°��$"".findPlan9Symbol���ê��(runtime.racefuncexit���š�� go.string."text"���¼��<debug/plan9obj.(*File).Section���Ú��(runtime.racefuncexit���ö��<debug/plan9obj.(*Section).Data���Ø ��(runtime.racefuncexit���Ž
�� runtime.raceread���º
�� runtime.raceread���† �� runtime.raceread���Î �� runtime.raceread��� ��(runtime.racefuncexit���Ö ��$runtime.panicslice��� ð��"".autotmp_0497�type.uint64�"".textStart�type.uint64�"".data�/type.[]uint8�"".esym�_0type.*debug/plan9obj.Sym� "".err�Otype.error�"".ssym�o0type.*debug/plan9obj.Sym� "".~r4�€type.error� "".~r3�Ptype.[]uint8�"".ename�0type.string�"".sname�type.string�"".f��2type.*debug/plan9obj.File�NðÖïðŒïðwïð~ïðôïð�€�jè$#<D 4D 4)> 6 4DÇ�8�#Ä0])Oq`z
�Tgclocals·9413acdcb685875185fe384bf97e3fa8�Tgclocals·84c0b3d79c3c4e4e43d76886a02337ce���X/tmp/go/src/cmd/internal/objfile/plan9obj.goþ,"".(*plan9File).goarch��€��údH‹ %����H;awè����ëêHƒìH‹\$H‰$è����HÇD$����HÇD$ ����H‹\$H‰$è����H‹\$H‹+H‰,$è����H‹\$H‹‹+ýë��u"H����H‹+H‰l$H‹kH‰l$ è����HƒÄÁýG��u"H����H‹+H‰l$H‹kH‰l$ è����HƒÄÁý—Š��u"H����H‹+H‰l$H‹kH‰l$ è����HƒÄÃHÇD$����HÇD$ ����è����HƒÄÃ
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���ˆ�� runtime.raceread���ª�� runtime.raceread���Ü��go.string."386"���ˆ��(runtime.racefuncexit���°��go.string."arm"���Ü��(runtime.racefuncexit���„��"go.string."amd64"���°��(runtime.racefuncexit���è��(runtime.racefuncexit���0�� "".~r0�type.string�"".f��$type.*"".plan9File�&r))�€�H’)  ��#`}�Tgclocals·521d2fa12a56ba961a59b2852d682dbc�Tgclocals·0115f8d53b75c1696444f08ad03251d9���X/tmp/go/src/cmd/internal/objfile/plan9obj.goþ"".func·001��À��¼dH‹ %����H;awè����ëêHƒì0H‹\$0H‰$è����H‹BH‹ZH‰\$H‰D$H‰$è����H‹\$H‰$è����H‹\$H‹+H‰,$è����H‹\$H‹+H‹M�H‹EH‹]H‰\$(H‰ËH‰L$H‹l$8H‰D$ H9с���Hkí8HëH‰$Hƒ$è����H‹\$H‹L‹L$M‹Iƒú�tQM‹I‹BM‹JL‰L$(L‰D$L‹L$8H‰D$ I9Ás&MkÉ8MÈI‹hH9ërÆD$@�è����HƒÄ0ÃÆD$@ëïè���� A‰ëªè���� 
������ ��"runtime.morestack���H��*runtime.racefuncenter���~�� runtime.raceread���š�� runtime.raceread���¼�� runtime.raceread���Î�� runtime.raceread���ö��(runtime.racefuncexit���˜��$runtime.panicindex���°��$runtime.panicindex��� `��
"".&d�O type.**"".Disasm�"".&addr�?type.*uint64� "".~r1�type.bool�"".i��type.int�`é_`� �
¬ ��#¼�Tgclocals·9d05df615453eb075cc72d446a32f3cd�Tgclocals·59b0cb5c2c4a5c720340457c45f25183���T/tmp/go/src/cmd/internal/objfile/disasm.goþ"".func·002��à2��Æ2dH‹ %����H„$ðþÿÿH;Awè����ëâHì��H‹œ$��H‰$è����H‹BH‹ZH‰œ$ ���H‹ZH‰œ$°���H‰„$¨���H‰$è����H‹œ$¨���H‹+H‰,$Hƒ$8è����H‹¬$¨���H‹m�H‹]8H‹¬$˜��H)ÝH‰l$`H‹œ$ ���H‰$è����H‹œ$ ���H‹+H‰¬$˜���H‹œ$¨��H‰$H‹œ$°��H‰\$è����H‹\$H‰œ$��H‹\$H‰œ$��H‹œ$¸��H‰œ$ˆ���H‹œ$˜��H‰œ$€���H‹����H‰„$���1íH9è„7 ��H¼$`��1Àè����Hœ$`��Hƒû�„ ��HÇÂ���HÇÁ���H‰œ$0��H‰”$8��H‰Œ$@��H����H‰$Hœ$��H‰\$è����H‹\$H‰œ$è���H‹\$H‰œ$ð���H‹œ$0��H‰$è����H‹œ$0��H‰$H‹œ$è���H‰\$H‹œ$ð���H‰\$è����H����H‰$Hœ$ˆ���H‰\$è����H‹\$H‰œ$è���H‹\$H‰œ$ð���H‹œ$0��HƒÃH‰$è����H‹œ$0��HƒÃH‰$H‹œ$è���H‰\$H‹œ$ð���H‰\$è����H����H‰$Hœ$€���H‰\$è����H‹\$H‰œ$è���H‹\$H‰œ$ð���H‹œ$0��HƒÃ H‰$è����H‹œ$0��HƒÃ H‰$H‹œ$è���H‰\$H‹œ$ð���H‰\$è����H‹Œ$˜���H‹„$���H‰„$È���H‰$H‰Œ$Ð���H‰L$H����Hl$H‰ïH‰ÞH¥H¥H‹œ$0��H‰\$ H‹œ$8��H‰\$(H‹œ$@��H‰\$0è����H‹œ$ ��HƒãHƒû�…“���H‹œ$¨���H‰$è����H‹œ$¨���H‹+H‰,$Hƒ$Hè����H‹œ$¨���H‹+Hƒý�„¸��H‹MHH‰Œ$Ø���H‹EPH‰„$à���Hƒø…<��H‰ $H‰D$H-����LD$L‰ÇH‰îH¥H¥è����¶\$ €û�„
��H‹œ$ ���H‰$è����H‹œ$ ���H‹+H‰¬$˜���H‹\$`H‹¬$ ��HëH‰\$xH‹œ$°���H‰$è����H‹„$°���H‹t$xH‹T$`H‹HH9ñ‚š��H9Ö‚‘��H‹�H)ÖH)ÑHƒù�t H‰ÓHÃH‰ØH‰„$H��H‰´$P��H‰Œ$X��H‹����H‰„$���1íH9è„ ��Hœ$ø���HÇ����HÇC����Hœ$ø���Hƒû�„Ý��HÇÁ���HÇÂ���H‰œ$0��H‰Œ$8��H‰”$@��H����H‰$Hœ$H��H‰\$è����H‹\$H‰œ$è���H‹\$H‰œ$ð���H‹œ$0��H‰$è����H‹œ$0��H‰$H‹œ$è���H‰\$H‹œ$ð���H‰\$è����H‹Œ$˜���H‹„$���H‰„$È���H‰$H‰Œ$Ð���H‰L$H����Hl$H‰ïH‰ÞH¥H¥H‹œ$0��H‰\$ H‹œ$8��H‰\$(H‹œ$@��H‰\$0è����H‹œ$ ���H‰$è����H‹œ$ ���H‹+H‰¬$˜���H‹œ$À��H‰œ$��H‹œ$È��H‰œ$��H‹����H‰„$���1íH9è„A��Hœ$ø���HÇ����HÇC����Hœ$ø���Hƒû�„��HÇÁ���HÇÂ���H‰œ$0��H‰Œ$8��H‰”$@��H����H‰$Hœ$��H‰\$è����H‹\$H‰œ$è���H‹\$H‰œ$ð���H‹œ$0��H‰$è����H‹œ$0��H‰$H‹œ$è���H‰\$H‹œ$ð���H‰\$è����H‹Œ$˜���H‹„$���H‰„$È���H‰$H‰Œ$Ð���H‰L$H����Hl$H‰ïH‰ÞH¥H¥H‹œ$0��H‰\$ H‹œ$8��H‰\$(H‹œ$@��H‰\$0è����è����HÄ��ÉéèþÿÿH����H‰$H����H‰\$H����H‰\$è����H‹\$H‰œ$���é…þÿÿ‰éýÿÿH����H‰$H����H‰\$H����H‰\$è����H‹\$H‰œ$���é¹üÿÿè���� H‹œ$¨���H‰$è����H‹œ$¨���H‹+H‰,$Hƒ$Hè����H‹œ$¨���H‹+Hƒý�„��H‹MHH‰Œ$Ø���H‹EPH‰„$à���Hƒøu2H‰ $H‰D$H-����LD$L‰ÇH‰îH¥H¥è����¶\$ €û�…gûÿÿ1ÀH‹¬$ ��H9èƒ=ýÿÿH‰D$XHƒø�†Ž���H‹œ$ ���H‰$è����H‹œ$ ���H‹+H‰¬$˜���H‹����1íH9è„9��H‹Œ$˜���H‰„$È���H‰$H‰Œ$Ð���H‰L$H����Hl$H‰ïH‰ÞH¥H¥H\$ HÇ����HÇC����HÇC����è����H‹œ$ ���H‰$è����H‹œ$ ���H‹+H‰¬$˜���H‹\$`H‹l$XHëH‰\$xH‹œ$°���H‰$è����H‹„$°���H‹XH‰\$pH‰$è����H‹œ$°���H‹CH‰D$hH‹l$xH9è‚Z��H‹œ$¨���H‰$è����H‹œ$¨���H‹+H‰,$Hƒ$`è����H‹T$xH‹œ$¨���H‹+Hƒý�„��L‹E`H‹}hH‹œ$°���H‹H‹t$hH‹L$pH)ÖH)ÑHƒù�t H‰ÓHÃH‰ØH‰„$��H‰D$H‰´$ ��H‰t$H‰Œ$(��H‰L$H‰¼$À���H‰<$L‰„$¸���I‹XHÿӋ\$ ‰\$TH‹����H‰„$���1íH9è„?��Hœ$ø���HÇ����HÇC����Hœ$ø���Hƒû�„��HÇÁ���HÇÂ���H‰œ$0��H‰Œ$8��H‰”$@��H����H‰$H\$TH‰\$è����H‹\$H‰œ$è���H‹\$H‰œ$ð���H‹œ$0��H‰$è����H‹œ$0��H‰$H‹œ$è���H‰\$H‹œ$ð���H‰\$è����H‹Œ$˜���H‹„$���H‰„$È���H‰$H‰Œ$Ð���H‰L$H����Hl$H‰ïH‰ÞH¥H¥H‹œ$0��H‰\$ H‹œ$8��H‰\$(H‹œ$@��H‰\$0è����H‹D$XHƒÀéÁüÿÿ‰éêþÿÿH����H‰$H����H‰\$H����H‰\$è����H‹\$H‰œ$���é‡þÿÿ‰E�éêýÿÿè���� H����H‰$H����H‰\$H����H‰\$è����H‹D$é•üÿÿ‰E�éåûÿÿ‰E�é@÷ÿÿ‰éêôÿÿH����H‰$H����H‰\$H����H‰\$è����H‹\$H‰œ$���éôÿÿ°
������0��"runtime.morestack���d��*runtime.racefuncenter���¾�� runtime.raceread���ð�� runtime.raceread���Ò�� runtime.raceread���´��"".base���¶��Pgo.itab.*text/tabwriter.Writer.io.Writer���úè� runtime.duffzero���ø��type.string���¤��runtime.convT2E���ú��"runtime.racewrite���Ð��2runtime.writebarrieriface���Þ��type.int���Š��runtime.convT2E���è��"runtime.racewrite���Æ ��2runtime.writebarrieriface���Ô ��type.uint64���€
��runtime.convT2E���Þ
��"runtime.racewrite���¼ ��2runtime.writebarrieriface���œ ��4go.string."\t%s:%d\t%#x\t"���’ ��fmt.Fprintf���à �� runtime.raceread���’�� runtime.raceread��� ��go.string."386"���È�� runtime.eqstring���†�� runtime.raceread���ø�� runtime.raceread���¶��Pgo.itab.*text/tabwriter.Writer.io.Writer���ˆ��type.[]uint8���´��runtime.convT2E���Š��"runtime.racewrite���à��2runtime.writebarrieriface���À��go.string."%x"���¶��fmt.Fprintf���Ø�� runtime.raceread���Ì��Pgo.itab.*text/tabwriter.Writer.io.Writer���ž��type.string���Ê��runtime.convT2E��� ��"runtime.racewrite���ö��2runtime.writebarrieriface���Ö��$go.string."\t%s\n"���Ì��fmt.Fprintf���Ö��(runtime.racefuncexit���‚��6type.*text/tabwriter.Writer���˜��type.io.Writer���°��Pgo.itab.*text/tabwriter.Writer.io.Writer���Ä�� runtime.typ2Itab���„��6type.*text/tabwriter.Writer���š��type.io.Writer���²��Pgo.itab.*text/tabwriter.Writer.io.Writer���Æ�� runtime.typ2Itab���ô��$runtime.panicslice���š �� runtime.raceread���Ì �� runtime.raceread���Ò!��"go.string."amd64"���ú!�� runtime.eqstring���ü"�� runtime.raceread���°#��Pgo.itab.*text/tabwriter.Writer.io.Writer���–$��go.string." "���ö$��fmt.Fprintf���˜%�� runtime.raceread���„&�� runtime.raceread���¸&�� runtime.raceread���˜'�� runtime.raceread���Ê'�� runtime.raceread���è)�
������‚*��Pgo.itab.*text/tabwriter.Writer.io.Writer���Ô+��type.uint32���ú+��runtime.convT2E���Ð,��"runtime.racewrite���¦-��2runtime.writebarrieriface���†.�� go.string."%08x"���ü.��fmt.Fprintf���´/��6type.*text/tabwriter.Writer���Ê/��type.io.Writer���â/��Pgo.itab.*text/tabwriter.Writer.io.Writer���ö/�� runtime.typ2Itab���´0��$runtime.panicslice���Æ0��6type.*text/tabwriter.Writer���Ü0��type.io.Writer���ô0��Pgo.itab.*text/tabwriter.Writer.io.Writer���ˆ1�� runtime.typ2Itab���Ø1��6type.*text/tabwriter.Writer���î1��type.io.Writer���†2��Pgo.itab.*text/tabwriter.Writer.io.Writer���š2�� runtime.typ2Itab���p ��d"".autotmp_0547��"type.interface {}�"".autotmp_0546��*type.*[1]interface {}�"".autotmp_0545��&type.[]interface {}�"".autotmp_0544��type.*uint8�"".autotmp_0543��"type.interface {}�"".autotmp_0542��*type.*[1]interface {}�"".autotmp_0541��&type.[]interface {}�"".autotmp_0540��type.*uint8�"".autotmp_0539�Ïtype.uint64�"".autotmp_0538��type.uint64�"".autotmp_0537��type.uint64�"".autotmp_0536��type.*uint8�"".autotmp_0535��"type.interface {}�"".autotmp_0533��&type.[]interface {}�"".autotmp_0532��type.*uint8�"".autotmp_0531�¿type.uint64�"".autotmp_0530�¯type.uint64�"".autotmp_0529��type.string�"".autotmp_0528�ïtype.string�"".autotmp_0527��"type.interface {}�"".autotmp_0526��"type.interface {}�"".autotmp_0525�Ï"type.interface {}�"".autotmp_0523�¿&type.[]interface {}�"".autotmp_0522�ÿtype.*uint8�"".autotmp_0521��type.string�"".autotmp_0520��6type.*text/tabwriter.Writer�"".autotmp_0519��(type.[1]interface {}�"".autotmp_0518��type.uint64�"".autotmp_0517�÷type.uint32�"".autotmp_0516��6type.*text/tabwriter.Writer�"".autotmp_0515��(type.[1]interface {}�"".autotmp_0514��6type.*text/tabwriter.Writer�"".autotmp_0513�type.[]uint8�"".autotmp_0512��6type.*text/tabwriter.Writer�"".autotmp_0511�¯(type.[1]interface {}�"".autotmp_0510�Ÿtype.uint64�"".autotmp_0509�type.int�"".autotmp_0508�type.string�"".autotmp_0507�ï6type.*text/tabwriter.Writer�"".autotmp_0506�_(type.[3]interface {}�"".&code�¿type.*[]uint8� "".&tw�ß8type.**text/tabwriter.Writer�
"".&d�Ï type.**"".Disasm�"".j�ïtype.uint64�"".i�ßtype.uint64�"".text�Ptype.string�"".line�@type.int�"".file� type.string�"".size�type.uint64�
"".pc��type.uint64�% ÑŸ ¹
�°�f–%J±©éAH
ŽƒP2 N�¦�1-{¸++L/L/k' “9Þ++k¹++k'7"A õû
++k= *I$�Tgclocals·4287b684e2d3f9631daf06f5a02309e7�Tgclocals·a8c540cb2150c538a5a8cfc8292f8374���T/tmp/go/src/cmd/internal/objfile/disasm.goþ4"".*Disasm.("".lookup)·fm�€��òdH‹ %����H;awè����ëêHƒì(H‹\$(H‰$è����HÇD$8����HÇD$@����H‹ZH‰$H‹\$0H‰\$è����H‹\$H‰\$8H‹\$H‰\$@H‹\$ H‰\$Hè����HƒÄ(Ã
������ ��"runtime.morestack���H��*runtime.racefuncenter���š��&"".(*Disasm).lookup���à��(runtime.racefuncexit���@P��
"".r1�0type.uint64�
"".r0�type.string�
"".a0��type.uint64�P^O�€�
Ô€��#L�Tgclocals·69f1b6db566052dacd8f40e16054017f�Tgclocals·0115f8d53b75c1696444f08ad03251d9���T/tmp/go/src/cmd/internal/objfile/disasm.goþ"".func·003��à��ÞdH‹ %����H;awè����ëêHƒì0H‹\$0H‰$è����H‹BH‹ZH‰\$H‰D$H‰$è����H‹\$H‹ H‹CH‹kH‰l$(H‰L$H‹l$8H‰D$ H9Ås|HéH‰$è����H‹\$H‰$Hƒ$è����H‹l$H‹M�H‹EL‹EL‰D$(H‰L$H‹l$8H‰D$ H9Ås+HéH‹L‹D$I‹hH9ëwÆD$@�è����HƒÄ0ÃÆD$@ëïè���� è���� 
������ ��"runtime.morestack���H��*runtime.racefuncenter���~�� runtime.raceread���ê�� runtime.raceread����� runtime.raceread���¢��(runtime.racefuncexit���Ä��$runtime.panicindex���Ò��$runtime.panicindex��� `��
"".&s�O0type.*debug/macho.Symbol�"".&addrs�?type.*[]uint64� "".~r1�type.bool�"".x��type.int�`¿_`�ð�Zð��#’�Tgclocals·9d05df615453eb075cc72d446a32f3cd�Tgclocals·59b0cb5c2c4a5c720340457c45f25183���R/tmp/go/src/cmd/internal/objfile/macho.goþ"".func·004�� ��ždH‹ %����H;awè����ëêHƒìPH‹\$PH‰$è����H‹BH‹ZH‰\$H‹ZH‰\$H‰D$H‰$è����H‹\$H‹ H‹CH‹kH‰l$HH‰L$8H‹l$XH‰D$@H9Ń��HéH‰$è����H‹\$H‰$è����H‹\$H‰$è����H‹\$H‹H‹\$H‹H‹KH‹kH‰l$0H‰ÓH‰T$ H‰ÅH‰L$(H9ȃ©���Hkí8HëH‰$Hƒ$è����L‹D$I‹�L‹D$I‹(I‹HM‹HL‰L$0H‰l$ I‰ÀH‰L$(H9Ès^MkÀ8LÅH‹]L‹D$I‹I‹@M‹HL‰L$HH‰L$8L‹D$XH‰D$@I9Às#J,ÁH‹m�H9ërÆD$`�è����HƒÄPÃÆD$`ëïè���� è���� è���� è���� 
������ ��"runtime.morestack���H��*runtime.racefuncenter����� runtime.raceread���„�� runtime.raceread��� �� runtime.raceread���¼�� runtime.raceread���Ò�� runtime.raceread���Æ��(runtime.racefuncexit���è��$runtime.panicindex���ö��$runtime.panicindex���„��$runtime.panicindex���’��$runtime.panicindex���  ��
"".&i�type.*int�"".&syms�type.*[]"".Sym�"".&addrs�otype.*[]uint64� "".~r1�type.bool�"".x��type.int� ÑŸ $��
��#$›�Tgclocals·9d05df615453eb075cc72d446a32f3cd�Tgclocals·4553a6b623929d0b01a76f4a2f3e5173���L/tmp/go/src/cmd/internal/objfile/pe.goþ"".func·005��à��ÒdH‹ %����H;awè����ëêHƒì0H‹\$0H‰$è����H‹BH‹ZH‰\$H‰D$H‰$è����H‹\$H‹ H‹CH‹kH‰l$(H‰L$H‹l$8H‰D$ H9ÅsvHéH‰$è����H‹\$H‰$è����H‹l$H‹M�H‹EL‹EL‰D$(H‰L$H‹l$8H‰D$ H9Ås*HéH‹L‹D$I‹(H9ëwÆD$@�è����HƒÄ0ÃÆD$@ëïè���� è���� 
������ ��"runtime.morestack���H��*runtime.racefuncenter���~�� runtime.raceread���ê�� runtime.raceread���†�� runtime.raceread���–��(runtime.racefuncexit���¸��$runtime.panicindex���Æ��$runtime.panicindex��� `��
"".&s�O0type.*debug/plan9obj.Sym�"".&addrs�?type.*[]uint64� "".~r1�type.bool�"".x��type.int�`¹_`�ð�|ð��#Œ�Tgclocals·9d05df615453eb075cc72d446a32f3cd�Tgclocals·59b0cb5c2c4a5c720340457c45f25183���X/tmp/go/src/cmd/internal/objfile/plan9obj.goþ"".init��À ��® dH‹ %����H;awè����ëêHƒì`H‹\$`H‰$è����H����H‰$è����¶����€û�t-H����H‰$è����¶����€ûu
è����HƒÄ`Ãè���� H����H‰$è����Æ����è����è����è����è����è����è����è����è����è����è����è����è����è����è����è����è����H����H‰$è����H����H‰$HÇD$����è����H‹\$H‰\$H����H‰$è����H����H‹+H‰l$PH‹kH‰l$XH����H‰\$8H����H‰$è����H����H‰$H‹����H‰\$H\$PH‰\$H\$8H‰\$è����H����H‹+H‰l$PH‹kH‰l$XH����H‰\$8H����H‰$è����H����H‰$H‹����H‰\$H\$PH‰\$H\$8H‰\$è����H����H‹+H‰l$PH‹kH‰l$XH����H‰\$8H����H‰$è����H����H‰$H‹����H‰\$H\$PH‰\$H\$8H‰\$è����H����H‰$è����H����H‰$HÇD$����è����H‹\$H‰\$H����H‰$è����H����H‹+H‰l$PH‹kH‰l$XH����H‰$H����H‰\$H����H‰\$H����H‰\$è����H‹\$ H‰\$@H‹\$(H‰\$HH����H‰$è����H����H‰$H‹����H‰\$H\$PH‰\$H\$@H‰\$è����H����H‹+H‰l$PH‹kH‰l$XH����H‰$H����H‰\$H����H‰\$H����H‰\$è����H‹\$ H‰\$@H‹\$(H‰\$HH����H‰$è����H����H‰$H‹����H‰\$H\$PH‰\$H\$@H‰\$è����H����H‹+H‰l$PH‹kH‰l$XH����H‰$H����H‰\$H����H‰\$H����H‰\$è����H‹\$ H‰\$@H‹\$(H‰\$HH����H‰$è����H����H‰$H‹����H‰\$H\$PH‰\$H\$@H‰\$è����H����H‹+H‰l$PH‹kH‰l$XH����H‰$H����H‰\$H����H‰\$H����H‰\$è����H‹\$ H‰\$@H‹\$(H‰\$HH����H‰$è����H����H‰$H‹����H‰\$H\$PH‰\$H\$@H‰\$è����H����H‹+H‰l$PH‹kH‰l$XH����H‰$H����H‰\$H����H‰\$H����H‰\$è����H‹\$ H‰\$@H‹\$(H‰\$HH����H‰$è����H����H‰$H‹����H‰\$H\$PH‰\$H\$@H‰\$è����H����H‰$H����H‰\$è����H����H‰$H����H‰\$è����H����H‰$H����H‰\$è����H����H‰$H����H‰\$è����H����H‰$H����H‰\$è����H����H‰$è����H����H‰$HÇD$����è����H‹\$H‰\$H����H‰$è����H����H‰$è����H����H‰$Hƒ$è����H����HƒÃH‰$è����H����HƒÃH‰$Hƒ$è����H����HƒÃH‰$è����H����HƒÃH‰$Hƒ$è����H����HƒÃH‰$è����H����HƒÃH‰$Hƒ$è����H����HƒÃ H‰$è����H����HƒÃ H‰$Hƒ$è����H����HƒÃ(H‰$è����H����HƒÃ(H‰$Hƒ$è����1ÀH‰D$0Hƒø}jH����H‰$è����H‹D$0H����H‰$H‹����H‰\$H����HÃH‰\$H����HÃH‰\$HƒD$è����H‹D$0HÿÀH‰D$0Hƒø|–H����H‰$è����Æ����è����HƒÄ`ÃÜ
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���V��"".initdone·���h�� runtime.raceread���v��"".initdone·���Ž��"".initdone·��� �� runtime.raceread���®��"".initdone·���Â��(runtime.racefuncexit���Ö��"runtime.throwinit���è��"".initdone·���ú��"runtime.racewrite���†�"".initdone·���’��&debug/plan9obj.init���œ��debug/pe.init���¦�� debug/macho.init���°��.cmd/internal/goobj.init���º��os.init���Ä��debug/elf.init���Î��Fcmd/internal/rsc.io/x86/x86asm.init���Ø��Fcmd/internal/rsc.io/arm/armasm.init���â��&text/tabwriter.init���ì��strings.init���ö��regexp.init���€��io.init���Š��fmt.init���”��(encoding/binary.init���ž�� debug/gosym.init���¨��bufio.init���¶��"".disasms���È��"runtime.racewrite���Ö��:type.map[string]"".disasmFunc���ú��runtime.makemap���œ��"".disasms���®��.runtime.writebarrierptr���¼��go.string."386"���ì�� "".disasm_386·f���„��"".disasms���–�� runtime.raceread���¤��:type.map[string]"".disasmFunc���º��"".disasms���ö��$runtime.mapassign1���„��"go.string."amd64"���´��$"".disasm_amd64·f���Ì��"".disasms���Þ�� runtime.raceread���ì��:type.map[string]"".disasmFunc���‚��"".disasms���¾��$runtime.mapassign1���Ì��go.string."arm"���ü�� "".disasm_arm·f���”��"".disasms���¦�� runtime.raceread���´��:type.map[string]"".disasmFunc���Ê��"".disasms���† ��$runtime.mapassign1���” ��"".byteOrders���¦ ��"runtime.racewrite���´ ��Rtype.map[string]encoding/binary.ByteOrder���Ø ��runtime.makemap���ú ��"".byteOrders���Œ
��.runtime.writebarrierptr���š
��go.string."386"���Ê
��Btype.encoding/binary.littleEndian���à
��<type.encoding/binary.ByteOrder���ø
��|go.itab.encoding/binary.littleEndian.encoding/binary.ByteOrder��� ��8encoding/binary.LittleEndian���¤ ��runtime.convT2I���Ú ��"".byteOrders���ì �� runtime.raceread���ú ��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���š��"".byteOrders���¬�� runtime.raceread���º��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���Ú��"".byteOrders���ì�� runtime.raceread���ú��Rtype.map[string]encoding/binary.ByteOrder�����"".byteOrders���Ì��$runtime.mapassign1���Ú��&go.string."power64"���Š��<type.encoding/binary.bigEndian��� ��<type.encoding/binary.ByteOrder���¸��vgo.itab.encoding/binary.bigEndian.encoding/binary.ByteOrder���Ð��2encoding/binary.BigEndian���ä��runtime.convT2I���š��"".byteOrders���¬�� runtime.raceread���º��Rtype.map[string]encoding/binary.ByteOrder���Ð��"".byteOrders���Œ��$runtime.mapassign1���š��*go.string."power64le"���Ê��Btype.encoding/binary.littleEndian���à��<type.encoding/binary.ByteOrder���ø��|go.itab.encoding/binary.littleEndian.encoding/binary.ByteOrder�����8encoding/binary.LittleEndian���¤��runtime.convT2I���Ú��"".byteOrders���ì�� runtime.raceread���ú��Rtype.map[string]encoding/binary.ByteOrder�����"".byteOrders���Ì��$runtime.mapassign1���Ú��""".statictmp_0588���ð��"".openElf·f���„��.runtime.writebarrierptr���’�""".statictmp_0588���¨��"".openGoobj·f���¼��.runtime.writebarrierptr���Ê �""".statictmp_0588���à��"".openMacho·f���ô��.runtime.writebarrierptr���‚0�""".statictmp_0588���˜��"".openPE·f���¬��.runtime.writebarrierptr���º@�""".statictmp_0588���Ð��"".openPlan9·f���ä��.runtime.writebarrierptr���ò��"".validSymType���„��"runtime.racewrite���’��&type.map[int32]bool���¶��runtime.makemap���Ø��"".validSymType���ê��.runtime.writebarrierptr���ø��""".statictmp_0593���Š��"runtime.racewrite���˜��""".statictmp_0593���´��"runtime.racewrite���Â��""".statictmp_0593���Ü��"runtime.racewrite���ê��""".statictmp_0593���Ž��"runtime.racewrite���œ��""".statictmp_0593���¶��"runtime.racewrite���Ä��""".statictmp_0593���è��"runtime.racewrite���ö��""".statictmp_0593�����"runtime.racewrite���ž��""".statictmp_0593���Â��"runtime.racewrite���Ð��""".statictmp_0593���ê��"runtime.racewrite���ø��""".statictmp_0593���œ��"runtime.racewrite���ª��""".statictmp_0593���Ä��"runtime.racewrite���Ò��""".statictmp_0593���ö��"runtime.racewrite���ž��"".validSymType���°�� runtime.raceread���È��&type.map[int32]bool���Þ��"".validSymType���ö��""".statictmp_0593���–��""".statictmp_0593���¾��$runtime.mapassign1���ò��"".initdone·���„ ��"runtime.racewrite��� �"".initdone·���œ ��(runtime.racefuncexit����À��
"".autotmp_0594�_type.int�"".autotmp_0592�?<type.encoding/binary.ByteOrder�"".autotmp_0591��type.string�"".autotmp_0590�O$type."".disasmFunc�"".autotmp_0589�type.string� ÀO¿À¬¿
�ØÒ Œê�R¦Ø¼ï[ /
q/q/q/q/Y™Œ'Àö*�&�#§ˆ$Ìß�Tgclocals·0372b889336bbdf612862c172920463d�Tgclocals·e066c9dc6d62094e362f31073f71c17a���X/tmp/go/src/cmd/internal/objfile/plan9obj.goT/tmp/go/src/cmd/internal/objfile/disasm.goV/tmp/go/src/cmd/internal/objfile/objfile.goþ(type..hash.[8]string�€��þdH‹ %����H;awè����ëêHƒì0H‹\$0H‰$è����H‹T$H1ÀHÇD$ ���H‹l$ H9è}eH‰D$(H‰ÅH‰ÐHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$8Hƒû�tNHkíHëH‰$HÇD$���H‰D$HH‰D$è����H‹T$H‹D$(HÿÀH‹l$ H9è|›H‰T$HH‰T$Pè����HƒÄ0Éë®
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���˜��runtime.strhash���ä��(runtime.racefuncexit���@`�� "".autotmp_0597�type.int�"".autotmp_0596�type.int� "".~r3�0type.uintptr�"".h� type.uintptr�"".s�type.uintptr�"".p��type.*[8]string�` _`�À�À��#Ž�Tgclocals·a11c21977d0c39648c83179d370ce4b8�Tgclocals·0115f8d53b75c1696444f08ad03251d9���T/tmp/go/src/cmd/internal/objfile/disasm.goþ$type..eq.[8]string� ��ždH‹ %����H;awè����ëêHƒì`H‹\$`H‰$è����1ÀHÇD$0���H‹l$0H9èÜ���H‰D$8H‹\$hH‰ÅH‰D$(HkíHëH‰$è����H‹D$(H‹\$hHƒû�„Ñ���H‰ÅHkíHëH‹+H‰l$PH‹kH‰l$XH‹\$pH‰ÅHkíHëH‰$è����H‹T$XH‹\$pHƒû�„ƒ���H‹l$(HkíHëH‹ H‰L$@H‹CH‰D$HH9ÂuOH‹l$PH‰,$H‰T$H‰L$H‰D$è����¶\$ €û�t(H‹D$8HÿÀH‹l$0H9èŒ$ÿÿÿƄ$€���è����HƒÄ`ÃƄ$€����è����HƒÄ`Éévÿÿÿ‰é(ÿÿÿ
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���¾�� runtime.raceread���Ì�� runtime.raceread���ò�� runtime.eqstring���Ì��(runtime.racefuncexit���ð��(runtime.racefuncexit���@À��"".autotmp_0601�?type.string�"".autotmp_0600�type.string�"".autotmp_0599�_type.int�"".autotmp_0598�Otype.int�"".i�otype.int� "".~r3�0type.bool�"".s� type.uintptr�"".q�type.*[8]string�"".p��type.*[8]string�&À”¿À¿À�Ð�Ð��#‚S-+�Tgclocals·2bd0058e25364e522f9f24a53d6b8231�Tgclocals·a8cc63930a774e5693faf789d6200da1���T/tmp/go/src/cmd/internal/objfile/disasm.goþNtype..hash.[8]encoding/binary.ByteOrder�€��þdH‹ %����H;awè����ëêHƒì0H‹\$0H‰$è����H‹T$H1ÀHÇD$ ���H‹l$ H9è}eH‰D$(H‰ÅH‰ÐHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$8Hƒû�tNHkíHëH‰$HÇD$���H‰D$HH‰D$è����H‹T$H‹D$(HÿÀH‹l$ H9è|›H‰T$HH‰T$Pè����HƒÄ0Éë®
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���˜��"runtime.interhash���ä��(runtime.racefuncexit���@`�� "".autotmp_0604�type.int�"".autotmp_0603�type.int� "".~r3�0type.uintptr�"".h� type.uintptr�"".s�type.uintptr�"".p��Dtype.*[8]encoding/binary.ByteOrder�` _`�À�À��#Ž�Tgclocals·a11c21977d0c39648c83179d370ce4b8�Tgclocals·0115f8d53b75c1696444f08ad03251d9���T/tmp/go/src/cmd/internal/objfile/disasm.goþJtype..eq.[8]encoding/binary.ByteOrder� ��ždH‹ %����H;awè����ëêHƒì`H‹\$`H‰$è����1ÀHÇD$0���H‹l$0H9èÜ���H‰D$8H‹\$pH‰ÅH‰D$(HkíHëH‰$è����H‹D$(H‹\$pHƒû�„Ñ���H‰ÅHkíHëH‹+H‰l$PH‹kH‰l$XH‹\$hH‰ÅHkíHëH‰$è����H‹T$PH‹\$hHƒû�„ƒ���H‹l$(HkíHëH‹H‹KH‰L$HH‰D$@H9ÐuOH‰$H‰L$H‰T$H‹l$XH‰l$è����¶\$ €û�t(H‹D$8HÿÀH‹l$0H9èŒ$ÿÿÿƄ$€���è����HƒÄ`ÃƄ$€����è����HƒÄ`Éévÿÿÿ‰é(ÿÿÿ
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���¾�� runtime.raceread���Ì�� runtime.raceread���ò��runtime.ifaceeq���Ì��(runtime.racefuncexit���ð��(runtime.racefuncexit���@À��"".autotmp_0608�?<type.encoding/binary.ByteOrder�"".autotmp_0607�<type.encoding/binary.ByteOrder�"".autotmp_0606�_type.int�"".autotmp_0605�Otype.int�"".i�otype.int� "".~r3�0type.bool�"".s� type.uintptr�"".q�Dtype.*[8]encoding/binary.ByteOrder�"".p��Dtype.*[8]encoding/binary.ByteOrder�&À”¿À¿À�Ð�Ð��#‚S-+�Tgclocals·2bd0058e25364e522f9f24a53d6b8231�Tgclocals·b51ba4d3e5142d442245970ca6341da4���T/tmp/go/src/cmd/internal/objfile/disasm.goþ"type..hash."".Sym�à��ÞdH‹ %����H;awè����ëêHƒì H‹\$ H‰$è����H‹\$(H‰$Hƒ<$�„§���HÇD$���H‹\$8H‰\$è����H‹D$H‹\$(H‰$Hƒ<$�tqHƒ$HÇD$���H‰D$8H‰D$è����H‹D$H‹\$(H‰$Hƒ<$�t6Hƒ$(HÇD$���H‰D$8H‰D$è����H‹D$H‰D$8H‰D$@è����HƒÄ É%����ëÁ‰%����놉%����éMÿÿÿ
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter��� ��runtime.strhash���„��runtime.memhash���è��runtime.strhash�����(runtime.racefuncexit���@@�� "".autotmp_0611��type.uintptr�"".autotmp_0610��type.uintptr� "".~r3�0type.uintptr�"".h� type.uintptr�"".s�type.uintptr�"".p��type.*"".Sym�@¶?@�ð�ð��#¤)�Tgclocals·a11c21977d0c39648c83179d370ce4b8�Tgclocals·0115f8d53b75c1696444f08ad03251d9���T/tmp/go/src/cmd/internal/objfile/disasm.goþtype..eq."".Sym�à ��Î dH‹ %����H;awè����ëêHƒìHH‹\$HH‰$è����H‹\$PH‰$è����H‹\$PHƒû�„��H‹+H‰l$8H‹kH‰l$@H‹\$XH‰$è����H‹T$@H‹\$XHƒû�„á��H‹ H‰L$(H‹CH‰D$0H9Â…¸��H‹l$8H‰,$H‰T$H‰L$H‰D$è����¶\$ €û�„��H‹\$PH‰$Hƒ<$�„m��Hƒ$H‹\$XH‰\$Hƒ|$�„F��HƒD$HÇD$���è����H‹\$PH‰$Hƒ<$�„��Hƒ$H‹\$XH‰\$Hƒ|$�„ë���HƒD$HÇD$���è����¶\$€û�uÆD$h�è����HƒÄHÃH‹\$PH‰$Hƒ$(è����H‹\$PHƒû�„•���H‹k(H‰l$(H‹k0H‰l$0H‹\$XH‰$Hƒ$(è����H‹L$0H‹\$XHƒû�t\H‹S(H‰T$8H‹C0H‰D$@H9Áu6H‹l$(H‰,$H‰L$H‰T$H‰D$è����¶\$ €û�tÆD$hè����HƒÄHÃÆD$h�è����HƒÄHÉ렉édÿÿÿ‰%����é ÿÿÿ‰%����éâþÿÿ‰%����é®þÿÿ‰%����é‡þÿÿÆD$h�è����HƒÄHÉéþÿÿ‰éÞýÿÿ
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���d�� runtime.raceread���À�� runtime.raceread���Ö�� runtime.eqstring���ø�� runtime.memequal���þ�� runtime.memequal���¦��(runtime.racefuncexit���Ö�� runtime.raceread���¾�� runtime.raceread���Æ�� runtime.eqstring���î��(runtime.racefuncexit���Œ��(runtime.racefuncexit���  ��(runtime.racefuncexit���@��"".autotmp_0616��type.string�"".autotmp_0615��type.string�"".autotmp_0614�?type.string�"".autotmp_0613�type.string� "".~r3�0type.bool�"".s� type.uintptr�"".q�type.*"".Sym�"".p��type.*"".Sym�@Á£I�ð�ð�(�#<K¨4Dz�Tgclocals·8239fdab101a4204e8845a7752807d1e�Tgclocals·1b21827aee171ca3e1df9608c1c160d0���T/tmp/go/src/cmd/internal/objfile/disasm.goþ""".rawFile.goarch� ��˜dH‹ %����H;awè����ëêHƒì(H‹Y H…Ût H|$0H9;uH‰#H‹\$(H‰$è����HÇD$@����HÇD$H����H‹\$8H‰$H‹\$0H‹[ ÿÓH‹L$H‹D$H‰L$H‰L$@H‰D$ H‰D$Hè����HƒÄ(Ã
������ ��0runtime.morestack_noctxt���t��*runtime.racefuncenter����
������†��(runtime.racefuncexit���@P��"".autotmp_0617�type.string� "".~r0� type.string�""..this��type."".rawFile�PqO����9I�Tgclocals·be4266a4c36ad49084dad4d2806882a2�Tgclocals·a310211a5d93ca643985188646602d0e���<autogenerated>þ"".rawFile.pcln�€��ìdH‹ %����HD$ðH;Awè����ëåHì���H‹Y H…ÛtH¼$˜���H9;uH‰#H‹œ$���H‰$è����HDŽ$à�������HDŽ$è�������HDŽ$È�������HDŽ$Ð�������HDŽ$Ø�������HDŽ$°�������HDŽ$¸�������HDŽ$À�������H‹œ$ ���H‰$H‹œ$˜���H‹[(ÿÓH‹D$L‹T$L‹L$L‹D$ H‹|$(H‹t$0H‹l$8H‹T$@H‹L$HH‰„$¨���L‰T$xL‰”$°���L‰Œ$€���L‰Œ$¸���L‰„$ˆ���L‰„$À���H‰|$`H‰¼$È���H‰t$hH‰´$Ð���H‰l$pH‰¬$Ø���H‰T$PH‰”$à���H‰L$XH‰Œ$è���è����HÄ���Ã
������*��0runtime.morestack_noctxt�����*runtime.racefuncenter���ˆ�
������Ô��(runtime.racefuncexit���° ��"".autotmp_0621�type.error�"".autotmp_0620�_type.[]uint8�"".autotmp_0619�/type.[]uint8� "".err�type.error�"".pclntab�`type.[]uint8�"".symtab�0type.[]uint8�"".textStart� type.uint64�""..this��type."".rawFile�" ÓŸ �€�€��G¢�Tgclocals·319bd752d763c85c6cf2812d9a02c962�Tgclocals·b34a1b5371ba2510006670d8ba88e630���<autogenerated>þ$"".rawFile.symbols�à��ÌdH‹ %����H;awè����ëêHƒìXH‹Y H…Ût H|$`H9;uH‰#H‹\$XH‰$è����HDŽ$ˆ�������HDŽ$�������HÇD$p����HÇD$x����HDŽ$€�������H‹\$hH‰$H‹\$`H‹[0ÿÓH‹t$H‹l$H‹T$H‹L$ H‹D$(H‰t$@H‰t$pH‰l$HH‰l$xH‰T$PH‰”$€���H‰L$0H‰Œ$ˆ���H‰D$8H‰„$���è����HƒÄXÃ
������ ��0runtime.morestack_noctxt���t��*runtime.racefuncenter���Œ�
������º��(runtime.racefuncexit���p°��
"".autotmp_0623�Otype.error�"".autotmp_0622�/type.[]"".Sym� "".err�Ptype.error�"".syms� type.[]"".Sym�""..this��type."".rawFile�°Ë¯ �ð�ð��9£�Tgclocals·2365a989f0960c8e727ddaa6fdd39ebc�Tgclocals·ff5b0da9bb1a442d12997989bec519c8���<autogenerated>þ"".rawFile.text�€��ødH‹ %����H;awè����ëêHƒì`H‹Y H…Ût H|$hH9;uH‰#H‹\$`H‰$è����HDŽ$˜�������HDŽ$ �������HDŽ$€�������HDŽ$ˆ�������HDŽ$�������H‹\$pH‰$H‹\$hH‹[8ÿÓH‹D$H‹|$H‹t$H‹l$ H‹T$(H‹L$0H‰D$xH‰|$HH‰¼$€���H‰t$PH‰´$ˆ���H‰l$XH‰¬$���H‰T$8H‰”$˜���H‰L$@H‰Œ$ ���è����HƒÄ`Ã
������ ��0runtime.morestack_noctxt���t��*runtime.racefuncenter���˜�
������æ��(runtime.racefuncexit���€À�� "".autotmp_0626�Otype.error�"".autotmp_0625�/type.[]uint8� "".err�`type.error�"".text�0type.[]uint8�"".textStart� type.uint64�""..this��type."".rawFile�Àá¿�€�
€��9¹�Tgclocals·0ccc44aeba98cd179eb14f7697b161a2�Tgclocals·ff5b0da9bb1a442d12997989bec519c8���<autogenerated>þ$type..hash."".File�à��ÚdH‹ %����H;awè����ëêHƒì H‹\$ H‰$è����H‹\$(H‰$Hƒ<$�tlHÇD$���H‹\$8H‰\$è����H‹D$H‹\$(H‰$Hƒ<$�t6Hƒ$HÇD$���H‰D$8H‰D$è����H‹D$H‰D$8H‰D$@è����HƒÄ É%����ëÁ‰%����ë‹
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���˜��runtime.memhash���ü��"runtime.interhash���¤��(runtime.racefuncexit���@@��
"".autotmp_0628��type.uintptr� "".~r3�0type.uintptr�"".h� type.uintptr�"".s�type.uintptr�"".p��type.*"".File�@€?@�°�°��#n�Tgclocals·a11c21977d0c39648c83179d370ce4b8�Tgclocals·0115f8d53b75c1696444f08ad03251d9���T/tmp/go/src/cmd/internal/objfile/disasm.goþ type..eq."".File�à��ÄdH‹ %����H;awè����ëêHƒìHH‹\$HH‰$è����H‹\$PH‰$è����H‹\$XH‰$è����H‹D$XH‹l$PH‹]�H‹(H9ëtÆD$h�è����HƒÄHÃH‰$Hƒ$è����H‹\$XHƒû�„•���H‹kH‰l$8H‹kH‰l$@H‹\$PH‰$Hƒ$è����H‹T$8H‹\$PHƒû�t\H‹CH‹KH‰L$0H‰D$(H9Ðu6H‰$H‰L$H‰T$H‹l$@H‰l$è����¶\$ €û�tÆD$hè����HƒÄHÃÆD$h�è����HƒÄHÉ렉édÿÿÿ
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���d�� runtime.raceread���€�� runtime.raceread���À��(runtime.racefuncexit���æ�� runtime.raceread���Î�� runtime.raceread���Ö��runtime.ifaceeq���þ��(runtime.racefuncexit���œ��(runtime.racefuncexit���@�� "".autotmp_0630�?type."".rawFile�"".autotmp_0629�type."".rawFile� "".~r3�0type.bool�"".s� type.uintptr�"".q�type.*"".File�"".p��type.*"".File�2Nž�°�°��#<4D2�Tgclocals·e73dda19a20e82d42018f024f527634b�Tgclocals·f574ca94451a75e85a1f721f8031a289���T/tmp/go/src/cmd/internal/objfile/disasm.goþ4type..hash.[2]interface {}�€��þdH‹ %����H;awè����ëêHƒì0H‹\$0H‰$è����H‹T$H1ÀHÇD$ ���H‹l$ H9è}eH‰D$(H‰ÅH‰ÐHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$8Hƒû�tNHkíHëH‰$HÇD$���H‰D$HH‰D$è����H‹T$H‹D$(HÿÀH‹l$ H9è|›H‰T$HH‰T$Pè����HƒÄ0Éë®
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���˜��(runtime.nilinterhash���ä��(runtime.racefuncexit���@`�� "".autotmp_0633�type.int�"".autotmp_0632�type.int� "".~r3�0type.uintptr�"".h� type.uintptr�"".s�type.uintptr�"".p��*type.*[2]interface {}�` _`�À�À��#Ž�Tgclocals·a11c21977d0c39648c83179d370ce4b8�Tgclocals·0115f8d53b75c1696444f08ad03251d9���T/tmp/go/src/cmd/internal/objfile/disasm.goþ0type..eq.[2]interface {}� ��ždH‹ %����H;awè����ëêHƒì`H‹\$`H‰$è����1ÀHÇD$0���H‹l$0H9èÜ���H‰D$8H‹\$pH‰ÅH‰D$(HkíHëH‰$è����H‹D$(H‹\$pHƒû�„Ñ���H‰ÅHkíHëH‹+H‰l$PH‹kH‰l$XH‹\$hH‰ÅHkíHëH‰$è����H‹T$PH‹\$hHƒû�„ƒ���H‹l$(HkíHëH‹H‹KH‰L$HH‰D$@H9ÐuOH‰$H‰L$H‰T$H‹l$XH‰l$è����¶\$ €û�t(H‹D$8HÿÀH‹l$0H9èŒ$ÿÿÿƄ$€���è����HƒÄ`ÃƄ$€����è����HƒÄ`Éévÿÿÿ‰é(ÿÿÿ
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���¾�� runtime.raceread���Ì�� runtime.raceread���ò��runtime.efaceeq���Ì��(runtime.racefuncexit���ð��(runtime.racefuncexit���@À��"".autotmp_0637�?"type.interface {}�"".autotmp_0636�"type.interface {}�"".autotmp_0635�_type.int�"".autotmp_0634�Otype.int�"".i�otype.int� "".~r3�0type.bool�"".s� type.uintptr�"".q�*type.*[2]interface {}�"".p��*type.*[2]interface {}�&À”¿À¿À�Ð�Ð��#‚S-+�Tgclocals·2bd0058e25364e522f9f24a53d6b8231�Tgclocals·13e5989dfabb82780030343bf65bff4b���T/tmp/go/src/cmd/internal/objfile/disasm.goþ."".(*textReader).ReadAt� �� dH‹ %����H;awè����ëêHƒìhH‹Y H…Ût H|$pH9;uH‰#H‹\$hH‰$è����HDŽ$ �������HDŽ$¨�������H‹\$p1íH9ëuHH����H,$H‰ïH‰ÞH¥H¥H����Hl$H‰ïH‰ÞH¥H¥H����Hl$ H‰ïH‰ÞH¥H¥è���� H‹\$pH‰$HÇD$ ���è����H‹t$pHƒþ�t}H,$H‰ïè����H‹\$xH‰\$ H‹œ$€���H‰\$(H‹œ$ˆ���H‰\$0H‹œ$���H‰\$8è����H‹D$@H‹T$HH‹L$PH‰„$˜���H‰T$XH‰”$ ���H‰L$`H‰Œ$¨���è����HƒÄhÉé|ÿÿÿ
������ ��0runtime.morestack_noctxt���t��*runtime.racefuncenter���Ê��&go.string."objfile"���ô��,go.string."textReader"��� ��$go.string."ReadAt"���È��"runtime.panicwrap���ú��*runtime.racereadrange���¨� runtime.duffcopy���”��("".textReader.ReadAt���€��(runtime.racefuncexit���€Ð�� "".autotmp_0639�type.error� "".err�`type.error�"".n�Ptype.int� "".off�@type.int64�"".data�type.[]uint8�""..this��&type.*"".textReader�ЮÏÐ�Ð� Ð��9†�Tgclocals·feb307aa180126d792a75f5d0f61f654�Tgclocals·a310211a5d93ca643985188646602d0e���<autogenerated>þLtype..hash.[8]cmd/internal/goobj.SymID�€��þdH‹ %����H;awè����ëêHƒì0H‹\$0H‰$è����H‹T$H1ÀHÇD$ ���H‹l$ H9è}eH‰D$(H‰ÅH‰ÐHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$8Hƒû�tNHkíHëH‰$HÇD$���H‰D$HH‰D$è����H‹T$H‹D$(HÿÀH‹l$ H9è|›H‰T$HH‰T$Pè����HƒÄ0Éë®
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���˜��Ftype..hash.cmd/internal/goobj.SymID���ä��(runtime.racefuncexit���@`�� "".autotmp_0642�type.int�"".autotmp_0641�type.int� "".~r3�0type.uintptr�"".h� type.uintptr�"".s�type.uintptr�"".p��Btype.*[8]cmd/internal/goobj.SymID�` _`�À�À��#Ž�Tgclocals·a11c21977d0c39648c83179d370ce4b8�Tgclocals·0115f8d53b75c1696444f08ad03251d9���T/tmp/go/src/cmd/internal/objfile/disasm.goþHtype..eq.[8]cmd/internal/goobj.SymID�à��ÂdH‹ %����H;awè����ëêHƒìhH‹\$hH‰$è����1ÀHÇD$(���H‹l$(H9è ��H‰D$0H‹L$pHƒù�„E��H‹\$xH‰ÅHkíHéHƒû�„%��H‰ÅHkíHëH‰\$8H‰L$@H‰ $è����H‹\$@Hƒû�„ò���H‹+H‰l$XH‹kH‰l$`H‹\$8H‰$è����H‹T$`H‹\$8Hƒû�„¸���H‹ H‰L$HH‹CH‰D$PH9Â…Œ���H‹l$XH‰,$H‰T$H‰L$H‰D$è����¶\$ €û�teH‹\$@H‰$Hƒ$è����H‹\$8H‰$Hƒ$è����H‹l$@H‹]L‹D$8I‹hH9ëu(H‹D$0HÿÀH‹l$(H9èŒàþÿÿƄ$ˆ���è����HƒÄhÃƄ$ˆ����è����HƒÄhÉéAÿÿÿ‰éÿÿÿ‰éÔþÿÿ‰é´þÿÿ
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���Ž�� runtime.raceread���ê�� runtime.raceread���€�� runtime.eqstring���º�� runtime.raceread���à�� runtime.raceread���Ô��(runtime.racefuncexit���ø��(runtime.racefuncexit���@Ð��"".autotmp_0648�?type.string�"".autotmp_0647�type.string�"".autotmp_0646�_<type.*cmd/internal/goobj.SymID�"".autotmp_0645�O<type.*cmd/internal/goobj.SymID�"".autotmp_0644�type.int�"".autotmp_0643�otype.int� "".~r3�0type.bool�"".s� type.uintptr�"".q�Btype.*[8]cmd/internal/goobj.SymID�"".p��Btype.*[8]cmd/internal/goobj.SymID�&ÐØÏÐÏÐ+�°�°��#c.KjG�Tgclocals·5fe5f138b24dc122a8e706ffe5dfb5cb�Tgclocals·1b1b40002e4437c990376d3506d8aa57���T/tmp/go/src/cmd/internal/objfile/disasm.goþ""".(*uint64s).Len��À��°dH‹ %����H;awè����ëêHƒìHH‹Y H…Ût H|$PH9;uH‰#H‹\$HH‰$è����H‹\$P1íH9ëuHH����H,$H‰ïH‰ÞH¥H¥H����Hl$H‰ïH‰ÞH¥H¥H����Hl$ H‰ïH‰ÞH¥H¥è���� H‹\$PH‰$è����H‹\$PHƒû�t)H‹+H‰l$0H‹CH‹kH‰l$@H‰D$8H‰D$Xè����HƒÄHÉëÓ
������ ��0runtime.morestack_noctxt���t��*runtime.racefuncenter���š��&go.string."objfile"���Ä��&go.string."uint64s"���ð��go.string."Len"���˜��"runtime.panicwrap���¸�� runtime.raceread���–��(runtime.racefuncexit��� ��"".x�/type."".uint64s� "".~r0�type.int�""..this�� type.*"".uint64s�¹ �à�à��9‘�Tgclocals·cf86db206769ec68369d07e260728f65�Tgclocals·bfc69a0c89200aaeab2b53343f38a3be���<autogenerated>þ$"".(*uint64s).Swap��€��ôdH‹ %����H;awè����ëêHƒì`H‹Y H…Ût H|$hH9;uH‰#H‹\$`H‰$è����H‹\$h1íH9ëuHH����H,$H‰ïH‰ÞH¥H¥H����Hl$H‰ïH‰ÞH¥H¥H����Hl$ H‰ïH‰ÞH¥H¥è���� H‹\$hH‰$è����H‹\$hHƒû�„D��H‹H‹KH‹kH‰l$XH‹D$pH‹\$xH‰\$0H‰T$HH‰D$8H‰L$PH9ȃ��HÂH‰$è����H‹T$HH‹L$PH‹D$8H9ȃÚ���HÂH‹+H‰l$@H9ȃ¾���HÂH‰$è����H‹\$HH‹l$0L‹D$PL9Ń’���HëH‰$è����H‹T$0H‹L$HH‹D$PH‹l$8H9ÅseHéH9ÂsUH,ÑL‹E�L‰H9Âs>HÑH‰$è����H‹\$HH‹l$0L‹D$PL9ÅsHëH‹l$@H‰+è����HƒÄ`Ãè���� è���� è���� è���� è���� è���� è���� è���� ‰éµþÿÿ*
������ ��0runtime.morestack_noctxt���t��*runtime.racefuncenter���š��&go.string."objfile"���Ä��&go.string."uint64s"���ð�� go.string."Swap"���˜��"runtime.panicwrap���¸�� runtime.raceread���Þ�� runtime.raceread���Ò��"runtime.racewrite���œ�� runtime.raceread���š��"runtime.racewrite���ä��(runtime.racefuncexit���ø��$runtime.panicindex���†��$runtime.panicindex���”��$runtime.panicindex���¢��$runtime.panicindex���°��$runtime.panicindex���¾��$runtime.panicindex���Ì��$runtime.panicindex���Ú��$runtime.panicindex���0À��"".autotmp_0650�?type.uint64�"".j�_type.int�"".i�Otype.int�"".x�/type."".uint64s�"".j� type.int�"".i�type.int�""..this�� type.*"".uint64s�À ¿ÀE�€�€��9µÃO�Tgclocals·5719e95fd01d864484e48bd45fcc377f�Tgclocals·61e2515c69061b8fed0e66ece719f936���<autogenerated>þ$"".(*uint64s).Less�� ��„dH‹ %����H;awè����ëêHƒìXH‹Y H…Ût H|$`H9;uH‰#H‹\$XH‰$è����H‹\$`1íH9ëuHH����H,$H‰ïH‰ÞH¥H¥H����Hl$H‰ïH‰ÞH¥H¥H����Hl$ H‰ïH‰ÞH¥H¥è���� H‹\$`H‰$è����H‹\$`Hƒû�„Ì���H‹H‹KH‹kH‰l$PH‹D$hH‹\$pH‰\$0H‰T$@H‰D$8H‰L$HH9ȃŽ���HÂH‰$è����H‹\$@H‹l$0L‹D$HL9ÅsfHëH‰$è����H‹L$@H‹D$HH‹l$8H9Ås>HéH‹L‹D$0I9Às&J,ÁH‹m�H9ër1ÀˆD$xè����HƒÄXÃHÇÀ���ëéè���� è���� è���� è���� ‰é-ÿÿÿ
������ ��0runtime.morestack_noctxt���t��*runtime.racefuncenter���š��&go.string."objfile"���Ä��&go.string."uint64s"���ð�� go.string."Less"���˜��"runtime.panicwrap���¸�� runtime.raceread���Þ�� runtime.raceread��� �� runtime.raceread���š��(runtime.racefuncexit���À��$runtime.panicindex���Î��$runtime.panicindex���Ü��$runtime.panicindex���ê��$runtime.panicindex���@°��"".j�Otype.int�"".i�?type.int�"".x�/type."".uint64s� "".~r2�0type.bool�"".j� type.int�"".i�type.int�""..this�� type.*"".uint64s�°»¯°:����9µ^1�Tgclocals·35977baeda91b849dfa1deb55266551a�Tgclocals·fd139652d6b2c96a7f83c7d52c0087ad���<autogenerated>þ4type..hash.[1]interface {}�€��þdH‹ %����H;awè����ëêHƒì0H‹\$0H‰$è����H‹T$H1ÀHÇD$ ���H‹l$ H9è}eH‰D$(H‰ÅH‰ÐHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$8Hƒû�tNHkíHëH‰$HÇD$���H‰D$HH‰D$è����H‹T$H‹D$(HÿÀH‹l$ H9è|›H‰T$HH‰T$Pè����HƒÄ0Éë®
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���˜��(runtime.nilinterhash���ä��(runtime.racefuncexit���@`�� "".autotmp_0654�type.int�"".autotmp_0653�type.int� "".~r3�0type.uintptr�"".h� type.uintptr�"".s�type.uintptr�"".p��*type.*[1]interface {}�` _`�À�À��#Ž�Tgclocals·a11c21977d0c39648c83179d370ce4b8�Tgclocals·0115f8d53b75c1696444f08ad03251d9���T/tmp/go/src/cmd/internal/objfile/disasm.goþ0type..eq.[1]interface {}� ��ždH‹ %����H;awè����ëêHƒì`H‹\$`H‰$è����1ÀHÇD$0���H‹l$0H9èÜ���H‰D$8H‹\$pH‰ÅH‰D$(HkíHëH‰$è����H‹D$(H‹\$pHƒû�„Ñ���H‰ÅHkíHëH‹+H‰l$PH‹kH‰l$XH‹\$hH‰ÅHkíHëH‰$è����H‹T$PH‹\$hHƒû�„ƒ���H‹l$(HkíHëH‹H‹KH‰L$HH‰D$@H9ÐuOH‰$H‰L$H‰T$H‹l$XH‰l$è����¶\$ €û�t(H‹D$8HÿÀH‹l$0H9èŒ$ÿÿÿƄ$€���è����HƒÄ`ÃƄ$€����è����HƒÄ`Éévÿÿÿ‰é(ÿÿÿ
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���¾�� runtime.raceread���Ì�� runtime.raceread���ò��runtime.efaceeq���Ì��(runtime.racefuncexit���ð��(runtime.racefuncexit���@À��"".autotmp_0658�?"type.interface {}�"".autotmp_0657�"type.interface {}�"".autotmp_0656�_type.int�"".autotmp_0655�Otype.int�"".i�otype.int� "".~r3�0type.bool�"".s� type.uintptr�"".q�*type.*[1]interface {}�"".p��*type.*[1]interface {}�&À”¿À¿À�Ð�Ð��#‚S-+�Tgclocals·2bd0058e25364e522f9f24a53d6b8231�Tgclocals·13e5989dfabb82780030343bf65bff4b���T/tmp/go/src/cmd/internal/objfile/disasm.goþ""".(*byAddr).Less��à��ÄdH‹ %����H;awè����ëêHƒìXH‹Y H…Ût H|$`H9;uH‰#H‹\$XH‰$è����H‹\$`1íH9ëuHH����H,$H‰ïH‰ÞH¥H¥H����Hl$H‰ïH‰ÞH¥H¥H����Hl$ H‰ïH‰ÞH¥H¥è���� H‹\$`H‰$è����H‹\$`Hƒû�„ì���H‹H‹KH‹kH‰l$PH‹l$hH‹\$pH‰\$0H‰ÓH‰T$@H‰l$8H‰L$HH9̓«���Hkí8HëH‰$Hƒ$è����H‹\$@H‹l$0L‹D$HL9Ås{Hkí8HëH‰$Hƒ$è����H‹L$@H‹D$HL‹D$8H‰ÍI9ÀsHMkÀ8LÅH‹]L‹L$0I‰ÈI9Ás)MkÉ8MÈI‹hH9ër1ÀˆD$xè����HƒÄXÃHÇÀ���ëéè���� è���� è���� è���� ‰é ÿÿÿ
������ ��0runtime.morestack_noctxt���t��*runtime.racefuncenter���š��&go.string."objfile"���Ä��$go.string."byAddr"���ð�� go.string."Less"���˜��"runtime.panicwrap���¸�� runtime.raceread���ô�� runtime.raceread���Æ�� runtime.raceread���Ú��(runtime.racefuncexit���€��$runtime.panicindex���Ž��$runtime.panicindex���œ��$runtime.panicindex���ª��$runtime.panicindex���@°��"".j�Otype.int�"".i�?type.int�"".x�/type."".byAddr� "".~r2�0type.bool�"".j� type.int�"".i�type.int�""..this��type.*"".byAddr�°Û¯°:�°�°��9Às1�Tgclocals·35977baeda91b849dfa1deb55266551a�Tgclocals·fd139652d6b2c96a7f83c7d52c0087ad���<autogenerated>þ "".(*byAddr).Len��À��°dH‹ %����H;awè����ëêHƒìHH‹Y H…Ût H|$PH9;uH‰#H‹\$HH‰$è����H‹\$P1íH9ëuHH����H,$H‰ïH‰ÞH¥H¥H����Hl$H‰ïH‰ÞH¥H¥H����Hl$ H‰ïH‰ÞH¥H¥è���� H‹\$PH‰$è����H‹\$PHƒû�t)H‹+H‰l$0H‹CH‹kH‰l$@H‰D$8H‰D$Xè����HƒÄHÉëÓ
������ ��0runtime.morestack_noctxt���t��*runtime.racefuncenter���š��&go.string."objfile"���Ä��$go.string."byAddr"���ð��go.string."Len"���˜��"runtime.panicwrap���¸�� runtime.raceread���–��(runtime.racefuncexit��� ��"".x�/type."".byAddr� "".~r0�type.int�""..this��type.*"".byAddr�¹ �à�à��9‘�Tgclocals·cf86db206769ec68369d07e260728f65�Tgclocals·bfc69a0c89200aaeab2b53343f38a3be���<autogenerated>þ""".(*byAddr).Swap��€
��ø dH‹ %����HD$ðH;Awè����ëåHì���H‹Y H…ÛtH¼$˜���H9;uH‰#H‹œ$���H‰$è����H‹œ$˜���1íH9ëuHH����H,$H‰ïH‰ÞH¥H¥H����Hl$H‰ïH‰ÞH¥H¥H����Hl$ H‰ïH‰ÞH¥H¥è���� H‹œ$˜���H‰$è����H‹œ$˜���Hƒû�„¯��H‹H‹KH‹kH‰l$PH‹¬$ ���H‹œ$¨���H‰\$0H‰ÓH‰T$@H‰l$8H‰L$HH9̓h��Hkí8HëH‰$HÇD$8���è����L‹L$@H‹T$HH‹D$8L‰ËH‰ÅH9Ѓ*��Hkí8HëHl$XH‰ïH‰Þè����L‰ËH‰ÅH9Ѓý���Hkí8HëH‰$HÇD$8���è����H‹L$@H‹D$HH����H‰$H‹l$8H‰ËH9Ń·���Hkí8HëH‰\$H‹l$0H‰ËH9Ń“���Hkí8HëH‰\$è����H‹\$@H‹l$0L‹D$HL9ÅsgHkí8HëH‰$HÇD$8���è����H����H‰$H‹\$@H‹l$0L‹D$HL9Ås(Hkí8HëH‰\$H\$XH‰\$è����è����HÄ���Ãè���� è���� è���� è���� è���� è���� è���� ‰éJþÿÿ0
������*��0runtime.morestack_noctxt�����*runtime.racefuncenter���¼��&go.string."objfile"���æ��$go.string."byAddr"���’�� go.string."Swap"���º��"runtime.panicwrap���à�� runtime.raceread���¶��*runtime.racereadrange��� ¼� runtime.duffcopy���ð��,runtime.racewriterange���’��type."".Sym���˜��.runtime.writebarrierfat���ò��,runtime.racewriterange���€��type."".Sym���æ��.runtime.writebarrierfat���ð��(runtime.racefuncexit���Š ��$runtime.panicindex���˜ ��$runtime.panicindex���¦ ��$runtime.panicindex���´ ��$runtime.panicindex��� ��$runtime.panicindex���Ð ��$runtime.panicindex���Þ ��$runtime.panicindex���0 ��"".autotmp_0661�otype."".Sym�"".j�¿type.int�"".i�¯type.int�"".x�Ÿtype."".byAddr�"".j� type.int�"".i�type.int�""..this��type.*"".byAddr�" ¡Ÿ <�€�€��GÓ]»5�Tgclocals·abfde3e0a069840e921c619f2dd7c4cf�Tgclocals·f7fb22f049d90f944dd3b0d95cb49649���<autogenerated>þ4type..hash.[3]interface {}�€��þdH‹ %����H;awè����ëêHƒì0H‹\$0H‰$è����H‹T$H1ÀHÇD$ ���H‹l$ H9è}eH‰D$(H‰ÅH‰ÐHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$8Hƒû�tNHkíHëH‰$HÇD$���H‰D$HH‰D$è����H‹T$H‹D$(HÿÀH‹l$ H9è|›H‰T$HH‰T$Pè����HƒÄ0Éë®
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���˜��(runtime.nilinterhash���ä��(runtime.racefuncexit���@`�� "".autotmp_0664�type.int�"".autotmp_0663�type.int� "".~r3�0type.uintptr�"".h� type.uintptr�"".s�type.uintptr�"".p��*type.*[3]interface {}�` _`�À�À��#Ž�Tgclocals·a11c21977d0c39648c83179d370ce4b8�Tgclocals·0115f8d53b75c1696444f08ad03251d9���T/tmp/go/src/cmd/internal/objfile/disasm.goþ0type..eq.[3]interface {}� ��ždH‹ %����H;awè����ëêHƒì`H‹\$`H‰$è����1ÀHÇD$0���H‹l$0H9èÜ���H‰D$8H‹\$pH‰ÅH‰D$(HkíHëH‰$è����H‹D$(H‹\$pHƒû�„Ñ���H‰ÅHkíHëH‹+H‰l$PH‹kH‰l$XH‹\$hH‰ÅHkíHëH‰$è����H‹T$PH‹\$hHƒû�„ƒ���H‹l$(HkíHëH‹H‹KH‰L$HH‰D$@H9ÐuOH‰$H‰L$H‰T$H‹l$XH‰l$è����¶\$ €û�t(H‹D$8HÿÀH‹l$0H9èŒ$ÿÿÿƄ$€���è����HƒÄ`ÃƄ$€����è����HƒÄ`Éévÿÿÿ‰é(ÿÿÿ
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���¾�� runtime.raceread���Ì�� runtime.raceread���ò��runtime.efaceeq���Ì��(runtime.racefuncexit���ð��(runtime.racefuncexit���@À��"".autotmp_0668�?"type.interface {}�"".autotmp_0667�"type.interface {}�"".autotmp_0666�_type.int�"".autotmp_0665�Otype.int�"".i�otype.int� "".~r3�0type.bool�"".s� type.uintptr�"".q�*type.*[3]interface {}�"".p��*type.*[3]interface {}�&À”¿À¿À�Ð�Ð��#‚S-+�Tgclocals·2bd0058e25364e522f9f24a53d6b8231�Tgclocals·13e5989dfabb82780030343bf65bff4b���T/tmp/go/src/cmd/internal/objfile/disasm.goþJtype..hash.struct { a int32; b bool }�€��ädH‹ %����H;awè����ëêHƒì H‹\$ H‰$è����H‹\$(H‰$Hƒ<$�t1HÇD$���H‹\$8H‰\$è����H‹D$H‰D$8H‰D$@è����HƒÄ É%����ëÆ
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���˜��runtime.memhash���À��(runtime.racefuncexit���@@�� "".~r3�0type.uintptr�"".h� type.uintptr�"".s�type.uintptr�"".p��@type.*struct { a int32; b bool }�@N?@�€�€��#<!�Tgclocals·a11c21977d0c39648c83179d370ce4b8�Tgclocals·0115f8d53b75c1696444f08ad03251d9���T/tmp/go/src/cmd/internal/objfile/disasm.goþFtype..eq.struct { a int32; b bool }�€��údH‹ %����H;awè����ëêHƒìH‹\$H‰$è����H‹\$H‰$è����H‹\$H‰$è����H‹D$‹L‹D$A‹(9ëtÆD$(�è����HƒÄÃH‰$Hƒ$è����H‹\$H‰$Hƒ$è����H‹l$¶]L‹D$A¶h@8ëtÆD$(�è����HƒÄÃÆD$(è����HƒÄÃ
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���d�� runtime.raceread���€�� runtime.raceread���º��(runtime.racefuncexit���à�� runtime.raceread���†�� runtime.raceread���Ê��(runtime.racefuncexit���è��(runtime.racefuncexit���@�� "".~r3�0type.bool�"".s� type.uintptr�"".q�@type.*struct { a int32; b bool }�"".p��@type.*struct { a int32; b bool }�KG�À�À��#95�Tgclocals·eaf31f95896361dc5cdd0293aac48f97�Tgclocals·0115f8d53b75c1696444f08ad03251d9���T/tmp/go/src/cmd/internal/objfile/disasm.goþPtype..hash.[6]struct { a int32; b bool }�€��ødH‹ %����H;awè����ëêHƒì0H‹\$0H‰$è����H‹T$H1ÀHÇD$ ���H‹l$ H9è}bH‰D$(H‰ÁH‰ÐHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$8Hƒû�tKHËH‰$HÇD$���H‰D$HH‰D$è����H‹T$H‹D$(HÿÀH‹l$ H9è|žH‰T$HH‰T$Pè����HƒÄ0Éë±
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���’��Jtype..hash.struct { a int32; b bool }���Þ��(runtime.racefuncexit���@`�� "".autotmp_0672�type.int�"".autotmp_0671�type.int� "".~r3�0type.uintptr�"".h� type.uintptr�"".s�type.uintptr�"".p��Ftype.*[6]struct { a int32; b bool }�`_`�À�À��#‹�Tgclocals·a11c21977d0c39648c83179d370ce4b8�Tgclocals·0115f8d53b75c1696444f08ad03251d9���T/tmp/go/src/cmd/internal/objfile/disasm.goþLtype..eq.[6]struct { a int32; b bool }�À��¶dH‹ %����H;awè����ëêHƒì(H‹\$(H‰$è����1ÀHÇD$���H‹l$H9荮���H‰D$H‹L$0Hƒù�„¿���H ÁH‹\$8Hƒû�„¥���HÃH‰\$H‰L$ H‰ $è����H‹\$H‰$è����H‹D$ ‹L‹D$A‹(9ëu^H‰$Hƒ$è����H‹\$H‰$Hƒ$è����H‹l$ ¶]L‹D$A¶h@8ëu%H‹D$HÿÀH‹l$H9èŒRÿÿÿÆD$Hè����HƒÄ(ÃÆD$H�è����HƒÄ(ÉéTÿÿÿ‰é:ÿÿÿ
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���ö�� runtime.raceread���’�� runtime.raceread���Ô�� runtime.raceread���ú�� runtime.raceread���ê��(runtime.racefuncexit���ˆ��(runtime.racefuncexit���@P��"".autotmp_0676�@type.*struct { a int32; b bool }�"".autotmp_0675�@type.*struct { a int32; b bool }�"".autotmp_0674�?type.int�"".autotmp_0673�/type.int� "".~r3�0type.bool�"".s� type.uintptr�"".q�Ftype.*[6]struct { a int32; b bool }�"".p��Ftype.*[6]struct { a int32; b bool }�PãOPOP� � ��#Wz,�Tgclocals·2bd0058e25364e522f9f24a53d6b8231�Tgclocals·13e4b612145d007d33ce1f341e15081e���T/tmp/go/src/cmd/internal/objfile/disasm.goþHgo.string."unsupported architecture"�`��R���������������unsupported architecture�� �Hgo.string."unsupported architecture"���þ"go.string."etext"�0��,���������������etext�� �"go.string."etext"���þ$go.string."_etext"�0��.���������������_etext�� �$go.string."_etext"���þ"go.string."_text"�0��,���������������_text�� �"go.string."_text"���þ2go.string."runtime.etext"�@��<�������� �������runtime.etext�� �2go.string."runtime.etext"���þ0go.string."runtime.text"�@��:�������� �������runtime.text�� �0go.string."runtime.text"���þ go.string."text"�0��*���������������text�� � go.string."text"���þTgclocals·aa4ad5004caab854124017d297968574�Ð��Ð���Z����������������������€T���������€T������€��€T�����€��€T�����‚��€T�� � ‚��€T�� ��‚��€T��‚ ��‚��€T��
� ‚��€T��
��‚��€T��* ��‚��€T��
(°� �€T��
(°  �€T��
(°���€T��
(°��€T��
°�‚��€T��
"°�‚��€T��
"°���€T��"°���€T��"°����€T��°����€T���°����€T��������€T���þTgclocals·79d715ea3dc324be448c4c7d4ed460fb�Ð��Ð������������º�������������������������������������������������������������������þTgclocals·37f7b3dbb29604058be39cd0c2139aa0�0��0����������)���)�������þTgclocals·bcf89e1b853baf119b5f7dcbd506bc4c�0��0���
������������&���þgo.string."/"�0��$���������������/�� �go.string."/"���þgo.string."\\"�0��$���������������\�� �go.string."\\"���þTgclocals·0115f8d53b75c1696444f08ad03251d9�����������þTgclocals·f19d4b79e9f57ca0787f5817043aa6f8� �� ���������"����þ,>go.itab.*bufio.Writer.io.Writer�����þgo.string."\n"�0��$���������������
�� �go.string."\n"���þ8go.string."TEXT %s(SB) %s\n"�@��@���������������TEXT %s(SB) %s
�� �8go.string."TEXT %s(SB) %s\n"���þTgclocals·dcd1171033af5a2bb32c32f91c906340�˜��˜ ���Z����������������� ���€T��
�� ���€T��
� ���€T��
� ���€T��
�"���€T��Š
�"�À¿T��Š
ð"�À¿T��
�"��À¿T��*� �@*€T��
� �@*€T���þTgclocals·f84e43c0e8e6fed4ce0596e2869b075c�h��h ��� ���®��®��®��®��®��®��®��®��®��®��®���þTgclocals·6adb0d52c9eeccec66bc1a6087369963�8��8����������� �� �� ��" ���þTgclocals·8e3f8f4e97e36ec694ede4f37e67668f�8��8������–���–���–���–���–����þTgclocals·a310211a5d93ca643985188646602d0e� �� ���������������þTgclocals·2a6ed499fbb06fe09a084e0bbf1e437a� �� ������B��BJ���þTgclocals·a310211a5d93ca643985188646602d0e� �� ���������������þTgclocals·2a6ed499fbb06fe09a084e0bbf1e437a� �� ������B��BJ���þgo.string."?"�0��$���������������?�� �go.string."?"���þTgclocals·5ad7ffa6d10b2a6c88520ccc0f7f6d70�0��0���,��������������������þTgclocals·89d318f03760d1f9a3217c6326b331db� �� ������B��B&��þTgclocals·7188048b3954aea881b8ee1d23fc199f�0��0���
��������������������þTgclocals·45c861c4b3b3630360c36babb55afe9e�0��0������BB��BB-�BB,�BB��þ,Bgo.itab."".textReader.io.ReaderAt�����þTgclocals·bef4080b2dd0f4bd73590970c054d025�P��P���$������������Bµ» ����B���������������þTgclocals·d219a8d64a46581170b9f36f4c188e9b�0��0������B��B��B��BJ���þ,8go.itab.*os.File.io.ReaderAt�����þ,<go.itab.*"".elfFile."".rawFile�����þTgclocals·246e018b760561bb08f6ff1e9efa37f0�@��@���������� ����������
�������þTgclocals·d7b79b241a0a037c2aa8f63f97c0e788�@��@���
���������î������������þTgclocals·e037cbcd1937fc3d253f836ea6905a49�Ð��Ð���L����������������������€T���������€T�������€T����€T€T��
��€T€T��������€T�������€T���þTgclocals·6524f35712b7a52ad70314f6dad91545�P��P��� ���������
������������������þ"go.string.".text"�0��,���������������.text�� �"go.string.".text"���þ*go.string.".gosymtab"�@��4�������� �������.gosymtab�� �*go.string.".gosymtab"���þ,go.string.".gopclntab"�@��6��������
�������.gopclntab�� �,go.string.".gopclntab"���þTgclocals·678ce791ac6ce8f622f2f4b9fdb5d5c2�@��@������������������������������þTgclocals·e70b201907574dbe64d7c1ca0ae22f03�@��@���������&��"����& �&����þDgo.string."text section not found"�P��N���������������text section not found�� �Dgo.string."text section not found"���þTgclocals·e205285d3ef2fe2a737368018fd98d6e�0��0����������������������þTgclocals·0f0860fa07b70905683dd6e63cc68add�0��0���������&,���������þgo.string."386"�0��(���������������386�� �go.string."386"���þ"go.string."amd64"�0��,���������������amd64�� �"go.string."amd64"���þgo.string."arm"�0��(���������������arm�� �go.string."arm"���þ&go.string."power64"�0��0���������������power64�� �&go.string."power64"���þTgclocals·0115f8d53b75c1696444f08ad03251d9�����������þTgclocals·521d2fa12a56ba961a59b2852d682dbc� �� ���������
����þ,<go.itab.*os.File.io.ReadSeeker�����þ,@go.itab.*"".goobjFile."".rawFile�����þ go.string."\"\""�0��&���������������""�� � go.string."\"\""���þTgclocals·246e018b760561bb08f6ff1e9efa37f0�@��@���������� ����������
�������þTgclocals·d7b79b241a0a037c2aa8f63f97c0e788�@��@���
���������î������������þ$go.string."%s<%d>"�0��.���������������%s<%d>�� �$go.string."%s<%d>"���þTgclocals·86fa6c90eefca3dd32088f4f6a0443b6�@��@���������������Â?�Â?��À?��À?��þTgclocals·4a7a18a13eb6b48825426b95bf797ff8�@��@���
������’������������’����þTgclocals·b3116cb220254648b336048c1d26d7b9�à��à���`��������������������R‰TRR����R‰TRR���R‰TRR�
��R‰TRR�
(��R‰TRR����R‰TRR�€��R‰TRR�"��R‰TRR�"
��R‰TRR�¢
��R‰TRR�"
���R‰TRR�"
€��R‰TRR������R‰TRR��þTgclocals·ce6b29a2f37fa1e37e351259f3e689bd�€��€��� ������������������������������������������
���þ`go.string."pcln not available in go object file"�p��j��������$�������pcln not available in go object file�� �`go.string."pcln not available in go object file"���þTgclocals·a310211a5d93ca643985188646602d0e� �� ���������������þTgclocals·0a8093f07778b871aa1b7a4499633ade� �� ���������& ��þ`go.string."text not available in go object file"�p��j��������$�������text not available in go object file�� �`go.string."text not available in go object file"���þTgclocals·a310211a5d93ca643985188646602d0e� �� ���������������þTgclocals·8d3e91ce213aab1bdf11b9b2df59d4ce� �� ���������&,���þlgo.string."GOARCH unimplemented for debug/goobj files"�€��v��������*�������GOARCH unimplemented for debug/goobj files�� �lgo.string."GOARCH unimplemented for debug/goobj files"���þTgclocals·0115f8d53b75c1696444f08ad03251d9�����������þTgclocals·521d2fa12a56ba961a59b2852d682dbc� �� ���������
����þ,@go.itab.*"".machoFile."".rawFile�����þTgclocals·246e018b760561bb08f6ff1e9efa37f0�@��@���������� ����������
�������þTgclocals·d7b79b241a0a037c2aa8f63f97c0e788�@��@���
���������î������������þ,Bgo.itab."".uint64s.sort.Interface�����þ@go.string."missing symbol table"�P��J���������������missing symbol table�� �@go.string."missing symbol table"���þ$go.string."__DATA"�0��.���������������__DATA�� �$go.string."__DATA"���þ$go.string."__TEXT"�0��.���������������__TEXT�� �$go.string."__TEXT"���þgo.string." "�0��$��������������� �� �go.string." "���þ0go.string."__DATA __bss"�@��:�������� �������__DATA __bss�� �0go.string."__DATA __bss"���þ:go.string."__DATA __noptrbss"�P��D���������������__DATA __noptrbss�� �:go.string."__DATA __noptrbss"���þ2go.string."__TEXT __text"�@��<�������� �������__TEXT __text�� �2go.string."__TEXT __text"���þTgclocals·6082e585114d8ff056d933a897417409������l��������������������������€��€T���������€��€T���������‚��€T�� ������‚��€T�� �����‚��€T������� �‚��€T���€�����‚��€T�� €�����‚��€T��(€��@
�‚��€T�� €��@
�‚��€T��"€�����‚��€T��¢€�����‚��€T�� €�����‚��€T�� �����‚��€T���������‚��€T���þTgclocals·02eb91a7c32a943575acc4bcc029d137������ ���������
��������������������������������������
���þ$go.string."__text"�0��.���������������__text�� �$go.string."__text"���þ,go.string."__gosymtab"�@��6��������
�������__gosymtab�� �,go.string."__gosymtab"���þ.go.string."__gopclntab"�@��8�������� �������__gopclntab�� �.go.string."__gopclntab"���þTgclocals·678ce791ac6ce8f622f2f4b9fdb5d5c2�@��@������������������������������þTgclocals·e70b201907574dbe64d7c1ca0ae22f03�@��@���������&��"����& �&����þTgclocals·e205285d3ef2fe2a737368018fd98d6e�0��0����������������������þTgclocals·0f0860fa07b70905683dd6e63cc68add�0��0���������&,���������þTgclocals·0115f8d53b75c1696444f08ad03251d9�����������þTgclocals·521d2fa12a56ba961a59b2852d682dbc� �� ���������
����þTgclocals·0115f8d53b75c1696444f08ad03251d9�����������þTgclocals·b3902157a77db2b708b66596724732a4� �� ���������B����þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·0cfae77e97220ffff8fbecd373651831������
���B���þTgclocals·0115f8d53b75c1696444f08ad03251d9�����������þTgclocals·0226af10ad6d64fcc55c06f4d9877e4b� �� ��� ���B��B���þZgo.string."open %s: unrecognized object file"�p��d��������!�������open %s: unrecognized object file�� �Zgo.string."open %s: unrecognized object file"���þTgclocals·3d37f7f5655ee8f066ddc0a710dd9452�Ð��Ð ���.��������������������������"�������Â������Ê������È����������������È �����<È ������È������È����þTgclocals·6657290b2105d8393a4831cc3b7262b7�p��p ���
������â�����������������������������â���þTgclocals·a310211a5d93ca643985188646602d0e� �� ���������������þTgclocals·a9282ac20787dc3025c0916068a42263� �� ���������.����þ,@go.itab."".byAddr.sort.Interface�����þTgclocals·f42174cd757ae135d3d3cbb9e6a6a035�(��(���������������‚���þTgclocals·a77f2768d809b22af53a54c5b92d45b3�(��(��� ������
������þTgclocals·0115f8d53b75c1696444f08ad03251d9�����������þTgclocals·0226af10ad6d64fcc55c06f4d9877e4b� �� ��� ���B��B���þTgclocals·0115f8d53b75c1696444f08ad03251d9�����������þTgclocals·b3902157a77db2b708b66596724732a4� �� ���������B����þTgclocals·4554c840d8059924d574b80e55602d97� �� ����������R ���þTgclocals·aa3b86c1ca8acadbe172378c24a491bc� �� ���
���B��B���þTgclocals·2e13175ac6a30a1ace73222ab8cab571�8��8��� ������������€�€�€���þTgclocals·15486c1aa456afea9df88d71bcd61022�8��8���������º�������������þTgclocals·8fd0d255f48845a4a38966c4a091e73e� �� ���������������þTgclocals·8d3e91ce213aab1bdf11b9b2df59d4ce� �� ���������&,���þTgclocals·7ffb78b700595f24597d5e62e49bba43� �� ���������������þTgclocals·521d2fa12a56ba961a59b2852d682dbc� �� ���������
����þ,:go.itab.*"".peFile."".rawFile�����þDgo.string."unrecognized PE format"�P��N���������������unrecognized PE format�� �Dgo.string."unrecognized PE format"���þTgclocals·8c02ed257c154f2342b8fbd588528437�H��H���������� ����������À�
�������þTgclocals·8f327111048dcacd06f245ebd9151d19�H��H���
���������î���������������þdgo.string."invalid section number in symbol table"�p��n��������&�������invalid section number in symbol table�� �dgo.string."invalid section number in symbol table"���þTgclocals·d3642b400cd58246b660eabd915b1c4c������T�����������������������€T��������€T��ð�����€T�€������€T� ������€T��� ����€T�� ����€T� ����€T� ����€T�� �€��€T�� ���€T��� ����€T��� �� �€T�� ����BªT��� ����BªT��þTgclocals·09968a7b097a915f32a05136450603dc������ ���������������������������������������
������������þRgo.string."pe file format not recognized"�`��\���������������pe file format not recognized�� �Rgo.string."pe file format not recognized"���þ6go.string."runtime.pclntab"�@��@���������������runtime.pclntab�� �6go.string."runtime.pclntab"���þ8go.string."runtime.epclntab"�P��B���������������runtime.epclntab�� �8go.string."runtime.epclntab"���þ&go.string."pclntab"�0��0���������������pclntab�� �&go.string."pclntab"���þ(go.string."epclntab"�@��2���������������epclntab�� �(go.string."epclntab"���þ4go.string."runtime.symtab"�@��>���������������runtime.symtab�� �4go.string."runtime.symtab"���þ6go.string."runtime.esymtab"�@��@���������������runtime.esymtab�� �6go.string."runtime.esymtab"���þ$go.string."symtab"�0��.���������������symtab�� �$go.string."symtab"���þ&go.string."esymtab"�0��0���������������esymtab�� �&go.string."esymtab"���þTgclocals·8110e6ab764979d872b4896441ac32ee�`��`
����������������<���� �����������������������þTgclocals·e0ab64e9a1d40c82beeebd15abdd32ce�`��`
������������������������� �& ��� ��þTgclocals·7f097b93d400490e7355686db31ef59e�H��H�����������<�� ������������������þTgclocals·484b920d47758843b6a1f47e055b870e�H��H������������������&,���������þ`go.string."symbol %s: invalid section number %d"�p��j��������$�������symbol %s: invalid section number %d�� �`go.string."symbol %s: invalid section number %d"���þ|go.string."symbol %s: section number %d is larger than max %d"���†��������2�������symbol %s: section number %d is larger than max %d�� �|go.string."symbol %s: section number %d is larger than max %d"���þ<go.string."no %s symbol found"�P��F���������������no %s symbol found�� �<go.string."no %s symbol found"���þTgclocals·2dc0f3612996b521868cc2539e38f83c�ð��ð���8������������������
��������������� ð��ò� ð���� ð��ð� ð���� �ð���� �ð��� ������ �ðÿ�ò� �ðÿ��� �ðÿ�ð� �ðÿ��� ��ðÿ��� ��ðÿ����������ð ����ðð �����ð ������ð ������þTgclocals·83c0edcfa537871c9fae8f25fd22edc5�À��À��� ���
���
���
���
���
���
���
���
���
���Š ��
���
���
���
���
���
���Š ��Š ��
���
���
���Š ���þrgo.string."%s and %s symbols must be in the same section"�€��|��������-�������%s and %s symbols must be in the same section�� �rgo.string."%s and %s symbols must be in the same section"���þTgclocals·f60105410ff38e3cedef6238d7775a43�°��°
���2��������������������������
���������"� ü��"� ü���"��ü���"��ü�
�������������þTgclocals·7bf0ebf194155c1f5e10f7f5cad52d82�`��`
������Š���Š �Š���Š���Š���Š���Š���Š �Š���Š����þ8go.string."_rt0_386_windows"�P��B���������������_rt0_386_windows�� �8go.string."_rt0_386_windows"���þ<go.string."_rt0_amd64_windows"�P��F���������������_rt0_amd64_windows�� �<go.string."_rt0_amd64_windows"���þTgclocals·7ffb78b700595f24597d5e62e49bba43� �� ���������������þTgclocals·521d2fa12a56ba961a59b2852d682dbc� �� ���������
����þ,@go.itab.*"".plan9File."".rawFile�����þTgclocals·246e018b760561bb08f6ff1e9efa37f0�@��@���������� ����������
�������þTgclocals·d7b79b241a0a037c2aa8f63f97c0e788�@��@���
���������î������������þTgclocals·4885e95fd92aef16afeb89610038ddf1������h���������������������������”��H%�����������”��H%��� ���� �”��H%��� ���� ””��H%���"���� ””��H%��� � �� �”��H%������� �”��H%��� ���� �”��H%���"���� �”��H%���(��¤� �”��H%��� ��¤� �”��H%��������� �”��H%��� ����� �”��H%��� �€��� �”��H%��������� �”��H%����þTgclocals·02eb91a7c32a943575acc4bcc029d137������ ���������
��������������������������������������
���þTgclocals·fe3bbb54c524d21fa91a624376f98a08�@��@�������������������������������þTgclocals·0b32599765d67b54b947b806d7bbe2b9�@��@������������� �& ��� ��þTgclocals·e205285d3ef2fe2a737368018fd98d6e�0��0����������������������þTgclocals·0f0860fa07b70905683dd6e63cc68add�0��0���������&,���������þTgclocals·ef722dd167ad10cbcccfd70f18b90f24� ��  ���6���������������������� ����
�������
����@ ��� ���� ����� ������ �����þTgclocals·642c99221c4cc91755dfdafd14634648�X��X ��� ���
���Š ��
���
���
���
���
���
���Š ���þTgclocals·84c0b3d79c3c4e4e43d76886a02337ce�H��H�����������������º���
���
�����þTgclocals·9413acdcb685875185fe384bf97e3fa8�H��H������Š���Š �Š���Š���Š���Š���Š����þTgclocals·0115f8d53b75c1696444f08ad03251d9�����������þTgclocals·521d2fa12a56ba961a59b2852d682dbc� �� ���������
����þTgclocals·59b0cb5c2c4a5c720340457c45f25183�(��(���
�������
��������þTgclocals·9d05df615453eb075cc72d446a32f3cd�(��(����������������þ,Pgo.itab.*text/tabwriter.Writer.io.Writer�����þ4go.string."\t%s:%d\t%#x\t"�@��8�������� ������� %s:%d %#x �� �4go.string."\t%s:%d\t%#x\t"���þgo.string."%x"�0��&���������������%x�� �go.string."%x"���þ go.string."%08x"�0��*���������������%08x�� � go.string."%08x"���þ$go.string."\t%s\n"�0��*��������������� %s
�� �$go.string."\t%s\n"���þTgclocals·a8c540cb2150c538a5a8cfc8292f8374�à��à���@����������� ������¨������¨�€����ª�€�ðÿªÀƒ�ðÿ �€��ðÿª�<���ªÀ?��� �<���� ������(������(����€��*��<�‚��*�À?�‚�� ��<�€�� ���������€����
��¼���
�À¿������¼�����þTgclocals·4287b684e2d3f9631daf06f5a02309e7�¸��¸������% ��% ��% ��% ��% ��% ��% ��% ��% ��% ��% ��% ��% ��% ��% ��% ��% ��% ��% ��% ��% ���þTgclocals·0115f8d53b75c1696444f08ad03251d9�����������þTgclocals·69f1b6db566052dacd8f40e16054017f� �� ���������I����þTgclocals·59b0cb5c2c4a5c720340457c45f25183�(��(���
�������
��������þTgclocals·9d05df615453eb075cc72d446a32f3cd�(��(����������������þTgclocals·4553a6b623929d0b01a76f4a2f3e5173�(��(����������*��������þTgclocals·9d05df615453eb075cc72d446a32f3cd�(��(����������������þTgclocals·59b0cb5c2c4a5c720340457c45f25183�(��(���
�������
��������þTgclocals·9d05df615453eb075cc72d446a32f3cd�(��(����������������þ,|go.itab.encoding/binary.littleEndian.encoding/binary.ByteOrder�����þ,vgo.itab.encoding/binary.bigEndian.encoding/binary.ByteOrder�����þ*go.string."power64le"�@��4�������� �������power64le�� �*go.string."power64le"���þTgclocals·e066c9dc6d62094e362f31073f71c17a�0��0���
�������‚���€���¬����þTgclocals·0372b889336bbdf612862c172920463d�����������þ*"".disasms��:type.map[string]"".disasmFunc���þ*"".byteOrders��Rtype.map[string]encoding/binary.ByteOrder���þ*"".openers��0Rtype.[]func(*os.File) ("".rawFile, error)�0�������������������������""".statictmp_0588���þ*"".validSymType��&type.map[int32]bool���þ""".statictmp_0188��ptype."".Sym�H��������������������������������?����þ*""".statictmp_0588��PTtype.[5]func(*os.File) ("".rawFile, error)���þ,"".initdone·��type.uint8���þ""".statictmp_0593��`Dtype.[6]struct { a int32; b bool }�ZT������t������D������d������B������b����þ("".(*File).Disasm·f��������������""".(*File).Disasm���þ0runtime.racefuncenter·f��������������*runtime.racefuncenter���þ*"".(*File).Symbols·f��������������$"".(*File).Symbols���þ.runtime.racefuncexit·f��������������(runtime.racefuncexit���þ2"".(*File).PCLineTable·f��������������,"".(*File).PCLineTable���þ$"".(*File).Text·f��������������"".(*File).Text���þ("".(*File).GOARCH·f��������������""".(*File).GOARCH���þ&runtime.raceread·f�������������� runtime.raceread���þ:runtime.mapaccess1_faststr·f��������������4runtime.mapaccess1_faststr���þfmt.Errorf·f��������������fmt.Errorf���þ*runtime.panicslice·f��������������$runtime.panicslice���þ0runtime.racereadrange·f��������������*runtime.racereadrange���þ(runtime.cmpstring·f��������������"runtime.cmpstring���þ&runtime.eqstring·f�������������� runtime.eqstring���þ(runtime.growslice·f��������������"runtime.growslice���þ2runtime.racewriterange·f��������������,runtime.racewriterange���þ4runtime.writebarrierfat·f��������������.runtime.writebarrierfat���þ(runtime.newobject·f��������������"runtime.newobject���þ(runtime.racewrite·f��������������"runtime.racewrite���þ8runtime.writebarrierslice·f��������������2runtime.writebarrierslice���þ4runtime.writebarrierptr·f��������������.runtime.writebarrierptr���þ:runtime.writebarrierstring·f��������������4runtime.writebarrierstring���þ8runtime.writebarrieriface·f��������������2runtime.writebarrieriface���þ,runtime.throwreturn·f��������������&runtime.throwreturn���þ,"".(*Disasm).lookup·f��������������&"".(*Disasm).lookup���þ"".func·001·f��������������"".func·001���þsort.Search·f��������������sort.Search���þ*runtime.panicindex·f��������������$runtime.panicindex���þ"".base·f��������������"".base���þ(strings.LastIndex·f��������������"strings.LastIndex���þ*"".(*Disasm).Print·f��������������$"".(*Disasm).Print���þ$bufio.NewWriter·f��������������bufio.NewWriter���þ>regexp.(*Regexp).MatchString·f��������������8regexp.(*Regexp).MatchString���þ&runtime.typ2Itab·f�������������� runtime.typ2Itab���þfmt.Fprintf·f��������������fmt.Fprintf���þ@debug/gosym.(*Table).PCToLine·f��������������:debug/gosym.(*Table).PCToLine���þ$runtime.convT2E·f��������������runtime.convT2E���þ6text/tabwriter.NewWriter·f��������������0text/tabwriter.NewWriter���þ"".func·002·f��������������"".func·002���þ,"".(*Disasm).Decode·f��������������&"".(*Disasm).Decode���þBtext/tabwriter.(*Writer).Flush·f��������������<text/tabwriter.(*Writer).Flush���þ0bufio.(*Writer).Flush·f��������������*bufio.(*Writer).Flush���þ:"".*Disasm.("".lookup)·fm·f��������������4"".*Disasm.("".lookup)·fm���þ "".disasm_386·f��������������"".disasm_386���þ "".disasm_x86·f��������������"".disasm_x86���þ$"".disasm_amd64·f��������������"".disasm_amd64���þPcmd/internal/rsc.io/x86/x86asm.Decode·f��������������Jcmd/internal/rsc.io/x86/x86asm.Decode���þZcmd/internal/rsc.io/x86/x86asm.Plan9Syntax·f��������������Tcmd/internal/rsc.io/x86/x86asm.Plan9Syntax���þ."".textReader.ReadAt·f��������������("".textReader.ReadAt���þ(runtime.slicecopy·f��������������"runtime.slicecopy���þ "".disasm_arm·f��������������"".disasm_arm���þPcmd/internal/rsc.io/arm/armasm.Decode·f��������������Jcmd/internal/rsc.io/arm/armasm.Decode���þ$runtime.convT2I·f��������������runtime.convT2I���þZcmd/internal/rsc.io/arm/armasm.Plan9Syntax·f��������������Tcmd/internal/rsc.io/arm/armasm.Plan9Syntax���þ"".openElf·f��������������"".openElf���þ(debug/elf.NewFile·f��������������"debug/elf.NewFile���þ0"".(*elfFile).symbols·f��������������*"".(*elfFile).symbols���þ8debug/elf.(*File).Symbols·f��������������2debug/elf.(*File).Symbols���þ*"".(*elfFile).pcln·f��������������$"".(*elfFile).pcln���þ8debug/elf.(*File).Section·f��������������2debug/elf.(*File).Section���þ8debug/elf.(*Section).Data·f��������������2debug/elf.(*Section).Data���þ*"".(*elfFile).text·f��������������$"".(*elfFile).text���þ."".(*elfFile).goarch·f��������������("".(*elfFile).goarch���þ"".openGoobj·f��������������"".openGoobj���þ6cmd/internal/goobj.Parse·f��������������0cmd/internal/goobj.Parse���þ"".goobjName·f��������������"".goobjName���þfmt.Sprintf·f��������������fmt.Sprintf���þ4"".(*goobjFile).symbols·f��������������."".(*goobjFile).symbols���þ$runtime.makemap·f��������������runtime.makemap���þ*runtime.mapassign1·f��������������$runtime.mapassign1���þ*runtime.mapaccess1·f��������������$runtime.mapaccess1���þ."".(*goobjFile).pcln·f��������������("".(*goobjFile).pcln���þ."".(*goobjFile).text·f��������������("".(*goobjFile).text���þ2"".(*goobjFile).goarch·f��������������,"".(*goobjFile).goarch���þ"".openMacho·f��������������"".openMacho���þ,debug/macho.NewFile·f��������������&debug/macho.NewFile���þ4"".(*machoFile).symbols·f��������������."".(*machoFile).symbols���þsort.Sort·f��������������sort.Sort���þ"".func·003·f��������������"".func·003���þ0runtime.concatstring3·f��������������*runtime.concatstring3���þ."".(*machoFile).pcln·f��������������("".(*machoFile).pcln���þ<debug/macho.(*File).Section·f��������������6debug/macho.(*File).Section���þ<debug/macho.(*Section).Data·f��������������6debug/macho.(*Section).Data���þ."".(*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���þos.Open·f��������������os.Open���þ&os.(*File).Close·f�������������� os.(*File).Close���þ&"".(*File).Close·f�������������� "".(*File).Close���þ""".byAddr.Less·f��������������"".byAddr.Less���þ "".byAddr.Len·f��������������"".byAddr.Len���þ""".byAddr.Swap·f��������������"".byAddr.Swap���þ.debug/gosym.NewTable·f��������������(debug/gosym.NewTable���þ"".openPE·f��������������"".openPE���þ&debug/pe.NewFile·f�������������� debug/pe.NewFile���þ*runtime.efacethash·f��������������$runtime.efacethash���þ,runtime.assertE2TOK·f��������������&runtime.assertE2TOK���þ."".(*peFile).symbols·f��������������("".(*peFile).symbols���þ*runtime.assertE2T2·f��������������$runtime.assertE2T2���þ"".func·004·f��������������"".func·004���þ("".(*peFile).pcln·f��������������""".(*peFile).pcln���þ6debug/pe.(*File).Section·f��������������0debug/pe.(*File).Section���þ""".loadPETable·f��������������"".loadPETable���þ("".(*peFile).text·f��������������""".(*peFile).text���þ6debug/pe.(*Section).Data·f��������������0debug/pe.(*Section).Data���þ$"".findPESymbol·f��������������"".findPESymbol���þ,"".(*peFile).goarch·f��������������&"".(*peFile).goarch���þ"".openPlan9·f��������������"".openPlan9���þ2debug/plan9obj.NewFile·f��������������,debug/plan9obj.NewFile���þ4"".(*plan9File).symbols·f��������������."".(*plan9File).symbols���þBdebug/plan9obj.(*File).Symbols·f��������������<debug/plan9obj.(*File).Symbols���þ8runtime.mapaccess1_fast32·f��������������2runtime.mapaccess1_fast32���þ"".func·005·f��������������"".func·005���þ."".(*plan9File).pcln·f��������������("".(*plan9File).pcln���þ("".loadPlan9Table·f��������������""".loadPlan9Table���þ."".(*plan9File).text·f��������������("".(*plan9File).text���þBdebug/plan9obj.(*File).Section·f��������������<debug/plan9obj.(*File).Section���þBdebug/plan9obj.(*Section).Data·f��������������<debug/plan9obj.(*Section).Data���þ*"".findPlan9Symbol·f��������������$"".findPlan9Symbol���þ6runtime.writebarrierfat4·f��������������0runtime.writebarrierfat4���þ2"".(*plan9File).goarch·f��������������,"".(*plan9File).goarch���þ"".init·f��������������"".init���þ(runtime.throwinit·f��������������"runtime.throwinit���þ,debug/plan9obj.init·f��������������&debug/plan9obj.init���þ debug/pe.init·f��������������debug/pe.init���þ&debug/macho.init·f�������������� debug/macho.init���þ4cmd/internal/goobj.init·f��������������.cmd/internal/goobj.init���þos.init·f��������������os.init���þ"debug/elf.init·f��������������debug/elf.init���þLcmd/internal/rsc.io/x86/x86asm.init·f��������������Fcmd/internal/rsc.io/x86/x86asm.init���þLcmd/internal/rsc.io/arm/armasm.init·f��������������Fcmd/internal/rsc.io/arm/armasm.init���þ,text/tabwriter.init·f��������������&text/tabwriter.init���þstrings.init·f��������������strings.init���þregexp.init·f��������������regexp.init���þio.init·f��������������io.init���þfmt.init·f��������������fmt.init���þ.encoding/binary.init·f��������������(encoding/binary.init���þ&debug/gosym.init·f�������������� debug/gosym.init���þbufio.init·f��������������bufio.init���þbruntime.gcbits.0x48844400000000000000000000000000� �� H„D��������������þ&go.string."[]uint8"�0��0���������������[]uint8�� �&go.string."[]uint8"���þtype.[]uint8� �� �������ß~.8�����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��&go.string."[]uint8"���p��*go.weak.type.*[]uint8���€��"runtime.zerovalue�����type.uint8���þ6go.typelink.[]uint8/[]uint8��������������type.[]uint8���þbruntime.gcbits.0x88000000000000000000000000000000� �� ˆ����������������þ>go.string."*objfile.lookupFunc"�P��H���������������*objfile.lookupFunc�� �>go.string."*objfile.lookupFunc"���þ&type.*"".lookupFunc�� �� �������¨ì�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��>go.string."*objfile.lookupFunc"���p��8go.weak.type.**"".lookupFunc���€��"runtime.zerovalue�����$type."".lookupFunc���þ<go.string."objfile.lookupFunc"�P��F���������������objfile.lookupFunc�� �<go.string."objfile.lookupFunc"���þ,go.string."lookupFunc"�@��6��������
�������lookupFunc�� �,go.string."lookupFunc"���þ$type."".lookupFunc��€��€�������ˆ·�3���������������������������������������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��<go.string."objfile.lookupFunc"���p��&type.*"".lookupFunc���€��"runtime.zerovalue��� €�$type."".lookupFunc���А�$type."".lookupFunc���€��type.uint64�����type.string��� ��type.uint64���`°�$type."".lookupFunc���°��,go.string."lookupFunc"���À��"go.importpath."".���Ѐ�$type."".lookupFunc���þ>go.string."*objfile.disasmFunc"�P��H���������������*objfile.disasmFunc�� �>go.string."*objfile.disasmFunc"���þ&type.*"".disasmFunc�� �� �������zKðy�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��>go.string."*objfile.disasmFunc"���p��8go.weak.type.**"".disasmFunc���€��"runtime.zerovalue�����$type."".disasmFunc���þ<go.string."objfile.disasmFunc"�P��F���������������objfile.disasmFunc�� �<go.string."objfile.disasmFunc"���þ,go.string."disasmFunc"�@��6��������
�������disasmFunc�� �,go.string."disasmFunc"���þ$type."".disasmFunc�� �� �������Ü·i¬�3�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��<go.string."objfile.disasmFunc"���p��&type.*"".disasmFunc���€��"runtime.zerovalue��� €�$type."".disasmFunc���а�$type."".disasmFunc���€��type.[]uint8�����type.uint64��� ��$type."".lookupFunc���°��type.string���À��type.int���`Ð�$type."".disasmFunc���Ð��,go.string."disasmFunc"���à��"go.importpath."".���ð �$type."".disasmFunc���þ(go.string."[]string"�@��2���������������[]string�� �(go.string."[]string"���þtype.[]string� �� �������Ó¨ó
�����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��(go.string."[]string"���p��,go.weak.type.*[]string���€��"runtime.zerovalue�����type.string���þ:go.typelink.[]string/[]string��������������type.[]string���þTgclocals·0115f8d53b75c1696444f08ad03251d9�����������þTgclocals·a11c21977d0c39648c83179d370ce4b8� �� ���������V����þTgclocals·a8cc63930a774e5693faf789d6200da1�(��(���������� ��������þTgclocals·2bd0058e25364e522f9f24a53d6b8231�(��(������������Z����þ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���þbruntime.gcbits.0x48484848484848480000000000000000� �� HHHHHHHH���������þ*go.string."[8]string"�@��4�������� �������[8]string�� �*go.string."[8]string"���þtype.[8]string�À��À€�������USŒ>���������������������������������������������������������������������������������� ��&type..alg.[8]string���0��bruntime.gcbits.0x48484848484848480000000000000000���P��*go.string."[8]string"���p��.go.weak.type.*[8]string���€��"runtime.zerovalue�����type.string��� ��type.[]string���þ>go.typelink.[8]string/[8]string��������������type.[8]string���þ@go.string."[]objfile.disasmFunc"�P��J���������������[]objfile.disasmFunc�� �@go.string."[]objfile.disasmFunc"���þ(type.[]"".disasmFunc� �� �������x»Vÿ�����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��@go.string."[]objfile.disasmFunc"���p��:go.weak.type.*[]"".disasmFunc���€��"runtime.zerovalue�����$type."".disasmFunc���þ`go.typelink.[]objfile.disasmFunc/[]"".disasmFunc��������������(type.[]"".disasmFunc���þbruntime.gcbits.0x88888888000000000000000000000000� �� ˆˆˆˆ�������������þBgo.string."[8]objfile.disasmFunc"�P��L���������������[8]objfile.disasmFunc�� �Bgo.string."[8]objfile.disasmFunc"���þ*type.[8]"".disasmFunc�À��À@�������ûD Í���������������������������������������������������������������������������������� à� runtime.algarray���0��bruntime.gcbits.0x88888888000000000000000000000000���P��Bgo.string."[8]objfile.disasmFunc"���p��<go.weak.type.*[8]"".disasmFunc���€��"runtime.zerovalue�����$type."".disasmFunc��� ��(type.[]"".disasmFunc���þdgo.typelink.[8]objfile.disasmFunc/[8]"".disasmFunc��������������*type.[8]"".disasmFunc���þbgo.string."*map.bucket[string]objfile.disasmFunc"�p��l��������%�������*map.bucket[string]objfile.disasmFunc�� �bgo.string."*map.bucket[string]objfile.disasmFunc"���þJtype.*map.bucket[string]"".disasmFunc� �� �������ÃmÄR�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��bgo.string."*map.bucket[string]objfile.disasmFunc"���p��\go.weak.type.**map.bucket[string]"".disasmFunc���€��"runtime.zerovalue�����Htype.map.bucket[string]"".disasmFunc���þbruntime.gcbits.0x84848484848484848488888888000000� �� „„„„„„„„„ˆˆˆˆ����þ`go.string."map.bucket[string]objfile.disasmFunc"�p��j��������$�������map.bucket[string]objfile.disasmFunc�� �`go.string."map.bucket[string]objfile.disasmFunc"���þ go.string."keys"�0��*���������������keys�� � go.string."keys"���þ$go.string."values"�0��.���������������values�� �$go.string."values"���þ(go.string."overflow"�@��2���������������overflow�� �(go.string."overflow"���þHtype.map.bucket[string]"".disasmFunc�°��°Ð�������Öµ¯��������������������������������������������������������������������������������������������������������������������������������������������������������ˆ���������������������������������������È������� à� runtime.algarray���0��bruntime.gcbits.0x84848484848484848488888888000000���P��`go.string."map.bucket[string]objfile.disasmFunc"���p��Zgo.weak.type.*map.bucket[string]"".disasmFunc���€��"runtime.zerovalue���À�Htype.map.bucket[string]"".disasmFunc���À�� go.string."keys"���à��type.[8]string�����$go.string."values"���°��*type.[8]"".disasmFunc���à��(go.string."overflow"���€��Jtype.*map.bucket[string]"".disasmFunc���þbruntime.gcbits.0x44844800000000000000000000000000� �� D„H��������������þZgo.string."map.hdr[string]objfile.disasmFunc"�p��d��������!�������map.hdr[string]objfile.disasmFunc�� �Zgo.string."map.hdr[string]objfile.disasmFunc"���þ&go.string."buckets"�0��0���������������buckets�� �&go.string."buckets"���þ,go.string."oldbuckets"�@��6��������
�������oldbuckets�� �,go.string."oldbuckets"���þBtype.map.hdr[string]"".disasmFunc�à��à0�������áú‰�������������������������������������������������������������������������������������������������������������������������������������������������������� ������� à� runtime.algarray���0��bruntime.gcbits.0x44844800000000000000000000000000���P��Zgo.string."map.hdr[string]objfile.disasmFunc"���p��Tgo.weak.type.*map.hdr[string]"".disasmFunc���€��"runtime.zerovalue���À�Btype.map.hdr[string]"".disasmFunc���À��&go.string."buckets"���à��Jtype.*map.bucket[string]"".disasmFunc�����,go.string."oldbuckets"���°��Jtype.*map.bucket[string]"".disasmFunc���þRgo.string."map[string]objfile.disasmFunc"�`��\���������������map[string]objfile.disasmFunc�� �Rgo.string."map[string]objfile.disasmFunc"���þ:type.map[string]"".disasmFunc�Ü��Ü�������2€ü‘�5������������������������������������������������������������������������������������������Ð� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Rgo.string."map[string]objfile.disasmFunc"���p��Lgo.weak.type.*map[string]"".disasmFunc���€��"runtime.zerovalue�����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���þ<go.string."[]binary.ByteOrder"�P��F���������������[]binary.ByteOrder�� �<go.string."[]binary.ByteOrder"���þ@type.[]encoding/binary.ByteOrder� �� �������!˯�����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��<go.string."[]binary.ByteOrder"���p��Rgo.weak.type.*[]encoding/binary.ByteOrder���€��"runtime.zerovalue�����<type.encoding/binary.ByteOrder���þtgo.typelink.[]binary.ByteOrder/[]encoding/binary.ByteOrder��������������@type.[]encoding/binary.ByteOrder���þTgclocals·0115f8d53b75c1696444f08ad03251d9�����������þTgclocals·a11c21977d0c39648c83179d370ce4b8� �� ���������V����þTgclocals·b51ba4d3e5142d442245970ca6341da4�(��(����������°��������þTgclocals·2bd0058e25364e522f9f24a53d6b8231�(��(������������Z����þVtype..hashfunc.[8]encoding/binary.ByteOrder��������������Ntype..hash.[8]encoding/binary.ByteOrder���þRtype..eqfunc.[8]encoding/binary.ByteOrder��������������Jtype..eq.[8]encoding/binary.ByteOrder���þLtype..alg.[8]encoding/binary.ByteOrder� �� �������������������Vtype..hashfunc.[8]encoding/binary.ByteOrder�����Rtype..eqfunc.[8]encoding/binary.ByteOrder���þbruntime.gcbits.0x8c8c8c8c8c8c8c8c0000000000000000� �� ŒŒŒŒŒŒŒŒ���������þ>go.string."[8]binary.ByteOrder"�P��H���������������[8]binary.ByteOrder�� �>go.string."[8]binary.ByteOrder"���þBtype.[8]encoding/binary.ByteOrder�À��À€�������ê
���������������������������������������������������������������������������������� ��Ltype..alg.[8]encoding/binary.ByteOrder���0��bruntime.gcbits.0x8c8c8c8c8c8c8c8c0000000000000000���P��>go.string."[8]binary.ByteOrder"���p��Tgo.weak.type.*[8]encoding/binary.ByteOrder���€��"runtime.zerovalue�����<type.encoding/binary.ByteOrder��� ��@type.[]encoding/binary.ByteOrder���þxgo.typelink.[8]binary.ByteOrder/[8]encoding/binary.ByteOrder��������������Btype.[8]encoding/binary.ByteOrder���þ^go.string."*map.bucket[string]binary.ByteOrder"�p��h��������#�������*map.bucket[string]binary.ByteOrder�� �^go.string."*map.bucket[string]binary.ByteOrder"���þbtype.*map.bucket[string]encoding/binary.ByteOrder� �� �������ÉJ!�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��^go.string."*map.bucket[string]binary.ByteOrder"���p��tgo.weak.type.**map.bucket[string]encoding/binary.ByteOrder���€��"runtime.zerovalue�����`type.map.bucket[string]encoding/binary.ByteOrder���þ,htype..gc.map.bucket[string]encoding/binary.ByteOrder�$����þptype..gcprog.map.bucket[string]encoding/binary.ByteOrder���"™™™™íîîî
�þ\go.string."map.bucket[string]binary.ByteOrder"�p��f��������"�������map.bucket[string]binary.ByteOrder�� �\go.string."map.bucket[string]binary.ByteOrder"���þ`type.map.bucket[string]encoding/binary.ByteOrder�°��°������øTb:���Y�����������������������������������������������������������������������������������������������������������������������������������������������������ˆ��������������������������������������������� à� runtime.algarray���0��htype..gc.map.bucket[string]encoding/binary.ByteOrder���@��ptype..gcprog.map.bucket[string]encoding/binary.ByteOrder���P��\go.string."map.bucket[string]binary.ByteOrder"���p��rgo.weak.type.*map.bucket[string]encoding/binary.ByteOrder���€��"runtime.zerovalue���À�`type.map.bucket[string]encoding/binary.ByteOrder���À�� go.string."keys"���à��type.[8]string�����$go.string."values"���°��Btype.[8]encoding/binary.ByteOrder���à��(go.string."overflow"���€��btype.*map.bucket[string]encoding/binary.ByteOrder���þVgo.string."map.hdr[string]binary.ByteOrder"�`��`���������������map.hdr[string]binary.ByteOrder�� �Vgo.string."map.hdr[string]binary.ByteOrder"���þZtype.map.hdr[string]encoding/binary.ByteOrder�à��à0�������–X�������������������������������������������������������������������������������������������������������������������������������������������������������� ������� à� runtime.algarray���0��bruntime.gcbits.0x44844800000000000000000000000000���P��Vgo.string."map.hdr[string]binary.ByteOrder"���p��lgo.weak.type.*map.hdr[string]encoding/binary.ByteOrder���€��"runtime.zerovalue���À�Ztype.map.hdr[string]encoding/binary.ByteOrder���À��&go.string."buckets"���à��btype.*map.bucket[string]encoding/binary.ByteOrder�����,go.string."oldbuckets"���°��btype.*map.bucket[string]encoding/binary.ByteOrder���þNgo.string."map[string]binary.ByteOrder"�`��X���������������map[string]binary.ByteOrder�� �Ngo.string."map[string]binary.ByteOrder"���þRtype.map[string]encoding/binary.ByteOrder�Ü��Ü�������º
»�5������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Ngo.string."map[string]binary.ByteOrder"���p��dgo.weak.type.*map[string]encoding/binary.ByteOrder���€��"runtime.zerovalue�����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.ByteOrder��������������Rtype.map[string]encoding/binary.ByteOrder���þTgclocals·0115f8d53b75c1696444f08ad03251d9�����������þTgclocals·a11c21977d0c39648c83179d370ce4b8� �� ���������V����þTgclocals·1b21827aee171ca3e1df9608c1c160d0�0��0���������� �����������þTgclocals·8239fdab101a4204e8845a7752807d1e�0��0������������Z�������þ*type..hashfunc."".Sym��������������"type..hash."".Sym���þ&type..eqfunc."".Sym��������������type..eq."".Sym���þ type..alg."".Sym� �� �������������������*type..hashfunc."".Sym�����&type..eqfunc."".Sym���þ0go.string."*objfile.Sym"�@��:�������� �������*objfile.Sym�� �0go.string."*objfile.Sym"���þtype.*"".Sym�� �� �������9)Y�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��0go.string."*objfile.Sym"���p��*go.weak.type.**"".Sym���€��"runtime.zerovalue�����type."".Sym���þbruntime.gcbits.0x48448484444448000000000000000000� �� HD„„DDH����������þ.go.string."objfile.Sym"�@��8�������� �������objfile.Sym�� �.go.string."objfile.Sym"���þ go.string."Name"�0��*���������������Name�� � go.string."Name"���þ go.string."Addr"�0��*���������������Addr�� � go.string."Addr"���þ go.string."Size"�0��*���������������Size�� � go.string."Size"���þ go.string."Code"�0��*���������������Code�� � go.string."Code"���þ go.string."Type"�0��*���������������Type�� � go.string."Type"���þgo.string."Sym"�0��(���������������Sym�� �go.string."Sym"���þtype."".Sym�� �� 8�������ïN ö������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� ���������������������������������������(�����������������������������������������������( �� type..alg."".Sym���0��bruntime.gcbits.0x48448484444448000000000000000000���P��.go.string."objfile.Sym"���p��type.*"".Sym���€��"runtime.zerovalue���À�type."".Sym���À�� go.string."Name"���à��type.string����� go.string."Addr"���°��type.uint64���à�� go.string."Size"���€��type.int64���°�� go.string."Code"���Ð��type.int32���€�� go.string."Type"��� ��type.string���`Ð�type."".Sym���Ð��go.string."Sym"���à��"go.importpath."".���ð �type."".Sym���þ2go.string."[]objfile.Sym"�@��<�������� �������[]objfile.Sym�� �2go.string."[]objfile.Sym"���þtype.[]"".Sym� �� �������Ó(éç�����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��2go.string."[]objfile.Sym"���p��,go.weak.type.*[]"".Sym���€��"runtime.zerovalue�����type."".Sym���þDgo.typelink.[]objfile.Sym/[]"".Sym��������������type.[]"".Sym���þ6go.string."*objfile.Disasm"�@��@���������������*objfile.Disasm�� �6go.string."*objfile.Disasm"���þjgo.string."func(uint64, uint64, string, int, string)"�€��t��������)�������func(uint64, uint64, string, int, string)�� �jgo.string."func(uint64, uint64, string, int, string)"���þ\type.func(uint64, uint64, string, int, string)�Ð��Ð�������¸r ê�3������������������������������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��jgo.string."func(uint64, uint64, string, int, string)"���p��ngo.weak.type.*func(uint64, uint64, string, int, string)���€��"runtime.zerovalue��� €�\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.string."func(*objfile.Disasm, uint64, uint64, func(uint64, uint64, string, int, string))"�Ð��Â��������P�������func(*objfile.Disasm, uint64, uint64, func(uint64, uint64, string, int, string))�� �¸go.string."func(*objfile.Disasm, uint64, uint64, func(uint64, uint64, string, int, string))"���þ type.func(*"".Disasm, uint64, uint64, func(uint64, uint64, string, int, string))�À��À�������Eي™�3���������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��¸go.string."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))���€��"runtime.zerovalue��� €� 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.string."func(*objfile.Disasm, io.Writer, *regexp.Regexp, uint64, uint64)"�°��¢��������@�������func(*objfile.Disasm, io.Writer, *regexp.Regexp, uint64, uint64)�� �˜go.string."func(*objfile.Disasm, io.Writer, *regexp.Regexp, uint64, uint64)"���þ€type.func(*"".Disasm, io.Writer, *regexp.Regexp, uint64, uint64)�Ð��Ð�������ó#ï¤�3������������������������������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��˜go.string."func(*objfile.Disasm, io.Writer, *regexp.Regexp, uint64, uint64)"���p��’go.weak.type.*func(*"".Disasm, io.Writer, *regexp.Regexp, uint64, uint64)���€��"runtime.zerovalue��� €�€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���þtgo.string."func(*objfile.Disasm, uint64) (string, uint64)"�€��~��������.�������func(*objfile.Disasm, uint64) (string, uint64)�� �tgo.string."func(*objfile.Disasm, uint64) (string, uint64)"���þ\type.func(*"".Disasm, uint64) (string, uint64)�À��À�������
û.�3�������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��tgo.string."func(*objfile.Disasm, uint64) (string, uint64)"���p��ngo.weak.type.*func(*"".Disasm, uint64) (string, uint64)���€��"runtime.zerovalue��� €�\type.func(*"".Disasm, uint64) (string, uint64)���Р�\type.func(*"".Disasm, uint64) (string, uint64)���€��type.*"".Disasm�����type.uint64��� ��type.string���°��type.uint64���þ$go.string."Decode"�0��.���������������Decode�� �$go.string."Decode"���þ–go.string."func(uint64, uint64, func(uint64, uint64, string, int, string))"� �� ��������?�������func(uint64, uint64, func(uint64, uint64, string, int, string))�� �–go.string."func(uint64, uint64, func(uint64, uint64, string, int, string))"���þˆtype.func(uint64, uint64, func(uint64, uint64, string, int, string))�°��°�������œé�3�������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��–go.string."func(uint64, uint64, func(uint64, uint64, string, int, string))"���p��šgo.weak.type.*func(uint64, uint64, func(uint64, uint64, string, int, string))���€��"runtime.zerovalue��� €�ˆ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.string."Print"�0��,���������������Print�� �"go.string."Print"���þvgo.string."func(io.Writer, *regexp.Regexp, uint64, uint64)"�€��€��������/�������func(io.Writer, *regexp.Regexp, uint64, uint64)�� �vgo.string."func(io.Writer, *regexp.Regexp, uint64, uint64)"���þhtype.func(io.Writer, *regexp.Regexp, uint64, uint64)�À��À�������Yš®�3���������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��vgo.string."func(io.Writer, *regexp.Regexp, uint64, uint64)"���p��zgo.weak.type.*func(io.Writer, *regexp.Regexp, uint64, uint64)���€��"runtime.zerovalue��� €�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.string."lookup"�0��.���������������lookup�� �$go.string."lookup"���þRgo.string."func(uint64) (string, uint64)"�`��\���������������func(uint64) (string, uint64)�� �Rgo.string."func(uint64) (string, uint64)"���þDtype.func(uint64) (string, uint64)�°��°�������ëЃH�3������������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Rgo.string."func(uint64) (string, uint64)"���p��Vgo.weak.type.*func(uint64) (string, uint64)���€��"runtime.zerovalue��� €�Dtype.func(uint64) (string, uint64)���А�Dtype.func(uint64) (string, uint64)���€��type.uint64�����type.string��� ��type.uint64���þtype.*"".Disasm�����������"ʶŸ�6������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������0  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��6go.string."*objfile.Disasm"���p��0go.weak.type.**"".Disasm���€��"runtime.zerovalue�����type."".Disasm���` �type.*"".Disasm���Àð�type.*"".Disasm���ð��$go.string."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."Print"���ð��htype.func(io.Writer, *regexp.Regexp, uint64, uint64)���€��€type.func(*"".Disasm, io.Writer, *regexp.Regexp, uint64, uint64)�����$"".(*Disasm).Print��� ��$"".(*Disasm).Print���°��$go.string."lookup"���À��"go.importpath."".���Ð��Dtype.func(uint64) (string, uint64)���à��\type.func(*"".Disasm, uint64) (string, uint64)���ð��&"".(*Disasm).lookup���€��&"".(*Disasm).lookup���þbruntime.gcbits.0x4884484484848c000000000000000000� �� H„HD„„Œ����������þ4go.string."objfile.Disasm"�@��>���������������objfile.Disasm�� �4go.string."objfile.Disasm"���þ go.string."syms"�0��*���������������syms�� � go.string."syms"���þ go.string."pcln"�0��*���������������pcln�� � go.string."pcln"���þ*go.string."textStart"�@��4�������� �������textStart�� �*go.string."textStart"���þ&go.string."textEnd"�0��0���������������textEnd�� �&go.string."textEnd"���þ$go.string."goarch"�0��.���������������goarch�� �$go.string."goarch"���þ$go.string."disasm"�0��.���������������disasm�� �$go.string."disasm"���þ*go.string."byteOrder"�@��4�������� �������byteOrder�� �*go.string."byteOrder"���þ$go.string."Disasm"�0��.���������������Disasm�� �$go.string."Disasm"���þtype."".Disasm����p�������¸0���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� ���������������������������������������8���������������������������������������@���������������������������������������H���������������������������������������X���������������������������������������`�����������������������������������������������D à� runtime.algarray���0��bruntime.gcbits.0x4884484484848c000000000000000000���P��4go.string."objfile.Disasm"���p��type.*"".Disasm���€��"runtime.zerovalue���À�type."".Disasm���À�� go.string."syms"���Ð��"go.importpath."".���à��type.[]"".Sym����� go.string."pcln"��� ��"go.importpath."".���°��.type.*debug/gosym.Table���à�� go.string."text"���ð��"go.importpath."".���€��type.[]uint8���°��*go.string."textStart"���À��"go.importpath."".���Ð��type.uint64���€��&go.string."textEnd"�����"go.importpath."".��� ��type.uint64���Ð��$go.string."goarch"���à��"go.importpath."".���ð��type.string��� ��$go.string."disasm"���°��"go.importpath."".���À��$type."".disasmFunc���ð��*go.string."byteOrder"���€��"go.importpath."".�����<type.encoding/binary.ByteOrder���`À�type."".Disasm���À��$go.string."Disasm"���Ð��"go.importpath."".���à�type."".Disasm���þTgclocals·a310211a5d93ca643985188646602d0e� �� ���������������þTgclocals·be4266a4c36ad49084dad4d2806882a2� �� ������ ���+����þTgclocals·b34a1b5371ba2510006670d8ba88e630� �� ���������������þTgclocals·319bd752d763c85c6cf2812d9a02c962� �� ������ ���› ,��þTgclocals·ff5b0da9bb1a442d12997989bec519c8� �� ���
������������þTgclocals·2365a989f0960c8e727ddaa6fdd39ebc� �� ������ ���+,���þTgclocals·ff5b0da9bb1a442d12997989bec519c8� �� ���
������������þTgclocals·0ccc44aeba98cd179eb14f7697b161a2� �� ������ ���›°���þ2go.string."func() string"�@��<�������� �������func() string�� �2go.string."func() string"���þ$type.func() string����������¢mË�3���������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��2go.string."func() string"���p��6go.weak.type.*func() string���€��"runtime.zerovalue��� €�$type.func() string���Ѐ�$type.func() string���€��type.string���þhgo.string."func() (uint64, []uint8, []uint8, error)"�€��r��������(�������func() (uint64, []uint8, []uint8, error)�� �hgo.string."func() (uint64, []uint8, []uint8, error)"���þZtype.func() (uint64, []uint8, []uint8, error)�À��À�������uH�3���������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��hgo.string."func() (uint64, []uint8, []uint8, error)"���p��lgo.weak.type.*func() (uint64, []uint8, []uint8, error)���€��"runtime.zerovalue��� €�Ztype.func() (uint64, []uint8, []uint8, error)���Ѐ�Ztype.func() (uint64, []uint8, []uint8, error)���€��type.uint64�����type.[]uint8��� ��type.[]uint8���°��type.error���þRgo.string."func() ([]objfile.Sym, error)"�`��\���������������func() ([]objfile.Sym, error)�� �Rgo.string."func() ([]objfile.Sym, error)"���þ:type.func() ([]"".Sym, error)� �� �������‰’£´�3������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Rgo.string."func() ([]objfile.Sym, error)"���p��Lgo.weak.type.*func() ([]"".Sym, error)���€��"runtime.zerovalue��� €�:type.func() ([]"".Sym, error)���Ѐ�:type.func() ([]"".Sym, error)���€��type.[]"".Sym�����type.error���þVgo.string."func() (uint64, []uint8, error)"�`��`���������������func() (uint64, []uint8, error)�� �Vgo.string."func() (uint64, []uint8, error)"���þHtype.func() (uint64, []uint8, error)�°��°�������Éߥi�3�������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Vgo.string."func() (uint64, []uint8, error)"���p��Zgo.weak.type.*func() (uint64, []uint8, error)���€��"runtime.zerovalue��� €�Htype.func() (uint64, []uint8, error)���Ѐ�Htype.func() (uint64, []uint8, error)���€��type.uint64�����type.[]uint8��� ��type.error���þ8go.string."*objfile.rawFile"�P��B���������������*objfile.rawFile�� �8go.string."*objfile.rawFile"���þ type.*"".rawFile�� �� �������øE«�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��8go.string."*objfile.rawFile"���p��2go.weak.type.**"".rawFile���€��"runtime.zerovalue�����type."".rawFile���þbruntime.gcbits.0x8c000000000000000000000000000000� �� Œ����������������þ6go.string."objfile.rawFile"�@��@���������������objfile.rawFile�� �6go.string."objfile.rawFile"���þ&go.string."symbols"�0��0���������������symbols�� �&go.string."symbols"���þ&go.string."rawFile"�0��0���������������rawFile�� �&go.string."rawFile"���þtype."".rawFile��Ð��Ð�������{TJ°�����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������, à� runtime.algarray���0��bruntime.gcbits.0x8c000000000000000000000000000000���P��6go.string."objfile.rawFile"���p�� type.*"".rawFile���€��"runtime.zerovalue���À�type."".rawFile���À��$go.string."goarch"���Ð��"go.importpath."".���à��$type.func() string���ð�� go.string."pcln"���€��"go.importpath."".�����Ztype.func() (uint64, []uint8, []uint8, error)��� ��&go.string."symbols"���°��"go.importpath."".���À��:type.func() ([]"".Sym, error)���Ð�� go.string."text"���à��"go.importpath."".���ð��Htype.func() (uint64, []uint8, error)���`€�type."".rawFile���€��&go.string."rawFile"�����"go.importpath."".��� Ð�type."".rawFile���þTgclocals·0115f8d53b75c1696444f08ad03251d9�����������þTgclocals·a11c21977d0c39648c83179d370ce4b8� �� ���������V����þTgclocals·f574ca94451a75e85a1f721f8031a289�(��(��������������°����þTgclocals·e73dda19a20e82d42018f024f527634b�(��(���������Z�������þ,type..hashfunc."".File��������������$type..hash."".File���þ(type..eqfunc."".File�������������� type..eq."".File���þ"type..alg."".File� �� �������������������,type..hashfunc."".File�����(type..eqfunc."".File���þbruntime.gcbits.0xc8888c00000000000000000000000000� �� ȈŒ��������������þ0go.string."objfile.File"�@��:�������� �������objfile.File�� �0go.string."objfile.File"���þgo.string."r"�0��$���������������r�� �go.string."r"���þgo.string."raw"�0��(���������������raw�� �go.string."raw"���þ go.string."File"�0��*���������������File�� � go.string."File"���þtype."".File��°��°�������ó5Ë9������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ ��"type..alg."".File���0��bruntime.gcbits.0xc8888c00000000000000000000000000���P��0go.string."objfile.File"���p��type.*"".File���€��"runtime.zerovalue���À�type."".File���À��go.string."r"���Ð��"go.importpath."".���à��type.*os.File�����go.string."raw"��� ��"go.importpath."".���°��type."".rawFile���`à�type."".File���à�� go.string."File"���ð��"go.importpath."".���€°�type."".File���þ2go.string."*objfile.File"�@��<�������� �������*objfile.File�� �2go.string."*objfile.File"���þJgo.string."func(*objfile.File) error"�`��T���������������func(*objfile.File) error�� �Jgo.string."func(*objfile.File) error"���þ2type.func(*"".File) error� �� �������s8W�3���������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Jgo.string."func(*objfile.File) error"���p��Dgo.weak.type.*func(*"".File) error���€��"runtime.zerovalue��� €�2type.func(*"".File) error���А�2type.func(*"".File) error���€��type.*"".File�����type.error���þpgo.string."func(*objfile.File) (*objfile.Disasm, error)"�€��z��������,�������func(*objfile.File) (*objfile.Disasm, error)�� �pgo.string."func(*objfile.File) (*objfile.Disasm, error)"���þNtype.func(*"".File) (*"".Disasm, error)�°��°�������M#<�3������������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��pgo.string."func(*objfile.File) (*objfile.Disasm, error)"���p��`go.weak.type.*func(*"".File) (*"".Disasm, error)���€��"runtime.zerovalue��� €�Ntype.func(*"".File) (*"".Disasm, error)���А�Ntype.func(*"".File) (*"".Disasm, error)���€��type.*"".File�����type.*"".Disasm��� ��type.error���þLgo.string."func(*objfile.File) string"�`��V���������������func(*objfile.File) string�� �Lgo.string."func(*objfile.File) string"���þ4type.func(*"".File) string� �� �������o‹è®�3���������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Lgo.string."func(*objfile.File) string"���p��Fgo.weak.type.*func(*"".File) string���€��"runtime.zerovalue��� €�4type.func(*"".File) string���А�4type.func(*"".File) string���€��type.*"".File�����type.string���þjgo.string."func(*objfile.File) (*gosym.Table, error)"�€��t��������)�������func(*objfile.File) (*gosym.Table, error)�� �jgo.string."func(*objfile.File) (*gosym.Table, error)"���þ^type.func(*"".File) (*debug/gosym.Table, error)�°��°�������4Gó�3������������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��jgo.string."func(*objfile.File) (*gosym.Table, error)"���p��pgo.weak.type.*func(*"".File) (*debug/gosym.Table, error)���€��"runtime.zerovalue��� €�^type.func(*"".File) (*debug/gosym.Table, error)���А�^type.func(*"".File) (*debug/gosym.Table, error)���€��type.*"".File�����.type.*debug/gosym.Table��� ��type.error���þlgo.string."func(*objfile.File) ([]objfile.Sym, error)"�€��v��������*�������func(*objfile.File) ([]objfile.Sym, error)�� �lgo.string."func(*objfile.File) ([]objfile.Sym, error)"���þJtype.func(*"".File) ([]"".Sym, error)�°��°�������
ó’ �3������������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��lgo.string."func(*objfile.File) ([]objfile.Sym, error)"���p��\go.weak.type.*func(*"".File) ([]"".Sym, error)���€��"runtime.zerovalue��� €�Jtype.func(*"".File) ([]"".Sym, error)���А�Jtype.func(*"".File) ([]"".Sym, error)���€��type.*"".File�����type.[]"".Sym��� ��type.error���þpgo.string."func(*objfile.File) (uint64, []uint8, error)"�€��z��������,�������func(*objfile.File) (uint64, []uint8, error)�� �pgo.string."func(*objfile.File) (uint64, []uint8, error)"���þXtype.func(*"".File) (uint64, []uint8, error)�À��À�������gC\>�3�������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��pgo.string."func(*objfile.File) (uint64, []uint8, error)"���p��jgo.weak.type.*func(*"".File) (uint64, []uint8, error)���€��"runtime.zerovalue��� €�Xtype.func(*"".File) (uint64, []uint8, error)���А�Xtype.func(*"".File) (uint64, []uint8, error)���€��type.*"".File�����type.uint64��� ��type.[]uint8���°��type.error���þ"go.string."Close"�0��,���������������Close�� �"go.string."Close"���þ0go.string."func() error"�@��:�������� �������func() error�� �0go.string."func() error"���þ"type.func() error����������œ‚Öµ�3���������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��0go.string."func() error"���p��4go.weak.type.*func() error���€��"runtime.zerovalue��� €�"type.func() error���Ѐ�"type.func() error���€��type.error���þVgo.string."func() (*objfile.Disasm, error)"�`��`���������������func() (*objfile.Disasm, error)�� �Vgo.string."func() (*objfile.Disasm, error)"���þ>type.func() (*"".Disasm, error)� �� �������ÀÀ?�3������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Vgo.string."func() (*objfile.Disasm, error)"���p��Pgo.weak.type.*func() (*"".Disasm, error)���€��"runtime.zerovalue��� €�>type.func() (*"".Disasm, error)���Ѐ�>type.func() (*"".Disasm, error)���€��type.*"".Disasm�����type.error���þ$go.string."GOARCH"�0��.���������������GOARCH�� �$go.string."GOARCH"���þ.go.string."PCLineTable"�@��8�������� �������PCLineTable�� �.go.string."PCLineTable"���þPgo.string."func() (*gosym.Table, error)"�`��Z���������������func() (*gosym.Table, error)�� �Pgo.string."func() (*gosym.Table, error)"���þNtype.func() (*debug/gosym.Table, error)� �� �������öl0u�3������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Pgo.string."func() (*gosym.Table, error)"���p��`go.weak.type.*func() (*debug/gosym.Table, error)���€��"runtime.zerovalue��� €�Ntype.func() (*debug/gosym.Table, error)���Ѐ�Ntype.func() (*debug/gosym.Table, error)���€��.type.*debug/gosym.Table�����type.error���þ&go.string."Symbols"�0��0���������������Symbols�� �&go.string."Symbols"���þ go.string."Text"�0��*���������������Text�� � go.string."Text"���þtype.*"".File��°��°�������uPŽR�6������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������L  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��2go.string."*objfile.File"���p��,go.weak.type.**"".File���€��"runtime.zerovalue�����type."".File���` �type.*"".File���Àð�type.*"".File���ð��"go.string."Close"�����"type.func() error��� ��2type.func(*"".File) error���°�� "".(*File).Close���À�� "".(*File).Close���Ð��$go.string."Disasm"���ð��>type.func() (*"".Disasm, error)���€��Ntype.func(*"".File) (*"".Disasm, error)�����""".(*File).Disasm��� ��""".(*File).Disasm���°��$go.string."GOARCH"���Ð��$type.func() string���à��4type.func(*"".File) string���ð��""".(*File).GOARCH���€��""".(*File).GOARCH�����.go.string."PCLineTable"���°��Ntype.func() (*debug/gosym.Table, error)���À��^type.func(*"".File) (*debug/gosym.Table, error)���Ð��,"".(*File).PCLineTable���à��,"".(*File).PCLineTable���ð��&go.string."Symbols"�����:type.func() ([]"".Sym, error)��� ��Jtype.func(*"".File) ([]"".Sym, error)���°��$"".(*File).Symbols���À��$"".(*File).Symbols���Ð�� go.string."Text"���ð��Htype.func() (uint64, []uint8, error)���€��Xtype.func(*"".File) (uint64, []uint8, error)�����"".(*File).Text��� ��"".(*File).Text���þ8go.string."**objfile.Disasm"�P��B���������������**objfile.Disasm�� �8go.string."**objfile.Disasm"���þ type.**"".Disasm� �� �������¿4S�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��8go.string."**objfile.Disasm"���p��2go.weak.type.***"".Disasm���€��"runtime.zerovalue�����type.*"".Disasm���þbruntime.gcbits.0x84488800000000000000000000000000� �� „Hˆ��������������þ‚go.string."struct { F uintptr; A0 *uint64; A1 **objfile.Disasm }"���Œ��������5�������struct { F uintptr; A0 *uint64; A1 **objfile.Disasm }�� �‚go.string."struct { F uintptr; A0 *uint64; A1 **objfile.Disasm }"���þgo.string."F"�0��$���������������F�� �go.string."F"���þgo.string."A0"�0��&���������������A0�� �go.string."A0"���þgo.string."A1"�0��&���������������A1�� �go.string."A1"���þjtype.struct { F uintptr; A0 *uint64; A1 **"".Disasm }�°��°�������uÁ“Ö����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� �� runtime.algarray���0��bruntime.gcbits.0x84488800000000000000000000000000���P��‚go.string."struct { F uintptr; A0 *uint64; A1 **objfile.Disasm }"���p��|go.weak.type.*struct { F uintptr; A0 *uint64; A1 **"".Disasm }���€��"runtime.zerovalue���À�jtype.struct { F uintptr; A0 *uint64; A1 **"".Disasm }���À��go.string."F"���à��type.uintptr�����go.string."A0"���°��type.*uint64���à��go.string."A1"���€�� type.**"".Disasm���þ„go.string."*struct { F uintptr; A0 *uint64; A1 **objfile.Disasm }"���Ž��������6�������*struct { F uintptr; A0 *uint64; A1 **objfile.Disasm }�� �„go.string."*struct { F uintptr; A0 *uint64; A1 **objfile.Disasm }"���þltype.*struct { F uintptr; A0 *uint64; A1 **"".Disasm }� �� �������©í_ï�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��„go.string."*struct { F uintptr; A0 *uint64; A1 **objfile.Disasm }"���p��~go.weak.type.**struct { F uintptr; A0 *uint64; A1 **"".Disasm }���€��"runtime.zerovalue�����jtype.struct { F uintptr; A0 *uint64; A1 **"".Disasm }���þbruntime.gcbits.0xcc000000000000000000000000000000� �� Ì����������������þ0go.string."interface {}"�@��:�������� �������interface {}�� �0go.string."interface {}"���þ"type.interface {}�À��À�������çW ��������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0xcc000000000000000000000000000000���P��0go.string."interface {}"���p��4go.weak.type.*interface {}���€��"runtime.zerovalue���À�"type.interface {}���þ4go.string."[]interface {}"�@��>���������������[]interface {}�� �4go.string."[]interface {}"���þ&type.[]interface {}� �� �������p“ê/�����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��4go.string."[]interface {}"���p��8go.weak.type.*[]interface {}���€��"runtime.zerovalue�����"type.interface {}���þRgo.typelink.[]interface {}/[]interface {}��������������&type.[]interface {}���þTgclocals·0115f8d53b75c1696444f08ad03251d9�����������þTgclocals·a11c21977d0c39648c83179d370ce4b8� �� ���������V����þTgclocals·13e5989dfabb82780030343bf65bff4b�(��(����������ð��������þTgclocals·2bd0058e25364e522f9f24a53d6b8231�(��(������������Z����þ<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 {}���þbruntime.gcbits.0xcccc0000000000000000000000000000� �� ÌÌ���������������þ6go.string."[2]interface {}"�@��@���������������[2]interface {}�� �6go.string."[2]interface {}"���þ(type.[2]interface {}�À��À �������,Y¤ñ�������������������������������������������������������������������������������� ��2type..alg.[2]interface {}���0��bruntime.gcbits.0xcccc0000000000000000000000000000���P��6go.string."[2]interface {}"���p��:go.weak.type.*[2]interface {}���€��"runtime.zerovalue�����"type.interface {}��� ��&type.[]interface {}���þVgo.typelink.[2]interface {}/[2]interface {}��������������(type.[2]interface {}���þ<go.string."**tabwriter.Writer"�P��F���������������**tabwriter.Writer�� �<go.string."**tabwriter.Writer"���þ8type.**text/tabwriter.Writer� �� �������“]ÌÎ�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��<go.string."**tabwriter.Writer"���p��Jgo.weak.type.***text/tabwriter.Writer���€��"runtime.zerovalue�����6type.*text/tabwriter.Writer���þ(go.string."*[]uint8"�@��2���������������*[]uint8�� �(go.string."*[]uint8"���þtype.*[]uint8� �� �������¥ŽÐi�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��(go.string."*[]uint8"���p��,go.weak.type.**[]uint8���€��"runtime.zerovalue�����type.[]uint8���þbruntime.gcbits.0x84880000000000000000000000000000� �� „ˆ���������������þ²go.string."struct { F uintptr; A0 **objfile.Disasm; A1 **tabwriter.Writer; A2 *[]uint8 }"�À��¼��������M�������struct { F uintptr; A0 **objfile.Disasm; A1 **tabwriter.Writer; A2 *[]uint8 }�� �²go.string."struct { F uintptr; A0 **objfile.Disasm; A1 **tabwriter.Writer; A2 *[]uint8 }"���þgo.string."A2"�0��&���������������A2�� �go.string."A2"���þ¤type.struct { F uintptr; A0 **"".Disasm; A1 **text/tabwriter.Writer; A2 *[]uint8 }�€��€ �������9ڝP�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� �� runtime.algarray���0��bruntime.gcbits.0x84880000000000000000000000000000���P��²go.string."struct { F uintptr; A0 **objfile.Disasm; A1 **tabwriter.Writer; A2 *[]uint8 }"���p��¶go.weak.type.*struct { F uintptr; A0 **"".Disasm; A1 **text/tabwriter.Writer; A2 *[]uint8 }���€��"runtime.zerovalue���À�¤type.struct { F uintptr; A0 **"".Disasm; A1 **text/tabwriter.Writer; A2 *[]uint8 }���À��go.string."F"���à��type.uintptr�����go.string."A0"���°�� type.**"".Disasm���à��go.string."A1"���€��8type.**text/tabwriter.Writer���°��go.string."A2"���Ð��type.*[]uint8���þ8go.string."*[2]interface {}"�P��B���������������*[2]interface {}�� �8go.string."*[2]interface {}"���þ*type.*[2]interface {}� �� �������¾s-q�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��8go.string."*[2]interface {}"���p��<go.weak.type.**[2]interface {}���€��"runtime.zerovalue�����(type.[2]interface {}���þ´go.string."*struct { F uintptr; A0 **objfile.Disasm; A1 **tabwriter.Writer; A2 *[]uint8 }"�À��¾��������N�������*struct { F uintptr; A0 **objfile.Disasm; A1 **tabwriter.Writer; A2 *[]uint8 }�� �´go.string."*struct { F uintptr; A0 **objfile.Disasm; A1 **tabwriter.Writer; A2 *[]uint8 }"���þ¦type.*struct { F uintptr; A0 **"".Disasm; A1 **text/tabwriter.Writer; A2 *[]uint8 }� �� �������Õ«"Î�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��´go.string."*struct { F uintptr; A0 **objfile.Disasm; A1 **tabwriter.Writer; A2 *[]uint8 }"���p��¸go.weak.type.**struct { F uintptr; A0 **"".Disasm; A1 **text/tabwriter.Writer; A2 *[]uint8 }���€��"runtime.zerovalue�����¤type.struct { F uintptr; A0 **"".Disasm; A1 **text/tabwriter.Writer; A2 *[]uint8 }���þbruntime.gcbits.0x84000000000000000000000000000000� �� „����������������þfgo.string."struct { F uintptr; R *objfile.Disasm }"�p��p��������'�������struct { F uintptr; R *objfile.Disasm }�� �fgo.string."struct { F uintptr; R *objfile.Disasm }"���þgo.string."R"�0��$���������������R�� �go.string."R"���þNtype.struct { F uintptr; R *"".Disasm }�à��à�������ñÄr;�������������������������������������������������������������������������������������������������������������������������������������������������������������� À� runtime.algarray���0��bruntime.gcbits.0x84000000000000000000000000000000���P��fgo.string."struct { F uintptr; R *objfile.Disasm }"���p��`go.weak.type.*struct { F uintptr; R *"".Disasm }���€��"runtime.zerovalue���À�Ntype.struct { F uintptr; R *"".Disasm }���À��go.string."F"���à��type.uintptr�����go.string."R"���°��type.*"".Disasm���þhgo.string."*struct { F uintptr; R *objfile.Disasm }"�€��r��������(�������*struct { F uintptr; R *objfile.Disasm }�� �hgo.string."*struct { F uintptr; R *objfile.Disasm }"���þPtype.*struct { F uintptr; R *"".Disasm }� �� �������RÓÃ�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��hgo.string."*struct { F uintptr; R *objfile.Disasm }"���p��bgo.weak.type.**struct { F uintptr; R *"".Disasm }���€��"runtime.zerovalue�����Ntype.struct { F uintptr; R *"".Disasm }���þ>go.string."*objfile.textReader"�P��H���������������*objfile.textReader�� �>go.string."*objfile.textReader"���þ&go.string."objfile"�0��0���������������objfile�� �&go.string."objfile"���þ,go.string."textReader"�@��6��������
�������textReader�� �,go.string."textReader"���þ$go.string."ReadAt"�0��.���������������ReadAt�� �$go.string."ReadAt"���þTgclocals·a310211a5d93ca643985188646602d0e� �� ���������������þTgclocals·feb307aa180126d792a75f5d0f61f654� �� ������
��
µ���þ„go.string."func(*objfile.textReader, []uint8, int64) (int, error)"���Ž��������6�������func(*objfile.textReader, []uint8, int64) (int, error)�� �„go.string."func(*objfile.textReader, []uint8, int64) (int, error)"���þltype.func(*"".textReader, []uint8, int64) (int, error)�Ð��Ð�������ÝÑ&�3���������������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��„go.string."func(*objfile.textReader, []uint8, int64) (int, error)"���p��~go.weak.type.*func(*"".textReader, []uint8, int64) (int, error)���€��"runtime.zerovalue��� €�ltype.func(*"".textReader, []uint8, int64) (int, error)���а�ltype.func(*"".textReader, []uint8, int64) (int, error)���€��&type.*"".textReader�����type.[]uint8��� ��type.int64���°��type.int���À��type.error���þZgo.string."func([]uint8, int64) (int, error)"�p��d��������!�������func([]uint8, int64) (int, error)�� �Zgo.string."func([]uint8, int64) (int, error)"���þLtype.func([]uint8, int64) (int, error)�À��À�������ŠC¶,�3�������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Zgo.string."func([]uint8, int64) (int, error)"���p��^go.weak.type.*func([]uint8, int64) (int, error)���€��"runtime.zerovalue��� €�Ltype.func([]uint8, int64) (int, error)���Р�Ltype.func([]uint8, int64) (int, error)���€��type.[]uint8�����type.int64��� ��type.int���°��type.error���þ&type.*"".textReader��Ð��Ð�������9ö r�6������������������������������������������������������������������������������������������������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��>go.string."*objfile.textReader"���p��8go.weak.type.**"".textReader���€��"runtime.zerovalue�����$type."".textReader���` �&type.*"".textReader���Àð�&type.*"".textReader���ð��$go.string."ReadAt"�����Ltype.func([]uint8, int64) (int, error)��� ��ltype.func(*"".textReader, []uint8, int64) (int, error)���°��."".(*textReader).ReadAt���À��."".(*textReader).ReadAt���þbruntime.gcbits.0x48440000000000000000000000000000� �� HD���������������þ<go.string."objfile.textReader"�P��F���������������objfile.textReader�� �<go.string."objfile.textReader"���þ go.string."code"�0��*���������������code�� � go.string."code"���þgo.string."pc"�0��&���������������pc�� �go.string."pc"���þ‚go.string."func(objfile.textReader, []uint8, int64) (int, error)"���Œ��������5�������func(objfile.textReader, []uint8, int64) (int, error)�� �‚go.string."func(objfile.textReader, []uint8, int64) (int, error)"���þjtype.func("".textReader, []uint8, int64) (int, error)�Ð��Ð�������ȕJ¸�3���������������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��‚go.string."func(objfile.textReader, []uint8, int64) (int, error)"���p��|go.weak.type.*func("".textReader, []uint8, int64) (int, error)���€��"runtime.zerovalue��� €�jtype.func("".textReader, []uint8, int64) (int, error)���а�jtype.func("".textReader, []uint8, int64) (int, error)���€��$type."".textReader�����type.[]uint8��� ��type.int64���°��type.int���À��type.error���þ$type."".textReader���� �������+*<:����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������* à� runtime.algarray���0��bruntime.gcbits.0x48440000000000000000000000000000���P��<go.string."objfile.textReader"���p��&type.*"".textReader���€��"runtime.zerovalue���À�$type."".textReader���À�� go.string."code"���Ð��"go.importpath."".���à��type.[]uint8�����go.string."pc"��� ��"go.importpath."".���°��type.uint64���`à�$type."".textReader���à��,go.string."textReader"���ð��"go.importpath."".���€°�$type."".textReader���°��$go.string."ReadAt"���Ð��Ltype.func([]uint8, int64) (int, error)���à��jtype.func("".textReader, []uint8, int64) (int, error)���ð��."".(*textReader).ReadAt���€��("".textReader.ReadAt���þ8go.string."*objfile.elfFile"�P��B���������������*objfile.elfFile�� �8go.string."*objfile.elfFile"���þRgo.string."func(*objfile.elfFile) string"�`��\���������������func(*objfile.elfFile) string�� �Rgo.string."func(*objfile.elfFile) string"���þ:type.func(*"".elfFile) string� �� �������;ôG>�3���������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Rgo.string."func(*objfile.elfFile) string"���p��Lgo.weak.type.*func(*"".elfFile) string���€��"runtime.zerovalue��� €�:type.func(*"".elfFile) string���А�:type.func(*"".elfFile) string���€�� type.*"".elfFile�����type.string���þˆgo.string."func(*objfile.elfFile) (uint64, []uint8, []uint8, error)"� ��’��������8�������func(*objfile.elfFile) (uint64, []uint8, []uint8, error)�� �ˆgo.string."func(*objfile.elfFile) (uint64, []uint8, []uint8, error)"���þptype.func(*"".elfFile) (uint64, []uint8, []uint8, error)�Ð��Ð�������€}�3���������������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��ˆgo.string."func(*objfile.elfFile) (uint64, []uint8, []uint8, error)"���p��‚go.weak.type.*func(*"".elfFile) (uint64, []uint8, []uint8, error)���€��"runtime.zerovalue��� €�ptype.func(*"".elfFile) (uint64, []uint8, []uint8, error)���А�ptype.func(*"".elfFile) (uint64, []uint8, []uint8, error)���€�� type.*"".elfFile�����type.uint64��� ��type.[]uint8���°��type.[]uint8���À��type.error���þrgo.string."func(*objfile.elfFile) ([]objfile.Sym, error)"�€��|��������-�������func(*objfile.elfFile) ([]objfile.Sym, error)�� �rgo.string."func(*objfile.elfFile) ([]objfile.Sym, error)"���þPtype.func(*"".elfFile) ([]"".Sym, error)�°��°�������bÆ}¤�3������������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��rgo.string."func(*objfile.elfFile) ([]objfile.Sym, error)"���p��bgo.weak.type.*func(*"".elfFile) ([]"".Sym, error)���€��"runtime.zerovalue��� €�Ptype.func(*"".elfFile) ([]"".Sym, error)���А�Ptype.func(*"".elfFile) ([]"".Sym, error)���€�� type.*"".elfFile�����type.[]"".Sym��� ��type.error���þvgo.string."func(*objfile.elfFile) (uint64, []uint8, error)"�€��€��������/�������func(*objfile.elfFile) (uint64, []uint8, error)�� �vgo.string."func(*objfile.elfFile) (uint64, []uint8, error)"���þ^type.func(*"".elfFile) (uint64, []uint8, error)�À��À�������÷ÍBj�3�������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��vgo.string."func(*objfile.elfFile) (uint64, []uint8, error)"���p��pgo.weak.type.*func(*"".elfFile) (uint64, []uint8, error)���€��"runtime.zerovalue��� €�^type.func(*"".elfFile) (uint64, []uint8, error)���А�^type.func(*"".elfFile) (uint64, []uint8, error)���€�� type.*"".elfFile�����type.uint64��� ��type.[]uint8���°��type.error���þ type.*"".elfFile��ð��ð�������íŸJò�6������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������@  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��8go.string."*objfile.elfFile"���p��2go.weak.type.**"".elfFile���€��"runtime.zerovalue�����type."".elfFile���` � type.*"".elfFile���Àð� type.*"".elfFile���ð��$go.string."goarch"���€��"go.importpath."".�����$type.func() string��� ��:type.func(*"".elfFile) string���°��("".(*elfFile).goarch���À��("".(*elfFile).goarch���Ð�� go.string."pcln"���à��"go.importpath."".���ð��Ztype.func() (uint64, []uint8, []uint8, error)���€��ptype.func(*"".elfFile) (uint64, []uint8, []uint8, error)�����$"".(*elfFile).pcln��� ��$"".(*elfFile).pcln���°��&go.string."symbols"���À��"go.importpath."".���Ð��:type.func() ([]"".Sym, error)���à��Ptype.func(*"".elfFile) ([]"".Sym, error)���ð��*"".(*elfFile).symbols���€��*"".(*elfFile).symbols����� go.string."text"��� ��"go.importpath."".���°��Htype.func() (uint64, []uint8, error)���À��^type.func(*"".elfFile) (uint64, []uint8, error)���Ð��$"".(*elfFile).text���à��$"".(*elfFile).text���þ6go.string."objfile.elfFile"�@��@���������������objfile.elfFile�� �6go.string."objfile.elfFile"���þgo.string."elf"�0��(���������������elf�� �go.string."elf"���þ&go.string."elfFile"�0��0���������������elfFile�� �&go.string."elfFile"���þtype."".elfFile��à��à�������\”­‘�9��������������������������������������������������������������������������������������������������������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��6go.string."objfile.elfFile"���p�� type.*"".elfFile���€��"runtime.zerovalue���À�type."".elfFile���À��go.string."elf"���Ð��"go.importpath."".���à��(type.*debug/elf.File���`�type."".elfFile�����&go.string."elfFile"��� ��"go.importpath."".���°à�type."".elfFile���þ0go.string."[]elf.Symbol"�@��:�������� �������[]elf.Symbol�� �0go.string."[]elf.Symbol"���þ.type.[]debug/elf.Symbol� �� �������Vt™�����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��0go.string."[]elf.Symbol"���p��@go.weak.type.*[]debug/elf.Symbol���€��"runtime.zerovalue�����*type.debug/elf.Symbol���þVgo.typelink.[]elf.Symbol/[]debug/elf.Symbol��������������.type.[]debug/elf.Symbol���þ<go.string."*objfile.goobjFile"�P��F���������������*objfile.goobjFile�� �<go.string."*objfile.goobjFile"���þVgo.string."func(*objfile.goobjFile) string"�`��`���������������func(*objfile.goobjFile) string�� �Vgo.string."func(*objfile.goobjFile) string"���þ>type.func(*"".goobjFile) string� �� �������i~•��3���������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Vgo.string."func(*objfile.goobjFile) string"���p��Pgo.weak.type.*func(*"".goobjFile) string���€��"runtime.zerovalue��� €�>type.func(*"".goobjFile) string���А�>type.func(*"".goobjFile) string���€��$type.*"".goobjFile�����type.string���þŒgo.string."func(*objfile.goobjFile) (uint64, []uint8, []uint8, error)"� ��–��������:�������func(*objfile.goobjFile) (uint64, []uint8, []uint8, error)�� �Œgo.string."func(*objfile.goobjFile) (uint64, []uint8, []uint8, error)"���þttype.func(*"".goobjFile) (uint64, []uint8, []uint8, error)�Ð��Ð�������sµ~�3���������������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Œgo.string."func(*objfile.goobjFile) (uint64, []uint8, []uint8, error)"���p��†go.weak.type.*func(*"".goobjFile) (uint64, []uint8, []uint8, error)���€��"runtime.zerovalue��� €�ttype.func(*"".goobjFile) (uint64, []uint8, []uint8, error)���А�ttype.func(*"".goobjFile) (uint64, []uint8, []uint8, error)���€��$type.*"".goobjFile�����type.uint64��� ��type.[]uint8���°��type.[]uint8���À��type.error���þvgo.string."func(*objfile.goobjFile) ([]objfile.Sym, error)"�€��€��������/�������func(*objfile.goobjFile) ([]objfile.Sym, error)�� �vgo.string."func(*objfile.goobjFile) ([]objfile.Sym, error)"���þTtype.func(*"".goobjFile) ([]"".Sym, error)�°��°�������Mplk�3������������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��vgo.string."func(*objfile.goobjFile) ([]objfile.Sym, error)"���p��fgo.weak.type.*func(*"".goobjFile) ([]"".Sym, error)���€��"runtime.zerovalue��� €�Ttype.func(*"".goobjFile) ([]"".Sym, error)���А�Ttype.func(*"".goobjFile) ([]"".Sym, error)���€��$type.*"".goobjFile�����type.[]"".Sym��� ��type.error���þzgo.string."func(*objfile.goobjFile) (uint64, []uint8, error)"���„��������1�������func(*objfile.goobjFile) (uint64, []uint8, error)�� �zgo.string."func(*objfile.goobjFile) (uint64, []uint8, error)"���þbtype.func(*"".goobjFile) (uint64, []uint8, error)�À��À�������pg›�3�������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��zgo.string."func(*objfile.goobjFile) (uint64, []uint8, error)"���p��tgo.weak.type.*func(*"".goobjFile) (uint64, []uint8, error)���€��"runtime.zerovalue��� €�btype.func(*"".goobjFile) (uint64, []uint8, error)���А�btype.func(*"".goobjFile) (uint64, []uint8, error)���€��$type.*"".goobjFile�����type.uint64��� ��type.[]uint8���°��type.error���þ$type.*"".goobjFile��ð��ð������� \ô^�6������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������@  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��<go.string."*objfile.goobjFile"���p��6go.weak.type.**"".goobjFile���€��"runtime.zerovalue�����"type."".goobjFile���` �$type.*"".goobjFile���Àð�$type.*"".goobjFile���ð��$go.string."goarch"���€��"go.importpath."".�����$type.func() string��� ��>type.func(*"".goobjFile) string���°��,"".(*goobjFile).goarch���À��,"".(*goobjFile).goarch���Ð�� go.string."pcln"���à��"go.importpath."".���ð��Ztype.func() (uint64, []uint8, []uint8, error)���€��ttype.func(*"".goobjFile) (uint64, []uint8, []uint8, error)�����("".(*goobjFile).pcln��� ��("".(*goobjFile).pcln���°��&go.string."symbols"���À��"go.importpath."".���Ð��:type.func() ([]"".Sym, error)���à��Ttype.func(*"".goobjFile) ([]"".Sym, error)���ð��."".(*goobjFile).symbols���€��."".(*goobjFile).symbols����� go.string."text"��� ��"go.importpath."".���°��Htype.func() (uint64, []uint8, error)���À��btype.func(*"".goobjFile) (uint64, []uint8, error)���Ð��("".(*goobjFile).text���à��("".(*goobjFile).text���þ:go.string."objfile.goobjFile"�P��D���������������objfile.goobjFile�� �:go.string."objfile.goobjFile"���þ"go.string."goobj"�0��,���������������goobj�� �"go.string."goobj"���þ*go.string."goobjFile"�@��4�������� �������goobjFile�� �*go.string."goobjFile"���þ"type."".goobjFile��à��à�������‡¯_�9��������������������������������������������������������������������������������������������������������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��:go.string."objfile.goobjFile"���p��$type.*"".goobjFile���€��"runtime.zerovalue���À�"type."".goobjFile���À��"go.string."goobj"���Ð��"go.importpath."".���à��@type.*cmd/internal/goobj.Package���`�"type."".goobjFile�����*go.string."goobjFile"��� ��"go.importpath."".���°à�"type."".goobjFile���þ2go.string."[]goobj.SymID"�@��<�������� �������[]goobj.SymID�� �2go.string."[]goobj.SymID"���þ>type.[]cmd/internal/goobj.SymID� �� �������ÊÜ£1�����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��2go.string."[]goobj.SymID"���p��Pgo.weak.type.*[]cmd/internal/goobj.SymID���€��"runtime.zerovalue�����:type.cmd/internal/goobj.SymID���þhgo.typelink.[]goobj.SymID/[]cmd/internal/goobj.SymID��������������>type.[]cmd/internal/goobj.SymID���þTgclocals·0115f8d53b75c1696444f08ad03251d9�����������þTgclocals·a11c21977d0c39648c83179d370ce4b8� �� ���������V����þTgclocals·1b1b40002e4437c990376d3506d8aa57�0��0��� �������
���
�������þTgclocals·5fe5f138b24dc122a8e706ffe5dfb5cb�0��0���������������Z����þTtype..hashfunc.[8]cmd/internal/goobj.SymID��������������Ltype..hash.[8]cmd/internal/goobj.SymID���þPtype..eqfunc.[8]cmd/internal/goobj.SymID��������������Htype..eq.[8]cmd/internal/goobj.SymID���þJtype..alg.[8]cmd/internal/goobj.SymID� �� �������������������Ttype..hashfunc.[8]cmd/internal/goobj.SymID�����Ptype..eqfunc.[8]cmd/internal/goobj.SymID���þbruntime.gcbits.0x48844448844448844448844400000000� �� H„DH„DH„DH„D�����þ4go.string."[8]goobj.SymID"�@��>���������������[8]goobj.SymID�� �4go.string."[8]goobj.SymID"���þ@type.[8]cmd/internal/goobj.SymID�À��ÀÀ�������èÔk5���������������������������������������������������������������������������������� ��Jtype..alg.[8]cmd/internal/goobj.SymID���0��bruntime.gcbits.0x48844448844448844448844400000000���P��4go.string."[8]goobj.SymID"���p��Rgo.weak.type.*[8]cmd/internal/goobj.SymID���€��"runtime.zerovalue�����: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."[]bool"�0��.���������������[]bool�� �$go.string."[]bool"���þtype.[]bool� �� �������±åç�����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��$go.string."[]bool"���p��(go.weak.type.*[]bool���€��"runtime.zerovalue�����type.bool���þ2go.typelink.[]bool/[]bool��������������type.[]bool���þ^runtime.gcbits.0x000000000000000000000000000000� �� �����������������þ&go.string."[8]bool"�0��0���������������[8]bool�� �&go.string."[8]bool"���þtype.[8]bool�À��À�������s£5���‘�������������������������������������������������������������������������������  � runtime.algarray���0��^runtime.gcbits.0x000000000000000000000000000000���P��&go.string."[8]bool"���p��*go.weak.type.*[8]bool���€��"runtime.zerovalue�����type.bool��� ��type.[]bool���þ6go.typelink.[8]bool/[8]bool��������������type.[8]bool���þPgo.string."*map.bucket[goobj.SymID]bool"�`��Z���������������*map.bucket[goobj.SymID]bool�� �Pgo.string."*map.bucket[goobj.SymID]bool"���þ\type.*map.bucket[cmd/internal/goobj.SymID]bool� �� �������áÿžº�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Pgo.string."*map.bucket[goobj.SymID]bool"���p��ngo.weak.type.**map.bucket[cmd/internal/goobj.SymID]bool���€��"runtime.zerovalue�����Ztype.map.bucket[cmd/internal/goobj.SymID]bool���þ,btype..gc.map.bucket[cmd/internal/goobj.SymID]bool�8����þjtype..gcprog.map.bucket[cmd/internal/goobj.SymID]bool���Y–eY–e%�þNgo.string."map.bucket[goobj.SymID]bool"�`��X���������������map.bucket[goobj.SymID]bool�� �Ngo.string."map.bucket[goobj.SymID]bool"���þZtype.map.bucket[cmd/internal/goobj.SymID]bool�°��°Ø�������j-… ���Y�����������������������������������������������������������������������������������������������������������������������������������������������������È���������������������������������������Ð������� à� runtime.algarray���0��btype..gc.map.bucket[cmd/internal/goobj.SymID]bool���@��jtype..gcprog.map.bucket[cmd/internal/goobj.SymID]bool���P��Ngo.string."map.bucket[goobj.SymID]bool"���p��lgo.weak.type.*map.bucket[cmd/internal/goobj.SymID]bool���€��"runtime.zerovalue���À�Ztype.map.bucket[cmd/internal/goobj.SymID]bool���À�� go.string."keys"���à��@type.[8]cmd/internal/goobj.SymID�����$go.string."values"���°��type.[8]bool���à��(go.string."overflow"���€��\type.*map.bucket[cmd/internal/goobj.SymID]bool���þHgo.string."map.hdr[goobj.SymID]bool"�`��R���������������map.hdr[goobj.SymID]bool�� �Hgo.string."map.hdr[goobj.SymID]bool"���þTtype.map.hdr[cmd/internal/goobj.SymID]bool�à��à0������� Ցd�������������������������������������������������������������������������������������������������������������������������������������������������������� ������� à� runtime.algarray���0��bruntime.gcbits.0x44844800000000000000000000000000���P��Hgo.string."map.hdr[goobj.SymID]bool"���p��fgo.weak.type.*map.hdr[cmd/internal/goobj.SymID]bool���€��"runtime.zerovalue���À�Ttype.map.hdr[cmd/internal/goobj.SymID]bool���À��&go.string."buckets"���à��\type.*map.bucket[cmd/internal/goobj.SymID]bool�����,go.string."oldbuckets"���°��\type.*map.bucket[cmd/internal/goobj.SymID]bool���þ@go.string."map[goobj.SymID]bool"�P��J���������������map[goobj.SymID]bool�� �@go.string."map[goobj.SymID]bool"���þLtype.map[cmd/internal/goobj.SymID]bool�Ü��Ü�������™ùÑ)�5������������������������������������������������������������������������������������������Ø� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��@go.string."map[goobj.SymID]bool"���p��^go.weak.type.*map[cmd/internal/goobj.SymID]bool���€��"runtime.zerovalue�����: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]bool��������������Ltype.map[cmd/internal/goobj.SymID]bool���þ0go.string."[]*goobj.Sym"�@��:�������� �������[]*goobj.Sym�� �0go.string."[]*goobj.Sym"���þ<type.[]*cmd/internal/goobj.Sym� �� �������ªµK�����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��0go.string."[]*goobj.Sym"���p��Ngo.weak.type.*[]*cmd/internal/goobj.Sym���€��"runtime.zerovalue�����8type.*cmd/internal/goobj.Sym���þdgo.typelink.[]*goobj.Sym/[]*cmd/internal/goobj.Sym��������������<type.[]*cmd/internal/goobj.Sym���þ2go.string."[]goobj.Reloc"�@��<�������� �������[]goobj.Reloc�� �2go.string."[]goobj.Reloc"���þ>type.[]cmd/internal/goobj.Reloc� �� �������íÖâ’�����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��2go.string."[]goobj.Reloc"���p��Pgo.weak.type.*[]cmd/internal/goobj.Reloc���€��"runtime.zerovalue�����:type.cmd/internal/goobj.Reloc���þhgo.typelink.[]goobj.Reloc/[]cmd/internal/goobj.Reloc��������������>type.[]cmd/internal/goobj.Reloc���þ.go.string."**goobj.Sym"�@��8�������� �������**goobj.Sym�� �.go.string."**goobj.Sym"���þ:type.**cmd/internal/goobj.Sym� �� �������1â>&�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��.go.string."**goobj.Sym"���p��Lgo.weak.type.***cmd/internal/goobj.Sym���€��"runtime.zerovalue�����8type.*cmd/internal/goobj.Sym���þ<go.string."*objfile.machoFile"�P��F���������������*objfile.machoFile�� �<go.string."*objfile.machoFile"���þVgo.string."func(*objfile.machoFile) string"�`��`���������������func(*objfile.machoFile) string�� �Vgo.string."func(*objfile.machoFile) string"���þ>type.func(*"".machoFile) string� �� �������S¼ý�3���������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Vgo.string."func(*objfile.machoFile) string"���p��Pgo.weak.type.*func(*"".machoFile) string���€��"runtime.zerovalue��� €�>type.func(*"".machoFile) string���А�>type.func(*"".machoFile) string���€��$type.*"".machoFile�����type.string���þŒgo.string."func(*objfile.machoFile) (uint64, []uint8, []uint8, error)"� ��–��������:�������func(*objfile.machoFile) (uint64, []uint8, []uint8, error)�� �Œgo.string."func(*objfile.machoFile) (uint64, []uint8, []uint8, error)"���þttype.func(*"".machoFile) (uint64, []uint8, []uint8, error)�Ð��Ð�������˜†š�3���������������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Œgo.string."func(*objfile.machoFile) (uint64, []uint8, []uint8, error)"���p��†go.weak.type.*func(*"".machoFile) (uint64, []uint8, []uint8, error)���€��"runtime.zerovalue��� €�ttype.func(*"".machoFile) (uint64, []uint8, []uint8, error)���А�ttype.func(*"".machoFile) (uint64, []uint8, []uint8, error)���€��$type.*"".machoFile�����type.uint64��� ��type.[]uint8���°��type.[]uint8���À��type.error���þvgo.string."func(*objfile.machoFile) ([]objfile.Sym, error)"�€��€��������/�������func(*objfile.machoFile) ([]objfile.Sym, error)�� �vgo.string."func(*objfile.machoFile) ([]objfile.Sym, error)"���þTtype.func(*"".machoFile) ([]"".Sym, error)�°��°�������3k�3������������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��vgo.string."func(*objfile.machoFile) ([]objfile.Sym, error)"���p��fgo.weak.type.*func(*"".machoFile) ([]"".Sym, error)���€��"runtime.zerovalue��� €�Ttype.func(*"".machoFile) ([]"".Sym, error)���А�Ttype.func(*"".machoFile) ([]"".Sym, error)���€��$type.*"".machoFile�����type.[]"".Sym��� ��type.error���þzgo.string."func(*objfile.machoFile) (uint64, []uint8, error)"���„��������1�������func(*objfile.machoFile) (uint64, []uint8, error)�� �zgo.string."func(*objfile.machoFile) (uint64, []uint8, error)"���þbtype.func(*"".machoFile) (uint64, []uint8, error)�À��À�������Ÿ �3�������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��zgo.string."func(*objfile.machoFile) (uint64, []uint8, error)"���p��tgo.weak.type.*func(*"".machoFile) (uint64, []uint8, error)���€��"runtime.zerovalue��� €�btype.func(*"".machoFile) (uint64, []uint8, error)���А�btype.func(*"".machoFile) (uint64, []uint8, error)���€��$type.*"".machoFile�����type.uint64��� ��type.[]uint8���°��type.error���þ$type.*"".machoFile��ð��ð�������±Áh´�6������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������@  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��<go.string."*objfile.machoFile"���p��6go.weak.type.**"".machoFile���€��"runtime.zerovalue�����"type."".machoFile���` �$type.*"".machoFile���Àð�$type.*"".machoFile���ð��$go.string."goarch"���€��"go.importpath."".�����$type.func() string��� ��>type.func(*"".machoFile) string���°��,"".(*machoFile).goarch���À��,"".(*machoFile).goarch���Ð�� go.string."pcln"���à��"go.importpath."".���ð��Ztype.func() (uint64, []uint8, []uint8, error)���€��ttype.func(*"".machoFile) (uint64, []uint8, []uint8, error)�����("".(*machoFile).pcln��� ��("".(*machoFile).pcln���°��&go.string."symbols"���À��"go.importpath."".���Ð��:type.func() ([]"".Sym, error)���à��Ttype.func(*"".machoFile) ([]"".Sym, error)���ð��."".(*machoFile).symbols���€��."".(*machoFile).symbols����� go.string."text"��� ��"go.importpath."".���°��Htype.func() (uint64, []uint8, error)���À��btype.func(*"".machoFile) (uint64, []uint8, error)���Ð��("".(*machoFile).text���à��("".(*machoFile).text���þ:go.string."objfile.machoFile"�P��D���������������objfile.machoFile�� �:go.string."objfile.machoFile"���þ"go.string."macho"�0��,���������������macho�� �"go.string."macho"���þ*go.string."machoFile"�@��4�������� �������machoFile�� �*go.string."machoFile"���þ"type."".machoFile��à��à�������¿7ùÌ�9��������������������������������������������������������������������������������������������������������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��:go.string."objfile.machoFile"���p��$type.*"".machoFile���€��"runtime.zerovalue���À�"type."".machoFile���À��"go.string."macho"���Ð��"go.importpath."".���à��,type.*debug/macho.File���`�"type."".machoFile�����*go.string."machoFile"��� ��"go.importpath."".���°à�"type."".machoFile���þ(go.string."[]uint64"�@��2���������������[]uint64�� �(go.string."[]uint64"���þtype.[]uint64� �� �������?µi �����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��(go.string."[]uint64"���p��,go.weak.type.*[]uint64���€��"runtime.zerovalue�����type.uint64���þ:go.typelink.[]uint64/[]uint64��������������type.[]uint64���þ8go.string."*objfile.uint64s"�P��B���������������*objfile.uint64s�� �8go.string."*objfile.uint64s"���þ&go.string."uint64s"�0��0���������������uint64s�� �&go.string."uint64s"���þgo.string."Len"�0��(���������������Len�� �go.string."Len"���þTgclocals·bfc69a0c89200aaeab2b53343f38a3be� �� ���������������þTgclocals·cf86db206769ec68369d07e260728f65� �� �������������þ go.string."Swap"�0��*���������������Swap�� � go.string."Swap"���þTgclocals·61e2515c69061b8fed0e66ece719f936� �� ��������������þTgclocals·5719e95fd01d864484e48bd45fcc377f� �� �������������þ go.string."Less"�0��*���������������Less�� � go.string."Less"���þTgclocals·fd139652d6b2c96a7f83c7d52c0087ad�(��(������������������þTgclocals·35977baeda91b849dfa1deb55266551a�(��(������������V����þLgo.string."func(*objfile.uint64s) int"�`��V���������������func(*objfile.uint64s) int�� �Lgo.string."func(*objfile.uint64s) int"���þ4type.func(*"".uint64s) int� �� �������þ'é�3���������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Lgo.string."func(*objfile.uint64s) int"���p��Fgo.weak.type.*func(*"".uint64s) int���€��"runtime.zerovalue��� €�4type.func(*"".uint64s) int���А�4type.func(*"".uint64s) int���€�� type.*"".uint64s�����type.int���þbgo.string."func(*objfile.uint64s, int, int) bool"�p��l��������%�������func(*objfile.uint64s, int, int) bool�� �bgo.string."func(*objfile.uint64s, int, int) bool"���þJtype.func(*"".uint64s, int, int) bool�À��À�������†^Ì2�3�������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��bgo.string."func(*objfile.uint64s, int, int) bool"���p��\go.weak.type.*func(*"".uint64s, int, int) bool���€��"runtime.zerovalue��� €�Jtype.func(*"".uint64s, int, int) bool���а�Jtype.func(*"".uint64s, int, int) bool���€�� type.*"".uint64s�����type.int��� ��type.int���°��type.bool���þXgo.string."func(*objfile.uint64s, int, int)"�p��b�������� �������func(*objfile.uint64s, int, int)�� �Xgo.string."func(*objfile.uint64s, int, int)"���þ@type.func(*"".uint64s, int, int)�°��°�������«Ž—�3�������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Xgo.string."func(*objfile.uint64s, int, int)"���p��Rgo.weak.type.*func(*"".uint64s, int, int)���€��"runtime.zerovalue��� €�@type.func(*"".uint64s, int, int)���а�@type.func(*"".uint64s, int, int)���€�� type.*"".uint64s�����type.int��� ��type.int���þ,go.string."func() int"�@��6��������
�������func() int�� �,go.string."func() int"���þtype.func() int����������å†9à�3���������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��,go.string."func() int"���p��0go.weak.type.*func() int���€��"runtime.zerovalue��� €�type.func() int���Ѐ�type.func() int���€��type.int���þ>go.string."func(int, int) bool"�P��H���������������func(int, int) bool�� �>go.string."func(int, int) bool"���þ0type.func(int, int) bool�°��°�������¢"�3������������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��>go.string."func(int, int) bool"���p��Bgo.weak.type.*func(int, int) bool���€��"runtime.zerovalue��� €�0type.func(int, int) bool���Р�0type.func(int, int) bool���€��type.int�����type.int��� ��type.bool���þ4go.string."func(int, int)"�@��>���������������func(int, int)�� �4go.string."func(int, int)"���þ&type.func(int, int)� �� �������%DŽ�3������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��4go.string."func(int, int)"���p��8go.weak.type.*func(int, int)���€��"runtime.zerovalue��� €�&type.func(int, int)���Р�&type.func(int, int)���€��type.int�����type.int���þ type.*"".uint64s�����������Ñxúz�6������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������.  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��8go.string."*objfile.uint64s"���p��2go.weak.type.**"".uint64s���€��"runtime.zerovalue�����type."".uint64s���` � type.*"".uint64s���Àð� type.*"".uint64s���ð��go.string."Len"�����type.func() int��� ��4type.func(*"".uint64s) int���°��""".(*uint64s).Len���À��""".(*uint64s).Len���Ð�� go.string."Less"���ð��0type.func(int, int) bool���€��Jtype.func(*"".uint64s, int, int) bool�����$"".(*uint64s).Less��� ��$"".(*uint64s).Less���°�� go.string."Swap"���Ð��&type.func(int, int)���à��@type.func(*"".uint64s, int, int)���ð��$"".(*uint64s).Swap���€��$"".(*uint64s).Swap���þ6go.string."objfile.uint64s"�@��@���������������objfile.uint64s�� �6go.string."objfile.uint64s"���þJgo.string."func(objfile.uint64s) int"�`��T���������������func(objfile.uint64s) int�� �Jgo.string."func(objfile.uint64s) int"���þ2type.func("".uint64s) int� �� �������iºv�3���������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Jgo.string."func(objfile.uint64s) int"���p��Dgo.weak.type.*func("".uint64s) int���€��"runtime.zerovalue��� €�2type.func("".uint64s) int���А�2type.func("".uint64s) int���€��type."".uint64s�����type.int���þ`go.string."func(objfile.uint64s, int, int) bool"�p��j��������$�������func(objfile.uint64s, int, int) bool�� �`go.string."func(objfile.uint64s, int, int) bool"���þHtype.func("".uint64s, int, int) bool�À��À�������¸Î¥�3�������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��`go.string."func(objfile.uint64s, int, int) bool"���p��Zgo.weak.type.*func("".uint64s, int, int) bool���€��"runtime.zerovalue��� €�Htype.func("".uint64s, int, int) bool���а�Htype.func("".uint64s, int, int) bool���€��type."".uint64s�����type.int��� ��type.int���°��type.bool���þVgo.string."func(objfile.uint64s, int, int)"�`��`���������������func(objfile.uint64s, int, int)�� �Vgo.string."func(objfile.uint64s, int, int)"���þ>type.func("".uint64s, int, int)�°��°�������ÿq(0�3�������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Vgo.string."func(objfile.uint64s, int, int)"���p��Pgo.weak.type.*func("".uint64s, int, int)���€��"runtime.zerovalue��� €�>type.func("".uint64s, int, int)���а�>type.func("".uint64s, int, int)���€��type."".uint64s�����type.int��� ��type.int���þtype."".uint64s�����������¾­„ó�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������2  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��6go.string."objfile.uint64s"���p�� type.*"".uint64s���€��"runtime.zerovalue�����type.uint64���` �type."".uint64s��� ��&go.string."uint64s"���°��"go.importpath."".���Àð�type."".uint64s���ð��go.string."Len"�����type.func() int��� ��2type.func("".uint64s) int���°��""".(*uint64s).Len���À��"".uint64s.Len���Ð�� go.string."Less"���ð��0type.func(int, int) bool���€��Htype.func("".uint64s, int, int) bool�����$"".(*uint64s).Less��� ��"".uint64s.Less���°�� go.string."Swap"���Ð��&type.func(int, int)���à��>type.func("".uint64s, int, int)���ð��$"".(*uint64s).Swap���€��"".uint64s.Swap���þ4go.string."[]macho.Symbol"�@��>���������������[]macho.Symbol�� �4go.string."[]macho.Symbol"���þ2type.[]debug/macho.Symbol� �� �������bgJ}�����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��4go.string."[]macho.Symbol"���p��Dgo.weak.type.*[]debug/macho.Symbol���€��"runtime.zerovalue�����.type.debug/macho.Symbol���þ^go.typelink.[]macho.Symbol/[]debug/macho.Symbol��������������2type.[]debug/macho.Symbol���þ*go.string."*[]uint64"�@��4�������� �������*[]uint64�� �*go.string."*[]uint64"���þtype.*[]uint64� �� �������/DK\�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��*go.string."*[]uint64"���p��.go.weak.type.**[]uint64���€��"runtime.zerovalue�����type.[]uint64���þ€go.string."struct { F uintptr; A0 *[]uint64; A1 *macho.Symbol }"���Š��������4�������struct { F uintptr; A0 *[]uint64; A1 *macho.Symbol }�� �€go.string."struct { F uintptr; A0 *[]uint64; A1 *macho.Symbol }"���þ~type.struct { F uintptr; A0 *[]uint64; A1 *debug/macho.Symbol }�°��°�������јý����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� �� runtime.algarray���0��bruntime.gcbits.0x84488800000000000000000000000000���P��€go.string."struct { F uintptr; A0 *[]uint64; A1 *macho.Symbol }"���p��go.weak.type.*struct { F uintptr; A0 *[]uint64; A1 *debug/macho.Symbol }���€��"runtime.zerovalue���À�~type.struct { F uintptr; A0 *[]uint64; A1 *debug/macho.Symbol }���À��go.string."F"���à��type.uintptr�����go.string."A0"���°��type.*[]uint64���à��go.string."A1"���€��0type.*debug/macho.Symbol���þ‚go.string."*struct { F uintptr; A0 *[]uint64; A1 *macho.Symbol }"���Œ��������5�������*struct { F uintptr; A0 *[]uint64; A1 *macho.Symbol }�� �‚go.string."*struct { F uintptr; A0 *[]uint64; A1 *macho.Symbol }"���þ€type.*struct { F uintptr; A0 *[]uint64; A1 *debug/macho.Symbol }� �� �������…$´�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��‚go.string."*struct { F uintptr; A0 *[]uint64; A1 *macho.Symbol }"���p��’go.weak.type.**struct { F uintptr; A0 *[]uint64; A1 *debug/macho.Symbol }���€��"runtime.zerovalue�����~type.struct { F uintptr; A0 *[]uint64; A1 *debug/macho.Symbol }���þfgo.string."func(*os.File) (objfile.rawFile, error)"�p��p��������'�������func(*os.File) (objfile.rawFile, error)�� �fgo.string."func(*os.File) (objfile.rawFile, error)"���þNtype.func(*os.File) ("".rawFile, error)�°��°�������™Jži�3������������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��fgo.string."func(*os.File) (objfile.rawFile, error)"���p��`go.weak.type.*func(*os.File) ("".rawFile, error)���€��"runtime.zerovalue��� €�Ntype.func(*os.File) ("".rawFile, error)���А�Ntype.func(*os.File) ("".rawFile, error)���€��type.*os.File�����type."".rawFile��� ��type.error���þjgo.string."[]func(*os.File) (objfile.rawFile, error)"�€��t��������)�������[]func(*os.File) (objfile.rawFile, error)�� �jgo.string."[]func(*os.File) (objfile.rawFile, error)"���þRtype.[]func(*os.File) ("".rawFile, error)� �� �������Lè°J�����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��jgo.string."[]func(*os.File) (objfile.rawFile, error)"���p��dgo.weak.type.*[]func(*os.File) ("".rawFile, error)���€��"runtime.zerovalue�����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)���þTgclocals·0115f8d53b75c1696444f08ad03251d9�����������þTgclocals·a11c21977d0c39648c83179d370ce4b8� �� ���������V����þTgclocals·13e5989dfabb82780030343bf65bff4b�(��(����������ð��������þTgclocals·2bd0058e25364e522f9f24a53d6b8231�(��(������������Z����þ<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 {}���þ6go.string."[1]interface {}"�@��@���������������[1]interface {}�� �6go.string."[1]interface {}"���þ(type.[1]interface {}�À��À�������P‘[ú�������������������������������������������������������������������������������� ��2type..alg.[1]interface {}���0��bruntime.gcbits.0xcc000000000000000000000000000000���P��6go.string."[1]interface {}"���p��:go.weak.type.*[1]interface {}���€��"runtime.zerovalue�����"type.interface {}��� ��&type.[]interface {}���þVgo.typelink.[1]interface {}/[1]interface {}��������������(type.[1]interface {}���þhgo.string."*func(*os.File) (objfile.rawFile, error)"�€��r��������(�������*func(*os.File) (objfile.rawFile, error)�� �hgo.string."*func(*os.File) (objfile.rawFile, error)"���þPtype.*func(*os.File) ("".rawFile, error)� �� �������É ´¼�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��hgo.string."*func(*os.File) (objfile.rawFile, error)"���p��bgo.weak.type.**func(*os.File) ("".rawFile, error)���€��"runtime.zerovalue�����Ntype.func(*os.File) ("".rawFile, error)���þ8go.string."*[1]interface {}"�P��B���������������*[1]interface {}�� �8go.string."*[1]interface {}"���þ*type.*[1]interface {}� �� �������¿¨5�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��8go.string."*[1]interface {}"���p��<go.weak.type.**[1]interface {}���€��"runtime.zerovalue�����(type.[1]interface {}���þ6go.string."*objfile.byAddr"�@��@���������������*objfile.byAddr�� �6go.string."*objfile.byAddr"���þ$go.string."byAddr"�0��.���������������byAddr�� �$go.string."byAddr"���þTgclocals·fd139652d6b2c96a7f83c7d52c0087ad�(��(������������������þTgclocals·35977baeda91b849dfa1deb55266551a�(��(������������V����þTgclocals·bfc69a0c89200aaeab2b53343f38a3be� �� ���������������þTgclocals·cf86db206769ec68369d07e260728f65� �� �������������þTgclocals·f7fb22f049d90f944dd3b0d95cb49649�0��0�������������€T�‚T��þTgclocals·abfde3e0a069840e921c619f2dd7c4cf�0��0�������������������þJgo.string."func(*objfile.byAddr) int"�`��T���������������func(*objfile.byAddr) int�� �Jgo.string."func(*objfile.byAddr) int"���þ2type.func(*"".byAddr) int� �� �������r©0Ý�3���������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Jgo.string."func(*objfile.byAddr) int"���p��Dgo.weak.type.*func(*"".byAddr) int���€��"runtime.zerovalue��� €�2type.func(*"".byAddr) int���А�2type.func(*"".byAddr) int���€��type.*"".byAddr�����type.int���þ`go.string."func(*objfile.byAddr, int, int) bool"�p��j��������$�������func(*objfile.byAddr, int, int) bool�� �`go.string."func(*objfile.byAddr, int, int) bool"���þHtype.func(*"".byAddr, int, int) bool�À��À�������6 Ãg�3�������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��`go.string."func(*objfile.byAddr, int, int) bool"���p��Zgo.weak.type.*func(*"".byAddr, int, int) bool���€��"runtime.zerovalue��� €�Htype.func(*"".byAddr, int, int) bool���а�Htype.func(*"".byAddr, int, int) bool���€��type.*"".byAddr�����type.int��� ��type.int���°��type.bool���þVgo.string."func(*objfile.byAddr, int, int)"�`��`���������������func(*objfile.byAddr, int, int)�� �Vgo.string."func(*objfile.byAddr, int, int)"���þ>type.func(*"".byAddr, int, int)�°��°�������&ˆŒŒ�3�������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Vgo.string."func(*objfile.byAddr, int, int)"���p��Pgo.weak.type.*func(*"".byAddr, int, int)���€��"runtime.zerovalue��� €�>type.func(*"".byAddr, int, int)���а�>type.func(*"".byAddr, int, int)���€��type.*"".byAddr�����type.int��� ��type.int���þtype.*"".byAddr�����������ª†Dc�6������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������.  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��6go.string."*objfile.byAddr"���p��0go.weak.type.**"".byAddr���€��"runtime.zerovalue�����type."".byAddr���` �type.*"".byAddr���Àð�type.*"".byAddr���ð��go.string."Len"�����type.func() int��� ��2type.func(*"".byAddr) int���°�� "".(*byAddr).Len���À�� "".(*byAddr).Len���Ð�� go.string."Less"���ð��0type.func(int, int) bool���€��Htype.func(*"".byAddr, int, int) bool�����""".(*byAddr).Less��� ��""".(*byAddr).Less���°�� go.string."Swap"���Ð��&type.func(int, int)���à��>type.func(*"".byAddr, int, int)���ð��""".(*byAddr).Swap���€��""".(*byAddr).Swap���þ4go.string."objfile.byAddr"�@��>���������������objfile.byAddr�� �4go.string."objfile.byAddr"���þHgo.string."func(objfile.byAddr) int"�`��R���������������func(objfile.byAddr) int�� �Hgo.string."func(objfile.byAddr) int"���þ0type.func("".byAddr) int� �� ������� føV�3���������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Hgo.string."func(objfile.byAddr) int"���p��Bgo.weak.type.*func("".byAddr) int���€��"runtime.zerovalue��� €�0type.func("".byAddr) int���А�0type.func("".byAddr) int���€��type."".byAddr�����type.int���þ^go.string."func(objfile.byAddr, int, int) bool"�p��h��������#�������func(objfile.byAddr, int, int) bool�� �^go.string."func(objfile.byAddr, int, int) bool"���þFtype.func("".byAddr, int, int) bool�À��À�������Õl·ó�3�������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��^go.string."func(objfile.byAddr, int, int) bool"���p��Xgo.weak.type.*func("".byAddr, int, int) bool���€��"runtime.zerovalue��� €�Ftype.func("".byAddr, int, int) bool���а�Ftype.func("".byAddr, int, int) bool���€��type."".byAddr�����type.int��� ��type.int���°��type.bool���þTgo.string."func(objfile.byAddr, int, int)"�`��^���������������func(objfile.byAddr, int, int)�� �Tgo.string."func(objfile.byAddr, int, int)"���þ<type.func("".byAddr, int, int)�°��°�������C Å�3�������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Tgo.string."func(objfile.byAddr, int, int)"���p��Ngo.weak.type.*func("".byAddr, int, int)���€��"runtime.zerovalue��� €�<type.func("".byAddr, int, int)���а�<type.func("".byAddr, int, int)���€��type."".byAddr�����type.int��� ��type.int���þtype."".byAddr�����������ýä<�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������2  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��4go.string."objfile.byAddr"���p��type.*"".byAddr���€��"runtime.zerovalue�����type."".Sym���` �type."".byAddr��� ��$go.string."byAddr"���°��"go.importpath."".���Àð�type."".byAddr���ð��go.string."Len"�����type.func() int��� ��0type.func("".byAddr) int���°�� "".(*byAddr).Len���À��"".byAddr.Len���Ð�� go.string."Less"���ð��0type.func(int, int) bool���€��Ftype.func("".byAddr, int, int) bool�����""".(*byAddr).Less��� ��"".byAddr.Less���°�� go.string."Swap"���Ð��&type.func(int, int)���à��<type.func("".byAddr, int, int)���ð��""".(*byAddr).Swap���€��"".byAddr.Swap���þ6go.string."*objfile.peFile"�@��@���������������*objfile.peFile�� �6go.string."*objfile.peFile"���þPgo.string."func(*objfile.peFile) string"�`��Z���������������func(*objfile.peFile) string�� �Pgo.string."func(*objfile.peFile) string"���þ8type.func(*"".peFile) string� �� �������¶ó1�3���������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Pgo.string."func(*objfile.peFile) string"���p��Jgo.weak.type.*func(*"".peFile) string���€��"runtime.zerovalue��� €�8type.func(*"".peFile) string���А�8type.func(*"".peFile) string���€��type.*"".peFile�����type.string���þ†go.string."func(*objfile.peFile) (uint64, []uint8, []uint8, error)"�����������7�������func(*objfile.peFile) (uint64, []uint8, []uint8, error)�� �†go.string."func(*objfile.peFile) (uint64, []uint8, []uint8, error)"���þntype.func(*"".peFile) (uint64, []uint8, []uint8, error)�Ð��Ð�������R1é�3���������������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��†go.string."func(*objfile.peFile) (uint64, []uint8, []uint8, error)"���p��€go.weak.type.*func(*"".peFile) (uint64, []uint8, []uint8, error)���€��"runtime.zerovalue��� €�ntype.func(*"".peFile) (uint64, []uint8, []uint8, error)���А�ntype.func(*"".peFile) (uint64, []uint8, []uint8, error)���€��type.*"".peFile�����type.uint64��� ��type.[]uint8���°��type.[]uint8���À��type.error���þpgo.string."func(*objfile.peFile) ([]objfile.Sym, error)"�€��z��������,�������func(*objfile.peFile) ([]objfile.Sym, error)�� �pgo.string."func(*objfile.peFile) ([]objfile.Sym, error)"���þNtype.func(*"".peFile) ([]"".Sym, error)�°��°�������^§çÌ�3������������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��pgo.string."func(*objfile.peFile) ([]objfile.Sym, error)"���p��`go.weak.type.*func(*"".peFile) ([]"".Sym, error)���€��"runtime.zerovalue��� €�Ntype.func(*"".peFile) ([]"".Sym, error)���А�Ntype.func(*"".peFile) ([]"".Sym, error)���€��type.*"".peFile�����type.[]"".Sym��� ��type.error���þtgo.string."func(*objfile.peFile) (uint64, []uint8, error)"�€��~��������.�������func(*objfile.peFile) (uint64, []uint8, error)�� �tgo.string."func(*objfile.peFile) (uint64, []uint8, error)"���þ\type.func(*"".peFile) (uint64, []uint8, error)�À��À�������w¾´ �3�������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��tgo.string."func(*objfile.peFile) (uint64, []uint8, error)"���p��ngo.weak.type.*func(*"".peFile) (uint64, []uint8, error)���€��"runtime.zerovalue��� €�\type.func(*"".peFile) (uint64, []uint8, error)���А�\type.func(*"".peFile) (uint64, []uint8, error)���€��type.*"".peFile�����type.uint64��� ��type.[]uint8���°��type.error���þtype.*"".peFile��ð��ð�������5šÁ�6������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������@  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��6go.string."*objfile.peFile"���p��0go.weak.type.**"".peFile���€��"runtime.zerovalue�����type."".peFile���` �type.*"".peFile���Àð�type.*"".peFile���ð��$go.string."goarch"���€��"go.importpath."".�����$type.func() string��� ��8type.func(*"".peFile) string���°��&"".(*peFile).goarch���À��&"".(*peFile).goarch���Ð�� go.string."pcln"���à��"go.importpath."".���ð��Ztype.func() (uint64, []uint8, []uint8, error)���€��ntype.func(*"".peFile) (uint64, []uint8, []uint8, error)�����""".(*peFile).pcln��� ��""".(*peFile).pcln���°��&go.string."symbols"���À��"go.importpath."".���Ð��:type.func() ([]"".Sym, error)���à��Ntype.func(*"".peFile) ([]"".Sym, error)���ð��("".(*peFile).symbols���€��("".(*peFile).symbols����� go.string."text"��� ��"go.importpath."".���°��Htype.func() (uint64, []uint8, error)���À��\type.func(*"".peFile) (uint64, []uint8, error)���Ð��""".(*peFile).text���à��""".(*peFile).text���þ4go.string."objfile.peFile"�@��>���������������objfile.peFile�� �4go.string."objfile.peFile"���þgo.string."pe"�0��&���������������pe�� �go.string."pe"���þ$go.string."peFile"�0��.���������������peFile�� �$go.string."peFile"���þtype."".peFile��à��à�������¯ig�9��������������������������������������������������������������������������������������������������������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��4go.string."objfile.peFile"���p��type.*"".peFile���€��"runtime.zerovalue���À�type."".peFile���À��go.string."pe"���Ð��"go.importpath."".���à��&type.*debug/pe.File���`�type."".peFile�����$go.string."peFile"��� ��"go.importpath."".���°à�type."".peFile���þ0go.string."[]*pe.Symbol"�@��:�������� �������[]*pe.Symbol�� �0go.string."[]*pe.Symbol"���þ.type.[]*debug/pe.Symbol� �� �������HLž¼�����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��0go.string."[]*pe.Symbol"���p��@go.weak.type.*[]*debug/pe.Symbol���€��"runtime.zerovalue�����*type.*debug/pe.Symbol���þVgo.typelink.[]*pe.Symbol/[]*debug/pe.Symbol��������������.type.[]*debug/pe.Symbol���þ4go.string."*[]objfile.Sym"�@��>���������������*[]objfile.Sym�� �4go.string."*[]objfile.Sym"���þtype.*[]"".Sym� �� �������[pyC�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��4go.string."*[]objfile.Sym"���p��.go.weak.type.**[]"".Sym���€��"runtime.zerovalue�����type.[]"".Sym���þ”go.string."struct { F uintptr; A0 *[]uint64; A1 *[]objfile.Sym; A2 *int }"� ��ž��������>�������struct { F uintptr; A0 *[]uint64; A1 *[]objfile.Sym; A2 *int }�� �”go.string."struct { F uintptr; A0 *[]uint64; A1 *[]objfile.Sym; A2 *int }"���þ|type.struct { F uintptr; A0 *[]uint64; A1 *[]"".Sym; A2 *int }�€��€ �������vô5ª�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� �� runtime.algarray���0��bruntime.gcbits.0x84880000000000000000000000000000���P��”go.string."struct { F uintptr; A0 *[]uint64; A1 *[]objfile.Sym; A2 *int }"���p��Žgo.weak.type.*struct { F uintptr; A0 *[]uint64; A1 *[]"".Sym; A2 *int }���€��"runtime.zerovalue���À�|type.struct { F uintptr; A0 *[]uint64; A1 *[]"".Sym; A2 *int }���À��go.string."F"���à��type.uintptr�����go.string."A0"���°��type.*[]uint64���à��go.string."A1"���€��type.*[]"".Sym���°��go.string."A2"���Ð��type.*int���þ.go.string."**pe.Symbol"�@��8�������� �������**pe.Symbol�� �.go.string."**pe.Symbol"���þ,type.**debug/pe.Symbol� �� �������é÷_�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��.go.string."**pe.Symbol"���p��>go.weak.type.***debug/pe.Symbol���€��"runtime.zerovalue�����*type.*debug/pe.Symbol���þ–go.string."*struct { F uintptr; A0 *[]uint64; A1 *[]objfile.Sym; A2 *int }"� �� ��������?�������*struct { F uintptr; A0 *[]uint64; A1 *[]objfile.Sym; A2 *int }�� �–go.string."*struct { F uintptr; A0 *[]uint64; A1 *[]objfile.Sym; A2 *int }"���þ~type.*struct { F uintptr; A0 *[]uint64; A1 *[]"".Sym; A2 *int }� �� ������� æÇ!�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��–go.string."*struct { F uintptr; A0 *[]uint64; A1 *[]objfile.Sym; A2 *int }"���p��go.weak.type.**struct { F uintptr; A0 *[]uint64; A1 *[]"".Sym; A2 *int }���€��"runtime.zerovalue�����|type.struct { F uintptr; A0 *[]uint64; A1 *[]"".Sym; A2 *int }���þTgclocals·0115f8d53b75c1696444f08ad03251d9�����������þTgclocals·a11c21977d0c39648c83179d370ce4b8� �� ���������V����þTgclocals·13e5989dfabb82780030343bf65bff4b�(��(����������ð��������þTgclocals·2bd0058e25364e522f9f24a53d6b8231�(��(������������Z����þ<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 {}���þbruntime.gcbits.0xcccccc00000000000000000000000000� �� ÌÌÌ��������������þ6go.string."[3]interface {}"�@��@���������������[3]interface {}�� �6go.string."[3]interface {}"���þ(type.[3]interface {}�À��À0�������ÝÏÙ�������������������������������������������������������������������������������� ��2type..alg.[3]interface {}���0��bruntime.gcbits.0xcccccc00000000000000000000000000���P��6go.string."[3]interface {}"���p��:go.weak.type.*[3]interface {}���€��"runtime.zerovalue�����"type.interface {}��� ��&type.[]interface {}���þVgo.typelink.[3]interface {}/[3]interface {}��������������(type.[3]interface {}���þ8go.string."*[3]interface {}"�P��B���������������*[3]interface {}�� �8go.string."*[3]interface {}"���þ*type.*[3]interface {}� �� �������°þ¹�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��8go.string."*[3]interface {}"���p��<go.weak.type.**[3]interface {}���€��"runtime.zerovalue�����(type.[3]interface {}���þ<go.string."*objfile.plan9File"�P��F���������������*objfile.plan9File�� �<go.string."*objfile.plan9File"���þVgo.string."func(*objfile.plan9File) string"�`��`���������������func(*objfile.plan9File) string�� �Vgo.string."func(*objfile.plan9File) string"���þ>type.func(*"".plan9File) string� �� �������¸‘B�3���������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Vgo.string."func(*objfile.plan9File) string"���p��Pgo.weak.type.*func(*"".plan9File) string���€��"runtime.zerovalue��� €�>type.func(*"".plan9File) string���А�>type.func(*"".plan9File) string���€��$type.*"".plan9File�����type.string���þŒgo.string."func(*objfile.plan9File) (uint64, []uint8, []uint8, error)"� ��–��������:�������func(*objfile.plan9File) (uint64, []uint8, []uint8, error)�� �Œgo.string."func(*objfile.plan9File) (uint64, []uint8, []uint8, error)"���þttype.func(*"".plan9File) (uint64, []uint8, []uint8, error)�Ð��Ð�������”Ž}¹�3���������������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Œgo.string."func(*objfile.plan9File) (uint64, []uint8, []uint8, error)"���p��†go.weak.type.*func(*"".plan9File) (uint64, []uint8, []uint8, error)���€��"runtime.zerovalue��� €�ttype.func(*"".plan9File) (uint64, []uint8, []uint8, error)���А�ttype.func(*"".plan9File) (uint64, []uint8, []uint8, error)���€��$type.*"".plan9File�����type.uint64��� ��type.[]uint8���°��type.[]uint8���À��type.error���þvgo.string."func(*objfile.plan9File) ([]objfile.Sym, error)"�€��€��������/�������func(*objfile.plan9File) ([]objfile.Sym, error)�� �vgo.string."func(*objfile.plan9File) ([]objfile.Sym, error)"���þTtype.func(*"".plan9File) ([]"".Sym, error)�°��°�������š3S�3������������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��vgo.string."func(*objfile.plan9File) ([]objfile.Sym, error)"���p��fgo.weak.type.*func(*"".plan9File) ([]"".Sym, error)���€��"runtime.zerovalue��� €�Ttype.func(*"".plan9File) ([]"".Sym, error)���А�Ttype.func(*"".plan9File) ([]"".Sym, error)���€��$type.*"".plan9File�����type.[]"".Sym��� ��type.error���þzgo.string."func(*objfile.plan9File) (uint64, []uint8, error)"���„��������1�������func(*objfile.plan9File) (uint64, []uint8, error)�� �zgo.string."func(*objfile.plan9File) (uint64, []uint8, error)"���þbtype.func(*"".plan9File) (uint64, []uint8, error)�À��À�������n~e�3�������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��zgo.string."func(*objfile.plan9File) (uint64, []uint8, error)"���p��tgo.weak.type.*func(*"".plan9File) (uint64, []uint8, error)���€��"runtime.zerovalue��� €�btype.func(*"".plan9File) (uint64, []uint8, error)���А�btype.func(*"".plan9File) (uint64, []uint8, error)���€��$type.*"".plan9File�����type.uint64��� ��type.[]uint8���°��type.error���þ$type.*"".plan9File��ð��ð�������œ1ç.�6������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������@  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��<go.string."*objfile.plan9File"���p��6go.weak.type.**"".plan9File���€��"runtime.zerovalue�����"type."".plan9File���` �$type.*"".plan9File���Àð�$type.*"".plan9File���ð��$go.string."goarch"���€��"go.importpath."".�����$type.func() string��� ��>type.func(*"".plan9File) string���°��,"".(*plan9File).goarch���À��,"".(*plan9File).goarch���Ð�� go.string."pcln"���à��"go.importpath."".���ð��Ztype.func() (uint64, []uint8, []uint8, error)���€��ttype.func(*"".plan9File) (uint64, []uint8, []uint8, error)�����("".(*plan9File).pcln��� ��("".(*plan9File).pcln���°��&go.string."symbols"���À��"go.importpath."".���Ð��:type.func() ([]"".Sym, error)���à��Ttype.func(*"".plan9File) ([]"".Sym, error)���ð��."".(*plan9File).symbols���€��."".(*plan9File).symbols����� go.string."text"��� ��"go.importpath."".���°��Htype.func() (uint64, []uint8, error)���À��btype.func(*"".plan9File) (uint64, []uint8, error)���Ð��("".(*plan9File).text���à��("".(*plan9File).text���þ:go.string."objfile.plan9File"�P��D���������������objfile.plan9File�� �:go.string."objfile.plan9File"���þ"go.string."plan9"�0��,���������������plan9�� �"go.string."plan9"���þ*go.string."plan9File"�@��4�������� �������plan9File�� �*go.string."plan9File"���þ"type."".plan9File��à��à�������æG–�9��������������������������������������������������������������������������������������������������������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��:go.string."objfile.plan9File"���p��$type.*"".plan9File���€��"runtime.zerovalue���À�"type."".plan9File���À��"go.string."plan9"���Ð��"go.importpath."".���à��2type.*debug/plan9obj.File���`�"type."".plan9File�����*go.string."plan9File"��� ��"go.importpath."".���°à�"type."".plan9File���þ&go.string."[]int32"�0��0���������������[]int32�� �&go.string."[]int32"���þtype.[]int32� �� �������*Ms�����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��&go.string."[]int32"���p��*go.weak.type.*[]int32���€��"runtime.zerovalue�����type.int32���þ6go.typelink.[]int32/[]int32��������������type.[]int32���þ(go.string."[8]int32"�@��2���������������[8]int32�� �(go.string."[8]int32"���þtype.[8]int32�À��À �������5j»Û���‘������������������������������������������������������������������������������� �� runtime.algarray���0��^runtime.gcbits.0x000000000000000000000000000000���P��(go.string."[8]int32"���p��,go.weak.type.*[8]int32���€��"runtime.zerovalue�����type.int32��� ��type.[]int32���þ:go.typelink.[8]int32/[8]int32��������������type.[8]int32���þDgo.string."*map.bucket[int32]bool"�P��N���������������*map.bucket[int32]bool�� �Dgo.string."*map.bucket[int32]bool"���þ6type.*map.bucket[int32]bool� �� �������ÖM¦�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Dgo.string."*map.bucket[int32]bool"���p��Hgo.weak.type.**map.bucket[int32]bool���€��"runtime.zerovalue�����4type.map.bucket[int32]bool���þbruntime.gcbits.0x44444448444484000000000000000000� �� DDDHDD„����������þBgo.string."map.bucket[int32]bool"�P��L���������������map.bucket[int32]bool�� �Bgo.string."map.bucket[int32]bool"���þ4type.map.bucket[int32]bool�°��°8�������¼¿úã��������������������������������������������������������������������������������������������������������������������������������������������������������(���������������������������������������0������� à� runtime.algarray���0��bruntime.gcbits.0x44444448444484000000000000000000���P��Bgo.string."map.bucket[int32]bool"���p��Fgo.weak.type.*map.bucket[int32]bool���€��"runtime.zerovalue���À�4type.map.bucket[int32]bool���À�� go.string."keys"���à��type.[8]int32�����$go.string."values"���°��type.[8]bool���à��(go.string."overflow"���€��6type.*map.bucket[int32]bool���þ<go.string."map.hdr[int32]bool"�P��F���������������map.hdr[int32]bool�� �<go.string."map.hdr[int32]bool"���þ.type.map.hdr[int32]bool�à��à0�������ڹʤ�������������������������������������������������������������������������������������������������������������������������������������������������������� ������� à� runtime.algarray���0��bruntime.gcbits.0x44844800000000000000000000000000���P��<go.string."map.hdr[int32]bool"���p��@go.weak.type.*map.hdr[int32]bool���€��"runtime.zerovalue���À�.type.map.hdr[int32]bool���À��&go.string."buckets"���à��6type.*map.bucket[int32]bool�����,go.string."oldbuckets"���°��6type.*map.bucket[int32]bool���þ4go.string."map[int32]bool"�@��>���������������map[int32]bool�� �4go.string."map[int32]bool"���þ&type.map[int32]bool�Ü��Ü�������È9w��5������������������������������������������������������������������������������������������8� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��4go.string."map[int32]bool"���p��8go.weak.type.*map[int32]bool���€��"runtime.zerovalue�����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���þ4go.string."[]plan9obj.Sym"�@��>���������������[]plan9obj.Sym�� �4go.string."[]plan9obj.Sym"���þ2type.[]debug/plan9obj.Sym� �� �������ð‹Zˆ�����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��4go.string."[]plan9obj.Sym"���p��Dgo.weak.type.*[]debug/plan9obj.Sym���€��"runtime.zerovalue�����.type.debug/plan9obj.Sym���þ^go.typelink.[]plan9obj.Sym/[]debug/plan9obj.Sym��������������2type.[]debug/plan9obj.Sym���þ€go.string."struct { F uintptr; A0 *[]uint64; A1 *plan9obj.Sym }"���Š��������4�������struct { F uintptr; A0 *[]uint64; A1 *plan9obj.Sym }�� �€go.string."struct { F uintptr; A0 *[]uint64; A1 *plan9obj.Sym }"���þ~type.struct { F uintptr; A0 *[]uint64; A1 *debug/plan9obj.Sym }�°��°�������•\Ԛ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� �� runtime.algarray���0��bruntime.gcbits.0x84488800000000000000000000000000���P��€go.string."struct { F uintptr; A0 *[]uint64; A1 *plan9obj.Sym }"���p��go.weak.type.*struct { F uintptr; A0 *[]uint64; A1 *debug/plan9obj.Sym }���€��"runtime.zerovalue���À�~type.struct { F uintptr; A0 *[]uint64; A1 *debug/plan9obj.Sym }���À��go.string."F"���à��type.uintptr�����go.string."A0"���°��type.*[]uint64���à��go.string."A1"���€��0type.*debug/plan9obj.Sym���þ‚go.string."*struct { F uintptr; A0 *[]uint64; A1 *plan9obj.Sym }"���Œ��������5�������*struct { F uintptr; A0 *[]uint64; A1 *plan9obj.Sym }�� �‚go.string."*struct { F uintptr; A0 *[]uint64; A1 *plan9obj.Sym }"���þ€type.*struct { F uintptr; A0 *[]uint64; A1 *debug/plan9obj.Sym }� �� �������_=íØ�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��‚go.string."*struct { F uintptr; A0 *[]uint64; A1 *plan9obj.Sym }"���p��’go.weak.type.**struct { F uintptr; A0 *[]uint64; A1 *debug/plan9obj.Sym }���€��"runtime.zerovalue�����~type.struct { F uintptr; A0 *[]uint64; A1 *debug/plan9obj.Sym }���þbruntime.gcbits.0x88888888880000000000000000000000� �� ˆˆˆˆˆ������������þlgo.string."[5]func(*os.File) (objfile.rawFile, error)"�€��v��������*�������[5]func(*os.File) (objfile.rawFile, error)�� �lgo.string."[5]func(*os.File) (objfile.rawFile, error)"���þTtype.[5]func(*os.File) ("".rawFile, error)�À��À(�������õ4.¹�������������������������������������������������������������������������������� à� runtime.algarray���0��bruntime.gcbits.0x88888888880000000000000000000000���P��lgo.string."[5]func(*os.File) (objfile.rawFile, error)"���p��fgo.weak.type.*[5]func(*os.File) ("".rawFile, error)���€��"runtime.zerovalue�����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·0115f8d53b75c1696444f08ad03251d9�����������þTgclocals·a11c21977d0c39648c83179d370ce4b8� �� ���������V����þTgclocals·0115f8d53b75c1696444f08ad03251d9�����������þTgclocals·eaf31f95896361dc5cdd0293aac48f97� �� ���������Z����þ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 }���þLgo.string."struct { a int32; b bool }"�`��V���������������struct { a int32; b bool }�� �Lgo.string."struct { a int32; b bool }"���þgo.string."a"�0��$���������������a�� �go.string."a"���þgo.string."b"�0��$���������������b�� �go.string."b"���þ>type.struct { a int32; b bool }�à��à�������{XU‡�™������������������������������������������������������������������������������������������������������������������������������������������������������������� ��Htype..alg.struct { a int32; b bool }���0��^runtime.gcbits.0x000000000000000000000000000000���P��Lgo.string."struct { a int32; b bool }"���p��Pgo.weak.type.*struct { a int32; b bool }���€��"runtime.zerovalue���À�>type.struct { a int32; b bool }���À��go.string."a"���Ð��"go.importpath."".���à��type.int32�����go.string."b"��� ��"go.importpath."".���°��type.bool���þPgo.string."[]struct { a int32; b bool }"�`��Z���������������[]struct { a int32; b bool }�� �Pgo.string."[]struct { a int32; b bool }"���þBtype.[]struct { a int32; b bool }� �� �������¸ïÔh�����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��Pgo.string."[]struct { a int32; b bool }"���p��Tgo.weak.type.*[]struct { a int32; b bool }���€��"runtime.zerovalue�����>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·0115f8d53b75c1696444f08ad03251d9�����������þTgclocals·a11c21977d0c39648c83179d370ce4b8� �� ���������V����þTgclocals·13e4b612145d007d33ce1f341e15081e�(��(����������
��������þTgclocals·2bd0058e25364e522f9f24a53d6b8231�(��(������������Z����þ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 }���þRgo.string."[6]struct { a int32; b bool }"�`��\���������������[6]struct { a int32; b bool }�� �Rgo.string."[6]struct { a int32; b bool }"���þDtype.[6]struct { a int32; b bool }�À��À0�������_ô]�‘������������������������������������������������������������������������������� ��Ntype..alg.[6]struct { a int32; b bool }���0��^runtime.gcbits.0x000000000000000000000000000000���P��Rgo.string."[6]struct { a int32; b bool }"���p��Vgo.weak.type.*[6]struct { a int32; b bool }���€��"runtime.zerovalue�����>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 }���þ,go.string."*[8]string"�@��6��������
�������*[8]string�� �,go.string."*[8]string"���þtype.*[8]string� �� �������­”o�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��,go.string."*[8]string"���p��0go.weak.type.**[8]string���€��"runtime.zerovalue�����type.[8]string���þ@go.string."*[8]binary.ByteOrder"�P��J���������������*[8]binary.ByteOrder�� �@go.string."*[8]binary.ByteOrder"���þDtype.*[8]encoding/binary.ByteOrder� �� �������ÐD ~�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��@go.string."*[8]binary.ByteOrder"���p��Vgo.weak.type.**[8]encoding/binary.ByteOrder���€��"runtime.zerovalue�����Btype.[8]encoding/binary.ByteOrder���þ6go.string."*[8]goobj.SymID"�@��@���������������*[8]goobj.SymID�� �6go.string."*[8]goobj.SymID"���þBtype.*[8]cmd/internal/goobj.SymID� �� �������®j•1�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��6go.string."*[8]goobj.SymID"���p��Tgo.weak.type.**[8]cmd/internal/goobj.SymID���€��"runtime.zerovalue�����@type.[8]cmd/internal/goobj.SymID���þNgo.string."*struct { a int32; b bool }"�`��X���������������*struct { a int32; b bool }�� �Ngo.string."*struct { a int32; b bool }"���þ@type.*struct { a int32; b bool }� �� �������°j*@�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Ngo.string."*struct { a int32; b bool }"���p��Rgo.weak.type.**struct { a int32; b bool }���€��"runtime.zerovalue�����>type.struct { a int32; b bool }���þTgo.string."*[6]struct { a int32; b bool }"�`��^���������������*[6]struct { a int32; b bool }�� �Tgo.string."*[6]struct { a int32; b bool }"���þFtype.*[6]struct { a int32; b bool }� �� �������ëCŽ\�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Tgo.string."*[6]struct { a int32; b bool }"���p��Xgo.weak.type.**[6]struct { a int32; b bool }���€��"runtime.zerovalue�����Dtype.[6]struct { a int32; b bool }���þ.go.string."debug/macho"�@��8�������� �������debug/macho�� �.go.string."debug/macho"���þ4go.importpath.debug/macho.� �� �������� �������� �.go.string."debug/macho"���þTgo.string."cmd/internal/rsc.io/arm/armasm"�`��^���������������cmd/internal/rsc.io/arm/armasm�� �Tgo.string."cmd/internal/rsc.io/arm/armasm"���þZgo.importpath.cmd/internal/rsc.io/arm/armasm.� �� ���������������� �Tgo.string."cmd/internal/rsc.io/arm/armasm"���þ<go.string."cmd/internal/goobj"�P��F���������������cmd/internal/goobj�� �<go.string."cmd/internal/goobj"���þBgo.importpath.cmd/internal/goobj.� �� ���������������� �<go.string."cmd/internal/goobj"���þ6go.string."encoding/binary"�@��@���������������encoding/binary�� �6go.string."encoding/binary"���þ<go.importpath.encoding/binary.� �� ���������������� �6go.string."encoding/binary"���þ&go.string."runtime"�0��0���������������runtime�� �&go.string."runtime"���þ,go.importpath.runtime.� �� ���������������� �&go.string."runtime"���þ"go.string."bufio"�0��,���������������bufio�� �"go.string."bufio"���þ(go.importpath.bufio.� �� ���������������� �"go.string."bufio"���þ4go.string."text/tabwriter"�@��>���������������text/tabwriter�� �4go.string."text/tabwriter"���þ:go.importpath.text/tabwriter.� �� ���������������� �4go.string."text/tabwriter"���þ*go.string."debug/elf"�@��4�������� �������debug/elf�� �*go.string."debug/elf"���þ0go.importpath.debug/elf.� �� �������� �������� �*go.string."debug/elf"���þgo.string."io"�0��&���������������io�� �go.string."io"���þ"go.importpath.io.� �� ���������������� �go.string."io"���þ(go.string."debug/pe"�@��2���������������debug/pe�� �(go.string."debug/pe"���þ.go.importpath.debug/pe.� �� ���������������� �(go.string."debug/pe"���þgo.string."os"�0��&���������������os�� �go.string."os"���þ"go.importpath.os.� �� ���������������� �go.string."os"���þ&go.string."strings"�0��0���������������strings�� �&go.string."strings"���þ,go.importpath.strings.� �� ���������������� �&go.string."strings"���þTgo.string."cmd/internal/rsc.io/x86/x86asm"�`��^���������������cmd/internal/rsc.io/x86/x86asm�� �Tgo.string."cmd/internal/rsc.io/x86/x86asm"���þZgo.importpath.cmd/internal/rsc.io/x86/x86asm.� �� ���������������� �Tgo.string."cmd/internal/rsc.io/x86/x86asm"���þgo.string."fmt"�0��(���������������fmt�� �go.string."fmt"���þ$go.importpath.fmt.� �� ���������������� �go.string."fmt"���þ go.string."sort"�0��*���������������sort�� � go.string."sort"���þ&go.importpath.sort.� �� ���������������� � go.string."sort"���þ.go.string."debug/gosym"�@��8�������� �������debug/gosym�� �.go.string."debug/gosym"���þ4go.importpath.debug/gosym.� �� �������� �������� �.go.string."debug/gosym"���þ$go.string."regexp"�0��.���������������regexp�� �$go.string."regexp"���þ*go.importpath.regexp.� �� ���������������� �$go.string."regexp"���þ4go.string."debug/plan9obj"�@��>���������������debug/plan9obj�� �4go.string."debug/plan9obj"���þ:go.importpath.debug/plan9obj.� �� ���������������� �4go.string."debug/plan9obj"���þ.type..hash.[8]string·f��������������(type..hash.[8]string���þ$runtime.strhash·f��������������runtime.strhash���þ*type..eq.[8]string·f��������������$type..eq.[8]string���þTtype..hash.[8]encoding/binary.ByteOrder·f��������������Ntype..hash.[8]encoding/binary.ByteOrder���þ(runtime.interhash·f��������������"runtime.interhash���þPtype..eq.[8]encoding/binary.ByteOrder·f��������������Jtype..eq.[8]encoding/binary.ByteOrder���þ$runtime.ifaceeq·f��������������runtime.ifaceeq���þ(type..hash."".Sym·f��������������"type..hash."".Sym���þ$runtime.memhash·f��������������runtime.memhash���þ$type..eq."".Sym·f��������������type..eq."".Sym���þ&runtime.memequal·f�������������� runtime.memequal���þ("".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 {}·f��������������4type..hash.[2]interface {}���þ.runtime.nilinterhash·f��������������(runtime.nilinterhash���þ6type..eq.[2]interface {}·f��������������0type..eq.[2]interface {}���þ$runtime.efaceeq·f��������������runtime.efaceeq���þ4"".(*textReader).ReadAt·f��������������."".(*textReader).ReadAt���þ(runtime.panicwrap·f��������������"runtime.panicwrap���þRtype..hash.[8]cmd/internal/goobj.SymID·f��������������Ltype..hash.[8]cmd/internal/goobj.SymID���þLtype..hash.cmd/internal/goobj.SymID·f��������������Ftype..hash.cmd/internal/goobj.SymID���þNtype..eq.[8]cmd/internal/goobj.SymID·f��������������Htype..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 {}·f��������������4type..hash.[1]interface {}���þ6type..eq.[1]interface {}·f��������������0type..eq.[1]interface {}���þ("".(*byAddr).Less·f��������������""".(*byAddr).Less���þ&"".(*byAddr).Len·f�������������� "".(*byAddr).Len���þ("".(*byAddr).Swap·f��������������""".(*byAddr).Swap���þ:type..hash.[3]interface {}·f��������������4type..hash.[3]interface {}���þ6type..eq.[3]interface {}·f��������������0type..eq.[3]interface {}���þPtype..hash.struct { a int32; b bool }·f��������������Jtype..hash.struct { a int32; b bool }���þLtype..eq.struct { a int32; b bool }·f��������������Ftype..eq.struct { a int32; b bool }���þVtype..hash.[6]struct { a int32; b bool }·f��������������Ptype..hash.[6]struct { a int32; b bool }���þRtype..eq.[6]struct { a int32; b bool }·f��������������Ltype..eq.[6]struct { a int32; b bool }���þ"runtime.zerovalue� ����ÿÿgo13ld�