blob: 59084bf29bfc9d34a14250d0408bf7d33e9d968e [file] [log] [blame]
!<arch>
__.PKGDEF 0 0 0 644 36444 `
go object linux amd64 go1.5.1 X:none
build id "d282b3ee94170a2411b940228962e1540665b614"
$$
package objfile
import runtime "runtime"
import bufio "bufio"
import io "io"
import gosym "debug/gosym"
import binary "encoding/binary"
import fmt "fmt"
import strings "strings"
import os "os"
import regexp "regexp"
import sort "sort"
import tabwriter "text/tabwriter"
import armasm "cmd/internal/rsc.io/arm/armasm"
import x86asm "cmd/internal/rsc.io/x86/x86asm"
import elf "debug/elf"
import goobj "cmd/internal/goobj"
import macho "debug/macho"
import pe "debug/pe"
import plan9obj "debug/plan9obj"
type @"".Sym struct { Name string; Addr uint64; Size int64; Code rune; Type string }
import sync "sync" // indirect
type @"sync".Mutex struct { @"sync".state int32; @"sync".sema uint32 }
func (@"sync".m·1 *@"sync".Mutex) Lock ()
func (@"sync".m·1 *@"sync".Mutex) Unlock ()
type @"encoding/binary".ByteOrder interface { PutUint16(? []byte, ? uint16); PutUint32(? []byte, ? uint32); PutUint64(? []byte, ? uint64); String() (? string); Uint16(? []byte) (? uint16); Uint32(? []byte) (? uint32); Uint64(? []byte) (? uint64) }
type @"debug/gosym".Obj struct { Funcs []@"debug/gosym".Func; Paths []@"debug/gosym".Sym }
func (@"debug/gosym".o·3 *@"debug/gosym".Obj "esc:0x1") @"debug/gosym".alineFromLine (@"debug/gosym".path·4 string, @"debug/gosym".line·5 int) (? int, ? error)
func (@"debug/gosym".o·3 *@"debug/gosym".Obj) @"debug/gosym".lineFromAline (@"debug/gosym".aline·4 int) (? string, ? int)
type @"debug/gosym".LineTable struct { Data []byte; PC uint64; Line int; @"debug/gosym".mu @"sync".Mutex; @"debug/gosym".go12 int; @"debug/gosym".binary @"encoding/binary".ByteOrder; @"debug/gosym".quantum uint32; @"debug/gosym".ptrsize uint32; @"debug/gosym".functab []byte; @"debug/gosym".nfunctab uint32; @"debug/gosym".filetab []byte; @"debug/gosym".nfiletab uint32; @"debug/gosym".fileMap map[string]uint32 }
func (@"debug/gosym".t·2 *@"debug/gosym".LineTable) LineToPC (@"debug/gosym".line·3 int, @"debug/gosym".maxpc·4 uint64) (? uint64)
func (@"debug/gosym".t·2 *@"debug/gosym".LineTable) PCToLine (@"debug/gosym".pc·3 uint64) (? int)
func (@"debug/gosym".t·2 *@"debug/gosym".LineTable "esc:0x9") @"debug/gosym".findFileLine (@"debug/gosym".entry·3 uint64, @"debug/gosym".filetab·4 uint32, @"debug/gosym".linetab·5 uint32, @"debug/gosym".filenum·6 int32, @"debug/gosym".line·7 int32) (? uint64)
func (@"debug/gosym".t·2 *@"debug/gosym".LineTable "esc:0x2a") @"debug/gosym".findFunc (@"debug/gosym".pc·3 uint64) (? []byte)
func (@"debug/gosym".t·2 *@"debug/gosym".LineTable) @"debug/gosym".go12Funcs () (? []@"debug/gosym".Func)
func (@"debug/gosym".t·1 *@"debug/gosym".LineTable) @"debug/gosym".go12Init ()
func (@"debug/gosym".t·2 *@"debug/gosym".LineTable) @"debug/gosym".go12LineToPC (@"debug/gosym".file·3 string "esc:0x1", @"debug/gosym".line·4 int) (@"debug/gosym".pc·1 uint64)
func (@"debug/gosym".t·1 *@"debug/gosym".LineTable) @"debug/gosym".go12MapFiles (@"debug/gosym".m·2 map[string]*@"debug/gosym".Obj "esc:0x1", @"debug/gosym".obj·3 *@"debug/gosym".Obj)
func (@"debug/gosym".t·2 *@"debug/gosym".LineTable "esc:0x9") @"debug/gosym".go12PCToFile (@"debug/gosym".pc·3 uint64) (@"debug/gosym".file·1 string)
func (@"debug/gosym".t·2 *@"debug/gosym".LineTable "esc:0x9") @"debug/gosym".go12PCToLine (@"debug/gosym".pc·3 uint64) (@"debug/gosym".line·1 int)
func (@"debug/gosym".t·1 *@"debug/gosym".LineTable) @"debug/gosym".initFileMap ()
func (@"debug/gosym".t·2 *@"debug/gosym".LineTable) @"debug/gosym".isGo12 () (? bool)
func (@"debug/gosym".t·4 *@"debug/gosym".LineTable "esc:0x22") @"debug/gosym".parse (@"debug/gosym".targetPC·5 uint64, @"debug/gosym".targetLine·6 int) (@"debug/gosym".b·1 []byte, @"debug/gosym".pc·2 uint64, @"debug/gosym".line·3 int)
func (@"debug/gosym".t·2 *@"debug/gosym".LineTable "esc:0x9") @"debug/gosym".pcvalue (@"debug/gosym".off·3 uint32, @"debug/gosym".entry·4 uint64, @"debug/gosym".targetpc·5 uint64) (? int32)
func (@"debug/gosym".t·2 *@"debug/gosym".LineTable "esc:0x1") @"debug/gosym".readvarint (@"debug/gosym".pp·3 *[]byte "esc:0x9") (? uint32)
func (@"debug/gosym".t·2 *@"debug/gosym".LineTable "esc:0xa") @"debug/gosym".slice (@"debug/gosym".pc·3 uint64) (? *@"debug/gosym".LineTable)
func (@"debug/gosym".t·2 *@"debug/gosym".LineTable "esc:0x1") @"debug/gosym".step (@"debug/gosym".p·3 *[]byte "esc:0x9", @"debug/gosym".pc·4 *uint64 "esc:0x1", @"debug/gosym".val·5 *int32 "esc:0x1", @"debug/gosym".first·6 bool) (? bool)
func (@"debug/gosym".t·2 *@"debug/gosym".LineTable "esc:0x1") @"debug/gosym".string (@"debug/gosym".off·3 uint32) (? string)
func (@"debug/gosym".t·2 *@"debug/gosym".LineTable "esc:0x9") @"debug/gosym".uintptr (@"debug/gosym".b·3 []byte) (? uint64)
type @"debug/gosym".Func struct { Entry uint64; ? *@"debug/gosym".Sym; End uint64; Params []*@"debug/gosym".Sym; Locals []*@"debug/gosym".Sym; FrameSize int; LineTable *@"debug/gosym".LineTable; Obj *@"debug/gosym".Obj }
type @"debug/gosym".Sym struct { Value uint64; Type byte; Name string; GoType uint64; Func *@"debug/gosym".Func }
func (@"debug/gosym".s·2 *@"debug/gosym".Sym "esc:0x22") BaseName () (? string)
func (@"debug/gosym".s·2 *@"debug/gosym".Sym "esc:0x2a") PackageName () (? string)
func (@"debug/gosym".s·2 *@"debug/gosym".Sym "esc:0x2a") ReceiverName () (? string)
func (@"debug/gosym".s·2 *@"debug/gosym".Sym "esc:0x1") Static () (? bool) { return @"debug/gosym".s·2.Type >= byte(0x61) }
type @"debug/gosym".Table struct { Syms []@"debug/gosym".Sym; Funcs []@"debug/gosym".Func; Files map[string]*@"debug/gosym".Obj; Objs []@"debug/gosym".Obj; @"debug/gosym".go12line *@"debug/gosym".LineTable }
func (@"debug/gosym".t·4 *@"debug/gosym".Table "esc:0x10a") LineToPC (@"debug/gosym".file·5 string, @"debug/gosym".line·6 int) (@"debug/gosym".pc·1 uint64, @"debug/gosym".fn·2 *@"debug/gosym".Func, @"debug/gosym".err·3 error)
func (@"debug/gosym".t·2 *@"debug/gosym".Table "esc:0x22") LookupFunc (@"debug/gosym".name·3 string "esc:0x1") (? *@"debug/gosym".Func)
func (@"debug/gosym".t·2 *@"debug/gosym".Table "esc:0x22") LookupSym (@"debug/gosym".name·3 string "esc:0x1") (? *@"debug/gosym".Sym)
func (@"debug/gosym".t·2 *@"debug/gosym".Table "esc:0x22") PCToFunc (@"debug/gosym".pc·3 uint64) (? *@"debug/gosym".Func)
func (@"debug/gosym".t·4 *@"debug/gosym".Table "esc:0x80a") PCToLine (@"debug/gosym".pc·5 uint64) (@"debug/gosym".file·1 string, @"debug/gosym".line·2 int, @"debug/gosym".fn·3 *@"debug/gosym".Func)
func (@"debug/gosym".t·2 *@"debug/gosym".Table "esc:0x22") SymByAddr (@"debug/gosym".addr·3 uint64) (? *@"debug/gosym".Sym)
type @"".lookupFunc func(@"".addr uint64) (@"".sym string, @"".base uint64)
type @"".disasmFunc func(@"".code []byte, @"".pc uint64, @"".lookup @"".lookupFunc) (@"".text string, @"".size int)
type @"io".Writer interface { Write(@"io".p []byte) (@"io".n int, @"io".err error) }
import syntax "regexp/syntax" // indirect
type @"regexp/syntax".InstOp uint8
func (@"regexp/syntax".i·2 @"regexp/syntax".InstOp) String () (? string) { if uint(@"regexp/syntax".i·2) >= uint(len(@"regexp/syntax".instOpNames)) { return "" }; return @"regexp/syntax".instOpNames[@"regexp/syntax".i·2] }
type @"regexp/syntax".Inst struct { Op @"regexp/syntax".InstOp; Out uint32; Arg uint32; Rune []rune }
func (@"regexp/syntax".i·2 *@"regexp/syntax".Inst "esc:0x1") MatchEmptyWidth (@"regexp/syntax".before·3 rune, @"regexp/syntax".after·4 rune) (? bool)
func (@"regexp/syntax".i·2 *@"regexp/syntax".Inst "esc:0x1") MatchRune (@"regexp/syntax".r·3 rune) (? bool)
func (@"regexp/syntax".i·2 *@"regexp/syntax".Inst "esc:0x1") MatchRunePos (@"regexp/syntax".r·3 rune) (? int)
func (@"regexp/syntax".i·2 *@"regexp/syntax".Inst "esc:0x1") String () (? string)
func (@"regexp/syntax".i·2 *@"regexp/syntax".Inst "esc:0x1") @"regexp/syntax".op () (? @"regexp/syntax".InstOp)
type @"regexp/syntax".EmptyOp uint8
type @"regexp/syntax".Prog struct { Inst []@"regexp/syntax".Inst; Start int; NumCap int }
func (@"regexp/syntax".p·3 *@"regexp/syntax".Prog "esc:0x1") Prefix () (@"regexp/syntax".prefix·1 string, @"regexp/syntax".complete·2 bool)
func (@"regexp/syntax".p·2 *@"regexp/syntax".Prog "esc:0x1") StartCond () (? @"regexp/syntax".EmptyOp)
func (@"regexp/syntax".p·2 *@"regexp/syntax".Prog "esc:0x1") String () (? string)
func (@"regexp/syntax".p·3 *@"regexp/syntax".Prog "esc:0x22") @"regexp/syntax".skipNop (@"regexp/syntax".pc·4 uint32) (? *@"regexp/syntax".Inst, ? uint32)
type @"regexp".onePassInst struct { ? @"regexp/syntax".Inst; Next []uint32 }
type @"regexp".onePassProg struct { Inst []@"regexp".onePassInst; Start int; NumCap int }
type @"regexp".input interface { @"regexp".canCheckPrefix() (? bool); @"regexp".context(@"regexp".pos int) (? @"regexp/syntax".EmptyOp); @"regexp".hasPrefix(@"regexp".re *@"regexp".Regexp) (? bool); @"regexp".index(@"regexp".re *@"regexp".Regexp, @"regexp".pos int) (? int); @"regexp".step(@"regexp".pos int) (@"regexp".r rune, @"regexp".width int) }
type @"regexp".job struct { @"regexp".pc uint32; @"regexp".arg int; @"regexp".pos int }
type @"regexp".bitState struct { @"regexp".prog *@"regexp/syntax".Prog; @"regexp".end int; @"regexp".cap []int; @"regexp".input @"regexp".input; @"regexp".jobs []@"regexp".job; @"regexp".visited []uint32 }
func (@"regexp".b·1 *@"regexp".bitState "esc:0x9") @"regexp".push (@"regexp".pc·2 uint32, @"regexp".pos·3 int, @"regexp".arg·4 int)
func (@"regexp".b·1 *@"regexp".bitState "esc:0x1") @"regexp".reset (@"regexp".end·2 int, @"regexp".ncap·3 int)
func (@"regexp".b·2 *@"regexp".bitState "esc:0x1") @"regexp".shouldVisit (@"regexp".pc·3 uint32, @"regexp".pos·4 int) (? bool) { var @"regexp".n·5 uint; ; @"regexp".n·5 = uint(int(@"regexp".pc·3) * (@"regexp".b·2.@"regexp".end + 0x1) + @"regexp".pos·4); if @"regexp".b·2.@"regexp".visited[@"regexp".n·5 / 0x20] & (0x1 << (@"regexp".n·5 & 0x1f)) != 0x0 { return false }; @"regexp".b·2.@"regexp".visited[@"regexp".n·5 / 0x20] |= 0x1 << (@"regexp".n·5 & 0x1f); return true }
type @"regexp".thread struct { @"regexp".inst *@"regexp/syntax".Inst; @"regexp".cap []int }
type @"regexp".entry struct { @"regexp".pc uint32; @"regexp".t *@"regexp".thread }
type @"regexp".queue struct { @"regexp".sparse []uint32; @"regexp".dense []@"regexp".entry }
type @"regexp".inputBytes struct { @"regexp".str []byte }
func (@"regexp".i·2 *@"regexp".inputBytes "esc:0x1") @"regexp".canCheckPrefix () (? bool) { return true }
func (@"regexp".i·2 *@"regexp".inputBytes "esc:0x1") @"regexp".context (@"regexp".pos·3 int) (? @"regexp/syntax".EmptyOp)
func (@"regexp".i·2 *@"regexp".inputBytes "esc:0x1") @"regexp".hasPrefix (@"regexp".re·3 *@"regexp".Regexp "esc:0x1") (? bool)
func (@"regexp".i·2 *@"regexp".inputBytes "esc:0x1") @"regexp".index (@"regexp".re·3 *@"regexp".Regexp "esc:0x1", @"regexp".pos·4 int) (? int)
func (@"regexp".i·3 *@"regexp".inputBytes "esc:0x1") @"regexp".step (@"regexp".pos·4 int) (? rune, ? int)
type @"regexp".inputString struct { @"regexp".str string }
func (@"regexp".i·2 *@"regexp".inputString "esc:0x1") @"regexp".canCheckPrefix () (? bool) { return true }
func (@"regexp".i·2 *@"regexp".inputString "esc:0x1") @"regexp".context (@"regexp".pos·3 int) (? @"regexp/syntax".EmptyOp)
func (@"regexp".i·2 *@"regexp".inputString "esc:0x1") @"regexp".hasPrefix (@"regexp".re·3 *@"regexp".Regexp "esc:0x1") (? bool) { return @"strings".HasPrefix(@"regexp".i·2.@"regexp".str, @"regexp".re·3.@"regexp".prefix) }
func (@"regexp".i·2 *@"regexp".inputString "esc:0x9") @"regexp".index (@"regexp".re·3 *@"regexp".Regexp "esc:0x1", @"regexp".pos·4 int) (? int)
func (@"regexp".i·3 *@"regexp".inputString "esc:0x1") @"regexp".step (@"regexp".pos·4 int) (? rune, ? int)
type @"io".RuneReader interface { ReadRune() (@"io".r rune, @"io".size int, @"io".err error) }
type @"regexp".inputReader struct { @"regexp".r @"io".RuneReader; @"regexp".atEOT bool; @"regexp".pos int }
func (@"regexp".i·2 *@"regexp".inputReader "esc:0x1") @"regexp".canCheckPrefix () (? bool) { return false }
func (@"regexp".i·2 *@"regexp".inputReader "esc:0x1") @"regexp".context (@"regexp".pos·3 int) (? @"regexp/syntax".EmptyOp) { return @"regexp/syntax".EmptyOp(0x0) }
func (@"regexp".i·2 *@"regexp".inputReader "esc:0x1") @"regexp".hasPrefix (@"regexp".re·3 *@"regexp".Regexp "esc:0x1") (? bool) { return false }
func (@"regexp".i·2 *@"regexp".inputReader "esc:0x1") @"regexp".index (@"regexp".re·3 *@"regexp".Regexp "esc:0x1", @"regexp".pos·4 int) (? int) { return -0x1 }
func (@"regexp".i·3 *@"regexp".inputReader "esc:0x9") @"regexp".step (@"regexp".pos·4 int) (? rune, ? int)
type @"regexp".machine struct { @"regexp".re *@"regexp".Regexp; @"regexp".p *@"regexp/syntax".Prog; @"regexp".op *@"regexp".onePassProg; @"regexp".maxBitStateLen int; @"regexp".b *@"regexp".bitState; @"regexp".q0 @"regexp".queue; @"regexp".q1 @"regexp".queue; @"regexp".pool []*@"regexp".thread; @"regexp".matched bool; @"regexp".matchcap []int; @"regexp".inputBytes @"regexp".inputBytes; @"regexp".inputString @"regexp".inputString; @"regexp".inputReader @"regexp".inputReader }
func (@"regexp".m·2 *@"regexp".machine "esc:0x3a") @"regexp".add (@"regexp".q·3 *@"regexp".queue "esc:0x1", @"regexp".pc·4 uint32, @"regexp".pos·5 int, @"regexp".cap·6 []int "esc:0x9", @"regexp".cond·7 @"regexp/syntax".EmptyOp, @"regexp".t·8 *@"regexp".thread) (? *@"regexp".thread)
func (@"regexp".m·2 *@"regexp".machine "esc:0x32") @"regexp".alloc (@"regexp".i·3 *@"regexp/syntax".Inst) (? *@"regexp".thread) { var @"regexp".t·4 *@"regexp".thread; ; var @"regexp".n·5 int; ; @"regexp".n·5 = len(@"regexp".m·2.@"regexp".pool); if @"regexp".n·5 > 0x0 { @"regexp".t·4 = @"regexp".m·2.@"regexp".pool[@"regexp".n·5 - 0x1]; @"regexp".m·2.@"regexp".pool = @"regexp".m·2.@"regexp".pool[:@"regexp".n·5 - 0x1] } else { @"regexp".t·4 = new(@"regexp".thread); @"regexp".t·4.@"regexp".cap = make([]int, len(@"regexp".m·2.@"regexp".matchcap), cap(@"regexp".m·2.@"regexp".matchcap)) }; @"regexp".t·4.@"regexp".inst = @"regexp".i·3; return @"regexp".t·4 }
func (@"regexp".m·2 *@"regexp".machine "esc:0x9") @"regexp".backtrack (@"regexp".i·3 @"regexp".input, @"regexp".pos·4 int, @"regexp".end·5 int, @"regexp".ncap·6 int) (? bool)
func (@"regexp".m·1 *@"regexp".machine "esc:0x9") @"regexp".clear (@"regexp".q·2 *@"regexp".queue "esc:0x9")
func (@"regexp".m·1 *@"regexp".machine "esc:0x9") @"regexp".free (@"regexp".t·2 *@"regexp".thread) { @"regexp".m·1.@"regexp".inputBytes.@"regexp".str = nil; @"regexp".m·1.@"regexp".inputString.@"regexp".str = ""; @"regexp".m·1.@"regexp".inputReader.@"regexp".r = nil; @"regexp".m·1.@"regexp".pool = append(@"regexp".m·1.@"regexp".pool, @"regexp".t·2) }
func (@"regexp".m·1 *@"regexp".machine "esc:0x1") @"regexp".init (@"regexp".ncap·2 int)
func (@"regexp".m·2 *@"regexp".machine "esc:0x9") @"regexp".match (@"regexp".i·3 @"regexp".input, @"regexp".pos·4 int) (? bool)
func (@"regexp".m·2 *@"regexp".machine "esc:0x12") @"regexp".newInputBytes (@"regexp".b·3 []byte) (? @"regexp".input) { @"regexp".m·2.@"regexp".inputBytes.@"regexp".str = @"regexp".b·3; return &@"regexp".m·2.@"regexp".inputBytes }
func (@"regexp".m·2 *@"regexp".machine "esc:0x12") @"regexp".newInputReader (@"regexp".r·3 @"io".RuneReader) (? @"regexp".input) { @"regexp".m·2.@"regexp".inputReader.@"regexp".r = @"regexp".r·3; @"regexp".m·2.@"regexp".inputReader.@"regexp".atEOT = false; @"regexp".m·2.@"regexp".inputReader.@"regexp".pos = 0x0; return &@"regexp".m·2.@"regexp".inputReader }
func (@"regexp".m·2 *@"regexp".machine "esc:0x12") @"regexp".newInputString (@"regexp".s·3 string) (? @"regexp".input) { @"regexp".m·2.@"regexp".inputString.@"regexp".str = @"regexp".s·3; return &@"regexp".m·2.@"regexp".inputString }
func (@"regexp".m·2 *@"regexp".machine "esc:0x9") @"regexp".onepass (@"regexp".i·3 @"regexp".input, @"regexp".pos·4 int) (? bool)
func (@"regexp".m·1 *@"regexp".machine "esc:0x9") @"regexp".step (@"regexp".runq·2 *@"regexp".queue "esc:0x9", @"regexp".nextq·3 *@"regexp".queue "esc:0x1", @"regexp".pos·4 int, @"regexp".nextPos·5 int, @"regexp".c·6 rune, @"regexp".nextCond·7 @"regexp/syntax".EmptyOp)
func (@"regexp".m·2 *@"regexp".machine "esc:0x1") @"regexp".tryBacktrack (@"regexp".b·3 *@"regexp".bitState "esc:0x9", @"regexp".i·4 @"regexp".input, @"regexp".pc·5 uint32, @"regexp".pos·6 int) (? bool)
type @"regexp".Regexp struct { @"regexp".expr string; @"regexp".prog *@"regexp/syntax".Prog; @"regexp".onepass *@"regexp".onePassProg; @"regexp".prefix string; @"regexp".prefixBytes []byte; @"regexp".prefixComplete bool; @"regexp".prefixRune rune; @"regexp".prefixEnd uint32; @"regexp".cond @"regexp/syntax".EmptyOp; @"regexp".numSubexp int; @"regexp".subexpNames []string; @"regexp".longest bool; @"regexp".mu @"sync".Mutex; @"regexp".machine []*@"regexp".machine }
func (@"regexp".re·2 *@"regexp".Regexp "esc:0x1") Expand (@"regexp".dst·3 []byte "esc:0x1a", @"regexp".template·4 []byte "esc:0x1", @"regexp".src·5 []byte "esc:0x9", @"regexp".match·6 []int "esc:0x1") (? []byte)
func (@"regexp".re·2 *@"regexp".Regexp "esc:0x1") ExpandString (@"regexp".dst·3 []byte "esc:0x1a", @"regexp".template·4 string, @"regexp".src·5 string "esc:0x9", @"regexp".match·6 []int "esc:0x1") (? []byte)
func (@"regexp".re·2 *@"regexp".Regexp) Find (@"regexp".b·3 []byte) (? []byte)
func (@"regexp".re·2 *@"regexp".Regexp) FindAll (@"regexp".b·3 []byte, @"regexp".n·4 int) (? [][]byte)
func (@"regexp".re·2 *@"regexp".Regexp) FindAllIndex (@"regexp".b·3 []byte, @"regexp".n·4 int) (? [][]int)
func (@"regexp".re·2 *@"regexp".Regexp) FindAllString (@"regexp".s·3 string, @"regexp".n·4 int) (? []string)
func (@"regexp".re·2 *@"regexp".Regexp) FindAllStringIndex (@"regexp".s·3 string, @"regexp".n·4 int) (? [][]int)
func (@"regexp".re·2 *@"regexp".Regexp) FindAllStringSubmatch (@"regexp".s·3 string, @"regexp".n·4 int) (? [][]string)
func (@"regexp".re·2 *@"regexp".Regexp) FindAllStringSubmatchIndex (@"regexp".s·3 string, @"regexp".n·4 int) (? [][]int)
func (@"regexp".re·2 *@"regexp".Regexp) FindAllSubmatch (@"regexp".b·3 []byte, @"regexp".n·4 int) (? [][][]byte)
func (@"regexp".re·2 *@"regexp".Regexp) FindAllSubmatchIndex (@"regexp".b·3 []byte, @"regexp".n·4 int) (? [][]int)
func (@"regexp".re·2 *@"regexp".Regexp) FindIndex (@"regexp".b·3 []byte) (@"regexp".loc·1 []int)
func (@"regexp".re·2 *@"regexp".Regexp) FindReaderIndex (@"regexp".r·3 @"io".RuneReader) (@"regexp".loc·1 []int)
func (@"regexp".re·2 *@"regexp".Regexp) FindReaderSubmatchIndex (@"regexp".r·3 @"io".RuneReader) (? []int)
func (@"regexp".re·2 *@"regexp".Regexp) FindString (@"regexp".s·3 string) (? string)
func (@"regexp".re·2 *@"regexp".Regexp) FindStringIndex (@"regexp".s·3 string) (@"regexp".loc·1 []int)
func (@"regexp".re·2 *@"regexp".Regexp) FindStringSubmatch (@"regexp".s·3 string) (? []string)
func (@"regexp".re·2 *@"regexp".Regexp) FindStringSubmatchIndex (@"regexp".s·3 string) (? []int)
func (@"regexp".re·2 *@"regexp".Regexp) FindSubmatch (@"regexp".b·3 []byte) (? [][]byte)
func (@"regexp".re·2 *@"regexp".Regexp) FindSubmatchIndex (@"regexp".b·3 []byte) (? []int)
func (@"regexp".re·3 *@"regexp".Regexp "esc:0x22") LiteralPrefix () (@"regexp".prefix·1 string, @"regexp".complete·2 bool) { return @"regexp".re·3.@"regexp".prefix, @"regexp".re·3.@"regexp".prefixComplete }
func (@"regexp".re·1 *@"regexp".Regexp "esc:0x1") Longest () { @"regexp".re·1.@"regexp".longest = true }
func (@"regexp".re·2 *@"regexp".Regexp) Match (@"regexp".b·3 []byte) (? bool)
func (@"regexp".re·2 *@"regexp".Regexp) MatchReader (@"regexp".r·3 @"io".RuneReader) (? bool)
func (@"regexp".re·2 *@"regexp".Regexp) MatchString (@"regexp".s·3 string) (? bool)
func (@"regexp".re·2 *@"regexp".Regexp "esc:0x1") NumSubexp () (? int) { return @"regexp".re·2.@"regexp".numSubexp }
func (@"regexp".re·2 *@"regexp".Regexp) ReplaceAll (@"regexp".src·3 []byte, @"regexp".repl·4 []byte "esc:0x1") (? []byte)
func (@"regexp".re·2 *@"regexp".Regexp) ReplaceAllFunc (@"regexp".src·3 []byte, @"regexp".repl·4 func(? []byte) (? []byte) "esc:0x1") (? []byte)
func (@"regexp".re·2 *@"regexp".Regexp) ReplaceAllLiteral (@"regexp".src·3 []byte, @"regexp".repl·4 []byte "esc:0x9") (? []byte)
func (@"regexp".re·2 *@"regexp".Regexp) ReplaceAllLiteralString (@"regexp".src·3 string, @"regexp".repl·4 string "esc:0x9") (? string)
func (@"regexp".re·2 *@"regexp".Regexp) ReplaceAllString (@"regexp".src·3 string, @"regexp".repl·4 string) (? string)
func (@"regexp".re·2 *@"regexp".Regexp) ReplaceAllStringFunc (@"regexp".src·3 string, @"regexp".repl·4 func(? string) (? string) "esc:0x1") (? string)
func (@"regexp".re·2 *@"regexp".Regexp) Split (@"regexp".s·3 string, @"regexp".n·4 int) (? []string)
func (@"regexp".re·2 *@"regexp".Regexp "esc:0x22") String () (? string) { return @"regexp".re·2.@"regexp".expr }
func (@"regexp".re·2 *@"regexp".Regexp "esc:0x22") SubexpNames () (? []string) { return @"regexp".re·2.@"regexp".subexpNames }
func (@"regexp".re·1 *@"regexp".Regexp) @"regexp".allMatches (@"regexp".s·2 string, @"regexp".b·3 []byte, @"regexp".n·4 int, @"regexp".deliver·5 func(? []int) "esc:0x1")
func (@"regexp".re·2 *@"regexp".Regexp) @"regexp".doExecute (@"regexp".r·3 @"io".RuneReader, @"regexp".b·4 []byte, @"regexp".s·5 string, @"regexp".pos·6 int, @"regexp".ncap·7 int) (? []int)
func (@"regexp".re·2 *@"regexp".Regexp "esc:0x1") @"regexp".expand (@"regexp".dst·3 []byte "esc:0x1a", @"regexp".template·4 string, @"regexp".bsrc·5 []byte "esc:0x9", @"regexp".src·6 string "esc:0x9", @"regexp".match·7 []int "esc:0x1") (? []byte)
func (@"regexp".re·2 *@"regexp".Regexp) @"regexp".get () (? *@"regexp".machine)
func (@"regexp".re·2 *@"regexp".Regexp "esc:0x1") @"regexp".pad (@"regexp".a·3 []int "esc:0x1a") (? []int)
func (@"regexp".re·1 *@"regexp".Regexp) @"regexp".put (@"regexp".z·2 *@"regexp".machine)
func (@"regexp".re·2 *@"regexp".Regexp) @"regexp".replaceAll (@"regexp".bsrc·3 []byte, @"regexp".src·4 string, @"regexp".nmatch·5 int, @"regexp".repl·6 func(@"regexp".dst []byte, @"regexp".m []int) (? []byte) "esc:0x1") (? []byte)
type @"".Disasm struct { @"".syms []@"".Sym; @"".pcln *@"debug/gosym".Table; @"".text []byte; @"".textStart uint64; @"".textEnd uint64; @"".goarch string; @"".disasm @"".disasmFunc; @"".byteOrder @"encoding/binary".ByteOrder }
func (@"".d·1 *@"".Disasm) Decode (@"".start·2 uint64, @"".end·3 uint64, @"".f·4 func(@"".pc uint64, @"".size uint64, @"".file string, @"".line int, @"".text string) "esc:0x1")
func (@"".d·1 *@"".Disasm) Print (@"".w·2 @"io".Writer, @"".filter·3 *@"regexp".Regexp, @"".start·4 uint64, @"".end·5 uint64)
func (@"".d·3 *@"".Disasm "esc:0x32") @"".lookup (@"".addr·4 uint64) (@"".name·1 string, @"".base·2 uint64)
type @"os".dirInfo struct { @"os".buf []byte; @"os".nbuf int; @"os".bufp int }
type @"os".file struct { @"os".fd int; @"os".name string; @"os".dirinfo *@"os".dirInfo; @"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:0x22") String () (? string)
func (@"time".l·2 *@"time".Location "esc:0x1") @"time".firstZoneUsed () (? bool)
func (@"time".l·2 *@"time".Location "esc:0x12") @"time".get () (? *@"time".Location)
func (@"time".l·6 *@"time".Location "esc:0x32") @"time".lookup (@"time".sec·7 int64) (@"time".name·1 string, @"time".offset·2 int, @"time".isDST·3 bool, @"time".start·4 int64, @"time".end·5 int64)
func (@"time".l·2 *@"time".Location "esc:0x1") @"time".lookupFirstZone () (? int)
func (@"time".l·4 *@"time".Location "esc:0x1") @"time".lookupName (@"time".name·5 string "esc:0x1", @"time".unix·6 int64) (@"time".offset·1 int, @"time".isDST·2 bool, @"time".ok·3 bool)
type @"time".Duration int64
func (@"time".d·2 @"time".Duration) Hours () (? float64) { var @"time".hour·3 @"time".Duration; ; @"time".hour·3 = @"time".d·2 / @"time".Duration(0x34630b8a000); var @"time".nsec·4 @"time".Duration; ; @"time".nsec·4 = @"time".d·2 % @"time".Duration(0x34630b8a000); return float64(@"time".hour·3) + float64(@"time".nsec·4) * 8190022623310637111963488201822504381538623676021880892417778544696899264837610290203272971060556344039023584360473938041055625214280336402169897364226048p-553 }
func (@"time".d·2 @"time".Duration) Minutes () (? float64) { var @"time".min·3 @"time".Duration; ; @"time".min·3 = @"time".d·2 / @"time".Duration(0xdf8475800); var @"time".nsec·4 @"time".Duration; ; @"time".nsec·4 = @"time".d·2 % @"time".Duration(0xdf8475800); return float64(@"time".min·3) + float64(@"time".nsec·4) * 7678146209353722106395056769533233877065564876941352542109479049699919628723768656821910653339403201031675627614471533358284117434246264392176261853609984p-547 }
func (@"time".d·2 @"time".Duration) Nanoseconds () (? int64) { return int64(@"time".d·2) }
func (@"time".d·2 @"time".Duration) Seconds () (? float64) { var @"time".sec·3 @"time".Duration; ; @"time".sec·3 = @"time".d·2 / @"time".Duration(0x3b9aca00); var @"time".nsec·4 @"time".Duration; ; @"time".nsec·4 = @"time".d·2 % @"time".Duration(0x3b9aca00); return float64(@"time".sec·3) + float64(@"time".nsec·4) * 7198262071269114660816079141112770740375861891461678802759824945047098083990024106014198994535558872472104883612039846078596891298747423852523262413111296p-541 }
func (@"time".d·2 @"time".Duration) String () (? string)
type @"time".Month int
func (@"time".m·2 @"time".Month) String () (? string) { return @"time".months[@"time".m·2 - @"time".Month(0x1)] }
type @"time".Weekday int
func (@"time".d·2 @"time".Weekday) String () (? string) { return @"time".days[@"time".d·2] }
type @"time".Time struct { @"time".sec int64; @"time".nsec int32; @"time".loc *@"time".Location }
func (@"time".t·2 @"time".Time "esc:0x12") Add (@"time".d·3 @"time".Duration) (? @"time".Time) { @"time".t·2.@"time".sec += int64(@"time".d·3 / @"time".Duration(0x3b9aca00)); var @"time".nsec·4 int32; ; @"time".nsec·4 = int32(@"time".t·2.@"time".nsec) + int32(@"time".d·3 % @"time".Duration(0x3b9aca00)); if @"time".nsec·4 >= 0x3b9aca00 { @"time".t·2.@"time".sec++; @"time".nsec·4 -= 0x3b9aca00 } else { if @"time".nsec·4 < 0x0 { @"time".t·2.@"time".sec--; @"time".nsec·4 += 0x3b9aca00 } }; @"time".t·2.@"time".nsec = @"time".nsec·4; return @"time".t·2 }
func (@"time".t·2 @"time".Time "esc:0x12") AddDate (@"time".years·3 int, @"time".months·4 int, @"time".days·5 int) (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x1") After (@"time".u·3 @"time".Time "esc:0x1") (? bool) { return @"time".t·2.@"time".sec > @"time".u·3.@"time".sec || @"time".t·2.@"time".sec == @"time".u·3.@"time".sec && @"time".t·2.@"time".nsec > @"time".u·3.@"time".nsec }
func (@"time".t·2 @"time".Time "esc:0x9") AppendFormat (@"time".b·3 []byte "esc:0x1a", @"time".layout·4 string "esc:0x9") (? []byte)
func (@"time".t·2 @"time".Time "esc:0x1") Before (@"time".u·3 @"time".Time "esc:0x1") (? bool) { return @"time".t·2.@"time".sec < @"time".u·3.@"time".sec || @"time".t·2.@"time".sec == @"time".u·3.@"time".sec && @"time".t·2.@"time".nsec < @"time".u·3.@"time".nsec }
func (@"time".t·4 @"time".Time "esc:0x1") Clock () (@"time".hour·1 int, @"time".min·2 int, @"time".sec·3 int)
func (@"time".t·4 @"time".Time "esc:0x1") Date () (@"time".year·1 int, @"time".month·2 @"time".Month, @"time".day·3 int)
func (@"time".t·2 @"time".Time "esc:0x1") Day () (? int)
func (@"time".t·2 @"time".Time "esc:0x1") Equal (@"time".u·3 @"time".Time "esc:0x1") (? bool) { return @"time".t·2.@"time".sec == @"time".u·3.@"time".sec && @"time".t·2.@"time".nsec == @"time".u·3.@"time".nsec }
func (@"time".t·2 @"time".Time "esc:0x9") Format (@"time".layout·3 string "esc:0x9") (? string)
func (@"time".t·2 *@"time".Time "esc:0x1") GobDecode (@"time".data·3 []byte "esc:0x1") (? error)
func (@"time".t·3 @"time".Time "esc:0x1") GobEncode () (? []byte, ? error)
func (@"time".t·2 @"time".Time "esc:0x1") Hour () (? int)
func (@"time".t·3 @"time".Time "esc:0x1") ISOWeek () (@"time".year·1 int, @"time".week·2 int)
func (@"time".t·2 @"time".Time "esc:0x12") In (@"time".loc·3 *@"time".Location "esc:0x12") (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x1") IsZero () (? bool) { return @"time".t·2.@"time".sec == 0x0 && @"time".t·2.@"time".nsec == 0x0 }
func (@"time".t·2 @"time".Time "esc:0x12") Local () (? @"time".Time) { @"time".t·2.@"time".loc = @"time".Local; return @"time".t·2 }
func (@"time".t·2 @"time".Time "esc:0x12") Location () (? *@"time".Location) { var @"time".l·3 *@"time".Location; ; @"time".l·3 = @"time".t·2.@"time".loc; if @"time".l·3 == nil { @"time".l·3 = @"time".UTC }; return @"time".l·3 }
func (@"time".t·3 @"time".Time "esc:0x1") MarshalBinary () (? []byte, ? error)
func (@"time".t·3 @"time".Time "esc:0x9") MarshalJSON () (? []byte, ? error)
func (@"time".t·3 @"time".Time "esc:0x9") MarshalText () (? []byte, ? error)
func (@"time".t·2 @"time".Time "esc:0x1") Minute () (? int)
func (@"time".t·2 @"time".Time "esc:0x1") Month () (? @"time".Month)
func (@"time".t·2 @"time".Time "esc:0x1") Nanosecond () (? int) { return int(@"time".t·2.@"time".nsec) }
func (@"time".t·2 @"time".Time "esc:0x12") Round (@"time".d·3 @"time".Duration) (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x1") Second () (? int)
func (@"time".t·2 @"time".Time "esc:0x9") String () (? string)
func (@"time".t·2 @"time".Time "esc:0x1") Sub (@"time".u·3 @"time".Time "esc:0x1") (? @"time".Duration)
func (@"time".t·2 @"time".Time "esc:0x12") Truncate (@"time".d·3 @"time".Duration) (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x12") UTC () (? @"time".Time) { @"time".t·2.@"time".loc = @"time".UTC; return @"time".t·2 }
func (@"time".t·2 @"time".Time "esc:0x1") Unix () (? int64) { return @"time".t·2.@"time".sec + -0xe7791f700 }
func (@"time".t·2 @"time".Time "esc:0x1") UnixNano () (? int64) { return (@"time".t·2.@"time".sec + -0xe7791f700) * 0x3b9aca00 + int64(@"time".t·2.@"time".nsec) }
func (@"time".t·2 *@"time".Time "esc:0x1") UnmarshalBinary (@"time".data·3 []byte "esc:0x1") (? error)
func (@"time".t·2 *@"time".Time "esc:0x1") UnmarshalJSON (@"time".data·3 []byte "esc:0x1") (@"time".err·1 error)
func (@"time".t·2 *@"time".Time "esc:0x1") UnmarshalText (@"time".data·3 []byte "esc:0x1") (@"time".err·1 error)
func (@"time".t·2 @"time".Time "esc:0x1") Weekday () (? @"time".Weekday)
func (@"time".t·2 @"time".Time "esc:0x1") Year () (? int)
func (@"time".t·2 @"time".Time "esc:0x1") YearDay () (? int)
func (@"time".t·3 @"time".Time "esc:0x32") Zone () (@"time".name·1 string, @"time".offset·2 int)
func (@"time".t·2 @"time".Time "esc:0x1") @"time".abs () (? uint64)
func (@"time".t·5 @"time".Time "esc:0x1") @"time".date (@"time".full·6 bool) (@"time".year·1 int, @"time".month·2 @"time".Month, @"time".day·3 int, @"time".yday·4 int)
func (@"time".t·4 @"time".Time "esc:0x32") @"time".locabs () (@"time".name·1 string, @"time".offset·2 int, @"time".abs·3 uint64)
type @"os".FileInfo interface { IsDir() (? bool); ModTime() (? @"time".Time); Mode() (? @"os".FileMode); Name() (? string); Size() (? int64); Sys() (? interface {}) }
type @"os".File struct { @"os".? *@"os".file }
func (@"os".f·2 *@"os".File "esc:0x22") Chdir () (? error)
func (@"os".f·2 *@"os".File "esc:0x22") Chmod (@"os".mode·3 @"os".FileMode) (? error)
func (@"os".f·2 *@"os".File "esc:0x22") Chown (@"os".uid·3 int, @"os".gid·4 int) (? error)
func (@"os".f·2 *@"os".File "esc:0x9") Close () (? error)
func (@"os".f·2 *@"os".File "esc:0x1") Fd () (? uintptr) { if @"os".f·2 == nil { return 0xffffffffffffffff }; return uintptr(@"os".f·2.@"os".file.@"os".fd) }
func (@"os".f·2 *@"os".File "esc:0x32") Name () (? string) { return @"os".f·2.@"os".file.@"os".name }
func (@"os".f·3 *@"os".File "esc:0x102") Read (@"os".b·4 []byte "esc:0x1") (@"os".n·1 int, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x102") ReadAt (@"os".b·4 []byte "esc:0x1", @"os".off·5 int64) (@"os".n·1 int, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x1") Readdir (@"os".n·4 int) (@"os".fi·1 []@"os".FileInfo, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x1") Readdirnames (@"os".n·4 int) (@"os".names·1 []string, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x102") Seek (@"os".offset·4 int64, @"os".whence·5 int) (@"os".ret·1 int64, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x10a") Stat () (? @"os".FileInfo, ? error)
func (@"os".f·2 *@"os".File "esc:0x1") Sync () (? error)
func (@"os".f·2 *@"os".File "esc:0x22") Truncate (@"os".size·3 int64) (? error)
func (@"os".f·3 *@"os".File "esc:0x10a") Write (@"os".b·4 []byte "esc:0x1") (@"os".n·1 int, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x102") WriteAt (@"os".b·4 []byte "esc:0x1", @"os".off·5 int64) (@"os".n·1 int, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x10a") WriteString (@"os".s·4 string "esc:0x1") (@"os".n·1 int, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x1") @"os".pread (@"os".b·4 []byte "esc:0x1", @"os".off·5 int64) (@"os".n·1 int, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x1") @"os".pwrite (@"os".b·4 []byte "esc:0x1", @"os".off·5 int64) (@"os".n·1 int, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x1") @"os".read (@"os".b·4 []byte "esc:0x1") (@"os".n·1 int, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x1") @"os".readdir (@"os".n·4 int) (@"os".fi·1 []@"os".FileInfo, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x1") @"os".readdirnames (@"os".n·4 int) (@"os".names·1 []string, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x1") @"os".seek (@"os".offset·4 int64, @"os".whence·5 int) (@"os".ret·1 int64, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x1") @"os".write (@"os".b·4 []byte "esc:0x1") (@"os".n·1 int, @"os".err·2 error)
type @"".rawFile interface { @"".goarch() (? string); @"".pcln() (@"".textStart uint64, @"".symtab []byte, @"".pclntab []byte, @"".err error); @"".symbols() (@"".syms []@"".Sym, @"".err error); @"".text() (@"".textStart uint64, @"".text []byte, @"".err error) }
type @"".File struct { @"".r *@"os".File; @"".raw @"".rawFile }
func (@"".f·2 *@"".File "esc:0x9") Close () (? error)
func (@"".f·3 *@"".File "esc:0x9") Disasm () (? *@"".Disasm, ? error)
func (@"".f·2 *@"".File "esc:0x9") GOARCH () (? string)
func (@"".f·3 *@"".File "esc:0x9") PCLineTable () (? *@"debug/gosym".Table, ? error)
func (@"".f·3 *@"".File "esc:0x9") Symbols () (? []@"".Sym, ? error)
func (@"".f·4 *@"".File "esc:0x9") Text () (? uint64, ? []byte, ? error)
func @"".Open (@"".name·3 string) (? *@"".File, ? error)
func @"".init ()
var @"regexp/syntax".instOpNames []string
func @"strings".HasPrefix (@"strings".s·2 string "esc:0x1", @"strings".prefix·3 string "esc:0x1") (? bool) { return len(@"strings".s·2) >= len(@"strings".prefix·3) && @"strings".s·2[0x0:len(@"strings".prefix·3)] == @"strings".prefix·3 }
var @"time".months [12]string
var @"time".days [7]string
var @"time".Local *@"time".Location
var @"time".UTC *@"time".Location
$$
_go_.o 0 0 0 644 297292 `
go object linux amd64 go1.5.1 X:none
!
��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;A†ú��Hìˆ��1ÛH‰œ$ ��H‰œ$¨��H‹œ$��H‰$è����H‹\$H‰œ$Ð���H‹\$H‰œ$Ø���H‹\$H‰œ$à���H‹D$ H‹L$(H‰Œ$���H‰„$ˆ���Hƒø�t$HDŽ$˜������H‰„$ ��H‰Œ$¨��HÄˆ��ÃH‹œ$��H‰$è����H‹\$H‰\$XH‹D$H‹L$H‰Œ$���H‰„$ˆ���Hƒø�t$HDŽ$˜������H‰„$ ��H‰Œ$¨��HÄˆ��ÃH‹œ$��H‰$è����H‹\$H‰\$@H‹\$H‰œ$¸���H‹\$H‰œ$À���H‹\$ H‰œ$È���H‹D$(H‹L$0H‰Œ$���H‰„$ˆ���Hƒø�t$HDŽ$˜������H‰„$ ��H‰Œ$¨��HÄˆ��ÃH‹œ$��H‰$è����H‹L$H‹D$H‰L$xH‰„$€���H����H‰$H‹����H‰\$H‰Œ$¨���H‰L$H‰„$°���H‰D$è����H‹\$ H‹+H‰l$`H‹L$xH‹„$€���H����H‰$H‹����H‰\$H‰Œ$¨���H‰L$H‰„$°���H‰D$è����H‹”$Ð���H‹´$à���H‹\$ Hƒû�„¬��H‹ H‹kH‰Œ$˜���H‰¬$ ���H‹\$`1íH9ë„-��Hƒù�„#��HDŽ$ð�������H‰´$ø���H‰”$è���H‹„$Ø���H‰´$��1ÉH‰„$��H‰D$HH‰”$���H‰ÐH‹l$HH9鍀��H‰D$pHƒø�„¹��L‹L‹HL‹@H‹x‹p H‹P(H‹h0H‰L$PL‰”$P��L‰”$��L‰Œ$X��L‰Œ$ ��L‰„$`��L‰„$(��H‰¼$h��H‰¼$0��‰´$p��‰´$8��H‰”$x��H‰”$@��H‰¬$€��H‰¬$H��H‹Œ$��H‰Œ$¨���H‹„$ ��Hƒø|THƒø…��H‰ $H‰„$°���H‰D$H-����H‰l$HÇD$���è����H‹Œ$¨���H‹„$°���H‹\$ Hƒû�Ô��Hƒø…‡��H‰ $H‰„$°���H‰D$H-����H‰l$HÇD$���è����H‹Œ$¨���H‹„$°���¶\$ €û�„>��H‹D$pH‹L$PHƒÀ8HÿÁH‹l$HH9錀þÿÿH‹œ$è���H‰œ$Ð���H‹œ$ð���H‰œ$Ø���H‹œ$ø���H‰œ$à���H‹œ$À���H‰\$PH����H‰$è����H‹D$H‰D$hH‹¬$Ø���H‰hH‹¬$à���H‰hH‹¬$Ð���€=�����…ƒ��H‰(Hƒø�„o��H‹l$X€=�����…A��H‰hH‹¬$À���H‰h(H‹¬$È���H‰h0H‹¬$¸���€=�����…ô���H‰h H‹l$@H‰h8H‹l$PL‹D$@LÅH‰h@H‹¬$€���H‰hPH‹l$x€=�����…œ���H‰hHHƒø�„‡���H‹l$`€=�����u`H‰hXH‹¬$˜���H‰h`H‹¬$ ���€=�����u&H‰hhH‰„$˜��1ÛH‰œ$ ��H‰œ$¨��HÄˆ��ÃL@hL‰$H‰l$è����H‹D$hëÅL@XL‰$H‰l$è����H‹D$h닉�érÿÿÿL@HL‰$H‰l$è����H‹D$héLÿÿÿL@ L‰$H‰l$è����H‹D$héôþÿÿL@L‰$H‰l$è����H‹D$hé§þÿÿ‰�éŠþÿÿH‰$H‰l$è����H‹D$héhþÿÿHƒøuIH‰ $H‰„$°���H‰D$H-����H‰l$HÇD$���è����H‹Œ$¨���H‹„$°���¶\$ €û�…sýÿÿH‰„$°���Hƒøu1H‰ $H‰D$H-����H‰l$HÇD$���è����¶\$ €û�…4ýÿÿH‹Œ$è���H‹„$ð���H‹”$ø���H‰ÃHÿÃH9Ów<H‰œ$ð���H‰ËH‰ÅHkí8HëH¬$��H‰\$H‰l$H-����H‰,$è����éÕüÿÿH-����H‰,$H‰L$H‰D$H‰T$H‰\$ è����H‹L$(H‹D$0H‹T$8H‰ÃHÿÃH‰œ$ð���H‰”$ø���H‰Œ$è���évÿÿÿHƒøuIH‰ $H‰„$°���H‰D$H-����H‰l$HÇD$���è����H‹Œ$¨���H‹„$°���¶\$ €û�…0üÿÿHƒø uIH‰ $H‰„$°���H‰D$H-����H‰l$HÇD$ ���è����H‹Œ$¨���H‹„$°���¶\$ €û�…áûÿÿH‰„$°���Hƒø …›þÿÿH‰ $H‰D$H-����H‰l$HÇD$ ���è����¶\$ €û�…žûÿÿéeþÿÿ‰�é@úÿÿH����H‰$HÇD$���1ÛH‰\$H‰\$H‰\$ è����H‹L$(H‹D$0HDŽ$˜������H‰Œ$ ��H‰„$¨��HÄˆ��ÉéMùÿÿè����éáöÿÿ\
������‚
��$"".(*File).Symbols���ú
��,"".(*File).PCLineTable���¸
��"".(*File).Text���Ä
��""".(*File).GOARCH���€��:type.map[string]"".disasmFunc���–��"".disasms���Þ
��4runtime.mapaccess1_faststr��� ��Rtype.map[string]encoding/binary.ByteOrder���¶��"".byteOrders���þ
��4runtime.mapaccess1_faststr���þ��"go.string."etext"���¤
��"runtime.cmpstring���¦�� go.string."text"���Ì
�� runtime.eqstring���Î��type."".Disasm���à
��"runtime.newobject���À�6runtime.writeBarrierEnabled���þ�6runtime.writeBarrierEnabled���à�6runtime.writeBarrierEnabled���Ø�6runtime.writeBarrierEnabled���˜�6runtime.writeBarrierEnabled���Ú�6runtime.writeBarrierEnabled���Ð
��.runtime.writebarrierptr���‚
��.runtime.writebarrierptr���Â
��.runtime.writebarrierptr���ú
��.runtime.writebarrierptr���²
��.runtime.writebarrierptr���ð
��.runtime.writebarrierptr���À��"go.string."_text"���æ
�� runtime.eqstring���Þ��"go.string."etext"���„
�� runtime.eqstring���Â��type."".Sym���Ô
��(runtime.typedmemmove���ì��type.[]"".Sym���¦
��"runtime.growslice���Æ��$go.string."_etext"���ì
�� runtime.eqstring���ä ��0go.string."runtime.text"���Š!
�� runtime.eqstring���Š"��2go.string."runtime.etext"���°"
�� runtime.eqstring���ò"��Hgo.string."unsupported architecture"���¸#
��fmt.Errorf���¬$
��0runtime.morestack_noctxt���@��."".autotmp_0013�¿type.*"".Disasm�"".autotmp_0012��type.string�"".autotmp_0011�otype."".Sym�"".autotmp_0010�¯type.*"".Sym�"".autotmp_0009�ÿtype.int�"".autotmp_0008�ïtype.int�"".autotmp_0007��type.int�"".autotmp_0006�type.[]"".Sym�"".autotmp_0003��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"^…Ä³� �¢H4J$-$T$Py
ÔrS0 ¤p "   <WŽZ 
Vá  X# �d�@|_†MP“Þ¸  ; Oh)c¢D E�Tgclocals·ab311aff4e03ba7bda4bd8f1a5de05b4�Tgclocals·ac9d35fddd5fb0e6e8d8acb0db2228e2���rprebuilts/go/linux-x86/src/cmd/internal/objfile/disasm.goþ&"".(*Disasm).lookup�� �� dH‹ %����H;a†ó���Hƒì0H‹T$81Û1ÀH‰D$HH‰D$PH‹JHD$H-����H‰(H‹l$@H‰hH‰PH‰ $H‰D$è����H‹|$@H‹D$Hƒø�~vH‰ÂHÿÊH‹\$8Hƒû�„‚���H‹ H‹CH‹kH‰ËH‰ÕH9ÂseHkí8HëH‹3H‹SH‹CH‹K‹k H‹k(H‹k0Hƒø�t$H9øwH‰ÃHËH9ûvH‰t$HH‰T$PH‰D$XHƒÄ0Ã1ÛH‰\$HH‰\$PHÇD$X����HƒÄ0Ãè���� ‰éwÿÿÿè����éðþÿÿ
������l��2"".(*Disasm).lookup.func1���¨
��sort.Search���ò
��$runtime.panicindex���Ž
��0runtime.morestack_noctxt���P`��
"".autotmp_0018�/htype.struct { F uintptr; addr uint64; d *"".Disasm }�"".base�@type.uint64�"".name� type.string�"".addr�type.uint64�"".d��type.*"".Disasm�`Æ_`_`��(ª*8L 
��S¥�Tgclocals·3260b5c802f633fd6252c227878dd72a�Tgclocals·aa532b3eef70a978b4f36c2acf8a8ea7���rprebuilts/go/linux-x86/src/cmd/internal/objfile/disasm.goþ"".base��à��ØdH‹ %����H;a†Ï���Hƒì(1ÛH‰\$@H‰\$HH‹\$0H‰$H‹\$8H‰\$H����H‰\$HÇD$���è����H‹\$ HÿÃH‹l$8H9ëwyL‹D$0H)ÝHƒý�tML‰D$0L‰$H‰l$8H‰l$H����H‰\$HÇD$���è����H‹\$ HÿÃH‹l$8H9ëw!L‹D$0H)ÝHƒý�tML‰D$@H‰l$HHƒÄ(Ãè���� è���� è����éÿÿÿ
������r��go.string."/"���˜
��"strings.LastIndex���”��go.string."\\"���º
��"strings.LastIndex���ª
��$runtime.panicslice���¸
��$runtime.panicslice���Æ
��0runtime.morestack_noctxt���@P��"".autotmp_0026��type.int�"".autotmp_0025��type.int� "".~r1� type.string�"".path��type.string�P¼OP�ð� Æ#QQ� �K¥�Tgclocals·2fccd208efe70893f9ac8d682812ae72�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���rprebuilts/go/linux-x86/src/cmd/internal/objfile/disasm.goþ$"".(*Disasm).Print��€#��ê"dH‹ %����H„$`þÿÿH;A†��Hì ��1ÀH¼$¨��è����H‰„$`��H‰„$h��H‰„$p��H‰„$x��H‹¬$(��H‹]8H‹¬$H��H9ëvH‹œ$(��H‹k8H‰¬$H��H‹¬$(��H‹]@H‹¬$P��H9ësH‹œ$(��H‹k@H‰¬$P��ÆD$W�H‹œ$0��H‹Œ$8��H‰œ$ ���H‰Œ$¨���H‰Œ$¸���HÇÀ���H‰œ$°���1íH9ëtH‹[H-����H9ë… ��HÇÂ���€ú�„v��H‹YH9ÃŒi��H‰ÈH‰„$€���H‹œ$(��Hƒû�„E��L‹H‹CH‹kH‰¬$@��E1ÛH‰„$8��H‰D$hL‰”$0��H‹l$hI9ëè���L‰”$���Iƒú�„ò��M‹
M‹BI‹zI‹rA‹R I‹J(I‹j0L‰\$pL‰Œ$è��L‰Œ$°��L‰„$ð��L‰„$¸��H‰¼$ø��H‰¼$À��H‰´$���H‰´$È��‰”$��‰”$Ð��H‰Œ$��H‰Œ$Ø��H‰¬$��H‰¬$à��H‹„$À��H‹Œ$À��H‹¬$È��‹œ$Ð��HéƒûTt:‹œ$Ð��ƒûtt.IƒÂ8IÿÃH‹l$hI9ëŒÿÿÿH‹œ$€���H‰$è����HÄ ��ÃH‹¬$(��H‹]8H9ÃwÁH‰L$`H‹¬$H��H9év¯H‹œ$P��H‰D$XH9ÃvH‹œ$@��1íH9ëtGH‹œ$@��H‰$Hœ$°��H|$H‹ H‰H‹KH‰Oè����L‹\$pL‹”$���¶\$€û�„Gÿÿÿ€|$W�tnH‹œ$€���H‰œ$˜���H‹����1íH9è„��H‹Œ$˜���H‰„$Ð���H‰$H‰Œ$Ø���H‰L$H����H‰\$HÇD$���1ÛH‰\$ H‰\$(H‰\$0è����ÆD$WH‹œ$(��H‹kH‰,$H‹œ$À��H‰\$è����H‹L$H‹D$H‹œ$€���H‰œ$˜���H‰Œ$À���H‰Œ$ð���H‰„$È���H‰„$ø���H‹����H‰„$ˆ���1íH9è„��1ÛH‰œ$`��H‰œ$h��H‰œ$p��H‰œ$x��Hœ$`��Hƒû�„á��HDŽ$ �����HDŽ$(�����H‰œ$��H����H‰$Hœ$°��H‰\$HÇD$����è����H‹L$H‹D$ H‹œ$��H‰Œ$à���H‰ H‰„$è���€=�����…R��H‰CH����H‰$Hœ$ð���H‰\$HÇD$����è����H‹L$H‹D$ H‹œ$��HƒÃH‰Œ$à���H‰ H‰„$è���€=�����…Û��H‰CH‹Œ$˜���H‹„$ˆ���H‰„$Ð���H‰$H‰Œ$Ø���H‰L$H����H‰\$HÇD$���H‹œ$��H‰\$ H‹œ$ ��H‰\$(H‹œ$(��H‰\$0è����H‹œ$€���H‰œ$˜���H‹����1íH9è„��H‹Œ$˜���H‰„$Ð���H‰$H‰Œ$Ø���H‰L$HÇD$���HÇD$���HÇD$ ���ÆD$( HÇD$0����è����H‹„$P��H‹T$`H‹Œ$(��L‹\$8H9ÂvH‰ÂH‹Y8H‰ÅH)ÝL‹A0L9ŇŠ���L‹I I‰êHœ$€��H‰ØH-����H‰+H‰KL‰\$xL‰[L‰Œ$���L‰KL‰”$��L‰S L‰„$��L‰C(H‰ $H‹\$XH‰\$H‰T$H‰D$è����H‹\$xH‰$è����L‹\$pL‹”$���é©ûÿÿè���� H����H‰$H����H‰\$H����H‰\$è����H‹D$éµþÿÿLCL‰$H‰D$è����éþÿÿLCL‰$H‰D$è����é›ýÿÿ‰éýÿÿH����H‰$H����H‰\$H����H‰\$è����H‹\$H‰œ$ˆ���éªüÿÿH����H‰$H����H‰\$H����H‰\$è����H‹D$é±ûÿÿA‰éúÿÿ‰é´ùÿÿHƒø�HÇÀ���H����H‰$H‰D$H‰D$è����H‹\$H‰œ$H��H‹\$ H‰œ$P��H‹\$(H‰œ$X��H����H‰$è����H‹D$1íH‰(H‰hH‰hH‰hH‰h H‰h(H‰h0H‰h8H‰„$˜���H‹¬$P��H‰hH‹¬$X��H‰h H‹¬$H��€=�����uIH‰hH‹¬$°���H‰h0H‹¬$¸���€=�����u H‰h8é»øÿÿL@8L‰$H‰l$è����H‹„$˜���éœøÿÿL@L‰$H‰l$è����H‹„$˜���ëŸ1É1Òé^øÿÿè����éK÷ÿÿ^
������Z
ú� runtime.duffzero���ê��$type.*bufio.Writer���Ô 
��*bufio.(*Writer).Flush���Ä 
��8regexp.(*Regexp).MatchString���¶ ��>go.itab.*bufio.Writer.io.Writer���œ ��go.string."\n"���ä 
��fmt.Fprintf���²
��:debug/gosym.(*Table).PCToLine���´��>go.itab.*bufio.Writer.io.Writer�����type.string���Î
��runtime.convT2E���¤�6runtime.writeBarrierEnabled���È��type.string���†
��runtime.convT2E���ä�6runtime.writeBarrierEnabled���Ú��8go.string."TEXT %s(SB) %s\n"���Î
��fmt.Fprintf���ü��>go.itab.*bufio.Writer.io.Writer���°
��0text/tabwriter.NewWriter���Ô��0"".(*Disasm).Print.func1���ö
��&"".(*Disasm).Decode���’
��<text/tabwriter.(*Writer).Flush�����$runtime.panicslice���Ò��$type.*bufio.Writer���è��type.io.Writer���€��>go.itab.*bufio.Writer.io.Writer���”
�� runtime.typ2Itab���Ì
��.runtime.writebarrierptr���ú
��.runtime.writebarrierptr��� ��$type.*bufio.Writer���¶��type.io.Writer���Î��>go.itab.*bufio.Writer.io.Writer���â
�� runtime.typ2Itab���”��$type.*bufio.Writer���ª��type.io.Writer���Â��>go.itab.*bufio.Writer.io.Writer���Ö
�� runtime.typ2Itab���°��type.[]uint8���Ö
��"runtime.makeslice���²��"type.bufio.Writer���Ä
��"runtime.newobject���ì �6runtime.writeBarrierEnabled���®!�6runtime.writeBarrierEnabled���ê!
��.runtime.writebarrierptr���¨"
��.runtime.writebarrierptr���Ø"
��0runtime.morestack_noctxt���`À��L"".autotmp_0053��type.*uint8�"".autotmp_0052��"type.interface {}�"".autotmp_0051�ÿ"type.interface {}�"".autotmp_0050�ÿ(type.[2]interface {}�"".autotmp_0047�&type.[]interface {}�"".autotmp_0046��type.*uint8�"".autotmp_0045�¯type.*uint8�"".autotmp_0044�otype."".Sym�"".autotmp_0043�Ÿtype.*"".Sym�"".autotmp_0042�ïtype.int�"".autotmp_0041��type.int�"".autotmp_0040��$type.*bufio.Writer�"".autotmp_0039��$type.*bufio.Writer�"".autotmp_0038��$type.*bufio.Writer�"".autotmp_0037�¿ type.struct { F uintptr; d *"".Disasm; tw *text/tabwriter.Writer; code []uint8 }�"".autotmp_0035��$type.*bufio.Writer�"".autotmp_0034�ßtype.string�"".autotmp_0033��$type.*bufio.Writer�"".autotmp_0032��$type.*bufio.Writer�"".autotmp_0030�ßtype.[]"".Sym�"".autotmp_0029�¯type.[]uint8�"".autotmp_0028�ßtype.int�"".autotmp_0027�$type.*bufio.Writer�bufio.w·2�ßtype.io.Writer�bufio.w·2�ÿtype.io.Writer�"".code�¿type.[]uint8�
"".tw�Ï6type.*text/tabwriter.Writer�"".file�¿type.string�"".symEnd�ÿtype.uint64�"".symStart�type.uint64� "".sym�ßtype."".Sym�
"".bw�¿$type.*bufio.Writer�"".printed�‘type.bool� "".end�Ptype.uint64�"".start�@type.uint64�"".filter�0&type.*regexp.Regexp�"".w�type.io.Writer�"".d��type.*"".Disasm�"ÀÓ¿ÀÊ �À�¢ØQzë RG‹n,Ä‹F M*2o 2£�P�éx …€q£
  * K:@ 7“-�Tgclocals·547e1ef7fbdf33367d57e753dd1f0b47�Tgclocals·29394d483fef7570a0ea111ac7a30f3b���rprebuilts/go/linux-x86/src/cmd/internal/objfile/disasm.goþ&"".(*Disasm).Decode��€
��ì dH‹ %����HD$ÐH;A†T��Hì°���H‹Œ$È���H‹„$¸���H‹X8H‹¬$À���H9ëv H‹h8H‰¬$À���H‹X@H9ËsH‹H@H‹X8H‰ÍH‰Œ$È���H)ÝL‹@0L9Ňí��L‹H H‰¬$ˆ���L‰„$���L‰Œ$€���H����H‰$è����H‹¼$¸���H‹D$H-����H‰(H‰D$X€=�����…t��H‰xH‰D$PH‹„$À���H‹¬$È���H9èƒC��H‹_8H‰ÅH)ÝH‰ëH‹¬$ˆ���L‹„$���H9ë‡%��L‹Œ$€���H)ÝI)ØIƒø�tM L‰Œ$˜���L‰ $H‰¬$ ���H‰l$L‰„$¨���L‰D$H‰D$HH‰D$H‹\$PH‰\$ H‹WXH‹ÿÓH‹\$(H‰\$`H‹\$0H‰\$hH‹\$8H‰\$@H‹œ$¸���H‹kH‰,$H‹\$HH‰\$è����H‹T$H‹L$H‹D$ H‹\$HH‰$H‹\$@H‰\$H‰T$pH‰T$H‰L$xH‰L$H‰D$ H‹\$`H‰\$(H‹\$hH‰\$0H‹”$Ð���H‹ÿÓH‹¼$¸���H‹D$HH‹\$@HÃH‰ØH‹¬$È���H9肽þÿÿHÄ°���Ãè���� L@L‰$H‰|$è����H‹D$XH‹¼$¸���élþÿÿè���� è����éŠýÿÿ
������®��Ntype.struct { F uintptr; R *"".Disasm }���À
��"runtime.newobject���è��6"".(*Disasm).("".lookup)-fm���„�6runtime.writeBarrierEnabled���Ü�������Ò
��:debug/gosym.(*Table).PCToLine���Ž�������ö
��$runtime.panicslice���ž 
��.runtime.writebarrierptr���Ì 
��$runtime.panicslice���Ú 
��0runtime.morestack_noctxt���@à��"".autotmp_0064�¯Ptype.*struct { F uintptr; R *"".Disasm }�"".autotmp_0063��type.uint64�"".autotmp_0062�/type.[]uint8�"".file�type.string�"".size�ßtype.int�"".text�Ÿtype.string�
"".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�àšßàF�€�RÄ/  ;B
•.U  $ �&�ŸÏ:_3�Tgclocals·aa2bb9f7165bbb779bc633f79a02d524�Tgclocals·b73198273678f7fe54c980a64d77f238���rprebuilts/go/linux-x86/src/cmd/internal/objfile/disasm.goþ"".disasm_386��À��¨dH‹ %����H;av{HƒìH1ÛH‰\$xH‰œ$€���H‹\$PH‰$H‹\$XH‰\$H‹\$`H‰\$H‹\$hH‰\$H‹\$pH‰\$ HÇD$( ���è����H‹T$0H‹L$8H‹D$@H‰T$xH‰Œ$€���H‰„$ˆ���HƒÄHÃè����élÿÿÿ
������º
��"".disasm_x86���–
��0runtime.morestack_noctxt���€��
"".~r4�ptype.int� "".~r3�Ptype.string�"".lookup�@$type."".lookupFunc�
"".pc�0type.uint64�"".code��type.[]uint8�v� �î"h�
�\D�Tgclocals·e37779a160dbb10ca9ef216f91678f21�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���rprebuilts/go/linux-x86/src/cmd/internal/objfile/disasm.goþ"".disasm_amd64��À��¨dH‹ %����H;av{HƒìH1ÛH‰\$xH‰œ$€���H‹\$PH‰$H‹\$XH‰\$H‹\$`H‰\$H‹\$hH‰\$H‹\$pH‰\$ HÇD$(@���è����H‹T$0H‹L$8H‹D$@H‰T$xH‰Œ$€���H‰„$ˆ���HƒÄHÃè����élÿÿÿ
������º
��"".disasm_x86���–
��0runtime.morestack_noctxt���€��
"".~r4�ptype.int� "".~r3�Ptype.string�"".lookup�@$type."".lookupFunc�
"".pc�0type.uint64�"".code��type.[]uint8�v� �ö"h�
�\D�Tgclocals·e37779a160dbb10ca9ef216f91678f21�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���rprebuilts/go/linux-x86/src/cmd/internal/objfile/disasm.goþ"".disasm_x86��à��ÌdH‹ %����H„$ÿÿÿH;A†A��Hìx��1ÛH‰œ$°��H‰œ$¸��H‹œ$€��H‰$H‹œ$ˆ��H‰\$H‹œ$��H‰\$HÇD$@���è����H¼$è���Ht$ è����H‹Œ$°���H‹œ$¸���H‰œ$à���1ÛH‰œ$È���H‰œ$Ð���H‹„$p��H‰Œ$Ø���Hƒù�…‡���H‰„$À���Hƒø�ty‹œ$��ƒû�tmH´$è���H‰çè����H‹œ$˜��H‰œ$���H‹œ$ ��H‰œ$˜���è����H‹”$À���H‹Œ$ ���H‹„$¨���H‰Œ$°��H‰„$¸��H‰”$À��HÄx��ÃHÇÂ���H ����HÇÀ���ëÉè����éšþÿÿ
������È
��Jcmd/internal/rsc.io/x86/x86asm.Decode���ì
ˆ� runtime.duffcopy���È
ˆ� runtime.duffcopy���’
��Tcmd/internal/rsc.io/x86/x86asm.Plan9Syntax���ž��go.string."?"���º
��0runtime.morestack_noctxt���ð��"".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�"ð¢ïð+�ð�0þ4^,M � �c�Tgclocals·758d03b6c31fc8fac5e0d1fec706f6cd�Tgclocals·46934acbe4b88aaf40e3ccf913af4b22���rprebuilts/go/linux-x86/src/cmd/internal/objfile/disasm.goþ("".textReader.ReadAt��À��°dH‹ %����H;a†{��HƒìhH‹Œ$ˆ���H‹T$xH‹„$¨���1Û1ÛH‰œ$¸���H‰œ$À���Hƒø�Œ��H9È‚ ��H)ÈH9Âw/H‹ ����H‹����HDŽ$°�������H‰Œ$¸���H‰„$À���HƒÄhÃL‹„$€���H‰ÕH9Їº���L‹L$pH)ÅI)ÀIƒø�tM H‹´$���H‹„$˜���H‹œ$ ���H‰\$HL‰L$PL‰ÊH‰l$XL‰D$`L‰D$0H‰D$@H‰l$(H9Å}H‰èH‰D$H‰t$8H‰4$H‰T$ H‰T$H‰D$è����H‹L$H‹„$˜���H‰Œ$°���H9Á}H‹����H‰œ$¸���H‹����H‰œ$À���HƒÄhÃè���� H‹ ����H‹����HDŽ$°�������H‰Œ$¸���H‰„$À���HƒÄhÃè����éhþÿÿ
������¼�� io.EOF���Ê� io.EOF���®
��runtime.memmove���ð��&io.ErrUnexpectedEOF���Ž�&io.ErrUnexpectedEOF���²
��$runtime.panicslice���Ä�� io.EOF���Ò� io.EOF���ž
��0runtime.morestack_noctxt���°Ð��"".autotmp_0076��type.int�"".autotmp_0075�type.[]uint8�"".autotmp_0074�_type.[]uint8�"".autotmp_0073��type.error�"".autotmp_0071��type.int�"".autotmp_0070�/type.[]uint8�"".autotmp_0069�Ÿtype.int� "".err�type.error�"".n�€type.int� "".off�ptype.int64�"".data�@type.[]uint8�"".r��$type."".textReader�2ÐrÏÐÍÏÐ5ÏÐ� �6¢@/– /��–BH�Tgclocals·4bfb19ec28add3735ce6bb8ae94069a5�Tgclocals·a064c3f70b9f68636723afa1d70c14e5���rprebuilts/go/linux-x86/src/cmd/internal/objfile/disasm.goþ"".disasm_arm��À��®dH‹ %����H„$hÿÿÿH;A†ò��Hì��1ÛH‰œ$H��H‰œ$P��H‹œ$ ��H‰$H‹œ$(��H‰\$H‹œ$0��H‰\$HÇD$���è����H¼$È���Ht$ è����H‹L$pH‹\$xH‰œ$ ���1ÛH‰œ$ˆ���H‰œ$���H‹„$Ð���H‰Œ$˜���Hƒù�…>��H‰„$€���Hƒø�„,��H·œ$È���fƒû�„��1ÛH‰œ$¨���H‰œ$°���H‰œ$¸���H‰œ$À���H‹œ$ ��H‰œ$¨���H‹œ$(��H‰œ$°���H‹œ$0��H‰œ$¸���H‹œ$8��H‰œ$À���H����H‰$H����H‰\$H����H‰\$Hœ$¨���H‰\$HÇD$ ����è����H\$(H|$`H‹ H‰H‹KH‰OH´$È���H‰çè����H‹œ$8��H‰\$PH‹œ$@��H‰\$Xè����H‹”$€���H‹L$pH‹D$xH‰Œ$H��H‰„$P��H‰”$X��HÄ��ÃHÇÂ���H ����HÇÀ���ëÉè����ééýÿÿ
������È
��Jcmd/internal/rsc.io/arm/armasm.Decode���ì
è� runtime.duffcopy���„��$type."".textReader���š�� type.io.ReaderAt���²��Bgo.itab."".textReader.io.ReaderAt���ò
��runtime.convT2I���Â
è� runtime.duffcopy���€
��Tcmd/internal/rsc.io/arm/armasm.Plan9Syntax���€��go.string."?"���œ
��0runtime.morestack_noctxt���€°��"".autotmp_0078�ß$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�"°Ó¯°*� �2À4X7ù ��c•Ga�Tgclocals·accaf8948e97c011220650876ffe44c7�Tgclocals·135883f958a32f2fe7e812bb428f4566���rprebuilts/go/linux-x86/src/cmd/internal/objfile/disasm.goþ"".openElf��à��ÐdH‹ %����H;a†‹��Hƒì`1ÛH‰\$pH‰\$x1ÛH‰œ$€���H‰œ$ˆ���H‹\$hH‰\$8H‹����1íH9è„��H‹L$8H‰D$PH‰$H‰L$XH‰L$è����H‹\$H‰\$(H‹D$H‹L$ H‰L$HH‰D$@Hƒø�t!1ÛH‰\$pH‰\$xH‰„$€���H‰Œ$ˆ���HƒÄ`ÃH����H‰$è����H‹D$H‰D$0Hƒø�„Ž���H‹l$(€=�����ukH‰(H‰D$0H‹����1íH9èt&H‹\$0H‰\$xH‰D$p1ÛH‰œ$€���H‰œ$ˆ���HƒÄ`ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë«H‰$H‰l$è����H‹D$0냉�ékÿÿÿH����H‰$H����H‰\$H����H‰\$è����H‹D$é³þÿÿè����éXþÿÿ"
������„��8go.itab.*os.File.io.ReaderAt���Ô
��"debug/elf.NewFile���ì��type."".elfFile���þ
��"runtime.newobject���¼�6runtime.writeBarrierEnabled���à��<go.itab.*"".elfFile."".rawFile���È�� type.*"".elfFile���Þ��type."".rawFile���ö��<go.itab.*"".elfFile."".rawFile���Š
�� runtime.typ2Itab���´
��.runtime.writebarrierptr���Þ��type.*os.File���ô�� type.io.ReaderAt���Œ��8go.itab.*os.File.io.ReaderAt��� 
�� runtime.typ2Itab���¾
��0runtime.morestack_noctxt���PÀ��"".autotmp_0083��type.*uint8�"".autotmp_0082�_ type.*"".elfFile�"".autotmp_0080�� type.*"".elfFile�"".autotmp_0079�Otype.*os.File� "".err�?type.error�"".f�o(type.*debug/elf.File� "".~r2�0type.error� "".~r1�type."".rawFile�"".r��type.*os.File�(À›¿Àm¿À�°� (5R !¹2��iU†K!�Tgclocals·9f4747e6338c5bdd4db417363b8a0d83�Tgclocals·e74d231870ac50ce4d84d17e03402fca���lprebuilts/go/linux-x86/src/cmd/internal/objfile/elf.goþ*"".(*elfFile).symbols��€��èdH‹ %����H„$ ÿÿÿH;A†O��Hì`��1ÛH‰œ$p��H‰œ$x��H‰œ$€��1ÛH‰œ$ˆ��H‰œ$��H‹œ$h��H‹+H‰,$è����L‹œ$h��H‹T$H‹t$H‹l$H‹D$ H‹L$(H‰L$`H‰D$XHƒø�t21ÛH‰œ$p��H‰œ$x��H‰œ$€��H‰„$ˆ��H‰Œ$��HÄ`��Ã1ÛH‰\$hH‰\$pH‰\$xH‰”$€���H‰´$ˆ���H‰¬$���H‰¬$À���1ÉH‰´$¸���H‰t$@H‰”$°���H‰ÐH‹l$@H9éã��H‰D$PHƒø�„6��L‹L‹H¶hI‰è¶hH‹pH‹P H‰ïH‹h(H‰L$HL‰”$ø���L‰”$È���L‰Œ$���L‰Œ$Ð���Dˆ„$��Dˆ„$Ø���@ˆ¼$ ��@ˆ¼$Ù���H‰´$��H‰´$à���H‰”$��H‰”$è���H‰¬$ ��H‰¬$ð���1ÛH‰œ$(��H‰œ$0��H‰œ$8��H‰œ$@��‰œ$H��H‰œ$P��H‰œ$X��H‹œ$è���H‰œ$8��Hœ$È���H¬$(��H‹ H‰M�H‹KH‰MH‹œ$ð���H‰œ$@��DŽ$H��?���H‹„$à���Hƒø�…7��DŽ$H��U���¶œ$Ø���Àë¶ÛHƒû�u‹œ$H��ƒÃ ‰œ$H��H‹L$hH‹D$pH‹T$xH‰ÃHÿÃH9Ó‡œ���H‰\$pH‰ËH‰ÅHkí8HëH¬$(��H‰\$H‰l$H-����H‰,$è����L‹œ$h��H‹D$PH‹L$HHƒÀ0HÿÁH‹l$@H9éŒþÿÿH‹\$hH‰œ$p��H‹\$pH‰œ$x��H‹\$xH‰œ$€��1ÛH‰œ$ˆ��H‰œ$��HÄ`��ÃH-����H‰,$H‰L$H‰D$H‰T$H‰\$ è����H‹L$(H‹D$0H‹T$8H‰ÃHÿÃH‰\$pH‰T$xH‰L$héÿÿÿH=òÿ��uDŽ$H��B���é¼þÿÿH‹„$à���Hƒø�Œ¥���I‹+H‹M0H9ȍ•���I‹+Hƒý�„€���H‹U(H‹M0H‹]8H‰œ$¨���H‰”$˜���H‰Œ$ ���H9ÈsPHÂH‹+‹EƒàƒøuDŽ$H��R���éBþÿÿƒøuDŽ$H��D���é-þÿÿƒø…$þÿÿDŽ$H��T���éþÿÿè���� ‰E�éxÿÿÿé�þÿÿ‰�éÃüÿÿè����éŒûÿÿ
������¼
��2debug/elf.(*File).Symbols���š ��type."".Sym���¬ 
��(runtime.typedmemmove���Š ��type.[]"".Sym���Ä 
��"runtime.growslice��� 
��$runtime.panicindex���Ö
��0runtime.morestack_noctxt���`À��"".autotmp_0093�Ï*type.debug/elf.Symbol�"".autotmp_0092�Ÿ,type.*debug/elf.Symbol�"".autotmp_0091�¿type.int�"".autotmp_0090�¯type.int�"".autotmp_0087�ß.type.[]debug/elf.Symbol� "".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�*"À¢¿Àü¿À¾�€ �–8N: 2íƒ
 $Z18AM' =
   + ��]øŒî1�Tgclocals·adb3347b296419e60da36d67f8b7ce43�Tgclocals·252ce373c08a04a8bede9e24a9cf9968���lprebuilts/go/linux-x86/src/cmd/internal/objfile/elf.goþ$"".(*elfFile).pcln��€��ødH‹ %����H;a†ß��Hƒì01Û1Û1Û1ÛH‰\$xH‰œ$€���1ÛH‰\$`H‰\$hH‰\$p1ÛH‰\$HH‰\$PH‰\$XHÇD$@����H‹\$8H‹+H‰,$H����H‰\$HÇD$���è����H‹D$1íH9èt H‹hH‰l$@H‹\$8H‹+H‰,$H����H‰\$HÇD$ ���è����H‹D$1íH9èttH‰$è����H‹\$H‰\$HH‹\$H‰\$PH‹\$H‰\$XH‹D$ H‹\$(H‰œ$€���H‰D$xHƒø�t0HÇD$@����1ÛH‰\$HH‰\$PH‰\$X1ÛH‰\$`H‰\$hH‰\$pHƒÄ0ÃH‹\$8H‹+H‰,$H����H‰\$HÇD$
���è����H‹D$1íH9èttH‰$è����H‹\$H‰\$`H‹\$H‰\$hH‹\$H‰\$pH‹D$ H‹\$(H‰œ$€���H‰D$xHƒø�t0HÇD$@����1ÛH‰\$HH‰\$PH‰\$X1ÛH‰\$`H‰\$hH‰\$pHƒÄ0Ã1ÛH‰\$xH‰œ$€���HƒÄ0Ãè����éþÿÿ
������Ì��"go.string.".text"���ò
��2debug/elf.(*File).Section���Â��*go.string.".gosymtab"���è
��2debug/elf.(*File).Section���’
��2debug/elf.(*Section).Data���Ž��,go.string.".gopclntab"���´
��2debug/elf.(*File).Section���Þ
��2debug/elf.(*Section).Data���æ
��0runtime.morestack_noctxt��� `��
"".err�€type.error�"".pclntab�Ptype.[]uint8�"".symtab� type.[]uint8�"".textStart�type.uint64�"".f�� type.*"".elfFile�&` _`¥_`_`�€�0„W2 2D02D0��xP‘’�Tgclocals·7d912edc1d1ee8c45b2e79ae1e574a1a�Tgclocals·f6bd6b3389b872033d462029172c8612���lprebuilts/go/linux-x86/src/cmd/internal/objfile/elf.goþ$"".(*elfFile).text��À��´dH‹ %����H;a†ý���Hƒì81Û1Û1ÛH‰\$hH‰\$p1ÛH‰\$PH‰\$XH‰\$`H‹\$@H‹+H‰,$H����H‰\$HÇD$���è����H‹D$1íH9èu]H����H‰$HÇD$���1ÛH‰\$H‰\$H‰\$ è����H‹L$(H‹D$0HÇD$H����1ÛH‰\$PH‰\$XH‰\$`H‰L$hH‰D$pHƒÄ8ÃH‹hH‰l$HH‰$è����H‹\$H‰\$PH‹\$H‰\$XH‹\$H‰\$`H‹\$ H‰\$hH‹\$(H‰\$pHƒÄ8Ãè����éæþÿÿ
������Ž��"go.string.".text"���´
��2debug/elf.(*File).Section���Ú��Dgo.string."text section not found"��� 
��fmt.Errorf���ª
��2debug/elf.(*Section).Data���¢
��0runtime.morestack_noctxt���pp�� "".err�Ptype.error�"".text� type.[]uint8�"".textStart�type.uint64�"".f�� type.*"".elfFile�p¯opHop� �$¦8+] ; � �YÇ�Tgclocals·a041240a37ce609efec56707c330d1a4�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���lprebuilts/go/linux-x86/src/cmd/internal/objfile/elf.goþ("".(*elfFile).goarch��À��¤1ÛH‹\$H‹H·kfƒýwEfƒýuH����H‰\$HÇD$���ÃfƒýuH����H‰\$HÇD$���Ã1ÛH‰\$H‰\$Ãfƒý(uH����H‰\$HÇD$���Ãfƒý>uÑH����H‰\$HÇD$���Ã<��go.string."386"���t��"go.string."ppc64"���Æ��go.string."arm"���þ��"go.string."amd64"���0��� "".~r0�type.string�"".f�� type.*"".elfFile� � �0º
 $��Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���lprebuilts/go/linux-x86/src/cmd/internal/objfile/elf.goþ"".openGoobj��À��¤dH‹ %����H;a†µ��Hƒìp1ÛH‰œ$€���H‰œ$ˆ���1ÛH‰œ$���H‰œ$˜���H‹\$xH‰\$HH‹����1íH9è„?��H‹L$HH‰D$`H‰$H‰L$hH‰L$H����H‰\$HÇD$���è����H‹\$ H‰\$8H‹D$(H‹L$0H‰L$XH‰D$PHƒø�t'1ÛH‰œ$€���H‰œ$ˆ���H‰„$���H‰Œ$˜���HƒÄpÃH����H‰$è����H‹D$H‰D$@Hƒø�„—���H‹l$8€=�����uqH‰(H‰D$@H‹����1íH9èt,H‹\$@H‰œ$ˆ���H‰„$€���1ÛH‰œ$���H‰œ$˜���HƒÄpÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë¥H‰$H‰l$è����H‹D$@ézÿÿÿ‰�ébÿÿÿH����H‰$H����H‰\$H����H‰\$è����H‹D$éþÿÿè����é.þÿÿ$
��������<go.itab.*os.File.io.ReadSeeker���ä�� go.string."\"\""���Š
��0cmd/internal/goobj.Parse���®��"type."".goobjFile���À
��"runtime.newobject���þ�6runtime.writeBarrierEnabled���¢��@go.itab.*"".goobjFile."".rawFile���–��$type.*"".goobjFile���¬��type."".rawFile���Ä��@go.itab.*"".goobjFile."".rawFile���Ø
�� runtime.typ2Itab���‚
��.runtime.writebarrierptr���²��type.*os.File���È��$type.io.ReadSeeker���à��<go.itab.*os.File.io.ReadSeeker���ô
�� runtime.typ2Itab���’
��0runtime.morestack_noctxt���Pà��"".autotmp_0107��type.*uint8�"".autotmp_0106�_$type.*"".goobjFile�"".autotmp_0104��$type.*"".goobjFile�"".autotmp_0103�Otype.*os.File� "".err�?type.error�"".f�o@type.*cmd/internal/goobj.Package� "".~r2�0type.error� "".~r1�type."".rawFile�"".r��type.*os.File�(à¼ßàsßà˜�à� (;g 'Â2��„[ŒN'�Tgclocals·9f4747e6338c5bdd4db417363b8a0d83�Tgclocals·e74d231870ac50ce4d84d17e03402fca���pprebuilts/go/linux-x86/src/cmd/internal/objfile/goobj.goþ"".goobjName��À��¾dH‹ %����H;a†Â��Hì€���1ÛH‰œ$ ���H‰œ$¨���H‹œ$˜���Hƒû�u(H‹œ$ˆ���H‰œ$ ���H‹œ$���H‰œ$¨���HÄ€���Ã1ÛH‰\$`H‰\$hH‰\$pH‰\$xH\$`Hƒû�„G��HÇD$P���HÇD$X���H‰\$HH����H‰$Hœ$ˆ���H‰\$HÇD$����è����H‹L$H‹D$ H‹\$HH‰L$8H‰ H‰D$@€=�����…Ê���H‰CH����H‰$Hœ$ˆ���H‰\$HƒD$HÇD$����è����H‹L$H‹D$ H‹\$HHƒÃH‰L$8H‰ H‰D$@€=�����u]H‰CH����H‰$HÇD$���H‹\$HH‰\$H‹\$PH‰\$H‹\$XH‰\$ è����H‹L$(H‹D$0H‰Œ$ ���H‰„$¨���HÄ€���ÃLCL‰$H‰D$è����ë“LCL‰$H‰D$è����é#ÿÿÿ‰é²þÿÿè����é!þÿÿ
������Â��type.string���€
��runtime.convT2E���Ä�6runtime.writeBarrierEnabled���è��type.int���²
��runtime.convT2E���þ�6runtime.writeBarrierEnabled���š��$go.string."%s<%d>"���ú
��fmt.Sprintf���â
��.runtime.writebarrierptr���Š
��.runtime.writebarrierptr���¬
��0runtime.morestack_noctxt���P€�� "".autotmp_0117��"type.interface {}�"".autotmp_0116�"type.interface {}�"".autotmp_0115�?(type.[2]interface {}�"".autotmp_0112�o&type.[]interface {}� "".~r1�0type.string�
"".id��:type.cmd/internal/goobj.SymID�&€Gÿ€Àÿ€=�à�8,(ó ��¿½40�Tgclocals·9d98bbb373475f3af6381201d6212574�Tgclocals·341b909b97472a89efab32cbd0761e34���pprebuilts/go/linux-x86/src/cmd/internal/objfile/goobj.goþ."".(*goobjFile).symbols��€%��ô$dH‹ %����H„$ÀýÿÿH;A† ��HìÀ��1ÛH‰œ$Ð��H‰œ$Ø��H‰œ$à��1ÛH‰œ$è��H‰œ$ð��1ÛH‰œ$Ø���ˆœ$à���ˆœ$á���‰œ$ä���H‰œ$è���H‰œ$ð���H‰œ$ø���H‰œ$���H¼$è��1ÀHƒÇøè����H����H‰$HÇD$����Hœ$Ø���H‰\$Hœ$è��H‰\$è����H‹\$ H‰\$h1ÛH‰œ$���H‰œ$˜���H‰œ$ ���H‹œ$È��H‹+Hƒý�„��H‹U(H‹E0H‹]8H‰œ$Ð���1ÉH‰„$È���H‰D$XH‰”$À���H‰ÐH‹l$XH9é��H‰„$ˆ���H‹(H‰L$`ÆD$GH����H‰$H‹\$hH‰\$H‰l$pH‰l$Hƒ|$�„”��H\$GH‰\$è����H‹t$pH‹H‰ $H‹NH‰L$H‹NH‰L$è����H‹T$pH‹L$H‹D$ H‹����H‰œ$@��H‹����H‰œ$H��H‹����H‰œ$P��H‹����H‰œ$X��‹����‰œ$`��H‹����H‰œ$h��H‹����H‰œ$p��H‹ZHH‰œ$P��H‰Œ$@��H‰„$H��H‹Z(H‰œ$X��HZ0H¬$h��H‹ H‰M�H‹KH‰MH‹jHƒýÄ��Hƒý T��Hƒý"��Hƒý÷��Hƒý…Þ��DŽ$`��T���H‹ZHƒû�t‹œ$`��ƒÃ ‰œ$`��H‹Œ$���H‹„$˜���H‹”$ ���H‰ÃHÿÃH9Ó‡;��H‰œ$˜���H‰ËH‰ÅHkí8HëH¬$@��H‰\$H‰l$H-����H‰,$è����H‹„$ˆ���H‹L$`HƒÀHÿÁH‹l$XH9éŒùýÿÿH‹œ$È��H‹+Hƒý�„Å��H‹M(H‹E0H‹]8H‰œ$Ð���HÇD$`����H‰„$È���H‰D$XH‰Œ$À���H‰Œ$ˆ���H‹\$`H‹l$XH9ëÅ��H‹œ$ˆ���H‹H‰\$xHƒû�„W��H‹SXH‹C`H‹khH‰¬$¸���1ÉH‰„$°���H‰D$HH‰”$¨���H‰ÐH‹l$HH9é;��H‰„$€���Hƒø�„��L‹L‹HL‹@H‹xH‹p H‹P(H‹h0H‰L$PL‰”$°��L‰”$x��L‰Œ$¸��L‰Œ$€��L‰„$À��L‰„$ˆ��H‰¼$È��H‰¼$��H‰´$Ð��H‰´$˜��H‰”$Ø��H‰”$ ��H‰¬$à��H‰¬$¨��H����H‰$H‹\$hH‰\$Hœ$x��H‰\$HƒD$è����H‹\$¶+@€ý�….��ÆD$GH����H‰$H‹\$hH‰\$Hœ$x��H‰\$HƒD$H\$GH‰\$è����Hœ$ˆ��H‹ H‰ $H‹KH‰L$H‹KH‰L$è����H‹L$H‹D$ 1ÛH‰œ$��H‰œ$��H‰œ$��H‰œ$ ��‰œ$(��H‰œ$0��H‰œ$8��H‰Œ$��H‰„$��DŽ$(��U���H‹l$xH‹]Hƒû�t DŽ$(��u���H‹Œ$���H‹„$˜���H‹”$ ���H‰ÃHÿÃH9Ó‡×���H‰œ$˜���H‰ËH‰ÅHkí8HëH¬$��H‰\$H‰l$H-����H‰,$è����H‹„$€���H‹L$PHƒÀ8HÿÁH‹l$HH9éŒÅýÿÿH‹œ$ˆ���HƒÃH‰œ$ˆ���H‹\$`HÿÃH‰\$`H‹\$`H‹l$XH9ëŒ;ýÿÿH‹œ$���H‰œ$Ð��H‹œ$˜���H‰œ$Ø��H‹œ$ ���H‰œ$à��1ÛH‰œ$è��H‰œ$ð��HÄÀ��ÃH-����H‰,$H‰L$H‰D$H‰T$H‰\$ è����H‹L$(H‹D$0H‹T$8H‰ÃHÿÃH‰œ$˜���H‰”$ ���H‰Œ$���éÛþÿÿéÿÿÿ‰�é÷üÿÿ‰é¢üÿÿ‰E�é3üÿÿH-����H‰,$H‰L$H‰D$H‰T$H‰\$ è����H‹L$(H‹D$0H‹T$8H‰ÃHÿÃH‰œ$˜���H‰”$ ���H‰Œ$���éwûÿÿHƒý„ûÿÿéûÿÿHƒýuDŽ$`��R���éûÿÿHƒýtêéýúÿÿHƒýHƒýtÙHƒýtÓéæúÿÿHƒýtÈHƒý tÂéÕúÿÿHƒý (Hƒý Hƒý
t«Hƒý t¥é¸úÿÿHƒý tšHƒý t”é§úÿÿHƒý!HƒýuDŽ$`��D���é‹úÿÿHƒýtêé€úÿÿHƒýtßHƒýtÙéoúÿÿHƒýuHƒý(HƒýHƒýt¼Hƒýt¶éLúÿÿHƒýt«Hƒýt¥é;úÿÿHƒý!HƒýuDŽ$`��B���éúÿÿHƒýtêéúÿÿHƒýtßHƒý…úÿÿDŽ$`��X���éôùÿÿHƒý(HƒýHƒýtÞHƒýtØé×ùÿÿHƒýtÍHƒýtÇéÆùÿÿHƒý Hƒýt¶Hƒý t°é¯ùÿÿHƒý!t¥Hƒý"tŸHƒý#t™é˜ùÿÿ‰%����é`øÿÿ‰E�éÜ÷ÿÿè����éÆöÿÿ8
������¸
¼� runtime.duffzero���Æ��Ltype.map[cmd/internal/goobj.SymID]bool���ž
��runtime.makemap���À��Ltype.map[cmd/internal/goobj.SymID]bool���¦
��$runtime.mapassign1���ì
��"".goobjName���˜��""".statictmp_0133���¶�""".statictmp_0133���Ô �""".statictmp_0133���ò0�""".statictmp_0133���Ž@�""".statictmp_0133���ªP�""".statictmp_0133���È`�""".statictmp_0133���À ��type."".Sym���Ò 
��(runtime.typedmemmove���Ø��Ltype.map[cmd/internal/goobj.SymID]bool���¤
��$runtime.mapaccess1����Ltype.map[cmd/internal/goobj.SymID]bool�����$runtime.mapassign1���Œ
��"".goobjName���¦��type."".Sym���¸
��(runtime.typedmemmove���†��type.[]"".Sym���À
��"runtime.growslice���è��type.[]"".Sym���¢
��"runtime.growslice���â$
��0runtime.morestack_noctxt���`€ ��:"".autotmp_0142�Ÿ:type.cmd/internal/goobj.Reloc�"".autotmp_0141�ÿ<type.*cmd/internal/goobj.Reloc�"".autotmp_0140�ï type.int�"".autotmp_0139�ß type.int�"".autotmp_0138��8type.*cmd/internal/goobj.Sym�"".autotmp_0137��:type.**cmd/internal/goobj.Sym�"".autotmp_0136��type.int�"".autotmp_0135��type.int�"".autotmp_0131�ï:type.**cmd/internal/goobj.Sym�"".autotmp_0130�Ï type.int�"".autotmp_0129�¿ type.int�"".autotmp_0128�¯Ztype.map.bucket[cmd/internal/goobj.SymID]bool�"".autotmp_0127�ÏTtype.map.hdr[cmd/internal/goobj.SymID]bool�"".autotmp_0126��type.string�"".autotmp_0125��type.bool�"".autotmp_0123�¯>type.[]cmd/internal/goobj.Reloc�"".autotmp_0122��<type.[]*cmd/internal/goobj.Sym�"".autotmp_0119�ñ type.bool�"".autotmp_0118�ÿ<type.[]*cmd/internal/goobj.Sym� "".sym�ïtype."".Sym�"".r�:type.cmd/internal/goobj.Reloc�"".s� 8type.*cmd/internal/goobj.Sym� "".sym�ÿtype."".Sym�"".s�Ÿ 8type.*cmd/internal/goobj.Sym�"".syms�ßtype.[]"".Sym�"".seen�¯ Ltype.map[cmd/internal/goobj.SymID]bool� "".~r1�@type.error� "".~r0�type.[]"".Sym�"".f��$type.*"".goobjFile�"€  ÿ
€ €�À�ÎFNa?Ü,
 
^#"*mí?<„ ^"4J VV
      
   
   
 
      �*�ÎÄ–©Žqð�Tgclocals·0eb8895aada11c3eccf0d9ced3582bb1�Tgclocals·9ad372ee8353a8500fffa70326ca4242���pprebuilts/go/linux-x86/src/cmd/internal/objfile/goobj.goþ("".(*goobjFile).pcln�� ��ždH‹ %����H;a†²���Hƒì81Û1Û1Û1ÛH‰œ$€���H‰œ$ˆ���1ÛH‰\$hH‰\$pH‰\$x1ÛH‰\$PH‰\$XH‰\$`H����H‰$HÇD$$���1ÛH‰\$H‰\$H‰\$ è����H‹L$(H‹D$0HÇD$H����1ÛH‰\$PH‰\$XH‰\$`1ÛH‰\$hH‰\$pH‰\$xH‰Œ$€���H‰„$ˆ���HƒÄ8Ãè����é1ÿÿÿ
������¨��`go.string."pcln not available in go object file"���î
��fmt.Errorf���Œ
��0runtime.morestack_noctxt��� p��
"".err�€type.error�"".pclntab�Ptype.[]uint8�"".symtab� type.[]uint8�"".textStart�type.uint64�"".f��$type.*"".goobjFile�p­op �Ð� Qt �
�vZ�Tgclocals·4d8870d794128007eafd160e912f2b3d�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���pprebuilts/go/linux-x86/src/cmd/internal/objfile/goobj.goþ("".(*goobjFile).text��À��¾dH‹ %����H;a†‚���Hƒì81Û1Û1ÛH‰\$hH‰\$p1ÛH‰\$PH‰\$XH‰\$`H����H‰$HÇD$$���1ÛH‰\$H‰\$H‰\$ è����H‹L$(H‹D$0HÇD$H����1ÛH‰\$PH‰\$XH‰\$`H‰L$hH‰D$pHƒÄ8Ãè����éaÿÿÿ
������v��`go.string."text not available in go object file"���¼
��fmt.Errorf���¬
��0runtime.morestack_noctxt���pp�� "".err�Ptype.error�"".text� type.[]uint8�"".textStart�type.uint64�"".f��$type.*"".goobjFile�p}op � �¬8] �
�]C�Tgclocals·a041240a37ce609efec56707c330d1a4�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���pprebuilts/go/linux-x86/src/cmd/internal/objfile/goobj.goþ,"".(*goobjFile).goarch��@��01ÛH����H‰\$HÇD$*���Ã
��lgo.string."GOARCH unimplemented for debug/goobj files"���0��� "".~r0�type.string�"".f��$type.*"".goobjFile� � � ¸��Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���pprebuilts/go/linux-x86/src/cmd/internal/objfile/goobj.goþ"".openMacho��à��ÐdH‹ %����H;a†‹��Hƒì`1ÛH‰\$pH‰\$x1ÛH‰œ$€���H‰œ$ˆ���H‹\$hH‰\$8H‹����1íH9è„��H‹L$8H‰D$PH‰$H‰L$XH‰L$è����H‹\$H‰\$(H‹D$H‹L$ H‰L$HH‰D$@Hƒø�t!1ÛH‰\$pH‰\$xH‰„$€���H‰Œ$ˆ���HƒÄ`ÃH����H‰$è����H‹D$H‰D$0Hƒø�„Ž���H‹l$(€=�����ukH‰(H‰D$0H‹����1íH9èt&H‹\$0H‰\$xH‰D$p1ÛH‰œ$€���H‰œ$ˆ���HƒÄ`ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë«H‰$H‰l$è����H‹D$0냉�ékÿÿÿH����H‰$H����H‰\$H����H‰\$è����H‹D$é³þÿÿè����éXþÿÿ"
������„��8go.itab.*os.File.io.ReaderAt���Ô
��&debug/macho.NewFile���ì��"type."".machoFile���þ
��"runtime.newobject���¼�6runtime.writeBarrierEnabled���à��@go.itab.*"".machoFile."".rawFile���È��$type.*"".machoFile���Þ��type."".rawFile���ö��@go.itab.*"".machoFile."".rawFile���Š
�� runtime.typ2Itab���´
��.runtime.writebarrierptr���Þ��type.*os.File���ô�� type.io.ReaderAt���Œ��8go.itab.*os.File.io.ReaderAt��� 
�� runtime.typ2Itab���¾
��0runtime.morestack_noctxt���PÀ��"".autotmp_0155��type.*uint8�"".autotmp_0154�_$type.*"".machoFile�"".autotmp_0152��$type.*"".machoFile�"".autotmp_0151�Otype.*os.File� "".err�?type.error�"".f�o,type.*debug/macho.File� "".~r2�0type.error� "".~r1�type."".rawFile�"".r��type.*os.File�(À›¿Àm¿À�°� .5R !¹2��iU†K!�Tgclocals·9f4747e6338c5bdd4db417363b8a0d83�Tgclocals·e74d231870ac50ce4d84d17e03402fca���pprebuilts/go/linux-x86/src/cmd/internal/objfile/macho.goþ."".(*machoFile).symbols��€&��î%dH‹ %����H„$¸þÿÿH;A†R ��HìÈ��H‹„$Ð��1ÛH‰œ$Ø��H‰œ$à��H‰œ$è��1ÛH‰œ$ð��H‰œ$ø��H‹(H‹]`1íH9ëufH����H‰$HÇD$���1ÛH‰\$H‰\$H‰\$ è����H‹L$(H‹D$01ÛH‰œ$Ø��H‰œ$à��H‰œ$è��H‰Œ$ð��H‰„$ø��HÄÈ��Ã1ÛH‰œ$��H‰œ$ ��H‰œ$(��H‹(H‹]`Hƒû�„q��H‹s0H‹C8H‹k@H‰¬$��1ÿH‰„$��H‰D$PH‰´$���H‹l$PH9ïú���H‰´$ˆ���Hƒþ�„��L‹L‹N¶nH‰é¶nI‰èH·nH‰êH‹nH‰|$XL‰”$p��L‰”$P��L‰Œ$x��L‰Œ$X��ˆŒ$€��Dˆ„$��Dˆ„$a��f‰”$‚��f‰”$b��H‰¬$ˆ��H‰¬$h��H‰ËˆŒ$`��Hãà���€û�u@H‰l$HH‹Œ$��H‹œ$ ��H‹”$(��H‰ØHÿÃH9Ó‡ý��H‰œ$ ��HÁH‹l$HH‰+HƒÆ HÿÇH‹l$PH9ïŒÿÿÿH‹œ$��H‰œ$è���H‹œ$ ��H‰œ$ð���H‹œ$(��H‰œ$ø���H����H‰$H����H‰\$H����H‰\$Hœ$è���H‰\$HÇD$ ����è����H\$(H‹ H‰ $H‹KH‰L$è����1ÛH‰œ$ ���H‰œ$¨���H‰œ$°���H‹œ$Ð��H‹+H‹]`Hƒû�„��H‹S0H‹C8H‹k@H‰¬$��1ÉH‰„$��H‰D$PH‰”$���H‰ÐH‹l$PH9éÁ���H‰„$ˆ���Hƒø�„½��L‹L‹H¶hI‰è¶hH‰ïH·hH‰îH‹hH‰L$XL‰”$p��L‰”$0��L‰Œ$x��L‰Œ$8��Dˆ„$€��Dˆ„$@��@ˆ¼$��@ˆ¼$A��f‰´$‚��f‰´$B��H‰¬$ˆ��H‰¬$H��¶œ$@��Hãà���€û�t_HƒÀ HÿÁH‹l$PH9éŒ?ÿÿÿH‹œ$ ���H‰œ$Ø��H‹œ$¨���H‰œ$à��H‹œ$°���H‰œ$è��1ÛH‰œ$ð��H‰œ$ø��HÄÈ��Ã1ÛH‰œ$��H‰œ$˜��H‰œ$ ��H‰œ$¨��‰œ$°��H‰œ$¸��H‰œ$À��Hœ$0��H¬$��H‹ H‰M�H‹KH‰MH‹„$H��H‰„$ ��DŽ$°��?���H‹Œ$ ��H„$Ð���H-����H‰(H¬$��H‰hH¬$0��H‰hH‰ $H‰D$è����H‹”$Ð��H‹D$H‹Œ$ ��H9ȍî��H‹œ$��L‹„$ ��L9ÀƒÎ��HÃH‹H‹¬$H��H)ëH‰œ$¨��¶œ$A��€û�…Í���DŽ$°��U���H‹Œ$ ���H‹œ$¨���H‹”$°���H‰ØHÿÃH9ÓwIH‰œ$¨���H‰ËH‰ÅHkí8HëH¬$��H‰\$H‰l$H-����H‰,$è����H‹L$XH‹„$ˆ���éþÿÿH-����H‰,$H‰L$H‰D$H‰T$H‰\$ è����H‹L$(H‹\$0H‹T$8H‰ØHÿÃH‰œ$¨���H‰”$°���H‰Œ$ ���éiÿÿÿH‹*H‹EP¶œ$A��H9Ϲ��¶œ$A��HÿËH‰ØH‹*Hƒý�„–��H‹UHH‹MPH‹]XH‰œ$È���H‰”$¸���¶èH‰Œ$À���H9̓_��HêH‹H‰”$€���Hƒú�„?��H‹JH‰Œ$���H‹BHƒø…Ê��H‰ $H‰„$˜���H‰D$H-����H‰l$HÇD$���è����H‹”$€���H‹Œ$���H‹„$˜���¶\$ €û�„y��DŽ$°��D���H\$`H‰$Hƒú�„T��HZH|$H‹ H‰H‹KH‰OH����H‰\$HÇD$ ���H|$(H‹
H‰H‹JH‰Oè����H‹L$8H‰Œ$���H‹D$@Hƒø uUH‰ $H‰„$˜���H‰D$H-����H‰l$HÇD$ ���è����H‹Œ$���H‹„$˜���¶\$ €û�tDŽ$°��B���éˆýÿÿHƒø uUH‰ $H‰„$˜���H‰D$H-����H‰l$HÇD$ ���è����H‹Œ$���H‹„$˜���¶\$ €û�tDŽ$°��T���é-ýÿÿH‰„$˜���Hƒø…ýÿÿH‰ $H‰D$H-����H‰l$HÇD$���è����¶\$ €û�…Rÿÿÿéåüÿÿ‰é¥þÿÿH‰„$˜���Hƒø…€þÿÿH‰ $H‰D$H-����H‰l$HÇD$���è����H‹”$€���¶\$ €û�„GþÿÿDŽ$°��R���é7þÿÿ‰éºýÿÿè���� ‰E�ébýÿÿéhüÿÿè���� é@üÿÿ‰�é<úÿÿ‰éçùÿÿH-����H‰,$H‰L$H‰D$H‰T$H‰\$ è����H‹|$XH‹´$ˆ���H‹L$(H‹\$0H‹T$8H‰ØHÿÃH‰œ$ ��H‰”$(��H‰Œ$��é¨øÿÿ‰éÚ÷ÿÿ‰éˆ÷ÿÿè����é‰öÿÿ>
������Î��@go.string."missing symbol table"���”
��fmt.Errorf���¶ ��type."".uint64s���Ì ��&type.sort.Interface���ä ��Bgo.itab."".uint64s.sort.Interface���¤

��runtime.convT2I���Ø

��sort.Sort���à��:"".(*machoFile).symbols.func1���²
��sort.Search���®��type."".Sym���À
��(runtime.typedmemmove���ò��type.[]"".Sym���¬
��"runtime.growslice���ì��$go.string."__DATA"���’
�� runtime.eqstring���Ö��go.string." "���¢
��*runtime.concatstring3���‚��0go.string."__DATA __bss"���¨
�� runtime.eqstring���¸��2go.string."__TEXT __text"���Þ
�� runtime.eqstring���ö ��:go.string."__DATA __noptrbss"���œ!
�� runtime.eqstring���”"��$go.string."__TEXT"���º"
�� runtime.eqstring���ž#
��$runtime.panicindex���Æ#
��$runtime.panicindex���þ#��type.[]uint64���¸$
��"runtime.growslice���Ü%
��0runtime.morestack_noctxt���`��6"".autotmp_0179��type.string�"".autotmp_0178�Ïtype.[32]uint8�"".autotmp_0177�ïtype.string�"".autotmp_0175��.type.debug/macho.Symbol�"".autotmp_0174��0type.*debug/macho.Symbol�"".autotmp_0173��type.int�"".autotmp_0172��type.int�"".autotmp_0171�ÿtype.uint64�"".autotmp_0170�¯.type.debug/macho.Symbol�"".autotmp_0169�ÿ0type.*debug/macho.Symbol�"".autotmp_0168�ïtype.int�"".autotmp_0167�ßtype.int�"".autotmp_0166��type.int�"".autotmp_0165��type.int�"".autotmp_0164�ï‚type.struct { F uintptr; addrs *[]uint64; s *debug/macho.Symbol }�"".autotmp_0162��2type.[]debug/macho.Symbol�"".autotmp_0161�¿type."".uint64s�"".autotmp_0160�2type.[]debug/macho.Symbol�"".sect�2type.*debug/macho.Section� "".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�*"§ßÖ
�€�Ð>Vf
Ù@ ˆí<J1sM3 g56VR"[ iK  K
C  K  % c�D�‰ˆÇÇ6óˆCºO2Me�Tgclocals·e373b088184ae244ae41c5de99515421�Tgclocals·dbb6cb857427a3ed7c3b8391e23572bf���pprebuilts/go/linux-x86/src/cmd/internal/objfile/macho.goþ("".(*machoFile).pcln��€��ødH‹ %����H;a†ß��Hƒì01Û1Û1Û1ÛH‰\$xH‰œ$€���1ÛH‰\$`H‰\$hH‰\$p1ÛH‰\$HH‰\$PH‰\$XHÇD$@����H‹\$8H‹+H‰,$H����H‰\$HÇD$���è����H‹D$1íH9èt H‹h H‰l$@H‹\$8H‹+H‰,$H����H‰\$HÇD$
���è����H‹D$1íH9èttH‰$è����H‹\$H‰\$HH‹\$H‰\$PH‹\$H‰\$XH‹D$ H‹\$(H‰œ$€���H‰D$xHƒø�t0HÇD$@����1ÛH‰\$HH‰\$PH‰\$X1ÛH‰\$`H‰\$hH‰\$pHƒÄ0ÃH‹\$8H‹+H‰,$H����H‰\$HÇD$ ���è����H‹D$1íH9èttH‰$è����H‹\$H‰\$`H‹\$H‰\$hH‹\$H‰\$pH‹D$ H‹\$(H‰œ$€���H‰D$xHƒø�t0HÇD$@����1ÛH‰\$HH‰\$PH‰\$X1ÛH‰\$`H‰\$hH‰\$pHƒÄ0Ã1ÛH‰\$xH‰œ$€���HƒÄ0Ãè����éþÿÿ
������Ì��$go.string."__text"���ò
��6debug/macho.(*File).Section���Â��,go.string."__gosymtab"���è
��6debug/macho.(*File).Section���’
��6debug/macho.(*Section).Data���Ž��.go.string."__gopclntab"���´
��6debug/macho.(*File).Section���Þ
��6debug/macho.(*Section).Data���æ
��0runtime.morestack_noctxt��� `��
"".err�€type.error�"".pclntab�Ptype.[]uint8�"".symtab� type.[]uint8�"".textStart�type.uint64�"".f��$type.*"".machoFile�&` _`¥_`_`�€�0¢W2 2D02D0��xP‘’�Tgclocals·7d912edc1d1ee8c45b2e79ae1e574a1a�Tgclocals·f6bd6b3389b872033d462029172c8612���pprebuilts/go/linux-x86/src/cmd/internal/objfile/macho.goþ("".(*machoFile).text��À��´dH‹ %����H;a†ý���Hƒì81Û1Û1ÛH‰\$hH‰\$p1ÛH‰\$PH‰\$XH‰\$`H‹\$@H‹+H‰,$H����H‰\$HÇD$���è����H‹D$1íH9èu]H����H‰$HÇD$���1ÛH‰\$H‰\$H‰\$ è����H‹L$(H‹D$0HÇD$H����1ÛH‰\$PH‰\$XH‰\$`H‰L$hH‰D$pHƒÄ8ÃH‹h H‰l$HH‰$è����H‹\$H‰\$PH‹\$H‰\$XH‹\$H‰\$`H‹\$ H‰\$hH‹\$(H‰\$pHƒÄ8Ãè����éæþÿÿ
������Ž��$go.string."__text"���´
��6debug/macho.(*File).Section���Ú��Dgo.string."text section not found"��� 
��fmt.Errorf���ª
��6debug/macho.(*Section).Data���¢
��0runtime.morestack_noctxt���pp�� "".err�Ptype.error�"".text� type.[]uint8�"".textStart�type.uint64�"".f��$type.*"".machoFile�p¯opHop� �$Ä8+] ; � �YÇ�Tgclocals·a041240a37ce609efec56707c330d1a4�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���pprebuilts/go/linux-x86/src/cmd/internal/objfile/macho.goþ,"".(*machoFile).goarch��À��¢1ÛH‹\$H‹‹kƒý wCƒýuH����H‰\$HÇD$���Ãý uH����H‰\$HÇD$���Ã1ÛH‰\$H‰\$Áý��uH����H‰\$HÇD$���Áý��uÍH����H‰\$HÇD$���Ã4��go.string."386"���j��go.string."arm"���À��"go.string."amd64"���ü��"go.string."ppc64"���0��� "".~r0�type.string�"".f��$type.*"".machoFile� � �0Ø %��Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���pprebuilts/go/linux-x86/src/cmd/internal/objfile/macho.goþ"".uint64s.Len�� ��H‹\$H‰\$ Ã�@��� "".~r0�0type.int�"".x��type."".uint64s���ø��Tgclocals·2fccd208efe70893f9ac8d682812ae72�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���pprebuilts/go/linux-x86/src/cmd/internal/objfile/macho.goþ"".uint64s.Swap��€��ðdH‹ %����H;avbH‹|$ H‹t$(H‹L$H‹D$H9ÇsBHùH‹H9Çs/HùH9ÆsH,ñL‹E�L‰H9ÆsHñH‰Ãè���� è���� è���� è���� è����ëˆ
������¬
��$runtime.panicindex���º
��$runtime.panicindex���È
��$runtime.panicindex���Ö
��$runtime.panicindex���ä
��0runtime.morestack_noctxt���P���"".j�@type.int�"".i�0type.int�"".x��type."".uint64s�€�€�
ú€�
�U+�Tgclocals·89fe65749ce0afc971c0982226501ff0�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���pprebuilts/go/linux-x86/src/cmd/internal/objfile/macho.goþ"".uint64s.Less��À��´dH‹ %����H;avDH‹L$H‹D$H‹l$ H9Ås)HéH‹L‹D$(I9ÀsJ,ÁH‹m�H9ë’D$0Ãè���� è���� è����ë¦
������Œ
��$runtime.panicindex���š
��$runtime.panicindex���¨
��0runtime.morestack_noctxt���`��� "".~r2�Ptype.bool�"".j�@type.int�"".i�0type.int�"".x��type."".uint64s�`�`�ü`�
�E�Tgclocals·6432f8c6a0d23fa7bee6c5d96f21a92a�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���pprebuilts/go/linux-x86/src/cmd/internal/objfile/macho.goþ"".Open��  ��œ dH‹ %����HD$H;A†,��Hìð���1ÛH‰œ$��H‰œ$��H‹œ$ø���H‰$H‹œ$���H‰\$è����H‹\$H‰\$HH‹D$H‹L$ H‰Œ$ˆ���H‰„$€���Hƒø�t$HDŽ$������H‰„$��H‰Œ$��HÄð���ÃH‹����H‹����H‹����H‰œ$è���1ÉH‰„$à���H‰D$8H‰”$Ø���H‰ÐH‹l$8H9é ��H‰D$XH‹H‰L$@H‹\$HH‰$H‹ÿÓH‹\$H‰\$`H‹\$H‰\$hH‹D$H‹\$ H‰\$xH‰D$pHƒø�… ���H����H‰$è����H‹D$H‰D$PHƒø�t|H‹l$H€=�����uYH‰(H‹l$`H‰hH‹l$h€=�����u&H‰hH‰„$��1ÛH‰œ$��H‰œ$��HÄð���ÃL@L‰$H‰l$è����H‹D$PëÅH‰$H‰l$è����H‹D$P땉�ë€H‹D$XH‹L$@HƒÀHÿÁH‹l$8H9éŒôþÿÿH‹\$HH‰$è����H‹œ$ø���H‰œ$°���H‹œ$���H‰œ$¸���1ÛH‰œ$ ���H‰œ$¨���Hœ$ ���Hƒû�„ý���HDŽ$È������HDŽ$Ð������H‰œ$À���H����H‰$Hœ$°���H‰\$HÇD$����è����H‹L$H‹D$ H‹œ$À���H‰Œ$���H‰ H‰„$˜���€=�����urH‰CH����H‰$HÇD$!���H‹œ$À���H‰\$H‹œ$È���H‰\$H‹œ$Ð���H‰\$ è����H‹L$(H‹D$0HDŽ$������H‰Œ$��H‰„$��HÄð���ÃLCL‰$H‰D$è����é{ÿÿÿ‰éüþÿÿè����é²üÿÿ(
������–
��os.Open���À��"".openers���Î�"".openers���Ü �"".openers���ö�������ä��type."".File���ö
��"runtime.newobject���¬�6runtime.writeBarrierEnabled���à�6runtime.writeBarrierEnabled���Ö
��.runtime.writebarrierptr���€
��.runtime.writebarrierptr���ð
�� os.(*File).Close���Æ ��type.string���„

��runtime.convT2E���Ú
�6runtime.writeBarrierEnabled���ö
��Zgo.string."open %s: unrecognized object file"���è 
��fmt.Errorf���è 
��.runtime.writebarrierptr���Š 
��0runtime.morestack_noctxt���Pà�� "".autotmp_0204�¿"type.interface {}�"".autotmp_0203�Ÿ(type.[1]interface {}�"".autotmp_0200�_&type.[]interface {}�"".autotmp_0199�¿type.*"".File�"".autotmp_0197�¯Ptype.*func(*os.File) ("".rawFile, error)�"".autotmp_0196�ïtype.int�"".autotmp_0195�ßtype.int�"".autotmp_0193�type.string�"".autotmp_0192�/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�4à}ßàÿßàˆßà*�Ð�2`1:$R@ 
È �.�J±?p8Š
r@�Tgclocals·fb63e74b6f2618e7c5d9866e2c2934f2�Tgclocals·2ec74d00799b2ec29b62d70396d6c832���tprebuilts/go/linux-x86/src/cmd/internal/objfile/objfile.goþ "".(*File).Close�� �� dH‹ %����H;av:Hƒì1ÛH‰\$(H‰\$0H‹\$ H‹+H‰,$è����H‹L$H‹D$H‰L$(H‰D$0HƒÄÃè����ë°
������X
�� os.(*File).Close���”
��0runtime.morestack_noctxt���00�� "".~r0�type.error�"".f��type.*"".File�05/0�P�|*�
�+%�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���tprebuilts/go/linux-x86/src/cmd/internal/objfile/objfile.goþ$"".(*File).Symbols��À��¸dH‹ %����HD$øH;A†z��Hìˆ���1ÛH‰œ$˜���H‰œ$ ���H‰œ$¨���1ÛH‰œ$°���H‰œ$¸���H‹œ$���Hƒû�„.��H‹KH‹kH‰l$PH‰,$H‰L$HH‹Y0ÿÓH‹t$H‹l$H‹T$H‹D$ H‹L$(H‰L$@H‰D$8Hƒø�t21ÛH‰œ$˜���H‰œ$ ���H‰œ$¨���H‰„$°���H‰Œ$¸���HÄˆ���ÃH‰t$XH‰t$pH‰l$`H‰l$xH‰T$hH‰”$€���H����H‰$H����H‰\$H����H‰\$H\$pH‰\$HÇD$ ����è����H\$(H‹ H‰ $H‹KH‰L$è����H‹\$XH‰œ$˜���H‹\$`H‰œ$ ���H‹\$hH‰œ$¨���1ÛH‰œ$°���H‰œ$¸���HÄˆ���ÉéËþÿÿè����édþÿÿ
������î�������ð��type."".byAddr���†��&type.sort.Interface���ž��@go.itab."".byAddr.sort.Interface���Ø
��runtime.convT2I���Œ
��sort.Sort���¦
��0runtime.morestack_noctxt���`�� "".autotmp_0206�/type."".byAddr� "".err�Ÿtype.error�"".syms�_type.[]"".Sym� "".~r1�@type.error� "".~r0�type.[]"".Sym�"".f��type.*"".File�(´¶� �$„KL 2vA ��w´u�Tgclocals·7c639281594b5ca3b5c2bcc331d3ab8c�Tgclocals·30db2b3246502392fea275c4053e6363���tprebuilts/go/linux-x86/src/cmd/internal/objfile/objfile.goþ"".byAddr.Less��à��ÎdH‹ %����H;avQH‹L$H‹D$L‹D$ H‰ÍI9Às3MkÀ8LÅH‹]L‹L$(I‰ÈI9ÁsMkÉ8MÈI‹hH9ë’D$0Ãè���� è���� è����ë™
������¦
��$runtime.panicindex���´
��$runtime.panicindex���Â
��0runtime.morestack_noctxt���`��� "".~r2�Ptype.bool�"".j�@type.int�"".i�0type.int�"".x��type."".byAddr�p�p�šp�
�R�Tgclocals·6432f8c6a0d23fa7bee6c5d96f21a92a�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���tprebuilts/go/linux-x86/src/cmd/internal/objfile/objfile.goþ"".byAddr.Len�� ��H‹\$H‰\$ Ã�@��� "".~r0�0type.int�"".x��type."".byAddr���œ��Tgclocals·2fccd208efe70893f9ac8d682812ae72�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���tprebuilts/go/linux-x86/src/cmd/internal/objfile/objfile.goþ"".byAddr.Swap��à��ÂdH‹ %����H;a†��HƒìPH‹T$pH‹L$XH‹D$`H‰ËH‰ÕH9ƒÛ���Hkí8HëH‹+H‰l$H‹kH‰l$ H‹kH‰l$(H‹kH‰l$0‹k ‰l$8H‹k(H‰l$@H‹k0H‰l$HH‹l$xH‰ËH9Ń€���Hkí8HëH‰ÍI‰ÐH9ÂsgMkÀ8LÅH‰l$H‰\$H����H‰$è����H‹\$XH‹l$xL‹D$`L9Ås+Hkí8HëHl$H‰\$H‰l$H-����H‰,$è����HƒÄPÃè���� è���� è���� è���� è����éßþÿÿ
������Þ��type."".Sym���ð
��(runtime.typedmemmove���Ò��type."".Sym���ä
��(runtime.typedmemmove���ø
��$runtime.panicindex���†
��$runtime.panicindex���”
��$runtime.panicindex���¢
��$runtime.panicindex���°
��0runtime.morestack_noctxt���P ��"".autotmp_0209�otype."".Sym�"".j�@type.int�"".i�0type.int�"".x��type."".byAddr� ãŸ 5�°�
ž°��·:?�Tgclocals·3260b5c802f633fd6252c227878dd72a�Tgclocals·07dc5d817c183220b79c5477ebd5d7ba���tprebuilts/go/linux-x86/src/cmd/internal/objfile/objfile.goþ,"".(*File).PCLineTable�� ��–dH‹ %����HD$¸H;A†é��HìÈ���1ÛH‰œ$à���H‰œ$è���H‹œ$Ð���Hƒû�„·��H‹KH‹kH‰l$xH‰,$H‰L$pH‹Y(ÿÓH‹L$H‹\$H‰œ$€���H‹\$H‰œ$ˆ���H‹\$ H‰œ$���H‹|$(H‹t$0H‹l$8H‹D$@H‹T$HH‰T$hH‰D$`Hƒø�t$HDŽ$Ø�������H‰„$à���H‰”$è���HÄÈ���ÃH‰¼$˜���H‰¼$°���H‰´$ ���H‰´$¸���H‰¬$¨���H‰¬$À���H‰L$PH����H‰$è����H‹L$H‰ÏHƒù�„Ä���1ÀHƒÇøè����H‰L$XH‹¬$¸���H‰iH‹¬$À���H‰iH‹¬$°���€=�����usH‰)H‹l$PH‰iHÇA ����H‹œ$€���H‰$H‹œ$ˆ���H‰\$H‹œ$���H‰\$H‰L$è����H‹T$ H‹L$(H‹D$0H‰”$Ø���H‰Œ$à���H‰„$è���HÄÈ���ÃH‰ $H‰l$è����H‹L$Xéxÿÿÿ‰é5ÿÿÿ‰éBþÿÿè����éõýÿÿ
������º������� ��4type.debug/gosym.LineTable���²
��"runtime.newobject���ì
ˆ� runtime.duffzero���Â�6runtime.writeBarrierEnabled���Ð
��(debug/gosym.NewTable���Ê
��.runtime.writebarrierptr���„
��0runtime.morestack_noctxt���@��"".autotmp_0213�ß6type.*debug/gosym.LineTable�"".autotmp_0212��6type.*debug/gosym.LineTable�&debug/gosym.text·3�ïtype.uint64�&debug/gosym.data·2�/type.[]uint8� "".err�Ïtype.error�"".pclntab�_type.[]uint8�"".symtab�type.[]uint8� "".~r1� type.error� "".~r0�.type.*debug/gosym.Table�"".f��type.*"".File�(¸‚5��"¢1x $¢��]»=,�Tgclocals·55cc6ee7528f0b48e5a6d9bfba36524a�Tgclocals·870e393aafeefa0925d17608037f81b1���tprebuilts/go/linux-x86/src/cmd/internal/objfile/objfile.goþ"".(*File).Text��à��àdH‹ %����H;a†“���HƒìH1ÛH‰\$`H‰\$hH‰\$p1ÛH‰\$xH‰œ$€���H‹\$PHƒû�t`H‹KH‹kH‰l$@H‰,$H‰L$8H‹Y8ÿÓH‹|$H‹t$H‹l$H‹T$ H‹L$(H‹D$0H‰|$XH‰t$`H‰l$hH‰T$pH‰L$xH‰„$€���HƒÄHÉëœè����éPÿÿÿ
������¸�������Î
��0runtime.morestack_noctxt���p�� "".~r2�Ptype.error� "".~r1� type.[]uint8� "".~r0�type.uint64�"".f��type.*"".File�Š�°�²7o
�
�\T�Tgclocals·a041240a37ce609efec56707c330d1a4�Tgclocals·23e8278e2b69a3a75fa59b23c49ed6ad���tprebuilts/go/linux-x86/src/cmd/internal/objfile/objfile.goþ""".(*File).GOARCH��à��ÔdH‹ %����H;avTHƒì(1ÛH‰\$8H‰\$@H‹\$0Hƒû�t5H‹KH‹kH‰l$ H‰,$H‰L$H‹Y ÿÓH‹L$H‹D$H‰L$8H‰D$@HƒÄ(ÉëÇè����ë–
������ˆ�������È
��0runtime.morestack_noctxt���0P�� "".~r0�type.string�"".f��type.*"".File�PKOP�p�ºD �
�D,�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·23e8278e2b69a3a75fa59b23c49ed6ad���tprebuilts/go/linux-x86/src/cmd/internal/objfile/objfile.goþ"".openPE��€ ��þ
dH‹ %����H;a†¢��Hì€���1ÛH‰œ$���H‰œ$˜���1ÛH‰œ$ ���H‰œ$¨���H‹œ$ˆ���H‰\$HH‹����1íH9è„&��H‹L$HH‰D$`H‰$H‰L$hH‰L$è����H‹T$H‹D$H‹L$ H‰L$XH‰D$PHƒø�t*1ÛH‰œ$���H‰œ$˜���H‰„$ ���H‰Œ$¨���HÄ€���ÃH‰T$8Hƒú�„ª��H‹JH‹j H‰L$pH‰ $H‰l$xH‰l$è����H‹t$pH‹T$x‹L$ù=
k…ä���H-����H9î…Y��HÇÀ���<�„Å���H����H‰$è����H‹D$H‰D$@Hƒø�„š���H‹l$8€=�����utH‰(H‰D$@H‹����1íH9èt/H‹\$@H‰œ$˜���H‰„$���1ÛH‰œ$ ���H‰œ$¨���HÄ€���ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë¢H‰$H‰l$è����H‹D$@éwÿÿÿ‰�é_ÿÿÿùÅ"ËuH-����H9îumHÇÀ���<�…ÿÿÿH����H‰$HÇD$���1ÛH‰\$H‰\$H‰\$ è����H‹L$(H‹D$01ÛH‰œ$���H‰œ$˜���H‰Œ$ ���H‰„$¨���HÄ€���Ã1Àë–1Àé§þÿÿ‰éOþÿÿH����H‰$H����H‰\$H����H‰\$è����H‹D$é¨ýÿÿè����éAýÿÿ,
������œ��8go.itab.*os.File.io.ReaderAt���ì
�� debug/pe.NewFile���Ü
��$runtime.efacethash���ž��>type.*debug/pe.OptionalHeader64���Ü��type."".peFile���î
��"runtime.newobject���¬�6runtime.writeBarrierEnabled���Ð��:go.itab.*"".peFile."".rawFile���Ê��type.*"".peFile���à��type."".rawFile���ø��:go.itab.*"".peFile."".rawFile���Œ
�� runtime.typ2Itab���¶
��.runtime.writebarrierptr���ö��>type.*debug/pe.OptionalHeader32���¬��Dgo.string."unrecognized PE format"���ò
��fmt.Errorf���Œ
��type.*os.File���¢
�� type.io.ReaderAt���º
��8go.itab.*os.File.io.ReaderAt���Î

�� runtime.typ2Itab���ì

��0runtime.morestack_noctxt���P€��"".autotmp_0229��type.*uint8�"".autotmp_0228�type.*"".peFile�"".autotmp_0225�"type.interface {}�"".autotmp_0223��type.*"".peFile�"".autotmp_0221�otype.*os.File� "".err�_type.error�"".f�&type.*debug/pe.File� "".~r2�0type.error� "".~r1�type."".rawFile�"".r��type.*os.File�6€¨ÿ€Þÿ€Îÿ€O�À�0*>P *h Å #^2 � �uxIsn�Tgclocals·7841b33a5958c757ecc1f0a9a1364888�Tgclocals·e08f79c6e60140bf5148618452624307���jprebuilts/go/linux-x86/src/cmd/internal/objfile/pe.goþ("".(*peFile).symbols��À��¬dH‹ %����H„$0ÿÿÿH;A†1��HìP��1ÛH‰œ$`��H‰œ$h��H‰œ$p��1ÛH‰œ$x��H‰œ$€��1ÛH‰œ$à���H‰œ$è���H‰œ$ð���HÇD$@����H‹œ$X��H‹+Hƒý�„¾��H‹MH‹E H‰L$pH‰ $H‰D$xH‰D$è����H‹|$pH‹t$x‹T$ú=
k…=��H-����H9ï…k��H‰ñHÇÀ���<�„��H‹iH‰l$@1ÛH‰œ$€���H‰œ$ˆ���H‰œ$���H‹œ$X��H‹+Hƒý�„Û��H‹U@H‹EHH‹]PH‰œ$Ø���1ÉH‰„$Ð���H‰D$PH‰”$È���H‰ÐH‹l$PH9éR��H‰D$hH‹�H‰L$X1ÛH‰œ$��H‰œ$ ��H‰œ$(��H‰œ$0��‰œ$8��H‰œ$@��H‰œ$H��H¬$��H‹H‰M�H‹HH‰M‹XH‰œ$(��DŽ$8��?���H·hfƒýþ…r��DŽ$8��?���H‹Œ$€���H‹œ$ˆ���H‹”$���H‰ØHÿÃH9Ó‡ê��H‰œ$ˆ���H‰ËH‰ÅHkí8HëH¬$��H‰\$H‰l$H-����H‰,$è����H‹œ$(��H‰\$`H‹Œ$à���H‹œ$è���H‹”$ð���H‰ØHÿÃH9Ó‡)��H‰œ$è���HÁH‹l$`H‰+H‹D$hH‹L$XHƒÀHÿÁH‹l$PH9錮þÿÿH‹œ$à���H‰œ$°���H‹œ$è���H‰œ$¸���H‹œ$ð���H‰œ$À���H����H‰$H����H‰\$H����H‰\$Hœ$°���H‰\$HÇD$ ����è����H\$(H‹ H‰ $H‹KH‰L$è����H‹œ$ˆ���1ÀH‰\$PH‹l$PH9èð���H‰D$XH‰D$HH‹Œ$è���Hœ$ø���H-����H‰+H¬$à���H‰kH¬$€���H‰kHl$HH‰kH‰ $H‰\$è����H‹D$H‹Œ$è���H9ȍæ���H‹œ$à���L‹„$è���L9ÀƒÆ���HÃH‹L‹„$€���L‹L$HL‹”$ˆ���M9уš���MkÉ8MÈI‹hH)ëH‹¬$€���L‹D$HL‹Œ$ˆ���M9ÈskMkÀ8LÅH‰]H‹D$XHÿÀH‹l$PH9èŒÿÿÿH‹œ$€���H‰œ$`��H‹œ$ˆ���H‰œ$h��H‹œ$���H‰œ$p��1ÛH‰œ$x��H‰œ$€��HÄP��Ãè���� è���� è���� ë‰H-����H‰,$H‰L$H‰D$H‰T$H‰\$ è����H‹L$(H‹\$0H‹T$8H‰ØHÿÃH‰œ$è���H‰”$ð���H‰Œ$à���é‰ýÿÿH-����H‰,$H‰L$H‰D$H‰T$H‰\$ è����H‹L$(H‹\$0H‹T$8H‰ØHÿÃH‰œ$ˆ���H‰”$���H‰Œ$€���éÈüÿÿfƒýÿuDŽ$8��C���éƒüÿÿfƒý�uDŽ$8��U���émüÿÿH·Xfƒû�Œ
��H‹œ$X��H‹+H‹M0H¿XH9ˏí���H·XHÿËH‰ØH‹œ$X��H‹+Hƒý�„Å���H‹U(H‹M0H‹]8H‰œ$¨���H‰”$˜���H¿èH‰Œ$ ���H9̓���HêH‹ ‹Y,‰Ýƒã ƒû�t.DŽ$8��T���H‹„$(��‹YH‹l$@HëHÃH‰œ$(��é®ûÿÿ‰ëƒã@ƒû�t'‰ëã���€ƒû�u DŽ$8��R���ë¹Ç„$8��D���묉ëã€���ƒû�tŸÇ„$8��B���ë’è���� ‰E�é3ÿÿÿH����H‰$HÇD$&���1ÛH‰\$H‰\$H‰\$ è����H‹L$(H‹D$01ÛH‰œ$`��H‰œ$h��H‰œ$p��H‰Œ$x��H‰„$€��HÄP��ÉE�éúÿÿúÅ"Ë…âùÿÿH-����H9ïu H‰ðHÇÁ���€ù�„Ãùÿÿ‹hH‰l$@é¶ùÿÿ1À1Éëä1É1Àé–ùÿÿ‰E�é:ùÿÿè����éªøÿÿ0
������Ä
��$runtime.efacethash���†��>type.*debug/pe.OptionalHeader64���è��type."".Sym���ú
��(runtime.typedmemmove���¶ ��type."".uint64s���Ì ��&type.sort.Interface���ä ��Bgo.itab."".uint64s.sort.Interface���¤ 
��runtime.convT2I���Ø 
��sort.Sort���Ô ��4"".(*peFile).symbols.func1���¸
��sort.Search���
��$runtime.panicindex���ž
��$runtime.panicindex���¬
��$runtime.panicindex���Â��type.[]uint64���ü
��"runtime.growslice���î��type.[]"".Sym���¨
��"runtime.growslice���‚
��$runtime.panicindex���¤��dgo.string."invalid section number in symbol table"���ê
��fmt.Errorf���˜��>type.*debug/pe.OptionalHeader32���š
��0runtime.morestack_noctxt���` ��*"".autotmp_0251��type.int�"".autotmp_0250��type.int�"".autotmp_0249��type.uint64�"".autotmp_0246�Ï,type.**debug/pe.Symbol�"".autotmp_0245�ÿtype.int�"".autotmp_0244�ïtype.int�"".autotmp_0241�¿"type.interface {}�"".autotmp_0240��type.int�"".autotmp_0239�¯„type.struct { F uintptr; addrs *[]uint64; syms *[]"".Sym; i *int }�"".autotmp_0238��type.int�"".autotmp_0237�¿type."".uint64s�"".autotmp_0236�ßtype.uint64�"".autotmp_0233�.type.[]*debug/pe.Symbol�"".i�type.int� "".sym�otype."".Sym�"".syms�Ÿtype.[]"".Sym�"".imageBase�Ÿtype.uint64�"".addrs�ßtype.[]uint64� "".~r1�@type.error� "".~r0�type.[]"".Sym�"".f��type.*"".peFile�(" äŸ íŸ k�à�àFN q ^ f
 :^HU\ˆ'NqJVV? >C B5,X
 
  
  +f+
  �4�¡›ÕŠì6Víà�Tgclocals·0eb8895aada11c3eccf0d9ced3582bb1�Tgclocals·b1f5784a056793daa01ff1a210acfc2e���jprebuilts/go/linux-x86/src/cmd/internal/objfile/pe.goþ""".(*peFile).pcln��€��üdH‹ %����HD$èH;A†Ü��Hì˜���1Û1Û1Û1ÛH‰œ$à���H‰œ$è���1ÛH‰œ$È���H‰œ$Ð���H‰œ$Ø���1ÛH‰œ$°���H‰œ$¸���H‰œ$À���HDŽ$¨�������H‹œ$ ���H‹+Hƒý�„`��H‹MH‹E H‰Œ$ˆ���H‰ $H‰„$���H‰D$è����H‹¼$ˆ���H‹´$���‹T$ú=
k…>��H-����H9ï…��H‰ñHÇÀ���<�„��H‹iH‰l$PH‹œ$ ���H‹+H‰,$H����H‰\$HÇD$���è����H‹D$1íH9èt‹XH‹l$PHëH‰œ$¨���H‹œ$ ���H‹+H‰,$H����H‰\$HÇD$���H����H‰\$HÇD$ ���è����H‹\$(H‰œ$È���H‹\$0H‰œ$Ð���H‹\$8H‰œ$Ø���H‹D$@H‹\$HH‰œ$è���H‰„$à���Hƒø�„Ó���1ÛH‰\$hH‰\$pH‹œ$ ���H‹+H‰,$H����H‰\$HÇD$���H����H‰\$HÇD$ ���è����H‹\$(H‰œ$È���H‹\$0H‰œ$Ð���H‹\$8H‰œ$Ø���H‹D$@H‹\$HH‰\$pH‰D$hHƒø�tHHDŽ$¨�������1ÛH‰œ$°���H‰œ$¸���H‰œ$À���1ÛH‰œ$È���H‰œ$Ð���H‰œ$Ø���HÄ˜���ÃH‹œ$ ���H‹+H‰,$H����H‰\$HÇD$���H����H‰\$HÇD$ ���è����H‹\$(H‰œ$°���H‹\$0H‰œ$¸���H‹\$8H‰œ$À���H‹D$@H‹\$HH‰œ$è���H‰„$à���Hƒø�„Ì���1ÛH‰\$xH‰œ$€���H‹œ$ ���H‹+H‰,$H����H‰\$HÇD$���H����H‰\$HÇD$ ���è����H‹\$(H‰œ$°���H‹\$0H‰œ$¸���H‹\$8H‰œ$À���H‹D$@H‹\$HHƒø�tHHDŽ$¨�������1ÛH‰œ$°���H‰œ$¸���H‰œ$À���1ÛH‰œ$È���H‰œ$Ð���H‰œ$Ø���HÄ˜���Ã1ÛH‰œ$à���H‰œ$è���HÄ˜���ÁúÅ"Ëu,H-����H9ï…²���H‰ðHÇÁ���€ù�t ‹hH‰l$Pé¹üÿÿH‰|$XH‰t$`H����H‰$HÇD$���1ÛH‰\$H‰\$H‰\$ è����H‹L$(H‹D$0HDŽ$¨�������1ÛH‰œ$°���H‰œ$¸���H‰œ$À���1ÛH‰œ$È���H‰œ$Ð���H‰œ$Ø���H‰Œ$à���H‰„$è���HÄ˜���Ã1À1ÉéOÿÿÿ1É1Àé�üÿÿ‰E�é˜ûÿÿè����éûÿÿ*
������Ü
��$runtime.efacethash���ª��>type.*debug/pe.OptionalHeader64���ž��"go.string.".text"���Ä
��0debug/pe.(*File).Section���®��6go.string."runtime.pclntab"���Ø��8go.string."runtime.epclntab"���þ
��"".loadPETable���Ø��&go.string."pclntab"���‚��(go.string."epclntab"���¨
��"".loadPETable���æ
��4go.string."runtime.symtab"��� ��6go.string."runtime.esymtab"���¶ 
��"".loadPETable���– ��$go.string."symtab"���À ��&go.string."esymtab"���æ 
��"".loadPETable���¶��>type.*debug/pe.OptionalHeader32���¢��Rgo.string."pe file format not recognized"���è
��fmt.Errorf���ê
��0runtime.morestack_noctxt��� °��"".autotmp_0262�"type.interface {}�"".err2�?type.error�"".err2�_type.error�
"".oh�"type.interface {}�"".imageBase�type.uint64� "".err�€type.error�"".pclntab�Ptype.[]uint8�"".symtab� type.[]uint8�"".textStart�type.uint64�"".f��type.*"".peFile�B°¯°Ô¯°¯°É¯°&�€
�^Ôw} 5‰ H‰uH3' 
Œ  �*�­tòǘ�Tgclocals·b33ef8d17e3fc36d15834392a7df0a5d�Tgclocals·5a4e488090896db4725219374a46e7a1���jprebuilts/go/linux-x86/src/cmd/internal/objfile/pe.goþ""".(*peFile).text��€
��ú dH‹ %����H;a†`��Hƒì`1Û1Û1ÛH‰œ$���H‰œ$˜���1ÛH‰\$xH‰œ$€���H‰œ$ˆ���H‹\$hH‹+Hƒý�„��H‹MH‹E H‰L$PH‰ $H‰D$XH‰D$è����H‹|$PH‹t$X‹T$ú=
k…"��H-����H9ï…Â��H‰ñHÇÀ���<�„���H‹iH‰l$8H‹\$hH‹+H‰,$H����H‰\$HÇD$���è����H‹D$1íH9èuiH����H‰$HÇD$���1ÛH‰\$H‰\$H‰\$ è����H‹L$(H‹D$0HÇD$p����1ÛH‰\$xH‰œ$€���H‰œ$ˆ���H‰Œ$���H‰„$˜���HƒÄ`ËXH‹l$8HëH‰\$pH‰$è����H‹\$H‰\$xH‹\$H‰œ$€���H‹\$H‰œ$ˆ���H‹\$ H‰œ$���H‹\$(H‰œ$˜���HƒÄ`ÁúÅ"Ëu,H-����H9���H‰ðHÇÁ���€ù�t ‹hH‰l$8éÕþÿÿH‰|$@H‰t$HH����H‰$HÇD$���1ÛH‰\$H‰\$H‰\$ è����H‹L$(H‹D$0HÇD$p����1ÛH‰\$xH‰œ$€���H‰œ$ˆ���H‰Œ$���H‰„$˜���HƒÄ`Ã1À1Éérÿÿÿ1É1Àé?þÿÿ‰E�éãýÿÿè����éƒýÿÿ
������ä
��$runtime.efacethash���¦��>type.*debug/pe.OptionalHeader64���”��"go.string.".text"���º
��0debug/pe.(*File).Section���à��Dgo.string."text section not found"���¦
��fmt.Errorf���Ö
��0debug/pe.(*Section).Data���ú��>type.*debug/pe.OptionalHeader32���æ��Rgo.string."pe file format not recognized"���¬
��fmt.Errorf���è 
��0runtime.morestack_noctxt���pÀ��"".autotmp_0267�"type.interface {}�"".autotmp_0266��type.error�
"".oh�?"type.interface {}�"".imageBase�Otype.uint64� "".err�Ptype.error�"".text� type.[]uint8�"".textStart�type.uint64�"".f��type.*"".peFile�4À¾¿À[¿À¦¿À'�€�D’Dn +iG' 
i  ��qk¤�Tgclocals·b767a85ad52475ddbcff98293d22a77d�Tgclocals·2c78d3ad9d760b5f66e2e47be684c787���jprebuilts/go/linux-x86/src/cmd/internal/objfile/pe.goþ"".findPESymbol��à��ÌdH‹ %����H„$`ÿÿÿH;A†Á��Hì ��L‹„$0��H‹Œ$8��1ÛH‰œ$H��H‰œ$P��H‹œ$(��Hƒû�„��H‹S@H‹CHH‹kPH‰¬$È���1öH‰„$À���H‰D$8H‰”$¸���H‹l$8H9î��H‰T$XH‹H‰t$@H‰\$PHƒû�„#��H‹;H‰¼$€���H‹CH‰„$ˆ���H9È…Å��H‰<$H‰D$L‰D$H‰L$è����L‹„$0��H‹t$@H‹T$XH‹Œ$8��¶\$ €û�„…��H‹l$PH·]fƒû�Î��L‰„$���H‰Œ$˜���1ÛH‰œ$Ð���H‰œ$Ø���H‰œ$à���H‰œ$è���Hœ$Ð���Hƒû�„ƒ��HDŽ$¨������HDŽ$°������H‰œ$ ���H����H‰$Hœ$���H‰\$HÇD$����è����H‹L$H‹D$ H‹œ$ ���H‰L$pH‰ H‰D$x€=�����…ú���H‰CH����H‰$H‹\$PH‰\$Hƒ|$�„É���HƒD$HÇD$����è����H‹L$H‹D$ H‹œ$ ���HƒÃH‰L$pH‰ H‰D$x€=�����urH‰CH����H‰$HÇD$$���H‹œ$ ���H‰\$H‹œ$¨���H‰\$H‹œ$°���H‰\$ è����H‹L$(H‹D$0HDŽ$@������H‰Œ$H��H‰„$P��HÄ ��ÃLCL‰$H‰D$è����é{ÿÿÿ‰%����é+ÿÿÿLCL‰$H‰D$è����éóþÿÿ‰évþÿÿH‹œ$(��H‹k0H‹\$PH¿[H9ëŽ]��L‰„$���H‰Œ$˜���H‹œ$(��H‹k0H‰l$H1ÛH‰œ$ð���H‰œ$ø���H‰œ$���H‰œ$��H‰œ$��H‰œ$��Hœ$ð���Hƒû�„ñ��HDŽ$¨������HDŽ$°������H‰œ$ ���H����H‰$Hœ$���H‰\$HÇD$����è����H‹L$H‹D$ H‹œ$ ���H‰L$pH‰ H‰D$x€=�����…h��H‰CH����H‰$H‹\$PH‰\$Hƒ|$�„7��HƒD$HÇD$����è����H‹L$H‹D$ H‹œ$ ���HƒÃH‰L$pH‰ H‰D$x€=�����…Ü���H‰CH����H‰$H\$HH‰\$HÇD$����è����H‹L$H‹D$ H‹œ$ ���HƒÃ H‰L$pH‰ H‰D$x€=�����urH‰CH����H‰$HÇD$2���H‹œ$ ���H‰\$H‹œ$¨���H‰\$H‹œ$°���H‰\$ è����H‹L$(H‹D$0HDŽ$@������H‰Œ$H��H‰„$P��HÄ ��ÃLCL‰$H‰D$è����é{ÿÿÿLCL‰$H‰D$è����éÿÿÿ‰%����é½þÿÿLCL‰$H‰D$è����é…þÿÿ‰éþÿÿH‹\$PH‰œ$@��1ÛH‰œ$H��H‰œ$P��HÄ ��ÃHƒÂHÿÆH‹l$8H9îŒêúÿÿL‰„$���H‰Œ$˜���1ÛH‰\$`H‰\$hH\$`Hƒû�„÷���HDŽ$¨������HDŽ$°������H‰œ$ ���H����H‰$Hœ$���H‰\$HÇD$����è����H‹L$H‹D$ H‹œ$ ���H‰L$pH‰ H‰D$x€=�����urH‰CH����H‰$HÇD$���H‹œ$ ���H‰\$H‹œ$¨���H‰\$H‹œ$°���H‰\$ è����H‹L$(H‹D$0HDŽ$@������H‰Œ$H��H‰„$P��HÄ ��ÃLCL‰$H‰D$è����é{ÿÿÿ‰éÿÿÿ‰éÖùÿÿ‰ézùÿÿè����éùÿÿB
������¾
�� runtime.eqstring���Œ��type.string���Ê
��runtime.convT2E���”�6runtime.writeBarrierEnabled���¸��type.int16���”
��runtime.convT2E���æ�6runtime.writeBarrierEnabled���‚ ��`go.string."symbol %s: invalid section number %d"���ô 
��fmt.Errorf���ô

��.runtime.writebarrierptr���º 
��.runtime.writebarrierptr���¨��type.string���æ
��runtime.convT2E���°�6runtime.writeBarrierEnabled���Ô��type.int16���°
��runtime.convT2E���‚�6runtime.writeBarrierEnabled���¦��type.int���Þ
��runtime.convT2E���°�6runtime.writeBarrierEnabled���Ì��|go.string."symbol %s: section number %d is larger than max %d"���¾
��fmt.Errorf���¾
��.runtime.writebarrierptr���ì
��.runtime.writebarrierptr���²
��.runtime.writebarrierptr���æ��type.string���¤
��runtime.convT2E���î�6runtime.writeBarrierEnabled���Š��<go.string."no %s symbol found"���ü
��fmt.Errorf���ü
��.runtime.writebarrierptr���º
��0runtime.morestack_noctxt���`À��:"".autotmp_0301��"type.interface {}�"".autotmp_0300�ÿ(type.[1]interface {}�"".autotmp_0297��&type.[]interface {}�"".autotmp_0296��"type.interface {}�"".autotmp_0295��"type.interface {}�"".autotmp_0294��"type.interface {}�"".autotmp_0293�_(type.[3]interface {}�"".autotmp_0290��&type.[]interface {}�"".autotmp_0289��"type.interface {}�"".autotmp_0288�ß"type.interface {}�"".autotmp_0287�Ÿ(type.[2]interface {}�"".autotmp_0284�ÿ&type.[]interface {}�"".autotmp_0283�¿type.string�"".autotmp_0281�,type.**debug/pe.Symbol�"".autotmp_0280�Ïtype.int�"".autotmp_0279�¿type.int�"".autotmp_0278��type.error�"".autotmp_0277��type.string�"".autotmp_0276��type.error�"".autotmp_0275�¯type.int�"".autotmp_0274��type.string�"".autotmp_0273��type.int�"".autotmp_0271�Ÿtype.string�"".autotmp_0270�Ï.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"À‰¿Àä¿À~¿ÀŸ¿À@�ð �>¸DXoÎÝ'©�H�ÞÆep@#ÖeÇ@:¹l@3�Tgclocals·7683dc763ccb39eb220507b3c5dab6a0�Tgclocals·8376184a35b42f559e2be73735d61564���jprebuilts/go/linux-x86/src/cmd/internal/objfile/pe.goþ"".loadPETable��€��údH‹ %����HD$¨H;A†[��HìØ���1ÛH‰œ$��H‰œ$��H‰œ$��1ÛH‰œ$ ��H‰œ$(��H‹œ$à���H‰$H‹œ$è���H‰\$H‹œ$ð���H‰\$è����H‹\$H‰\$8H‹D$ H‹L$(H‰L$PH‰D$HHƒø�t21ÛH‰œ$��H‰œ$��H‰œ$��H‰„$ ��H‰Œ$(��HÄØ���ÃH‹œ$à���H‰$H‹œ$ø���H‰\$H‹œ$���H‰\$è����H‹t$8H‹L$H‹D$ H‹T$(H‰T$PH‰D$HHƒø�t21ÛH‰œ$��H‰œ$��H‰œ$��H‰„$ ��H‰”$(��HÄØ���ÃH·^H‰L$@H·if9ë„æ��H‹œ$è���H‰\$xH‹œ$ð���H‰œ$€���H‹œ$ø���H‰\$hH‹œ$���H‰\$p1ÛH‰œ$¸���H‰œ$À���H‰œ$È���H‰œ$Ð���Hœ$¸���Hƒû�„t��HDŽ$¨������HDŽ$°������H‰œ$ ���H����H‰$H\$xH‰\$HÇD$����è����H‹L$H‹D$ H‹œ$ ���H‰L$XH‰ H‰D$`€=�����…î���H‰CH����H‰$H\$hH‰\$HÇD$����è����H‹L$H‹D$ H‹œ$ ���HƒÃH‰L$XH‰ H‰D$`€=�����…€���H‰CH����H‰$HÇD$-���H‹œ$ ���H‰\$H‹œ$¨���H‰\$H‹œ$°���H‰\$ è����H‹L$(H‹D$01ÛH‰œ$��H‰œ$��H‰œ$��H‰Œ$ ��H‰„$(��HÄØ���ÃLCL‰$H‰D$è����émÿÿÿLCL‰$H‰D$è����éÿþÿÿ‰é…þÿÿH·^HÿËH‰ØH‹œ$à���Hƒû�„��H‹S(H‹K0H‹k8H‰¬$˜���H‰”$ˆ���H¿èH‰Œ$���H9̓Ì���HêH‹+H‰,$è����H‹t$H‹\$H‹T$H‹D$ H‹L$(Hƒø�t21ÛH‰œ$��H‰œ$��H‰œ$��H‰„$ ��H‰Œ$(��HÄØ���ÃH‹\$8‹KH‹\$@‹k‹ÙI‰ÐH9ÕwJH9ëwEH)ÝI)ØI‰ñIƒø�tM L‰Œ$��H‰¬$��L‰„$��1ÛH‰œ$ ��H‰œ$(��HÄØ���Ãè���� è���� ‰éõþÿÿè����éƒûÿÿ"
������ä
��"".findPESymbol���æ
��"".findPESymbol���æ��type.string���ž
��runtime.convT2E���è�6runtime.writeBarrierEnabled���Œ ��type.string���Ä 
��runtime.convT2E���–
�6runtime.writeBarrierEnabled���º
��rgo.string."%s and %s symbols must be in the same section"���¬ 
��fmt.Errorf���È 
��.runtime.writebarrierptr���ö 
��.runtime.writebarrierptr���Ê
��0debug/pe.(*Section).Data���¾
��$runtime.panicslice���Ì
��$runtime.panicindex���è
��0runtime.morestack_noctxt��� °��"".autotmp_0313��"type.interface {}�"".autotmp_0312�ÿ"type.interface {}�"".autotmp_0311�?(type.[2]interface {}�"".autotmp_0308�o&type.[]interface {}�"".autotmp_0303�ßtype.string�"".autotmp_0302�¿type.string�"".esym�¯*type.*debug/pe.Symbol� "".err�Ÿtype.error�"".ssym�¿*type.*debug/pe.Symbol� "".~r4�€type.error� "".~r3�Ptype.[]uint8�"".ename�0type.string�"".sname�type.string�"".f��&type.*debug/pe.File�P°¬¯°€¯°È¯°ã¯°c¯°"�€ �FØKD 2D 2æU"2k  �,�qœÇNº"�Tgclocals·fdc8982e978440e97a80ca353a20f2f7�Tgclocals·7e4652854c1e387f07b11ee5a9c7e230���jprebuilts/go/linux-x86/src/cmd/internal/objfile/pe.goþ&"".(*peFile).goarch��à��ÐdH‹ %����H;a†Ë���Hƒì@1ÛH‰\$PH‰\$XH‹\$HH‹+H‰,$H����H‰\$HÇD$���è����H‹D$ H‹\$(H‰\$8H‰D$0Hƒø�uH����H‰\$PHÇD$X���HƒÄ@ÃH‹\$HH‹+H‰,$H����H‰\$HÇD$���è����H‹D$ H‹\$(Hƒø�uH����H‰\$PHÇD$X���HƒÄ@Ã1ÛH‰\$PH‰\$XHƒÄ@Ãè����éÿÿÿ
������d��8go.string."_rt0_386_windows"���Š
��"".findPESymbol���Ì��go.string."386"���˜��<go.string."_rt0_amd64_windows"���¾
��"".findPESymbol���ì��"go.string."amd64"���¾
��0runtime.morestack_noctxt���0€�� "".err�type.error� "".~r0�type.string�"".f��type.*"".peFile�*€e€O€€�ð� €#@6� �D¬�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·23e8278e2b69a3a75fa59b23c49ed6ad���jprebuilts/go/linux-x86/src/cmd/internal/objfile/pe.goþ"".openPlan9��à��ÐdH‹ %����H;a†‹��Hƒì`1ÛH‰\$pH‰\$x1ÛH‰œ$€���H‰œ$ˆ���H‹\$hH‰\$8H‹����1íH9è„��H‹L$8H‰D$PH‰$H‰L$XH‰L$è����H‹\$H‰\$(H‹D$H‹L$ H‰L$HH‰D$@Hƒø�t!1ÛH‰\$pH‰\$xH‰„$€���H‰Œ$ˆ���HƒÄ`ÃH����H‰$è����H‹D$H‰D$0Hƒø�„Ž���H‹l$(€=�����ukH‰(H‰D$0H‹����1íH9èt&H‹\$0H‰\$xH‰D$p1ÛH‰œ$€���H‰œ$ˆ���HƒÄ`ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë«H‰$H‰l$è����H‹D$0냉�ékÿÿÿH����H‰$H����H‰\$H����H‰\$è����H‹D$é³þÿÿè����éXþÿÿ"
������„��8go.itab.*os.File.io.ReaderAt���Ô
��,debug/plan9obj.NewFile���ì��"type."".plan9File���þ
��"runtime.newobject���¼�6runtime.writeBarrierEnabled���à��@go.itab.*"".plan9File."".rawFile���È��$type.*"".plan9File���Þ��type."".rawFile���ö��@go.itab.*"".plan9File."".rawFile���Š
�� runtime.typ2Itab���´
��.runtime.writebarrierptr���Þ��type.*os.File���ô�� type.io.ReaderAt���Œ��8go.itab.*os.File.io.ReaderAt��� 
�� runtime.typ2Itab���¾
��0runtime.morestack_noctxt���PÀ��"".autotmp_0320��type.*uint8�"".autotmp_0319�_$type.*"".plan9File�"".autotmp_0317��$type.*"".plan9File�"".autotmp_0316�Otype.*os.File� "".err�?type.error�"".f�o2type.*debug/plan9obj.File� "".~r2�0type.error� "".~r1�type."".rawFile�"".r��type.*os.File�(À›¿Àm¿À�°� <5R !¹2��iU†K!�Tgclocals·9f4747e6338c5bdd4db417363b8a0d83�Tgclocals·e74d231870ac50ce4d84d17e03402fca���vprebuilts/go/linux-x86/src/cmd/internal/objfile/plan9obj.goþ."".(*plan9File).symbols��À��¨dH‹ %����H„$èþÿÿH;A†ï��Hì˜��1ÛH‰œ$¨��H‰œ$°��H‰œ$¸��1ÛH‰œ$À��H‰œ$È��H‹œ$ ��H‹+H‰,$è����H‹T$H‹t$H‹l$H‹D$ H‹L$(H‰L$hH‰D$`Hƒø�t21ÛH‰œ$¨��H‰œ$°��H‰œ$¸��H‰„$À��H‰Œ$È��HÄ˜��Ã1ÛH‰œ$è���H‰œ$ð���H‰œ$ø���H‰”$ˆ���H‰´$���H‰¬$˜���H‰¬$à���1ÉH‰´$Ø���H‰t$HH‰”$Ð���H‰ÐH‹l$HH9鍴���H‰ÃH‰D$XHƒø�„Ò��H‹8‹@H‹sH‹kH‰L$PH‰¼$@��H‰¼$ ��‰„$H��H‰´$P��H‰´$0��H‰¬$X��H‰¬$8��H����H‰$H‹����H‰\$‰„$(��‰D$è����H‹\$¶+@€ý�…³��H‹D$XH‹L$PHƒÀ HÿÁH‹l$HH9éŒLÿÿÿH‹œ$è���H‰œ$¸���H‹œ$ð���H‰œ$À���H‹œ$ø���H‰œ$È���H����H‰$H����H‰\$H����H‰\$Hœ$¸���H‰\$HÇD$ ����è����H\$(H‹ H‰ $H‹KH‰L$è����1ÛH‰\$pH‰\$xH‰œ$€���H‹”$ˆ���H‹„$���H‹œ$˜���H‰œ$à���1ÉH‰„$Ø���H‰D$HH‰”$Ð���H‰ÐH‹l$HH9鍴���H‰D$XHƒø�„š��H‹8‹pH‹PH‹hH‰L$PH‰¼$@��H‰¼$���‰´$H��‰´$��H‰”$P��H‰”$��H‰¬$X��H‰¬$��H����H‰$H‹����H‰\$‹œ$��‰\$è����H‹\$¶+@€ý�ucH‹D$XH‹L$PHƒÀ HÿÁH‹l$HH9éŒLÿÿÿH‹\$pH‰œ$¨��H‹\$xH‰œ$°��H‹œ$€���H‰œ$¸��1ÛH‰œ$À��H‰œ$È��HÄ˜��Ã1ÛH‰œ$`��H‰œ$h��H‰œ$p��H‰œ$x��‰œ$€��H‰œ$ˆ��H‰œ$��H‹œ$���H‰œ$p��Hœ$��H¬$`��H‹ H‰M�H‹KH‰M‹„$��‰„$€��H‹Œ$ð���H„$ ���H-����H‰(H¬$è���H‰hH¬$���H‰hH‰ $H‰D$è����H‹D$H‹Œ$ð���H9ȍà���H‹œ$è���L‹„$ð���L9ÀƒÀ���HÃH‹H‹¬$���H)ëH‰œ$x��H‹L$pH‹D$xH‹”$€���H‰ÃHÿÃH9Ów9H‰\$xH‰ËH‰ÅHkí8HëH¬$`��H‰\$H‰l$H-����H‰,$è����éHþÿÿH-����H‰,$H‰L$H‰D$H‰T$H‰\$ è����H‹L$(H‹D$0H‹T$8H‰ÃHÿÃH‰\$xH‰”$€���H‰L$pé|ÿÿÿè���� éNÿÿÿ‰�é_ýÿÿH‹œ$ ��H‰\$@H‹Œ$è���H‹„$ð���H‹”$ø���H‰ÃHÿÃH9ÓwH‰œ$ð���HÁH‹l$@H‰+éüÿÿH-����H‰,$H‰L$H‰D$H‰T$H‰\$ è����H‹L$(H‹D$0H‹T$8H‰ÃHÿÃH‰œ$ð���H‰”$ø���H‰Œ$è���뜉�é'ûÿÿè����éìùÿÿ.
������¼
��<debug/plan9obj.(*File).Symbols���ü��&type.map[int32]bool���’��"".validSymType���¼
��2runtime.mapaccess1_fast32���Œ��type."".uint64s���¢��&type.sort.Interface���º��Bgo.itab."".uint64s.sort.Interface���ú
��runtime.convT2I���® 
��sort.Sort���´ ��&type.map[int32]bool���Ê ��"".validSymType���ô 
��2runtime.mapaccess1_fast32���ð��:"".(*plan9File).symbols.func1���Â
��sort.Search���ä��type."".Sym���ö
��(runtime.typedmemmove���Ž��type.[]"".Sym���È
��"runtime.growslice���ª
��$runtime.panicindex���æ��type.[]uint64��� 
��"runtime.growslice���–
��0runtime.morestack_noctxt���`°��2"".autotmp_0340��.type.debug/plan9obj.Sym�"".autotmp_0339��0type.*debug/plan9obj.Sym�"".autotmp_0338��type.int�"".autotmp_0337��type.int�"".autotmp_0336�¯type.uint64�"".autotmp_0335�¯.type.debug/plan9obj.Sym�"".autotmp_0334�ÿ0type.*debug/plan9obj.Sym�"".autotmp_0333�Ÿtype.int�"".autotmp_0332�type.int�"".autotmp_0331��type.int�"".autotmp_0330�ï‚type.struct { F uintptr; addrs *[]uint64; s *debug/plan9obj.Sym }�"".autotmp_0328��type.bool�"".autotmp_0327��2type.[]debug/plan9obj.Sym�"".autotmp_0326�¿type."".uint64s�"".autotmp_0324�2type.[]debug/plan9obj.Sym� "".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�*"°š¯°ñ¯°ñ�  �|LN2 2
¤9 ˆ¨5DvE3QP DS�4�]ÀŸý§š)1{Q�Tgclocals·0891322d74bce84167dc36b8cf8be0b6�Tgclocals·eb0a94671a248617d5e82fd53208db10���vprebuilts/go/linux-x86/src/cmd/internal/objfile/plan9obj.goþ("".(*plan9File).pcln��€ ��ò dH‹ %����H;a†��HƒìpH‹D$x1Û1Û1Û1ÛH‰œ$¸���H‰œ$À���1ÛH‰œ$ ���H‰œ$¨���H‰œ$°���1ÛH‰œ$ˆ���H‰œ$���H‰œ$˜���H‹(H‹]L‹�I‹h HëH‰œ$€���H‹(H‰,$H����H‰\$HÇD$���H����H‰\$HÇD$ ���è����H‹\$(H‰œ$ ���H‹\$0H‰œ$¨���H‹\$8H‰œ$°���H‹D$@H‹\$HH‰œ$À���H‰„$¸���Hƒø�„Í���1ÛH‰\$PH‰\$XH‹\$xH‹+H‰,$H����H‰\$HÇD$���H����H‰\$HÇD$ ���è����H‹\$(H‰œ$ ���H‹\$0H‰œ$¨���H‹\$8H‰œ$°���H‹D$@H‹\$HH‰\$XH‰D$PHƒø�tEHDŽ$€�������1ÛH‰œ$ˆ���H‰œ$���H‰œ$˜���1ÛH‰œ$ ���H‰œ$¨���H‰œ$°���HƒÄpÃH‹\$xH‹+H‰,$H����H‰\$HÇD$���H����H‰\$HÇD$ ���è����H‹\$(H‰œ$ˆ���H‹\$0H‰œ$���H‹\$8H‰œ$˜���H‹D$@H‹\$HH‰œ$À���H‰„$¸���Hƒø�„Ã���1ÛH‰\$`H‰\$hH‹\$xH‹+H‰,$H����H‰\$HÇD$���H����H‰\$HÇD$ ���è����H‹\$(H‰œ$ˆ���H‹\$0H‰œ$���H‹\$8H‰œ$˜���H‹D$@H‹\$HHƒø�tEHDŽ$€�������1ÛH‰œ$ˆ���H‰œ$���H‰œ$˜���1ÛH‰œ$ ���H‰œ$¨���H‰œ$°���HƒÄpÃ1ÛH‰œ$¸���H‰œ$À���HƒÄpÃè����éÇüÿÿ
������–��6go.string."runtime.pclntab"���À��8go.string."runtime.epclntab"���æ
��""".loadPlan9Table���º��&go.string."pclntab"���ä��(go.string."epclntab"���Š
��""".loadPlan9Table���¼��4go.string."runtime.symtab"���æ��6go.string."runtime.esymtab"���Œ
��""".loadPlan9Table���à ��$go.string."symtab"���Š
��&go.string."esymtab"���°

��""".loadPlan9Table���à 
��0runtime.morestack_noctxt��� à��"".err2�type.error�"".err2�?type.error� "".err�€type.error�"".pclntab�Ptype.[]uint8�"".symtab� type.[]uint8�"".textStart�type.uint64�"".f��$type.*"".plan9File�4à·ßàÈßàßà�À�8h |E† rE!� �²’Á’©�Tgclocals·5fb98141ed5fbaf033cd8ca2a8a5a59d�Tgclocals·c588ae64e245198bf6630b10be79df86���vprebuilts/go/linux-x86/src/cmd/internal/objfile/plan9obj.goþ("".(*plan9File).text��à��ØdH‹ %����H;a†��Hƒì81Û1Û1ÛH‰\$hH‰\$p1ÛH‰\$PH‰\$XH‰\$`H‹\$@H‹+H‰,$H����H‰\$HÇD$���è����H‹L$@H‹D$1íH9èu]H����H‰$HÇD$���1ÛH‰\$H‰\$H‰\$ è����H‹L$(H‹D$0HÇD$H����1ÛH‰\$PH‰\$XH‰\$`H‰L$hH‰D$pHƒÄ8ÃH‹)H‹]L‹I‹h HëH‰\$HH‰$è����H‹\$H‰\$PH‹\$H‰\$XH‹\$H‰\$`H‹\$ H‰\$hH‹\$(H‰\$pHƒÄ8Ãè����éÔþÿÿ
������Ž�� go.string."text"���´
��<debug/plan9obj.(*File).Section���ä��Dgo.string."text section not found"���ª
��fmt.Errorf���Î
��<debug/plan9obj.(*Section).Data���Æ
��0runtime.morestack_noctxt���pp�� "".err�Ptype.error�"".text� type.[]uint8�"".textStart�type.uint64�"".f��$type.*"".plan9File�p´opUop�°�$¸80]; � �Y×�Tgclocals·a041240a37ce609efec56707c330d1a4�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���vprebuilts/go/linux-x86/src/cmd/internal/objfile/plan9obj.goþ$"".findPlan9Symbol��€��ö dH‹ %����H„$pÿÿÿH;A†V��Hì��1ÛH‰œ$8��H‰œ$@��H‹œ$��H‰$è����H‹\$H‰œ$¨���H‹\$H‰œ$°���H‹\$H‰œ$¸���H‹D$ H‹L$(H‰L$`H‰D$XHƒø�t$HDŽ$0������H‰„$8��H‰Œ$@��HÄ��ÃH����H‰$è����H‹\$H‰\$PH‹¼$¨���H‹„$°���H‹œ$¸���H‰œ$è���E1ÀH‰„$à���H‰D$8H‰¼$Ø���H‹l$8I9è��H‰|$HHƒÿ�„Q��H‹7‹WH‹OH‹GL‰D$@H‹\$PH‰´$ð���H‰3‰”$ø���‰SH‰„$��H‰CH‰Œ$���€=�����…â��H‰KH‹\$PH‹KH‰Œ$ˆ���H‹CH‰„$���H‹¬$(��H9èucH‰ $H‰D$H‹¬$ ��H‰l$H‹¬$(��H‰l$è����L‹D$@H‹|$H¶\$ €û�t'H‹\$PH‰œ$0��1ÛH‰œ$8��H‰œ$@��HÄ��ÃHƒÇ IÿÀH‹l$8I9èŒýþÿÿH‹œ$ ��H‰œ$˜���H‹œ$(��H‰œ$ ���1ÛH‰\$xH‰œ$€���H\$xHƒû�„÷���HDŽ$È������HDŽ$Ð������H‰œ$À���H����H‰$Hœ$˜���H‰\$HÇD$����è����H‹L$H‹D$ H‹œ$À���H‰L$hH‰ H‰D$p€=�����urH‰CH����H‰$HÇD$���H‹œ$À���H‰\$H‹œ$È���H‰\$H‹œ$Ð���H‰\$ è����H‹L$(H‹D$0HDŽ$0������H‰Œ$8��H‰„$@��HÄ��ÃLCL‰$H‰D$è����é{ÿÿÿ‰éÿÿÿLCL‰$H‰L$è����L‹D$@H‹|$Héþÿÿ‰é¨ýÿÿè����é…üÿÿ
������‚
��<debug/plan9obj.(*File).Symbols���Ú��.type.debug/plan9obj.Sym���ì
��"runtime.newobject���¸�6runtime.writeBarrierEnabled���ò
�� runtime.eqstring���Ü ��type.string���š

��runtime.convT2E���ä
�6runtime.writeBarrierEnabled���€ ��<go.string."no %s symbol found"���ò 
��fmt.Errorf���ò 
��.runtime.writebarrierptr���® 
��.runtime.writebarrierptr���ä 
��0runtime.morestack_noctxt���` ��""".autotmp_0361�Ï"type.interface {}�"".autotmp_0360�¯(type.[1]interface {}�"".autotmp_0357�Ÿ&type.[]interface {}�"".autotmp_0356�type.string�"".autotmp_0355�?.type.debug/plan9obj.Sym�"".autotmp_0354�0type.*debug/plan9obj.Sym�"".autotmp_0353�¯type.int�"".autotmp_0352�Ÿtype.int�"".autotmp_0350�ïtype.string�"".autotmp_0349�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" ‡Ÿ ÍŸ ²Ÿ U�€�<Ì4G $Áf' ¼  �&�@uƒÔl@*�Tgclocals·cf64b0853b899fd5aa1ff21454e093c7�Tgclocals·ca7fe5577341076b405a557f76e61a88���vprebuilts/go/linux-x86/src/cmd/internal/objfile/plan9obj.goþ""".loadPlan9Table��€
��è dH‹ %����H;a†W��HƒìP1ÛH‰œ$€���H‰œ$ˆ���H‰œ$���1ÛH‰œ$˜���H‰œ$ ���H‹\$XH‰$H‹\$`H‰\$H‹\$hH‰\$è����H‹\$H‰\$0H‹D$ H‹L$(H‰L$HH‰D$@Hƒø�t/1ÛH‰œ$€���H‰œ$ˆ���H‰œ$���H‰„$˜���H‰Œ$ ���HƒÄPÃH‹\$XH‰$H‹\$pH‰\$H‹\$xH‰\$è����H‹\$H‰\$8H‹D$ H‹L$(H‰L$HH‰D$@Hƒø�t/1ÛH‰œ$€���H‰œ$ˆ���H‰œ$���H‰„$˜���H‰Œ$ ���HƒÄPÃH‹\$XH‰$H����H‰\$HÇD$���è����H‹D$1íH9èu91ÛH‰œ$€���H‰œ$ˆ���H‰œ$���H‹\$@H‰œ$˜���H‹\$HH‰œ$ ���HƒÄPÃH‰$è����H‹|$XH‹t$H‹\$H‹T$H‹D$ H‹L$(Hƒø�t/1ÛH‰œ$€���H‰œ$ˆ���H‰œ$���H‰„$˜���H‰Œ$ ���HƒÄPÃH‹GH‹o HèH‹l$0H‹M�H‹l$8H)ÁH‹m�H)ÅI‰ÐH9ÕwGH9éwBH)ÍI)ÈI‰ñIƒø�tM L‰Œ$€���H‰¬$ˆ���L‰„$���1ÛH‰œ$˜���H‰œ$ ���HƒÄPÃè���� è����éŒýÿÿ
������Â
��$"".findPlan9Symbol���¬
��$"".findPlan9Symbol���ò�� go.string."text"���˜
��<debug/plan9obj.(*File).Section���´
��<debug/plan9obj.(*Section).Data���È 
��$runtime.panicslice���Ö 
��0runtime.morestack_noctxt���  ��"".esym�/0type.*debug/plan9obj.Sym� "".err�type.error�"".ssym�?0type.*debug/plan9obj.Sym� "".~r4�€type.error� "".~r3�Ptype.[]uint8�"".ename�0type.string�"".sname�type.string�"".f��2type.*debug/plan9obj.File�J  Ÿ tŸ gŸ [Ÿ qŸ �€�DèC; /; /(9'/ n#��`uvNÊ�Tgclocals·354e71b475cca929149c2d692625eb7b�Tgclocals·8dc8899ea835d41e86c8e395d0974026���vprebuilts/go/linux-x86/src/cmd/internal/objfile/plan9obj.goþ,"".(*plan9File).goarch��€��æ1ÛH‹\$H‹‹+ýë��uH����H‰\$HÇD$���ÁýG��uH����H‰\$HÇD$���Áý—Š��uH����H‰\$HÇD$���Ã1ÛH‰\$H‰\$Ã.��go.string."386"���j��go.string."arm"���¦��"go.string."amd64"���0��� "".~r0�type.string�"".f��$type.*"".plan9File�€�€�(’
��Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���vprebuilts/go/linux-x86/src/cmd/internal/objfile/plan9obj.goþ2"".(*Disasm).lookup.func1��À��°dH‹ %����H;avBH‹rH‹ZHƒû�t0H‹+H‹CL‹CL‹D$I9ÀsMkÀ8LÅH‹]H9ó—D$Ãè���� ‰ëÌè����ë¨
������Ž
��$runtime.panicindex���¤
��"runtime.morestack��� ��� "".~r1�type.bool�"".i��type.int�`�`�¬`�
�F�Tgclocals·23e8278e2b69a3a75fa59b23c49ed6ad�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���rprebuilts/go/linux-x86/src/cmd/internal/objfile/disasm.goþ0"".(*Disasm).Print.func1��À+��´+dH‹ %����H„$èþÿÿH;A†µ
��Hì˜��1ÀH‰„$Ð���H‰„$Ø���H‰„$à���H‰„$è���H‹JH‹BHZH‰œ$˜���H‰Œ$€���H‹Y8H‹¬$ ��H)ÝH‰l$`H‰D$xH‰„$���H‹œ$°��H‰$H‹œ$¸��H‰\$è����H‹\$H‰œ$��H‹\$H‰œ$��H‹œ$À��H‰\$pH‹œ$ ��H‰\$hH‹����H‰„$ˆ���1íH9è„© ��1ÛH‰œ$h��H‰œ$p��H‰œ$x��H‰œ$€��H‰œ$ˆ��H‰œ$��Hœ$h��Hƒû�„^ ��HDŽ$(�����HDŽ$0�����H‰œ$ ��H����H‰$Hœ$��H‰\$HÇD$����è����H‹L$H‹D$ H‹œ$ ��H‰Œ$���H‰ H‰„$��€=�����…Ï��H‰CH����H‰$H\$pH‰\$HÇD$����è����H‹L$H‹D$ H‹œ$ ��HƒÃH‰Œ$���H‰ H‰„$��€=�����…[��H‰CH����H‰$H\$hH‰\$HÇD$����è����H‹L$H‹D$ H‹œ$ ��HƒÃ H‰Œ$���H‰ H‰„$��€=�����…ç��H‰CH‹Œ$���H‹„$ˆ���H‰„$°���H‰$H‰Œ$¸���H‰L$H����H‰\$HÇD$ ���H‹œ$ ��H‰\$ H‹œ$(��H‰\$(H‹œ$0��H‰\$0è����H‹œ$¨��HƒãHƒû�ueH‹œ$€���Hƒû�„N��H‹KHH‹CPHƒø…Ü��H‰Œ$ð���H‰ $H‰„$ø���H‰D$H-����H‰l$HÇD$���è����¶\$ €û�„›��H‹\$xH‰œ$���L‹D$`H‹¬$¨��H‹œ$˜���IèH‹l$`L‹KM9ȇ]��L9ŇT��L‹I)èI)éIƒù�tM*L‰„$X��L‰Œ$`��L‰”$P��H‹����H‰„$ˆ���1íH9è„Õ��1ÛH‰œ$à���H‰œ$è���Hœ$à���Hƒû�„ª��HDŽ$(�����HDŽ$0�����H‰œ$ ��H����H‰$Hœ$P��H‰\$HÇD$����è����H‹L$H‹D$ H‹œ$ ��H‰Œ$���H‰ H‰„$��€=�����…��H‰CH‹Œ$���H‹„$ˆ���H‰„$°���H‰$H‰Œ$¸���H‰L$H����H‰\$HÇD$���H‹œ$ ��H‰\$ H‹œ$(��H‰\$(H‹œ$0��H‰\$0è����H‹\$xH‰œ$���H‹œ$È��H‰œ$��H‹œ$Ð��H‰œ$��H‹����H‰„$ˆ���1íH9è„,��1ÛH‰œ$À���H‰œ$È���Hœ$À���Hƒû�„��HDŽ$(�����HDŽ$0�����H‰œ$ ��H����H‰$Hœ$��H‰\$HÇD$����è����H‹L$H‹D$ H‹œ$ ��H‰Œ$���H‰ H‰„$��€=�����uvH‰CH‹Œ$���H‹„$ˆ���H‰„$°���H‰$H‰Œ$¸���H‰L$H����H‰\$HÇD$���H‹œ$ ��H‰\$ H‹œ$(��H‰\$(H‹œ$0��H‰\$0è����HÄ˜��ÃLCL‰$H‰D$è����éwÿÿÿ‰éøþÿÿH����H‰$H����H‰\$H����H‰\$è����H‹\$H‰œ$ˆ���éšþÿÿLCL‰$H‰D$è����éÒýÿÿ‰éOýÿÿH����H‰$H����H‰\$H����H‰\$è����H‹\$H‰œ$ˆ���éñüÿÿè���� H‹œ$€���Hƒû�„G��H‹KHH‰Œ$ð���H‹CPH‰„$ø���Hƒøu1H‰ $H‰D$H-����H‰l$HÇD$���è����¶\$ €û�…üÿÿ1ÀH‹¬$¨��H9胀ýÿÿH‰D$XHƒø�vpH‹\$xH‰œ$���H‹����1íH9脉��H‹Œ$���H‰„$°���H‰$H‰Œ$¸���H‰L$H����H‰\$HÇD$���1ÛH‰\$ H‰\$(H‰\$0è����H‹D$XH‹\$xH‰œ$���H‹\$`HÃH‰ØH‹œ$˜���L‹CL‹KL9À‡���L‹I)ÀI)ÁIƒù�tMH‹œ$€���Hƒû�„Ô��H‹K`H‹khL‰”$8��L‰T$L‰„$@��L‰D$L‰Œ$H��L‰L$H‰¬$¨���H‰,$H‰Œ$ ���H‹YHÿӋ\$ ‰\$TH‹����H‰„$ˆ���1íH9è„/��1ÛH‰œ$Ð���H‰œ$Ø���Hœ$Ð���Hƒû�„��HDŽ$(�����HDŽ$0�����H‰œ$ ��H����H‰$H\$TH‰\$HÇD$����è����H‹L$H‹D$ H‹œ$ ��H‰Œ$���H‰ H‰„$��€=�����u|H‰CH‹Œ$���H‹„$ˆ���H‰„$°���H‰$H‰Œ$¸���H‰L$H����H‰\$HÇD$���H‹œ$ ��H‰\$ H‹œ$(��H‰\$(H‹œ$0��H‰\$0è����H‹D$XHƒÀé¢ýÿÿLCL‰$H‰D$è����éqÿÿÿ‰éõþÿÿH����H‰$H����H‰\$H����H‰\$è����H‹\$H‰œ$ˆ���é—þÿÿ‰é%þÿÿè���� H����H‰$H����H‰\$H����H‰\$è����H‹D$éEýÿÿ‰é²üÿÿ‰é«øÿÿLCL‰$H‰D$è����éøÿÿLCL‰$H‰D$è����é’÷ÿÿLCL‰$H‰D$è����é÷ÿÿ‰é›öÿÿH����H‰$H����H‰\$H����H‰\$è����H‹\$H‰œ$ˆ���éöÿÿè����é&õÿÿŠ
������¶
��"".base���¬��Pgo.itab.*text/tabwriter.Writer.io.Writer���¨��type.string���æ
��runtime.convT2E���¼�6runtime.writeBarrierEnabled���à��type.int���˜
��runtime.convT2E���ö�6runtime.writeBarrierEnabled���š��type.uint64���Ò
��runtime.convT2E���° �6runtime.writeBarrierEnabled���¦
��4go.string."\t%s:%d\t%#x\t"���š 
��fmt.Fprintf���Æ ��go.string."386"���ì 
�� runtime.eqstring���ì��Pgo.itab.*text/tabwriter.Writer.io.Writer���¨��type.[]uint8���æ
��runtime.convT2E���¼�6runtime.writeBarrierEnabled���²��go.string."%x"���¦
��fmt.Fprintf���Ž��Pgo.itab.*text/tabwriter.Writer.io.Writer���Ê��type.string���ˆ
��runtime.convT2E����6runtime.writeBarrierEnabled�����$go.string."\t%s\n"�����fmt.Fprintf���ô
��.runtime.writebarrierptr���š��6type.*text/tabwriter.Writer���°��type.io.Writer���È��Pgo.itab.*text/tabwriter.Writer.io.Writer���Ü
�� runtime.typ2Itab���¤
��.runtime.writebarrierptr���Ê��6type.*text/tabwriter.Writer���à��type.io.Writer���ø��Pgo.itab.*text/tabwriter.Writer.io.Writer���Œ
�� runtime.typ2Itab���º
��$runtime.panicslice���¾��"go.string."amd64"���ä
�� runtime.eqstring���ä��Pgo.itab.*text/tabwriter.Writer.io.Writer���Ê��go.string." "���’
��fmt.Fprintf���Þ!�������ø!��Pgo.itab.*text/tabwriter.Writer.io.Writer���´#��type.uint32���ì#
��runtime.convT2E���Â$�6runtime.writeBarrierEnabled���°%�� go.string."%08x"���¤&
��fmt.Fprintf���ä&
��.runtime.writebarrierptr���Š'��6type.*text/tabwriter.Writer��� '��type.io.Writer���¸'��Pgo.itab.*text/tabwriter.Writer.io.Writer���Ì'
�� runtime.typ2Itab���ˆ(
��$runtime.panicslice���š(��6type.*text/tabwriter.Writer���°(��type.io.Writer���È(��Pgo.itab.*text/tabwriter.Writer.io.Writer���Ü(
�� runtime.typ2Itab���°)
��.runtime.writebarrierptr���Þ)
��.runtime.writebarrierptr���Œ*
��.runtime.writebarrierptr���²*��6type.*text/tabwriter.Writer���È*��type.io.Writer���à*��Pgo.itab.*text/tabwriter.Writer.io.Writer���ô*
�� runtime.typ2Itab���¢+
��"runtime.morestack���p°��^"".autotmp_0410��"type.interface {}�"".autotmp_0409�¯(type.[1]interface {}�"".autotmp_0407��*type.*[1]interface {}�"".autotmp_0406��&type.[]interface {}�"".autotmp_0405��type.*uint8�"".autotmp_0404��"type.interface {}�"".autotmp_0403�(type.[1]interface {}�"".autotmp_0401��*type.*[1]interface {}�"".autotmp_0400��&type.[]interface {}�"".autotmp_0399��type.*uint8�"".autotmp_0398��type.*uint8�"".autotmp_0397��"type.interface {}�"".autotmp_0396�ï(type.[1]interface {}�"".autotmp_0393��&type.[]interface {}�"".autotmp_0392��type.*uint8�"".autotmp_0391��type.string�"".autotmp_0390�Ïtype.string�"".autotmp_0389��"type.interface {}�"".autotmp_0388��"type.interface {}�"".autotmp_0387�¯"type.interface {}�"".autotmp_0386�_(type.[3]interface {}�"".autotmp_0383�ï&type.[]interface {}�"".autotmp_0382�Ÿtype.*uint8�"".autotmp_0381��type.string�"".autotmp_0380��6type.*text/tabwriter.Writer�"".autotmp_0379��type.uint64�"".autotmp_0378�‡type.uint32�"".autotmp_0377�¿type.[]uint8�"".autotmp_0376��type.uint64�"".autotmp_0375��6type.*text/tabwriter.Writer�"".autotmp_0374��6type.*text/tabwriter.Writer�"".autotmp_0373�type.[]uint8�"".autotmp_0371��6type.*text/tabwriter.Writer�"".autotmp_0370�ßtype.uint64�"".autotmp_0369�Ïtype.int�"".autotmp_0368�type.string�"".autotmp_0367�6type.*text/tabwriter.Writer�"".&code�ÿtype.*[]uint8�
"".tw�¿6type.*text/tabwriter.Writer�"".d�¯type.*"".Disasm�"".j�ÿtype.uint64�"".i�ïtype.uint64�"".text�Ptype.string�"".line�@type.int�"".file� type.string�"".size�type.uint64�
"".pc��type.uint64�"°‰ ¯°´ �à�^–XÝwÍX_a
 pÄf2 †�v�šØÚiý
 ±œ4$4U¾†œ 4**b'�Tgclocals·807f70a1e101d0600afa01c33235671a�Tgclocals·25be8c8458d6c2fae01846e4ed4d2104���rprebuilts/go/linux-x86/src/cmd/internal/objfile/disasm.goþ6"".(*Disasm).("".lookup)-fm�à��ÄdH‹ %����H;avLHƒì(1Û1ÛH‰\$8H‰\$@H‹ZH‰$H‹\$0H‰\$è����H‹\$H‰\$8H‹\$H‰\$@H‹\$ H‰\$HHƒÄ(Ãè����ëž
������h
��&"".(*Disasm).lookup���¸
��"runtime.morestack���@P��
"".r1�0type.uint64�
"".r0�type.string�
"".a0��type.uint64�PGOP�p�Ôp�
�3=�Tgclocals·a8eabfc4a4514ed6b3b0c61e9680e440�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���rprebuilts/go/linux-x86/src/cmd/internal/objfile/disasm.goþ:"".(*machoFile).symbols.func1�� ��œdH‹ %����H;av8H‹ZH‹RH‹ H‹CH‹kH‹l$H9ÅsHéH‹H‹jH9ë—D$Ãè���� è����ë²
������‚
��$runtime.panicindex���
��"runtime.morestack��� ��� "".~r1�type.bool�"".x��type.int�P�P�lP�
�@�Tgclocals·23e8278e2b69a3a75fa59b23c49ed6ad�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���pprebuilts/go/linux-x86/src/cmd/internal/objfile/macho.goþ4"".(*peFile).symbols.func1��€��ödH‹ %����H;aveH‹rH‹jH‹ZL‹ H‹M�H‹EL‹EH‰ÍM‰ÈI9Ás8MkÀ8LÅH‹]H‹H‹FL‹FL‹D$I9ÀsJ,ÁH‹m�H9ë’D$Ãè���� è���� è����ë…
������Î
��$runtime.panicindex���Ü
��$runtime.panicindex���ê
��"runtime.morestack��� ��� "".~r1�type.bool�"".x��type.int�€�€�
€�
�f�Tgclocals·23e8278e2b69a3a75fa59b23c49ed6ad�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���jprebuilts/go/linux-x86/src/cmd/internal/objfile/pe.goþ:"".(*plan9File).symbols.func1�� ��šdH‹ %����H;av7H‹ZH‹RH‹ H‹CH‹kH‹l$H9ÅsHéH‹H‹*H9ë—D$Ãè���� è����ë³
������€
��$runtime.panicindex���Ž
��"runtime.morestack��� ��� "".~r1�type.bool�"".x��type.int�P�P�|P�
�?�Tgclocals·23e8278e2b69a3a75fa59b23c49ed6ad�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���vprebuilts/go/linux-x86/src/cmd/internal/objfile/plan9obj.goþ"".init��€��òdH‹ %����H;a†Ü��Hƒìh¶����€û�t¶����€ûuHƒÄhÃè���� Æ����è����è����è����è����è����è����è����è����è����è����è����è����è����è����è����è����H����H‰$HÇD$����HÇD$����HÇD$����è����H‹\$ €=�����…��H‰����H����H‰\$XHÇD$`���H����H‰\$@H����H‰$H‹����H‰\$H\$XH‰\$H\$@H‰\$è����H����H‰\$XHÇD$`���H����H‰\$@H����H‰$H‹����H‰\$H\$XH‰\$H\$@H‰\$è����H����H‰\$XHÇD$`���H����H‰\$@H����H‰$H‹����H‰\$H\$XH‰\$H\$@H‰\$è����H����H‰$HÇD$����HÇD$����HÇD$����è����H‹\$ €=�����…µ��H‰����H����H‰\$XHÇD$`���H����H‰$H����H‰\$H����H‰\$H����H‰\$HÇD$ ����è����H‹\$(H‰\$HH‹\$0H‰\$PH����H‰$H‹����H‰\$H\$XH‰\$H\$HH‰\$è����H����H‰\$XHÇD$`���H����H‰$H����H‰\$H����H‰\$H����H‰\$HÇD$ ����è����H‹\$(H‰\$HH‹\$0H‰\$PH����H‰$H‹����H‰\$H\$XH‰\$H\$HH‰\$è����H����H‰\$XHÇD$`���H����H‰$H����H‰\$H����H‰\$H����H‰\$HÇD$ ����è����H‹\$(H‰\$HH‹\$0H‰\$PH����H‰$H‹����H‰\$H\$XH‰\$H\$HH‰\$è����H����H‰\$XHÇD$`���H����H‰$H����H‰\$H����H‰\$H����H‰\$HÇD$ ����è����H‹\$(H‰\$HH‹\$0H‰\$PH����H‰$H‹����H‰\$H\$XH‰\$H\$HH‰\$è����H����H‰\$XHÇD$`���H����H‰$H����H‰\$H����H‰\$H����H‰\$HÇD$ ����è����H‹\$(H‰\$HH‹\$0H‰\$PH����H‰$H‹����H‰\$H\$XH‰\$H\$HH‰\$è����H����H‰$HÇD$����HÇD$����HÇD$����è����H‹\$ €=�����upH‰����1ÀHƒø}UH����H‰$H‹����H‰\$H����HÃH‰\$H����H‰D$8HÃH‰\$HƒD$è����H‹D$8HÿÀHƒø|«Æ����HƒÄhÃH-����H‰,$H‰\$è����ë€H-����H‰,$H‰\$è����é8üÿÿH-����H‰,$H‰\$è����éçúÿÿè����éúÿÿÔ
������4��"".initdone·���L��"".initdone·���j
��"runtime.throwinit���z�"".initdone·���†
��bufio.init���
�� debug/gosym.init���š
��(encoding/binary.init���¤
��fmt.init���®
��io.init���¸
��regexp.init���Â
��strings.init���Ì
��&text/tabwriter.init���Ö
��Fcmd/internal/rsc.io/arm/armasm.init���à
��Fcmd/internal/rsc.io/x86/x86asm.init���ê
��debug/elf.init���ô
��os.init���þ
��.cmd/internal/goobj.init���ˆ
�� debug/macho.init���’
��debug/pe.init���œ
��&debug/plan9obj.init���ª��:type.map[string]"".disasmFunc���ò
��runtime.makemap���ˆ�6runtime.writeBarrierEnabled���¤��"".disasms���²��go.string."386"���Ü�� "".disasm_386·f���ô��:type.map[string]"".disasmFunc���Š��"".disasms���Æ
��$runtime.mapassign1���Ô��"go.string."amd64"���þ��$"".disasm_amd64·f���–��:type.map[string]"".disasmFunc���¬��"".disasms���è
��$runtime.mapassign1���ö��go.string."arm"��� �� "".disasm_arm·f���¸��:type.map[string]"".disasmFunc���Î��"".disasms���Š
��$runtime.mapassign1���˜��Rtype.map[string]encoding/binary.ByteOrder���à
��runtime.makemap���ö�6runtime.writeBarrierEnabled���’��"".byteOrders��� ��go.string."386"���Ê��Btype.encoding/binary.littleEndian���à��<type.encoding/binary.ByteOrder���ø��|go.itab.encoding/binary.littleEndian.encoding/binary.ByteOrder��� ��8encoding/binary.LittleEndian���¶ 
��runtime.convT2I���ì ��Rtype.map[string]encoding/binary.ByteOrder���‚
��"".byteOrders���¾

��$runtime.mapassign1���Ì
��"go.string."amd64"���ö
��Btype.encoding/binary.littleEndian���Œ ��<type.encoding/binary.ByteOrder���¤ ��|go.itab.encoding/binary.littleEndian.encoding/binary.ByteOrder���¼ ��8encoding/binary.LittleEndian���â 
��runtime.convT2I���˜ ��Rtype.map[string]encoding/binary.ByteOrder���® ��"".byteOrders���ê 
��$runtime.mapassign1���ø ��go.string."arm"���¢ ��Btype.encoding/binary.littleEndian���¸ ��<type.encoding/binary.ByteOrder���Ð ��|go.itab.encoding/binary.littleEndian.encoding/binary.ByteOrder���è ��8encoding/binary.LittleEndian���Ž
��runtime.convT2I���Ä��Rtype.map[string]encoding/binary.ByteOrder���Ú��"".byteOrders���–
��$runtime.mapassign1���¤��"go.string."ppc64"���Î��<type.encoding/binary.bigEndian���ä��<type.encoding/binary.ByteOrder���ü��vgo.itab.encoding/binary.bigEndian.encoding/binary.ByteOrder���”��2encoding/binary.BigEndian���º
��runtime.convT2I���ð��Rtype.map[string]encoding/binary.ByteOrder���†��"".byteOrders���Â
��$runtime.mapassign1���Ð��&go.string."ppc64le"���ú��Btype.encoding/binary.littleEndian�����<type.encoding/binary.ByteOrder���¨��|go.itab.encoding/binary.littleEndian.encoding/binary.ByteOrder���À��8encoding/binary.LittleEndian���æ
��runtime.convT2I���œ��Rtype.map[string]encoding/binary.ByteOrder���²��"".byteOrders���î
��$runtime.mapassign1���ü��&type.map[int32]bool���Ä
��runtime.makemap���Ú�6runtime.writeBarrierEnabled���î��"".validSymType���Œ��&type.map[int32]bool���¢��"".validSymType���º��""".statictmp_0432���Ú��""".statictmp_0432���Œ
��$runtime.mapassign1���´�"".initdone·���Î��"".validSymType���ê
��.runtime.writebarrierptr���ü��"".byteOrders���˜
��.runtime.writebarrierptr���°��"".disasms���Ì
��.runtime.writebarrierptr���à
��0runtime.morestack_noctxt������
"".autotmp_0433�_type.int�"".autotmp_0431�?<type.encoding/binary.ByteOrder�"".autotmp_0430��type.string�"".autotmp_0429�O$type."".disasmFunc�"".autotmp_0428�type.string�&ÐÏÐï
ÏÐ\�’éÀ4�p¦’¼DQQQD –––––¿@]ø õÄ µ�&�4îÍkDƒß�Tgclocals·f6bd6b3389b872033d462029172c8612�Tgclocals·541c3032b9d09ed7754eaf873804d6cf���vprebuilts/go/linux-x86/src/cmd/internal/objfile/plan9obj.gorprebuilts/go/linux-x86/src/cmd/internal/objfile/disasm.goþ(type..hash.[8]string�à��ÊdH‹ %����H;a†ˆ���Hƒì(H‹L$81ÀHÇD$���H‹l$H9è}\H‰D$ H‰ÅH‰ÈHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$0Hƒû�t;HÁåHëH‰$H‰D$8H‰D$è����H‹L$H‹D$ HÿÀH‹l$H9è|¤H‰L$@HƒÄ(ÉëÁè����é[ÿÿÿ
������ä
��runtime.strhash���¸
��0runtime.morestack_noctxt���0P��
"".autotmp_0438�type.int�"".autotmp_0437�type.int� "".~r2� type.uintptr�"".h�type.uintptr�"".p��type.*[8]string�POP�°�°�
�q?�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���rprebuilts/go/linux-x86/src/cmd/internal/objfile/disasm.goþ$type..eq.[8]string�à��ÖdH‹ %����H;a†Î���HƒìX1ÀHÇD$(���H‹l$(H9荒���H‰D$0H‹\$`Hƒû�„–���H‰ÅHÁåHëH‹3H‹KH‹\$hHƒû�tvH‰ÅHÁåHëH‹H‹CH9ÁuVH‰t$HH‰4$H‰L$PH‰L$H‰T$8H‰T$H‰D$@H‰D$è����¶\$ €û�t H‹D$0HÿÀH‹l$(H9èŒnÿÿÿÆD$pHƒÄXÃÆD$p�HƒÄXÉ놉écÿÿÿè����éÿÿÿ
������¼
�� runtime.eqstring���Ä
��0runtime.morestack_noctxt���0°��"".autotmp_0442�?type.string�"".autotmp_0441�type.string�"".autotmp_0440�_type.int�"".autotmp_0439�Otype.int� "".~r2� type.bool�"".q�type.*[8]string�"".p��type.*[8]string�&°´¯° ¯°�ð�ð� �S�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·a8eabfc4a4514ed6b3b0c61e9680e440���rprebuilts/go/linux-x86/src/cmd/internal/objfile/disasm.goþNtype..hash.[8]encoding/binary.ByteOrder�à��ÊdH‹ %����H;a†ˆ���Hƒì(H‹L$81ÀHÇD$���H‹l$H9è}\H‰D$ H‰ÅH‰ÈHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$0Hƒû�t;HÁåHëH‰$H‰D$8H‰D$è����H‹L$H‹D$ HÿÀH‹l$H9è|¤H‰L$@HƒÄ(ÉëÁè����é[ÿÿÿ
������ä
��"runtime.interhash���¸
��0runtime.morestack_noctxt���0P��
"".autotmp_0444�type.int�"".autotmp_0443�type.int� "".~r2� type.uintptr�"".h�type.uintptr�"".p��Dtype.*[8]encoding/binary.ByteOrder�POP�°�°�
�q?�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���rprebuilts/go/linux-x86/src/cmd/internal/objfile/disasm.goþJtype..eq.[8]encoding/binary.ByteOrder�à��ÖdH‹ %����H;a†Î���HƒìX1ÀHÇD$(���H‹l$(H9荒���H‰D$0H‹\$hHƒû�„–���H‰ÅHÁåHëH‹ H‹sH‹\$`Hƒû�tvH‰ÅHÁåHëH‹H‹SH9ÈuVH‰D$8H‰$H‰T$@H‰T$H‰L$HH‰L$H‰t$PH‰t$è����¶\$ €û�t H‹D$0HÿÀH‹l$(H9èŒnÿÿÿÆD$pHƒÄXÃÆD$p�HƒÄXÉ놉écÿÿÿè����éÿÿÿ
������¼
��runtime.ifaceeq���Ä
��0runtime.morestack_noctxt���0°��"".autotmp_0448�?<type.encoding/binary.ByteOrder�"".autotmp_0447�<type.encoding/binary.ByteOrder�"".autotmp_0446�_type.int�"".autotmp_0445�Otype.int� "".~r2� type.bool�"".q�Dtype.*[8]encoding/binary.ByteOrder�"".p��Dtype.*[8]encoding/binary.ByteOrder�&°´¯° ¯°�ð�ð� �S�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·a8eabfc4a4514ed6b3b0c61e9680e440���rprebuilts/go/linux-x86/src/cmd/internal/objfile/disasm.goþ"type..hash."".Sym� ��˜dH‹ %����H;a†¯���Hƒì H‹\$(H‰$Hƒ<$�„‹���H‹\$0H‰\$è����H‹D$H‹\$(H‰$Hƒ<$�t^Hƒ$H‰D$0H‰D$HÇD$���è����H‹D$H‹\$(H‰$Hƒ<$�t#Hƒ$(H‰D$0H‰D$è����H‹\$H‰\$8HƒÄ É%����ëԉ%����뙉%����éiÿÿÿè����é4ÿÿÿ
������l
��runtime.strhash���Ð
��runtime.memhash���¢
��runtime.strhash���†
��0runtime.morestack_noctxt���0@�� "".~r2� type.uintptr�"".h�type.uintptr�"".p��type.*"".Sym�@Œ?@,�Ð�Ð� �5›�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���rprebuilts/go/linux-x86/src/cmd/internal/objfile/disasm.goþtype..eq."".Sym�À��¨dH‹ %����H;a†w��HƒìHH‹\$PHƒû�„]��H‹3H‹KH‹\$XHƒû�„@��H‹H‹CH9Á…&��H‰t$8H‰4$H‰L$@H‰L$H‰T$(H‰T$H‰D$0H‰D$è����¶\$ €û�„ì���H‹\$PH‰$Hƒ<$�„Ì���Hƒ$H‹\$XH‰\$Hƒ|$�„¥���HƒD$HÇD$���è����¶\$€û�u
ÆD$`�HƒÄHÃH‹\$PHƒû�tnH‹S(H‹C0H‹\$XHƒû�tWH‹s(H‹K0H9Èu@H‰T$(H‰$H‰D$0H‰D$H‰t$8H‰t$H‰L$@H‰L$è����¶\$ €û�t
ÆD$`HƒÄHÃÆD$`�HƒÄHÉ륉뎉%����éOÿÿÿ‰%����é(ÿÿÿÆD$`�HƒÄHÉé¹þÿÿ‰éœþÿÿè����élþÿÿ
������è
�� runtime.eqstring���Š
�� runtime.memequal���à
�� runtime.eqstring���–
��0runtime.morestack_noctxt���0��"".autotmp_0453��type.string�"".autotmp_0452��type.string�"".autotmp_0451�?type.string�"".autotmp_0450�type.string� "".~r2� type.bool�"".q�type.*"".Sym�"".p��type.*"".Sym�>Åj )$� � � �s­�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·a8eabfc4a4514ed6b3b0c61e9680e440���rprebuilts/go/linux-x86/src/cmd/internal/objfile/disasm.goþ""".rawFile.goarch�à��ÒdH‹ %����H;avSHƒìH‹Y H…Ût H|$ H9;uH‰#1ÛH‰\$0H‰\$8H‹\$(H‰$H‹\$ H‹[ ÿÓH‹L$H‹D$H‰L$0H‰D$8HƒÄÃè����ë—
������Ž�������Æ
��0runtime.morestack_noctxt���@0�� "".~r0� type.string�""..this��type."".rawFile�0N/0�p�p�
�G)�Tgclocals·0ebb2d1da58c1b4224bf5a7b370d7578�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ"".rawFile.pcln� ��„dH‹ %����H;a†å���HƒìPH‹Y H…Ût H|$XH9;uH‰#1Û1Û1Û1ÛH‰œ$ ���H‰œ$¨���1ÛH‰œ$ˆ���H‰œ$���H‰œ$˜���1ÛH‰\$pH‰\$xH‰œ$€���H‹\$`H‰$H‹\$XH‹[(ÿÓL‹T$L‹L$L‹D$H‹|$ H‹t$(H‹l$0H‹T$8H‹L$@H‹D$HL‰T$hL‰L$pL‰D$xH‰¼$€���H‰´$ˆ���H‰¬$���H‰”$˜���H‰Œ$ ���H‰„$¨���HƒÄPÃè����éþþÿÿ
������Š�������ò
��0runtime.morestack_noctxt���° ��
"".err�type.error�"".pclntab�`type.[]uint8�"".symtab�0type.[]uint8�"".textStart� type.uint64�""..this��type."".rawFile� àŸ ����…‹�Tgclocals·160cde0f2e0022fe0b49a4dffb5548b0�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ$"".rawFile.symbols�à��ÆdH‹ %����H;a††���Hƒì0H‹Y H…Ût H|$8H9;uH‰#1Û1Û1ÛH‰\$`H‰\$h1ÛH‰\$HH‰\$PH‰\$XH‹\$@H‰$H‹\$8H‹[0ÿÓH‹t$H‹l$H‹T$H‹L$ H‹D$(H‰t$HH‰l$PH‰T$XH‰L$`H‰D$hHƒÄ0Ãè����é]ÿÿÿ
������À�������´
��0runtime.morestack_noctxt���p`�� "".err�Ptype.error�"".syms� type.[]"".Sym�""..this��type."".rawFile�`_`�°�°�
�`P�Tgclocals·b60dc0a6046c556b02baa766a3fd5a27�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ"".rawFile.text�à��ÚdH‹ %����H;a†���Hƒì8H‹Y H…Ût H|$@H9;uH‰#1Û1Û1ÛH‰\$pH‰\$x1ÛH‰\$XH‰\$`H‰\$hH‹\$HH‰$H‹\$@H‹[8ÿÓH‹|$H‹t$H‹l$H‹T$ H‹L$(H‹D$0H‰|$PH‰t$XH‰l$`H‰T$hH‰L$pH‰D$xHƒÄ8Ãè����éSÿÿÿ
������À�������È
��0runtime.morestack_noctxt���€p�� "".err�`type.error�"".text�0type.[]uint8�"".textStart� type.uint64�""..this��type."".rawFile�p‹op �°�
°�
�`P�Tgclocals·6d46c0650eba7dbebc0db316e0e0cf3b�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ$type..hash."".File� ��ždH‹ %����H;avvHƒì H‹\$(H‰$Hƒ<$�tYH‹\$0H‰\$HÇD$���è����H‹D$H‹\$(H‰$Hƒ<$�t#Hƒ$H‰D$0H‰D$è����H‹\$H‰\$8HƒÄ É%����ëԉ%����ëžè����éqÿÿÿ
������n
��runtime.memhash�����"runtime.interhash���Œ
��0runtime.morestack_noctxt���0@�� "".~r2� type.uintptr�"".h�type.uintptr�"".p��type.*"".File�@_?@���
�6Z�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���rprebuilts/go/linux-x86/src/cmd/internal/objfile/disasm.goþ type..eq."".File�À��¾dH‹ %����H;a†‚���HƒìHH‹T$PH‹D$XH‹H‹(H9ët
ÆD$`�HƒÄHÃH‹HH‹pH‹BH‹RH9Èu@H‰D$(H‰$H‰T$0H‰T$H‰L$8H‰L$H‰t$@H‰t$è����¶\$ €û�t
ÆD$`HƒÄHÃÆD$`�HƒÄHÃè����éaÿÿÿ
������æ
��runtime.ifaceeq���¬
��0runtime.morestack_noctxt���0��
"".autotmp_0465�?type."".rawFile�"".autotmp_0464�type."".rawFile� "".~r2� type.bool�"".q�type.*"".File�"".p��type.*"".File�0T  � � �
�r.�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·a8eabfc4a4514ed6b3b0c61e9680e440���rprebuilts/go/linux-x86/src/cmd/internal/objfile/disasm.goþ4type..hash.[2]interface {}�à��ÊdH‹ %����H;a†ˆ���Hƒì(H‹L$81ÀHÇD$���H‹l$H9è}\H‰D$ H‰ÅH‰ÈHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$0Hƒû�t;HÁåHëH‰$H‰D$8H‰D$è����H‹L$H‹D$ HÿÀH‹l$H9è|¤H‰L$@HƒÄ(ÉëÁè����é[ÿÿÿ
������ä
��(runtime.nilinterhash���¸
��0runtime.morestack_noctxt���0P��
"".autotmp_0467�type.int�"".autotmp_0466�type.int� "".~r2� type.uintptr�"".h�type.uintptr�"".p��*type.*[2]interface {}�POP�°�°�
�q?�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���rprebuilts/go/linux-x86/src/cmd/internal/objfile/disasm.goþ0type..eq.[2]interface {}�à��ÖdH‹ %����H;a†Î���HƒìX1ÀHÇD$(���H‹l$(H9荒���H‰D$0H‹\$hHƒû�„–���H‰ÅHÁåHëH‹ H‹sH‹\$`Hƒû�tvH‰ÅHÁåHëH‹H‹SH9ÈuVH‰D$8H‰$H‰T$@H‰T$H‰L$HH‰L$H‰t$PH‰t$è����¶\$ €û�t H‹D$0HÿÀH‹l$(H9èŒnÿÿÿÆD$pHƒÄXÃÆD$p�HƒÄXÉ놉écÿÿÿè����éÿÿÿ
������¼
��runtime.efaceeq���Ä
��0runtime.morestack_noctxt���0°��"".autotmp_0471�?"type.interface {}�"".autotmp_0470�"type.interface {}�"".autotmp_0469�_type.int�"".autotmp_0468�Otype.int� "".~r2� type.bool�"".q�*type.*[2]interface {}�"".p��*type.*[2]interface {}�&°´¯° ¯°�ð�ð� �S�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·a8eabfc4a4514ed6b3b0c61e9680e440���rprebuilts/go/linux-x86/src/cmd/internal/objfile/disasm.goþ."".(*textReader).ReadAt�  �� dH‹ %����HD$¸H;A†&��HìÈ���H‹Y H…ÛtH¼$Ð���H9;uH‰#1Û1ÛH‰œ$���H‰œ$��H‹œ$Ð���1íH9ëuEH����H‰$HÇD$���H����H‰\$HÇD$
���H����H‰\$ HÇD$(���è���� H‹œ$Ð���Hƒû�„…��L‹#H‹SH‹{H‹KH‹´$Ø���L‹œ$à���L‹”$è���H‹„$ð���1ÛH‰\$8H‰\$@Hƒø�Œ+��H9È‚"��H‰Œ$À���H)ÈH9Âw0H‹����H‹ ����1ÀH‰„$ø���H‰”$���H‰Œ$��HÄÈ���ÃH‰ÕH‰”$°���I‰øH‰¼$¸���H9Ї¼���H)ÅI)ÀM‰áL‰¤$¨���Iƒø�tM H‰t$HL‰\$PL‰T$XL‰”$ˆ���L‰Œ$���L‰ÊH‰¬$˜���L‰„$ ���L‰D$pL‰œ$€���L‰ØH‰l$hL9Ý}H‰èH‰D$0H‰t$xH‰4$H‰T$`H‰T$H‰D$è����H‹T$8H‹L$@H‹D$0H‹t$PH9ðÿÿÿH‹����H‹ ����éÿÿÿè���� H‹����H‹ ����1Àééþÿÿ‰étþÿÿè����é¸ýÿÿ
������¼��&go.string."objfile"���ä��,go.string."textReader"���Ž��$go.string."ReadAt"���´
��"runtime.panicwrap���¦�� io.EOF���´� io.EOF���Î
��runtime.memmove���–��&io.ErrUnexpectedEOF���¤�&io.ErrUnexpectedEOF���¸
��$runtime.panicslice���Ê�� io.EOF���Ø� io.EOF���þ
��0runtime.morestack_noctxt���€�� "".autotmp_0481��type.int�"".autotmp_0479��type.int�"".autotmp_0478�Ïtype.[]uint8�"".autotmp_0477�Ÿtype.[]uint8�"".autotmp_0476��type.error�"".autotmp_0474��type.int�"".autotmp_0473�otype.[]uint8�"".autotmp_0472�¯type.int� "".err�Ÿtype.error�"".data�ÿtype.[]uint8�"".r�?$type."".textReader� "".err�`type.error�"".n�Ptype.int� "".off�@type.int64�"".data�type.[]uint8�""..this��&type.*"".textReader� �Ð� Ð��™Í55�Tgclocals·99ef9ff0bd07d0e619cc0988c2dabb63�Tgclocals·3f8a00baf9a714dfe750894a3b86ebac���<autogenerated>þLtype..hash.[8]cmd/internal/goobj.SymID�à��ÊdH‹ %����H;a†ˆ���Hƒì(H‹L$81ÀHÇD$���H‹l$H9è}\H‰D$ H‰ÅH‰ÈHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$0Hƒû�t;HkíHëH‰$H‰D$8H‰D$è����H‹L$H‹D$ HÿÀH‹l$H9è|¤H‰L$@HƒÄ(ÉëÁè����é[ÿÿÿ
������ä
��Ftype..hash.cmd/internal/goobj.SymID���¸
��0runtime.morestack_noctxt���0P��
"".autotmp_0483�type.int�"".autotmp_0482�type.int� "".~r2� type.uintptr�"".h�type.uintptr�"".p��Btype.*[8]cmd/internal/goobj.SymID�POP�°�°�
�q?�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���rprebuilts/go/linux-x86/src/cmd/internal/objfile/disasm.goþHtype..eq.[8]cmd/internal/goobj.SymID�€��ödH‹ %����H;a†��Hƒìh1ÀHÇD$(���H‹l$(H9èË���H‰D$0H‹L$pHƒù�„æ���H‹\$xH‰ÅHkíHéHƒû�„Æ���H‰ÅHkíHëH‰L$@Hƒù�„¦���H‹1H‹IH‰\$8Hƒû�„‰���H‹H‹CH9ÁupH‰t$XH‰4$H‰L$`H‰L$H‰T$HH‰T$H‰D$PH‰D$è����¶\$ €û�t:H‹l$@H‹]L‹D$8I‹hH9ëu#H‹D$0HÿÀH‹l$(H9èŒ5ÿÿÿƄ$€���HƒÄhÃƄ$€����HƒÄhÉépÿÿÿ‰éSÿÿÿ‰é3ÿÿÿ‰éÿÿÿè����éÅþÿÿ
������€
�� runtime.eqstring���ä
��0runtime.morestack_noctxt���0Ð��"".autotmp_0489�?type.string�"".autotmp_0488�type.string�"".autotmp_0487�_<type.*cmd/internal/goobj.SymID�"".autotmp_0486�O<type.*cmd/internal/goobj.SymID�"".autotmp_0485�type.int�"".autotmp_0484�otype.int� "".~r2� type.bool�"".q�Btype.*[8]cmd/internal/goobj.SymID�"".p��Btype.*[8]cmd/internal/goobj.SymID�&ÐðÏÐ ÏÐ+�À�À��¿�Tgclocals·51af24152615272c3d9efc8538f95767�Tgclocals·34eab47d33fa46b254c22cdccfd2dc77���rprebuilts/go/linux-x86/src/cmd/internal/objfile/disasm.goþ""".(*uint64s).Len��à��ØdH‹ %����H;a†���Hƒì0H‹Y H…Ût H|$8H9;uH‰#H‹\$81íH9ëuEH����H‰$HÇD$���H����H‰\$HÇD$���H����H‰\$ HÇD$(���è���� H‹\$8Hƒû�tH‹+H‹CH‹kH‰D$@HƒÄ0Éëçè����éTÿÿÿ
������x��&go.string."objfile"��� ��&go.string."uint64s"���Ê��go.string."Len"���ð
��"runtime.panicwrap���Æ
��0runtime.morestack_noctxt��� `�� "".~r0�type.int�""..this�� type.*"".uint64s�`†_`�°�°�
�w9�Tgclocals·3f5c1f818fa7055d0400cecd34057162�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ$"".(*uint64s).Swap��€��üdH‹ %����H;a†á���Hƒì0H‹Y H…Ût H|$8H9;uH‰#H‹\$81íH9ëuEH����H‰$HÇD$���H����H‰\$HÇD$���H����H‰\$ HÇD$(���è���� H‹\$8Hƒû�tgH‹ H‹CH‹kH‹t$@H‹T$HH9ÆsFHñH‹;H9Æs3HñH9Âs#H,ÑL‹E�L‰H9Âs HÑH‰;HƒÄ0Ãè���� è���� è���� è���� ‰ë•è����éÿÿÿ
������x��&go.string."objfile"��� ��&go.string."uint64s"���Ê�� go.string."Swap"���ð
��"runtime.panicwrap���ª
��$runtime.panicindex���¸
��$runtime.panicindex���Æ
��$runtime.panicindex���Ô
��$runtime.panicindex���ê
��0runtime.morestack_noctxt���0`��"".j� type.int�"".i�type.int�""..this�� type.*"".uint64s�`¼_`,�€�€� �w‰�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ$"".(*uint64s).Less��à��ÄdH‹ %����H;a†Å���Hƒì0H‹Y H…Ût H|$8H9;uH‰#H‹\$81íH9ëuEH����H‰$HÇD$���H����H‰\$HÇD$���H����H‰\$ HÇD$(���è���� H‹\$8Hƒû�tKH‹ H‹CH‹kH‹t$@H‹T$HH9Æs*HñH‹H9ÂsH,ÑH‹m�H9ë’ÀˆD$PHƒÄ0Ãè���� è���� ‰ë±è����éÿÿÿ
������x��&go.string."objfile"��� ��&go.string."uint64s"���Ê�� go.string."Less"���ð
��"runtime.panicwrap���Ž
��$runtime.panicindex���œ
��$runtime.panicindex���²
��0runtime.morestack_noctxt���@`�� "".~r2�0type.bool�"".j� type.int�"".i�type.int�""..this�� type.*"".uint64s�`®_`*�ð�ð�
�wy�Tgclocals·2fccd208efe70893f9ac8d682812ae72�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ4type..hash.[1]interface {}�à��ÊdH‹ %����H;a†ˆ���Hƒì(H‹L$81ÀHÇD$���H‹l$H9è}\H‰D$ H‰ÅH‰ÈHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$0Hƒû�t;HÁåHëH‰$H‰D$8H‰D$è����H‹L$H‹D$ HÿÀH‹l$H9è|¤H‰L$@HƒÄ(ÉëÁè����é[ÿÿÿ
������ä
��(runtime.nilinterhash���¸
��0runtime.morestack_noctxt���0P��
"".autotmp_0494�type.int�"".autotmp_0493�type.int� "".~r2� type.uintptr�"".h�type.uintptr�"".p��*type.*[1]interface {}�POP�°�°�
�q?�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���rprebuilts/go/linux-x86/src/cmd/internal/objfile/disasm.goþ0type..eq.[1]interface {}�à��ÖdH‹ %����H;a†Î���HƒìX1ÀHÇD$(���H‹l$(H9荒���H‰D$0H‹\$hHƒû�„–���H‰ÅHÁåHëH‹ H‹sH‹\$`Hƒû�tvH‰ÅHÁåHëH‹H‹SH9ÈuVH‰D$8H‰$H‰T$@H‰T$H‰L$HH‰L$H‰t$PH‰t$è����¶\$ €û�t H‹D$0HÿÀH‹l$(H9èŒnÿÿÿÆD$pHƒÄXÃÆD$p�HƒÄXÉ놉écÿÿÿè����éÿÿÿ
������¼
��runtime.efaceeq���Ä
��0runtime.morestack_noctxt���0°��"".autotmp_0498�?"type.interface {}�"".autotmp_0497�"type.interface {}�"".autotmp_0496�_type.int�"".autotmp_0495�Otype.int� "".~r2� type.bool�"".q�*type.*[1]interface {}�"".p��*type.*[1]interface {}�&°´¯° ¯°�ð�ð� �S�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·a8eabfc4a4514ed6b3b0c61e9680e440���rprebuilts/go/linux-x86/src/cmd/internal/objfile/disasm.goþ""".(*byAddr).Less��€��ädH‹ %����H;a†Õ���Hƒì0H‹Y H…Ût H|$8H9;uH‰#H‹\$81íH9ëuEH����H‰$HÇD$���H����H‰\$HÇD$���H����H‰\$ HÇD$(���è���� H‹\$8Hƒû�t[H‹ H‹CH‹kL‹D$@H‹T$HH‰ÍI9Às7MkÀ8LÅH‹]I‰ÈI‰ÑH9ÂsMkÉ8MÈI‹hH9ë’ÀˆD$PHƒÄ0Ãè���� è���� ‰ë¡è����éÿÿÿ
������x��&go.string."objfile"��� ��$go.string."byAddr"���Ê�� go.string."Less"���ð
��"runtime.panicwrap���®
��$runtime.panicindex���¼
��$runtime.panicindex���Ò
��0runtime.morestack_noctxt���@`�� "".~r2�0type.bool�"".j� type.int�"".i�type.int�""..this��type.*"".byAddr�`¾_`*�€�€� �w‰�Tgclocals·2fccd208efe70893f9ac8d682812ae72�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ "".(*byAddr).Len��à��ØdH‹ %����H;a†���Hƒì0H‹Y H…Ût H|$8H9;uH‰#H‹\$81íH9ëuEH����H‰$HÇD$���H����H‰\$HÇD$���H����H‰\$ HÇD$(���è���� H‹\$8Hƒû�tH‹+H‹CH‹kH‰D$@HƒÄ0Éëçè����éTÿÿÿ
������x��&go.string."objfile"��� ��$go.string."byAddr"���Ê��go.string."Len"���ð
��"runtime.panicwrap���Æ
��0runtime.morestack_noctxt��� `�� "".~r0�type.int�""..this��type.*"".byAddr�`†_`�°�°�
�w9�Tgclocals·3f5c1f818fa7055d0400cecd34057162�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ""".(*byAddr).Swap��À��¦dH‹ %����HD$øH;A†±��Hìˆ���H‹Y H…ÛtH¼$���H9;uH‰#H‹œ$���1íH9ëuEH����H‰$HÇD$���H����H‰\$HÇD$���H����H‰\$ HÇD$(���è���� H‹œ$���Hƒû�„$��H‹H‹KH‹kH‰l$HH‹„$˜���H‹´$ ���H‰ÓH‰ÅH9ȃî���Hkí8HëH‹+H‰l$PH‹kH‰l$XH‹kH‰l$`H‹kH‰l$h‹k ‰l$pH‹k(H‰l$xH‹k0H‰¬$€���H‰ÓH‰õH‰t$0H9΃���Hkí8HëH‰ÕH‰T$8I‰ÀH‰L$@H9ÈsjMkÀ8LÅH‰l$H‰\$H����H‰$è����H‹\$8H‹l$0L‹D$@L9Ås.Hkí8HëHl$PH‰\$H‰l$H-����H‰,$è����HÄˆ���Ãè���� è���� è���� è���� ‰éÕþÿÿè����é-þÿÿ
������”��&go.string."objfile"���¼��$go.string."byAddr"���æ�� go.string."Swap"���Œ
��"runtime.panicwrap���®��type."".Sym���À
��(runtime.typedmemmove���¢��type."".Sym���´
��(runtime.typedmemmove���Î
��$runtime.panicindex���Ü
��$runtime.panicindex���ê
��$runtime.panicindex���ø
��$runtime.panicindex���”
��0runtime.morestack_noctxt���0�� "".autotmp_0501�otype."".Sym�"".j�¯type.int�"".x�Ÿtype."".byAddr�"".j� type.int�"".i�type.int�""..this��type.*"".byAddr�†:�à�à��…Ú:G�Tgclocals·41a13ac73c712c01973b8fe23f62d694�Tgclocals·4441e99d0f92a96b8cd7f39bee719947���<autogenerated>þ4type..hash.[3]interface {}�à��ÊdH‹ %����H;a†ˆ���Hƒì(H‹L$81ÀHÇD$���H‹l$H9è}\H‰D$ H‰ÅH‰ÈHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$0Hƒû�t;HÁåHëH‰$H‰D$8H‰D$è����H‹L$H‹D$ HÿÀH‹l$H9è|¤H‰L$@HƒÄ(ÉëÁè����é[ÿÿÿ
������ä
��(runtime.nilinterhash���¸
��0runtime.morestack_noctxt���0P��
"".autotmp_0503�type.int�"".autotmp_0502�type.int� "".~r2� type.uintptr�"".h�type.uintptr�"".p��*type.*[3]interface {}�POP�°�°�
�q?�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���rprebuilts/go/linux-x86/src/cmd/internal/objfile/disasm.goþ0type..eq.[3]interface {}�à��ÖdH‹ %����H;a†Î���HƒìX1ÀHÇD$(���H‹l$(H9荒���H‰D$0H‹\$hHƒû�„–���H‰ÅHÁåHëH‹ H‹sH‹\$`Hƒû�tvH‰ÅHÁåHëH‹H‹SH9ÈuVH‰D$8H‰$H‰T$@H‰T$H‰L$HH‰L$H‰t$PH‰t$è����¶\$ €û�t H‹D$0HÿÀH‹l$(H9èŒnÿÿÿÆD$pHƒÄXÃÆD$p�HƒÄXÉ놉écÿÿÿè����éÿÿÿ
������¼
��runtime.efaceeq���Ä
��0runtime.morestack_noctxt���0°��"".autotmp_0507�?"type.interface {}�"".autotmp_0506�"type.interface {}�"".autotmp_0505�_type.int�"".autotmp_0504�Otype.int� "".~r2� type.bool�"".q�*type.*[3]interface {}�"".p��*type.*[3]interface {}�&°´¯° ¯°�ð�ð� �S�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·a8eabfc4a4514ed6b3b0c61e9680e440���rprebuilts/go/linux-x86/src/cmd/internal/objfile/disasm.goþJtype..hash.struct { a int32; b bool }�À��´dH‹ %����H;avDHƒì H‹\$(H‰$Hƒ<$�t'H‹\$0H‰\$HÇD$���è����H‹\$H‰\$8HƒÄ É%����ëÐè����ë¦
������n
��runtime.memhash���¨
��0runtime.morestack_noctxt���0@�� "".~r2� type.uintptr�"".h�type.uintptr�"".p��@type.*struct { a int32; b bool }�@6?@�`�`�
�6*�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���rprebuilts/go/linux-x86/src/cmd/internal/objfile/disasm.goþFtype..eq.struct { a int32; b bool }�€��bH‹L$H‹D$‹‹(9ëtÆD$�öY¶h@8ëtÆD$�ÃÆD$Ã�0��� "".~r2� type.bool�"".q�@type.*struct { a int32; b bool }�"".p��@type.*struct { a int32; b bool }�@�@�@��Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���rprebuilts/go/linux-x86/src/cmd/internal/objfile/disasm.goþPtype..hash.[6]struct { a int32; b bool }�à��ÄdH‹ %����H;a†…���Hƒì(H‹L$81ÀHÇD$���H‹l$H9è}YH‰D$ H‰ÂH‰ÈHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$0Hƒû�t8HÓH‰$H‰D$8H‰D$è����H‹L$H‹D$ HÿÀH‹l$H9è|§H‰L$@HƒÄ(ÉëÄè����é^ÿÿÿ
������Þ
��Jtype..hash.struct { a int32; b bool }���²
��0runtime.morestack_noctxt���0P��
"".autotmp_0509�type.int�"".autotmp_0508�type.int� "".~r2� type.uintptr�"".h�type.uintptr�"".p��Ftype.*[6]struct { a int32; b bool }�P|OP�°�°�
�nB�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���rprebuilts/go/linux-x86/src/cmd/internal/objfile/disasm.goþLtype..eq.[6]struct { a int32; b bool }�à��ÈL‹L$H‹|$1ÀHÇÆ���H9ð}7Iƒù�tAIÁH‰ÚHƒÿ�t0HÇH‰Ù‹‹)9ëu¶Z¶i@8ëuHÿÀH9ð|ÉÆD$ÃÆD$�ÉëÌA‰ëº�0��� "".~r2� type.bool�"".q�Ftype.*[6]struct { a int32; b bool }�"".p��Ftype.*[6]struct { a int32; b bool }�p�p�p��Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���rprebuilts/go/linux-x86/src/cmd/internal/objfile/disasm.goþPgo.string.hdr."unsupported architecture"� �� ������������������Hgo.string."unsupported architecture"���þHgo.string."unsupported architecture"�@��2unsupported architecture��þ*go.string.hdr."etext"� �� ������������������"go.string."etext"���þ"go.string."etext"��� etext��þ(go.string.hdr."text"� �� ������������������ go.string."text"���þ go.string."text"���
text��þ*go.string.hdr."_text"� �� ������������������"go.string."_text"���þ"go.string."_text"��� _text��þ,go.string.hdr."_etext"� �� ������������������$go.string."_etext"���þ$go.string."_etext"���_etext��þ8go.string.hdr."runtime.text"� �� �������� ����������0go.string."runtime.text"���þ0go.string."runtime.text"� ��runtime.text��þ:go.string.hdr."runtime.etext"� �� �������� ����������2go.string."runtime.etext"���þ2go.string."runtime.etext"� ��runtime.etext��þTgclocals·ac9d35fddd5fb0e6e8d8acb0db2228e2� �� ���&������������€������€������������������������!����!�����!���������“��������������������������������������������þTgclocals·ab311aff4e03ba7bda4bd8f1a5de05b4�˜��˜����������������������������������������������������������þTgclocals·aa532b3eef70a978b4f36c2acf8a8ea7� �� ��������������þTgclocals·3260b5c802f633fd6252c227878dd72a� �� �������������þ"go.string.hdr."/"� �� ������������������go.string."/"���þgo.string."/"���/��þ$go.string.hdr."\\"� �� ������������������go.string."\\"���þgo.string."\\"���\��þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·2fccd208efe70893f9ac8d682812ae72�������������þ0>go.itab.*bufio.Writer.io.Writer�����þ$go.string.hdr."\n"� �� ������������������go.string."\n"���þgo.string."\n"���
��þ@go.string.hdr."TEXT %s(SB) %s\n"� �� ������������������8go.string."TEXT %s(SB) %s\n"���þ8go.string."TEXT %s(SB) %s\n"� �� TEXT %s(SB) %s
��þTgclocals·29394d483fef7570a0ea111ac7a30f3b�Ð��Ð ���5�����������€�à��€�ä���à����à��
��à����à��€�à��€à��
€�à�� ��à�����à���þTgclocals·547e1ef7fbdf33367d57e753dd1f0b47�p��p �������������������������������������������þTgclocals·b73198273678f7fe54c980a64d77f238�8��8��� �������@���B���A���E����þTgclocals·aa2bb9f7165bbb779bc633f79a02d524�8��8������ ��� ��� ��� ��� ����þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·e37779a160dbb10ca9ef216f91678f21�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·e37779a160dbb10ca9ef216f91678f21�������������þ"go.string.hdr."?"� �� ������������������go.string."?"���þgo.string."?"���?��þTgclocals·46934acbe4b88aaf40e3ccf913af4b22��������������þTgclocals·758d03b6c31fc8fac5e0d1fec706f6cd������ �������þTgclocals·a064c3f70b9f68636723afa1d70c14e5� �� ��� ������������þTgclocals·4bfb19ec28add3735ce6bb8ae94069a5� �� ��� ���������þ0Bgo.itab."".textReader.io.ReaderAt�����þTgclocals·135883f958a32f2fe7e812bb428f4566�(��(����������ü�����þTgclocals·accaf8948e97c011220650876ffe44c7�(��(����������������þ08go.itab.*os.File.io.ReaderAt�����þ0<go.itab.*"".elfFile."".rawFile�����þTgclocals·e74d231870ac50ce4d84d17e03402fca�0��0��������������������þTgclocals·9f4747e6338c5bdd4db417363b8a0d83�0��0�������������������þTgclocals·252ce373c08a04a8bede9e24a9cf9968�@��@���"���������������� ��������þTgclocals·adb3347b296419e60da36d67f8b7ce43�(��(����������������þ*go.string.hdr.".text"� �� ������������������"go.string.".text"���þ"go.string.".text"��� .text��þ2go.string.hdr.".gosymtab"� �� �������� ����������*go.string.".gosymtab"���þ*go.string.".gosymtab"� ��.gosymtab��þ4go.string.hdr.".gopclntab"� �� ��������
����������,go.string.".gopclntab"���þ,go.string.".gopclntab"� ��.gopclntab��þTgclocals·f6bd6b3389b872033d462029172c8612�����������þTgclocals·7d912edc1d1ee8c45b2e79ae1e574a1a�0��0���
������%���!�������þLgo.string.hdr."text section not found"� �� ������������������Dgo.string."text section not found"���þDgo.string."text section not found"�0��.text section not found��þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·a041240a37ce609efec56707c330d1a4�������������þ&go.string.hdr."386"� �� ������������������go.string."386"���þgo.string."386"���386��þ*go.string.hdr."amd64"� �� ������������������"go.string."amd64"���þ"go.string."amd64"��� amd64��þ&go.string.hdr."arm"� �� ������������������go.string."arm"���þgo.string."arm"���arm��þ*go.string.hdr."ppc64"� �� ������������������"go.string."ppc64"���þ"go.string."ppc64"��� ppc64��þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þ0<go.itab.*os.File.io.ReadSeeker�����þ0@go.itab.*"".goobjFile."".rawFile�����þ(go.string.hdr."\"\""� �� ������������������ go.string."\"\""���þ go.string."\"\""���""��þTgclocals·e74d231870ac50ce4d84d17e03402fca�0��0��������������������þTgclocals·9f4747e6338c5bdd4db417363b8a0d83�0��0�������������������þ,go.string.hdr."%s<%d>"� �� ������������������$go.string."%s<%d>"���þ$go.string."%s<%d>"���%s<%d>��þTgclocals·341b909b97472a89efab32cbd0761e34�(��(��� �������ä��à���þTgclocals·9d98bbb373475f3af6381201d6212574�(��(����������������þTgclocals·9ad372ee8353a8500fffa70326ca4242�¸��¸���K����������������� ���’$I��3� ���’$I��� �’$I��1� ���’$I��=� ��’$I����’$I���þTgclocals·0eb8895aada11c3eccf0d9ced3582bb1�H��H����������������������������þhgo.string.hdr."pcln not available in go object file"� �� ��������$����������`go.string."pcln not available in go object file"���þ`go.string."pcln not available in go object file"�P��Jpcln not available in go object file��þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·4d8870d794128007eafd160e912f2b3d������
�������þhgo.string.hdr."text not available in go object file"� �� ��������$����������`go.string."text not available in go object file"���þ`go.string."text not available in go object file"�P��Jtext not available in go object file��þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·a041240a37ce609efec56707c330d1a4�������������þtgo.string.hdr."GOARCH unimplemented for debug/goobj files"� �� ��������*����������lgo.string."GOARCH unimplemented for debug/goobj files"���þlgo.string."GOARCH unimplemented for debug/goobj files"�`��VGOARCH unimplemented for debug/goobj files��þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þ0@go.itab.*"".machoFile."".rawFile�����þTgclocals·e74d231870ac50ce4d84d17e03402fca�0��0��������������������þTgclocals·9f4747e6338c5bdd4db417363b8a0d83�0��0�������������������þ0Bgo.itab."".uint64s.sort.Interface�����þHgo.string.hdr."missing symbol table"� �� ������������������@go.string."missing symbol table"���þ@go.string."missing symbol table"�0��*missing symbol table��þ,go.string.hdr."__DATA"� �� ������������������$go.string."__DATA"���þ$go.string."__DATA"���__DATA��þ,go.string.hdr."__TEXT"� �� ������������������$go.string."__TEXT"���þ$go.string."__TEXT"���__TEXT��þ"go.string.hdr." "� �� ������������������go.string." "���þgo.string." "��� ��þ8go.string.hdr."__DATA __bss"� �� �������� ����������0go.string."__DATA __bss"���þ0go.string."__DATA __bss"� ��__DATA __bss��þ:go.string.hdr."__TEXT __text"� �� �������� ����������2go.string."__TEXT __text"���þ2go.string."__TEXT __text"� ��__TEXT __text��þBgo.string.hdr."__DATA __noptrbss"� �� ������������������:go.string."__DATA __noptrbss"���þ:go.string."__DATA __noptrbss"�0��$__DATA __noptrbss��þTgclocals·dbb6cb857427a3ed7c3b8391e23572bf�À��À ���)������������������ �����H�„�����H������H�„����H�„����H�„����H�„����H�„����H������þTgclocals·e373b088184ae244ae41c5de99515421�h��h ����������������������������������������þ,go.string.hdr."__text"� �� ������������������$go.string."__text"���þ$go.string."__text"���__text��þ4go.string.hdr."__gosymtab"� �� ��������
����������,go.string."__gosymtab"���þ,go.string."__gosymtab"� ��__gosymtab��þ6go.string.hdr."__gopclntab"� �� �������� ����������.go.string."__gopclntab"���þ.go.string."__gopclntab"� ��__gopclntab��þTgclocals·f6bd6b3389b872033d462029172c8612�����������þTgclocals·7d912edc1d1ee8c45b2e79ae1e574a1a�0��0���
������%���!�������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·a041240a37ce609efec56707c330d1a4�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·2fccd208efe70893f9ac8d682812ae72�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·89fe65749ce0afc971c0982226501ff0�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·6432f8c6a0d23fa7bee6c5d96f21a92a�������������þbgo.string.hdr."open %s: unrecognized object file"� �� ��������!����������Zgo.string."open %s: unrecognized object file"���þZgo.string."open %s: unrecognized object file"�P��Dopen %s: unrecognized object file��þTgclocals·2ec74d00799b2ec29b62d70396d6c832�H��H�����������������������¸���8���þTgclocals·fb63e74b6f2618e7c5d9866e2c2934f2�H��H����������������������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þ0@go.itab."".byAddr.sort.Interface�����þTgclocals·30db2b3246502392fea275c4053e6363� �� ���
�����������þTgclocals·7c639281594b5ca3b5c2bcc331d3ab8c� �� �������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·6432f8c6a0d23fa7bee6c5d96f21a92a�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·2fccd208efe70893f9ac8d682812ae72�������������þTgclocals·07dc5d817c183220b79c5477ebd5d7ba� �� ����������!����þTgclocals·3260b5c802f633fd6252c227878dd72a� �� �������������þTgclocals·870e393aafeefa0925d17608037f81b1�(��(���������� ��!����þTgclocals·55cc6ee7528f0b48e5a6d9bfba36524a�(��(����������������þTgclocals·23e8278e2b69a3a75fa59b23c49ed6ad��������������þTgclocals·a041240a37ce609efec56707c330d1a4�������������þTgclocals·23e8278e2b69a3a75fa59b23c49ed6ad��������������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þ0:go.itab.*"".peFile."".rawFile�����þLgo.string.hdr."unrecognized PE format"� �� ������������������Dgo.string."unrecognized PE format"���þDgo.string."unrecognized PE format"�0��.unrecognized PE format��þTgclocals·e08f79c6e60140bf5148618452624307�8��8��� �������������������þTgclocals·7841b33a5958c757ecc1f0a9a1364888�8��8����������������������þlgo.string.hdr."invalid section number in symbol table"� �� ��������&����������dgo.string."invalid section number in symbol table"���þdgo.string."invalid section number in symbol table"�P��Ninvalid section number in symbol table��þTgclocals·b1f5784a056793daa01ff1a210acfc2e�H��H����������€��€�� €@ €��‚��€8��þTgclocals·0eb8895aada11c3eccf0d9ced3582bb1�H��H����������������������������þZgo.string.hdr."pe file format not recognized"� �� ������������������Rgo.string."pe file format not recognized"���þRgo.string."pe file format not recognized"�@��<pe file format not recognized��þ>go.string.hdr."runtime.pclntab"� �� ������������������6go.string."runtime.pclntab"���þ6go.string."runtime.pclntab"� �� runtime.pclntab��þ@go.string.hdr."runtime.epclntab"� �� ������������������8go.string."runtime.epclntab"���þ8go.string."runtime.epclntab"�0��"runtime.epclntab��þ.go.string.hdr."pclntab"� �� ������������������&go.string."pclntab"���þ&go.string."pclntab"���pclntab��þ0go.string.hdr."epclntab"� �� ������������������(go.string."epclntab"���þ(go.string."epclntab"� ��epclntab��þ<go.string.hdr."runtime.symtab"� �� ������������������4go.string."runtime.symtab"���þ4go.string."runtime.symtab"� ��runtime.symtab��þ>go.string.hdr."runtime.esymtab"� �� ������������������6go.string."runtime.esymtab"���þ6go.string."runtime.esymtab"� �� runtime.esymtab��þ,go.string.hdr."symtab"� �� ������������������$go.string."symtab"���þ$go.string."symtab"���symtab��þ.go.string.hdr."esymtab"� �� ������������������&go.string."esymtab"���þ&go.string."esymtab"���esymtab��þTgclocals·5a4e488090896db4725219374a46e7a1�8��8����������À����������������þTgclocals·b33ef8d17e3fc36d15834392a7df0a5d�8��8���
�����������!���!���þTgclocals·2c78d3ad9d760b5f66e2e47be684c787� �� ���������� ����þTgclocals·b767a85ad52475ddbcff98293d22a77d� �� �������������þhgo.string.hdr."symbol %s: invalid section number %d"� �� ��������$����������`go.string."symbol %s: invalid section number %d"���þ`go.string."symbol %s: invalid section number %d"�P��Jsymbol %s: invalid section number %d��þ„go.string.hdr."symbol %s: section number %d is larger than max %d"� �� ��������2����������|go.string."symbol %s: section number %d is larger than max %d"���þ|go.string."symbol %s: section number %d is larger than max %d"�p��fsymbol %s: section number %d is larger than max %d��þDgo.string.hdr."no %s symbol found"� �� ������������������<go.string."no %s symbol found"���þ<go.string."no %s symbol found"�0��&no %s symbol found��þTgclocals·8376184a35b42f559e2be73735d61564�`��`
������������������ð�ð�ð �� ���þTgclocals·7683dc763ccb39eb220507b3c5dab6a0�`��`
�������������������������������������þzgo.string.hdr."%s and %s symbols must be in the same section"� �� ��������-����������rgo.string."%s and %s symbols must be in the same section"���þrgo.string."%s and %s symbols must be in the same section"�`��\%s and %s symbols must be in the same section��þTgclocals·7e4652854c1e387f07b11ee5a9c7e230�8��8�������������@!�@�����þTgclocals·fdc8982e978440e97a80ca353a20f2f7�8��8���
��� ��� ��� ��� ��� ����þ@go.string.hdr."_rt0_386_windows"� �� ������������������8go.string."_rt0_386_windows"���þ8go.string."_rt0_386_windows"�0��"_rt0_386_windows��þDgo.string.hdr."_rt0_amd64_windows"� �� ������������������<go.string."_rt0_amd64_windows"���þ<go.string."_rt0_amd64_windows"�0��&_rt0_amd64_windows��þTgclocals·23e8278e2b69a3a75fa59b23c49ed6ad��������������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þ0@go.itab.*"".plan9File."".rawFile�����þTgclocals·e74d231870ac50ce4d84d17e03402fca�0��0��������������������þTgclocals·9f4747e6338c5bdd4db417363b8a0d83�0��0�������������������þTgclocals·eb0a94671a248617d5e82fd53208db10������(�����������A�����A������@����� �„����� „�B�����„������„�B����þTgclocals·0891322d74bce84167dc36b8cf8be0b6�P��P�������������������������������þTgclocals·c588ae64e245198bf6630b10be79df86�0��0�����������������������þTgclocals·5fb98141ed5fbaf033cd8ca2a8a5a59d�0��0���
��������!���!���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·a041240a37ce609efec56707c330d1a4�������������þTgclocals·ca7fe5577341076b405a557f76e61a88�8��8����������������À„��À���þTgclocals·cf64b0853b899fd5aa1ff21454e093c7�8��8����������������������þTgclocals·8dc8899ea835d41e86c8e395d0974026�0��0��������������������þTgclocals·354e71b475cca929149c2d692625eb7b�0��0���
��� ��� ��� ��� ����þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·23e8278e2b69a3a75fa59b23c49ed6ad��������������þ0Pgo.itab.*text/tabwriter.Writer.io.Writer�����þ<go.string.hdr."\t%s:%d\t%#x\t"� �� �������� ����������4go.string."\t%s:%d\t%#x\t"���þ4go.string."\t%s:%d\t%#x\t"� �� %s:%d %#x ��þ$go.string.hdr."%x"� �� ������������������go.string."%x"���þgo.string."%x"���%x��þ(go.string.hdr."%08x"� �� ������������������ go.string."%08x"���þ go.string."%08x"���
%08x��þ,go.string.hdr."\t%s\n"� �� ������������������$go.string."\t%s\n"���þ$go.string."\t%s\n"���
%s
��þTgclocals·25be8c8458d6c2fae01846e4ed4d2104�€��€���$�����������x������x�����x(À���xÀ���x�À���x�À���x À����x�À��� x�È��� x È���x�È���xÀ��� ~(À����~À����þTgclocals·807f70a1e101d0600afa01c33235671a�ˆ��ˆ������$���$���$���$���$���$���$���$���$���$���$���$���$���$���$����þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440��������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·23e8278e2b69a3a75fa59b23c49ed6ad��������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·23e8278e2b69a3a75fa59b23c49ed6ad��������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·23e8278e2b69a3a75fa59b23c49ed6ad��������������þ0|go.itab.encoding/binary.littleEndian.encoding/binary.ByteOrder�����þ0vgo.itab.encoding/binary.bigEndian.encoding/binary.ByteOrder�����þ.go.string.hdr."ppc64le"� �� ������������������&go.string."ppc64le"���þ&go.string."ppc64le"���ppc64le��þTgclocals·541c3032b9d09ed7754eaf873804d6cf�0��0���������� ����������þTgclocals·f6bd6b3389b872033d462029172c8612�����������þ."".disasms��:type.map[string]"".disasmFunc���þ."".byteOrders��Rtype.map[string]encoding/binary.ByteOrder���þ."".openers��0Rtype.[]func(*os.File) ("".rawFile, error)�0�������������������������""".statictmp_0427���þ."".validSymType��&type.map[int32]bool���þ""".statictmp_0133��ptype."".Sym�H��������������������������������?����þ.""".statictmp_0427��PTtype.[5]func(*os.File) ("".rawFile, error)�P����������������������������������������
���"".openElf·f�����"".openGoobj·f��� ��"".openMacho·f���0��"".openPE·f���@��"".openPlan9·f���þ0"".initdone·��type.uint8���þ""".statictmp_0432��`Dtype.[6]struct { a int32; b bool }�ZT������t������D������d������B������b����þ("".(*File).Disasm·f��������������""".(*File).Disasm���þ,"".(*Disasm).lookup·f��������������&"".(*Disasm).lookup���þ"".base·f��������������"".base���þ*"".(*Disasm).Print·f��������������$"".(*Disasm).Print���þ,"".(*Disasm).Decode·f��������������&"".(*Disasm).Decode���þ "".disasm_386·f��������������"".disasm_386���þ$"".disasm_amd64·f��������������"".disasm_amd64���þ "".disasm_x86·f��������������"".disasm_x86���þ."".textReader.ReadAt·f��������������("".textReader.ReadAt���þ "".disasm_arm·f��������������"".disasm_arm���þ"".openElf·f��������������"".openElf���þ0"".(*elfFile).symbols·f��������������*"".(*elfFile).symbols���þ*"".(*elfFile).pcln·f��������������$"".(*elfFile).pcln���þ*"".(*elfFile).text·f��������������$"".(*elfFile).text���þ."".(*elfFile).goarch·f��������������("".(*elfFile).goarch���þ"".openGoobj·f��������������"".openGoobj���þ"".goobjName·f��������������"".goobjName���þ4"".(*goobjFile).symbols·f��������������."".(*goobjFile).symbols���þ."".(*goobjFile).pcln·f��������������("".(*goobjFile).pcln���þ."".(*goobjFile).text·f��������������("".(*goobjFile).text���þ2"".(*goobjFile).goarch·f��������������,"".(*goobjFile).goarch���þ"".openMacho·f��������������"".openMacho���þ4"".(*machoFile).symbols·f��������������."".(*machoFile).symbols���þ."".(*machoFile).pcln·f��������������("".(*machoFile).pcln���þ."".(*machoFile).text·f��������������("".(*machoFile).text���þ2"".(*machoFile).goarch·f��������������,"".(*machoFile).goarch���þ""".uint64s.Len·f��������������"".uint64s.Len���þ$"".uint64s.Swap·f��������������"".uint64s.Swap���þ$"".uint64s.Less·f��������������"".uint64s.Less���þ"".Open·f��������������"".Open���þ&"".(*File).Close·f�������������� "".(*File).Close���þ*"".(*File).Symbols·f��������������$"".(*File).Symbols���þ""".byAddr.Less·f��������������"".byAddr.Less���þ "".byAddr.Len·f��������������"".byAddr.Len���þ""".byAddr.Swap·f��������������"".byAddr.Swap���þ2"".(*File).PCLineTable·f��������������,"".(*File).PCLineTable���þ$"".(*File).Text·f��������������"".(*File).Text���þ("".(*File).GOARCH·f��������������""".(*File).GOARCH���þ"".openPE·f��������������"".openPE���þ."".(*peFile).symbols·f��������������("".(*peFile).symbols���þ("".(*peFile).pcln·f��������������""".(*peFile).pcln���þ("".(*peFile).text·f��������������""".(*peFile).text���þ$"".findPESymbol·f��������������"".findPESymbol���þ""".loadPETable·f��������������"".loadPETable���þ,"".(*peFile).goarch·f��������������&"".(*peFile).goarch���þ"".openPlan9·f��������������"".openPlan9���þ4"".(*plan9File).symbols·f��������������."".(*plan9File).symbols���þ."".(*plan9File).pcln·f��������������("".(*plan9File).pcln���þ."".(*plan9File).text·f��������������("".(*plan9File).text���þ*"".findPlan9Symbol·f��������������$"".findPlan9Symbol���þ("".loadPlan9Table·f��������������""".loadPlan9Table���þ2"".(*plan9File).goarch·f��������������,"".(*plan9File).goarch���þ8"".(*Disasm).lookup.func1·f��������������2"".(*Disasm).lookup.func1���þ6"".(*Disasm).Print.func1·f��������������0"".(*Disasm).Print.func1���þ@"".(*machoFile).symbols.func1·f��������������:"".(*machoFile).symbols.func1���þ:"".(*peFile).symbols.func1·f��������������4"".(*peFile).symbols.func1���þ@"".(*plan9File).symbols.func1·f��������������:"".(*plan9File).symbols.func1���þ"".init·f��������������"".init���þ"runtime.gcbits.01����þ.go.string.hdr."[]uint8"� �� ������������������&go.string."[]uint8"���þ&go.string."[]uint8"���[]uint8��þtype.[]uint8� �� ��������������ß~.8��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��.go.string.hdr."[]uint8"���p��*go.weak.type.*[]uint8���€��"runtime.zerovalue�����type.uint8���þ6go.typelink.[]uint8 []uint8��������������type.[]uint8���þFgo.string.hdr."*objfile.lookupFunc"� �� ������������������>go.string."*objfile.lookupFunc"���þ>go.string."*objfile.lookupFunc"�0��(*objfile.lookupFunc��þ&type.*"".lookupFunc�� �� ��������������¨ì�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��Fgo.string.hdr."*objfile.lookupFunc"���p��8go.weak.type.**"".lookupFunc���€��"runtime.zerovalue�����$type."".lookupFunc���þDgo.string.hdr."objfile.lookupFunc"� �� ������������������<go.string."objfile.lookupFunc"���þ<go.string."objfile.lookupFunc"�0��&objfile.lookupFunc��þ4go.string.hdr."lookupFunc"� �� ��������
����������,go.string."lookupFunc"���þ,go.string."lookupFunc"� ��lookupFunc��þHgo.string.hdr."cmd/internal/objfile"� �� ������������������@go.string."cmd/internal/objfile"���þ@go.string."cmd/internal/objfile"�0��*cmd/internal/objfile��þ"go.importpath."".� �� ������������������@go.string."cmd/internal/objfile"���þ$type."".lookupFunc��€��€��������������ˆ·�3��������������������������������������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Dgo.string.hdr."objfile.lookupFunc"���p��&type.*"".lookupFunc���€��"runtime.zerovalue��� €�$type."".lookupFunc���А�$type."".lookupFunc���€��type.uint64�����type.string��� ��type.uint64���`°�$type."".lookupFunc���°��4go.string.hdr."lookupFunc"���À��"go.importpath."".���Ѐ�$type."".lookupFunc���þFgo.string.hdr."*objfile.disasmFunc"� �� ������������������>go.string."*objfile.disasmFunc"���þ>go.string."*objfile.disasmFunc"�0��(*objfile.disasmFunc��þ&type.*"".disasmFunc�� �� ��������������zKðy�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��Fgo.string.hdr."*objfile.disasmFunc"���p��8go.weak.type.**"".disasmFunc���€��"runtime.zerovalue�����$type."".disasmFunc���þDgo.string.hdr."objfile.disasmFunc"� �� ������������������<go.string."objfile.disasmFunc"���þ<go.string."objfile.disasmFunc"�0��&objfile.disasmFunc��þ4go.string.hdr."disasmFunc"� �� ��������
����������,go.string."disasmFunc"���þ,go.string."disasmFunc"� ��disasmFunc��þ$type."".disasmFunc�� �� ��������������Ü·i¬�3������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ 0€� runtime.algarray���@��"runtime.gcbits.01���P��Dgo.string.hdr."objfile.disasmFunc"���p��&type.*"".disasmFunc���€��"runtime.zerovalue��� €�$type."".disasmFunc���а�$type."".disasmFunc���€��type.[]uint8�����type.uint64��� ��$type."".lookupFunc���°��type.string���À��type.int���`Ð�$type."".disasmFunc���Ð��4go.string.hdr."disasmFunc"���à��"go.importpath."".���ð �$type."".disasmFunc���þruntime.gcbits.������þ0go.string.hdr."[8]uint8"� �� ������������������(go.string."[8]uint8"���þ(go.string."[8]uint8"� ��[8]uint8��þtype.[8]uint8�À��À���������������>ù0´�‘�����������������������������������������������������������������������0 � runtime.algarray���@��runtime.gcbits.���P��0go.string.hdr."[8]uint8"���p��,go.weak.type.*[8]uint8���€��"runtime.zerovalue�����type.uint8��� ��type.[]uint8���þ:go.typelink.[8]uint8 [8]uint8��������������type.[8]uint8���þ0go.string.hdr."[]string"� �� ������������������(go.string."[]string"���þ(go.string."[]string"� ��[]string��þtype.[]string� �� ��������������Ó¨ó
��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��0go.string.hdr."[]string"���p��,go.weak.type.*[]string���€��"runtime.zerovalue�����type.string���þ:go.typelink.[]string []string��������������type.[]string���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440��������������þTgclocals·3bb21ca8fe1d99a3e492463bd711418a�������������þ0type..hashfunc.[8]string��������������(type..hash.[8]string���þ,type..eqfunc.[8]string��������������$type..eq.[8]string���þ&type..alg.[8]string� �� �������������������0type..hashfunc.[8]string�����,type..eqfunc.[8]string���þ&runtime.gcbits.5555���UU�þ2go.string.hdr."[8]string"� �� �������� ����������*go.string."[8]string"���þ*go.string."[8]string"� ��[8]string��þtype.[8]string�À��À€�������x�������USŒ>������������������������������������������������������������������������0��&type..alg.[8]string���@��&runtime.gcbits.5555���P��2go.string.hdr."[8]string"���p��.go.weak.type.*[8]string���€��"runtime.zerovalue�����type.string��� ��type.[]string���þ>go.typelink.[8]string [8]string��������������type.[8]string���þHgo.string.hdr."[]objfile.disasmFunc"� �� ������������������@go.string."[]objfile.disasmFunc"���þ@go.string."[]objfile.disasmFunc"�0��*[]objfile.disasmFunc��þ(type.[]"".disasmFunc� �� ��������������x»Vÿ��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��Hgo.string.hdr."[]objfile.disasmFunc"���p��:go.weak.type.*[]"".disasmFunc���€��"runtime.zerovalue�����$type."".disasmFunc���þ`go.typelink.[]objfile.disasmFunc []"".disasmFunc��������������(type.[]"".disasmFunc���þ"runtime.gcbits.ff���ÿ�þJgo.string.hdr."[8]objfile.disasmFunc"� �� ������������������Bgo.string."[8]objfile.disasmFunc"���þBgo.string."[8]objfile.disasmFunc"�0��,[8]objfile.disasmFunc��þ*type.[8]"".disasmFunc�À��À@�������@�������ûD Í������������������������������������������������������������������������0à� runtime.algarray���@��"runtime.gcbits.ff���P��Jgo.string.hdr."[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���þjgo.string.hdr."*map.bucket[string]objfile.disasmFunc"� �� ��������%����������bgo.string."*map.bucket[string]objfile.disasmFunc"���þbgo.string."*map.bucket[string]objfile.disasmFunc"�P��L*map.bucket[string]objfile.disasmFunc��þJtype.*map.bucket[string]"".disasmFunc� �� ��������������ÃmÄR�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��jgo.string.hdr."*map.bucket[string]objfile.disasmFunc"���p��\go.weak.type.**map.bucket[string]"".disasmFunc���€��"runtime.zerovalue�����Htype.map.bucket[string]"".disasmFunc���þ.runtime.gcbits.aaaafe03���ªªþ�þhgo.string.hdr."map.bucket[string]objfile.disasmFunc"� �� ��������$����������`go.string."map.bucket[string]objfile.disasmFunc"���þ`go.string."map.bucket[string]objfile.disasmFunc"�P��Jmap.bucket[string]objfile.disasmFunc��þ.go.string.hdr."topbits"� �� ������������������&go.string."topbits"���þ&go.string."topbits"���topbits��þ(go.string.hdr."keys"� �� ������������������ go.string."keys"���þ go.string."keys"���
keys��þ,go.string.hdr."values"� �� ������������������$go.string."values"���þ$go.string."values"���values��þ0go.string.hdr."overflow"� �� ������������������(go.string."overflow"���þ(go.string."overflow"� ��overflow��þHtype.map.bucket[string]"".disasmFunc�€��€Ð�������Ð�������Öµ¯��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ˆ���������������������������������������È�������0à� runtime.algarray���@��.runtime.gcbits.aaaafe03���P��hgo.string.hdr."map.bucket[string]objfile.disasmFunc"���p��Zgo.weak.type.*map.bucket[string]"".disasmFunc���€��"runtime.zerovalue���À�Htype.map.bucket[string]"".disasmFunc���À��.go.string.hdr."topbits"���à��type.[8]uint8�����(go.string.hdr."keys"���°��type.[8]string���à��,go.string.hdr."values"���€��*type.[8]"".disasmFunc���°��0go.string.hdr."overflow"���Ð��Jtype.*map.bucket[string]"".disasmFunc���þ"runtime.gcbits.2c���,�þbgo.string.hdr."map.hdr[string]objfile.disasmFunc"� �� ��������!����������Zgo.string."map.hdr[string]objfile.disasmFunc"���þZgo.string."map.hdr[string]objfile.disasmFunc"�P��Dmap.hdr[string]objfile.disasmFunc��þ*go.string.hdr."count"� �� ������������������"go.string."count"���þ"go.string."count"��� count��þ*go.string.hdr."flags"� �� ������������������"go.string."flags"���þ"go.string."flags"��� flags��þ"go.string.hdr."B"� �� ������������������go.string."B"���þgo.string."B"���B��þ*go.string.hdr."hash0"� �� ������������������"go.string."hash0"���þ"go.string."hash0"��� hash0��þ.go.string.hdr."buckets"� �� ������������������&go.string."buckets"���þ&go.string."buckets"���buckets��þ4go.string.hdr."oldbuckets"� �� ��������
����������,go.string."oldbuckets"���þ,go.string."oldbuckets"� ��oldbuckets��þ2go.string.hdr."nevacuate"� �� �������� ����������*go.string."nevacuate"���þ*go.string."nevacuate"� ��nevacuate��þBtype.map.hdr[string]"".disasmFunc�À��À0�������0�������áú‰�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� ��������������������������������������� ��������������������������������������������������������������������������������������������������������������������� ���������������������������������������(�������,0à� runtime.algarray���@��"runtime.gcbits.2c���P��bgo.string.hdr."map.hdr[string]objfile.disasmFunc"���p��Tgo.weak.type.*map.hdr[string]"".disasmFunc���€��"runtime.zerovalue���À�Btype.map.hdr[string]"".disasmFunc���À��*go.string.hdr."count"���à��type.int�����*go.string.hdr."flags"���°��type.uint8���à��"go.string.hdr."B"���€��type.uint8���°��*go.string.hdr."hash0"���Ð��type.uint32���€��.go.string.hdr."buckets"��� ��Jtype.*map.bucket[string]"".disasmFunc���Ð��4go.string.hdr."oldbuckets"���ð��Jtype.*map.bucket[string]"".disasmFunc��� ��2go.string.hdr."nevacuate"���À��type.uintptr���ð��0go.string.hdr."overflow"�����&type.unsafe.Pointer���þZgo.string.hdr."map[string]objfile.disasmFunc"� �� ������������������Rgo.string."map[string]objfile.disasmFunc"���þRgo.string."map[string]objfile.disasmFunc"�@��<map[string]objfile.disasmFunc��þ:type.map[string]"".disasmFunc�Þ��Þ��������������2€ü‘�5����������������������������������������������������������������������������������Ð�0€� runtime.algarray���@��"runtime.gcbits.01���P��Zgo.string.hdr."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���þDgo.string.hdr."[]binary.ByteOrder"� �� ������������������<go.string."[]binary.ByteOrder"���þ<go.string."[]binary.ByteOrder"�0��&[]binary.ByteOrder��þ@type.[]encoding/binary.ByteOrder� �� ��������������!˯��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��Dgo.string.hdr."[]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·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440��������������þTgclocals·3bb21ca8fe1d99a3e492463bd711418a�������������þ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���þ&runtime.gcbits.ffff���ÿÿ�þFgo.string.hdr."[8]binary.ByteOrder"� �� ������������������>go.string."[8]binary.ByteOrder"���þ>go.string."[8]binary.ByteOrder"�0��([8]binary.ByteOrder��þBtype.[8]encoding/binary.ByteOrder�À��À€�������€�������ê
������������������������������������������������������������������������0��Ltype..alg.[8]encoding/binary.ByteOrder���@��&runtime.gcbits.ffff���P��Fgo.string.hdr."[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���þfgo.string.hdr."*map.bucket[string]binary.ByteOrder"� �� ��������#����������^go.string."*map.bucket[string]binary.ByteOrder"���þ^go.string."*map.bucket[string]binary.ByteOrder"�P��H*map.bucket[string]binary.ByteOrder��þbtype.*map.bucket[string]encoding/binary.ByteOrder� �� ��������������ÉJ!�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��fgo.string.hdr."*map.bucket[string]binary.ByteOrder"���p��tgo.weak.type.**map.bucket[string]encoding/binary.ByteOrder���€��"runtime.zerovalue�����`type.map.bucket[string]encoding/binary.ByteOrder���þ2runtime.gcbits.aaaafeff03�
��
ªªþÿ�þdgo.string.hdr."map.bucket[string]binary.ByteOrder"� �� ��������"����������\go.string."map.bucket[string]binary.ByteOrder"���þ\go.string."map.bucket[string]binary.ByteOrder"�P��Fmap.bucket[string]binary.ByteOrder��þ`type.map.bucket[string]encoding/binary.ByteOrder�€��€������������øTb:��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ˆ���������������������������������������������0à� runtime.algarray���@��2runtime.gcbits.aaaafeff03���P��dgo.string.hdr."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.hdr."topbits"���à��type.[8]uint8�����(go.string.hdr."keys"���°��type.[8]string���à��,go.string.hdr."values"���€��Btype.[8]encoding/binary.ByteOrder���°��0go.string.hdr."overflow"���Ð��btype.*map.bucket[string]encoding/binary.ByteOrder���þ^go.string.hdr."map.hdr[string]binary.ByteOrder"� �� ������������������Vgo.string."map.hdr[string]binary.ByteOrder"���þVgo.string."map.hdr[string]binary.ByteOrder"�@��@map.hdr[string]binary.ByteOrder��þZtype.map.hdr[string]encoding/binary.ByteOrder�À��À0�������0�������–X�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� ��������������������������������������� ��������������������������������������������������������������������������������������������������������������������� ���������������������������������������(�������,0à� runtime.algarray���@��"runtime.gcbits.2c���P��^go.string.hdr."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.hdr."count"���à��type.int�����*go.string.hdr."flags"���°��type.uint8���à��"go.string.hdr."B"���€��type.uint8���°��*go.string.hdr."hash0"���Ð��type.uint32���€��.go.string.hdr."buckets"��� ��btype.*map.bucket[string]encoding/binary.ByteOrder���Ð��4go.string.hdr."oldbuckets"���ð��btype.*map.bucket[string]encoding/binary.ByteOrder��� ��2go.string.hdr."nevacuate"���À��type.uintptr���ð��0go.string.hdr."overflow"�����&type.unsafe.Pointer���þVgo.string.hdr."map[string]binary.ByteOrder"� �� ������������������Ngo.string."map[string]binary.ByteOrder"���þNgo.string."map[string]binary.ByteOrder"�@��8map[string]binary.ByteOrder��þRtype.map[string]encoding/binary.ByteOrder�Þ��Þ��������������º
»�5����������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Vgo.string.hdr."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·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440��������������þTgclocals·3bb21ca8fe1d99a3e492463bd711418a�������������þ*type..hashfunc."".Sym��������������"type..hash."".Sym���þ&type..eqfunc."".Sym��������������type..eq."".Sym���þ type..alg."".Sym� �� �������������������*type..hashfunc."".Sym�����&type..eqfunc."".Sym���þ8go.string.hdr."*objfile.Sym"� �� �������� ����������0go.string."*objfile.Sym"���þ0go.string."*objfile.Sym"� ��*objfile.Sym��þtype.*"".Sym�� �� ��������������9)Y�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��8go.string.hdr."*objfile.Sym"���p��*go.weak.type.**"".Sym���€��"runtime.zerovalue�����type."".Sym���þ"runtime.gcbits.21���!�þ6go.string.hdr."objfile.Sym"� �� �������� ����������.go.string."objfile.Sym"���þ.go.string."objfile.Sym"� ��objfile.Sym��þ(go.string.hdr."Name"� �� ������������������ go.string."Name"���þ go.string."Name"���
Name��þ(go.string.hdr."Addr"� �� ������������������ go.string."Addr"���þ go.string."Addr"���
Addr��þ(go.string.hdr."Size"� �� ������������������ go.string."Size"���þ go.string."Size"���
Size��þ(go.string.hdr."Code"� �� ������������������ go.string."Code"���þ go.string."Code"���
Code��þ(go.string.hdr."Type"� �� ������������������ go.string."Type"���þ go.string."Type"���
Type��þ&go.string.hdr."Sym"� �� ������������������go.string."Sym"���þgo.string."Sym"���Sym��þtype."".Sym�� �� 8�������0�������ïN ö����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� ���������������������������������������(�����������������������������������������������(0�� type..alg."".Sym���@��"runtime.gcbits.21���P��6go.string.hdr."objfile.Sym"���p��type.*"".Sym���€��"runtime.zerovalue���À�type."".Sym���À��(go.string.hdr."Name"���à��type.string�����(go.string.hdr."Addr"���°��type.uint64���à��(go.string.hdr."Size"���€��type.int64���°��(go.string.hdr."Code"���Ð��type.int32���€��(go.string.hdr."Type"��� ��type.string���`Ð�type."".Sym���Ð��&go.string.hdr."Sym"���à��"go.importpath."".���ð �type."".Sym���þ:go.string.hdr."[]objfile.Sym"� �� �������� ����������2go.string."[]objfile.Sym"���þ2go.string."[]objfile.Sym"� ��[]objfile.Sym��þtype.[]"".Sym� �� ��������������Ó(éç��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��:go.string.hdr."[]objfile.Sym"���p��,go.weak.type.*[]"".Sym���€��"runtime.zerovalue�����type."".Sym���þDgo.typelink.[]objfile.Sym []"".Sym��������������type.[]"".Sym���þ>go.string.hdr."*objfile.Disasm"� �� ������������������6go.string."*objfile.Disasm"���þ6go.string."*objfile.Disasm"� �� *objfile.Disasm��þrgo.string.hdr."func(uint64, uint64, string, int, string)"� �� ��������)����������jgo.string."func(uint64, uint64, string, int, string)"���þjgo.string."func(uint64, uint64, string, int, string)"�`��Tfunc(uint64, uint64, string, int, string)��þ\type.func(uint64, uint64, string, int, string)�Ð��Ð��������������¸r ê�3����������������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��rgo.string.hdr."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.typelink.func(uint64, uint64, string, int, string) func(uint64, uint64, string, int, string)��������������\type.func(uint64, uint64, string, int, string)���þÀgo.string.hdr."func(*objfile.Disasm, uint64, uint64, func(uint64, uint64, string, int, string))"� �� ��������P����������¸go.string."func(*objfile.Disasm, uint64, uint64, func(uint64, uint64, string, int, string))"���þ¸go.string."func(*objfile.Disasm, uint64, uint64, func(uint64, uint64, string, int, string))"�°��¢func(*objfile.Disasm, uint64, uint64, func(uint64, uint64, string, int, string))��þ type.func(*"".Disasm, uint64, uint64, func(uint64, uint64, string, int, string))�À��À��������������Eي™�3��������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Àgo.string.hdr."func(*objfile.Disasm, uint64, uint64, func(uint64, uint64, string, int, string))"���p��²go.weak.type.*func(*"".Disasm, uint64, uint64, func(uint64, uint64, string, int, string))���€��"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.typelink.func(*objfile.Disasm, uint64, uint64, func(uint64, uint64, string, int, string)) func(*"".Disasm, uint64, uint64, func(uint64, uint64, string, int, string))�������������� type.func(*"".Disasm, uint64, uint64, func(uint64, uint64, string, int, string))���þ go.string.hdr."func(*objfile.Disasm, io.Writer, *regexp.Regexp, uint64, uint64)"� �� ��������@����������˜go.string."func(*objfile.Disasm, io.Writer, *regexp.Regexp, uint64, uint64)"���þ˜go.string."func(*objfile.Disasm, io.Writer, *regexp.Regexp, uint64, uint64)"���‚func(*objfile.Disasm, io.Writer, *regexp.Regexp, uint64, uint64)��þ€type.func(*"".Disasm, io.Writer, *regexp.Regexp, uint64, uint64)�Ð��Ð��������������ó#ï¤�3����������������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P�� go.string.hdr."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���þgo.typelink.func(*objfile.Disasm, io.Writer, *regexp.Regexp, uint64, uint64) func(*"".Disasm, io.Writer, *regexp.Regexp, uint64, uint64)��������������€type.func(*"".Disasm, io.Writer, *regexp.Regexp, uint64, uint64)���þ|go.string.hdr."func(*objfile.Disasm, uint64) (string, uint64)"� �� ��������.����������tgo.string."func(*objfile.Disasm, uint64) (string, uint64)"���þtgo.string."func(*objfile.Disasm, uint64) (string, uint64)"�`��^func(*objfile.Disasm, uint64) (string, uint64)��þ\type.func(*"".Disasm, uint64) (string, uint64)�À��À��������������
û.�3������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��|go.string.hdr."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.typelink.func(*objfile.Disasm, uint64) (string, uint64) func(*"".Disasm, uint64) (string, uint64)��������������\type.func(*"".Disasm, uint64) (string, uint64)���þ,go.string.hdr."Decode"� �� ������������������$go.string."Decode"���þ$go.string."Decode"���Decode��þžgo.string.hdr."func(uint64, uint64, func(uint64, uint64, string, int, string))"� �� ��������?����������–go.string."func(uint64, uint64, func(uint64, uint64, string, int, string))"���þ–go.string."func(uint64, uint64, func(uint64, uint64, string, int, string))"�€��€func(uint64, uint64, func(uint64, uint64, string, int, string))��þˆtype.func(uint64, uint64, func(uint64, uint64, string, int, string))�°��°��������������œé�3������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��žgo.string.hdr."func(uint64, uint64, func(uint64, uint64, string, int, string))"���p��šgo.weak.type.*func(uint64, uint64, func(uint64, uint64, string, int, string))���€��"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.typelink.func(uint64, uint64, func(uint64, uint64, string, int, string)) func(uint64, uint64, func(uint64, uint64, string, int, string))��������������ˆtype.func(uint64, uint64, func(uint64, uint64, string, int, string))���þ*go.string.hdr."Print"� �� ������������������"go.string."Print"���þ"go.string."Print"��� Print��þ~go.string.hdr."func(io.Writer, *regexp.Regexp, uint64, uint64)"� �� ��������/����������vgo.string."func(io.Writer, *regexp.Regexp, uint64, uint64)"���þvgo.string."func(io.Writer, *regexp.Regexp, uint64, uint64)"�`��`func(io.Writer, *regexp.Regexp, uint64, uint64)��þhtype.func(io.Writer, *regexp.Regexp, uint64, uint64)�À��À��������������Yš®�3��������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��~go.string.hdr."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.typelink.func(io.Writer, *regexp.Regexp, uint64, uint64) func(io.Writer, *regexp.Regexp, uint64, uint64)��������������htype.func(io.Writer, *regexp.Regexp, uint64, uint64)���þ,go.string.hdr."lookup"� �� ������������������$go.string."lookup"���þ$go.string."lookup"���lookup��þZgo.string.hdr."func(uint64) (string, uint64)"� �� ������������������Rgo.string."func(uint64) (string, uint64)"���þRgo.string."func(uint64) (string, uint64)"�@��<func(uint64) (string, uint64)��þDtype.func(uint64) (string, uint64)�°��°��������������ëЃH�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Zgo.string.hdr."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���þŽgo.typelink.func(uint64) (string, uint64) func(uint64) (string, uint64)��������������Dtype.func(uint64) (string, uint64)���þtype.*"".Disasm������������������"ʶŸ�6����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������00 � runtime.algarray���@��"runtime.gcbits.01���P��>go.string.hdr."*objfile.Disasm"���p��0go.weak.type.**"".Disasm���€��"runtime.zerovalue�����type."".Disasm���` �type.*"".Disasm���Àð�type.*"".Disasm���ð��,go.string.hdr."Decode"�����ˆtype.func(uint64, uint64, func(uint64, uint64, string, int, string))��� �� type.func(*"".Disasm, uint64, uint64, func(uint64, uint64, string, int, string))���°��&"".(*Disasm).Decode���À��&"".(*Disasm).Decode���Ð��*go.string.hdr."Print"���ð��htype.func(io.Writer, *regexp.Regexp, uint64, uint64)���€��€type.func(*"".Disasm, io.Writer, *regexp.Regexp, uint64, uint64)�����$"".(*Disasm).Print��� ��$"".(*Disasm).Print���°��,go.string.hdr."lookup"���À��"go.importpath."".���Ð��Dtype.func(uint64) (string, uint64)���à��\type.func(*"".Disasm, uint64) (string, uint64)���ð��&"".(*Disasm).lookup���€��&"".(*Disasm).lookup���þ&runtime.gcbits.193a���:�þ<go.string.hdr."objfile.Disasm"� �� ������������������4go.string."objfile.Disasm"���þ4go.string."objfile.Disasm"� ��objfile.Disasm��þ(go.string.hdr."syms"� �� ������������������ go.string."syms"���þ go.string."syms"���
syms��þ(go.string.hdr."pcln"� �� ������������������ go.string."pcln"���þ go.string."pcln"���
pcln��þ2go.string.hdr."textStart"� �� �������� ����������*go.string."textStart"���þ*go.string."textStart"� ��textStart��þ.go.string.hdr."textEnd"� �� ������������������&go.string."textEnd"���þ&go.string."textEnd"���textEnd��þ,go.string.hdr."goarch"� �� ������������������$go.string."goarch"���þ$go.string."goarch"���goarch��þ,go.string.hdr."disasm"� �� ������������������$go.string."disasm"���þ$go.string."disasm"���disasm��þ2go.string.hdr."byteOrder"� �� �������� ����������*go.string."byteOrder"���þ*go.string."byteOrder"� ��byteOrder��þ,go.string.hdr."Disasm"� �� ������������������$go.string."Disasm"���þ$go.string."Disasm"���Disasm��þtype."".Disasm����p�������p�������¸0�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� ���������������������������������������8���������������������������������������@���������������������������������������H���������������������������������������X���������������������������������������`�����������������������������������������������D0à� runtime.algarray���@��&runtime.gcbits.193a���P��<go.string.hdr."objfile.Disasm"���p��type.*"".Disasm���€��"runtime.zerovalue���À�type."".Disasm���À��(go.string.hdr."syms"���Ð��"go.importpath."".���à��type.[]"".Sym�����(go.string.hdr."pcln"��� ��"go.importpath."".���°��.type.*debug/gosym.Table���à��(go.string.hdr."text"���ð��"go.importpath."".���€��type.[]uint8���°��2go.string.hdr."textStart"���À��"go.importpath."".���Ð��type.uint64���€��.go.string.hdr."textEnd"�����"go.importpath."".��� ��type.uint64���Ð��,go.string.hdr."goarch"���à��"go.importpath."".���ð��type.string��� ��,go.string.hdr."disasm"���°��"go.importpath."".���À��$type."".disasmFunc���ð��2go.string.hdr."byteOrder"���€��"go.importpath."".�����<type.encoding/binary.ByteOrder���`À�type."".Disasm���À��,go.string.hdr."Disasm"���Ð��"go.importpath."".���à�type."".Disasm���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0ebb2d1da58c1b4224bf5a7b370d7578�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·160cde0f2e0022fe0b49a4dffb5548b0������ �������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·b60dc0a6046c556b02baa766a3fd5a27�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·6d46c0650eba7dbebc0db316e0e0cf3b�������������þ:go.string.hdr."func() string"� �� �������� ����������2go.string."func() string"���þ2go.string."func() string"� ��func() string��þ$type.func() string�����������������¢mË�3��������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��:go.string.hdr."func() string"���p��6go.weak.type.*func() string���€��"runtime.zerovalue��� €�$type.func() string���Ѐ�$type.func() string���€��type.string���þNgo.typelink.func() string func() string��������������$type.func() string���þpgo.string.hdr."func() (uint64, []uint8, []uint8, error)"� �� ��������(����������hgo.string."func() (uint64, []uint8, []uint8, error)"���þhgo.string."func() (uint64, []uint8, []uint8, error)"�`��Rfunc() (uint64, []uint8, []uint8, error)��þZtype.func() (uint64, []uint8, []uint8, error)�À��À��������������uH�3��������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��pgo.string.hdr."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���þºgo.typelink.func() (uint64, []uint8, []uint8, error) func() (uint64, []uint8, []uint8, error)��������������Ztype.func() (uint64, []uint8, []uint8, error)���þZgo.string.hdr."func() ([]objfile.Sym, error)"� �� ������������������Rgo.string."func() ([]objfile.Sym, error)"���þRgo.string."func() ([]objfile.Sym, error)"�@��<func() ([]objfile.Sym, error)��þ:type.func() ([]"".Sym, error)� �� ��������������‰’£´�3����������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Zgo.string.hdr."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���þ„go.typelink.func() ([]objfile.Sym, error) func() ([]"".Sym, error)��������������:type.func() ([]"".Sym, error)���þ^go.string.hdr."func() (uint64, []uint8, error)"� �� ������������������Vgo.string."func() (uint64, []uint8, error)"���þVgo.string."func() (uint64, []uint8, error)"�@��@func() (uint64, []uint8, error)��þHtype.func() (uint64, []uint8, error)�°��°��������������Éߥi�3������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��^go.string.hdr."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���þ–go.typelink.func() (uint64, []uint8, error) func() (uint64, []uint8, error)��������������Htype.func() (uint64, []uint8, error)���þ@go.string.hdr."*objfile.rawFile"� �� ������������������8go.string."*objfile.rawFile"���þ8go.string."*objfile.rawFile"�0��"*objfile.rawFile��þ type.*"".rawFile�� �� ��������������øE«�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��@go.string.hdr."*objfile.rawFile"���p��2go.weak.type.**"".rawFile���€��"runtime.zerovalue�����type."".rawFile���þ"runtime.gcbits.03����þ>go.string.hdr."objfile.rawFile"� �� ������������������6go.string."objfile.rawFile"���þ6go.string."objfile.rawFile"� �� objfile.rawFile��þ.go.string.hdr."symbols"� �� ������������������&go.string."symbols"���þ&go.string."symbols"���symbols��þ.go.string.hdr."rawFile"� �� ������������������&go.string."rawFile"���þ&go.string."rawFile"���rawFile��þtype."".rawFile��Ð��Ð��������������{TJ°���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������,0à� runtime.algarray���@��"runtime.gcbits.03���P��>go.string.hdr."objfile.rawFile"���p�� type.*"".rawFile���€��"runtime.zerovalue���À�type."".rawFile���À��,go.string.hdr."goarch"���Ð��"go.importpath."".���à��$type.func() string���ð��(go.string.hdr."pcln"���€��"go.importpath."".�����Ztype.func() (uint64, []uint8, []uint8, error)��� ��.go.string.hdr."symbols"���°��"go.importpath."".���À��:type.func() ([]"".Sym, error)���Ð��(go.string.hdr."text"���à��"go.importpath."".���ð��Htype.func() (uint64, []uint8, error)���`€�type."".rawFile���€��.go.string.hdr."rawFile"�����"go.importpath."".��� Ð�type."".rawFile���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440��������������þTgclocals·3bb21ca8fe1d99a3e492463bd711418a�������������þ,type..hashfunc."".File��������������$type..hash."".File���þ(type..eqfunc."".File�������������� type..eq."".File���þ"type..alg."".File� �� �������������������,type..hashfunc."".File�����(type..eqfunc."".File���þ"runtime.gcbits.07����þ8go.string.hdr."objfile.File"� �� �������� ����������0go.string."objfile.File"���þ0go.string."objfile.File"� ��objfile.File��þ"go.string.hdr."r"� �� ������������������go.string."r"���þgo.string."r"���r��þ&go.string.hdr."raw"� �� ������������������go.string."raw"���þgo.string."raw"���raw��þ(go.string.hdr."File"� �� ������������������ go.string."File"���þ go.string."File"���
File��þtype."".File��°��°��������������ó5Ë9���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� 0��"type..alg."".File���@��"runtime.gcbits.07���P��8go.string.hdr."objfile.File"���p��type.*"".File���€��"runtime.zerovalue���À�type."".File���À��"go.string.hdr."r"���Ð��"go.importpath."".���à��type.*os.File�����&go.string.hdr."raw"��� ��"go.importpath."".���°��type."".rawFile���`à�type."".File���à��(go.string.hdr."File"���ð��"go.importpath."".���€°�type."".File���þ:go.string.hdr."*objfile.File"� �� �������� ����������2go.string."*objfile.File"���þ2go.string."*objfile.File"� ��*objfile.File��þRgo.string.hdr."func(*objfile.File) error"� �� ������������������Jgo.string."func(*objfile.File) error"���þJgo.string."func(*objfile.File) error"�@��4func(*objfile.File) error��þ2type.func(*"".File) error� �� ��������������s8W�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Rgo.string.hdr."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���þtgo.typelink.func(*objfile.File) error func(*"".File) error��������������2type.func(*"".File) error���þxgo.string.hdr."func(*objfile.File) (*objfile.Disasm, error)"� �� ��������,����������pgo.string."func(*objfile.File) (*objfile.Disasm, error)"���þpgo.string."func(*objfile.File) (*objfile.Disasm, error)"�`��Zfunc(*objfile.File) (*objfile.Disasm, error)��þNtype.func(*"".File) (*"".Disasm, error)�°��°��������������M#<�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��xgo.string.hdr."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���þ¶go.typelink.func(*objfile.File) (*objfile.Disasm, error) func(*"".File) (*"".Disasm, error)��������������Ntype.func(*"".File) (*"".Disasm, error)���þTgo.string.hdr."func(*objfile.File) string"� �� ������������������Lgo.string."func(*objfile.File) string"���þLgo.string."func(*objfile.File) string"�@��6func(*objfile.File) string��þ4type.func(*"".File) string� �� ��������������o‹è®�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Tgo.string.hdr."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���þxgo.typelink.func(*objfile.File) string func(*"".File) string��������������4type.func(*"".File) string���þrgo.string.hdr."func(*objfile.File) (*gosym.Table, error)"� �� ��������)����������jgo.string."func(*objfile.File) (*gosym.Table, error)"���þjgo.string."func(*objfile.File) (*gosym.Table, error)"�`��Tfunc(*objfile.File) (*gosym.Table, error)��þ^type.func(*"".File) (*debug/gosym.Table, error)�°��°��������������4Gó�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��rgo.string.hdr."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���þÀgo.typelink.func(*objfile.File) (*gosym.Table, error) func(*"".File) (*debug/gosym.Table, error)��������������^type.func(*"".File) (*debug/gosym.Table, error)���þtgo.string.hdr."func(*objfile.File) ([]objfile.Sym, error)"� �� ��������*����������lgo.string."func(*objfile.File) ([]objfile.Sym, error)"���þlgo.string."func(*objfile.File) ([]objfile.Sym, error)"�`��Vfunc(*objfile.File) ([]objfile.Sym, error)��þJtype.func(*"".File) ([]"".Sym, error)�°��°��������������
ó’ �3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��tgo.string.hdr."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���þ®go.typelink.func(*objfile.File) ([]objfile.Sym, error) func(*"".File) ([]"".Sym, error)��������������Jtype.func(*"".File) ([]"".Sym, error)���þxgo.string.hdr."func(*objfile.File) (uint64, []uint8, error)"� �� ��������,����������pgo.string."func(*objfile.File) (uint64, []uint8, error)"���þpgo.string."func(*objfile.File) (uint64, []uint8, error)"�`��Zfunc(*objfile.File) (uint64, []uint8, error)��þXtype.func(*"".File) (uint64, []uint8, error)�À��À��������������gC\>�3������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��xgo.string.hdr."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.typelink.func(*objfile.File) (uint64, []uint8, error) func(*"".File) (uint64, []uint8, error)��������������Xtype.func(*"".File) (uint64, []uint8, error)���þ*go.string.hdr."Close"� �� ������������������"go.string."Close"���þ"go.string."Close"��� Close��þ8go.string.hdr."func() error"� �� �������� ����������0go.string."func() error"���þ0go.string."func() error"� ��func() error��þ"type.func() error�����������������œ‚Öµ�3��������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��8go.string.hdr."func() error"���p��4go.weak.type.*func() error���€��"runtime.zerovalue��� €�"type.func() error���Ѐ�"type.func() error���€��type.error���þJgo.typelink.func() error func() error��������������"type.func() error���þ^go.string.hdr."func() (*objfile.Disasm, error)"� �� ������������������Vgo.string."func() (*objfile.Disasm, error)"���þVgo.string."func() (*objfile.Disasm, error)"�@��@func() (*objfile.Disasm, error)��þ>type.func() (*"".Disasm, error)� �� ��������������ÀÀ?�3����������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��^go.string.hdr."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.typelink.func() (*objfile.Disasm, error) func() (*"".Disasm, error)��������������>type.func() (*"".Disasm, error)���þ,go.string.hdr."GOARCH"� �� ������������������$go.string."GOARCH"���þ$go.string."GOARCH"���GOARCH��þ6go.string.hdr."PCLineTable"� �� �������� ����������.go.string."PCLineTable"���þ.go.string."PCLineTable"� ��PCLineTable��þXgo.string.hdr."func() (*gosym.Table, error)"� �� ������������������Pgo.string."func() (*gosym.Table, error)"���þPgo.string."func() (*gosym.Table, error)"�@��:func() (*gosym.Table, error)��þNtype.func() (*debug/gosym.Table, error)� �� ��������������öl0u�3����������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Xgo.string.hdr."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.typelink.func() (*gosym.Table, error) func() (*debug/gosym.Table, error)��������������Ntype.func() (*debug/gosym.Table, error)���þ.go.string.hdr."Symbols"� �� ������������������&go.string."Symbols"���þ&go.string."Symbols"���Symbols��þ(go.string.hdr."Text"� �� ������������������ go.string."Text"���þ go.string."Text"���
Text��þtype.*"".File��°��°��������������uPŽR�6����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������L0 � runtime.algarray���@��"runtime.gcbits.01���P��:go.string.hdr."*objfile.File"���p��,go.weak.type.**"".File���€��"runtime.zerovalue�����type."".File���` �type.*"".File���Àð�type.*"".File���ð��*go.string.hdr."Close"�����"type.func() error��� ��2type.func(*"".File) error���°�� "".(*File).Close���À�� "".(*File).Close���Ð��,go.string.hdr."Disasm"���ð��>type.func() (*"".Disasm, error)���€��Ntype.func(*"".File) (*"".Disasm, error)�����""".(*File).Disasm��� ��""".(*File).Disasm���°��,go.string.hdr."GOARCH"���Ð��$type.func() string���à��4type.func(*"".File) string���ð��""".(*File).GOARCH���€��""".(*File).GOARCH�����6go.string.hdr."PCLineTable"���°��Ntype.func() (*debug/gosym.Table, error)���À��^type.func(*"".File) (*debug/gosym.Table, error)���Ð��,"".(*File).PCLineTable���à��,"".(*File).PCLineTable���ð��.go.string.hdr."Symbols"�����:type.func() ([]"".Sym, error)��� ��Jtype.func(*"".File) ([]"".Sym, error)���°��$"".(*File).Symbols���À��$"".(*File).Symbols���Ð��(go.string.hdr."Text"���ð��Htype.func() (uint64, []uint8, error)���€��Xtype.func(*"".File) (uint64, []uint8, error)�����"".(*File).Text��� ��"".(*File).Text���þ type..hashfunc24� �� ������������������,runtime.memhash_varlen���þtype..eqfunc24� �� ������������������.runtime.memequal_varlen���þtype..alg24� �� ������������������� type..hashfunc24�����type..eqfunc24���þ"runtime.gcbits.04����þˆgo.string.hdr."struct { F uintptr; addr uint64; d *objfile.Disasm }"� �� ��������4����������€go.string."struct { F uintptr; addr uint64; d *objfile.Disasm }"���þ€go.string."struct { F uintptr; addr uint64; d *objfile.Disasm }"�p��jstruct { F uintptr; addr uint64; d *objfile.Disasm }��þ$go.string.hdr.".F"� �� ������������������go.string.".F"���þgo.string.".F"���.F��þ(go.string.hdr."addr"� �� ������������������ go.string."addr"���þ go.string."addr"���
addr��þ"go.string.hdr."d"� �� ������������������go.string."d"���þgo.string."d"���d��þhtype.struct { F uintptr; addr uint64; d *"".Disasm }�°��°��������������@jâ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������0��type..alg24���@��"runtime.gcbits.04���P��ˆgo.string.hdr."struct { F uintptr; addr uint64; d *objfile.Disasm }"���p��zgo.weak.type.*struct { F uintptr; addr uint64; d *"".Disasm }���€��"runtime.zerovalue���À�htype.struct { F uintptr; addr uint64; d *"".Disasm }���À��$go.string.hdr.".F"���Ð��"go.importpath."".���à��type.uintptr�����(go.string.hdr."addr"��� ��"go.importpath."".���°��type.uint64���à��"go.string.hdr."d"���ð��"go.importpath."".���€��type.*"".Disasm���þŠgo.string.hdr."*struct { F uintptr; addr uint64; d *objfile.Disasm }"� �� ��������5����������‚go.string."*struct { F uintptr; addr uint64; d *objfile.Disasm }"���þ‚go.string."*struct { F uintptr; addr uint64; d *objfile.Disasm }"�p��l*struct { F uintptr; addr uint64; d *objfile.Disasm }��þjtype.*struct { F uintptr; addr uint64; d *"".Disasm }� �� ��������������¿SŒß�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��Šgo.string.hdr."*struct { F uintptr; addr uint64; d *objfile.Disasm }"���p��|go.weak.type.**struct { F uintptr; addr uint64; d *"".Disasm }���€��"runtime.zerovalue�����htype.struct { F uintptr; addr uint64; d *"".Disasm }���þ"runtime.gcbits.0e����þ¶go.string.hdr."struct { F uintptr; d *objfile.Disasm; tw *tabwriter.Writer; code []uint8 }"� �� ��������K����������®go.string."struct { F uintptr; d *objfile.Disasm; tw *tabwriter.Writer; code []uint8 }"���þ®go.string."struct { F uintptr; d *objfile.Disasm; tw *tabwriter.Writer; code []uint8 }"� ��˜struct { F uintptr; d *objfile.Disasm; tw *tabwriter.Writer; code []uint8 }��þ$go.string.hdr."tw"� �� ������������������go.string."tw"���þgo.string."tw"���tw��þ(go.string.hdr."code"� �� ������������������ go.string."code"���þ go.string."code"���
code��þ type.struct { F uintptr; d *"".Disasm; tw *text/tabwriter.Writer; code []uint8 }�€��€0������� �������PiãW������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������$0à� runtime.algarray���@��"runtime.gcbits.0e���P��¶go.string.hdr."struct { F uintptr; d *objfile.Disasm; tw *tabwriter.Writer; code []uint8 }"���p��²go.weak.type.*struct { F uintptr; d *"".Disasm; tw *text/tabwriter.Writer; code []uint8 }���€��"runtime.zerovalue���À� type.struct { F uintptr; d *"".Disasm; tw *text/tabwriter.Writer; code []uint8 }���À��$go.string.hdr.".F"���Ð��"go.importpath."".���à��type.uintptr�����"go.string.hdr."d"��� ��"go.importpath."".���°��type.*"".Disasm���à��$go.string.hdr."tw"���ð��"go.importpath."".���€��6type.*text/tabwriter.Writer���°��(go.string.hdr."code"���À��"go.importpath."".���Ð��type.[]uint8���þ8go.string.hdr."interface {}"� �� �������� ����������0go.string."interface {}"���þ0go.string."interface {}"� ��interface {}��þ"type.interface {}�À��À��������������çW ������������������������������������������������������������������������� 0€� runtime.algarray���@��"runtime.gcbits.03���P��8go.string.hdr."interface {}"���p��4go.weak.type.*interface {}���€��"runtime.zerovalue���À�"type.interface {}���þ<go.string.hdr."[]interface {}"� �� ������������������4go.string."[]interface {}"���þ4go.string."[]interface {}"� ��[]interface {}��þ&type.[]interface {}� �� ��������������p“ê/��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��<go.string.hdr."[]interface {}"���p��8go.weak.type.*[]interface {}���€��"runtime.zerovalue�����"type.interface {}���þRgo.typelink.[]interface {} []interface {}��������������&type.[]interface {}���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440��������������þTgclocals·3bb21ca8fe1d99a3e492463bd711418a�������������þ<type..hashfunc.[2]interface {}��������������4type..hash.[2]interface {}���þ8type..eqfunc.[2]interface {}��������������0type..eq.[2]interface {}���þ2type..alg.[2]interface {}� �� �������������������<type..hashfunc.[2]interface {}�����8type..eqfunc.[2]interface {}���þ"runtime.gcbits.0f����þ>go.string.hdr."[2]interface {}"� �� ������������������6go.string."[2]interface {}"���þ6go.string."[2]interface {}"� �� [2]interface {}��þ(type.[2]interface {}�À��À ������� �������,Y¤ñ������������������������������������������������������������������������0��2type..alg.[2]interface {}���@��"runtime.gcbits.0f���P��>go.string.hdr."[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.hdr."*[2]interface {}"� �� ������������������8go.string."*[2]interface {}"���þ8go.string."*[2]interface {}"�0��"*[2]interface {}��þ*type.*[2]interface {}� �� ��������������¾s-q�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��@go.string.hdr."*[2]interface {}"���p��<go.weak.type.**[2]interface {}���€��"runtime.zerovalue�����(type.[2]interface {}���þ¸go.string.hdr."*struct { F uintptr; d *objfile.Disasm; tw *tabwriter.Writer; code []uint8 }"� �� ��������L����������°go.string."*struct { F uintptr; d *objfile.Disasm; tw *tabwriter.Writer; code []uint8 }"���þ°go.string."*struct { F uintptr; d *objfile.Disasm; tw *tabwriter.Writer; code []uint8 }"� ��š*struct { F uintptr; d *objfile.Disasm; tw *tabwriter.Writer; code []uint8 }��þ¢type.*struct { F uintptr; d *"".Disasm; tw *text/tabwriter.Writer; code []uint8 }� �� ��������������ÏRåÈ�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��¸go.string.hdr."*struct { F uintptr; d *objfile.Disasm; tw *tabwriter.Writer; code []uint8 }"���p��´go.weak.type.**struct { F uintptr; d *"".Disasm; tw *text/tabwriter.Writer; code []uint8 }���€��"runtime.zerovalue����� type.struct { F uintptr; d *"".Disasm; tw *text/tabwriter.Writer; code []uint8 }���þ"runtime.gcbits.02����þngo.string.hdr."struct { F uintptr; R *objfile.Disasm }"� �� ��������'����������fgo.string."struct { F uintptr; R *objfile.Disasm }"���þfgo.string."struct { F uintptr; R *objfile.Disasm }"�P��Pstruct { F uintptr; R *objfile.Disasm }��þ"go.string.hdr."F"� �� ������������������go.string."F"���þgo.string."F"���F��þ"go.string.hdr."R"� �� ������������������go.string."R"���þgo.string."R"���R��þNtype.struct { F uintptr; R *"".Disasm }�à��à��������������ñÄr;������������������������������������������������������������������������������������������������������������������������������������������������������0À� runtime.algarray���@��"runtime.gcbits.02���P��ngo.string.hdr."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.hdr."F"���à��type.uintptr�����"go.string.hdr."R"���°��type.*"".Disasm���þpgo.string.hdr."*struct { F uintptr; R *objfile.Disasm }"� �� ��������(����������hgo.string."*struct { F uintptr; R *objfile.Disasm }"���þhgo.string."*struct { F uintptr; R *objfile.Disasm }"�`��R*struct { F uintptr; R *objfile.Disasm }��þPtype.*struct { F uintptr; R *"".Disasm }� �� ��������������RÓÃ�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��pgo.string.hdr."*struct { F uintptr; R *objfile.Disasm }"���p��bgo.weak.type.**struct { F uintptr; R *"".Disasm }���€��"runtime.zerovalue�����Ntype.struct { F uintptr; R *"".Disasm }���þFgo.string.hdr."*objfile.textReader"� �� ������������������>go.string."*objfile.textReader"���þ>go.string."*objfile.textReader"�0��(*objfile.textReader��þ.go.string.hdr."objfile"� �� ������������������&go.string."objfile"���þ&go.string."objfile"���objfile��þ4go.string.hdr."textReader"� �� ��������
����������,go.string."textReader"���þ,go.string."textReader"� ��textReader��þ,go.string.hdr."ReadAt"� �� ������������������$go.string."ReadAt"���þ$go.string."ReadAt"���ReadAt��þTgclocals·3f8a00baf9a714dfe750894a3b86ebac� �� ��������������þTgclocals·99ef9ff0bd07d0e619cc0988c2dabb63� �� �������������þŒgo.string.hdr."func(*objfile.textReader, []uint8, int64) (int, error)"� �� ��������6����������„go.string."func(*objfile.textReader, []uint8, int64) (int, error)"���þ„go.string."func(*objfile.textReader, []uint8, int64) (int, error)"�p��nfunc(*objfile.textReader, []uint8, int64) (int, error)��þltype.func(*"".textReader, []uint8, int64) (int, error)�Ð��Ð��������������ÝÑ&�3��������������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Œgo.string.hdr."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���þègo.typelink.func(*objfile.textReader, []uint8, int64) (int, error) func(*"".textReader, []uint8, int64) (int, error)��������������ltype.func(*"".textReader, []uint8, int64) (int, error)���þbgo.string.hdr."func([]uint8, int64) (int, error)"� �� ��������!����������Zgo.string."func([]uint8, int64) (int, error)"���þZgo.string."func([]uint8, int64) (int, error)"�P��Dfunc([]uint8, int64) (int, error)��þLtype.func([]uint8, int64) (int, error)�À��À��������������ŠC¶,�3������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��bgo.string.hdr."func([]uint8, int64) (int, error)"���p��^go.weak.type.*func([]uint8, int64) (int, error)���€��"runtime.zerovalue��� €�Ltype.func([]uint8, int64) (int, error)���Р�Ltype.func([]uint8, int64) (int, error)���€��type.[]uint8�����type.int64��� ��type.int���°��type.error���þžgo.typelink.func([]uint8, int64) (int, error) func([]uint8, int64) (int, error)��������������Ltype.func([]uint8, int64) (int, error)���þ&type.*"".textReader��Ð��Ð��������������9ö r�6����������������������������������������������������������������������������������������������������������������������������������������������0 � runtime.algarray���@��"runtime.gcbits.01���P��Fgo.string.hdr."*objfile.textReader"���p��8go.weak.type.**"".textReader���€��"runtime.zerovalue�����$type."".textReader���` �&type.*"".textReader���Àð�&type.*"".textReader���ð��,go.string.hdr."ReadAt"�����Ltype.func([]uint8, int64) (int, error)��� ��ltype.func(*"".textReader, []uint8, int64) (int, error)���°��."".(*textReader).ReadAt���À��."".(*textReader).ReadAt���þDgo.string.hdr."objfile.textReader"� �� ������������������<go.string."objfile.textReader"���þ<go.string."objfile.textReader"�0��&objfile.textReader��þ$go.string.hdr."pc"� �� ������������������go.string."pc"���þgo.string."pc"���pc��þŠgo.string.hdr."func(objfile.textReader, []uint8, int64) (int, error)"� �� ��������5����������‚go.string."func(objfile.textReader, []uint8, int64) (int, error)"���þ‚go.string."func(objfile.textReader, []uint8, int64) (int, error)"�p��lfunc(objfile.textReader, []uint8, int64) (int, error)��þjtype.func("".textReader, []uint8, int64) (int, error)�Ð��Ð��������������ȕJ¸�3��������������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Šgo.string.hdr."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���þägo.typelink.func(objfile.textReader, []uint8, int64) (int, error) func("".textReader, []uint8, int64) (int, error)��������������jtype.func("".textReader, []uint8, int64) (int, error)���þ$type."".textReader���� ��������������+*<:��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������*0à� runtime.algarray���@��"runtime.gcbits.01���P��Dgo.string.hdr."objfile.textReader"���p��&type.*"".textReader���€��"runtime.zerovalue���À�$type."".textReader���À��(go.string.hdr."code"���Ð��"go.importpath."".���à��type.[]uint8�����$go.string.hdr."pc"��� ��"go.importpath."".���°��type.uint64���`à�$type."".textReader���à��4go.string.hdr."textReader"���ð��"go.importpath."".���€°�$type."".textReader���°��,go.string.hdr."ReadAt"���Ð��Ltype.func([]uint8, int64) (int, error)���à��jtype.func("".textReader, []uint8, int64) (int, error)���ð��."".(*textReader).ReadAt���€��("".textReader.ReadAt���þ@go.string.hdr."*objfile.elfFile"� �� ������������������8go.string."*objfile.elfFile"���þ8go.string."*objfile.elfFile"�0��"*objfile.elfFile��þZgo.string.hdr."func(*objfile.elfFile) string"� �� ������������������Rgo.string."func(*objfile.elfFile) string"���þRgo.string."func(*objfile.elfFile) string"�@��<func(*objfile.elfFile) string��þ:type.func(*"".elfFile) string� �� ��������������;ôG>�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Zgo.string.hdr."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.typelink.func(*objfile.elfFile) string func(*"".elfFile) string��������������:type.func(*"".elfFile) string���þgo.string.hdr."func(*objfile.elfFile) (uint64, []uint8, []uint8, error)"� �� ��������8����������ˆgo.string."func(*objfile.elfFile) (uint64, []uint8, []uint8, error)"���þˆgo.string."func(*objfile.elfFile) (uint64, []uint8, []uint8, error)"�€��rfunc(*objfile.elfFile) (uint64, []uint8, []uint8, error)��þptype.func(*"".elfFile) (uint64, []uint8, []uint8, error)�Ð��Ð��������������€}�3��������������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��go.string.hdr."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���þðgo.typelink.func(*objfile.elfFile) (uint64, []uint8, []uint8, error) func(*"".elfFile) (uint64, []uint8, []uint8, error)��������������ptype.func(*"".elfFile) (uint64, []uint8, []uint8, error)���þzgo.string.hdr."func(*objfile.elfFile) ([]objfile.Sym, error)"� �� ��������-����������rgo.string."func(*objfile.elfFile) ([]objfile.Sym, error)"���þrgo.string."func(*objfile.elfFile) ([]objfile.Sym, error)"�`��\func(*objfile.elfFile) ([]objfile.Sym, error)��þPtype.func(*"".elfFile) ([]"".Sym, error)�°��°��������������bÆ}¤�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��zgo.string.hdr."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���þºgo.typelink.func(*objfile.elfFile) ([]objfile.Sym, error) func(*"".elfFile) ([]"".Sym, error)��������������Ptype.func(*"".elfFile) ([]"".Sym, error)���þ~go.string.hdr."func(*objfile.elfFile) (uint64, []uint8, error)"� �� ��������/����������vgo.string."func(*objfile.elfFile) (uint64, []uint8, error)"���þvgo.string."func(*objfile.elfFile) (uint64, []uint8, error)"�`��`func(*objfile.elfFile) (uint64, []uint8, error)��þ^type.func(*"".elfFile) (uint64, []uint8, error)�À��À��������������÷ÍBj�3������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��~go.string.hdr."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���þÌgo.typelink.func(*objfile.elfFile) (uint64, []uint8, error) func(*"".elfFile) (uint64, []uint8, error)��������������^type.func(*"".elfFile) (uint64, []uint8, error)���þ type.*"".elfFile��ð��ð��������������íŸJò�6����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������@0 � runtime.algarray���@��"runtime.gcbits.01���P��@go.string.hdr."*objfile.elfFile"���p��2go.weak.type.**"".elfFile���€��"runtime.zerovalue�����type."".elfFile���` � type.*"".elfFile���Àð� type.*"".elfFile���ð��,go.string.hdr."goarch"���€��"go.importpath."".�����$type.func() string��� ��:type.func(*"".elfFile) string���°��("".(*elfFile).goarch���À��("".(*elfFile).goarch���Ð��(go.string.hdr."pcln"���à��"go.importpath."".���ð��Ztype.func() (uint64, []uint8, []uint8, error)���€��ptype.func(*"".elfFile) (uint64, []uint8, []uint8, error)�����$"".(*elfFile).pcln��� ��$"".(*elfFile).pcln���°��.go.string.hdr."symbols"���À��"go.importpath."".���Ð��:type.func() ([]"".Sym, error)���à��Ptype.func(*"".elfFile) ([]"".Sym, error)���ð��*"".(*elfFile).symbols���€��*"".(*elfFile).symbols�����(go.string.hdr."text"��� ��"go.importpath."".���°��Htype.func() (uint64, []uint8, error)���À��^type.func(*"".elfFile) (uint64, []uint8, error)���Ð��$"".(*elfFile).text���à��$"".(*elfFile).text���þ>go.string.hdr."objfile.elfFile"� �� ������������������6go.string."objfile.elfFile"���þ6go.string."objfile.elfFile"� �� objfile.elfFile��þ&go.string.hdr."elf"� �� ������������������go.string."elf"���þgo.string."elf"���elf��þ.go.string.hdr."elfFile"� �� ������������������&go.string."elfFile"���þ&go.string."elfFile"���elfFile��þtype."".elfFile��à��à��������������\”­‘�9������������������������������������������������������������������������������������������������������������������������������������������������������0 � runtime.algarray���@��"runtime.gcbits.01���P��>go.string.hdr."objfile.elfFile"���p�� type.*"".elfFile���€��"runtime.zerovalue���À�type."".elfFile���À��&go.string.hdr."elf"���Ð��"go.importpath."".���à��(type.*debug/elf.File���`�type."".elfFile�����.go.string.hdr."elfFile"��� ��"go.importpath."".���°à�type."".elfFile���þ8go.string.hdr."[]elf.Symbol"� �� �������� ����������0go.string."[]elf.Symbol"���þ0go.string."[]elf.Symbol"� ��[]elf.Symbol��þ.type.[]debug/elf.Symbol� �� ��������������Vt™��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��8go.string.hdr."[]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���þDgo.string.hdr."*objfile.goobjFile"� �� ������������������<go.string."*objfile.goobjFile"���þ<go.string."*objfile.goobjFile"�0��&*objfile.goobjFile��þ^go.string.hdr."func(*objfile.goobjFile) string"� �� ������������������Vgo.string."func(*objfile.goobjFile) string"���þVgo.string."func(*objfile.goobjFile) string"�@��@func(*objfile.goobjFile) string��þ>type.func(*"".goobjFile) string� �� ��������������i~•��3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��^go.string.hdr."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.typelink.func(*objfile.goobjFile) string func(*"".goobjFile) string��������������>type.func(*"".goobjFile) string���þ”go.string.hdr."func(*objfile.goobjFile) (uint64, []uint8, []uint8, error)"� �� ��������:����������Œgo.string."func(*objfile.goobjFile) (uint64, []uint8, []uint8, error)"���þŒgo.string."func(*objfile.goobjFile) (uint64, []uint8, []uint8, error)"�€��vfunc(*objfile.goobjFile) (uint64, []uint8, []uint8, error)��þttype.func(*"".goobjFile) (uint64, []uint8, []uint8, error)�Ð��Ð��������������sµ~�3��������������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��”go.string.hdr."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���þøgo.typelink.func(*objfile.goobjFile) (uint64, []uint8, []uint8, error) func(*"".goobjFile) (uint64, []uint8, []uint8, error)��������������ttype.func(*"".goobjFile) (uint64, []uint8, []uint8, error)���þ~go.string.hdr."func(*objfile.goobjFile) ([]objfile.Sym, error)"� �� ��������/����������vgo.string."func(*objfile.goobjFile) ([]objfile.Sym, error)"���þvgo.string."func(*objfile.goobjFile) ([]objfile.Sym, error)"�`��`func(*objfile.goobjFile) ([]objfile.Sym, error)��þTtype.func(*"".goobjFile) ([]"".Sym, error)�°��°��������������Mplk�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��~go.string.hdr."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���þÂgo.typelink.func(*objfile.goobjFile) ([]objfile.Sym, error) func(*"".goobjFile) ([]"".Sym, error)��������������Ttype.func(*"".goobjFile) ([]"".Sym, error)���þ‚go.string.hdr."func(*objfile.goobjFile) (uint64, []uint8, error)"� �� ��������1����������zgo.string."func(*objfile.goobjFile) (uint64, []uint8, error)"���þzgo.string."func(*objfile.goobjFile) (uint64, []uint8, error)"�p��dfunc(*objfile.goobjFile) (uint64, []uint8, error)��þbtype.func(*"".goobjFile) (uint64, []uint8, error)�À��À��������������pg›�3������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��‚go.string.hdr."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���þÔgo.typelink.func(*objfile.goobjFile) (uint64, []uint8, error) func(*"".goobjFile) (uint64, []uint8, error)��������������btype.func(*"".goobjFile) (uint64, []uint8, error)���þ$type.*"".goobjFile��ð��ð�������������� \ô^�6����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������@0 � runtime.algarray���@��"runtime.gcbits.01���P��Dgo.string.hdr."*objfile.goobjFile"���p��6go.weak.type.**"".goobjFile���€��"runtime.zerovalue�����"type."".goobjFile���` �$type.*"".goobjFile���Àð�$type.*"".goobjFile���ð��,go.string.hdr."goarch"���€��"go.importpath."".�����$type.func() string��� ��>type.func(*"".goobjFile) string���°��,"".(*goobjFile).goarch���À��,"".(*goobjFile).goarch���Ð��(go.string.hdr."pcln"���à��"go.importpath."".���ð��Ztype.func() (uint64, []uint8, []uint8, error)���€��ttype.func(*"".goobjFile) (uint64, []uint8, []uint8, error)�����("".(*goobjFile).pcln��� ��("".(*goobjFile).pcln���°��.go.string.hdr."symbols"���À��"go.importpath."".���Ð��:type.func() ([]"".Sym, error)���à��Ttype.func(*"".goobjFile) ([]"".Sym, error)���ð��."".(*goobjFile).symbols���€��."".(*goobjFile).symbols�����(go.string.hdr."text"��� ��"go.importpath."".���°��Htype.func() (uint64, []uint8, error)���À��btype.func(*"".goobjFile) (uint64, []uint8, error)���Ð��("".(*goobjFile).text���à��("".(*goobjFile).text���þBgo.string.hdr."objfile.goobjFile"� �� ������������������:go.string."objfile.goobjFile"���þ:go.string."objfile.goobjFile"�0��$objfile.goobjFile��þ*go.string.hdr."goobj"� �� ������������������"go.string."goobj"���þ"go.string."goobj"��� goobj��þ2go.string.hdr."goobjFile"� �� �������� ����������*go.string."goobjFile"���þ*go.string."goobjFile"� ��goobjFile��þ"type."".goobjFile��à��à��������������‡¯_�9������������������������������������������������������������������������������������������������������������������������������������������������������0 � runtime.algarray���@��"runtime.gcbits.01���P��Bgo.string.hdr."objfile.goobjFile"���p��$type.*"".goobjFile���€��"runtime.zerovalue���À�"type."".goobjFile���À��*go.string.hdr."goobj"���Ð��"go.importpath."".���à��@type.*cmd/internal/goobj.Package���`�"type."".goobjFile�����2go.string.hdr."goobjFile"��� ��"go.importpath."".���°à�"type."".goobjFile���þ:go.string.hdr."[]goobj.SymID"� �� �������� ����������2go.string."[]goobj.SymID"���þ2go.string."[]goobj.SymID"� ��[]goobj.SymID��þ>type.[]cmd/internal/goobj.SymID� �� ��������������ÊÜ£1��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��:go.string.hdr."[]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·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·34eab47d33fa46b254c22cdccfd2dc77� �� ��������������þTgclocals·51af24152615272c3d9efc8538f95767� �� �������������þ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���þ*runtime.gcbits.499224���I’$�þ<go.string.hdr."[8]goobj.SymID"� �� ������������������4go.string."[8]goobj.SymID"���þ4go.string."[8]goobj.SymID"� ��[8]goobj.SymID��þ@type.[8]cmd/internal/goobj.SymID�À��ÀÀ�������°�������èÔk5������������������������������������������������������������������������0��Jtype..alg.[8]cmd/internal/goobj.SymID���@��*runtime.gcbits.499224���P��<go.string.hdr."[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.hdr."[]bool"� �� ������������������$go.string."[]bool"���þ$go.string."[]bool"���[]bool��þtype.[]bool� �� ��������������±åç��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��,go.string.hdr."[]bool"���p��(go.weak.type.*[]bool���€��"runtime.zerovalue�����type.bool���þ2go.typelink.[]bool []bool��������������type.[]bool���þ.go.string.hdr."[8]bool"� �� ������������������&go.string."[8]bool"���þ&go.string."[8]bool"���[8]bool��þtype.[8]bool�À��À���������������s£5�‘�����������������������������������������������������������������������0 � runtime.algarray���@��runtime.gcbits.���P��.go.string.hdr."[8]bool"���p��*go.weak.type.*[8]bool���€��"runtime.zerovalue�����type.bool��� ��type.[]bool���þ6go.typelink.[8]bool [8]bool��������������type.[8]bool���þXgo.string.hdr."*map.bucket[goobj.SymID]bool"� �� ������������������Pgo.string."*map.bucket[goobj.SymID]bool"���þPgo.string."*map.bucket[goobj.SymID]bool"�@��:*map.bucket[goobj.SymID]bool��þ\type.*map.bucket[cmd/internal/goobj.SymID]bool� �� ��������������áÿžº�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��Xgo.string.hdr."*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���þ.runtime.gcbits.92244904���’$I�þVgo.string.hdr."map.bucket[goobj.SymID]bool"� �� ������������������Ngo.string."map.bucket[goobj.SymID]bool"���þNgo.string."map.bucket[goobj.SymID]bool"�@��8map.bucket[goobj.SymID]bool��þZtype.map.bucket[cmd/internal/goobj.SymID]bool�€��€Ø�������Ø�������j-… ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������È���������������������������������������Ð�������0à� runtime.algarray���@��.runtime.gcbits.92244904���P��Vgo.string.hdr."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.hdr."topbits"���à��type.[8]uint8�����(go.string.hdr."keys"���°��@type.[8]cmd/internal/goobj.SymID���à��,go.string.hdr."values"���€��type.[8]bool���°��0go.string.hdr."overflow"���Ð��\type.*map.bucket[cmd/internal/goobj.SymID]bool���þPgo.string.hdr."map.hdr[goobj.SymID]bool"� �� ������������������Hgo.string."map.hdr[goobj.SymID]bool"���þHgo.string."map.hdr[goobj.SymID]bool"�@��2map.hdr[goobj.SymID]bool��þTtype.map.hdr[cmd/internal/goobj.SymID]bool�À��À0�������0������� Ցd�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� ��������������������������������������� ��������������������������������������������������������������������������������������������������������������������� ���������������������������������������(�������,0à� runtime.algarray���@��"runtime.gcbits.2c���P��Pgo.string.hdr."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.hdr."count"���à��type.int�����*go.string.hdr."flags"���°��type.uint8���à��"go.string.hdr."B"���€��type.uint8���°��*go.string.hdr."hash0"���Ð��type.uint32���€��.go.string.hdr."buckets"��� ��\type.*map.bucket[cmd/internal/goobj.SymID]bool���Ð��4go.string.hdr."oldbuckets"���ð��\type.*map.bucket[cmd/internal/goobj.SymID]bool��� ��2go.string.hdr."nevacuate"���À��type.uintptr���ð��0go.string.hdr."overflow"�����&type.unsafe.Pointer���þHgo.string.hdr."map[goobj.SymID]bool"� �� ������������������@go.string."map[goobj.SymID]bool"���þ@go.string."map[goobj.SymID]bool"�0��*map[goobj.SymID]bool��þLtype.map[cmd/internal/goobj.SymID]bool�Þ��Þ��������������™ùÑ)�5����������������������������������������������������������������������������������Ø�0€� runtime.algarray���@��"runtime.gcbits.01���P��Hgo.string.hdr."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���þ8go.string.hdr."[]*goobj.Sym"� �� �������� ����������0go.string."[]*goobj.Sym"���þ0go.string."[]*goobj.Sym"� ��[]*goobj.Sym��þ<type.[]*cmd/internal/goobj.Sym� �� ��������������ªµK��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��8go.string.hdr."[]*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���þ:go.string.hdr."[]goobj.Reloc"� �� �������� ����������2go.string."[]goobj.Reloc"���þ2go.string."[]goobj.Reloc"� ��[]goobj.Reloc��þ>type.[]cmd/internal/goobj.Reloc� �� ��������������íÖâ’��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��:go.string.hdr."[]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���þ6go.string.hdr."**goobj.Sym"� �� �������� ����������.go.string."**goobj.Sym"���þ.go.string."**goobj.Sym"� ��**goobj.Sym��þ:type.**cmd/internal/goobj.Sym� �� ��������������1â>&�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��6go.string.hdr."**goobj.Sym"���p��Lgo.weak.type.***cmd/internal/goobj.Sym���€��"runtime.zerovalue�����8type.*cmd/internal/goobj.Sym���þDgo.string.hdr."*objfile.machoFile"� �� ������������������<go.string."*objfile.machoFile"���þ<go.string."*objfile.machoFile"�0��&*objfile.machoFile��þ^go.string.hdr."func(*objfile.machoFile) string"� �� ������������������Vgo.string."func(*objfile.machoFile) string"���þVgo.string."func(*objfile.machoFile) string"�@��@func(*objfile.machoFile) string��þ>type.func(*"".machoFile) string� �� ��������������S¼ý�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��^go.string.hdr."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.typelink.func(*objfile.machoFile) string func(*"".machoFile) string��������������>type.func(*"".machoFile) string���þ”go.string.hdr."func(*objfile.machoFile) (uint64, []uint8, []uint8, error)"� �� ��������:����������Œgo.string."func(*objfile.machoFile) (uint64, []uint8, []uint8, error)"���þŒgo.string."func(*objfile.machoFile) (uint64, []uint8, []uint8, error)"�€��vfunc(*objfile.machoFile) (uint64, []uint8, []uint8, error)��þttype.func(*"".machoFile) (uint64, []uint8, []uint8, error)�Ð��Ð��������������˜†š�3��������������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��”go.string.hdr."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���þøgo.typelink.func(*objfile.machoFile) (uint64, []uint8, []uint8, error) func(*"".machoFile) (uint64, []uint8, []uint8, error)��������������ttype.func(*"".machoFile) (uint64, []uint8, []uint8, error)���þ~go.string.hdr."func(*objfile.machoFile) ([]objfile.Sym, error)"� �� ��������/����������vgo.string."func(*objfile.machoFile) ([]objfile.Sym, error)"���þvgo.string."func(*objfile.machoFile) ([]objfile.Sym, error)"�`��`func(*objfile.machoFile) ([]objfile.Sym, error)��þTtype.func(*"".machoFile) ([]"".Sym, error)�°��°��������������3k�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��~go.string.hdr."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���þÂgo.typelink.func(*objfile.machoFile) ([]objfile.Sym, error) func(*"".machoFile) ([]"".Sym, error)��������������Ttype.func(*"".machoFile) ([]"".Sym, error)���þ‚go.string.hdr."func(*objfile.machoFile) (uint64, []uint8, error)"� �� ��������1����������zgo.string."func(*objfile.machoFile) (uint64, []uint8, error)"���þzgo.string."func(*objfile.machoFile) (uint64, []uint8, error)"�p��dfunc(*objfile.machoFile) (uint64, []uint8, error)��þbtype.func(*"".machoFile) (uint64, []uint8, error)�À��À��������������Ÿ �3������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��‚go.string.hdr."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���þÔgo.typelink.func(*objfile.machoFile) (uint64, []uint8, error) func(*"".machoFile) (uint64, []uint8, error)��������������btype.func(*"".machoFile) (uint64, []uint8, error)���þ$type.*"".machoFile��ð��ð��������������±Áh´�6����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������@0 � runtime.algarray���@��"runtime.gcbits.01���P��Dgo.string.hdr."*objfile.machoFile"���p��6go.weak.type.**"".machoFile���€��"runtime.zerovalue�����"type."".machoFile���` �$type.*"".machoFile���Àð�$type.*"".machoFile���ð��,go.string.hdr."goarch"���€��"go.importpath."".�����$type.func() string��� ��>type.func(*"".machoFile) string���°��,"".(*machoFile).goarch���À��,"".(*machoFile).goarch���Ð��(go.string.hdr."pcln"���à��"go.importpath."".���ð��Ztype.func() (uint64, []uint8, []uint8, error)���€��ttype.func(*"".machoFile) (uint64, []uint8, []uint8, error)�����("".(*machoFile).pcln��� ��("".(*machoFile).pcln���°��.go.string.hdr."symbols"���À��"go.importpath."".���Ð��:type.func() ([]"".Sym, error)���à��Ttype.func(*"".machoFile) ([]"".Sym, error)���ð��."".(*machoFile).symbols���€��."".(*machoFile).symbols�����(go.string.hdr."text"��� ��"go.importpath."".���°��Htype.func() (uint64, []uint8, error)���À��btype.func(*"".machoFile) (uint64, []uint8, error)���Ð��("".(*machoFile).text���à��("".(*machoFile).text���þBgo.string.hdr."objfile.machoFile"� �� ������������������:go.string."objfile.machoFile"���þ:go.string."objfile.machoFile"�0��$objfile.machoFile��þ*go.string.hdr."macho"� �� ������������������"go.string."macho"���þ"go.string."macho"��� macho��þ2go.string.hdr."machoFile"� �� �������� ����������*go.string."machoFile"���þ*go.string."machoFile"� ��machoFile��þ"type."".machoFile��à��à��������������¿7ùÌ�9������������������������������������������������������������������������������������������������������������������������������������������������������0 � runtime.algarray���@��"runtime.gcbits.01���P��Bgo.string.hdr."objfile.machoFile"���p��$type.*"".machoFile���€��"runtime.zerovalue���À�"type."".machoFile���À��*go.string.hdr."macho"���Ð��"go.importpath."".���à��,type.*debug/macho.File���`�"type."".machoFile�����2go.string.hdr."machoFile"��� ��"go.importpath."".���°à�"type."".machoFile���þ@go.string.hdr."*objfile.uint64s"� �� ������������������8go.string."*objfile.uint64s"���þ8go.string."*objfile.uint64s"�0��"*objfile.uint64s��þ.go.string.hdr."uint64s"� �� ������������������&go.string."uint64s"���þ&go.string."uint64s"���uint64s��þ&go.string.hdr."Len"� �� ������������������go.string."Len"���þgo.string."Len"���Len��þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·3f5c1f818fa7055d0400cecd34057162�������������þ(go.string.hdr."Swap"� �� ������������������ go.string."Swap"���þ go.string."Swap"���
Swap��þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þ(go.string.hdr."Less"� �� ������������������ go.string."Less"���þ go.string."Less"���
Less��þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·2fccd208efe70893f9ac8d682812ae72�������������þTgo.string.hdr."func(*objfile.uint64s) int"� �� ������������������Lgo.string."func(*objfile.uint64s) int"���þLgo.string."func(*objfile.uint64s) int"�@��6func(*objfile.uint64s) int��þ4type.func(*"".uint64s) int� �� ��������������þ'é�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Tgo.string.hdr."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���þxgo.typelink.func(*objfile.uint64s) int func(*"".uint64s) int��������������4type.func(*"".uint64s) int���þjgo.string.hdr."func(*objfile.uint64s, int, int) bool"� �� ��������%����������bgo.string."func(*objfile.uint64s, int, int) bool"���þbgo.string."func(*objfile.uint64s, int, int) bool"�P��Lfunc(*objfile.uint64s, int, int) bool��þJtype.func(*"".uint64s, int, int) bool�À��À��������������†^Ì2�3������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��jgo.string.hdr."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���þ¤go.typelink.func(*objfile.uint64s, int, int) bool func(*"".uint64s, int, int) bool��������������Jtype.func(*"".uint64s, int, int) bool���þ`go.string.hdr."func(*objfile.uint64s, int, int)"� �� �������� ����������Xgo.string."func(*objfile.uint64s, int, int)"���þXgo.string."func(*objfile.uint64s, int, int)"�P��Bfunc(*objfile.uint64s, int, int)��þ@type.func(*"".uint64s, int, int)�°��°��������������«Ž—�3������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��`go.string.hdr."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.typelink.func(*objfile.uint64s, int, int) func(*"".uint64s, int, int)��������������@type.func(*"".uint64s, int, int)���þ4go.string.hdr."func() int"� �� ��������
����������,go.string."func() int"���þ,go.string."func() int"� ��func() int��þtype.func() int�����������������å†9à�3��������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��4go.string.hdr."func() int"���p��0go.weak.type.*func() int���€��"runtime.zerovalue��� €�type.func() int���Ѐ�type.func() int���€��type.int���þBgo.typelink.func() int func() int��������������type.func() int���þFgo.string.hdr."func(int, int) bool"� �� ������������������>go.string."func(int, int) bool"���þ>go.string."func(int, int) bool"�0��(func(int, int) bool��þ0type.func(int, int) bool�°��°��������������¢"�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Fgo.string.hdr."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���þfgo.typelink.func(int, int) bool func(int, int) bool��������������0type.func(int, int) bool���þ<go.string.hdr."func(int, int)"� �� ������������������4go.string."func(int, int)"���þ4go.string."func(int, int)"� ��func(int, int)��þ&type.func(int, int)� �� ��������������%DŽ�3����������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��<go.string.hdr."func(int, int)"���p��8go.weak.type.*func(int, int)���€��"runtime.zerovalue��� €�&type.func(int, int)���Р�&type.func(int, int)���€��type.int�����type.int���þRgo.typelink.func(int, int) func(int, int)��������������&type.func(int, int)���þ type.*"".uint64s������������������Ñxúz�6����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������.0 � runtime.algarray���@��"runtime.gcbits.01���P��@go.string.hdr."*objfile.uint64s"���p��2go.weak.type.**"".uint64s���€��"runtime.zerovalue�����type."".uint64s���` � type.*"".uint64s���Àð� type.*"".uint64s���ð��&go.string.hdr."Len"�����type.func() int��� ��4type.func(*"".uint64s) int���°��""".(*uint64s).Len���À��""".(*uint64s).Len���Ð��(go.string.hdr."Less"���ð��0type.func(int, int) bool���€��Jtype.func(*"".uint64s, int, int) bool�����$"".(*uint64s).Less��� ��$"".(*uint64s).Less���°��(go.string.hdr."Swap"���Ð��&type.func(int, int)���à��@type.func(*"".uint64s, int, int)���ð��$"".(*uint64s).Swap���€��$"".(*uint64s).Swap���þ>go.string.hdr."objfile.uint64s"� �� ������������������6go.string."objfile.uint64s"���þ6go.string."objfile.uint64s"� �� objfile.uint64s��þRgo.string.hdr."func(objfile.uint64s) int"� �� ������������������Jgo.string."func(objfile.uint64s) int"���þJgo.string."func(objfile.uint64s) int"�@��4func(objfile.uint64s) int��þ2type.func("".uint64s) int� �� ��������������iºv�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Rgo.string.hdr."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���þtgo.typelink.func(objfile.uint64s) int func("".uint64s) int��������������2type.func("".uint64s) int���þhgo.string.hdr."func(objfile.uint64s, int, int) bool"� �� ��������$����������`go.string."func(objfile.uint64s, int, int) bool"���þ`go.string."func(objfile.uint64s, int, int) bool"�P��Jfunc(objfile.uint64s, int, int) bool��þHtype.func("".uint64s, int, int) bool�À��À��������������¸Î¥�3������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��hgo.string.hdr."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���þ go.typelink.func(objfile.uint64s, int, int) bool func("".uint64s, int, int) bool��������������Htype.func("".uint64s, int, int) bool���þ^go.string.hdr."func(objfile.uint64s, int, int)"� �� ������������������Vgo.string."func(objfile.uint64s, int, int)"���þVgo.string."func(objfile.uint64s, int, int)"�@��@func(objfile.uint64s, int, int)��þ>type.func("".uint64s, int, int)�°��°��������������ÿq(0�3������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��^go.string.hdr."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���þŒgo.typelink.func(objfile.uint64s, int, int) func("".uint64s, int, int)��������������>type.func("".uint64s, int, int)���þtype."".uint64s������������������¾­„ó�����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������20 � runtime.algarray���@��"runtime.gcbits.01���P��>go.string.hdr."objfile.uint64s"���p�� type.*"".uint64s���€��"runtime.zerovalue�����type.uint64���` �type."".uint64s��� ��.go.string.hdr."uint64s"���°��"go.importpath."".���Àð�type."".uint64s���ð��&go.string.hdr."Len"�����type.func() int��� ��2type.func("".uint64s) int���°��""".(*uint64s).Len���À��"".uint64s.Len���Ð��(go.string.hdr."Less"���ð��0type.func(int, int) bool���€��Htype.func("".uint64s, int, int) bool�����$"".(*uint64s).Less��� ��"".uint64s.Less���°��(go.string.hdr."Swap"���Ð��&type.func(int, int)���à��>type.func("".uint64s, int, int)���ð��$"".(*uint64s).Swap���€��"".uint64s.Swap���þ0go.string.hdr."[]uint64"� �� ������������������(go.string."[]uint64"���þ(go.string."[]uint64"� ��[]uint64��þtype.[]uint64� �� ��������������?µi ��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��0go.string.hdr."[]uint64"���p��,go.weak.type.*[]uint64���€��"runtime.zerovalue�����type.uint64���þ:go.typelink.[]uint64 []uint64��������������type.[]uint64���þ<go.string.hdr."[]macho.Symbol"� �� ������������������4go.string."[]macho.Symbol"���þ4go.string."[]macho.Symbol"� ��[]macho.Symbol��þ2type.[]debug/macho.Symbol� �� ��������������bgJ}��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��<go.string.hdr."[]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���þ2go.string.hdr."*[]uint64"� �� �������� ����������*go.string."*[]uint64"���þ*go.string."*[]uint64"� ��*[]uint64��þtype.*[]uint64� �� ��������������/DK\�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��2go.string.hdr."*[]uint64"���p��.go.weak.type.**[]uint64���€��"runtime.zerovalue�����type.[]uint64���þ"runtime.gcbits.06����þŒgo.string.hdr."struct { F uintptr; addrs *[]uint64; s *macho.Symbol }"� �� ��������6����������„go.string."struct { F uintptr; addrs *[]uint64; s *macho.Symbol }"���þ„go.string."struct { F uintptr; addrs *[]uint64; s *macho.Symbol }"�p��nstruct { F uintptr; addrs *[]uint64; s *macho.Symbol }��þ*go.string.hdr."addrs"� �� ������������������"go.string."addrs"���þ"go.string."addrs"��� addrs��þ"go.string.hdr."s"� �� ������������������go.string."s"���þgo.string."s"���s��þ‚type.struct { F uintptr; addrs *[]uint64; s *debug/macho.Symbol }�°��°��������������üüY?���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������0��type..alg24���@��"runtime.gcbits.06���P��Œgo.string.hdr."struct { F uintptr; addrs *[]uint64; s *macho.Symbol }"���p��”go.weak.type.*struct { F uintptr; addrs *[]uint64; s *debug/macho.Symbol }���€��"runtime.zerovalue���À�‚type.struct { F uintptr; addrs *[]uint64; s *debug/macho.Symbol }���À��$go.string.hdr.".F"���Ð��"go.importpath."".���à��type.uintptr�����*go.string.hdr."addrs"��� ��"go.importpath."".���°��type.*[]uint64���à��"go.string.hdr."s"���ð��"go.importpath."".���€��0type.*debug/macho.Symbol���þŽgo.string.hdr."*struct { F uintptr; addrs *[]uint64; s *macho.Symbol }"� �� ��������7����������†go.string."*struct { F uintptr; addrs *[]uint64; s *macho.Symbol }"���þ†go.string."*struct { F uintptr; addrs *[]uint64; s *macho.Symbol }"�p��p*struct { F uintptr; addrs *[]uint64; s *macho.Symbol }��þ„type.*struct { F uintptr; addrs *[]uint64; s *debug/macho.Symbol }� �� ��������������øÉ# �6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��Žgo.string.hdr."*struct { F uintptr; addrs *[]uint64; s *macho.Symbol }"���p��–go.weak.type.**struct { F uintptr; addrs *[]uint64; s *debug/macho.Symbol }���€��"runtime.zerovalue�����‚type.struct { F uintptr; addrs *[]uint64; s *debug/macho.Symbol }���þ type..hashfunc32� �� �������� ����������,runtime.memhash_varlen���þtype..eqfunc32� �� �������� ����������.runtime.memequal_varlen���þtype..alg32� �� ������������������� type..hashfunc32�����type..eqfunc32���þ2go.string.hdr."[32]uint8"� �� �������� ����������*go.string."[32]uint8"���þ*go.string."[32]uint8"� ��[32]uint8��þtype.[32]uint8�À��À ���������������œYÿ¨�‘���������������������������������������������������������������� �������0��type..alg32���@��runtime.gcbits.���P��2go.string.hdr."[32]uint8"���p��.go.weak.type.*[32]uint8���€��"runtime.zerovalue�����type.uint8��� ��type.[]uint8���þ>go.typelink.[32]uint8 [32]uint8��������������type.[32]uint8���þngo.string.hdr."func(*os.File) (objfile.rawFile, error)"� �� ��������'����������fgo.string."func(*os.File) (objfile.rawFile, error)"���þfgo.string."func(*os.File) (objfile.rawFile, error)"�P��Pfunc(*os.File) (objfile.rawFile, error)��þNtype.func(*os.File) ("".rawFile, error)�°��°��������������™Jži�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��ngo.string.hdr."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���þ¬go.typelink.func(*os.File) (objfile.rawFile, error) func(*os.File) ("".rawFile, error)��������������Ntype.func(*os.File) ("".rawFile, error)���þrgo.string.hdr."[]func(*os.File) (objfile.rawFile, error)"� �� ��������)����������jgo.string."[]func(*os.File) (objfile.rawFile, error)"���þjgo.string."[]func(*os.File) (objfile.rawFile, error)"�`��T[]func(*os.File) (objfile.rawFile, error)��þRtype.[]func(*os.File) ("".rawFile, error)� �� ��������������Lè°J��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��rgo.string.hdr."[]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)���þpgo.string.hdr."*func(*os.File) (objfile.rawFile, error)"� �� ��������(����������hgo.string."*func(*os.File) (objfile.rawFile, error)"���þhgo.string."*func(*os.File) (objfile.rawFile, error)"�`��R*func(*os.File) (objfile.rawFile, error)��þPtype.*func(*os.File) ("".rawFile, error)� �� ��������������É ´¼�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��pgo.string.hdr."*func(*os.File) (objfile.rawFile, error)"���p��bgo.weak.type.**func(*os.File) ("".rawFile, error)���€��"runtime.zerovalue�����Ntype.func(*os.File) ("".rawFile, error)���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440��������������þTgclocals·3bb21ca8fe1d99a3e492463bd711418a�������������þ<type..hashfunc.[1]interface {}��������������4type..hash.[1]interface {}���þ8type..eqfunc.[1]interface {}��������������0type..eq.[1]interface {}���þ2type..alg.[1]interface {}� �� �������������������<type..hashfunc.[1]interface {}�����8type..eqfunc.[1]interface {}���þ>go.string.hdr."[1]interface {}"� �� ������������������6go.string."[1]interface {}"���þ6go.string."[1]interface {}"� �� [1]interface {}��þ(type.[1]interface {}�À��À��������������P‘[ú������������������������������������������������������������������������0��2type..alg.[1]interface {}���@��"runtime.gcbits.03���P��>go.string.hdr."[1]interface {}"���p��:go.weak.type.*[1]interface {}���€��"runtime.zerovalue�����"type.interface {}��� ��&type.[]interface {}���þVgo.typelink.[1]interface {} [1]interface {}��������������(type.[1]interface {}���þ@go.string.hdr."*[1]interface {}"� �� ������������������8go.string."*[1]interface {}"���þ8go.string."*[1]interface {}"�0��"*[1]interface {}��þ*type.*[1]interface {}� �� ��������������¿¨5�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��@go.string.hdr."*[1]interface {}"���p��<go.weak.type.**[1]interface {}���€��"runtime.zerovalue�����(type.[1]interface {}���þ>go.string.hdr."*objfile.byAddr"� �� ������������������6go.string."*objfile.byAddr"���þ6go.string."*objfile.byAddr"� �� *objfile.byAddr��þ,go.string.hdr."byAddr"� �� ������������������$go.string."byAddr"���þ$go.string."byAddr"���byAddr��þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·2fccd208efe70893f9ac8d682812ae72�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·3f5c1f818fa7055d0400cecd34057162�������������þTgclocals·4441e99d0f92a96b8cd7f39bee719947� �� ���
������� ���þTgclocals·41a13ac73c712c01973b8fe23f62d694� �� �������������þRgo.string.hdr."func(*objfile.byAddr) int"� �� ������������������Jgo.string."func(*objfile.byAddr) int"���þJgo.string."func(*objfile.byAddr) int"�@��4func(*objfile.byAddr) int��þ2type.func(*"".byAddr) int� �� ��������������r©0Ý�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Rgo.string.hdr."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���þtgo.typelink.func(*objfile.byAddr) int func(*"".byAddr) int��������������2type.func(*"".byAddr) int���þhgo.string.hdr."func(*objfile.byAddr, int, int) bool"� �� ��������$����������`go.string."func(*objfile.byAddr, int, int) bool"���þ`go.string."func(*objfile.byAddr, int, int) bool"�P��Jfunc(*objfile.byAddr, int, int) bool��þHtype.func(*"".byAddr, int, int) bool�À��À��������������6 Ãg�3������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��hgo.string.hdr."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���þ go.typelink.func(*objfile.byAddr, int, int) bool func(*"".byAddr, int, int) bool��������������Htype.func(*"".byAddr, int, int) bool���þ^go.string.hdr."func(*objfile.byAddr, int, int)"� �� ������������������Vgo.string."func(*objfile.byAddr, int, int)"���þVgo.string."func(*objfile.byAddr, int, int)"�@��@func(*objfile.byAddr, int, int)��þ>type.func(*"".byAddr, int, int)�°��°��������������&ˆŒŒ�3������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��^go.string.hdr."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���þŒgo.typelink.func(*objfile.byAddr, int, int) func(*"".byAddr, int, int)��������������>type.func(*"".byAddr, int, int)���þtype.*"".byAddr������������������ª†Dc�6����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������.0 � runtime.algarray���@��"runtime.gcbits.01���P��>go.string.hdr."*objfile.byAddr"���p��0go.weak.type.**"".byAddr���€��"runtime.zerovalue�����type."".byAddr���` �type.*"".byAddr���Àð�type.*"".byAddr���ð��&go.string.hdr."Len"�����type.func() int��� ��2type.func(*"".byAddr) int���°�� "".(*byAddr).Len���À�� "".(*byAddr).Len���Ð��(go.string.hdr."Less"���ð��0type.func(int, int) bool���€��Htype.func(*"".byAddr, int, int) bool�����""".(*byAddr).Less��� ��""".(*byAddr).Less���°��(go.string.hdr."Swap"���Ð��&type.func(int, int)���à��>type.func(*"".byAddr, int, int)���ð��""".(*byAddr).Swap���€��""".(*byAddr).Swap���þ<go.string.hdr."objfile.byAddr"� �� ������������������4go.string."objfile.byAddr"���þ4go.string."objfile.byAddr"� ��objfile.byAddr��þPgo.string.hdr."func(objfile.byAddr) int"� �� ������������������Hgo.string."func(objfile.byAddr) int"���þHgo.string."func(objfile.byAddr) int"�@��2func(objfile.byAddr) int��þ0type.func("".byAddr) int� �� �������������� føV�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Pgo.string.hdr."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���þpgo.typelink.func(objfile.byAddr) int func("".byAddr) int��������������0type.func("".byAddr) int���þfgo.string.hdr."func(objfile.byAddr, int, int) bool"� �� ��������#����������^go.string."func(objfile.byAddr, int, int) bool"���þ^go.string."func(objfile.byAddr, int, int) bool"�P��Hfunc(objfile.byAddr, int, int) bool��þFtype.func("".byAddr, int, int) bool�À��À��������������Õl·ó�3������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��fgo.string.hdr."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���þœgo.typelink.func(objfile.byAddr, int, int) bool func("".byAddr, int, int) bool��������������Ftype.func("".byAddr, int, int) bool���þ\go.string.hdr."func(objfile.byAddr, int, int)"� �� ������������������Tgo.string."func(objfile.byAddr, int, int)"���þTgo.string."func(objfile.byAddr, int, int)"�@��>func(objfile.byAddr, int, int)��þ<type.func("".byAddr, int, int)�°��°��������������C Å�3������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��\go.string.hdr."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���þˆgo.typelink.func(objfile.byAddr, int, int) func("".byAddr, int, int)��������������<type.func("".byAddr, int, int)���þtype."".byAddr������������������ýä<�����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������20 � runtime.algarray���@��"runtime.gcbits.01���P��<go.string.hdr."objfile.byAddr"���p��type.*"".byAddr���€��"runtime.zerovalue�����type."".Sym���` �type."".byAddr��� ��,go.string.hdr."byAddr"���°��"go.importpath."".���Àð�type."".byAddr���ð��&go.string.hdr."Len"�����type.func() int��� ��0type.func("".byAddr) int���°�� "".(*byAddr).Len���À��"".byAddr.Len���Ð��(go.string.hdr."Less"���ð��0type.func(int, int) bool���€��Ftype.func("".byAddr, int, int) bool�����""".(*byAddr).Less��� ��"".byAddr.Less���°��(go.string.hdr."Swap"���Ð��&type.func(int, int)���à��<type.func("".byAddr, int, int)���ð��""".(*byAddr).Swap���€��"".byAddr.Swap���þ>go.string.hdr."*objfile.peFile"� �� ������������������6go.string."*objfile.peFile"���þ6go.string."*objfile.peFile"� �� *objfile.peFile��þXgo.string.hdr."func(*objfile.peFile) string"� �� ������������������Pgo.string."func(*objfile.peFile) string"���þPgo.string."func(*objfile.peFile) string"�@��:func(*objfile.peFile) string��þ8type.func(*"".peFile) string� �� ��������������¶ó1�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Xgo.string.hdr."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.typelink.func(*objfile.peFile) string func(*"".peFile) string��������������8type.func(*"".peFile) string���þŽgo.string.hdr."func(*objfile.peFile) (uint64, []uint8, []uint8, error)"� �� ��������7����������†go.string."func(*objfile.peFile) (uint64, []uint8, []uint8, error)"���þ†go.string."func(*objfile.peFile) (uint64, []uint8, []uint8, error)"�p��pfunc(*objfile.peFile) (uint64, []uint8, []uint8, error)��þntype.func(*"".peFile) (uint64, []uint8, []uint8, error)�Ð��Ð��������������R1é�3��������������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Žgo.string.hdr."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���þìgo.typelink.func(*objfile.peFile) (uint64, []uint8, []uint8, error) func(*"".peFile) (uint64, []uint8, []uint8, error)��������������ntype.func(*"".peFile) (uint64, []uint8, []uint8, error)���þxgo.string.hdr."func(*objfile.peFile) ([]objfile.Sym, error)"� �� ��������,����������pgo.string."func(*objfile.peFile) ([]objfile.Sym, error)"���þpgo.string."func(*objfile.peFile) ([]objfile.Sym, error)"�`��Zfunc(*objfile.peFile) ([]objfile.Sym, error)��þNtype.func(*"".peFile) ([]"".Sym, error)�°��°��������������^§çÌ�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��xgo.string.hdr."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���þ¶go.typelink.func(*objfile.peFile) ([]objfile.Sym, error) func(*"".peFile) ([]"".Sym, error)��������������Ntype.func(*"".peFile) ([]"".Sym, error)���þ|go.string.hdr."func(*objfile.peFile) (uint64, []uint8, error)"� �� ��������.����������tgo.string."func(*objfile.peFile) (uint64, []uint8, error)"���þtgo.string."func(*objfile.peFile) (uint64, []uint8, error)"�`��^func(*objfile.peFile) (uint64, []uint8, error)��þ\type.func(*"".peFile) (uint64, []uint8, error)�À��À��������������w¾´ �3������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��|go.string.hdr."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���þÈgo.typelink.func(*objfile.peFile) (uint64, []uint8, error) func(*"".peFile) (uint64, []uint8, error)��������������\type.func(*"".peFile) (uint64, []uint8, error)���þtype.*"".peFile��ð��ð��������������5šÁ�6����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������@0 � runtime.algarray���@��"runtime.gcbits.01���P��>go.string.hdr."*objfile.peFile"���p��0go.weak.type.**"".peFile���€��"runtime.zerovalue�����type."".peFile���` �type.*"".peFile���Àð�type.*"".peFile���ð��,go.string.hdr."goarch"���€��"go.importpath."".�����$type.func() string��� ��8type.func(*"".peFile) string���°��&"".(*peFile).goarch���À��&"".(*peFile).goarch���Ð��(go.string.hdr."pcln"���à��"go.importpath."".���ð��Ztype.func() (uint64, []uint8, []uint8, error)���€��ntype.func(*"".peFile) (uint64, []uint8, []uint8, error)�����""".(*peFile).pcln��� ��""".(*peFile).pcln���°��.go.string.hdr."symbols"���À��"go.importpath."".���Ð��:type.func() ([]"".Sym, error)���à��Ntype.func(*"".peFile) ([]"".Sym, error)���ð��("".(*peFile).symbols���€��("".(*peFile).symbols�����(go.string.hdr."text"��� ��"go.importpath."".���°��Htype.func() (uint64, []uint8, error)���À��\type.func(*"".peFile) (uint64, []uint8, error)���Ð��""".(*peFile).text���à��""".(*peFile).text���þ<go.string.hdr."objfile.peFile"� �� ������������������4go.string."objfile.peFile"���þ4go.string."objfile.peFile"� ��objfile.peFile��þ$go.string.hdr."pe"� �� ������������������go.string."pe"���þgo.string."pe"���pe��þ,go.string.hdr."peFile"� �� ������������������$go.string."peFile"���þ$go.string."peFile"���peFile��þtype."".peFile��à��à��������������¯ig�9������������������������������������������������������������������������������������������������������������������������������������������������������0 � runtime.algarray���@��"runtime.gcbits.01���P��<go.string.hdr."objfile.peFile"���p��type.*"".peFile���€��"runtime.zerovalue���À�type."".peFile���À��$go.string.hdr."pe"���Ð��"go.importpath."".���à��&type.*debug/pe.File���`�type."".peFile�����,go.string.hdr."peFile"��� ��"go.importpath."".���°à�type."".peFile���þ8go.string.hdr."[]*pe.Symbol"� �� �������� ����������0go.string."[]*pe.Symbol"���þ0go.string."[]*pe.Symbol"� ��[]*pe.Symbol��þ.type.[]*debug/pe.Symbol� �� ��������������HLž¼��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��8go.string.hdr."[]*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���þ<go.string.hdr."*[]objfile.Sym"� �� ������������������4go.string."*[]objfile.Sym"���þ4go.string."*[]objfile.Sym"� ��*[]objfile.Sym��þtype.*[]"".Sym� �� ��������������[pyC�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��<go.string.hdr."*[]objfile.Sym"���p��.go.weak.type.**[]"".Sym���€��"runtime.zerovalue�����type.[]"".Sym���þ¤go.string.hdr."struct { F uintptr; addrs *[]uint64; syms *[]objfile.Sym; i *int }"� �� ��������B����������œgo.string."struct { F uintptr; addrs *[]uint64; syms *[]objfile.Sym; i *int }"���þœgo.string."struct { F uintptr; addrs *[]uint64; syms *[]objfile.Sym; i *int }"���†struct { F uintptr; addrs *[]uint64; syms *[]objfile.Sym; i *int }��þ"go.string.hdr."i"� �� ������������������go.string."i"���þgo.string."i"���i��þ„type.struct { F uintptr; addrs *[]uint64; syms *[]"".Sym; i *int }�€��€ ������� �������]›D������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������$0��type..alg32���@��"runtime.gcbits.0e���P��¤go.string.hdr."struct { F uintptr; addrs *[]uint64; syms *[]objfile.Sym; i *int }"���p��–go.weak.type.*struct { F uintptr; addrs *[]uint64; syms *[]"".Sym; i *int }���€��"runtime.zerovalue���À�„type.struct { F uintptr; addrs *[]uint64; syms *[]"".Sym; i *int }���À��$go.string.hdr.".F"���Ð��"go.importpath."".���à��type.uintptr�����*go.string.hdr."addrs"��� ��"go.importpath."".���°��type.*[]uint64���à��(go.string.hdr."syms"���ð��"go.importpath."".���€��type.*[]"".Sym���°��"go.string.hdr."i"���À��"go.importpath."".���Ð��type.*int���þ6go.string.hdr."**pe.Symbol"� �� �������� ����������.go.string."**pe.Symbol"���þ.go.string."**pe.Symbol"� ��**pe.Symbol��þ,type.**debug/pe.Symbol� �� ��������������é÷_�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��6go.string.hdr."**pe.Symbol"���p��>go.weak.type.***debug/pe.Symbol���€��"runtime.zerovalue�����*type.*debug/pe.Symbol���þ¦go.string.hdr."*struct { F uintptr; addrs *[]uint64; syms *[]objfile.Sym; i *int }"� �� ��������C����������žgo.string."*struct { F uintptr; addrs *[]uint64; syms *[]objfile.Sym; i *int }"���þžgo.string."*struct { F uintptr; addrs *[]uint64; syms *[]objfile.Sym; i *int }"���ˆ*struct { F uintptr; addrs *[]uint64; syms *[]objfile.Sym; i *int }��þ†type.*struct { F uintptr; addrs *[]uint64; syms *[]"".Sym; i *int }� �� ��������������5=Ed�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��¦go.string.hdr."*struct { F uintptr; addrs *[]uint64; syms *[]objfile.Sym; i *int }"���p��˜go.weak.type.**struct { F uintptr; addrs *[]uint64; syms *[]"".Sym; i *int }���€��"runtime.zerovalue�����„type.struct { F uintptr; addrs *[]uint64; syms *[]"".Sym; i *int }���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440��������������þTgclocals·3bb21ca8fe1d99a3e492463bd711418a�������������þ<type..hashfunc.[3]interface {}��������������4type..hash.[3]interface {}���þ8type..eqfunc.[3]interface {}��������������0type..eq.[3]interface {}���þ2type..alg.[3]interface {}� �� �������������������<type..hashfunc.[3]interface {}�����8type..eqfunc.[3]interface {}���þ"runtime.gcbits.3f���?�þ>go.string.hdr."[3]interface {}"� �� ������������������6go.string."[3]interface {}"���þ6go.string."[3]interface {}"� �� [3]interface {}��þ(type.[3]interface {}�À��À0�������0�������ÝÏÙ������������������������������������������������������������������������0��2type..alg.[3]interface {}���@��"runtime.gcbits.3f���P��>go.string.hdr."[3]interface {}"���p��:go.weak.type.*[3]interface {}���€��"runtime.zerovalue�����"type.interface {}��� ��&type.[]interface {}���þVgo.typelink.[3]interface {} [3]interface {}��������������(type.[3]interface {}���þ@go.string.hdr."*[3]interface {}"� �� ������������������8go.string."*[3]interface {}"���þ8go.string."*[3]interface {}"�0��"*[3]interface {}��þ*type.*[3]interface {}� �� ��������������°þ¹�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��@go.string.hdr."*[3]interface {}"���p��<go.weak.type.**[3]interface {}���€��"runtime.zerovalue�����(type.[3]interface {}���þDgo.string.hdr."*objfile.plan9File"� �� ������������������<go.string."*objfile.plan9File"���þ<go.string."*objfile.plan9File"�0��&*objfile.plan9File��þ^go.string.hdr."func(*objfile.plan9File) string"� �� ������������������Vgo.string."func(*objfile.plan9File) string"���þVgo.string."func(*objfile.plan9File) string"�@��@func(*objfile.plan9File) string��þ>type.func(*"".plan9File) string� �� ��������������¸‘B�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��^go.string.hdr."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.typelink.func(*objfile.plan9File) string func(*"".plan9File) string��������������>type.func(*"".plan9File) string���þ”go.string.hdr."func(*objfile.plan9File) (uint64, []uint8, []uint8, error)"� �� ��������:����������Œgo.string."func(*objfile.plan9File) (uint64, []uint8, []uint8, error)"���þŒgo.string."func(*objfile.plan9File) (uint64, []uint8, []uint8, error)"�€��vfunc(*objfile.plan9File) (uint64, []uint8, []uint8, error)��þttype.func(*"".plan9File) (uint64, []uint8, []uint8, error)�Ð��Ð��������������”Ž}¹�3��������������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��”go.string.hdr."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���þøgo.typelink.func(*objfile.plan9File) (uint64, []uint8, []uint8, error) func(*"".plan9File) (uint64, []uint8, []uint8, error)��������������ttype.func(*"".plan9File) (uint64, []uint8, []uint8, error)���þ~go.string.hdr."func(*objfile.plan9File) ([]objfile.Sym, error)"� �� ��������/����������vgo.string."func(*objfile.plan9File) ([]objfile.Sym, error)"���þvgo.string."func(*objfile.plan9File) ([]objfile.Sym, error)"�`��`func(*objfile.plan9File) ([]objfile.Sym, error)��þTtype.func(*"".plan9File) ([]"".Sym, error)�°��°��������������š3S�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��~go.string.hdr."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���þÂgo.typelink.func(*objfile.plan9File) ([]objfile.Sym, error) func(*"".plan9File) ([]"".Sym, error)��������������Ttype.func(*"".plan9File) ([]"".Sym, error)���þ‚go.string.hdr."func(*objfile.plan9File) (uint64, []uint8, error)"� �� ��������1����������zgo.string."func(*objfile.plan9File) (uint64, []uint8, error)"���þzgo.string."func(*objfile.plan9File) (uint64, []uint8, error)"�p��dfunc(*objfile.plan9File) (uint64, []uint8, error)��þbtype.func(*"".plan9File) (uint64, []uint8, error)�À��À��������������n~e�3������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��‚go.string.hdr."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���þÔgo.typelink.func(*objfile.plan9File) (uint64, []uint8, error) func(*"".plan9File) (uint64, []uint8, error)��������������btype.func(*"".plan9File) (uint64, []uint8, error)���þ$type.*"".plan9File��ð��ð��������������œ1ç.�6����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������@0 � runtime.algarray���@��"runtime.gcbits.01���P��Dgo.string.hdr."*objfile.plan9File"���p��6go.weak.type.**"".plan9File���€��"runtime.zerovalue�����"type."".plan9File���` �$type.*"".plan9File���Àð�$type.*"".plan9File���ð��,go.string.hdr."goarch"���€��"go.importpath."".�����$type.func() string��� ��>type.func(*"".plan9File) string���°��,"".(*plan9File).goarch���À��,"".(*plan9File).goarch���Ð��(go.string.hdr."pcln"���à��"go.importpath."".���ð��Ztype.func() (uint64, []uint8, []uint8, error)���€��ttype.func(*"".plan9File) (uint64, []uint8, []uint8, error)�����("".(*plan9File).pcln��� ��("".(*plan9File).pcln���°��.go.string.hdr."symbols"���À��"go.importpath."".���Ð��:type.func() ([]"".Sym, error)���à��Ttype.func(*"".plan9File) ([]"".Sym, error)���ð��."".(*plan9File).symbols���€��."".(*plan9File).symbols�����(go.string.hdr."text"��� ��"go.importpath."".���°��Htype.func() (uint64, []uint8, error)���À��btype.func(*"".plan9File) (uint64, []uint8, error)���Ð��("".(*plan9File).text���à��("".(*plan9File).text���þBgo.string.hdr."objfile.plan9File"� �� ������������������:go.string."objfile.plan9File"���þ:go.string."objfile.plan9File"�0��$objfile.plan9File��þ*go.string.hdr."plan9"� �� ������������������"go.string."plan9"���þ"go.string."plan9"��� plan9��þ2go.string.hdr."plan9File"� �� �������� ����������*go.string."plan9File"���þ*go.string."plan9File"� ��plan9File��þ"type."".plan9File��à��à��������������æG–�9������������������������������������������������������������������������������������������������������������������������������������������������������0 � runtime.algarray���@��"runtime.gcbits.01���P��Bgo.string.hdr."objfile.plan9File"���p��$type.*"".plan9File���€��"runtime.zerovalue���À�"type."".plan9File���À��*go.string.hdr."plan9"���Ð��"go.importpath."".���à��2type.*debug/plan9obj.File���`�"type."".plan9File�����2go.string.hdr."plan9File"��� ��"go.importpath."".���°à�"type."".plan9File���þ.go.string.hdr."[]int32"� �� ������������������&go.string."[]int32"���þ&go.string."[]int32"���[]int32��þtype.[]int32� �� ��������������*Ms��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��.go.string.hdr."[]int32"���p��*go.weak.type.*[]int32���€��"runtime.zerovalue�����type.int32���þ6go.typelink.[]int32 []int32��������������type.[]int32���þ0go.string.hdr."[8]int32"� �� ������������������(go.string."[8]int32"���þ(go.string."[8]int32"� ��[8]int32��þtype.[8]int32�À��À ���������������5j»Û�‘�����������������������������������������������������������������������0��type..alg32���@��runtime.gcbits.���P��0go.string.hdr."[8]int32"���p��,go.weak.type.*[8]int32���€��"runtime.zerovalue�����type.int32��� ��type.[]int32���þ:go.typelink.[8]int32 [8]int32��������������type.[8]int32���þJgo.string.hdr."map.bucket[int32]bool"� �� ������������������Bgo.string."map.bucket[int32]bool"���þBgo.string."map.bucket[int32]bool"�0��,map.bucket[int32]bool��þ4type.map.bucket[int32]bool�€��€8���������������¼¿úã�™�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������(���������������������������������������0�������0à� runtime.algarray���@��runtime.gcbits.���P��Jgo.string.hdr."map.bucket[int32]bool"���p��Fgo.weak.type.*map.bucket[int32]bool���€��"runtime.zerovalue���À�4type.map.bucket[int32]bool���À��.go.string.hdr."topbits"���à��type.[8]uint8�����(go.string.hdr."keys"���°��type.[8]int32���à��,go.string.hdr."values"���€��type.[8]bool���°��0go.string.hdr."overflow"���Ð��type.uintptr���þLgo.string.hdr."*map.bucket[int32]bool"� �� ������������������Dgo.string."*map.bucket[int32]bool"���þDgo.string."*map.bucket[int32]bool"�0��.*map.bucket[int32]bool��þ6type.*map.bucket[int32]bool� �� ��������������ÖM¦�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��Lgo.string.hdr."*map.bucket[int32]bool"���p��Hgo.weak.type.**map.bucket[int32]bool���€��"runtime.zerovalue�����4type.map.bucket[int32]bool���þDgo.string.hdr."map.hdr[int32]bool"� �� ������������������<go.string."map.hdr[int32]bool"���þ<go.string."map.hdr[int32]bool"�0��&map.hdr[int32]bool��þ.type.map.hdr[int32]bool�À��À0�������0�������ڹʤ�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� ��������������������������������������� ��������������������������������������������������������������������������������������������������������������������� ���������������������������������������(�������,0à� runtime.algarray���@��"runtime.gcbits.2c���P��Dgo.string.hdr."map.hdr[int32]bool"���p��@go.weak.type.*map.hdr[int32]bool���€��"runtime.zerovalue���À�.type.map.hdr[int32]bool���À��*go.string.hdr."count"���à��type.int�����*go.string.hdr."flags"���°��type.uint8���à��"go.string.hdr."B"���€��type.uint8���°��*go.string.hdr."hash0"���Ð��type.uint32���€��.go.string.hdr."buckets"��� ��6type.*map.bucket[int32]bool���Ð��4go.string.hdr."oldbuckets"���ð��6type.*map.bucket[int32]bool��� ��2go.string.hdr."nevacuate"���À��type.uintptr���ð��0go.string.hdr."overflow"�����&type.unsafe.Pointer���þ<go.string.hdr."map[int32]bool"� �� ������������������4go.string."map[int32]bool"���þ4go.string."map[int32]bool"� ��map[int32]bool��þ&type.map[int32]bool�Þ��Þ��������������È9w��5����������������������������������������������������������������������������������8�0€� runtime.algarray���@��"runtime.gcbits.01���P��<go.string.hdr."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���þ<go.string.hdr."[]plan9obj.Sym"� �� ������������������4go.string."[]plan9obj.Sym"���þ4go.string."[]plan9obj.Sym"� ��[]plan9obj.Sym��þ2type.[]debug/plan9obj.Sym� �� ��������������ð‹Zˆ��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��<go.string.hdr."[]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.hdr."struct { F uintptr; addrs *[]uint64; s *plan9obj.Sym }"� �� ��������6����������„go.string."struct { F uintptr; addrs *[]uint64; s *plan9obj.Sym }"���þ„go.string."struct { F uintptr; addrs *[]uint64; s *plan9obj.Sym }"�p��nstruct { F uintptr; addrs *[]uint64; s *plan9obj.Sym }��þ‚type.struct { F uintptr; addrs *[]uint64; s *debug/plan9obj.Sym }�°��°��������������&5¬���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������0��type..alg24���@��"runtime.gcbits.06���P��Œgo.string.hdr."struct { F uintptr; addrs *[]uint64; s *plan9obj.Sym }"���p��”go.weak.type.*struct { F uintptr; addrs *[]uint64; s *debug/plan9obj.Sym }���€��"runtime.zerovalue���À�‚type.struct { F uintptr; addrs *[]uint64; s *debug/plan9obj.Sym }���À��$go.string.hdr.".F"���Ð��"go.importpath."".���à��type.uintptr�����*go.string.hdr."addrs"��� ��"go.importpath."".���°��type.*[]uint64���à��"go.string.hdr."s"���ð��"go.importpath."".���€��0type.*debug/plan9obj.Sym���þŽgo.string.hdr."*struct { F uintptr; addrs *[]uint64; s *plan9obj.Sym }"� �� ��������7����������†go.string."*struct { F uintptr; addrs *[]uint64; s *plan9obj.Sym }"���þ†go.string."*struct { F uintptr; addrs *[]uint64; s *plan9obj.Sym }"�p��p*struct { F uintptr; addrs *[]uint64; s *plan9obj.Sym }��þ„type.*struct { F uintptr; addrs *[]uint64; s *debug/plan9obj.Sym }� �� ��������������¾bC�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��Žgo.string.hdr."*struct { F uintptr; addrs *[]uint64; s *plan9obj.Sym }"���p��–go.weak.type.**struct { F uintptr; addrs *[]uint64; s *debug/plan9obj.Sym }���€��"runtime.zerovalue�����‚type.struct { F uintptr; addrs *[]uint64; s *debug/plan9obj.Sym }���þ0go.string.hdr."*[]uint8"� �� ������������������(go.string."*[]uint8"���þ(go.string."*[]uint8"� ��*[]uint8��þtype.*[]uint8� �� ��������������¥ŽÐi�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��0go.string.hdr."*[]uint8"���p��,go.weak.type.**[]uint8���€��"runtime.zerovalue�����type.[]uint8���þ"runtime.gcbits.1f����þtgo.string.hdr."[5]func(*os.File) (objfile.rawFile, error)"� �� ��������*����������lgo.string."[5]func(*os.File) (objfile.rawFile, error)"���þlgo.string."[5]func(*os.File) (objfile.rawFile, error)"�`��V[5]func(*os.File) (objfile.rawFile, error)��þTtype.[5]func(*os.File) ("".rawFile, error)�À��À(�������(�������õ4.¹������������������������������������������������������������������������0à� runtime.algarray���@��"runtime.gcbits.1f���P��tgo.string.hdr."[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·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·3bb21ca8fe1d99a3e492463bd711418a�������������þRtype..hashfunc.struct { a int32; b bool }��������������Jtype..hash.struct { a int32; b bool }���þNtype..eqfunc.struct { a int32; b bool }��������������Ftype..eq.struct { a int32; b bool }���þHtype..alg.struct { a int32; b bool }� �� �������������������Rtype..hashfunc.struct { a int32; b bool }�����Ntype..eqfunc.struct { a int32; b bool }���þTgo.string.hdr."struct { a int32; b bool }"� �� ������������������Lgo.string."struct { a int32; b bool }"���þLgo.string."struct { a int32; b bool }"�@��6struct { a int32; b bool }��þ"go.string.hdr."a"� �� ������������������go.string."a"���þgo.string."a"���a��þ"go.string.hdr."b"� �� ������������������go.string."b"���þgo.string."b"���b��þ>type.struct { a int32; b bool }�à��à���������������{XU‡�™�����������������������������������������������������������������������������������������������������������������������������������������������������0��Htype..alg.struct { a int32; b bool }���@��runtime.gcbits.���P��Tgo.string.hdr."struct { a int32; b bool }"���p��Pgo.weak.type.*struct { a int32; b bool }���€��"runtime.zerovalue���À�>type.struct { a int32; b bool }���À��"go.string.hdr."a"���Ð��"go.importpath."".���à��type.int32�����"go.string.hdr."b"��� ��"go.importpath."".���°��type.bool���þXgo.string.hdr."[]struct { a int32; b bool }"� �� ������������������Pgo.string."[]struct { a int32; b bool }"���þPgo.string."[]struct { a int32; b bool }"�@��:[]struct { a int32; b bool }��þBtype.[]struct { a int32; b bool }� �� ��������������¸ïÔh��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��Xgo.string.hdr."[]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·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·3bb21ca8fe1d99a3e492463bd711418a�������������þXtype..hashfunc.[6]struct { a int32; b bool }��������������Ptype..hash.[6]struct { a int32; b bool }���þTtype..eqfunc.[6]struct { a int32; b bool }��������������Ltype..eq.[6]struct { a int32; b bool }���þNtype..alg.[6]struct { a int32; b bool }� �� �������������������Xtype..hashfunc.[6]struct { a int32; b bool }�����Ttype..eqfunc.[6]struct { a int32; b bool }���þZgo.string.hdr."[6]struct { a int32; b bool }"� �� ������������������Rgo.string."[6]struct { a int32; b bool }"���þRgo.string."[6]struct { a int32; b bool }"�@��<[6]struct { a int32; b bool }��þDtype.[6]struct { a int32; b bool }�À��À0���������������_ô]�‘�����������������������������������������������������������������������0��Ntype..alg.[6]struct { a int32; b bool }���@��runtime.gcbits.���P��Zgo.string.hdr."[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 }���þ4go.string.hdr."*[8]string"� �� ��������
����������,go.string."*[8]string"���þ,go.string."*[8]string"� ��*[8]string��þtype.*[8]string� �� ��������������­”o�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��4go.string.hdr."*[8]string"���p��0go.weak.type.**[8]string���€��"runtime.zerovalue�����type.[8]string���þHgo.string.hdr."*[8]binary.ByteOrder"� �� ������������������@go.string."*[8]binary.ByteOrder"���þ@go.string."*[8]binary.ByteOrder"�0��**[8]binary.ByteOrder��þDtype.*[8]encoding/binary.ByteOrder� �� ��������������ÐD ~�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��Hgo.string.hdr."*[8]binary.ByteOrder"���p��Vgo.weak.type.**[8]encoding/binary.ByteOrder���€��"runtime.zerovalue�����Btype.[8]encoding/binary.ByteOrder���þ>go.string.hdr."*[8]goobj.SymID"� �� ������������������6go.string."*[8]goobj.SymID"���þ6go.string."*[8]goobj.SymID"� �� *[8]goobj.SymID��þBtype.*[8]cmd/internal/goobj.SymID� �� ��������������®j•1�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��>go.string.hdr."*[8]goobj.SymID"���p��Tgo.weak.type.**[8]cmd/internal/goobj.SymID���€��"runtime.zerovalue�����@type.[8]cmd/internal/goobj.SymID���þVgo.string.hdr."*struct { a int32; b bool }"� �� ������������������Ngo.string."*struct { a int32; b bool }"���þNgo.string."*struct { a int32; b bool }"�@��8*struct { a int32; b bool }��þ@type.*struct { a int32; b bool }� �� ��������������°j*@�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��Vgo.string.hdr."*struct { a int32; b bool }"���p��Rgo.weak.type.**struct { a int32; b bool }���€��"runtime.zerovalue�����>type.struct { a int32; b bool }���þ\go.string.hdr."*[6]struct { a int32; b bool }"� �� ������������������Tgo.string."*[6]struct { a int32; b bool }"���þTgo.string."*[6]struct { a int32; b bool }"�@��>*[6]struct { a int32; b bool }��þFtype.*[6]struct { a int32; b bool }� �� ��������������ëCŽ\�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��\go.string.hdr."*[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.hdr."runtime"� �� ������������������&go.string."runtime"���þ&go.string."runtime"���runtime��þ,go.importpath.runtime.� �� ������������������&go.string."runtime"���þ*go.string.hdr."bufio"� �� ������������������"go.string."bufio"���þ"go.string."bufio"��� bufio��þ(go.importpath.bufio.� �� ������������������"go.string."bufio"���þ$go.string.hdr."io"� �� ������������������go.string."io"���þgo.string."io"���io��þ"go.importpath.io.� �� ������������������go.string."io"���þ6go.string.hdr."debug/gosym"� �� �������� ����������.go.string."debug/gosym"���þ.go.string."debug/gosym"� ��debug/gosym��þ4go.importpath.debug/gosym.� �� �������� ����������.go.string."debug/gosym"���þ>go.string.hdr."encoding/binary"� �� ������������������6go.string."encoding/binary"���þ6go.string."encoding/binary"� �� encoding/binary��þ<go.importpath.encoding/binary.� �� ������������������6go.string."encoding/binary"���þ&go.string.hdr."fmt"� �� ������������������go.string."fmt"���þgo.string."fmt"���fmt��þ$go.importpath.fmt.� �� ������������������go.string."fmt"���þ.go.string.hdr."strings"� �� ������������������&go.string."strings"���þ&go.string."strings"���strings��þ,go.importpath.strings.� �� ������������������&go.string."strings"���þ$go.string.hdr."os"� �� ������������������go.string."os"���þgo.string."os"���os��þ"go.importpath.os.� �� ������������������go.string."os"���þ,go.string.hdr."regexp"� �� ������������������$go.string."regexp"���þ$go.string."regexp"���regexp��þ*go.importpath.regexp.� �� ������������������$go.string."regexp"���þ(go.string.hdr."sort"� �� ������������������ go.string."sort"���þ go.string."sort"���
sort��þ&go.importpath.sort.� �� ������������������ go.string."sort"���þ<go.string.hdr."text/tabwriter"� �� ������������������4go.string."text/tabwriter"���þ4go.string."text/tabwriter"� ��text/tabwriter��þ:go.importpath.text/tabwriter.� �� ������������������4go.string."text/tabwriter"���þ\go.string.hdr."cmd/internal/rsc.io/arm/armasm"� �� ������������������Tgo.string."cmd/internal/rsc.io/arm/armasm"���þTgo.string."cmd/internal/rsc.io/arm/armasm"�@��>cmd/internal/rsc.io/arm/armasm��þZgo.importpath.cmd/internal/rsc.io/arm/armasm.� �� ������������������Tgo.string."cmd/internal/rsc.io/arm/armasm"���þ\go.string.hdr."cmd/internal/rsc.io/x86/x86asm"� �� ������������������Tgo.string."cmd/internal/rsc.io/x86/x86asm"���þTgo.string."cmd/internal/rsc.io/x86/x86asm"�@��>cmd/internal/rsc.io/x86/x86asm��þZgo.importpath.cmd/internal/rsc.io/x86/x86asm.� �� ������������������Tgo.string."cmd/internal/rsc.io/x86/x86asm"���þ2go.string.hdr."debug/elf"� �� �������� ����������*go.string."debug/elf"���þ*go.string."debug/elf"� ��debug/elf��þ0go.importpath.debug/elf.� �� �������� ����������*go.string."debug/elf"���þDgo.string.hdr."cmd/internal/goobj"� �� ������������������<go.string."cmd/internal/goobj"���þ<go.string."cmd/internal/goobj"�0��&cmd/internal/goobj��þBgo.importpath.cmd/internal/goobj.� �� ������������������<go.string."cmd/internal/goobj"���þ6go.string.hdr."debug/macho"� �� �������� ����������.go.string."debug/macho"���þ.go.string."debug/macho"� ��debug/macho��þ4go.importpath.debug/macho.� �� �������� ����������.go.string."debug/macho"���þ0go.string.hdr."debug/pe"� �� ������������������(go.string."debug/pe"���þ(go.string."debug/pe"� ��debug/pe��þ.go.importpath.debug/pe.� �� ������������������(go.string."debug/pe"���þ<go.string.hdr."debug/plan9obj"� �� ������������������4go.string."debug/plan9obj"���þ4go.string."debug/plan9obj"� ��debug/plan9obj��þ:go.importpath.debug/plan9obj.� �� ������������������4go.string."debug/plan9obj"���þ.type..hash.[8]string·f��������������(type..hash.[8]string���þ*type..eq.[8]string·f��������������$type..eq.[8]string���þTtype..hash.[8]encoding/binary.ByteOrder·f��������������Ntype..hash.[8]encoding/binary.ByteOrder���þPtype..eq.[8]encoding/binary.ByteOrder·f��������������Jtype..eq.[8]encoding/binary.ByteOrder���þ(type..hash."".Sym·f��������������"type..hash."".Sym���þ$type..eq."".Sym·f��������������type..eq."".Sym���þ("".rawFile.goarch·f��������������""".rawFile.goarch���þ$"".rawFile.pcln·f��������������"".rawFile.pcln���þ*"".rawFile.symbols·f��������������$"".rawFile.symbols���þ$"".rawFile.text·f��������������"".rawFile.text���þ*type..hash."".File·f��������������$type..hash."".File���þ&type..eq."".File·f�������������� type..eq."".File���þ:type..hash.[2]interface {}·f��������������4type..hash.[2]interface {}���þ6type..eq.[2]interface {}·f��������������0type..eq.[2]interface {}���þ4"".(*textReader).ReadAt·f��������������."".(*textReader).ReadAt���þRtype..hash.[8]cmd/internal/goobj.SymID·f��������������Ltype..hash.[8]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