Home | History | Annotate | Download | only in internal
      1 !<arch>
      2 __.PKGDEF       0           0     0     644     36445     `
      3 go object darwin amd64 go1.5.1 X:none
      4 build id "8691a325e60c34a32739f11ac26f1a53eb98add2"
      5 
      6 $$
      7 package objfile
      8 	import runtime "runtime"
      9 	import bufio "bufio"
     10 	import io "io"
     11 	import gosym "debug/gosym"
     12 	import binary "encoding/binary"
     13 	import fmt "fmt"
     14 	import strings "strings"
     15 	import os "os"
     16 	import regexp "regexp"
     17 	import sort "sort"
     18 	import tabwriter "text/tabwriter"
     19 	import armasm "cmd/internal/rsc.io/arm/armasm"
     20 	import x86asm "cmd/internal/rsc.io/x86/x86asm"
     21 	import elf "debug/elf"
     22 	import goobj "cmd/internal/goobj"
     23 	import macho "debug/macho"
     24 	import pe "debug/pe"
     25 	import plan9obj "debug/plan9obj"
     26 	type @"".Sym struct { Name string; Addr uint64; Size int64; Code rune; Type string }
     27 	import sync "sync" // indirect
     28 	type @"sync".Mutex struct { @"sync".state int32; @"sync".sema uint32 }
     29 	func (@"sync".m1 *@"sync".Mutex) Lock ()
     30 	func (@"sync".m1 *@"sync".Mutex) Unlock ()
     31 	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) }
     32 	type @"debug/gosym".Obj struct { Funcs []@"debug/gosym".Func; Paths []@"debug/gosym".Sym }
     33 	func (@"debug/gosym".o3 *@"debug/gosym".Obj "esc:0x1") @"debug/gosym".alineFromLine (@"debug/gosym".path4 string, @"debug/gosym".line5 int) (? int, ? error)
     34 	func (@"debug/gosym".o3 *@"debug/gosym".Obj) @"debug/gosym".lineFromAline (@"debug/gosym".aline4 int) (? string, ? int)
     35 	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 }
     36 	func (@"debug/gosym".t2 *@"debug/gosym".LineTable) LineToPC (@"debug/gosym".line3 int, @"debug/gosym".maxpc4 uint64) (? uint64)
     37 	func (@"debug/gosym".t2 *@"debug/gosym".LineTable) PCToLine (@"debug/gosym".pc3 uint64) (? int)
     38 	func (@"debug/gosym".t2 *@"debug/gosym".LineTable "esc:0x9") @"debug/gosym".findFileLine (@"debug/gosym".entry3 uint64, @"debug/gosym".filetab4 uint32, @"debug/gosym".linetab5 uint32, @"debug/gosym".filenum6 int32, @"debug/gosym".line7 int32) (? uint64)
     39 	func (@"debug/gosym".t2 *@"debug/gosym".LineTable "esc:0x2a") @"debug/gosym".findFunc (@"debug/gosym".pc3 uint64) (? []byte)
     40 	func (@"debug/gosym".t2 *@"debug/gosym".LineTable) @"debug/gosym".go12Funcs () (? []@"debug/gosym".Func)
     41 	func (@"debug/gosym".t1 *@"debug/gosym".LineTable) @"debug/gosym".go12Init ()
     42 	func (@"debug/gosym".t2 *@"debug/gosym".LineTable) @"debug/gosym".go12LineToPC (@"debug/gosym".file3 string "esc:0x1", @"debug/gosym".line4 int) (@"debug/gosym".pc1 uint64)
     43 	func (@"debug/gosym".t1 *@"debug/gosym".LineTable) @"debug/gosym".go12MapFiles (@"debug/gosym".m2 map[string]*@"debug/gosym".Obj "esc:0x1", @"debug/gosym".obj3 *@"debug/gosym".Obj)
     44 	func (@"debug/gosym".t2 *@"debug/gosym".LineTable "esc:0x9") @"debug/gosym".go12PCToFile (@"debug/gosym".pc3 uint64) (@"debug/gosym".file1 string)
     45 	func (@"debug/gosym".t2 *@"debug/gosym".LineTable "esc:0x9") @"debug/gosym".go12PCToLine (@"debug/gosym".pc3 uint64) (@"debug/gosym".line1 int)
     46 	func (@"debug/gosym".t1 *@"debug/gosym".LineTable) @"debug/gosym".initFileMap ()
     47 	func (@"debug/gosym".t2 *@"debug/gosym".LineTable) @"debug/gosym".isGo12 () (? bool)
     48 	func (@"debug/gosym".t4 *@"debug/gosym".LineTable "esc:0x22") @"debug/gosym".parse (@"debug/gosym".targetPC5 uint64, @"debug/gosym".targetLine6 int) (@"debug/gosym".b1 []byte, @"debug/gosym".pc2 uint64, @"debug/gosym".line3 int)
     49 	func (@"debug/gosym".t2 *@"debug/gosym".LineTable "esc:0x9") @"debug/gosym".pcvalue (@"debug/gosym".off3 uint32, @"debug/gosym".entry4 uint64, @"debug/gosym".targetpc5 uint64) (? int32)
     50 	func (@"debug/gosym".t2 *@"debug/gosym".LineTable "esc:0x1") @"debug/gosym".readvarint (@"debug/gosym".pp3 *[]byte "esc:0x9") (? uint32)
     51 	func (@"debug/gosym".t2 *@"debug/gosym".LineTable "esc:0xa") @"debug/gosym".slice (@"debug/gosym".pc3 uint64) (? *@"debug/gosym".LineTable)
     52 	func (@"debug/gosym".t2 *@"debug/gosym".LineTable "esc:0x1") @"debug/gosym".step (@"debug/gosym".p3 *[]byte "esc:0x9", @"debug/gosym".pc4 *uint64 "esc:0x1", @"debug/gosym".val5 *int32 "esc:0x1", @"debug/gosym".first6 bool) (? bool)
     53 	func (@"debug/gosym".t2 *@"debug/gosym".LineTable "esc:0x1") @"debug/gosym".string (@"debug/gosym".off3 uint32) (? string)
     54 	func (@"debug/gosym".t2 *@"debug/gosym".LineTable "esc:0x9") @"debug/gosym".uintptr (@"debug/gosym".b3 []byte) (? uint64)
     55 	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 }
     56 	type @"debug/gosym".Sym struct { Value uint64; Type byte; Name string; GoType uint64; Func *@"debug/gosym".Func }
     57 	func (@"debug/gosym".s2 *@"debug/gosym".Sym "esc:0x22") BaseName () (? string)
     58 	func (@"debug/gosym".s2 *@"debug/gosym".Sym "esc:0x2a") PackageName () (? string)
     59 	func (@"debug/gosym".s2 *@"debug/gosym".Sym "esc:0x2a") ReceiverName () (? string)
     60 	func (@"debug/gosym".s2 *@"debug/gosym".Sym "esc:0x1") Static () (? bool) { return @"debug/gosym".s2.Type >= byte(0x61) }
     61 	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 }
     62 	func (@"debug/gosym".t4 *@"debug/gosym".Table "esc:0x10a") LineToPC (@"debug/gosym".file5 string, @"debug/gosym".line6 int) (@"debug/gosym".pc1 uint64, @"debug/gosym".fn2 *@"debug/gosym".Func, @"debug/gosym".err3 error)
     63 	func (@"debug/gosym".t2 *@"debug/gosym".Table "esc:0x22") LookupFunc (@"debug/gosym".name3 string "esc:0x1") (? *@"debug/gosym".Func)
     64 	func (@"debug/gosym".t2 *@"debug/gosym".Table "esc:0x22") LookupSym (@"debug/gosym".name3 string "esc:0x1") (? *@"debug/gosym".Sym)
     65 	func (@"debug/gosym".t2 *@"debug/gosym".Table "esc:0x22") PCToFunc (@"debug/gosym".pc3 uint64) (? *@"debug/gosym".Func)
     66 	func (@"debug/gosym".t4 *@"debug/gosym".Table "esc:0x80a") PCToLine (@"debug/gosym".pc5 uint64) (@"debug/gosym".file1 string, @"debug/gosym".line2 int, @"debug/gosym".fn3 *@"debug/gosym".Func)
     67 	func (@"debug/gosym".t2 *@"debug/gosym".Table "esc:0x22") SymByAddr (@"debug/gosym".addr3 uint64) (? *@"debug/gosym".Sym)
     68 	type @"".lookupFunc func(@"".addr uint64) (@"".sym string, @"".base uint64)
     69 	type @"".disasmFunc func(@"".code []byte, @"".pc uint64, @"".lookup @"".lookupFunc) (@"".text string, @"".size int)
     70 	type @"io".Writer interface { Write(@"io".p []byte) (@"io".n int, @"io".err error) }
     71 	import syntax "regexp/syntax" // indirect
     72 	type @"regexp/syntax".InstOp uint8
     73 	func (@"regexp/syntax".i2 @"regexp/syntax".InstOp) String () (? string) { if uint(@"regexp/syntax".i2) >= uint(len(@"regexp/syntax".instOpNames)) { return "" }; return @"regexp/syntax".instOpNames[@"regexp/syntax".i2] }
     74 	type @"regexp/syntax".Inst struct { Op @"regexp/syntax".InstOp; Out uint32; Arg uint32; Rune []rune }
     75 	func (@"regexp/syntax".i2 *@"regexp/syntax".Inst "esc:0x1") MatchEmptyWidth (@"regexp/syntax".before3 rune, @"regexp/syntax".after4 rune) (? bool)
     76 	func (@"regexp/syntax".i2 *@"regexp/syntax".Inst "esc:0x1") MatchRune (@"regexp/syntax".r3 rune) (? bool)
     77 	func (@"regexp/syntax".i2 *@"regexp/syntax".Inst "esc:0x1") MatchRunePos (@"regexp/syntax".r3 rune) (? int)
     78 	func (@"regexp/syntax".i2 *@"regexp/syntax".Inst "esc:0x1") String () (? string)
     79 	func (@"regexp/syntax".i2 *@"regexp/syntax".Inst "esc:0x1") @"regexp/syntax".op () (? @"regexp/syntax".InstOp)
     80 	type @"regexp/syntax".EmptyOp uint8
     81 	type @"regexp/syntax".Prog struct { Inst []@"regexp/syntax".Inst; Start int; NumCap int }
     82 	func (@"regexp/syntax".p3 *@"regexp/syntax".Prog "esc:0x1") Prefix () (@"regexp/syntax".prefix1 string, @"regexp/syntax".complete2 bool)
     83 	func (@"regexp/syntax".p2 *@"regexp/syntax".Prog "esc:0x1") StartCond () (? @"regexp/syntax".EmptyOp)
     84 	func (@"regexp/syntax".p2 *@"regexp/syntax".Prog "esc:0x1") String () (? string)
     85 	func (@"regexp/syntax".p3 *@"regexp/syntax".Prog "esc:0x22") @"regexp/syntax".skipNop (@"regexp/syntax".pc4 uint32) (? *@"regexp/syntax".Inst, ? uint32)
     86 	type @"regexp".onePassInst struct { ? @"regexp/syntax".Inst; Next []uint32 }
     87 	type @"regexp".onePassProg struct { Inst []@"regexp".onePassInst; Start int; NumCap int }
     88 	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) }
     89 	type @"regexp".job struct { @"regexp".pc uint32; @"regexp".arg int; @"regexp".pos int }
     90 	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 }
     91 	func (@"regexp".b1 *@"regexp".bitState "esc:0x9") @"regexp".push (@"regexp".pc2 uint32, @"regexp".pos3 int, @"regexp".arg4 int)
     92 	func (@"regexp".b1 *@"regexp".bitState "esc:0x1") @"regexp".reset (@"regexp".end2 int, @"regexp".ncap3 int)
     93 	func (@"regexp".b2 *@"regexp".bitState "esc:0x1") @"regexp".shouldVisit (@"regexp".pc3 uint32, @"regexp".pos4 int) (? bool) { var @"regexp".n5 uint; ; @"regexp".n5 = uint(int(@"regexp".pc3) * (@"regexp".b2.@"regexp".end + 0x1) + @"regexp".pos4); if @"regexp".b2.@"regexp".visited[@"regexp".n5 / 0x20] & (0x1 << (@"regexp".n5 & 0x1f)) != 0x0 { return false }; @"regexp".b2.@"regexp".visited[@"regexp".n5 / 0x20] |= 0x1 << (@"regexp".n5 & 0x1f); return true }
     94 	type @"regexp".thread struct { @"regexp".inst *@"regexp/syntax".Inst; @"regexp".cap []int }
     95 	type @"regexp".entry struct { @"regexp".pc uint32; @"regexp".t *@"regexp".thread }
     96 	type @"regexp".queue struct { @"regexp".sparse []uint32; @"regexp".dense []@"regexp".entry }
     97 	type @"regexp".inputBytes struct { @"regexp".str []byte }
     98 	func (@"regexp".i2 *@"regexp".inputBytes "esc:0x1") @"regexp".canCheckPrefix () (? bool) { return true }
     99 	func (@"regexp".i2 *@"regexp".inputBytes "esc:0x1") @"regexp".context (@"regexp".pos3 int) (? @"regexp/syntax".EmptyOp)
    100 	func (@"regexp".i2 *@"regexp".inputBytes "esc:0x1") @"regexp".hasPrefix (@"regexp".re3 *@"regexp".Regexp "esc:0x1") (? bool)
    101 	func (@"regexp".i2 *@"regexp".inputBytes "esc:0x1") @"regexp".index (@"regexp".re3 *@"regexp".Regexp "esc:0x1", @"regexp".pos4 int) (? int)
    102 	func (@"regexp".i3 *@"regexp".inputBytes "esc:0x1") @"regexp".step (@"regexp".pos4 int) (? rune, ? int)
    103 	type @"regexp".inputString struct { @"regexp".str string }
    104 	func (@"regexp".i2 *@"regexp".inputString "esc:0x1") @"regexp".canCheckPrefix () (? bool) { return true }
    105 	func (@"regexp".i2 *@"regexp".inputString "esc:0x1") @"regexp".context (@"regexp".pos3 int) (? @"regexp/syntax".EmptyOp)
    106 	func (@"regexp".i2 *@"regexp".inputString "esc:0x1") @"regexp".hasPrefix (@"regexp".re3 *@"regexp".Regexp "esc:0x1") (? bool) { return @"strings".HasPrefix(@"regexp".i2.@"regexp".str, @"regexp".re3.@"regexp".prefix) }
    107 	func (@"regexp".i2 *@"regexp".inputString "esc:0x9") @"regexp".index (@"regexp".re3 *@"regexp".Regexp "esc:0x1", @"regexp".pos4 int) (? int)
    108 	func (@"regexp".i3 *@"regexp".inputString "esc:0x1") @"regexp".step (@"regexp".pos4 int) (? rune, ? int)
    109 	type @"io".RuneReader interface { ReadRune() (@"io".r rune, @"io".size int, @"io".err error) }
    110 	type @"regexp".inputReader struct { @"regexp".r @"io".RuneReader; @"regexp".atEOT bool; @"regexp".pos int }
    111 	func (@"regexp".i2 *@"regexp".inputReader "esc:0x1") @"regexp".canCheckPrefix () (? bool) { return false }
    112 	func (@"regexp".i2 *@"regexp".inputReader "esc:0x1") @"regexp".context (@"regexp".pos3 int) (? @"regexp/syntax".EmptyOp) { return @"regexp/syntax".EmptyOp(0x0) }
    113 	func (@"regexp".i2 *@"regexp".inputReader "esc:0x1") @"regexp".hasPrefix (@"regexp".re3 *@"regexp".Regexp "esc:0x1") (? bool) { return false }
    114 	func (@"regexp".i2 *@"regexp".inputReader "esc:0x1") @"regexp".index (@"regexp".re3 *@"regexp".Regexp "esc:0x1", @"regexp".pos4 int) (? int) { return -0x1 }
    115 	func (@"regexp".i3 *@"regexp".inputReader "esc:0x9") @"regexp".step (@"regexp".pos4 int) (? rune, ? int)
    116 	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 }
    117 	func (@"regexp".m2 *@"regexp".machine "esc:0x3a") @"regexp".add (@"regexp".q3 *@"regexp".queue "esc:0x1", @"regexp".pc4 uint32, @"regexp".pos5 int, @"regexp".cap6 []int "esc:0x9", @"regexp".cond7 @"regexp/syntax".EmptyOp, @"regexp".t8 *@"regexp".thread) (? *@"regexp".thread)
    118 	func (@"regexp".m2 *@"regexp".machine "esc:0x32") @"regexp".alloc (@"regexp".i3 *@"regexp/syntax".Inst) (? *@"regexp".thread) { var @"regexp".t4 *@"regexp".thread; ; var @"regexp".n5 int; ; @"regexp".n5 = len(@"regexp".m2.@"regexp".pool); if @"regexp".n5 > 0x0 { @"regexp".t4 = @"regexp".m2.@"regexp".pool[@"regexp".n5 - 0x1]; @"regexp".m2.@"regexp".pool = @"regexp".m2.@"regexp".pool[:@"regexp".n5 - 0x1] } else { @"regexp".t4 = new(@"regexp".thread); @"regexp".t4.@"regexp".cap = make([]int, len(@"regexp".m2.@"regexp".matchcap), cap(@"regexp".m2.@"regexp".matchcap)) }; @"regexp".t4.@"regexp".inst = @"regexp".i3; return @"regexp".t4 }
    119 	func (@"regexp".m2 *@"regexp".machine "esc:0x9") @"regexp".backtrack (@"regexp".i3 @"regexp".input, @"regexp".pos4 int, @"regexp".end5 int, @"regexp".ncap6 int) (? bool)
    120 	func (@"regexp".m1 *@"regexp".machine "esc:0x9") @"regexp".clear (@"regexp".q2 *@"regexp".queue "esc:0x9")
    121 	func (@"regexp".m1 *@"regexp".machine "esc:0x9") @"regexp".free (@"regexp".t2 *@"regexp".thread) { @"regexp".m1.@"regexp".inputBytes.@"regexp".str = nil; @"regexp".m1.@"regexp".inputString.@"regexp".str = ""; @"regexp".m1.@"regexp".inputReader.@"regexp".r = nil; @"regexp".m1.@"regexp".pool = append(@"regexp".m1.@"regexp".pool, @"regexp".t2) }
    122 	func (@"regexp".m1 *@"regexp".machine "esc:0x1") @"regexp".init (@"regexp".ncap2 int)
    123 	func (@"regexp".m2 *@"regexp".machine "esc:0x9") @"regexp".match (@"regexp".i3 @"regexp".input, @"regexp".pos4 int) (? bool)
    124 	func (@"regexp".m2 *@"regexp".machine "esc:0x12") @"regexp".newInputBytes (@"regexp".b3 []byte) (? @"regexp".input) { @"regexp".m2.@"regexp".inputBytes.@"regexp".str = @"regexp".b3; return &@"regexp".m2.@"regexp".inputBytes }
    125 	func (@"regexp".m2 *@"regexp".machine "esc:0x12") @"regexp".newInputReader (@"regexp".r3 @"io".RuneReader) (? @"regexp".input) { @"regexp".m2.@"regexp".inputReader.@"regexp".r = @"regexp".r3; @"regexp".m2.@"regexp".inputReader.@"regexp".atEOT = false; @"regexp".m2.@"regexp".inputReader.@"regexp".pos = 0x0; return &@"regexp".m2.@"regexp".inputReader }
    126 	func (@"regexp".m2 *@"regexp".machine "esc:0x12") @"regexp".newInputString (@"regexp".s3 string) (? @"regexp".input) { @"regexp".m2.@"regexp".inputString.@"regexp".str = @"regexp".s3; return &@"regexp".m2.@"regexp".inputString }
    127 	func (@"regexp".m2 *@"regexp".machine "esc:0x9") @"regexp".onepass (@"regexp".i3 @"regexp".input, @"regexp".pos4 int) (? bool)
    128 	func (@"regexp".m1 *@"regexp".machine "esc:0x9") @"regexp".step (@"regexp".runq2 *@"regexp".queue "esc:0x9", @"regexp".nextq3 *@"regexp".queue "esc:0x1", @"regexp".pos4 int, @"regexp".nextPos5 int, @"regexp".c6 rune, @"regexp".nextCond7 @"regexp/syntax".EmptyOp)
    129 	func (@"regexp".m2 *@"regexp".machine "esc:0x1") @"regexp".tryBacktrack (@"regexp".b3 *@"regexp".bitState "esc:0x9", @"regexp".i4 @"regexp".input, @"regexp".pc5 uint32, @"regexp".pos6 int) (? bool)
    130 	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 }
    131 	func (@"regexp".re2 *@"regexp".Regexp "esc:0x1") Expand (@"regexp".dst3 []byte "esc:0x1a", @"regexp".template4 []byte "esc:0x1", @"regexp".src5 []byte "esc:0x9", @"regexp".match6 []int "esc:0x1") (? []byte)
    132 	func (@"regexp".re2 *@"regexp".Regexp "esc:0x1") ExpandString (@"regexp".dst3 []byte "esc:0x1a", @"regexp".template4 string, @"regexp".src5 string "esc:0x9", @"regexp".match6 []int "esc:0x1") (? []byte)
    133 	func (@"regexp".re2 *@"regexp".Regexp) Find (@"regexp".b3 []byte) (? []byte)
    134 	func (@"regexp".re2 *@"regexp".Regexp) FindAll (@"regexp".b3 []byte, @"regexp".n4 int) (? [][]byte)
    135 	func (@"regexp".re2 *@"regexp".Regexp) FindAllIndex (@"regexp".b3 []byte, @"regexp".n4 int) (? [][]int)
    136 	func (@"regexp".re2 *@"regexp".Regexp) FindAllString (@"regexp".s3 string, @"regexp".n4 int) (? []string)
    137 	func (@"regexp".re2 *@"regexp".Regexp) FindAllStringIndex (@"regexp".s3 string, @"regexp".n4 int) (? [][]int)
    138 	func (@"regexp".re2 *@"regexp".Regexp) FindAllStringSubmatch (@"regexp".s3 string, @"regexp".n4 int) (? [][]string)
    139 	func (@"regexp".re2 *@"regexp".Regexp) FindAllStringSubmatchIndex (@"regexp".s3 string, @"regexp".n4 int) (? [][]int)
    140 	func (@"regexp".re2 *@"regexp".Regexp) FindAllSubmatch (@"regexp".b3 []byte, @"regexp".n4 int) (? [][][]byte)
    141 	func (@"regexp".re2 *@"regexp".Regexp) FindAllSubmatchIndex (@"regexp".b3 []byte, @"regexp".n4 int) (? [][]int)
    142 	func (@"regexp".re2 *@"regexp".Regexp) FindIndex (@"regexp".b3 []byte) (@"regexp".loc1 []int)
    143 	func (@"regexp".re2 *@"regexp".Regexp) FindReaderIndex (@"regexp".r3 @"io".RuneReader) (@"regexp".loc1 []int)
    144 	func (@"regexp".re2 *@"regexp".Regexp) FindReaderSubmatchIndex (@"regexp".r3 @"io".RuneReader) (? []int)
    145 	func (@"regexp".re2 *@"regexp".Regexp) FindString (@"regexp".s3 string) (? string)
    146 	func (@"regexp".re2 *@"regexp".Regexp) FindStringIndex (@"regexp".s3 string) (@"regexp".loc1 []int)
    147 	func (@"regexp".re2 *@"regexp".Regexp) FindStringSubmatch (@"regexp".s3 string) (? []string)
    148 	func (@"regexp".re2 *@"regexp".Regexp) FindStringSubmatchIndex (@"regexp".s3 string) (? []int)
    149 	func (@"regexp".re2 *@"regexp".Regexp) FindSubmatch (@"regexp".b3 []byte) (? [][]byte)
    150 	func (@"regexp".re2 *@"regexp".Regexp) FindSubmatchIndex (@"regexp".b3 []byte) (? []int)
    151 	func (@"regexp".re3 *@"regexp".Regexp "esc:0x22") LiteralPrefix () (@"regexp".prefix1 string, @"regexp".complete2 bool) { return @"regexp".re3.@"regexp".prefix, @"regexp".re3.@"regexp".prefixComplete }
    152 	func (@"regexp".re1 *@"regexp".Regexp "esc:0x1") Longest () { @"regexp".re1.@"regexp".longest = true }
    153 	func (@"regexp".re2 *@"regexp".Regexp) Match (@"regexp".b3 []byte) (? bool)
    154 	func (@"regexp".re2 *@"regexp".Regexp) MatchReader (@"regexp".r3 @"io".RuneReader) (? bool)
    155 	func (@"regexp".re2 *@"regexp".Regexp) MatchString (@"regexp".s3 string) (? bool)
    156 	func (@"regexp".re2 *@"regexp".Regexp "esc:0x1") NumSubexp () (? int) { return @"regexp".re2.@"regexp".numSubexp }
    157 	func (@"regexp".re2 *@"regexp".Regexp) ReplaceAll (@"regexp".src3 []byte, @"regexp".repl4 []byte "esc:0x1") (? []byte)
    158 	func (@"regexp".re2 *@"regexp".Regexp) ReplaceAllFunc (@"regexp".src3 []byte, @"regexp".repl4 func(? []byte) (? []byte) "esc:0x1") (? []byte)
    159 	func (@"regexp".re2 *@"regexp".Regexp) ReplaceAllLiteral (@"regexp".src3 []byte, @"regexp".repl4 []byte "esc:0x9") (? []byte)
    160 	func (@"regexp".re2 *@"regexp".Regexp) ReplaceAllLiteralString (@"regexp".src3 string, @"regexp".repl4 string "esc:0x9") (? string)
    161 	func (@"regexp".re2 *@"regexp".Regexp) ReplaceAllString (@"regexp".src3 string, @"regexp".repl4 string) (? string)
    162 	func (@"regexp".re2 *@"regexp".Regexp) ReplaceAllStringFunc (@"regexp".src3 string, @"regexp".repl4 func(? string) (? string) "esc:0x1") (? string)
    163 	func (@"regexp".re2 *@"regexp".Regexp) Split (@"regexp".s3 string, @"regexp".n4 int) (? []string)
    164 	func (@"regexp".re2 *@"regexp".Regexp "esc:0x22") String () (? string) { return @"regexp".re2.@"regexp".expr }
    165 	func (@"regexp".re2 *@"regexp".Regexp "esc:0x22") SubexpNames () (? []string) { return @"regexp".re2.@"regexp".subexpNames }
    166 	func (@"regexp".re1 *@"regexp".Regexp) @"regexp".allMatches (@"regexp".s2 string, @"regexp".b3 []byte, @"regexp".n4 int, @"regexp".deliver5 func(? []int) "esc:0x1")
    167 	func (@"regexp".re2 *@"regexp".Regexp) @"regexp".doExecute (@"regexp".r3 @"io".RuneReader, @"regexp".b4 []byte, @"regexp".s5 string, @"regexp".pos6 int, @"regexp".ncap7 int) (? []int)
    168 	func (@"regexp".re2 *@"regexp".Regexp "esc:0x1") @"regexp".expand (@"regexp".dst3 []byte "esc:0x1a", @"regexp".template4 string, @"regexp".bsrc5 []byte "esc:0x9", @"regexp".src6 string "esc:0x9", @"regexp".match7 []int "esc:0x1") (? []byte)
    169 	func (@"regexp".re2 *@"regexp".Regexp) @"regexp".get () (? *@"regexp".machine)
    170 	func (@"regexp".re2 *@"regexp".Regexp "esc:0x1") @"regexp".pad (@"regexp".a3 []int "esc:0x1a") (? []int)
    171 	func (@"regexp".re1 *@"regexp".Regexp) @"regexp".put (@"regexp".z2 *@"regexp".machine)
    172 	func (@"regexp".re2 *@"regexp".Regexp) @"regexp".replaceAll (@"regexp".bsrc3 []byte, @"regexp".src4 string, @"regexp".nmatch5 int, @"regexp".repl6 func(@"regexp".dst []byte, @"regexp".m []int) (? []byte) "esc:0x1") (? []byte)
    173 	type @"".Disasm struct { @"".syms []@"".Sym; @"".pcln *@"debug/gosym".Table; @"".text []byte; @"".textStart uint64; @"".textEnd uint64; @"".goarch string; @"".disasm @"".disasmFunc; @"".byteOrder @"encoding/binary".ByteOrder }
    174 	func (@"".d1 *@"".Disasm) Decode (@"".start2 uint64, @"".end3 uint64, @"".f4 func(@"".pc uint64, @"".size uint64, @"".file string, @"".line int, @"".text string) "esc:0x1")
    175 	func (@"".d1 *@"".Disasm) Print (@"".w2 @"io".Writer, @"".filter3 *@"regexp".Regexp, @"".start4 uint64, @"".end5 uint64)
    176 	func (@"".d3 *@"".Disasm "esc:0x32") @"".lookup (@"".addr4 uint64) (@"".name1 string, @"".base2 uint64)
    177 	type @"os".dirInfo struct { @"os".buf []byte; @"os".nbuf int; @"os".bufp int }
    178 	type @"os".file struct { @"os".fd int; @"os".name string; @"os".dirinfo *@"os".dirInfo; @"os".nepipe int32 }
    179 	func (@"os".file2 *@"os".file) @"os".close () (? error)
    180 	type @"os".FileMode uint32
    181 	func (@"os".m2 @"os".FileMode) IsDir () (? bool) { return @"os".m2 & @"os".FileMode(0x80000000) != @"os".FileMode(0x0) }
    182 	func (@"os".m2 @"os".FileMode) IsRegular () (? bool) { return @"os".m2 & @"os".FileMode(0x8f000000) == @"os".FileMode(0x0) }
    183 	func (@"os".m2 @"os".FileMode) Perm () (? @"os".FileMode) { return @"os".m2 & @"os".FileMode(0x1ff) }
    184 	func (@"os".m2 @"os".FileMode) String () (? string)
    185 	import time "time" // indirect
    186 	type @"time".zone struct { @"time".name string; @"time".offset int; @"time".isDST bool }
    187 	type @"time".zoneTrans struct { @"time".when int64; @"time".index uint8; @"time".isstd bool; @"time".isutc bool }
    188 	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 }
    189 	func (@"time".l2 *@"time".Location "esc:0x22") String () (? string)
    190 	func (@"time".l2 *@"time".Location "esc:0x1") @"time".firstZoneUsed () (? bool)
    191 	func (@"time".l2 *@"time".Location "esc:0x12") @"time".get () (? *@"time".Location)
    192 	func (@"time".l6 *@"time".Location "esc:0x32") @"time".lookup (@"time".sec7 int64) (@"time".name1 string, @"time".offset2 int, @"time".isDST3 bool, @"time".start4 int64, @"time".end5 int64)
    193 	func (@"time".l2 *@"time".Location "esc:0x1") @"time".lookupFirstZone () (? int)
    194 	func (@"time".l4 *@"time".Location "esc:0x1") @"time".lookupName (@"time".name5 string "esc:0x1", @"time".unix6 int64) (@"time".offset1 int, @"time".isDST2 bool, @"time".ok3 bool)
    195 	type @"time".Duration int64
    196 	func (@"time".d2 @"time".Duration) Hours () (? float64) { var @"time".hour3 @"time".Duration; ; @"time".hour3 = @"time".d2 / @"time".Duration(0x34630b8a000); var @"time".nsec4 @"time".Duration; ; @"time".nsec4 = @"time".d2 % @"time".Duration(0x34630b8a000); return float64(@"time".hour3) + float64(@"time".nsec4) * 8190022623310637111963488201822504381538623676021880892417778544696899264837610290203272971060556344039023584360473938041055625214280336402169897364226048p-553 }
    197 	func (@"time".d2 @"time".Duration) Minutes () (? float64) { var @"time".min3 @"time".Duration; ; @"time".min3 = @"time".d2 / @"time".Duration(0xdf8475800); var @"time".nsec4 @"time".Duration; ; @"time".nsec4 = @"time".d2 % @"time".Duration(0xdf8475800); return float64(@"time".min3) + float64(@"time".nsec4) * 7678146209353722106395056769533233877065564876941352542109479049699919628723768656821910653339403201031675627614471533358284117434246264392176261853609984p-547 }
    198 	func (@"time".d2 @"time".Duration) Nanoseconds () (? int64) { return int64(@"time".d2) }
    199 	func (@"time".d2 @"time".Duration) Seconds () (? float64) { var @"time".sec3 @"time".Duration; ; @"time".sec3 = @"time".d2 / @"time".Duration(0x3b9aca00); var @"time".nsec4 @"time".Duration; ; @"time".nsec4 = @"time".d2 % @"time".Duration(0x3b9aca00); return float64(@"time".sec3) + float64(@"time".nsec4) * 7198262071269114660816079141112770740375861891461678802759824945047098083990024106014198994535558872472104883612039846078596891298747423852523262413111296p-541 }
    200 	func (@"time".d2 @"time".Duration) String () (? string)
    201 	type @"time".Month int
    202 	func (@"time".m2 @"time".Month) String () (? string) { return @"time".months[@"time".m2 - @"time".Month(0x1)] }
    203 	type @"time".Weekday int
    204 	func (@"time".d2 @"time".Weekday) String () (? string) { return @"time".days[@"time".d2] }
    205 	type @"time".Time struct { @"time".sec int64; @"time".nsec int32; @"time".loc *@"time".Location }
    206 	func (@"time".t2 @"time".Time "esc:0x12") Add (@"time".d3 @"time".Duration) (? @"time".Time) { @"time".t2.@"time".sec += int64(@"time".d3 / @"time".Duration(0x3b9aca00)); var @"time".nsec4 int32; ; @"time".nsec4 = int32(@"time".t2.@"time".nsec) + int32(@"time".d3 % @"time".Duration(0x3b9aca00)); if @"time".nsec4 >= 0x3b9aca00 { @"time".t2.@"time".sec++; @"time".nsec4 -= 0x3b9aca00 } else { if @"time".nsec4 < 0x0 { @"time".t2.@"time".sec--; @"time".nsec4 += 0x3b9aca00 } }; @"time".t2.@"time".nsec = @"time".nsec4; return @"time".t2 }
    207 	func (@"time".t2 @"time".Time "esc:0x12") AddDate (@"time".years3 int, @"time".months4 int, @"time".days5 int) (? @"time".Time)
    208 	func (@"time".t2 @"time".Time "esc:0x1") After (@"time".u3 @"time".Time "esc:0x1") (? bool) { return @"time".t2.@"time".sec > @"time".u3.@"time".sec || @"time".t2.@"time".sec == @"time".u3.@"time".sec && @"time".t2.@"time".nsec > @"time".u3.@"time".nsec }
    209 	func (@"time".t2 @"time".Time "esc:0x9") AppendFormat (@"time".b3 []byte "esc:0x1a", @"time".layout4 string "esc:0x9") (? []byte)
    210 	func (@"time".t2 @"time".Time "esc:0x1") Before (@"time".u3 @"time".Time "esc:0x1") (? bool) { return @"time".t2.@"time".sec < @"time".u3.@"time".sec || @"time".t2.@"time".sec == @"time".u3.@"time".sec && @"time".t2.@"time".nsec < @"time".u3.@"time".nsec }
    211 	func (@"time".t4 @"time".Time "esc:0x1") Clock () (@"time".hour1 int, @"time".min2 int, @"time".sec3 int)
    212 	func (@"time".t4 @"time".Time "esc:0x1") Date () (@"time".year1 int, @"time".month2 @"time".Month, @"time".day3 int)
    213 	func (@"time".t2 @"time".Time "esc:0x1") Day () (? int)
    214 	func (@"time".t2 @"time".Time "esc:0x1") Equal (@"time".u3 @"time".Time "esc:0x1") (? bool) { return @"time".t2.@"time".sec == @"time".u3.@"time".sec && @"time".t2.@"time".nsec == @"time".u3.@"time".nsec }
    215 	func (@"time".t2 @"time".Time "esc:0x9") Format (@"time".layout3 string "esc:0x9") (? string)
    216 	func (@"time".t2 *@"time".Time "esc:0x1") GobDecode (@"time".data3 []byte "esc:0x1") (? error)
    217 	func (@"time".t3 @"time".Time "esc:0x1") GobEncode () (? []byte, ? error)
    218 	func (@"time".t2 @"time".Time "esc:0x1") Hour () (? int)
    219 	func (@"time".t3 @"time".Time "esc:0x1") ISOWeek () (@"time".year1 int, @"time".week2 int)
    220 	func (@"time".t2 @"time".Time "esc:0x12") In (@"time".loc3 *@"time".Location "esc:0x12") (? @"time".Time)
    221 	func (@"time".t2 @"time".Time "esc:0x1") IsZero () (? bool) { return @"time".t2.@"time".sec == 0x0 && @"time".t2.@"time".nsec == 0x0 }
    222 	func (@"time".t2 @"time".Time "esc:0x12") Local () (? @"time".Time) { @"time".t2.@"time".loc = @"time".Local; return @"time".t2 }
    223 	func (@"time".t2 @"time".Time "esc:0x12") Location () (? *@"time".Location) { var @"time".l3 *@"time".Location; ; @"time".l3 = @"time".t2.@"time".loc; if @"time".l3 == nil { @"time".l3 = @"time".UTC }; return @"time".l3 }
    224 	func (@"time".t3 @"time".Time "esc:0x1") MarshalBinary () (? []byte, ? error)
    225 	func (@"time".t3 @"time".Time "esc:0x9") MarshalJSON () (? []byte, ? error)
    226 	func (@"time".t3 @"time".Time "esc:0x9") MarshalText () (? []byte, ? error)
    227 	func (@"time".t2 @"time".Time "esc:0x1") Minute () (? int)
    228 	func (@"time".t2 @"time".Time "esc:0x1") Month () (? @"time".Month)
    229 	func (@"time".t2 @"time".Time "esc:0x1") Nanosecond () (? int) { return int(@"time".t2.@"time".nsec) }
    230 	func (@"time".t2 @"time".Time "esc:0x12") Round (@"time".d3 @"time".Duration) (? @"time".Time)
    231 	func (@"time".t2 @"time".Time "esc:0x1") Second () (? int)
    232 	func (@"time".t2 @"time".Time "esc:0x9") String () (? string)
    233 	func (@"time".t2 @"time".Time "esc:0x1") Sub (@"time".u3 @"time".Time "esc:0x1") (? @"time".Duration)
    234 	func (@"time".t2 @"time".Time "esc:0x12") Truncate (@"time".d3 @"time".Duration) (? @"time".Time)
    235 	func (@"time".t2 @"time".Time "esc:0x12") UTC () (? @"time".Time) { @"time".t2.@"time".loc = @"time".UTC; return @"time".t2 }
    236 	func (@"time".t2 @"time".Time "esc:0x1") Unix () (? int64) { return @"time".t2.@"time".sec + -0xe7791f700 }
    237 	func (@"time".t2 @"time".Time "esc:0x1") UnixNano () (? int64) { return (@"time".t2.@"time".sec + -0xe7791f700) * 0x3b9aca00 + int64(@"time".t2.@"time".nsec) }
    238 	func (@"time".t2 *@"time".Time "esc:0x1") UnmarshalBinary (@"time".data3 []byte "esc:0x1") (? error)
    239 	func (@"time".t2 *@"time".Time "esc:0x1") UnmarshalJSON (@"time".data3 []byte "esc:0x1") (@"time".err1 error)
    240 	func (@"time".t2 *@"time".Time "esc:0x1") UnmarshalText (@"time".data3 []byte "esc:0x1") (@"time".err1 error)
    241 	func (@"time".t2 @"time".Time "esc:0x1") Weekday () (? @"time".Weekday)
    242 	func (@"time".t2 @"time".Time "esc:0x1") Year () (? int)
    243 	func (@"time".t2 @"time".Time "esc:0x1") YearDay () (? int)
    244 	func (@"time".t3 @"time".Time "esc:0x32") Zone () (@"time".name1 string, @"time".offset2 int)
    245 	func (@"time".t2 @"time".Time "esc:0x1") @"time".abs () (? uint64)
    246 	func (@"time".t5 @"time".Time "esc:0x1") @"time".date (@"time".full6 bool) (@"time".year1 int, @"time".month2 @"time".Month, @"time".day3 int, @"time".yday4 int)
    247 	func (@"time".t4 @"time".Time "esc:0x32") @"time".locabs () (@"time".name1 string, @"time".offset2 int, @"time".abs3 uint64)
    248 	type @"os".FileInfo interface { IsDir() (? bool); ModTime() (? @"time".Time); Mode() (? @"os".FileMode); Name() (? string); Size() (? int64); Sys() (? interface {}) }
    249 	type @"os".File struct { @"os".? *@"os".file }
    250 	func (@"os".f2 *@"os".File "esc:0x22") Chdir () (? error)
    251 	func (@"os".f2 *@"os".File "esc:0x22") Chmod (@"os".mode3 @"os".FileMode) (? error)
    252 	func (@"os".f2 *@"os".File "esc:0x22") Chown (@"os".uid3 int, @"os".gid4 int) (? error)
    253 	func (@"os".f2 *@"os".File "esc:0x9") Close () (? error)
    254 	func (@"os".f2 *@"os".File "esc:0x1") Fd () (? uintptr) { if @"os".f2 == nil { return 0xffffffffffffffff }; return uintptr(@"os".f2.@"os".file.@"os".fd) }
    255 	func (@"os".f2 *@"os".File "esc:0x32") Name () (? string) { return @"os".f2.@"os".file.@"os".name }
    256 	func (@"os".f3 *@"os".File "esc:0x102") Read (@"os".b4 []byte "esc:0x1") (@"os".n1 int, @"os".err2 error)
    257 	func (@"os".f3 *@"os".File "esc:0x102") ReadAt (@"os".b4 []byte "esc:0x1", @"os".off5 int64) (@"os".n1 int, @"os".err2 error)
    258 	func (@"os".f3 *@"os".File "esc:0x1") Readdir (@"os".n4 int) (@"os".fi1 []@"os".FileInfo, @"os".err2 error)
    259 	func (@"os".f3 *@"os".File "esc:0x1") Readdirnames (@"os".n4 int) (@"os".names1 []string, @"os".err2 error)
    260 	func (@"os".f3 *@"os".File "esc:0x102") Seek (@"os".offset4 int64, @"os".whence5 int) (@"os".ret1 int64, @"os".err2 error)
    261 	func (@"os".f3 *@"os".File "esc:0x10a") Stat () (? @"os".FileInfo, ? error)
    262 	func (@"os".f2 *@"os".File "esc:0x1") Sync () (? error)
    263 	func (@"os".f2 *@"os".File "esc:0x22") Truncate (@"os".size3 int64) (? error)
    264 	func (@"os".f3 *@"os".File "esc:0x10a") Write (@"os".b4 []byte "esc:0x1") (@"os".n1 int, @"os".err2 error)
    265 	func (@"os".f3 *@"os".File "esc:0x102") WriteAt (@"os".b4 []byte "esc:0x1", @"os".off5 int64) (@"os".n1 int, @"os".err2 error)
    266 	func (@"os".f3 *@"os".File "esc:0x10a") WriteString (@"os".s4 string "esc:0x1") (@"os".n1 int, @"os".err2 error)
    267 	func (@"os".f3 *@"os".File "esc:0x1") @"os".pread (@"os".b4 []byte "esc:0x1", @"os".off5 int64) (@"os".n1 int, @"os".err2 error)
    268 	func (@"os".f3 *@"os".File "esc:0x1") @"os".pwrite (@"os".b4 []byte "esc:0x1", @"os".off5 int64) (@"os".n1 int, @"os".err2 error)
    269 	func (@"os".f3 *@"os".File "esc:0x1") @"os".read (@"os".b4 []byte "esc:0x1") (@"os".n1 int, @"os".err2 error)
    270 	func (@"os".f3 *@"os".File "esc:0x1") @"os".readdir (@"os".n4 int) (@"os".fi1 []@"os".FileInfo, @"os".err2 error)
    271 	func (@"os".f3 *@"os".File "esc:0x1") @"os".readdirnames (@"os".n4 int) (@"os".names1 []string, @"os".err2 error)
    272 	func (@"os".f3 *@"os".File "esc:0x1") @"os".seek (@"os".offset4 int64, @"os".whence5 int) (@"os".ret1 int64, @"os".err2 error)
    273 	func (@"os".f3 *@"os".File "esc:0x1") @"os".write (@"os".b4 []byte "esc:0x1") (@"os".n1 int, @"os".err2 error)
    274 	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) }
    275 	type @"".File struct { @"".r *@"os".File; @"".raw @"".rawFile }
    276 	func (@"".f2 *@"".File "esc:0x9") Close () (? error)
    277 	func (@"".f3 *@"".File "esc:0x9") Disasm () (? *@"".Disasm, ? error)
    278 	func (@"".f2 *@"".File "esc:0x9") GOARCH () (? string)
    279 	func (@"".f3 *@"".File "esc:0x9") PCLineTable () (? *@"debug/gosym".Table, ? error)
    280 	func (@"".f3 *@"".File "esc:0x9") Symbols () (? []@"".Sym, ? error)
    281 	func (@"".f4 *@"".File "esc:0x9") Text () (? uint64, ? []byte, ? error)
    282 	func @"".Open (@"".name3 string) (? *@"".File, ? error)
    283 	func @"".init ()
    284 	var @"regexp/syntax".instOpNames []string
    285 	func @"strings".HasPrefix (@"strings".s2 string "esc:0x1", @"strings".prefix3 string "esc:0x1") (? bool) { return len(@"strings".s2) >= len(@"strings".prefix3) && @"strings".s2[0x0:len(@"strings".prefix3)] == @"strings".prefix3 }
    286 	var @"time".months [12]string
    287 	var @"time".days [7]string
    288 	var @"time".Local *@"time".Location
    289 	var @"time".UTC *@"time".Location
    290 
    291 $$
    292 _go_.o          0           0     0     644     297373    `
    293 go object darwin amd64 go1.5.1 X:none
    294 
    295 !
    296 go13ldbufio.adebug/gosym.a"encoding/binary.a
    297 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$$eH%H$H;AH1H$H$H$H$H\$H$H\$H$H\$H$HD$ HL$(H$H$Ht$H$H$H$HH$H$H\$H\$XHD$HL$H$H$Ht$H$H$H$HH$H$H\$H\$@H\$H$H\$H$H\$ H$HD$(HL$0H$H$Ht$H$H$H$HH$H$HL$HD$HL$xH$HH$HH\$H$HL$H$HD$H\$ H+Hl$`HL$xH$HH$HH\$H$HL$H$HD$H$H$H\$ HHHkH$H$H\$`1H9-H#H$H$H$H$H$1H$HD$HH$HHl$HH9HD$pHLLHL@Hxp HP(Hh0HL$PL$PL$L$XL$ L$`L$(H$hH$0$p$8H$xH$@H$H$HH$H$H$ H|THH$H$HD$H-Hl$HD$H$H$H\$ HHH$H$HD$H-Hl$HD$H$H$\$ >HD$pHL$PH8HHl$HH9H$H$H$H$H$H$H$H\$PHH$HD$HD$hH$HhH$HhH$=H(HoHl$X=AHhH$Hh(H$Hh0H$=Hh Hl$@Hh8Hl$PLD$@LHh@H$HhPHl$x=HhHHHl$`=u`HhXH$Hh`H$=u&HhhH$1H$H$HL@hL$Hl$HD$hL@XL$Hl$HD$hrL@HL$Hl$HD$hLL@ L$Hl$HD$hL@L$Hl$HD$hH$Hl$HD$hhHuIH$H$HD$H-Hl$HD$H$H$\$ sH$Hu1H$HD$H-Hl$HD$\$ 4H$H$H$HHH9w<H$HHHk8HH$H\$Hl$H-H,$H-H,$HL$HD$HT$H\$ HL$(HD$0HT$8HHH$H$H$vHuIH$H$HD$H-Hl$HD$H$H$\$ 0HuIH$H$HD$H-Hl$HD$H$H$\$ H$H
H$HD$H-Hl$HD$
\$ e@HH$HD$1H\$H\$H\$ HL$(HD$0H$H$H$HM\
    312 
    313 $"".(*File).Symbols
    314 ,"".(*File).PCLineTable
    315 "".(*File).Text
    316 """.(*File).GOARCH:type.map[string]"".disasmFunc"".disasms
    317 4runtime.mapaccess1_faststrRtype.map[string]encoding/binary.ByteOrder"".byteOrders
    318 4runtime.mapaccess1_faststr"go.string."etext"
    319 "runtime.cmpstring go.string."text"
    320  runtime.eqstringtype."".Disasm
    321 "runtime.newobject6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled
    322 .runtime.writebarrierptr
    323 .runtime.writebarrierptr
    324 .runtime.writebarrierptr
    325 .runtime.writebarrierptr
    326 .runtime.writebarrierptr
    327 .runtime.writebarrierptr"go.string."_text"
    328  runtime.eqstring"go.string."etext"
    329  runtime.eqstringtype."".Sym
    330 (runtime.typedmemmovetype.[]"".Sym
    331 "runtime.growslice$go.string."_etext"
    332  runtime.eqstring 0go.string."runtime.text"!
    333  runtime.eqstring"2go.string."runtime.etext""
    334  runtime.eqstring"Hgo.string."unsupported architecture"#
    335 fmt.Errorf$
    336 0runtime.morestack_noctxt@."".autotmp_0013type.*"".Disasm"".autotmp_0012type.string"".autotmp_0011otype."".Sym"".autotmp_0010type.*"".Sym"".autotmp_0009type.int"".autotmp_0008type.int"".autotmp_0007type.int"".autotmp_0006type.[]"".Sym"".autotmp_0003type.string"".autotmp_0001type.string"".symtype."".Sym"".keeptype.[]"".Sym"".byteOrder<type.encoding/binary.ByteOrder"".disasm$type."".disasmFunc"".goarchtype.string"".textBytestype.[]uint8"".textStarttype.uint64"".pcln.type.*debug/gosym.Table"".errtype.error"".symstype.[]"".Sym"".~r1 type.error"".~r0type.*"".Disasm"".ftype.*"".FileP"^H4J$-$T$Py
    341 rS0
p"<WZ	
    348 V		X#d@|_MP ;	Oh)cD
ETgclocalsab311aff4e03ba7bda4bd8f1a5de05b4Tgclocalsac9d35fddd5fb0e6e8d8acb0db2228e2tprebuilts/go/darwin-x86/src/cmd/internal/objfile/disasm.go&"".(*Disasm).lookupeH%H;aH0HT$811HD$HHD$PHJHD$H-H(Hl$@HhHPH$HD$H|$@HD$H~vHHH\$8HHHCHkHHH9seHk8HH3HSHCHKk Hk(Hk0Ht$H9wHHH9vHt$HHT$PHD$XH01H\$HH\$PHD$XH0w
    356 
    357 l2"".(*Disasm).lookup.func1
    358 sort.Search
    359 $runtime.panicindex
    360 0runtime.morestack_noctxtP`
    361 "".autotmp_0018/htype.struct { F uintptr; addr uint64; d *"".Disasm }"".base@type.uint64"".name type.string"".addrtype.uint64"".dtype.*"".Disasm`_`_`(*8L	
    362 STgclocals3260b5c802f633fd6252c227878dd72aTgclocalsaa532b3eef70a978b4f36c2acf8a8ea7tprebuilts/go/darwin-x86/src/cmd/internal/objfile/disasm.go"".baseeH%H;aH(1H\$@H\$HH\$0H$H\$8H\$HH\$HD$H\$ HHl$8H9wyLD$0H)HtMLD$0L$Hl$8Hl$HH\$HD$H\$ HHl$8H9w!LD$0H)HtMLD$@Hl$HH(
    366 rgo.string."/"
    367 "strings.LastIndexgo.string."\\"
    368 "strings.LastIndex
    369 $runtime.panicslice
    370 $runtime.panicslice
    371 0runtime.morestack_noctxt@P"".autotmp_0026type.int"".autotmp_0025type.int"".~r1 type.string"".pathtype.stringPOP #QQKTgclocals2fccd208efe70893f9ac8d682812ae72Tgclocals33cdeccccebe80329f1fdbee7f5874cbtprebuilts/go/darwin-x86/src/cmd/internal/objfile/disasm.go$"".(*Disasm).Print#"eH%H$`H;AH 1H$H$`H$hH$pH$xH$(H]8H$HH9vH$(Hk8H$HH$(H]@H$PH9sH$(Hk@H$PD$WH$0H$8H$H$H$HH$1H9tH[H-H9HvHYH9iHH$H$(HELHCHkH$@E1H$8HD$hL$0Hl$hI9L$IM
    375 MBIzIrAR IJ(Ij0L\$pL$L$L$L$H$H$H$H$$$H$H$H$H$H$H$H$$HTt:$tt.I8IHl$hI9H$H$H H$(H]8H9wHL$`H$HH9vH$PHD$XH9vH$@1H9tGH$@H$H$H|$HHHKHOL\$pL$\$G|$WtnH$H$H1H9H$H$H$H$HL$HH\$HD$1H\$ H\$(H\$0D$WH$(HkH,$H$H\$HL$HD$H$H$H$H$H$H$HH$1H91H$`H$hH$pH$xH$`HH$ H$(H$HH$H$H\$HD$HL$HD$ H$H$HH$=RHCHH$H$H\$HD$HL$HD$ H$HH$HH$=HCH$H$H$H$H$HL$HH\$HD$H$H\$ H$ H\$(H$(H\$0H$H$H1H9H$H$H$H$HL$HD$HD$HD$ D$(	HD$0H$PHT$`H$(L\$8H9vHHY8HH)LA0L9LI IH$HH-H+HKL\$xL[L$LKL$LS L$LC(H$H\$XH\$HT$HD$H\$xH$L\$pL$HH$HH\$HH\$HD$LCL$HD$LCL$HD$HH$HH\$HH\$H\$H$HH$HH\$HH\$HD$AHHHH$HD$HD$H\$H$HH\$ H$PH\$(H$XHH$HD$1H(HhHhHhHh Hh(Hh0Hh8H$H$PHhH$XHh H$H=uIHhH$Hh0H$=u	Hh8L@8L$Hl$H$L@L$Hl$H$11^K^
    381 Z
    382  runtime.duffzero$type.*bufio.Writer	
    383 *bufio.(*Writer).Flush
    385 8regexp.(*Regexp).MatchString>go.itab.*bufio.Writer.io.Writer
go.string."\n"
    389 fmt.Fprintf
    390 :debug/gosym.(*Table).PCToLine>go.itab.*bufio.Writer.io.Writertype.string
    391 runtime.convT2E6runtime.writeBarrierEnabledtype.string
    392 runtime.convT2E6runtime.writeBarrierEnabled8go.string."TEXT %s(SB) %s\n"
    393 fmt.Fprintf>go.itab.*bufio.Writer.io.Writer
    394 0text/tabwriter.NewWriter0"".(*Disasm).Print.func1
    395 &"".(*Disasm).Decode
    396 <text/tabwriter.(*Writer).Flush
    397 $runtime.panicslice$type.*bufio.Writertype.io.Writer>go.itab.*bufio.Writer.io.Writer
    398  runtime.typ2Itab
    399 .runtime.writebarrierptr
    400 .runtime.writebarrierptr$type.*bufio.Writertype.io.Writer>go.itab.*bufio.Writer.io.Writer
    401  runtime.typ2Itab$type.*bufio.Writertype.io.Writer>go.itab.*bufio.Writer.io.Writer
    402  runtime.typ2Itabtype.[]uint8
    403 "runtime.makeslice"type.bufio.Writer
    404 "runtime.newobject 6runtime.writeBarrierEnabled!6runtime.writeBarrierEnabled!
    405 .runtime.writebarrierptr"
    406 .runtime.writebarrierptr"
    407 0runtime.morestack_noctxt`L"".autotmp_0053type.*uint8"".autotmp_0052"type.interface {}"".autotmp_0051"type.interface {}"".autotmp_0050(type.[2]interface {}"".autotmp_0047&type.[]interface {}"".autotmp_0046type.*uint8"".autotmp_0045type.*uint8"".autotmp_0044otype."".Sym"".autotmp_0043type.*"".Sym"".autotmp_0042type.int"".autotmp_0041type.int"".autotmp_0040$type.*bufio.Writer"".autotmp_0039$type.*bufio.Writer"".autotmp_0038$type.*bufio.Writer"".autotmp_0037type.struct { F uintptr; d *"".Disasm; tw *text/tabwriter.Writer; code []uint8 }"".autotmp_0035$type.*bufio.Writer"".autotmp_0034type.string"".autotmp_0033$type.*bufio.Writer"".autotmp_0032$type.*bufio.Writer"".autotmp_0030type.[]"".Sym"".autotmp_0029type.[]uint8"".autotmp_0028type.int"".autotmp_0027$type.*bufio.Writerbufio.w2type.io.Writerbufio.w2type.io.Writer"".codetype.[]uint8
    408 "".tw6type.*text/tabwriter.Writer"".filetype.string"".symEndtype.uint64"".symStarttype.uint64"".symtype."".Sym
    410 "".bw$type.*bufio.Writer"".printedtype.bool"".endPtype.uint64"".start@type.uint64"".filter0&type.*regexp.Regexp"".wtype.io.Writer"".dtype.*"".Disasm"QzRGn,F M*2o	2Pxq
    415 	*	K:@	7-Tgclocals547e1ef7fbdf33367d57e753dd1f0b47Tgclocals29394d483fef7570a0ea111ac7a30f3btprebuilts/go/darwin-x86/src/cmd/internal/objfile/disasm.go&"".(*Disasm).Decode
    417 	eH%HD$H;ATHH$H$HX8H$H9vHh8H$HX@H9sHH@HX8HH$H)L@0L9LH H$L$L$HH$H$HD$H-H(HD$X=tHxHD$PH$H$H9CH_8HH)HH$L$H9%L$H)I)ItML$L$H$Hl$L$LD$HD$HHD$H\$PH\$ HWXHH\$(H\$`H\$0H\$hH\$8H\$@H$HkH,$H\$HH\$HT$HL$HD$ H\$HH$H\$@H\$HT$pHT$HL$xHL$HD$ H\$`H\$(H\$hH\$0H$HH$HD$HH\$@HHH$H9HL@L$H|$HD$XH$l
    424 Ntype.struct { F uintptr; R *"".Disasm }
    425 "runtime.newobject6"".(*Disasm).("".lookup)-fm6runtime.writeBarrierEnabled
    426 :debug/gosym.(*Table).PCToLine
    427 $runtime.panicslice	
    428 .runtime.writebarrierptr	
    429 $runtime.panicslice	
    430 0runtime.morestack_noctxt@"".autotmp_0064Ptype.*struct { F uintptr; R *"".Disasm }"".autotmp_0063type.uint64"".autotmp_0062/type.[]uint8"".filetype.string"".sizetype.int"".texttype.string
    431 "".pctype.uint64"".lookupDtype.func(uint64) (string, uint64)"".code_type.[]uint8"".f0\type.func(uint64, uint64, string, int, string)"".end type.uint64"".starttype.uint64"".dtype.*"".DisasmFR/	;B
    434 .U		$
&:_3Tgclocalsaa2bb9f7165bbb779bc633f79a02d524Tgclocalsb73198273678f7fe54c980a64d77f238tprebuilts/go/darwin-x86/src/cmd/internal/objfile/disasm.go"".disasm_386eH%H;av{HH1H\$xH$H\$PH$H\$XH\$H\$`H\$H\$hH\$H\$pH\$ HD$( HT$0HL$8HD$@HT$xH$H$HHl
    437 
    438 "".disasm_x86
    439 0runtime.morestack_noctxt
    440 "".~r4ptype.int"".~r3Ptype.string"".lookup@$type."".lookupFunc
    443 "".pc0type.uint64"".codetype.[]uint8v"h
    444 \DTgclocalse37779a160dbb10ca9ef216f91678f21Tgclocals33cdeccccebe80329f1fdbee7f5874cbtprebuilts/go/darwin-x86/src/cmd/internal/objfile/disasm.go"".disasm_amd64eH%H;av{HH1H\$xH$H\$PH$H\$XH\$H\$`H\$H\$hH\$H\$pH\$ HD$(@HT$0HL$8HD$@HT$xH$H$HHl
    446 
    447 "".disasm_x86
    448 0runtime.morestack_noctxt
    449 "".~r4ptype.int"".~r3Ptype.string"".lookup@$type."".lookupFunc
    452 "".pc0type.uint64"".codetype.[]uint8v"h
    453 \DTgclocalse37779a160dbb10ca9ef216f91678f21Tgclocals33cdeccccebe80329f1fdbee7f5874cbtprebuilts/go/darwin-x86/src/cmd/internal/objfile/disasm.go"".disasm_x86eH%H$H;AAHx1H$H$H$H$H$H\$H$H\$HD$@H$Ht$ H$H$H$1H$H$H$pH$HH$Hty$tmH$HH$H$H$H$H$H$H$H$H$H$HxHH
H
    456 
    457 Jcmd/internal/rsc.io/x86/x86asm.Decode
    458  runtime.duffcopy
    459  runtime.duffcopy
    460 Tcmd/internal/rsc.io/x86/x86asm.Plan9Syntaxgo.string."?"
    461 0runtime.morestack_noctxt"".sizetype.int"".texttype.string"".errtype.error"".instPtype.cmd/internal/rsc.io/x86/x86asm.Inst"".~r5type.int"".~r4`type.string"".archPtype.int"".lookup@$type."".lookupFunc
    465 "".pc0type.uint64"".codetype.[]uint8"+04^,M 	cTgclocals758d03b6c31fc8fac5e0d1fec706f6cdTgclocals46934acbe4b88aaf40e3ccf913af4b22tprebuilts/go/darwin-x86/src/cmd/internal/objfile/disasm.go("".textReader.ReadAteH%H;a{HhH$HT$xH$11H$H$HH9H)H9w/H
HH$H$H$HhL$HH9LL$pH)I)ItMH$H$H$H\$HLL$PLHl$XLD$`LD$0HD$@Hl$(H9}HHD$Ht$8H4$HT$ HT$HD$HL$H$H$H9}HH$HH$HhH
HH$H$H$Hhh
    473 io.EOFio.EOF
    476 runtime.memmove&io.ErrUnexpectedEOF&io.ErrUnexpectedEOF
    477 $runtime.panicsliceio.EOFio.EOF
    480 0runtime.morestack_noctxt"".autotmp_0076type.int"".autotmp_0075type.[]uint8"".autotmp_0074_type.[]uint8"".autotmp_0073type.error"".autotmp_0071type.int"".autotmp_0070/type.[]uint8"".autotmp_0069type.int"".errtype.error"".ntype.int"".offptype.int64"".data@type.[]uint8"".r$type."".textReader2r56@//BHTgclocals4bfb19ec28add3735ce6bb8ae94069a5Tgclocalsa064c3f70b9f68636723afa1d70c14e5tprebuilts/go/darwin-x86/src/cmd/internal/objfile/disasm.go"".disasm_armeH%H$hH;AH1H$HH$PH$ H$H$(H\$H$0H\$HD$H$Ht$ HL$pH\$xH$1H$H$H$H$H>H$H,H$f1H$H$H$H$H$ H$H$(H$H$0H$H$8H$HH$HH\$HH\$H$H\$HD$ H\$(H|$`HHHKHOH$HH$8H\$PH$@H\$XH$HL$pHD$xH$HH$PH$XHHH
H
    487 
    488 Jcmd/internal/rsc.io/arm/armasm.Decode
    489  runtime.duffcopy$type."".textReader type.io.ReaderAtBgo.itab."".textReader.io.ReaderAt
    490 runtime.convT2I
    491  runtime.duffcopy
    492 Tcmd/internal/rsc.io/arm/armasm.Plan9Syntaxgo.string."?"
    493 0runtime.morestack_noctxt"".autotmp_0078$type."".textReader"".sizetype.int"".texttype.string"".errtype.error"".instPtype.cmd/internal/rsc.io/arm/armasm.Inst"".~r4ptype.int"".~r3Ptype.string"".lookup@$type."".lookupFunc
    497 "".pc0type.uint64"".codetype.[]uint8"*24X7 	cGaTgclocalsaccaf8948e97c011220650876ffe44c7Tgclocals135883f958a32f2fe7e812bb428f4566tprebuilts/go/darwin-x86/src/cmd/internal/objfile/disasm.go"".openElfeH%H;aH`1H\$pH\$x1H$H$H\$hH\$8H1H9HL$8HD$PH$HL$XHL$H\$H\$(HD$HL$ HL$HHD$@Ht!1H\$pH\$xH$H$H`HH$HD$HD$0HHl$(=ukH(HD$0H1H9t&H\$0H\$xHD$p1H$H$H`HH$HH\$HH\$HD$H$Hl$HD$0kHH$HH\$HH\$HD$X"
    499 8go.itab.*os.File.io.ReaderAt
    500 "debug/elf.NewFiletype."".elfFile
    501 "runtime.newobject6runtime.writeBarrierEnabled<go.itab.*"".elfFile."".rawFile type.*"".elfFiletype."".rawFile<go.itab.*"".elfFile."".rawFile
    502  runtime.typ2Itab
    503 .runtime.writebarrierptrtype.*os.File type.io.ReaderAt8go.itab.*os.File.io.ReaderAt
    504  runtime.typ2Itab
    505 0runtime.morestack_noctxtP"".autotmp_0083type.*uint8"".autotmp_0082_ type.*"".elfFile"".autotmp_0080 type.*"".elfFile"".autotmp_0079Otype.*os.File"".err?type.error"".fo(type.*debug/elf.File"".~r20type.error"".~r1type."".rawFile"".rtype.*os.File(m (5R!2iUK!Tgclocals9f4747e6338c5bdd4db417363b8a0d83Tgclocalse74d231870ac50ce4d84d17e03402fcanprebuilts/go/darwin-x86/src/cmd/internal/objfile/elf.go*"".(*elfFile).symbolseH%H$ H;AOH`1H$pH$xH$1H$H$H$hH+H,$L$hHT$Ht$Hl$HD$ HL$(HL$`HD$XHt21H$pH$xH$H$H$H`1H\$hH\$pH\$xH$H$H$H$1H$Ht$@H$HHl$@H9HD$PH6LLHhIhHpHP HHh(HL$HL$L$L$L$D$D$@$	@$H$H$H$H$H$ H$1H$(H$0H$8H$@$HH$PH$XH$H$8H$H$(HHMHKHMH$H$@$H?H$H7$HU$Hu$H $HHL$hHD$pHT$xHHH9H\$pHHHk8HH$(H\$Hl$H-H,$L$hHD$PHL$HH0HHl$@H9H\$hH$pH\$pH$xH\$xH$1H$H$H`H-H,$HL$HD$HT$H\$ HL$(HD$0HT$8HHH\$pHT$xHL$hH=u$HBH$HI+HM0H9I+HHU(HM0H]8H$H$H$H9sPHH+Eu$HRBu$HD-$$HTEx
    513 
    514 2debug/elf.(*File).Symbolstype."".Sym
    517 (runtime.typedmemmove
type.[]"".Sym
    520 "runtime.growslice
    521 $runtime.panicindex
    522 0runtime.morestack_noctxt`"".autotmp_0093*type.debug/elf.Symbol"".autotmp_0092,type.*debug/elf.Symbol"".autotmp_0091type.int"".autotmp_0090type.int"".autotmp_0087.type.[]debug/elf.Symbol"".symotype."".Sym"".s*type.debug/elf.Symbol"".symstype.[]"".Sym"".errtype.error"".elfSyms.type.[]debug/elf.Symbol"".~r1@type.error"".~r0type.[]"".Sym"".f type.*"".elfFile*"	8N:2
    528 $Z18AM' =
    532 	+
]1Tgclocalsadb3347b296419e60da36d67f8b7ce43Tgclocals252ce373c08a04a8bede9e24a9cf9968nprebuilts/go/darwin-x86/src/cmd/internal/objfile/elf.go$"".(*elfFile).pclneH%H;aH01111H\$xH$1H\$`H\$hH\$p1H\$HH\$PH\$XHD$@H\$8H+H,$HH\$HD$HD$1H9t	HhHl$@H\$8H+H,$HH\$HD$	HD$1H9ttH$H\$H\$HH\$H\$PH\$H\$XHD$ H\$(H$HD$xHt0HD$@1H\$HH\$PH\$X1H\$`H\$hH\$pH0H\$8H+H,$HH\$HD$
    537 HD$1H9ttH$H\$H\$`H\$H\$hH\$H\$pHD$ H\$(H$HD$xHt0HD$@1H\$HH\$PH\$X1H\$`H\$hH\$pH01H\$xH$H0
    538 "go.string.".text"
    539 2debug/elf.(*File).Section*go.string.".gosymtab"
    540 2debug/elf.(*File).Section
    541 2debug/elf.(*Section).Data,go.string.".gopclntab"
    542 2debug/elf.(*File).Section
    543 2debug/elf.(*Section).Data
    544 0runtime.morestack_noctxt`
    545 "".errtype.error"".pclntabPtype.[]uint8"".symtab type.[]uint8"".textStarttype.uint64"".f type.*"".elfFile&`_`_`_`0W2	2D02D0xPTgclocals7d912edc1d1ee8c45b2e79ae1e574a1aTgclocalsf6bd6b3389b872033d462029172c8612nprebuilts/go/darwin-x86/src/cmd/internal/objfile/elf.go$"".(*elfFile).texteH%H;aH8111H\$hH\$p1H\$PH\$XH\$`H\$@H+H,$HH\$HD$HD$1H9u]HH$HD$1H\$H\$H\$ HL$(HD$0HD$H1H\$PH\$XH\$`HL$hHD$pH8HhHl$HH$H\$H\$PH\$H\$XH\$H\$`H\$ H\$hH\$(H\$pH8
    548 "go.string.".text"
    549 2debug/elf.(*File).SectionDgo.string."text section not found"
    550 fmt.Errorf
    551 2debug/elf.(*Section).Data
    552 0runtime.morestack_noctxtpp"".errPtype.error"".text type.[]uint8"".textStarttype.uint64"".f type.*"".elfFilepopHop$8+]	;
YTgclocalsa041240a37ce609efec56707c330d1a4Tgclocals33cdeccccebe80329f1fdbee7f5874cbnprebuilts/go/darwin-x86/src/cmd/internal/objfile/elf.go("".(*elfFile).goarch1H\$HHkfwEfuHH\$HD$fuHH\$HD$1H\$H\$f(uHH\$HD$f>uHH\$HD$<go.string."386"t"go.string."ppc64"go.string."arm""go.string."amd64"0"".~r0type.string"".f type.*"".elfFile0
    557 
	$Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbnprebuilts/go/darwin-x86/src/cmd/internal/objfile/elf.go"".openGoobjeH%H;aHp1H$H$1H$H$H\$xH\$HH1H9?HL$HHD$`H$HL$hHL$HH\$HD$H\$ H\$8HD$(HL$0HL$XHD$PHt'1H$H$H$H$HpHH$HD$HD$@HHl$8=uqH(HD$@H1H9t,H\$@H$H$1H$H$HpHH$HH\$HH\$HD$H$Hl$HD$@zbHH$HH\$HH\$HD$.$
    560 <go.itab.*os.File.io.ReadSeeker go.string."\"\""
    561 0cmd/internal/goobj.Parse"type."".goobjFile
    562 "runtime.newobject6runtime.writeBarrierEnabled@go.itab.*"".goobjFile."".rawFile$type.*"".goobjFiletype."".rawFile@go.itab.*"".goobjFile."".rawFile
    563  runtime.typ2Itab
    564 .runtime.writebarrierptrtype.*os.File$type.io.ReadSeeker<go.itab.*os.File.io.ReadSeeker
    565  runtime.typ2Itab
    566 0runtime.morestack_noctxtP"".autotmp_0107type.*uint8"".autotmp_0106_$type.*"".goobjFile"".autotmp_0104$type.*"".goobjFile"".autotmp_0103Otype.*os.File"".err?type.error"".fo@type.*cmd/internal/goobj.Package"".~r20type.error"".~r1type."".rawFile"".rtype.*os.File(s (;g'2[N'Tgclocals9f4747e6338c5bdd4db417363b8a0d83Tgclocalse74d231870ac50ce4d84d17e03402fcarprebuilts/go/darwin-x86/src/cmd/internal/objfile/goobj.go"".goobjNameeH%H;aH1H$H$H$Hu(H$H$H$H$H1H\$`H\$hH\$pH\$xH\$`HGHD$PHD$XH\$HHH$H$H\$HD$HL$HD$ H\$HHL$8HHD$@=HCHH$H$H\$HD$HD$HL$HD$ H\$HHHL$8HHD$@=u]HCHH$HD$H\$HH\$H\$PH\$H\$XH\$ HL$(HD$0H$H$HLCL$HD$LCL$HD$#!
    574 type.string
    575 runtime.convT2E6runtime.writeBarrierEnabledtype.int
    576 runtime.convT2E6runtime.writeBarrierEnabled$go.string."%s<%d>"
    577 fmt.Sprintf
    578 .runtime.writebarrierptr
    579 .runtime.writebarrierptr
    580 0runtime.morestack_noctxtP"".autotmp_0117"type.interface {}"".autotmp_0116"type.interface {}"".autotmp_0115?(type.[2]interface {}"".autotmp_0112o&type.[]interface {}"".~r10type.string
    583 "".id:type.cmd/internal/goobj.SymID&G=8,(40Tgclocals9d98bbb373475f3af6381201d6212574Tgclocals341b909b97472a89efab32cbd0761e34rprebuilts/go/darwin-x86/src/cmd/internal/objfile/goobj.go."".(*goobjFile).symbols%$eH%H$H;A	H1H$H$H$1H$H$1H$$$$H$H$H$H$H$1HHH$HD$H$H\$H$H\$H\$ H\$h1H$H$H$H$H+HHU(HE0H]8H$1H$HD$XH$HHl$XH9H$H(HL$`D$GHH$H\$hH\$Hl$pHl$H|$H\$GH\$Ht$pHH$HNHL$HNHL$HT$pHL$HD$ HH$@HH$HHH$PHH$X$`HH$hHH$pHZHH$PH$@H$HHZ(H$XHZ0H$hHHMHKHMHjHH	TH"HH$`THZHt$` $`H$H$H$HHH9;H$HHHk8HH$@H\$Hl$H-H,$H$HL$`HHHl$XH9H$H+HHM(HE0H]8H$HD$`H$HD$XH$H$H\$`Hl$XH9H$HH\$xHWHSXHC`HkhH$1H$HD$HH$HHl$HH9;H$HLLHL@HxHp HP(Hh0HL$PL$L$xL$L$L$L$H$H$H$H$H$H$H$H$HH$H\$hH\$H$xH\$HD$H\$+@.D$GHH$H\$hH\$H$xH\$HD$H\$GH\$H$HH$HKHL$HKHL$HL$HD$ 1H$H$H$H$ $(H$0H$8H$H$$(UHl$xH]Ht$(uH$H$H$HHH9H$HHHk8HH$H\$Hl$H-H,$H$HL$PH8HHl$HH9H$HH$H\$`HH\$`H\$`Hl$XH9;H$H$H$H$H$H$1H$H$HH-H,$HL$HD$HT$H\$ HL$(HD$0HT$8HHH$H$H$E3H-H,$HL$HD$HT$H\$ HL$(HD$0HT$8HHH$H$H$wHHu$`RHtHHtHtHtH	tH
(HH
    593 tHtHtH
tH!Hu$`DHtHtHtoHuH(HHtHtLHtHt;H!Hu$`BHtHtH$`XH(HHtHtHtHtH HtH tH!tH"tH#t%`E8
    597 
    598  runtime.duffzeroLtype.map[cmd/internal/goobj.SymID]bool
    599 runtime.makemapLtype.map[cmd/internal/goobj.SymID]bool
    600 $runtime.mapassign1
    601 "".goobjName""".statictmp_0133""".statictmp_0133 """.statictmp_01330""".statictmp_0133@""".statictmp_0133P""".statictmp_0133`""".statictmp_0133type."".Sym
    604 (runtime.typedmemmoveLtype.map[cmd/internal/goobj.SymID]bool
    605 $runtime.mapaccess1Ltype.map[cmd/internal/goobj.SymID]bool
    606 $runtime.mapassign1
    607 "".goobjNametype."".Sym
    608 (runtime.typedmemmovetype.[]"".Sym
    609 "runtime.growslicetype.[]"".Sym
    610 "runtime.growslice$
    611 0runtime.morestack_noctxt`:"".autotmp_0142:type.cmd/internal/goobj.Reloc"".autotmp_0141<type.*cmd/internal/goobj.Reloc"".autotmp_0140	type.int"".autotmp_0139	type.int"".autotmp_01388type.*cmd/internal/goobj.Sym"".autotmp_0137:type.**cmd/internal/goobj.Sym"".autotmp_0136type.int"".autotmp_0135type.int"".autotmp_0131:type.**cmd/internal/goobj.Sym"".autotmp_0130	type.int"".autotmp_0129	type.int"".autotmp_0128Ztype.map.bucket[cmd/internal/goobj.SymID]bool"".autotmp_0127Ttype.map.hdr[cmd/internal/goobj.SymID]bool"".autotmp_0126type.string"".autotmp_0125type.bool"".autotmp_0123>type.[]cmd/internal/goobj.Reloc"".autotmp_0122<type.[]*cmd/internal/goobj.Sym"".autotmp_0119	type.bool"".autotmp_0118<type.[]*cmd/internal/goobj.Sym"".symtype."".Sym"".r:type.cmd/internal/goobj.Reloc"".s	8type.*cmd/internal/goobj.Sym"".symtype."".Sym"".s	8type.*cmd/internal/goobj.Sym"".symstype.[]"".Sym"".seen	Ltype.map[cmd/internal/goobj.SymID]bool"".~r1@type.error"".~r0type.[]"".Sym"".f$type.*"".goobjFile"
    619 FNa?,
    621 
    623 ^#"*m?<^"4J	VV
    625 
    632 


    638 
	
    643 	
    644 *qTgclocals0eb8895aada11c3eccf0d9ced3582bb1Tgclocals9ad372ee8353a8500fffa70326ca4242rprebuilts/go/darwin-x86/src/cmd/internal/objfile/goobj.go("".(*goobjFile).pclneH%H;aH81111H$H$1H\$hH\$pH\$x1H\$PH\$XH\$`HH$HD$$1H\$H\$H\$ HL$(HD$0HD$H1H\$PH\$XH\$`1H\$hH\$pH\$xH$H$H81
    652 `go.string."pcln not available in go object file"
    653 fmt.Errorf
    654 0runtime.morestack_noctxtp
    655 "".errtype.error"".pclntabPtype.[]uint8"".symtab type.[]uint8"".textStarttype.uint64"".f$type.*"".goobjFilepopQt
    659 vZTgclocals4d8870d794128007eafd160e912f2b3dTgclocals33cdeccccebe80329f1fdbee7f5874cbrprebuilts/go/darwin-x86/src/cmd/internal/objfile/goobj.go("".(*goobjFile).texteH%H;aH8111H\$hH\$p1H\$PH\$XH\$`HH$HD$$1H\$H\$H\$ HL$(HD$0HD$H1H\$PH\$XH\$`HL$hHD$pH8a
    661 v`go.string."text not available in go object file"
    662 fmt.Errorf
    663 0runtime.morestack_noctxtpp"".errPtype.error"".text type.[]uint8"".textStarttype.uint64"".f$type.*"".goobjFilep}op8]
    667 ]CTgclocalsa041240a37ce609efec56707c330d1a4Tgclocals33cdeccccebe80329f1fdbee7f5874cbrprebuilts/go/darwin-x86/src/cmd/internal/objfile/goobj.go,"".(*goobjFile).goarch@01HH\$HD$*
    668 lgo.string."GOARCH unimplemented for debug/goobj files"0"".~r0type.string"".f$type.*"".goobjFile  Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbrprebuilts/go/darwin-x86/src/cmd/internal/objfile/goobj.go"".openMachoeH%H;aH`1H\$pH\$x1H$H$H\$hH\$8H1H9HL$8HD$PH$HL$XHL$H\$H\$(HD$HL$ HL$HHD$@Ht!1H\$pH\$xH$H$H`HH$HD$HD$0HHl$(=ukH(HD$0H1H9t&H\$0H\$xHD$p1H$H$H`HH$HH\$HH\$HD$H$Hl$HD$0kHH$HH\$HH\$HD$X"
    672 8go.itab.*os.File.io.ReaderAt
    673 &debug/macho.NewFile"type."".machoFile
    674 "runtime.newobject6runtime.writeBarrierEnabled@go.itab.*"".machoFile."".rawFile$type.*"".machoFiletype."".rawFile@go.itab.*"".machoFile."".rawFile
    675  runtime.typ2Itab
    676 .runtime.writebarrierptrtype.*os.File type.io.ReaderAt8go.itab.*os.File.io.ReaderAt
    677  runtime.typ2Itab
    678 0runtime.morestack_noctxtP"".autotmp_0155type.*uint8"".autotmp_0154_$type.*"".machoFile"".autotmp_0152$type.*"".machoFile"".autotmp_0151Otype.*os.File"".err?type.error"".fo,type.*debug/macho.File"".~r20type.error"".~r1type."".rawFile"".rtype.*os.File(m .5R!2iUK!Tgclocals9f4747e6338c5bdd4db417363b8a0d83Tgclocalse74d231870ac50ce4d84d17e03402fcarprebuilts/go/darwin-x86/src/cmd/internal/objfile/macho.go."".(*machoFile).symbols&%eH%H$H;AR	HH$1H$H$H$1H$H$H(H]`1H9ufHH$HD$1H\$H\$H\$ HL$(HD$01H$H$H$H$H$H1H$H$ H$(H(H]`HqHs0HC8Hk@H$1H$HD$PH$Hl$PH9H$HLLNnHnIHnHHnH|$XL$pL$PL$xL$X$D$D$af$f$bH$H$hH$`Hu@Hl$HH$H$ H$(HHH9H$ HHl$HH+H HHl$PH9H$H$H$ H$H$(H$HH$HH\$HH\$H$H\$HD$ H\$(HH$HKHL$1H$H$H$H$H+H]`HHS0HC8Hk@H$1H$HD$PH$HHl$PH9H$HLLHhIhHHhHHhHL$XL$pL$0L$xL$8D$D$@@$@$Af$f$BH$H$H$@Ht_H HHl$PH9?H$H$H$H$H$H$1H$H$H1H$H$H$H$$H$H$H$0H$HHMHKHMH$HH$$?H$ H$H-H(H$HhH$0HhH$HD$H$HD$H$ H9H$L$ L9HHH$HH)H$$A$UH$H$H$HHH9wIH$HHHk8HH$H\$Hl$H-H,$HL$XH$H-H,$HL$HD$HT$H\$ HL$(H\$0HT$8HHH$H$H$iH*HEP$AH9$AHHH*HHUHHMPH]XH$H$H$H9_HHH$H?HJH$HBHH$H$HD$H-Hl$HD$H$H$H$\$ y$DH\$`H$HTHZH|$HHHKHOHH\$HD$ H|$(H
    690 HHJHOHL$8H$HD$@HuUH$H$HD$H-Hl$HD$H$H$\$ t$BH
uUH$H$HD$H-Hl$HD$
H$H$\$ t$T-H$HH$HD$H-Hl$HD$\$ RH$HH$HD$H-Hl$HD$H$\$ G$R7Ebh@<H-H,$HL$HD$HT$H\$ H|$XH$HL$(H\$0HT$8HHH$ H$(H$>
    701 @go.string."missing symbol table"
    702 fmt.Errorf	type."".uint64s	&type.sort.Interface	Bgo.itab."".uint64s.sort.Interface
    703 
    704 runtime.convT2I
    705 
    706 sort.Sort:"".(*machoFile).symbols.func1
    707 sort.Searchtype."".Sym
    708 (runtime.typedmemmovetype.[]"".Sym
    709 "runtime.growslice$go.string."__DATA"
    710  runtime.eqstringgo.string." "
    711 *runtime.concatstring30go.string."__DATA __bss"
    712  runtime.eqstring2go.string."__TEXT __text"
    713  runtime.eqstring :go.string."__DATA __noptrbss"!
    714  runtime.eqstring"$go.string."__TEXT""
    715  runtime.eqstring#
    716 $runtime.panicindex#
    717 $runtime.panicindex#type.[]uint64$
    718 "runtime.growslice%
    719 0runtime.morestack_noctxt`6"".autotmp_0179type.string"".autotmp_0178type.[32]uint8"".autotmp_0177type.string"".autotmp_0175.type.debug/macho.Symbol"".autotmp_01740type.*debug/macho.Symbol"".autotmp_0173type.int"".autotmp_0172type.int"".autotmp_0171type.uint64"".autotmp_0170.type.debug/macho.Symbol"".autotmp_01690type.*debug/macho.Symbol"".autotmp_0168type.int"".autotmp_0167type.int"".autotmp_0166type.int"".autotmp_0165type.int"".autotmp_0164type.struct { F uintptr; addrs *[]uint64; s *debug/macho.Symbol }"".autotmp_01622type.[]debug/macho.Symbol"".autotmp_0161type."".uint64s"".autotmp_01602type.[]debug/macho.Symbol"".sect2type.*debug/macho.Section"".symotype."".Sym"".s.type.debug/macho.Symbol"".symstype.[]"".Sym"".s.type.debug/macho.Symbol"".addrstype.[]uint64"".~r1@type.error"".~r0type.[]"".Sym"".f$type.*"".machoFile*"
    723 >Vf
    724 @<J1sM3 g56VR"[iKK
    731 C
	K%cD6CO2MeTgclocalse373b088184ae244ae41c5de99515421Tgclocalsdbb6cb857427a3ed7c3b8391e23572bfrprebuilts/go/darwin-x86/src/cmd/internal/objfile/macho.go("".(*machoFile).pclneH%H;aH01111H\$xH$1H\$`H\$hH\$p1H\$HH\$PH\$XHD$@H\$8H+H,$HH\$HD$HD$1H9t	Hh Hl$@H\$8H+H,$HH\$HD$
    737 HD$1H9ttH$H\$H\$HH\$H\$PH\$H\$XHD$ H\$(H$HD$xHt0HD$@1H\$HH\$PH\$X1H\$`H\$hH\$pH0H\$8H+H,$HH\$HD$HD$1H9ttH$H\$H\$`H\$H\$hH\$H\$pHD$ H\$(H$HD$xHt0HD$@1H\$HH\$PH\$X1H\$`H\$hH\$pH01H\$xH$H0
    739 $go.string."__text"
    740 6debug/macho.(*File).Section,go.string."__gosymtab"
    741 6debug/macho.(*File).Section
    742 6debug/macho.(*Section).Data.go.string."__gopclntab"
    743 6debug/macho.(*File).Section
    744 6debug/macho.(*Section).Data
    745 0runtime.morestack_noctxt`
    746 "".errtype.error"".pclntabPtype.[]uint8"".symtab type.[]uint8"".textStarttype.uint64"".f$type.*"".machoFile&`_`_`_`0W2	2D02D0xPTgclocals7d912edc1d1ee8c45b2e79ae1e574a1aTgclocalsf6bd6b3389b872033d462029172c8612rprebuilts/go/darwin-x86/src/cmd/internal/objfile/macho.go("".(*machoFile).texteH%H;aH8111H\$hH\$p1H\$PH\$XH\$`H\$@H+H,$HH\$HD$HD$1H9u]HH$HD$1H\$H\$H\$ HL$(HD$0HD$H1H\$PH\$XH\$`HL$hHD$pH8Hh Hl$HH$H\$H\$PH\$H\$XH\$H\$`H\$ H\$hH\$(H\$pH8
    749 $go.string."__text"
    750 6debug/macho.(*File).SectionDgo.string."text section not found"
    751 fmt.Errorf
    752 6debug/macho.(*Section).Data
    753 0runtime.morestack_noctxtpp"".errPtype.error"".text type.[]uint8"".textStarttype.uint64"".f$type.*"".machoFilepopHop$8+]	;
YTgclocalsa041240a37ce609efec56707c330d1a4Tgclocals33cdeccccebe80329f1fdbee7f5874cbrprebuilts/go/darwin-x86/src/cmd/internal/objfile/macho.go,"".(*machoFile).goarch1H\$HkwCuHH\$HD$uHH\$HD$1H\$H\$uHH\$HD$uHH\$HD$4go.string."386"jgo.string."arm""go.string."amd64""go.string."ppc64"0"".~r0type.string"".f$type.*"".machoFile0

%Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbrprebuilts/go/darwin-x86/src/cmd/internal/objfile/macho.go"".uint64s.Len H\$H\$ @"".~r00type.int"".xtype."".uint64sTgclocals2fccd208efe70893f9ac8d682812ae72Tgclocals33cdeccccebe80329f1fdbee7f5874cbrprebuilts/go/darwin-x86/src/cmd/internal/objfile/macho.go"".uint64s.SwapeH%H;avbH|$ Ht$(HL$HD$H9sBHHH9s/HH9sH,LELH9sHH
    769 
    770 $runtime.panicindex
    771 $runtime.panicindex
    772 $runtime.panicindex
    773 $runtime.panicindex
    774 0runtime.morestack_noctxtP"".j@type.int"".i0type.int"".xtype."".uint64s
    775 
    776 U+Tgclocals89fe65749ce0afc971c0982226501ff0Tgclocals33cdeccccebe80329f1fdbee7f5874cbrprebuilts/go/darwin-x86/src/cmd/internal/objfile/macho.go"".uint64s.LesseH%H;avDHL$HD$Hl$ H9s)HHLD$(I9sJ,HmH9D$0
    780 
    781 $runtime.panicindex
    782 $runtime.panicindex
    783 0runtime.morestack_noctxt`"".~r2Ptype.bool"".j@type.int"".i0type.int"".xtype."".uint64s```
    785 ETgclocals6432f8c6a0d23fa7bee6c5d96f21a92aTgclocals33cdeccccebe80329f1fdbee7f5874cbrprebuilts/go/darwin-x86/src/cmd/internal/objfile/macho.go"".Open

eH%HD$H;A,H1H$H$H$H$H$H\$H\$H\$HHD$HL$ H$H$Ht$H$H$H$HHHHH$1H$HD$8H$HHl$8H9HD$XHHL$@H\$HH$HH\$H\$`H\$H\$hHD$H\$ H\$xHD$pHHH$HD$HD$PHt|Hl$H=uYH(Hl$`HhHl$h=u&HhH$1H$H$HL@L$Hl$HD$PH$Hl$HD$PHD$XHL$@HHHl$8H9H\$HH$H$H$H$H$1H$H$H$HH$H$H$HH$H$H\$HD$HL$HD$ H$H$HH$=urHCHH$HD$!H$H\$H$H\$H$H\$ HL$(HD$0H$H$H$HLCL$HD${(
    791 
    792 os.Open"".openers"".openers "".openerstype."".File
    793 "runtime.newobject6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled
    794 .runtime.writebarrierptr
    795 .runtime.writebarrierptr
    796  os.(*File).Close	type.string
    797 
    798 runtime.convT2E
    799 6runtime.writeBarrierEnabled
    800 Zgo.string."open %s: unrecognized object file"
    802 fmt.Errorf
    804 .runtime.writebarrierptr
    806 0runtime.morestack_noctxtP "".autotmp_0204"type.interface {}"".autotmp_0203(type.[1]interface {}"".autotmp_0200_&type.[]interface {}"".autotmp_0199type.*"".File"".autotmp_0197Ptype.*func(*os.File) ("".rawFile, error)"".autotmp_0196type.int"".autotmp_0195type.int"".autotmp_0193type.string"".autotmp_0192/Rtype.[]func(*os.File) ("".rawFile, error)"".errtype.error"".rawtype."".rawFile"".errtype.error"".rtype.*os.File"".~r20type.error"".~r1 type.*"".File"".nametype.string4}*2`1:$R@
    812 .J?p8
    814 r@Tgclocalsfb63e74b6f2618e7c5d9866e2c2934f2Tgclocals2ec74d00799b2ec29b62d70396d6c832vprebuilts/go/darwin-x86/src/cmd/internal/objfile/objfile.go "".(*File).CloseeH%H;av:H1H\$(H\$0H\$ H+H,$HL$HD$HL$(HD$0H
    816 X
    817  os.(*File).Close
    818 0runtime.morestack_noctxt00"".~r0type.error"".ftype.*"".File05/0P|*
    820 +%Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbvprebuilts/go/darwin-x86/src/cmd/internal/objfile/objfile.go$"".(*File).SymbolseH%HD$H;AzH1H$H$H$1H$H$H$H.HKHkHl$PH,$HL$HHY0Ht$Hl$HT$HD$ HL$(HL$@HD$8Ht21H$H$H$H$H$HHt$XHt$pHl$`Hl$xHT$hH$HH$HH\$HH\$H\$pH\$HD$ H\$(HH$HKHL$H\$XH$H\$`H$H\$hH$1H$H$Hd
    824 type."".byAddr&type.sort.Interface@go.itab."".byAddr.sort.Interface
    825 runtime.convT2I
    826 sort.Sort
    827 0runtime.morestack_noctxt`"".autotmp_0206/type."".byAddr"".errtype.error"".syms_type.[]"".Sym"".~r1@type.error"".~r0type.[]"".Sym"".ftype.*"".File($KL2vA	wuTgclocals7c639281594b5ca3b5c2bcc331d3ab8cTgclocals30db2b3246502392fea275c4053e6363vprebuilts/go/darwin-x86/src/cmd/internal/objfile/objfile.go"".byAddr.LesseH%H;avQHL$HD$LD$ HI9s3Mk8LH]LL$(II9sMk8MIhH9D$0
    836 
    837 $runtime.panicindex
    838 $runtime.panicindex
    839 0runtime.morestack_noctxt`"".~r2Ptype.bool"".j@type.int"".i0type.int"".xtype."".byAddrppp
    841 RTgclocals6432f8c6a0d23fa7bee6c5d96f21a92aTgclocals33cdeccccebe80329f1fdbee7f5874cbvprebuilts/go/darwin-x86/src/cmd/internal/objfile/objfile.go"".byAddr.Len H\$H\$ @"".~r00type.int"".xtype."".byAddrTgclocals2fccd208efe70893f9ac8d682812ae72Tgclocals33cdeccccebe80329f1fdbee7f5874cbvprebuilts/go/darwin-x86/src/cmd/internal/objfile/objfile.go"".byAddr.SwapeH%H;aHPHT$pHL$XHD$`HHH9Hk8HH+Hl$HkHl$ HkHl$(HkHl$0k l$8Hk(Hl$@Hk0Hl$HHl$xHH9Hk8HHIH9sgMk8LHl$H\$HH$H\$XHl$xLD$`L9s+Hk8HHl$H\$Hl$H-H,$HP
    848 type."".Sym
    849 (runtime.typedmemmovetype."".Sym
    850 (runtime.typedmemmove
    851 $runtime.panicindex
    852 $runtime.panicindex
    853 $runtime.panicindex
    854 $runtime.panicindex
    855 0runtime.morestack_noctxtP"".autotmp_0209otype."".Sym"".j@type.int"".i0type.int"".xtype."".byAddr5
    856 :?Tgclocals3260b5c802f633fd6252c227878dd72aTgclocals07dc5d817c183220b79c5477ebd5d7bavprebuilts/go/darwin-x86/src/cmd/internal/objfile/objfile.go,"".(*File).PCLineTableeH%HD$H;AH1H$H$H$HHKHkHl$xH,$HL$pHY(HL$H\$H$H\$H$H\$ H$H|$(Ht$0Hl$8HD$@HT$HHT$hHD$`Ht$H$H$H$HH$H$H$H$H$H$HL$PHH$HL$HH1HHL$XH$HiH$HiH$=usH)Hl$PHiHA H$H$H$H\$H$H\$HL$HT$ HL$(HD$0H$H$H$HH$Hl$HL$Xx5B
    859 4type.debug/gosym.LineTable
    860 "runtime.newobject
    861  runtime.duffzero6runtime.writeBarrierEnabled
    862 (debug/gosym.NewTable
    863 .runtime.writebarrierptr
    864 0runtime.morestack_noctxt@"".autotmp_02136type.*debug/gosym.LineTable"".autotmp_02126type.*debug/gosym.LineTable&debug/gosym.text3type.uint64&debug/gosym.data2/type.[]uint8"".errtype.error"".pclntab_type.[]uint8"".symtabtype.[]uint8"".~r1 type.error"".~r0.type.*debug/gosym.Table"".ftype.*"".File(5"1x$]=,Tgclocals55cc6ee7528f0b48e5a6d9bfba36524aTgclocals870e393aafeefa0925d17608037f81b1vprebuilts/go/darwin-x86/src/cmd/internal/objfile/objfile.go"".(*File).TexteH%H;aHH1H\$`H\$hH\$p1H\$xH$H\$PHt`HKHkHl$@H,$HL$8HY8H|$Ht$Hl$HT$ HL$(HD$0H|$XHt$`Hl$hHT$pHL$xH$HHP
    870 
    871 0runtime.morestack_noctxtp"".~r2Ptype.error"".~r1 type.[]uint8"".~r0type.uint64"".ftype.*"".File7o
    875 
    876 \TTgclocalsa041240a37ce609efec56707c330d1a4Tgclocals23e8278e2b69a3a75fa59b23c49ed6advprebuilts/go/darwin-x86/src/cmd/internal/objfile/objfile.go""".(*File).GOARCHeH%H;avTH(1H\$8H\$@H\$0Ht5HKHkHl$ H,$HL$HY HL$HD$HL$8HD$@H(
    878 
    879 0runtime.morestack_noctxt0P"".~r0type.string"".ftype.*"".FilePKOPpD
    882 D,Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals23e8278e2b69a3a75fa59b23c49ed6advprebuilts/go/darwin-x86/src/cmd/internal/objfile/objfile.go"".openPE
    884 eH%H;aH1H$H$1H$H$H$H\$HH1H9&HL$HHD$`H$HL$hHL$HT$HD$HL$ HL$XHD$PHt*1H$H$H$H$HHT$8HHJHj HL$pH$Hl$xHl$Ht$pHT$xL$=
    887 kH-H9YH<HH$HD$HD$@HHl$8=utH(HD$@H1H9t/H\$@H$H$1H$H$HHH$HH\$HH\$HD$H$Hl$HD$@w_"uH-H9umH<HH$HD$1H\$H\$H\$ HL$(HD$01H$H$H$H$H11OHH$HH\$HH\$HD$A,
    888 8go.itab.*os.File.io.ReaderAt
    889  debug/pe.NewFile
    890 $runtime.efacethash>type.*debug/pe.OptionalHeader64type."".peFile
    891 "runtime.newobject6runtime.writeBarrierEnabled:go.itab.*"".peFile."".rawFiletype.*"".peFiletype."".rawFile:go.itab.*"".peFile."".rawFile
    892  runtime.typ2Itab
    893 .runtime.writebarrierptr>type.*debug/pe.OptionalHeader32Dgo.string."unrecognized PE format"
    894 fmt.Errorf
    895 type.*os.File
    896  type.io.ReaderAt
    897 8go.itab.*os.File.io.ReaderAt
    898 
    899  runtime.typ2Itab
    900 
    901 0runtime.morestack_noctxtP"".autotmp_0229type.*uint8"".autotmp_0228type.*"".peFile"".autotmp_0225"type.interface {}"".autotmp_0223type.*"".peFile"".autotmp_0221otype.*os.File"".err_type.error"".f&type.*debug/pe.File"".~r20type.error"".~r1type."".rawFile"".rtype.*os.File6O0*>P*h#^2 uxIsnTgclocals7841b33a5958c757ecc1f0a9a1364888Tgclocalse08f79c6e60140bf5148618452624307lprebuilts/go/darwin-x86/src/cmd/internal/objfile/pe.go("".(*peFile).symbolseH%H$0H;A1HP1H$`H$hH$p1H$xH$1H$H$H$HD$@H$XH+HHMHE HL$pH$HD$xHD$H|$pHt$xT$=
    911 k=H-H9kHH<HiHl$@1H$H$H$H$XH+HHU@HEHH]PH$1H$HD$PH$HHl$PH9RHD$hHHL$X1H$H$ H$(H$0$8H$@H$HH$HHMHHHMXH$($8?Hhfr$8?H$H$H$HHH9H$HHHk8HH$H\$Hl$H-H,$H$(H\$`H$H$H$HHH9)H$HHl$`H+HD$hHL$XHHHl$PH9H$H$H$H$H$H$HH$HH\$HH\$H$H\$HD$ H\$(HH$HKHL$H$1H\$PHl$PH9HD$XHD$HH$H$H-H+H$HkH$HkHl$HHkH$H\$HD$H$H9H$L$L9HHL$LL$HL$M9Mk8MIhH)H$LD$HL$M9skMk8LH]HD$XHHl$PH9H$H$`H$H$hH$H$p1H$xH$HPH-H,$HL$HD$HT$H\$ HL$(H\$0HT$8HHH$H$H$H-H,$HL$HD$HT$H\$ HL$(H\$0HT$8HHH$H$H$fu$8Cfu$8UmHXf
    918 H$XH+HM0HXH9HXHHH$XH+HHU(HM0H]8H$H$HH$H9HHY, t.$8TH$(YHl$@HHH$(@t'u
$8R$8Dt$8BE3HH$HD$&1H\$H\$H\$ HL$(HD$01H$`H$hH$pH$xH$HPE"H-H9u HHhHl$@1111E:0
    922 
    923 $runtime.efacethash>type.*debug/pe.OptionalHeader64type."".Sym
    924 (runtime.typedmemmovetype."".uint64s&type.sort.InterfaceBgo.itab."".uint64s.sort.Interface
    929 runtime.convT2I
    931 sort.Sort
4"".(*peFile).symbols.func1
    933 sort.Search
    934 $runtime.panicindex
    935 $runtime.panicindex
    936 $runtime.panicindextype.[]uint64
    937 "runtime.growslicetype.[]"".Sym
    938 "runtime.growslice
    939 $runtime.panicindexdgo.string."invalid section number in symbol table"
    940 fmt.Errorf>type.*debug/pe.OptionalHeader32
    941 0runtime.morestack_noctxt`*"".autotmp_0251type.int"".autotmp_0250type.int"".autotmp_0249type.uint64"".autotmp_0246,type.**debug/pe.Symbol"".autotmp_0245type.int"".autotmp_0244type.int"".autotmp_0241"type.interface {}"".autotmp_0240type.int"".autotmp_0239type.struct { F uintptr; addrs *[]uint64; syms *[]"".Sym; i *int }"".autotmp_0238type.int"".autotmp_0237type."".uint64s"".autotmp_0236type.uint64"".autotmp_0233.type.[]*debug/pe.Symbol"".itype.int"".symotype."".Sym"".symstype.[]"".Sym"".imageBasetype.uint64"".addrstype.[]uint64"".~r1@type.error"".~r0type.[]"".Sym"".ftype.*"".peFile("kFN	q	^f
    946 
    947 :^HU\'NqJVV?>CB5,X
    951 
    953 
	
    957 
+f+
    960 
46VTgclocals0eb8895aada11c3eccf0d9ced3582bb1Tgclocalsb1f5784a056793daa01ff1a210acfc2elprebuilts/go/darwin-x86/src/cmd/internal/objfile/pe.go""".(*peFile).pclneH%HD$H;AH1111H$H$1H$H$H$1H$H$H$H$H$H+H`HMHE H$H$H$HD$H$H$T$=
    965 k>H-H9HH<HiHl$PH$H+H,$HH\$HD$HD$1H9tXHl$PHH$H$H+H,$HH\$HD$HH\$HD$ H\$(H$H\$0H$H\$8H$HD$@H\$HH$H$H1H\$hH\$pH$H+H,$HH\$HD$HH\$HD$ H\$(H$H\$0H$H\$8H$HD$@H\$HH\$pHD$hHtHH$1H$H$H$1H$H$H$HH$H+H,$HH\$HD$HH\$HD$ H\$(H$H\$0H$H\$8H$HD$@H\$HH$H$H1H\$xH$H$H+H,$HH\$HD$HH\$HD$ H\$(H$H\$0H$H\$8H$HD$@H\$HHtHH$1H$H$H$1H$H$H$H1H$H$H"u,H-H9HHt
hHl$PH|$XHt$`HH$HD$1H\$H\$H\$ HL$(HD$0H$1H$H$H$1H$H$H$H$H$H11O11E*
    967 
    968 $runtime.efacethash>type.*debug/pe.OptionalHeader64"go.string.".text"
    969 0debug/pe.(*File).Section6go.string."runtime.pclntab"8go.string."runtime.epclntab"
    970 "".loadPETable&go.string."pclntab"(go.string."epclntab"
    971 "".loadPETable
    972 4go.string."runtime.symtab"6go.string."runtime.esymtab"
    975 "".loadPETable
$go.string."symtab"
&go.string."esymtab"
    979 "".loadPETable>type.*debug/pe.OptionalHeader32Rgo.string."pe file format not recognized"
    980 fmt.Errorf
    981 0runtime.morestack_noctxt"".autotmp_0262"type.interface {}"".err2?type.error"".err2_type.error
    982 "".oh"type.interface {}"".imageBasetype.uint64"".errtype.error"".pclntabPtype.[]uint8"".symtab type.[]uint8"".textStarttype.uint64"".ftype.*"".peFileB&
    984 ^w}	5HuH3'
    987 *tTgclocalsb33ef8d17e3fc36d15834392a7df0a5dTgclocals5a4e488090896db4725219374a46e7a1lprebuilts/go/darwin-x86/src/cmd/internal/objfile/pe.go""".(*peFile).text
    990 	eH%H;a`H`111H$H$1H\$xH$H$H\$hH+HHMHE HL$PH$HD$XHD$H|$PHt$XT$=
    993 k"H-H9HH<HiHl$8H\$hH+H,$HH\$HD$HD$1H9uiHH$HD$1H\$H\$H\$ HL$(HD$0HD$p1H\$xH$H$H$H$H`XHl$8HH\$pH$H\$H\$xH\$H$H\$H$H\$ H$H\$(H$H`"u,H-H9HHt
hHl$8H|$@Ht$HHH$HD$1H\$H\$H\$ HL$(HD$0HD$p1H\$xH$H$H$H$H`11r11?E
    995 
    996 $runtime.efacethash>type.*debug/pe.OptionalHeader64"go.string.".text"
    997 0debug/pe.(*File).SectionDgo.string."text section not found"
    998 fmt.Errorf
    999 0debug/pe.(*Section).Data>type.*debug/pe.OptionalHeader32Rgo.string."pe file format not recognized"
   1000 fmt.Errorf	
   1001 0runtime.morestack_noctxtp"".autotmp_0267"type.interface {}"".autotmp_0266type.error
   1002 "".oh?"type.interface {}"".imageBaseOtype.uint64"".errPtype.error"".text type.[]uint8"".textStarttype.uint64"".ftype.*"".peFile4['DDn	+iG'
   1005 i
qkTgclocalsb767a85ad52475ddbcff98293d22a77dTgclocals2c78d3ad9d760b5f66e2e47be684c787lprebuilts/go/darwin-x86/src/cmd/internal/objfile/pe.go"".findPESymboleH%H$`H;AH L$0H$81H$HH$PH$(HHS@HCHHkPH$1H$HD$8H$Hl$8H9HT$XHHt$@H\$PH#H;H$HCH$H9H<$HD$LD$HL$L$0Ht$@HT$XH$8\$ Hl$PH]fL$H$1H$H$H$H$H$HH$H$H$HH$H$H\$HD$HL$HD$ H$HL$pHHD$x=HCHH$H\$PH\$H|$HD$HD$HL$HD$ H$HHL$pHHD$x=urHCHH$HD$$H$H\$H$H\$H$H\$ HL$(HD$0H$@H$HH$PH LCL$HD${%+LCL$HD$vH$(Hk0H\$PH[H9]L$H$H$(Hk0Hl$H1H$H$H$H$H$H$H$HH$H$H$HH$H$H\$HD$HL$HD$ H$HL$pHHD$x=hHCHH$H\$PH\$H|$7HD$HD$HL$HD$ H$HHL$pHHD$x=HCHH$H\$HH\$HD$HL$HD$ H$H HL$pHHD$x=urHCHH$HD$2H$H\$H$H\$H$H\$ HL$(HD$0H$@H$HH$PH LCL$HD${LCL$HD$%LCL$HD$H\$PH$@1H$HH$PH HHHl$8H9L$H$1H\$`H\$hH\$`HH$H$H$HH$H$H\$HD$HL$HD$ H$HL$pHHD$x=urHCHH$HD$H$H\$H$H\$H$H\$ HL$(HD$0H$@H$HH$PH LCL$HD${zB
   1015 
   1016  runtime.eqstringtype.string
   1017 runtime.convT2E6runtime.writeBarrierEnabledtype.int16
   1018 runtime.convT2E6runtime.writeBarrierEnabled	`go.string."symbol %s: invalid section number %d"	
   1019 fmt.Errorf
   1020 
   1021 .runtime.writebarrierptr
   1023 .runtime.writebarrierptrtype.string
   1024 runtime.convT2E6runtime.writeBarrierEnabledtype.int16
   1025 runtime.convT2E6runtime.writeBarrierEnabledtype.int
   1026 runtime.convT2E6runtime.writeBarrierEnabled|go.string."symbol %s: section number %d is larger than max %d"
   1027 fmt.Errorf
   1028 .runtime.writebarrierptr
   1029 .runtime.writebarrierptr
   1030 .runtime.writebarrierptrtype.string
   1031 runtime.convT2E6runtime.writeBarrierEnabled<go.string."no %s symbol found"
   1032 fmt.Errorf
   1033 .runtime.writebarrierptr
   1034 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_0283type.string"".autotmp_0281,type.**debug/pe.Symbol"".autotmp_0280type.int"".autotmp_0279type.int"".autotmp_0278type.error"".autotmp_0277type.string"".autotmp_0276type.error"".autotmp_0275type.int"".autotmp_0274type.string"".autotmp_0273type.int"".autotmp_0271type.string"".autotmp_0270.type.[]*debug/pe.Symbol"".s*type.*debug/pe.Symbol"".~r3@type.error"".~r20*type.*debug/pe.Symbol"".nametype.string"".f&type.*debug/pe.FileB"~@
>DXo'Hep@#e@:l@3Tgclocals7683dc763ccb39eb220507b3c5dab6a0Tgclocals8376184a35b42f559e2be73735d61564lprebuilts/go/darwin-x86/src/cmd/internal/objfile/pe.go"".loadPETableeH%HD$H;A[H1H$H$H$1H$ H$(H$H$H$H\$H$H\$H\$H\$8HD$ HL$(HL$PHD$HHt21H$H$H$H$ H$(HH$H$H$H\$H$H\$Ht$8HL$HD$ HT$(HT$PHD$HHt21H$H$H$H$ H$(HH^HL$@Hif9H$H\$xH$H$H$H\$hH$H\$p1H$H$H$H$H$HtH$H$H$HH$H\$xH\$HD$HL$HD$ H$HL$XHHD$`=HCHH$H\$hH\$HD$HL$HD$ H$HHL$XHHD$`=HCHH$HD$-H$H\$H$H\$H$H\$ HL$(HD$01H$H$H$H$ H$(HLCL$HD$mLCL$HD$H^HHH$HHS(HK0Hk8H$H$HH$H9HH+H,$Ht$H\$HT$HD$ HL$(Ht21H$H$H$H$ H$(HH\$8KH\$@kIH9wJH9wEH)I)IItML$H$L$1H$ H$(H"
   1044 
   1045 "".findPESymbol
   1046 "".findPESymboltype.string
   1047 runtime.convT2E6runtime.writeBarrierEnabled	type.string	
   1048 runtime.convT2E
   1049 6runtime.writeBarrierEnabled
   1050 rgo.string."%s and %s symbols must be in the same section"
   1052 fmt.Errorf
   1054 .runtime.writebarrierptr
   1056 .runtime.writebarrierptr
   1057 0debug/pe.(*Section).Data
   1058 $runtime.panicslice
   1059 $runtime.panicindex
   1060 0runtime.morestack_noctxt"".autotmp_0313"type.interface {}"".autotmp_0312"type.interface {}"".autotmp_0311?(type.[2]interface {}"".autotmp_0308o&type.[]interface {}"".autotmp_0303type.string"".autotmp_0302type.string"".esym*type.*debug/pe.Symbol"".errtype.error"".ssym*type.*debug/pe.Symbol"".~r4type.error"".~r3Ptype.[]uint8"".ename0type.string"".snametype.string"".f&type.*debug/pe.FilePc"	FKD2D2U"2k	
,qN"Tgclocalsfdc8982e978440e97a80ca353a20f2f7Tgclocals7e4652854c1e387f07b11ee5a9c7e230lprebuilts/go/darwin-x86/src/cmd/internal/objfile/pe.go&"".(*peFile).goarcheH%H;aH@1H\$PH\$XH\$HH+H,$HH\$HD$HD$ H\$(H\$8HD$0HuHH\$PHD$XH@H\$HH+H,$HH\$HD$HD$ H\$(HuHH\$PHD$XH@1H\$PH\$XH@
   1068 d8go.string."_rt0_386_windows"
   1069 "".findPESymbolgo.string."386"<go.string."_rt0_amd64_windows"
   1070 "".findPESymbol"go.string."amd64"
   1071 0runtime.morestack_noctxt0"".errtype.error"".~r0type.string"".ftype.*"".peFile*eO #@6DTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals23e8278e2b69a3a75fa59b23c49ed6adlprebuilts/go/darwin-x86/src/cmd/internal/objfile/pe.go"".openPlan9eH%H;aH`1H\$pH\$x1H$H$H\$hH\$8H1H9HL$8HD$PH$HL$XHL$H\$H\$(HD$HL$ HL$HHD$@Ht!1H\$pH\$xH$H$H`HH$HD$HD$0HHl$(=ukH(HD$0H1H9t&H\$0H\$xHD$p1H$H$H`HH$HH\$HH\$HD$H$Hl$HD$0kHH$HH\$HH\$HD$X"
   1076 8go.itab.*os.File.io.ReaderAt
   1077 ,debug/plan9obj.NewFile"type."".plan9File
   1078 "runtime.newobject6runtime.writeBarrierEnabled@go.itab.*"".plan9File."".rawFile$type.*"".plan9Filetype."".rawFile@go.itab.*"".plan9File."".rawFile
   1079  runtime.typ2Itab
   1080 .runtime.writebarrierptrtype.*os.File type.io.ReaderAt8go.itab.*os.File.io.ReaderAt
   1081  runtime.typ2Itab
   1082 0runtime.morestack_noctxtP"".autotmp_0320type.*uint8"".autotmp_0319_$type.*"".plan9File"".autotmp_0317$type.*"".plan9File"".autotmp_0316Otype.*os.File"".err?type.error"".fo2type.*debug/plan9obj.File"".~r20type.error"".~r1type."".rawFile"".rtype.*os.File(m <5R!2iUK!Tgclocals9f4747e6338c5bdd4db417363b8a0d83Tgclocalse74d231870ac50ce4d84d17e03402fcaxprebuilts/go/darwin-x86/src/cmd/internal/objfile/plan9obj.go."".(*plan9File).symbolseH%H$H;AH1H$H$H$1H$H$H$H+H,$HT$Ht$Hl$HD$ HL$(HL$hHD$`Ht21H$H$H$H$H$H1H$H$H$H$H$H$H$1H$Ht$HH$HHl$HH9HHD$XHH8@HsHkHL$PH$@H$ $HH$PH$0H$XH$8HH$HH\$$(D$H\$+@HD$XHL$PH HHl$HH9LH$H$H$H$H$H$HH$HH\$HH\$H$H\$HD$ H\$(HH$HKHL$1H\$pH\$xH$H$H$H$H$1H$HD$HH$HHl$HH9HD$XHH8pHPHhHL$PH$@H$$H$H$PH$H$XH$HH$HH\$$\$H\$+@ucHD$XHL$PH HHl$HH9LH\$pH$H\$xH$H$H$1H$H$H1H$`H$hH$pH$x$H$H$H$H$pH$H$`HHMHKHM$$H$H$H-H(H$HhH$HhH$HD$HD$H$H9H$L$L9HHH$H)H$xHL$pHD$xH$HHH9w9H\$xHHHk8HH$`H\$Hl$H-H,$HH-H,$HL$HD$HT$H\$ HL$(HD$0HT$8HHH\$xH$HL$p|N_H$ H\$@H$H$H$HHH9wH$HHl$@H+H-H,$HL$HD$HT$H\$ HL$(HD$0HT$8HHH$H$H$'.
   1093 
   1094 <debug/plan9obj.(*File).Symbols&type.map[int32]bool"".validSymType
   1095 2runtime.mapaccess1_fast32type."".uint64s&type.sort.InterfaceBgo.itab."".uint64s.sort.Interface
   1096 runtime.convT2I	
   1097 sort.Sort&type.map[int32]bool"".validSymType
   1101 2runtime.mapaccess1_fast32:"".(*plan9File).symbols.func1
   1102 sort.Searchtype."".Sym
   1103 (runtime.typedmemmovetype.[]"".Sym
   1104 "runtime.growslice
   1105 $runtime.panicindextype.[]uint64
   1106 "runtime.growslice
   1107 0runtime.morestack_noctxt`2"".autotmp_0340.type.debug/plan9obj.Sym"".autotmp_03390type.*debug/plan9obj.Sym"".autotmp_0338type.int"".autotmp_0337type.int"".autotmp_0336type.uint64"".autotmp_0335.type.debug/plan9obj.Sym"".autotmp_03340type.*debug/plan9obj.Sym"".autotmp_0333type.int"".autotmp_0332type.int"".autotmp_0331type.int"".autotmp_0330type.struct { F uintptr; addrs *[]uint64; s *debug/plan9obj.Sym }"".autotmp_0328type.bool"".autotmp_03272type.[]debug/plan9obj.Sym"".autotmp_0326type."".uint64s"".autotmp_03242type.[]debug/plan9obj.Sym"".symotype."".Sym"".s.type.debug/plan9obj.Sym"".symstype.[]"".Sym"".s.type.debug/plan9obj.Sym"".addrstype.[]uint64"".errtype.error"".plan9Syms2type.[]debug/plan9obj.Sym"".~r1@type.error"".~r0type.[]"".Sym"".f$type.*"".plan9File*"|LN22
   1114 95DvE3QPDS4])1{QTgclocals0891322d74bce84167dc36b8cf8be0b6Tgclocalseb0a94671a248617d5e82fd53208db10xprebuilts/go/darwin-x86/src/cmd/internal/objfile/plan9obj.go("".(*plan9File).pcln
eH%H;aHpHD$x1111H$H$1H$H$H$1H$H$H$H(H]LIh HH$H(H,$HH\$HD$HH\$HD$ H\$(H$H\$0H$H\$8H$HD$@H\$HH$H$H1H\$PH\$XH\$xH+H,$HH\$HD$HH\$HD$ H\$(H$H\$0H$H\$8H$HD$@H\$HH\$XHD$PHtEH$1H$H$H$1H$H$H$HpH\$xH+H,$HH\$HD$HH\$HD$ H\$(H$H\$0H$H\$8H$HD$@H\$HH$H$H1H\$`H\$hH\$xH+H,$HH\$HD$HH\$HD$ H\$(H$H\$0H$H\$8H$HD$@H\$HHtEH$1H$H$H$1H$H$H$Hp1H$H$Hp
   1120 6go.string."runtime.pclntab"8go.string."runtime.epclntab"
   1121 """.loadPlan9Table&go.string."pclntab"(go.string."epclntab"
   1122 """.loadPlan9Table4go.string."runtime.symtab"6go.string."runtime.esymtab"
   1123 """.loadPlan9Table	$go.string."symtab"
   1124 &go.string."esymtab"
   1125 
   1126 """.loadPlan9Table
   1128 0runtime.morestack_noctxt"".err2type.error"".err2?type.error"".errtype.error"".pclntabPtype.[]uint8"".symtab type.[]uint8"".textStarttype.uint64"".f$type.*"".plan9File48h|ErE! Tgclocals5fb98141ed5fbaf033cd8ca2a8a5a59dTgclocalsc588ae64e245198bf6630b10be79df86xprebuilts/go/darwin-x86/src/cmd/internal/objfile/plan9obj.go("".(*plan9File).texteH%H;aH8111H\$hH\$p1H\$PH\$XH\$`H\$@H+H,$HH\$HD$HL$@HD$1H9u]HH$HD$1H\$H\$H\$ HL$(HD$0HD$H1H\$PH\$XH\$`HL$hHD$pH8H)H]LIh HH\$HH$H\$H\$PH\$H\$XH\$H\$`H\$ H\$hH\$(H\$pH8
   1133  go.string."text"
   1134 <debug/plan9obj.(*File).SectionDgo.string."text section not found"
   1135 fmt.Errorf
   1136 <debug/plan9obj.(*Section).Data
   1137 0runtime.morestack_noctxtpp"".errPtype.error"".text type.[]uint8"".textStarttype.uint64"".f$type.*"".plan9FilepopUop$80];
YTgclocalsa041240a37ce609efec56707c330d1a4Tgclocals33cdeccccebe80329f1fdbee7f5874cbxprebuilts/go/darwin-x86/src/cmd/internal/objfile/plan9obj.go$"".findPlan9Symbol
eH%H$pH;AVH1H$8H$@H$H$H\$H$H\$H$H\$H$HD$ HL$(HL$`HD$XHt$H$0H$8H$@HHH$H\$H\$PH$H$H$H$E1H$HD$8H$Hl$8I9H|$HHQH7WHOHGLD$@H\$PH$H3$SH$HCH$=HKH\$PHKH$HCH$H$(H9ucH$HD$H$ Hl$H$(Hl$LD$@H|$H\$ t'H\$PH$01H$8H$@HH IHl$8I9H$ H$H$(H$1H\$xH$H\$xHH$H$H$HH$H$H\$HD$HL$HD$ H$HL$hHHD$p=urHCHH$HD$H$H\$H$H\$H$H\$ HL$(HD$0H$0H$8H$@HLCL$HD${LCL$HL$LD$@H|$H
   1145 
   1146 <debug/plan9obj.(*File).Symbols.type.debug/plan9obj.Sym
   1147 "runtime.newobject6runtime.writeBarrierEnabled
   1148  runtime.eqstring	type.string
   1149 
   1150 runtime.convT2E
   1151 6runtime.writeBarrierEnabled<go.string."no %s symbol found"
   1154 fmt.Errorf
   1156 .runtime.writebarrierptr
   1158 .runtime.writebarrierptr
   1160 0runtime.morestack_noctxt`""".autotmp_0361"type.interface {}"".autotmp_0360(type.[1]interface {}"".autotmp_0357&type.[]interface {}"".autotmp_0356type.string"".autotmp_0355?.type.debug/plan9obj.Sym"".autotmp_03540type.*debug/plan9obj.Sym"".autotmp_0353type.int"".autotmp_0352type.int"".autotmp_0350type.string"".autotmp_0349o2type.[]debug/plan9obj.Sym
   1161 "".&s0type.*debug/plan9obj.Sym"".errtype.error"".syms2type.[]debug/plan9obj.Sym"".~r3@type.error"".~r200type.*debug/plan9obj.Sym"".nametype.string"".f2type.*debug/plan9obj.File6"U<4G$f'	&@ul@*Tgclocalscf64b0853b899fd5aa1ff21454e093c7Tgclocalsca7fe5577341076b405a557f76e61a88xprebuilts/go/darwin-x86/src/cmd/internal/objfile/plan9obj.go""".loadPlan9Table
   1168 	eH%H;aWHP1H$H$H$1H$H$H\$XH$H\$`H\$H\$hH\$H\$H\$0HD$ HL$(HL$HHD$@Ht/1H$H$H$H$H$HPH\$XH$H\$pH\$H\$xH\$H\$H\$8HD$ HL$(HL$HHD$@Ht/1H$H$H$H$H$HPH\$XH$HH\$HD$HD$1H9u91H$H$H$H\$@H$H\$HH$HPH$H|$XHt$H\$HT$HD$ HL$(Ht/1H$H$H$H$H$HPHGHo HHl$0HMHl$8H)HmH)IH9wGH9wBH)I)IItM	L$H$L$1H$H$HP
   1172 
   1173 $"".findPlan9Symbol
   1174 $"".findPlan9Symbol go.string."text"
   1175 <debug/plan9obj.(*File).Section
   1176 <debug/plan9obj.(*Section).Data	
   1177 $runtime.panicslice	
   1178 0runtime.morestack_noctxt"".esym/0type.*debug/plan9obj.Sym"".errtype.error"".ssym?0type.*debug/plan9obj.Sym"".~r4type.error"".~r3Ptype.[]uint8"".ename0type.string"".snametype.string"".f2type.*debug/plan9obj.FileJtg[qDC;/;/(9'/n#`uvNTgclocals354e71b475cca929149c2d692625eb7bTgclocals8dc8899ea835d41e86c8e395d0974026xprebuilts/go/darwin-x86/src/cmd/internal/objfile/plan9obj.go,"".(*plan9File).goarch1H\$H+uHH\$HD$GuHH\$HD$uHH\$HD$1H\$H\$.go.string."386"jgo.string."arm""go.string."amd64"0"".~r0type.string"".f$type.*"".plan9File(
   1186 Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbxprebuilts/go/darwin-x86/src/cmd/internal/objfile/plan9obj.go2"".(*Disasm).lookup.func1eH%H;avBHrHZHt0H+HCLCLD$I9sMk8LH]H9D$
   1189 
   1190 $runtime.panicindex
   1191 "runtime.morestack "".~r1type.bool"".itype.int```
   1193 FTgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals33cdeccccebe80329f1fdbee7f5874cbtprebuilts/go/darwin-x86/src/cmd/internal/objfile/disasm.go0"".(*Disasm).Print.func1++eH%H$H;A
   1195 H1H$H$H$H$HJHBHZH$H$HY8H$H)Hl$`HD$xH$H$H$H$H\$H\$H$H\$H$H$H\$pH$H\$hHH$1H9	1H$hH$pH$xH$H$H$H$hH^	H$(H$0H$ HH$H$H\$HD$HL$HD$ H$ H$HH$=HCHH$H\$pH\$HD$HL$HD$ H$ HH$HH$=[HCHH$H\$hH\$HD$HL$HD$ H$ H H$HH$=HCH$H$H$H$H$HL$HH\$HD$H$ H\$ H$(H\$(H$0H\$0H$HHueH$HNHKHHCPHH$H$H$HD$H-Hl$HD$\$ H\$xH$LD$`H$H$IHl$`LKM9]L9TLI)I)ItM*L$XL$`L$PHH$1H91H$H$H$HH$(H$0H$ HH$H$PH\$HD$HL$HD$ H$ H$HH$=HCH$H$H$H$H$HL$HH\$HD$H$ H\$ H$(H\$(H$0H\$0H\$xH$H$H$H$H$HH$1H9,1H$H$H$HH$(H$0H$ HH$H$H\$HD$HL$HD$ H$ H$HH$=uvHCH$H$H$H$H$HL$HH\$HD$H$ H\$ H$(H\$(H$0H\$0HLCL$HD$wHH$HH\$HH\$H\$H$LCL$HD$OHH$HH\$HH\$H\$H$H$HGHKHH$HCPH$Hu1H$HD$H-Hl$HD$\$ 1H$H9HD$XHvpH\$xH$H1H9H$H$H$H$HL$HH\$HD$1H\$ H\$(H\$0HD$XH\$xH$H\$`HHH$LCLKL9LI)I)ItMH$HHK`HkhL$8LT$L$@LD$L$HLL$H$H,$H$HYH\$ \$THH$1H9/1H$H$H$HH$(H$0H$ HH$H\$TH\$HD$HL$HD$ H$ H$HH$=u|HCH$H$H$H$H$HL$HH\$HD$H$ H\$ H$(H\$(H$0H\$0HD$XHLCL$HD$qHH$HH\$HH\$H\$H$%HH$HH\$HH\$HD$ELCL$HD$LCL$HD$LCL$HD$HH$HH\$HH\$H\$H$&
   1207 
   1208 "".basePgo.itab.*text/tabwriter.Writer.io.Writertype.string
   1209 runtime.convT2E6runtime.writeBarrierEnabledtype.int
   1210 runtime.convT2E6runtime.writeBarrierEnabledtype.uint64
   1211 runtime.convT2E	6runtime.writeBarrierEnabled
   1212 4go.string."\t%s:%d\t%#x\t"
   1214 fmt.Fprintfgo.string."386"
   1217  runtime.eqstringPgo.itab.*text/tabwriter.Writer.io.Writertype.[]uint8
   1218 runtime.convT2E6runtime.writeBarrierEnabledgo.string."%x"
   1219 fmt.FprintfPgo.itab.*text/tabwriter.Writer.io.Writertype.string
   1220 runtime.convT2E6runtime.writeBarrierEnabled$go.string."\t%s\n"
   1221 fmt.Fprintf
   1222 .runtime.writebarrierptr6type.*text/tabwriter.Writertype.io.WriterPgo.itab.*text/tabwriter.Writer.io.Writer
   1223  runtime.typ2Itab
   1224 .runtime.writebarrierptr6type.*text/tabwriter.Writertype.io.WriterPgo.itab.*text/tabwriter.Writer.io.Writer
   1225  runtime.typ2Itab
   1226 $runtime.panicslice"go.string."amd64"
   1227  runtime.eqstringPgo.itab.*text/tabwriter.Writer.io.Writergo.string." "
   1228 fmt.Fprintf!!Pgo.itab.*text/tabwriter.Writer.io.Writer#type.uint32#
   1229 runtime.convT2E$6runtime.writeBarrierEnabled% go.string."%08x"&
   1230 fmt.Fprintf&
   1231 .runtime.writebarrierptr'6type.*text/tabwriter.Writer'type.io.Writer'Pgo.itab.*text/tabwriter.Writer.io.Writer'
   1232  runtime.typ2Itab(
   1233 $runtime.panicslice(6type.*text/tabwriter.Writer(type.io.Writer(Pgo.itab.*text/tabwriter.Writer.io.Writer(
   1234  runtime.typ2Itab)
   1235 .runtime.writebarrierptr)
   1236 .runtime.writebarrierptr*
   1237 .runtime.writebarrierptr*6type.*text/tabwriter.Writer*type.io.Writer*Pgo.itab.*text/tabwriter.Writer.io.Writer*
   1238  runtime.typ2Itab+
   1239 "runtime.morestackp^"".autotmp_0410"type.interface {}"".autotmp_0409(type.[1]interface {}"".autotmp_0407*type.*[1]interface {}"".autotmp_0406&type.[]interface {}"".autotmp_0405type.*uint8"".autotmp_0404"type.interface {}"".autotmp_0403(type.[1]interface {}"".autotmp_0401*type.*[1]interface {}"".autotmp_0400&type.[]interface {}"".autotmp_0399type.*uint8"".autotmp_0398type.*uint8"".autotmp_0397"type.interface {}"".autotmp_0396(type.[1]interface {}"".autotmp_0393&type.[]interface {}"".autotmp_0392type.*uint8"".autotmp_0391type.string"".autotmp_0390type.string"".autotmp_0389"type.interface {}"".autotmp_0388"type.interface {}"".autotmp_0387"type.interface {}"".autotmp_0386_(type.[3]interface {}"".autotmp_0383&type.[]interface {}"".autotmp_0382type.*uint8"".autotmp_0381type.string"".autotmp_03806type.*text/tabwriter.Writer"".autotmp_0379type.uint64"".autotmp_0378type.uint32"".autotmp_0377type.[]uint8"".autotmp_0376type.uint64"".autotmp_03756type.*text/tabwriter.Writer"".autotmp_03746type.*text/tabwriter.Writer"".autotmp_0373type.[]uint8"".autotmp_03716type.*text/tabwriter.Writer"".autotmp_0370type.uint64"".autotmp_0369type.int"".autotmp_0368type.string"".autotmp_03676type.*text/tabwriter.Writer"".&codetype.*[]uint8
   1240 "".tw6type.*text/tabwriter.Writer"".dtype.*"".Disasm"".jtype.uint64"".itype.uint64"".textPtype.string"".line@type.int"".file type.string"".sizetype.uint64
   1241 "".pctype.uint64"	^XwX_a
   1243 pf2
vi
   1246 4$4U 4**b'Tgclocals807f70a1e101d0600afa01c33235671aTgclocals25be8c8458d6c2fae01846e4ed4d2104tprebuilts/go/darwin-x86/src/cmd/internal/objfile/disasm.go6"".(*Disasm).("".lookup)-fmeH%H;avLH(11H\$8H\$@HZH$H\$0H\$H\$H\$8H\$H\$@H\$ H\$HH(
   1248 h
   1249 &"".(*Disasm).lookup
   1250 "runtime.morestack@P
   1251 "".r10type.uint64
   1252 "".r0type.string
   1253 "".a0type.uint64PGOPpp
   1254 3=Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals33cdeccccebe80329f1fdbee7f5874cbtprebuilts/go/darwin-x86/src/cmd/internal/objfile/disasm.go:"".(*machoFile).symbols.func1eH%H;av8HZHRHHCHkHl$H9sHHHjH9D$
   1258 
   1259 $runtime.panicindex
   1260 "runtime.morestack "".~r1type.bool"".xtype.intPPlP
   1262 @Tgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals33cdeccccebe80329f1fdbee7f5874cbrprebuilts/go/darwin-x86/src/cmd/internal/objfile/macho.go4"".(*peFile).symbols.func1eH%H;aveHrHjHZLHMHELEHMI9s8Mk8LH]HHFLFLD$I9sJ,HmH9D$
   1267 
   1268 $runtime.panicindex
   1269 $runtime.panicindex
   1270 "runtime.morestack "".~r1type.bool"".xtype.int
   1272 
   1273 fTgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals33cdeccccebe80329f1fdbee7f5874cblprebuilts/go/darwin-x86/src/cmd/internal/objfile/pe.go:"".(*plan9File).symbols.func1eH%H;av7HZHRHHCHkHl$H9sHHH*H9D$
   1277 
   1278 $runtime.panicindex
   1279 "runtime.morestack "".~r1type.bool"".xtype.intPP|P
   1281 ?Tgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals33cdeccccebe80329f1fdbee7f5874cbxprebuilts/go/darwin-x86/src/cmd/internal/objfile/plan9obj.go"".initeH%H;aHhtuHhHH$HD$HD$HD$H\$ =HHH\$XHD$`HH\$@HH$HH\$H\$XH\$H\$@H\$HH\$XHD$`HH\$@HH$HH\$H\$XH\$H\$@H\$HH\$XHD$`HH\$@HH$HH\$H\$XH\$H\$@H\$HH$HD$HD$HD$H\$ =HHH\$XHD$`HH$HH\$HH\$HH\$HD$ H\$(H\$HH\$0H\$PHH$HH\$H\$XH\$H\$HH\$HH\$XHD$`HH$HH\$HH\$HH\$HD$ H\$(H\$HH\$0H\$PHH$HH\$H\$XH\$H\$HH\$HH\$XHD$`HH$HH\$HH\$HH\$HD$ H\$(H\$HH\$0H\$PHH$HH\$H\$XH\$H\$HH\$HH\$XHD$`HH$HH\$HH\$HH\$HD$ H\$(H\$HH\$0H\$PHH$HH\$H\$XH\$H\$HH\$HH\$XHD$`HH$HH\$HH\$HH\$HD$ H\$(H\$HH\$0H\$PHH$HH\$H\$XH\$H\$HH\$HH$HD$HD$HD$H\$ =upH1H}UHH$HH\$HHH\$HHD$8HH\$HD$HD$8HH|HhH-H,$H\$H-H,$H\$8H-H,$H\$
   1284 4"".initdoneL"".initdonej
   1285 "runtime.throwinitz"".initdone
   1286 bufio.init
   1287  debug/gosym.init
   1288 (encoding/binary.init
   1289 fmt.init
   1290 io.init
   1291 regexp.init
   1292 strings.init
   1293 &text/tabwriter.init
   1294 Fcmd/internal/rsc.io/arm/armasm.init
   1295 Fcmd/internal/rsc.io/x86/x86asm.init
   1296 debug/elf.init
   1297 os.init
   1298 .cmd/internal/goobj.init
   1299  debug/macho.init
   1300 debug/pe.init
   1301 &debug/plan9obj.init:type.map[string]"".disasmFunc
   1302 runtime.makemap6runtime.writeBarrierEnabled"".disasmsgo.string."386" "".disasm_386f:type.map[string]"".disasmFunc"".disasms
   1303 $runtime.mapassign1"go.string."amd64"$"".disasm_amd64f:type.map[string]"".disasmFunc"".disasms
   1304 $runtime.mapassign1go.string."arm" "".disasm_armf:type.map[string]"".disasmFunc"".disasms
   1305 $runtime.mapassign1Rtype.map[string]encoding/binary.ByteOrder
   1306 runtime.makemap6runtime.writeBarrierEnabled"".byteOrdersgo.string."386"Btype.encoding/binary.littleEndian<type.encoding/binary.ByteOrder|go.itab.encoding/binary.littleEndian.encoding/binary.ByteOrder	8encoding/binary.LittleEndian	
   1307 runtime.convT2I	Rtype.map[string]encoding/binary.ByteOrder
   1308 "".byteOrders
   1309 
   1310 $runtime.mapassign1
   1311 "go.string."amd64"
   1312 Btype.encoding/binary.littleEndian<type.encoding/binary.ByteOrder|go.itab.encoding/binary.littleEndian.encoding/binary.ByteOrder8encoding/binary.LittleEndian
   1317 runtime.convT2IRtype.map[string]encoding/binary.ByteOrder"".byteOrders
   1321 $runtime.mapassign1go.string."arm"
Btype.encoding/binary.littleEndian
<type.encoding/binary.ByteOrder
|go.itab.encoding/binary.littleEndian.encoding/binary.ByteOrder
8encoding/binary.LittleEndian
   1327 runtime.convT2IRtype.map[string]encoding/binary.ByteOrder"".byteOrders
   1328 $runtime.mapassign1"go.string."ppc64"<type.encoding/binary.bigEndian<type.encoding/binary.ByteOrdervgo.itab.encoding/binary.bigEndian.encoding/binary.ByteOrder2encoding/binary.BigEndian
   1329 runtime.convT2IRtype.map[string]encoding/binary.ByteOrder"".byteOrders
   1330 $runtime.mapassign1&go.string."ppc64le"Btype.encoding/binary.littleEndian<type.encoding/binary.ByteOrder|go.itab.encoding/binary.littleEndian.encoding/binary.ByteOrder8encoding/binary.LittleEndian
   1331 runtime.convT2IRtype.map[string]encoding/binary.ByteOrder"".byteOrders
   1332 $runtime.mapassign1&type.map[int32]bool
   1333 runtime.makemap6runtime.writeBarrierEnabled"".validSymType&type.map[int32]bool"".validSymType""".statictmp_0432""".statictmp_0432
   1334 $runtime.mapassign1"".initdone"".validSymType
   1335 .runtime.writebarrierptr"".byteOrders
   1336 .runtime.writebarrierptr"".disasms
   1337 .runtime.writebarrierptr
   1338 0runtime.morestack_noctxt
   1339 "".autotmp_0433_type.int"".autotmp_0431?<type.encoding/binary.ByteOrder"".autotmp_0430type.string"".autotmp_0429O$type."".disasmFunc"".autotmp_0428type.string&
   1340 \4pDQQQD	@]	&4kDTgclocalsf6bd6b3389b872033d462029172c8612Tgclocals541c3032b9d09ed7754eaf873804d6cfxprebuilts/go/darwin-x86/src/cmd/internal/objfile/plan9obj.gotprebuilts/go/darwin-x86/src/cmd/internal/objfile/disasm.go(type..hash.[8]stringeH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([
   1343 
   1344 runtime.strhash
   1345 0runtime.morestack_noctxt0P
   1346 "".autotmp_0438type.int"".autotmp_0437type.int"".~r2 type.uintptr"".htype.uintptr"".ptype.*[8]stringPOP
   1348 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbtprebuilts/go/darwin-x86/src/cmd/internal/objfile/disasm.go$type..eq.[8]stringeH%H;aHX1HD$(Hl$(H9HD$0H\$`HHHHH3HKH\$hHtvHHHHHCH9uVHt$HH4$HL$PHL$HT$8HT$HD$@HD$\$ t HD$0HHl$(H9nD$pHXD$pHXc
   1350 
   1351  runtime.eqstring
   1352 0runtime.morestack_noctxt0"".autotmp_0442?type.string"".autotmp_0441type.string"".autotmp_0440_type.int"".autotmp_0439Otype.int"".~r2 type.bool"".qtype.*[8]string"".ptype.*[8]string&	STgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440tprebuilts/go/darwin-x86/src/cmd/internal/objfile/disasm.goNtype..hash.[8]encoding/binary.ByteOrdereH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([
   1356 
   1357 "runtime.interhash
   1358 0runtime.morestack_noctxt0P
   1359 "".autotmp_0444type.int"".autotmp_0443type.int"".~r2 type.uintptr"".htype.uintptr"".pDtype.*[8]encoding/binary.ByteOrderPOP
   1361 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbtprebuilts/go/darwin-x86/src/cmd/internal/objfile/disasm.goJtype..eq.[8]encoding/binary.ByteOrdereH%H;aHX1HD$(Hl$(H9HD$0H\$hHHHHHHsH\$`HtvHHHHHSH9uVHD$8H$HT$@HT$HL$HHL$Ht$PHt$\$ t HD$0HHl$(H9nD$pHXD$pHXc
   1364 
   1365 runtime.ifaceeq
   1366 0runtime.morestack_noctxt0"".autotmp_0448?<type.encoding/binary.ByteOrder"".autotmp_0447<type.encoding/binary.ByteOrder"".autotmp_0446_type.int"".autotmp_0445Otype.int"".~r2 type.bool"".qDtype.*[8]encoding/binary.ByteOrder"".pDtype.*[8]encoding/binary.ByteOrder&	STgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440tprebuilts/go/darwin-x86/src/cmd/internal/objfile/disasm.go"type..hash."".SymeH%H;aH H\$(H$H<$H\$0H\$HD$H\$(H$H<$t^H$HD$0HD$HD$HD$H\$(H$H<$t#H$(HD$0HD$H\$H\$8H %%%i4
   1370 
   1371 l
   1372 runtime.strhash
   1373 runtime.memhash
   1374 runtime.strhash
   1375 0runtime.morestack_noctxt0@"".~r2 type.uintptr"".htype.uintptr"".ptype.*"".Sym@?@,5Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbtprebuilts/go/darwin-x86/src/cmd/internal/objfile/disasm.gotype..eq."".SymeH%H;awHHH\$PH]H3HKH\$XH@HHCH9&Ht$8H4$HL$@HL$HT$(HT$HD$0HD$\$ H\$PH$H<$H$H\$XH\$H|$HD$HD$\$u
   1379 D$`HHH\$PHtnHS(HC0H\$XHtWHs(HK0H9u@HT$(H$HD$0HD$Ht$8Ht$HL$@HL$\$ t
   1380 D$`HHD$`HH%O%(D$`HHl
   1381 
   1382 
   1383  runtime.eqstring
   1384  runtime.memequal
   1385  runtime.eqstring
   1386 0runtime.morestack_noctxt0"".autotmp_0453type.string"".autotmp_0452type.string"".autotmp_0451?type.string"".autotmp_0450type.string"".~r2 type.bool"".qtype.*"".Sym"".ptype.*"".Sym>j	)$sTgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440tprebuilts/go/darwin-x86/src/cmd/internal/objfile/disasm.go""".rawFile.goarcheH%H;avSHHY Ht
H|$ H9;uH#1H\$0H\$8H\$(H$H\$ H[ HL$HD$HL$0HD$8H
   1391 
   1392 0runtime.morestack_noctxt@0"".~r0 type.string""..thistype."".rawFile0N/0pp
   1394 G)Tgclocals0ebb2d1da58c1b4224bf5a7b370d7578Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>"".rawFile.pclneH%H;aHPHY Ht
H|$XH9;uH#1111H$H$1H$H$H$1H\$pH\$xH$H\$`H$H\$XH[(LT$LL$LD$H|$ Ht$(Hl$0HT$8HL$@HD$HLT$hLL$pLD$xH$H$H$H$H$H$HP
   1397 
   1398 0runtime.morestack_noctxt
   1399 "".errtype.error"".pclntab`type.[]uint8"".symtab0type.[]uint8"".textStart type.uint64""..thistype."".rawFileTgclocals160cde0f2e0022fe0b49a4dffb5548b0Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>$"".rawFile.symbolseH%H;aH0HY Ht
H|$8H9;uH#111H\$`H\$h1H\$HH\$PH\$XH\$@H$H\$8H[0Ht$Hl$HT$HL$ HD$(Ht$HHl$PHT$XHL$`HD$hH0]
   1403 
   1404 0runtime.morestack_noctxtp`"".errPtype.error"".syms type.[]"".Sym""..thistype."".rawFile`_`
   1406 `PTgclocalsb60dc0a6046c556b02baa766a3fd5a27Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>"".rawFile.texteH%H;aH8HY Ht
H|$@H9;uH#111H\$pH\$x1H\$XH\$`H\$hH\$HH$H\$@H[8H|$Ht$Hl$HT$ HL$(HD$0H|$PHt$XHl$`HT$hHL$pHD$xH8S
   1409 
   1410 0runtime.morestack_noctxtp"".err`type.error"".text0type.[]uint8"".textStart type.uint64""..thistype."".rawFilepop
   1413 
   1414 `PTgclocals6d46c0650eba7dbebc0db316e0e0cf3bTgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>$type..hash."".FileeH%H;avvH H\$(H$H<$tYH\$0H\$HD$HD$H\$(H$H<$t#H$HD$0HD$H\$H\$8H %%q
   1416 n
   1417 runtime.memhash
   1418 "runtime.interhash
   1419 0runtime.morestack_noctxt0@"".~r2 type.uintptr"".htype.uintptr"".ptype.*"".File@_?@
   1421 6ZTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbtprebuilts/go/darwin-x86/src/cmd/internal/objfile/disasm.go type..eq."".FileeH%H;aHHHT$PHD$XHH(H9t
   1423 D$`HHHHHpHBHRH9u@HD$(H$HT$0HT$HL$8HL$Ht$@Ht$\$ t
   1424 D$`HHD$`HHa
   1425 
   1426 runtime.ifaceeq
   1427 0runtime.morestack_noctxt0
   1428 "".autotmp_0465?type."".rawFile"".autotmp_0464type."".rawFile"".~r2 type.bool"".qtype.*"".File"".ptype.*"".File0T	
   1431 r.Tgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440tprebuilts/go/darwin-x86/src/cmd/internal/objfile/disasm.go4type..hash.[2]interface {}eH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([
   1433 
   1434 (runtime.nilinterhash
   1435 0runtime.morestack_noctxt0P
   1436 "".autotmp_0467type.int"".autotmp_0466type.int"".~r2 type.uintptr"".htype.uintptr"".p*type.*[2]interface {}POP
   1438 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbtprebuilts/go/darwin-x86/src/cmd/internal/objfile/disasm.go0type..eq.[2]interface {}eH%H;aHX1HD$(Hl$(H9HD$0H\$hHHHHHHsH\$`HtvHHHHHSH9uVHD$8H$HT$@HT$HL$HHL$Ht$PHt$\$ t HD$0HHl$(H9nD$pHXD$pHXc
   1441 
   1442 runtime.efaceeq
   1443 0runtime.morestack_noctxt0"".autotmp_0471?"type.interface {}"".autotmp_0470"type.interface {}"".autotmp_0469_type.int"".autotmp_0468Otype.int"".~r2 type.bool"".q*type.*[2]interface {}"".p*type.*[2]interface {}&	STgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440tprebuilts/go/darwin-x86/src/cmd/internal/objfile/disasm.go."".(*textReader).ReadAt		eH%HD$H;A&HHY HtH$H9;uH#11H$H$H$1H9uEHH$HD$HH\$HD$
   1447 HH\$ HD$(H$HL#HSH{HKH$L$L$H$1H\$8H\$@H+H9"H$H)H9w0HH
1H$H$H$HHH$IH$H9H)I)ML$ItMHt$HL\$PLT$XL$L$LH$L$LD$pL$LHl$hL9}HHD$0Ht$xH4$HT$`HT$HD$HT$8HL$@HD$0Ht$PH9HH
HH
1t
   1454 &go.string."objfile",go.string."textReader"$go.string."ReadAt"
   1455 "runtime.panicwrapio.EOFio.EOF
   1458 runtime.memmove&io.ErrUnexpectedEOF&io.ErrUnexpectedEOF
   1459 $runtime.panicsliceio.EOFio.EOF
   1462 0runtime.morestack_noctxt "".autotmp_0481type.int"".autotmp_0479type.int"".autotmp_0478type.[]uint8"".autotmp_0477type.[]uint8"".autotmp_0476type.error"".autotmp_0474type.int"".autotmp_0473otype.[]uint8"".autotmp_0472type.int"".errtype.error"".datatype.[]uint8"".r?$type."".textReader"".err`type.error"".nPtype.int"".off@type.int64"".datatype.[]uint8""..this&type.*"".textReader55Tgclocals99ef9ff0bd07d0e619cc0988c2dabb63Tgclocals3f8a00baf9a714dfe750894a3b86ebac<autogenerated>Ltype..hash.[8]cmd/internal/goobj.SymIDeH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HkHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([
   1468 
   1469 Ftype..hash.cmd/internal/goobj.SymID
   1470 0runtime.morestack_noctxt0P
   1471 "".autotmp_0483type.int"".autotmp_0482type.int"".~r2 type.uintptr"".htype.uintptr"".pBtype.*[8]cmd/internal/goobj.SymIDPOP
   1473 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbtprebuilts/go/darwin-x86/src/cmd/internal/objfile/disasm.goHtype..eq.[8]cmd/internal/goobj.SymIDeH%H;aHh1HD$(Hl$(H9HD$0HL$pHH\$xHHkHHHHkHHL$@HH1HIH\$8HHHCH9upHt$XH4$HL$`HL$HT$HHT$HD$PHD$\$ t:Hl$@H]LD$8IhH9u#HD$0HHl$(H95$Hh$HhpS3
   1475 
   1476  runtime.eqstring
   1477 0runtime.morestack_noctxt0"".autotmp_0489?type.string"".autotmp_0488type.string"".autotmp_0487_<type.*cmd/internal/goobj.SymID"".autotmp_0486O<type.*cmd/internal/goobj.SymID"".autotmp_0485type.int"".autotmp_0484otype.int"".~r2 type.bool"".qBtype.*[8]cmd/internal/goobj.SymID"".pBtype.*[8]cmd/internal/goobj.SymID&+Tgclocals51af24152615272c3d9efc8538f95767Tgclocals34eab47d33fa46b254c22cdccfd2dc77tprebuilts/go/darwin-x86/src/cmd/internal/objfile/disasm.go""".(*uint64s).LeneH%H;aH0HY Ht
H|$8H9;uH#H\$81H9uEHH$HD$HH\$HD$HH\$ HD$(H\$8HtH+HCHkHD$@H0T
   1484 x&go.string."objfile"&go.string."uint64s"go.string."Len"
   1485 "runtime.panicwrap
   1486 0runtime.morestack_noctxt `"".~r0type.int""..this type.*"".uint64s`_`
   1488 w9Tgclocals3f5c1f818fa7055d0400cecd34057162Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>$"".(*uint64s).SwapeH%H;aH0HY Ht
H|$8H9;uH#H\$81H9uEHH$HD$HH\$HD$HH\$ HD$(H\$8HtgHHCHkHt$@HT$HH9sFHH;H9s3HH9s#H,LELH9sHH;H0
   1498 x&go.string."objfile"&go.string."uint64s" go.string."Swap"
   1499 "runtime.panicwrap
   1500 $runtime.panicindex
   1501 $runtime.panicindex
   1502 $runtime.panicindex
   1503 $runtime.panicindex
   1504 0runtime.morestack_noctxt0`"".j type.int"".itype.int""..this type.*"".uint64s`_`,wTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>$"".(*uint64s).LesseH%H;aH0HY Ht
H|$8H9;uH#H\$81H9uEHH$HD$HH\$HD$HH\$ HD$(H\$8HtKHHCHkHt$@HT$HH9s*HHH9sH,HmH9D$PH0
   1512 x&go.string."objfile"&go.string."uint64s" go.string."Less"
   1513 "runtime.panicwrap
   1514 $runtime.panicindex
   1515 $runtime.panicindex
   1516 0runtime.morestack_noctxt@`"".~r20type.bool"".j type.int"".itype.int""..this type.*"".uint64s`_`*
   1518 wyTgclocals2fccd208efe70893f9ac8d682812ae72Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>4type..hash.[1]interface {}eH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([
   1520 
   1521 (runtime.nilinterhash
   1522 0runtime.morestack_noctxt0P
   1523 "".autotmp_0494type.int"".autotmp_0493type.int"".~r2 type.uintptr"".htype.uintptr"".p*type.*[1]interface {}POP
   1525 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbtprebuilts/go/darwin-x86/src/cmd/internal/objfile/disasm.go0type..eq.[1]interface {}eH%H;aHX1HD$(Hl$(H9HD$0H\$hHHHHHHsH\$`HtvHHHHHSH9uVHD$8H$HT$@HT$HL$HHL$Ht$PHt$\$ t HD$0HHl$(H9nD$pHXD$pHXc
   1528 
   1529 runtime.efaceeq
   1530 0runtime.morestack_noctxt0"".autotmp_0498?"type.interface {}"".autotmp_0497"type.interface {}"".autotmp_0496_type.int"".autotmp_0495Otype.int"".~r2 type.bool"".q*type.*[1]interface {}"".p*type.*[1]interface {}&	STgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440tprebuilts/go/darwin-x86/src/cmd/internal/objfile/disasm.go""".(*byAddr).LesseH%H;aH0HY Ht
H|$8H9;uH#H\$81H9uEHH$HD$HH\$HD$HH\$ HD$(H\$8Ht[HHCHkLD$@HT$HHI9s7Mk8LH]IIH9sMk8MIhH9D$PH0
   1539 x&go.string."objfile"$go.string."byAddr" go.string."Less"
   1540 "runtime.panicwrap
   1541 $runtime.panicindex
   1542 $runtime.panicindex
   1543 0runtime.morestack_noctxt@`"".~r20type.bool"".j type.int"".itype.int""..thistype.*"".byAddr`_`*wTgclocals2fccd208efe70893f9ac8d682812ae72Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated> "".(*byAddr).LeneH%H;aH0HY Ht
H|$8H9;uH#H\$81H9uEHH$HD$HH\$HD$HH\$ HD$(H\$8HtH+HCHkHD$@H0T
   1550 x&go.string."objfile"$go.string."byAddr"go.string."Len"
   1551 "runtime.panicwrap
   1552 0runtime.morestack_noctxt `"".~r0type.int""..thistype.*"".byAddr`_`
   1554 w9Tgclocals3f5c1f818fa7055d0400cecd34057162Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>""".(*byAddr).SwapeH%HD$H;AHHY HtH$H9;uH#H$1H9uEHH$HD$HH\$HD$HH\$ HD$(H$H$HHKHkHl$HH$H$HHH9Hk8HH+Hl$PHkHl$XHkHl$`HkHl$hk l$pHk(Hl$xHk0H$HHHt$0H9Hk8HHHT$8IHL$@H9sjMk8LHl$H\$HH$H\$8Hl$0LD$@L9s.Hk8HHl$PH\$Hl$H-H,$H-
   1561 &go.string."objfile"$go.string."byAddr" go.string."Swap"
   1562 "runtime.panicwraptype."".Sym
   1563 (runtime.typedmemmovetype."".Sym
   1564 (runtime.typedmemmove
   1565 $runtime.panicindex
   1566 $runtime.panicindex
   1567 $runtime.panicindex
   1568 $runtime.panicindex
   1569 0runtime.morestack_noctxt0"".autotmp_0501otype."".Sym"".jtype.int"".xtype."".byAddr"".j type.int"".itype.int""..thistype.*"".byAddr::GTgclocals41a13ac73c712c01973b8fe23f62d694Tgclocals4441e99d0f92a96b8cd7f39bee719947<autogenerated>4type..hash.[3]interface {}eH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([
   1572 
   1573 (runtime.nilinterhash
   1574 0runtime.morestack_noctxt0P
   1575 "".autotmp_0503type.int"".autotmp_0502type.int"".~r2 type.uintptr"".htype.uintptr"".p*type.*[3]interface {}POP
   1577 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbtprebuilts/go/darwin-x86/src/cmd/internal/objfile/disasm.go0type..eq.[3]interface {}eH%H;aHX1HD$(Hl$(H9HD$0H\$hHHHHHHsH\$`HtvHHHHHSH9uVHD$8H$HT$@HT$HL$HHL$Ht$PHt$\$ t HD$0HHl$(H9nD$pHXD$pHXc
   1580 
   1581 runtime.efaceeq
   1582 0runtime.morestack_noctxt0"".autotmp_0507?"type.interface {}"".autotmp_0506"type.interface {}"".autotmp_0505_type.int"".autotmp_0504Otype.int"".~r2 type.bool"".q*type.*[3]interface {}"".p*type.*[3]interface {}&	STgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440tprebuilts/go/darwin-x86/src/cmd/internal/objfile/disasm.goJtype..hash.struct { a int32; b bool }eH%H;avDH H\$(H$H<$t'H\$0H\$HD$H\$H\$8H %
   1586 n
   1587 runtime.memhash
   1588 0runtime.morestack_noctxt0@"".~r2 type.uintptr"".htype.uintptr"".p@type.*struct { a int32; b bool }@6?@``
   1590 6*Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbtprebuilts/go/darwin-x86/src/cmd/internal/objfile/disasm.goFtype..eq.struct { a int32; b bool }bHL$HD$(9tD$Yh@8tD$D$0"".~r2 type.bool"".q@type.*struct { a int32; b bool }"".p@type.*struct { a int32; b bool }@@@Tgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocals33cdeccccebe80329f1fdbee7f5874cbtprebuilts/go/darwin-x86/src/cmd/internal/objfile/disasm.goPtype..hash.[6]struct { a int32; b bool }eH%H;aH(HL$81HD$Hl$H9}YHD$ HHHHckRHHH\$0Ht8HH$HD$8HD$HL$HD$ HHl$H9|HL$@H(^
   1593 
   1594 Jtype..hash.struct { a int32; b bool }
   1595 0runtime.morestack_noctxt0P
   1596 "".autotmp_0509type.int"".autotmp_0508type.int"".~r2 type.uintptr"".htype.uintptr"".pFtype.*[6]struct { a int32; b bool }P|OP
   1598 nBTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbtprebuilts/go/darwin-x86/src/cmd/internal/objfile/disasm.goLtype..eq.[6]struct { a int32; b bool }LL$H|$1HH9}7ItAIHHt0HH)9uZi@8uHH9|D$D$A0"".~r2 type.bool"".qFtype.*[6]struct { a int32; b bool }"".pFtype.*[6]struct { a int32; b bool }pppTgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocals33cdeccccebe80329f1fdbee7f5874cbtprebuilts/go/darwin-x86/src/cmd/internal/objfile/disasm.goPgo.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"
   1601 text*go.string.hdr."_text"  "go.string."_text""go.string."_text"_text,go.string.hdr."_etext"  $go.string."_etext"$go.string."_etext"_etext8go.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.etextTgclocalsac9d35fddd5fb0e6e8d8acb0db2228e2&!!!Tgclocalsab311aff4e03ba7bda4bd8f1a5de05b4Tgclocalsaa532b3eef70a978b4f36c2acf8a8ea7  Tgclocals3260b5c802f633fd6252c227878dd72a  "go.string.hdr."/"  go.string."/"go.string."/"/$go.string.hdr."\\"  go.string."\\"go.string."\\"\Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals2fccd208efe70893f9ac8d682812ae720>go.itab.*bufio.Writer.io.Writer$go.string.hdr."\n"  go.string."\n"go.string."\n"
   1605 @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
   1606 Tgclocals29394d483fef7570a0ea111ac7a30f3b5
   1608 
   1609 Tgclocals547e1ef7fbdf33367d57e753dd1f0b47ppTgclocalsb73198273678f7fe54c980a64d77f23888@BAETgclocalsaa2bb9f7165bbb779bc633f79a02d52488					Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocalse37779a160dbb10ca9ef216f91678f21Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocalse37779a160dbb10ca9ef216f91678f21"go.string.hdr."?"  go.string."?"go.string."?"?Tgclocals46934acbe4b88aaf40e3ccf913af4b22Tgclocals758d03b6c31fc8fac5e0d1fec706f6cd	Tgclocalsa064c3f70b9f68636723afa1d70c14e5  	Tgclocals4bfb19ec28add3735ce6bb8ae94069a5  0Bgo.itab."".textReader.io.ReaderAtTgclocals135883f958a32f2fe7e812bb428f4566((Tgclocalsaccaf8948e97c011220650876ffe44c7((08go.itab.*os.File.io.ReaderAt0<go.itab.*"".elfFile."".rawFileTgclocalse74d231870ac50ce4d84d17e03402fca00Tgclocals9f4747e6338c5bdd4db417363b8a0d8300Tgclocals252ce373c08a04a8bede9e24a9cf9968@@"	Tgclocalsadb3347b296419e60da36d67f8b7ce43((*go.string.hdr.".text"  "go.string.".text""go.string.".text".text2go.string.hdr.".gosymtab"  	*go.string.".gosymtab"*go.string.".gosymtab" .gosymtab4go.string.hdr.".gopclntab"  
   1615 ,go.string.".gopclntab",go.string.".gopclntab" .gopclntabTgclocalsf6bd6b3389b872033d462029172c8612Tgclocals7d912edc1d1ee8c45b2e79ae1e574a1a00
   1616 %!Lgo.string.hdr."text section not found"  Dgo.string."text section not found"Dgo.string."text section not found"0.text section not foundTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocalsa041240a37ce609efec56707c330d1a4&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"ppc64Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa20<go.itab.*os.File.io.ReadSeeker0 (a] go.itab.*"".goobjFile."".rawFile(go.string.hdr."\"\""   go.string."\"\"" go.string."\"\""""Tgclocalse74d231870ac50ce4d84d17e03402fca00Tgclocals9f4747e6338c5bdd4db417363b8a0d8300,go.string.hdr."%s<%d>"  $go.string."%s<%d>"$go.string."%s<%d>"%s<%d>Tgclocals341b909b97472a89efab32cbd0761e34((	Tgclocals9d98bbb373475f3af6381201d6212574((Tgclocals9ad372ee8353a8500fffa70326ca4242K$I3$I$I1$I=$I$ITgclocals0eb8895aada11c3eccf0d9ced3582bb1HHhgo.string.hdr."pcln not available in go object file"  $`go.string."pcln not available in go object file"`go.string."pcln not available in go object file"PJpcln not available in go object fileTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals4d8870d794128007eafd160e912f2b3d
   1624 hgo.string.hdr."text not available in go object file"  $`go.string."text not available in go object file"`go.string."text not available in go object file"PJtext not available in go object fileTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocalsa041240a37ce609efec56707c330d1a4tgo.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 filesTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa20 (a] go.itab.*"".machoFile."".rawFileTgclocalse74d231870ac50ce4d84d17e03402fca00Tgclocals9f4747e6338c5bdd4db417363b8a0d83000Bgo.itab."".uint64s.sort.InterfaceHgo.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 __textBgo.string.hdr."__DATA __noptrbss"  :go.string."__DATA __noptrbss":go.string."__DATA __noptrbss"0$__DATA __noptrbssTgclocalsdbb6cb857427a3ed7c3b8391e23572bf) HHHHHHHHTgclocalse373b088184ae244ae41c5de99515421hh,go.string.hdr."__text"  $go.string."__text"$go.string."__text"__text4go.string.hdr."__gosymtab"  
   1629 ,go.string."__gosymtab",go.string."__gosymtab" __gosymtab6go.string.hdr."__gopclntab"  .go.string."__gopclntab".go.string."__gopclntab" __gopclntabTgclocalsf6bd6b3389b872033d462029172c8612Tgclocals7d912edc1d1ee8c45b2e79ae1e574a1a00
   1631 %!Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocalsa041240a37ce609efec56707c330d1a4Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals2fccd208efe70893f9ac8d682812ae72Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals89fe65749ce0afc971c0982226501ff0Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals6432f8c6a0d23fa7bee6c5d96f21a92abgo.string.hdr."open %s: unrecognized object file"  !Zgo.string."open %s: unrecognized object file"Zgo.string."open %s: unrecognized object file"PDopen %s: unrecognized object fileTgclocals2ec74d00799b2ec29b62d70396d6c832HH8Tgclocalsfb63e74b6f2618e7c5d9866e2c2934f2HHTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa20 (a] go.itab."".byAddr.sort.InterfaceTgclocals30db2b3246502392fea275c4053e6363  
   1632 Tgclocals7c639281594b5ca3b5c2bcc331d3ab8c  Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals6432f8c6a0d23fa7bee6c5d96f21a92aTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals2fccd208efe70893f9ac8d682812ae72Tgclocals07dc5d817c183220b79c5477ebd5d7ba  !Tgclocals3260b5c802f633fd6252c227878dd72a  Tgclocals870e393aafeefa0925d17608037f81b1(( !Tgclocals55cc6ee7528f0b48e5a6d9bfba36524a((Tgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocalsa041240a37ce609efec56707c330d1a4Tgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals0b86ef39f3fed835f14ba5f4d7c62fa20:go.itab.*"".peFile."".rawFileLgo.string.hdr."unrecognized PE format"  Dgo.string."unrecognized PE format"Dgo.string."unrecognized PE format"0.unrecognized PE formatTgclocalse08f79c6e60140bf514861845262430788	Tgclocals7841b33a5958c757ecc1f0a9a136488888lgo.string.hdr."invalid section number in symbol table"  &dgo.string."invalid section number in symbol table"dgo.string."invalid section number in symbol table"PNinvalid section number in symbol tableTgclocalsb1f5784a056793daa01ff1a210acfc2eHH	@	8Tgclocals0eb8895aada11c3eccf0d9ced3582bb1HHZgo.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"pclntab0go.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"esymtabTgclocals5a4e488090896db4725219374a46e7a188Tgclocalsb33ef8d17e3fc36d15834392a7df0a5d88
   1633 !!Tgclocals2c78d3ad9d760b5f66e2e47be684c787  Tgclocalsb767a85ad52475ddbcff98293d22a77d  hgo.string.hdr."symbol %s: invalid section number %d"  $`go.string."symbol %s: invalid section number %d"`go.string."symbol %s: invalid section number %d"PJsymbol %s: invalid section number %dgo.string.hdr."symbol %s: section number %d is larger than max %d"  2|go.string."symbol %s: section number %d is larger than max %d"|go.string."symbol %s: section number %d is larger than max %d"pfsymbol %s: section number %d is larger than max %dDgo.string.hdr."no %s symbol found"  <go.string."no %s symbol found"<go.string."no %s symbol found"0&no %s symbol foundTgclocals8376184a35b42f559e2be73735d61564``
   1635 Tgclocals7683dc763ccb39eb220507b3c5dab6a0``
   1638 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 sectionTgclocals7e4652854c1e387f07b11ee5a9c7e23088@!@Tgclocalsfdc8982e978440e97a80ca353a20f2f788
   1639 @go.string.hdr."_rt0_386_windows"  8go.string."_rt0_386_windows"8go.string."_rt0_386_windows"0"_rt0_386_windowsDgo.string.hdr."_rt0_amd64_windows"  <go.string."_rt0_amd64_windows"<go.string."_rt0_amd64_windows"0&_rt0_amd64_windowsTgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals0b86ef39f3fed835f14ba5f4d7c62fa20 (a] go.itab.*"".plan9File."".rawFileTgclocalse74d231870ac50ce4d84d17e03402fca00Tgclocals9f4747e6338c5bdd4db417363b8a0d8300Tgclocalseb0a94671a248617d5e82fd53208db10(AA@		BBTgclocals0891322d74bce84167dc36b8cf8be0b6PPTgclocalsc588ae64e245198bf6630b10be79df8600Tgclocals5fb98141ed5fbaf033cd8ca2a8a5a59d00
   1646 !!Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocalsa041240a37ce609efec56707c330d1a4Tgclocalsca7fe5577341076b405a557f76e61a8888Tgclocalscf64b0853b899fd5aa1ff21454e093c788Tgclocals8dc8899ea835d41e86c8e395d097402600Tgclocals354e71b475cca929149c2d692625eb7b00
   1647 Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals23e8278e2b69a3a75fa59b23c49ed6ad0Pgo.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"
   1653 %08x,go.string.hdr."\t%s\n"  $go.string."\t%s\n"$go.string."\t%s\n"
   1654 	%s
   1655 Tgclocals25be8c8458d6c2fae01846e4ed4d2104$xxx(xxxx x	x
x xx~(~Tgclocals807f70a1e101d0600afa01c33235671a$$$$$$$$$$$$$$$Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals23e8278e2b69a3a75fa59b23c49ed6ad0|go.itab.encoding/binary.littleEndian.encoding/binary.ByteOrder0vgo.itab.encoding/binary.bigEndian.encoding/binary.ByteOrder.go.string.hdr."ppc64le"  &go.string."ppc64le"&go.string."ppc64le"ppc64leTgclocals541c3032b9d09ed7754eaf873804d6cf00	Tgclocalsf6bd6b3389b872033d462029172c8612."".disasms:type.map[string]"".disasmFunc."".byteOrdersRtype.map[string]encoding/binary.ByteOrder."".openers0Rtype.[]func(*os.File) ("".rawFile, error)0""".statictmp_0427."".validSymType&type.map[int32]bool""".statictmp_0133ptype."".SymH?.""".statictmp_0427PTtype.[5]func(*os.File) ("".rawFile, error)P
   1658 "".openElff"".openGoobjf "".openMachof0"".openPEf@"".openPlan9f0"".initdonetype.uint8""".statictmp_0432`Dtype.[6]struct { a int32; b bool }ZTtDdBb("".(*File).Disasmf""".(*File).Disasm,"".(*Disasm).lookupf&"".(*Disasm).lookup"".basef"".base*"".(*Disasm).Printf$"".(*Disasm).Print,"".(*Disasm).Decodef&"".(*Disasm).Decode "".disasm_386f"".disasm_386$"".disasm_amd64f"".disasm_amd64 "".disasm_x86f"".disasm_x86."".textReader.ReadAtf("".textReader.ReadAt "".disasm_armf"".disasm_arm"".openElff"".openElf0"".(*elfFile).symbolsf*"".(*elfFile).symbols*"".(*elfFile).pclnf$"".(*elfFile).pcln*"".(*elfFile).textf$"".(*elfFile).text."".(*elfFile).goarchf("".(*elfFile).goarch"".openGoobjf"".openGoobj"".goobjNamef"".goobjName4"".(*goobjFile).symbolsf."".(*goobjFile).symbols."".(*goobjFile).pclnf("".(*goobjFile).pcln."".(*goobjFile).textf("".(*goobjFile).text2"".(*goobjFile).goarchf,"".(*goobjFile).goarch"".openMachof"".openMacho4"".(*machoFile).symbolsf."".(*machoFile).symbols."".(*machoFile).pclnf("".(*machoFile).pcln."".(*machoFile).textf("".(*machoFile).text2"".(*machoFile).goarchf,"".(*machoFile).goarch""".uint64s.Lenf"".uint64s.Len$"".uint64s.Swapf"".uint64s.Swap$"".uint64s.Lessf"".uint64s.Less"".Openf"".Open&"".(*File).Closef "".(*File).Close*"".(*File).Symbolsf$"".(*File).Symbols""".byAddr.Lessf"".byAddr.Less "".byAddr.Lenf"".byAddr.Len""".byAddr.Swapf"".byAddr.Swap2"".(*File).PCLineTablef,"".(*File).PCLineTable$"".(*File).Textf"".(*File).Text("".(*File).GOARCHf""".(*File).GOARCH"".openPEf"".openPE."".(*peFile).symbolsf("".(*peFile).symbols("".(*peFile).pclnf""".(*peFile).pcln("".(*peFile).textf""".(*peFile).text$"".findPESymbolf"".findPESymbol""".loadPETablef"".loadPETable,"".(*peFile).goarchf&"".(*peFile).goarch"".openPlan9f"".openPlan94"".(*plan9File).symbolsf."".(*plan9File).symbols."".(*plan9File).pclnf("".(*plan9File).pcln."".(*plan9File).textf("".(*plan9File).text*"".findPlan9Symbolf$"".findPlan9Symbol("".loadPlan9Tablef""".loadPlan9Table2"".(*plan9File).goarchf,"".(*plan9File).goarch8"".(*Disasm).lookup.func1f2"".(*Disasm).lookup.func16"".(*Disasm).Print.func1f0"".(*Disasm).Print.func1@"".(*machoFile).symbols.func1f:"".(*machoFile).symbols.func1:"".(*peFile).symbols.func1f4"".(*peFile).symbols.func1@"".(*plan9File).symbols.func1f:"".(*plan9File).symbols.func1"".initf"".init"runtime.gcbits.01.go.string.hdr."[]uint8"  &go.string."[]uint8"&go.string."[]uint8"[]uint8type.[]uint8~.80 runtime.algarray@"runtime.gcbits.01P.go.string.hdr."[]uint8"p*go.weak.type.*[]uint8"runtime.zerovaluetype.uint86go.typelink.[]uint8	[]uint8type.[]uint8Fgo.string.hdr."*objfile.lookupFunc"  >go.string."*objfile.lookupFunc">go.string."*objfile.lookupFunc"0(*objfile.lookupFunc&type.*"".lookupFunc60 runtime.algarray@"runtime.gcbits.01PFgo.string.hdr."*objfile.lookupFunc"p8go.weak.type.**"".lookupFunc"runtime.zerovalue$type."".lookupFuncDgo.string.hdr."objfile.lookupFunc"  <go.string."objfile.lookupFunc"<go.string."objfile.lookupFunc"0&objfile.lookupFunc4go.string.hdr."lookupFunc"  
   1661 ,go.string."lookupFunc",go.string."lookupFunc" lookupFuncHgo.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."".lookupFunc30 runtime.algarray@"runtime.gcbits.01PDgo.string.hdr."objfile.lookupFunc"p&type.*"".lookupFunc"runtime.zerovalue$type."".lookupFunc$type."".lookupFunctype.uint64type.stringtype.uint64`$type."".lookupFunc4go.string.hdr."lookupFunc""go.importpath."".$type."".lookupFuncFgo.string.hdr."*objfile.disasmFunc"  >go.string."*objfile.disasmFunc">go.string."*objfile.disasmFunc"0(*objfile.disasmFunc&type.*"".disasmFunczKy60 runtime.algarray@"runtime.gcbits.01PFgo.string.hdr."*objfile.disasmFunc"p8go.weak.type.**"".disasmFunc"runtime.zerovalue$type."".disasmFuncDgo.string.hdr."objfile.disasmFunc"  <go.string."objfile.disasmFunc"<go.string."objfile.disasmFunc"0&objfile.disasmFunc4go.string.hdr."disasmFunc"  
   1663 ,go.string."disasmFunc",go.string."disasmFunc" disasmFunc$type."".disasmFunci3 0 runtime.algarray@"runtime.gcbits.01PDgo.string.hdr."objfile.disasmFunc"p&type.*"".disasmFunc"runtime.zerovalue$type."".disasmFunc$type."".disasmFunctype.[]uint8type.uint64$type."".lookupFunctype.stringtype.int`$type."".disasmFunc4go.string.hdr."disasmFunc""go.importpath."".$type."".disasmFuncruntime.gcbits.0go.string.hdr."[8]uint8"  (go.string."[8]uint8"(go.string."[8]uint8" [8]uint8type.[8]uint8>00 runtime.algarray@runtime.gcbits.P0go.string.hdr."[8]uint8"p,go.weak.type.*[8]uint8"runtime.zerovaluetype.uint8type.[]uint8:go.typelink.[8]uint8	[8]uint8type.[8]uint80go.string.hdr."[]string"  (go.string."[]string"(go.string."[]string" []stringtype.[]string
   1664 0 runtime.algarray@"runtime.gcbits.01P0go.string.hdr."[]string"p,go.weak.type.*[]string"runtime.zerovaluetype.string:go.typelink.[]string	[]stringtype.[]stringTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a0type..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.5555UU2go.string.hdr."[8]string"  	*go.string."[8]string"*go.string."[8]string" [8]stringtype.[8]stringxUS>0&type..alg.[8]string@&runtime.gcbits.5555P2go.string.hdr."[8]string"p.go.weak.type.*[8]string"runtime.zerovaluetype.stringtype.[]string>go.typelink.[8]string	[8]stringtype.[8]stringHgo.string.hdr."[]objfile.disasmFunc"  @go.string."[]objfile.disasmFunc"@go.string."[]objfile.disasmFunc"0*[]objfile.disasmFunc(type.[]"".disasmFuncxV0 runtime.algarray@"runtime.gcbits.01PHgo.string.hdr."[]objfile.disasmFunc"p:go.weak.type.*[]"".disasmFunc"runtime.zerovalue$type."".disasmFunc`go.typelink.[]objfile.disasmFunc	[]"".disasmFunc(type.[]"".disasmFunc"runtime.gcbits.ffJgo.string.hdr."[8]objfile.disasmFunc"  Bgo.string."[8]objfile.disasmFunc"Bgo.string."[8]objfile.disasmFunc"0,[8]objfile.disasmFunc*type.[8]"".disasmFunc@@D
0 runtime.algarray@"runtime.gcbits.ffPJgo.string.hdr."[8]objfile.disasmFunc"p<go.weak.type.*[8]"".disasmFunc"runtime.zerovalue$type."".disasmFunc(type.[]"".disasmFuncdgo.typelink.[8]objfile.disasmFunc	[8]"".disasmFunc*type.[8]"".disasmFuncjgo.string.hdr."*map.bucket[string]objfile.disasmFunc"  %bgo.string."*map.bucket[string]objfile.disasmFunc"bgo.string."*map.bucket[string]objfile.disasmFunc"PL*map.bucket[string]objfile.disasmFuncJtype.*map.bucket[string]"".disasmFuncmR60 runtime.algarray@"runtime.gcbits.01Pjgo.string.hdr."*map.bucket[string]objfile.disasmFunc"p\go.weak.type.**map.bucket[string]"".disasmFunc"runtime.zerovalueHtype.map.bucket[string]"".disasmFunc.runtime.gcbits.aaaafe03hgo.string.hdr."map.bucket[string]objfile.disasmFunc"  $`go.string."map.bucket[string]objfile.disasmFunc"`go.string."map.bucket[string]objfile.disasmFunc"PJmap.bucket[string]objfile.disasmFunc.go.string.hdr."topbits"  &go.string."topbits"&go.string."topbits"topbits(go.string.hdr."keys"   go.string."keys" go.string."keys"
   1669 keys,go.string.hdr."values"  $go.string."values"$go.string."values"values0go.string.hdr."overflow"  (go.string."overflow"(go.string."overflow" overflowHtype.map.bucket[string]"".disasmFunc0 runtime.algarray@.runtime.gcbits.aaaafe03Phgo.string.hdr."map.bucket[string]objfile.disasmFunc"pZgo.weak.type.*map.bucket[string]"".disasmFunc"runtime.zerovalueHtype.map.bucket[string]"".disasmFunc.go.string.hdr."topbits"type.[8]uint8(go.string.hdr."keys"type.[8]string,go.string.hdr."values"*type.[8]"".disasmFunc0go.string.hdr."overflow"Jtype.*map.bucket[string]"".disasmFunc"runtime.gcbits.2c,bgo.string.hdr."map.hdr[string]objfile.disasmFunc"  !Zgo.string."map.hdr[string]objfile.disasmFunc"Zgo.string."map.hdr[string]objfile.disasmFunc"PDmap.hdr[string]objfile.disasmFunc*go.string.hdr."count"  "go.string."count""go.string."count"count*go.string.hdr."flags"  "go.string."flags""go.string."flags"flags"go.string.hdr."B"  go.string."B"go.string."B"B*go.string.hdr."hash0"  "go.string."hash0""go.string."hash0"hash0.go.string.hdr."buckets"  &go.string."buckets"&go.string."buckets"buckets4go.string.hdr."oldbuckets"  
   1673 ,go.string."oldbuckets",go.string."oldbuckets" oldbuckets2go.string.hdr."nevacuate"  	*go.string."nevacuate"*go.string."nevacuate" nevacuateBtype.map.hdr[string]"".disasmFunc00	 (,0 runtime.algarray@"runtime.gcbits.2cPbgo.string.hdr."map.hdr[string]objfile.disasmFunc"pTgo.weak.type.*map.hdr[string]"".disasmFunc"runtime.zerovalueBtype.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]"".disasmFunc4go.string.hdr."oldbuckets"Jtype.*map.bucket[string]"".disasmFunc2go.string.hdr."nevacuate"type.uintptr0go.string.hdr."overflow"&type.unsafe.PointerZgo.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]"".disasmFunc250 runtime.algarray@"runtime.gcbits.01PZgo.string.hdr."map[string]objfile.disasmFunc"pLgo.weak.type.*map[string]"".disasmFunc"runtime.zerovaluetype.string$type."".disasmFuncHtype.map.bucket[string]"".disasmFuncBtype.map.hdr[string]"".disasmFuncgo.typelink.map[string]objfile.disasmFunc	map[string]"".disasmFunc:type.map[string]"".disasmFuncDgo.string.hdr."[]binary.ByteOrder"  <go.string."[]binary.ByteOrder"<go.string."[]binary.ByteOrder"0&[]binary.ByteOrder@type.[]encoding/binary.ByteOrder!0 runtime.algarray@"runtime.gcbits.01PDgo.string.hdr."[]binary.ByteOrder"pRgo.weak.type.*[]encoding/binary.ByteOrder"runtime.zerovalue<type.encoding/binary.ByteOrdertgo.typelink.[]binary.ByteOrder	[]encoding/binary.ByteOrder@type.[]encoding/binary.ByteOrderTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418aVtype..hashfunc.[8]encoding/binary.ByteOrderNtype..hash.[8]encoding/binary.ByteOrderRtype..eqfunc.[8]encoding/binary.ByteOrderJtype..eq.[8]encoding/binary.ByteOrderLtype..alg.[8]encoding/binary.ByteOrder  Vtype..hashfunc.[8]encoding/binary.ByteOrderRtype..eqfunc.[8]encoding/binary.ByteOrder&runtime.gcbits.ffffFgo.string.hdr."[8]binary.ByteOrder"  >go.string."[8]binary.ByteOrder">go.string."[8]binary.ByteOrder"0([8]binary.ByteOrderBtype.[8]encoding/binary.ByteOrder
   1676 0Ltype..alg.[8]encoding/binary.ByteOrder@&runtime.gcbits.ffffPFgo.string.hdr."[8]binary.ByteOrder"pTgo.weak.type.*[8]encoding/binary.ByteOrder"runtime.zerovalue<type.encoding/binary.ByteOrder@type.[]encoding/binary.ByteOrderxgo.typelink.[8]binary.ByteOrder	[8]encoding/binary.ByteOrderBtype.[8]encoding/binary.ByteOrderfgo.string.hdr."*map.bucket[string]binary.ByteOrder"  #^go.string."*map.bucket[string]binary.ByteOrder"^go.string."*map.bucket[string]binary.ByteOrder"PH*map.bucket[string]binary.ByteOrderbtype.*map.bucket[string]encoding/binary.ByteOrderJ!60 runtime.algarray@"runtime.gcbits.01Pfgo.string.hdr."*map.bucket[string]binary.ByteOrder"ptgo.weak.type.**map.bucket[string]encoding/binary.ByteOrder"runtime.zerovalue`type.map.bucket[string]encoding/binary.ByteOrder2runtime.gcbits.aaaafeff03
   1678 
   1679 dgo.string.hdr."map.bucket[string]binary.ByteOrder"  "\go.string."map.bucket[string]binary.ByteOrder"\go.string."map.bucket[string]binary.ByteOrder"PFmap.bucket[string]binary.ByteOrder`type.map.bucket[string]encoding/binary.ByteOrderTb:0 runtime.algarray@2runtime.gcbits.aaaafeff03Pdgo.string.hdr."map.bucket[string]binary.ByteOrder"prgo.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.ByteOrder0go.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.ByteOrderZtype.map.hdr[string]encoding/binary.ByteOrder00X	 (,0 runtime.algarray@"runtime.gcbits.2cP^go.string.hdr."map.hdr[string]binary.ByteOrder"plgo.weak.type.*map.hdr[string]encoding/binary.ByteOrder"runtime.zerovalueZtype.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.ByteOrder4go.string.hdr."oldbuckets"btype.*map.bucket[string]encoding/binary.ByteOrder2go.string.hdr."nevacuate"type.uintptr0go.string.hdr."overflow"&type.unsafe.PointerVgo.string.hdr."map[string]binary.ByteOrder"  Ngo.string."map[string]binary.ByteOrder"Ngo.string."map[string]binary.ByteOrder"@8map[string]binary.ByteOrderRtype.map[string]encoding/binary.ByteOrder
   1681 50 runtime.algarray@"runtime.gcbits.01PVgo.string.hdr."map[string]binary.ByteOrder"pdgo.weak.type.*map[string]encoding/binary.ByteOrder"runtime.zerovaluetype.string<type.encoding/binary.ByteOrder`type.map.bucket[string]encoding/binary.ByteOrderZtype.map.hdr[string]encoding/binary.ByteOrdergo.typelink.map[string]binary.ByteOrder	map[string]encoding/binary.ByteOrderRtype.map[string]encoding/binary.ByteOrderTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a*type..hashfunc."".Sym"type..hash."".Sym&type..eqfunc."".Symtype..eq."".Sym type..alg."".Sym  *type..hashfunc."".Sym&type..eqfunc."".Sym8go.string.hdr."*objfile.Sym"  0go.string."*objfile.Sym"0go.string."*objfile.Sym" *objfile.Symtype.*"".Sym9)Y60 runtime.algarray@"runtime.gcbits.01P8go.string.hdr."*objfile.Sym"p*go.weak.type.**"".Sym"runtime.zerovaluetype."".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"
   1685 Name(go.string.hdr."Addr"   go.string."Addr" go.string."Addr"
   1686 Addr(go.string.hdr."Size"   go.string."Size" go.string."Size"
   1687 Size(go.string.hdr."Code"   go.string."Code" go.string."Code"
   1688 Code(go.string.hdr."Type"   go.string."Type" go.string."Type"
   1689 Type&go.string.hdr."Sym"  go.string."Sym"go.string."Sym"Symtype."".Sym80N ((0 type..alg."".Sym@"runtime.gcbits.21P6go.string.hdr."objfile.Sym"ptype.*"".Sym"runtime.zerovaluetype."".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.Symtype.[]"".Sym(0 runtime.algarray@"runtime.gcbits.01P:go.string.hdr."[]objfile.Sym"p,go.weak.type.*[]"".Sym"runtime.zerovaluetype."".SymDgo.typelink.[]objfile.Sym	[]"".Symtype.[]"".Sym>go.string.hdr."*objfile.Disasm"  6go.string."*objfile.Disasm"6go.string."*objfile.Disasm"  *objfile.Disasmrgo.string.hdr."func(uint64, uint64, string, int, string)"  )jgo.string."func(uint64, uint64, string, int, string)"jgo.string."func(uint64, uint64, string, int, string)"`Tfunc(uint64, uint64, string, int, string)\type.func(uint64, uint64, string, int, string)r	30 runtime.algarray@"runtime.gcbits.01Prgo.string.hdr."func(uint64, uint64, string, int, string)"pngo.weak.type.*func(uint64, uint64, string, int, string)"runtime.zerovalue\type.func(uint64, uint64, string, int, string)\type.func(uint64, uint64, string, int, string)type.uint64type.uint64type.stringtype.inttype.stringgo.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))"  Pgo.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))E30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*objfile.Disasm, uint64, uint64, func(uint64, uint64, string, int, string))"pgo.weak.type.*func(*"".Disasm, uint64, uint64, func(uint64, uint64, string, int, string))"runtime.zerovaluetype.func(*"".Disasm, uint64, uint64, func(uint64, uint64, string, int, string))type.func(*"".Disasm, uint64, uint64, func(uint64, uint64, string, int, string))type.*"".Disasmtype.uint64type.uint64\type.func(uint64, uint64, string, int, string)go.typelink.func(*objfile.Disasm, uint64, uint64, func(uint64, uint64, string, int, string))	func(*"".Disasm, uint64, uint64, func(uint64, uint64, string, int, string))type.func(*"".Disasm, uint64, uint64, func(uint64, uint64, string, int, string))go.string.hdr."func(*objfile.Disasm, io.Writer, *regexp.Regexp, uint64, uint64)"  @go.string."func(*objfile.Disasm, io.Writer, *regexp.Regexp, uint64, uint64)"go.string."func(*objfile.Disasm, io.Writer, *regexp.Regexp, uint64, uint64)"func(*objfile.Disasm, io.Writer, *regexp.Regexp, uint64, uint64)type.func(*"".Disasm, io.Writer, *regexp.Regexp, uint64, uint64)#30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*objfile.Disasm, io.Writer, *regexp.Regexp, uint64, uint64)"pgo.weak.type.*func(*"".Disasm, io.Writer, *regexp.Regexp, uint64, uint64)"runtime.zerovaluetype.func(*"".Disasm, io.Writer, *regexp.Regexp, uint64, uint64)type.func(*"".Disasm, io.Writer, *regexp.Regexp, uint64, uint64)type.*"".Disasmtype.io.Writer&type.*regexp.Regexptype.uint64type.uint64go.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)
   1693 .30 runtime.algarray@"runtime.gcbits.01P|go.string.hdr."func(*objfile.Disasm, uint64) (string, uint64)"pngo.weak.type.*func(*"".Disasm, uint64) (string, uint64)"runtime.zerovalue\type.func(*"".Disasm, uint64) (string, uint64)\type.func(*"".Disasm, uint64) (string, uint64)type.*"".Disasmtype.uint64type.stringtype.uint64go.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"Decodego.string.hdr."func(uint64, uint64, func(uint64, uint64, string, int, string))"  ?go.string."func(uint64, uint64, func(uint64, uint64, string, int, string))"go.string."func(uint64, uint64, func(uint64, uint64, string, int, string))"func(uint64, uint64, func(uint64, uint64, string, int, string))type.func(uint64, uint64, func(uint64, uint64, string, int, string))30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(uint64, uint64, func(uint64, uint64, string, int, string))"pgo.weak.type.*func(uint64, uint64, func(uint64, uint64, string, int, string))"runtime.zerovaluetype.func(uint64, uint64, func(uint64, uint64, string, int, string))type.func(uint64, uint64, func(uint64, uint64, string, int, string))type.uint64type.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)Y30 runtime.algarray@"runtime.gcbits.01P~go.string.hdr."func(io.Writer, *regexp.Regexp, uint64, uint64)"pzgo.weak.type.*func(io.Writer, *regexp.Regexp, uint64, uint64)"runtime.zerovaluehtype.func(io.Writer, *regexp.Regexp, uint64, uint64)htype.func(io.Writer, *regexp.Regexp, uint64, uint64)type.io.Writer&type.*regexp.Regexptype.uint64type.uint64go.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"lookupZgo.string.hdr."func(uint64) (string, uint64)"  Rgo.string."func(uint64) (string, uint64)"Rgo.string."func(uint64) (string, uint64)"@<func(uint64) (string, uint64)Dtype.func(uint64) (string, uint64)H30 runtime.algarray@"runtime.gcbits.01PZgo.string.hdr."func(uint64) (string, uint64)"pVgo.weak.type.*func(uint64) (string, uint64)"runtime.zerovalueDtype.func(uint64) (string, uint64)Dtype.func(uint64) (string, uint64)type.uint64type.stringtype.uint64go.typelink.func(uint64) (string, uint64)	func(uint64) (string, uint64)Dtype.func(uint64) (string, uint64)type.*"".Disasm"600 runtime.algarray@"runtime.gcbits.01P>go.string.hdr."*objfile.Disasm"p0go.weak.type.**"".Disasm"runtime.zerovaluetype."".Disasm`type.*"".Disasmtype.*"".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"
   1695 syms(go.string.hdr."pcln"   go.string."pcln" go.string."pcln"
   1696 pcln2go.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"disasm2go.string.hdr."byteOrder"  	*go.string."byteOrder"*go.string."byteOrder" byteOrder,go.string.hdr."Disasm"  $go.string."Disasm"$go.string."Disasm"Disasmtype."".Disasmpp0 8@HX`D0 runtime.algarray@&runtime.gcbits.193aP<go.string.hdr."objfile.Disasm"ptype.*"".Disasm"runtime.zerovaluetype."".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.[]uint82go.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."".disasmFunc2go.string.hdr."byteOrder""go.importpath."".<type.encoding/binary.ByteOrder`type."".Disasm,go.string.hdr."Disasm""go.importpath."".type."".DisasmTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0ebb2d1da58c1b4224bf5a7b370d7578Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals160cde0f2e0022fe0b49a4dffb5548b0Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocalsb60dc0a6046c556b02baa766a3fd5a27Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals6d46c0650eba7dbebc0db316e0e0cf3b:go.string.hdr."func() string"  
2go.string."func() string"2go.string."func() string" func() string$type.func() stringm30 runtime.algarray@"runtime.gcbits.01P:go.string.hdr."func() string"p6go.weak.type.*func() string"runtime.zerovalue$type.func() string$type.func() stringtype.stringNgo.typelink.func() string	func() string$type.func() stringpgo.string.hdr."func() (uint64, []uint8, []uint8, error)"  (hgo.string."func() (uint64, []uint8, []uint8, error)"hgo.string."func() (uint64, []uint8, []uint8, error)"`Rfunc() (uint64, []uint8, []uint8, error)Ztype.func() (uint64, []uint8, []uint8, error)uH30 runtime.algarray@"runtime.gcbits.01Ppgo.string.hdr."func() (uint64, []uint8, []uint8, error)"plgo.weak.type.*func() (uint64, []uint8, []uint8, error)"runtime.zerovalueZtype.func() (uint64, []uint8, []uint8, error)Ztype.func() (uint64, []uint8, []uint8, error)type.uint64type.[]uint8type.[]uint8type.errorgo.typelink.func() (uint64, []uint8, []uint8, error)	func() (uint64, []uint8, []uint8, error)Ztype.func() (uint64, []uint8, []uint8, error)Zgo.string.hdr."func() ([]objfile.Sym, error)"  Rgo.string."func() ([]objfile.Sym, error)"Rgo.string."func() ([]objfile.Sym, error)"@<func() ([]objfile.Sym, error):type.func() ([]"".Sym, error)30 runtime.algarray@"runtime.gcbits.01PZgo.string.hdr."func() ([]objfile.Sym, error)"pLgo.weak.type.*func() ([]"".Sym, error)"runtime.zerovalue:type.func() ([]"".Sym, error):type.func() ([]"".Sym, error)type.[]"".Symtype.errorgo.typelink.func() ([]objfile.Sym, error)	func() ([]"".Sym, error):type.func() ([]"".Sym, error)^go.string.hdr."func() (uint64, []uint8, error)"  Vgo.string."func() (uint64, []uint8, error)"Vgo.string."func() (uint64, []uint8, error)"@@func() (uint64, []uint8, error)Htype.func() (uint64, []uint8, error)i30 runtime.algarray@"runtime.gcbits.01P^go.string.hdr."func() (uint64, []uint8, error)"pZgo.weak.type.*func() (uint64, []uint8, error)"runtime.zerovalueHtype.func() (uint64, []uint8, error)Htype.func() (uint64, []uint8, error)type.uint64type.[]uint8type.errorgo.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.*"".rawFileE60 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*objfile.rawFile"p2go.weak.type.**"".rawFile"runtime.zerovaluetype."".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"rawFiletype."".rawFile{TJ,0 runtime.algarray@"runtime.gcbits.03P>go.string.hdr."objfile.rawFile"p type.*"".rawFile"runtime.zerovaluetype."".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."".rawFileTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a,type..hashfunc."".File$type..hash."".File(type..eqfunc."".File type..eq."".File"type..alg."".File  ,type..hashfunc."".File(type..eqfunc."".File"runtime.gcbits.078go.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"
   1701 Filetype."".File59 0"type..alg."".File@"runtime.gcbits.07P8go.string.hdr."objfile.File"ptype.*"".File"runtime.zerovaluetype."".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.FileRgo.string.hdr."func(*objfile.File) error"  Jgo.string."func(*objfile.File) error"Jgo.string."func(*objfile.File) error"@4func(*objfile.File) error2type.func(*"".File) errors8W30 runtime.algarray@"runtime.gcbits.01PRgo.string.hdr."func(*objfile.File) error"pDgo.weak.type.*func(*"".File) error"runtime.zerovalue2type.func(*"".File) error2type.func(*"".File) errortype.*"".Filetype.errortgo.typelink.func(*objfile.File) error	func(*"".File) error2type.func(*"".File) errorxgo.string.hdr."func(*objfile.File) (*objfile.Disasm, error)"  ,pgo.string."func(*objfile.File) (*objfile.Disasm, error)"pgo.string."func(*objfile.File) (*objfile.Disasm, error)"`Zfunc(*objfile.File) (*objfile.Disasm, error)Ntype.func(*"".File) (*"".Disasm, error)M#<30 runtime.algarray@"runtime.gcbits.01Pxgo.string.hdr."func(*objfile.File) (*objfile.Disasm, error)"p`go.weak.type.*func(*"".File) (*"".Disasm, error)"runtime.zerovalueNtype.func(*"".File) (*"".Disasm, error)Ntype.func(*"".File) (*"".Disasm, error)type.*"".Filetype.*"".Disasmtype.errorgo.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) string4type.func(*"".File) stringo30 runtime.algarray@"runtime.gcbits.01PTgo.string.hdr."func(*objfile.File) string"pFgo.weak.type.*func(*"".File) string"runtime.zerovalue4type.func(*"".File) string4type.func(*"".File) stringtype.*"".Filetype.stringxgo.typelink.func(*objfile.File) string	func(*"".File) string4type.func(*"".File) stringrgo.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)4G30 runtime.algarray@"runtime.gcbits.01Prgo.string.hdr."func(*objfile.File) (*gosym.Table, error)"ppgo.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.Tabletype.errorgo.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)
   1703 
30 runtime.algarray@"runtime.gcbits.01Ptgo.string.hdr."func(*objfile.File) ([]objfile.Sym, error)"p\go.weak.type.*func(*"".File) ([]"".Sym, error)"runtime.zerovalueJtype.func(*"".File) ([]"".Sym, error)Jtype.func(*"".File) ([]"".Sym, error)type.*"".Filetype.[]"".Symtype.errorgo.typelink.func(*objfile.File) ([]objfile.Sym, error)	func(*"".File) ([]"".Sym, error)Jtype.func(*"".File) ([]"".Sym, error)xgo.string.hdr."func(*objfile.File) (uint64, []uint8, error)"  ,pgo.string."func(*objfile.File) (uint64, []uint8, error)"pgo.string."func(*objfile.File) (uint64, []uint8, error)"`Zfunc(*objfile.File) (uint64, []uint8, error)Xtype.func(*"".File) (uint64, []uint8, error)gC\>30 runtime.algarray@"runtime.gcbits.01Pxgo.string.hdr."func(*objfile.File) (uint64, []uint8, error)"pjgo.weak.type.*func(*"".File) (uint64, []uint8, error)"runtime.zerovalueXtype.func(*"".File) (uint64, []uint8, error)Xtype.func(*"".File) (uint64, []uint8, error)type.*"".Filetype.uint64type.[]uint8type.errorgo.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"Close8go.string.hdr."func() error"  0go.string."func() error"0go.string."func() error" func() error"type.func() error30 runtime.algarray@"runtime.gcbits.01P8go.string.hdr."func() error"p4go.weak.type.*func() error"runtime.zerovalue"type.func() error"type.func() errortype.errorJgo.typelink.func() error	func() error"type.func() error^go.string.hdr."func() (*objfile.Disasm, error)"  Vgo.string."func() (*objfile.Disasm, error)"Vgo.string."func() (*objfile.Disasm, error)"@@func() (*objfile.Disasm, error)>type.func() (*"".Disasm, error)?30 runtime.algarray@"runtime.gcbits.01P^go.string.hdr."func() (*objfile.Disasm, error)"pPgo.weak.type.*func() (*"".Disasm, error)"runtime.zerovalue>type.func() (*"".Disasm, error)>type.func() (*"".Disasm, error)type.*"".Disasmtype.errorgo.typelink.func() (*objfile.Disasm, error)	func() (*"".Disasm, error)>type.func() (*"".Disasm, error),go.string.hdr."GOARCH"  $go.string."GOARCH"$go.string."GOARCH"GOARCH6go.string.hdr."PCLineTable"  .go.string."PCLineTable".go.string."PCLineTable" PCLineTableXgo.string.hdr."func() (*gosym.Table, error)"  Pgo.string."func() (*gosym.Table, error)"Pgo.string."func() (*gosym.Table, error)"@:func() (*gosym.Table, error)Ntype.func() (*debug/gosym.Table, error)l0u30 runtime.algarray@"runtime.gcbits.01PXgo.string.hdr."func() (*gosym.Table, error)"p`go.weak.type.*func() (*debug/gosym.Table, error)"runtime.zerovalueNtype.func() (*debug/gosym.Table, error)Ntype.func() (*debug/gosym.Table, error).type.*debug/gosym.Tabletype.errorgo.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"
   1708 Texttype.*"".FileuPR6L0 runtime.algarray@"runtime.gcbits.01P:go.string.hdr."*objfile.File"p,go.weak.type.**"".File"runtime.zerovaluetype."".File`type.*"".Filetype.*"".File*go.string.hdr."Close""type.func() error2type.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() string4type.func(*"".File) string""".(*File).GOARCH""".(*File).GOARCH6go.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_varlentype..eqfunc24  .runtime.memequal_varlentype..alg24   type..hashfunc24type..eqfunc24"runtime.gcbits.04go.string.hdr."struct { F uintptr; addr uint64; d *objfile.Disasm }"  4go.string."struct { F uintptr; addr uint64; d *objfile.Disasm }"go.string."struct { F uintptr; addr uint64; d *objfile.Disasm }"pjstruct { F uintptr; addr uint64; d *objfile.Disasm }$go.string.hdr.".F"  go.string.".F"go.string.".F".F(go.string.hdr."addr"   go.string."addr" go.string."addr"
   1709 addr"go.string.hdr."d"  go.string."d"go.string."d"dhtype.struct { F uintptr; addr uint64; d *"".Disasm }@j0type..alg24@"runtime.gcbits.04Pgo.string.hdr."struct { F uintptr; addr uint64; d *objfile.Disasm }"pzgo.weak.type.*struct { F uintptr; addr uint64; d *"".Disasm }"runtime.zerovaluehtype.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.*"".Disasmgo.string.hdr."*struct { F uintptr; addr uint64; d *objfile.Disasm }"  5go.string."*struct { F uintptr; addr uint64; d *objfile.Disasm }"go.string."*struct { F uintptr; addr uint64; d *objfile.Disasm }"pl*struct { F uintptr; addr uint64; d *objfile.Disasm }jtype.*struct { F uintptr; addr uint64; d *"".Disasm }S60 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."*struct { F uintptr; addr uint64; d *objfile.Disasm }"p|go.weak.type.**struct { F uintptr; addr uint64; d *"".Disasm }"runtime.zerovaluehtype.struct { F uintptr; addr uint64; d *"".Disasm }"runtime.gcbits.0ego.string.hdr."struct { F uintptr; d *objfile.Disasm; tw *tabwriter.Writer; code []uint8 }"  Kgo.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"
   1711 codetype.struct { F uintptr; d *"".Disasm; tw *text/tabwriter.Writer; code []uint8 }0 PiW$0 runtime.algarray@"runtime.gcbits.0ePgo.string.hdr."struct { F uintptr; d *objfile.Disasm; tw *tabwriter.Writer; code []uint8 }"pgo.weak.type.*struct { F uintptr; d *"".Disasm; tw *text/tabwriter.Writer; code []uint8 }"runtime.zerovaluetype.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.[]uint88go.string.hdr."interface {}"  0go.string."interface {}"0go.string."interface {}" interface {}"type.interface {}W0 runtime.algarray@"runtime.gcbits.03P8go.string.hdr."interface {}"p4go.weak.type.*interface {}"runtime.zerovalue"type.interface {}<go.string.hdr."[]interface {}"  4go.string."[]interface {}"4go.string."[]interface {}" []interface {}&type.[]interface {}p/0 runtime.algarray@"runtime.gcbits.01P<go.string.hdr."[]interface {}"p8go.weak.type.*[]interface {}"runtime.zerovalue"type.interface {}Rgo.typelink.[]interface {}	[]interface {}&type.[]interface {}Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a<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 {}  ,Y02type..alg.[2]interface {}@"runtime.gcbits.0fP>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-q60 runtime.algarray@"runtime.gcbits.01P@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 }"  Lgo.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 }R60 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."*struct { F uintptr; d *objfile.Disasm; tw *tabwriter.Writer; code []uint8 }"pgo.weak.type.**struct { F uintptr; d *"".Disasm; tw *text/tabwriter.Writer; code []uint8 }"runtime.zerovaluetype.struct { F uintptr; d *"".Disasm; tw *text/tabwriter.Writer; code []uint8 }"runtime.gcbits.02ngo.string.hdr."struct { F uintptr; R *objfile.Disasm }"  'fgo.string."struct { F uintptr; R *objfile.Disasm }"fgo.string."struct { F uintptr; R *objfile.Disasm }"PPstruct { F uintptr; R *objfile.Disasm }"go.string.hdr."F"  go.string."F"go.string."F"F"go.string.hdr."R"  go.string."R"go.string."R"RNtype.struct { F uintptr; R *"".Disasm }r;0 runtime.algarray@"runtime.gcbits.02Pngo.string.hdr."struct { F uintptr; R *objfile.Disasm }"p`go.weak.type.*struct { F uintptr; R *"".Disasm }"runtime.zerovalueNtype.struct { F uintptr; R *"".Disasm }"go.string.hdr."F"type.uintptr"go.string.hdr."R"type.*"".Disasmpgo.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 }R60 runtime.algarray@"runtime.gcbits.01Ppgo.string.hdr."*struct { F uintptr; R *objfile.Disasm }"pbgo.weak.type.**struct { F uintptr; R *"".Disasm }"runtime.zerovalueNtype.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"objfile4go.string.hdr."textReader"  
   1718 ,go.string."textReader",go.string."textReader" textReader,go.string.hdr."ReadAt"  $go.string."ReadAt"$go.string."ReadAt"ReadAtTgclocals3f8a00baf9a714dfe750894a3b86ebac  Tgclocals99ef9ff0bd07d0e619cc0988c2dabb63  go.string.hdr."func(*objfile.textReader, []uint8, int64) (int, error)"  6go.string."func(*objfile.textReader, []uint8, int64) (int, error)"go.string."func(*objfile.textReader, []uint8, int64) (int, error)"pnfunc(*objfile.textReader, []uint8, int64) (int, error)ltype.func(*"".textReader, []uint8, int64) (int, error)&30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*objfile.textReader, []uint8, int64) (int, error)"p~go.weak.type.*func(*"".textReader, []uint8, int64) (int, error)"runtime.zerovalueltype.func(*"".textReader, []uint8, int64) (int, error)ltype.func(*"".textReader, []uint8, int64) (int, error)&type.*"".textReadertype.[]uint8type.int64type.inttype.errorgo.typelink.func(*objfile.textReader, []uint8, int64) (int, error)	func(*"".textReader, []uint8, int64) (int, error)ltype.func(*"".textReader, []uint8, int64) (int, error)bgo.string.hdr."func([]uint8, int64) (int, error)"  !Zgo.string."func([]uint8, int64) (int, error)"Zgo.string."func([]uint8, int64) (int, error)"PDfunc([]uint8, int64) (int, error)Ltype.func([]uint8, int64) (int, error)C,30 runtime.algarray@"runtime.gcbits.01Pbgo.string.hdr."func([]uint8, int64) (int, error)"p^go.weak.type.*func([]uint8, int64) (int, error)"runtime.zerovalueLtype.func([]uint8, int64) (int, error)Ltype.func([]uint8, int64) (int, error)type.[]uint8type.int64type.inttype.errorgo.typelink.func([]uint8, int64) (int, error)	func([]uint8, int64) (int, error)Ltype.func([]uint8, int64) (int, error)&type.*"".textReader9r60 runtime.algarray@"runtime.gcbits.01PFgo.string.hdr."*objfile.textReader"p8go.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).ReadAtDgo.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"pcgo.string.hdr."func(objfile.textReader, []uint8, int64) (int, error)"  5go.string."func(objfile.textReader, []uint8, int64) (int, error)"go.string."func(objfile.textReader, []uint8, int64) (int, error)"plfunc(objfile.textReader, []uint8, int64) (int, error)jtype.func("".textReader, []uint8, int64) (int, error)J30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(objfile.textReader, []uint8, int64) (int, error)"p|go.weak.type.*func("".textReader, []uint8, int64) (int, error)"runtime.zerovaluejtype.func("".textReader, []uint8, int64) (int, error)jtype.func("".textReader, []uint8, int64) (int, error)$type."".textReadertype.[]uint8type.int64type.inttype.errorgo.typelink.func(objfile.textReader, []uint8, int64) (int, error)	func("".textReader, []uint8, int64) (int, error)jtype.func("".textReader, []uint8, int64) (int, error)$type."".textReader +*<:*0 runtime.algarray@"runtime.gcbits.01PDgo.string.hdr."objfile.textReader"p&type.*"".textReader"runtime.zerovalue$type."".textReader(go.string.hdr."code""go.importpath."".type.[]uint8$go.string.hdr."pc""go.importpath."".type.uint64`$type."".textReader4go.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.elfFileZgo.string.hdr."func(*objfile.elfFile) string"  Rgo.string."func(*objfile.elfFile) string"Rgo.string."func(*objfile.elfFile) string"@<func(*objfile.elfFile) string:type.func(*"".elfFile) string;G>30 runtime.algarray@"runtime.gcbits.01PZgo.string.hdr."func(*objfile.elfFile) string"pLgo.weak.type.*func(*"".elfFile) string"runtime.zerovalue:type.func(*"".elfFile) string:type.func(*"".elfFile) string type.*"".elfFiletype.stringgo.typelink.func(*objfile.elfFile) string	func(*"".elfFile) string:type.func(*"".elfFile) stringgo.string.hdr."func(*objfile.elfFile) (uint64, []uint8, []uint8, error)"  8go.string."func(*objfile.elfFile) (uint64, []uint8, []uint8, error)"go.string."func(*objfile.elfFile) (uint64, []uint8, []uint8, error)"rfunc(*objfile.elfFile) (uint64, []uint8, []uint8, error)ptype.func(*"".elfFile) (uint64, []uint8, []uint8, error)}30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*objfile.elfFile) (uint64, []uint8, []uint8, error)"pgo.weak.type.*func(*"".elfFile) (uint64, []uint8, []uint8, error)"runtime.zerovalueptype.func(*"".elfFile) (uint64, []uint8, []uint8, error)ptype.func(*"".elfFile) (uint64, []uint8, []uint8, error) type.*"".elfFiletype.uint64type.[]uint8type.[]uint8type.errorgo.typelink.func(*objfile.elfFile) (uint64, []uint8, []uint8, error)	func(*"".elfFile) (uint64, []uint8, []uint8, error)ptype.func(*"".elfFile) (uint64, []uint8, []uint8, error)zgo.string.hdr."func(*objfile.elfFile) ([]objfile.Sym, error)"  -rgo.string."func(*objfile.elfFile) ([]objfile.Sym, error)"rgo.string."func(*objfile.elfFile) ([]objfile.Sym, error)"`\func(*objfile.elfFile) ([]objfile.Sym, error)Ptype.func(*"".elfFile) ([]"".Sym, error)b}30 runtime.algarray@"runtime.gcbits.01Pzgo.string.hdr."func(*objfile.elfFile) ([]objfile.Sym, error)"pbgo.weak.type.*func(*"".elfFile) ([]"".Sym, error)"runtime.zerovaluePtype.func(*"".elfFile) ([]"".Sym, error)Ptype.func(*"".elfFile) ([]"".Sym, error) type.*"".elfFiletype.[]"".Symtype.errorgo.typelink.func(*objfile.elfFile) ([]objfile.Sym, error)	func(*"".elfFile) ([]"".Sym, error)Ptype.func(*"".elfFile) ([]"".Sym, error)~go.string.hdr."func(*objfile.elfFile) (uint64, []uint8, error)"  /vgo.string."func(*objfile.elfFile) (uint64, []uint8, error)"vgo.string."func(*objfile.elfFile) (uint64, []uint8, error)"``func(*objfile.elfFile) (uint64, []uint8, error)^type.func(*"".elfFile) (uint64, []uint8, error)Bj30 runtime.algarray@"runtime.gcbits.01P~go.string.hdr."func(*objfile.elfFile) (uint64, []uint8, error)"ppgo.weak.type.*func(*"".elfFile) (uint64, []uint8, error)"runtime.zerovalue^type.func(*"".elfFile) (uint64, []uint8, error)^type.func(*"".elfFile) (uint64, []uint8, error) type.*"".elfFiletype.uint64type.[]uint8type.errorgo.typelink.func(*objfile.elfFile) (uint64, []uint8, error)	func(*"".elfFile) (uint64, []uint8, error)^type.func(*"".elfFile) (uint64, []uint8, error) type.*"".elfFileJ6@0 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*objfile.elfFile"p2go.weak.type.**"".elfFile"runtime.zerovaluetype."".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"elfFiletype."".elfFile\90 runtime.algarray@"runtime.gcbits.01P>go.string.hdr."objfile.elfFile"p type.*"".elfFile"runtime.zerovaluetype."".elfFile&go.string.hdr."elf""go.importpath."".(type.*debug/elf.File`type."".elfFile.go.string.hdr."elfFile""go.importpath."".type."".elfFile8go.string.hdr."[]elf.Symbol"  0go.string."[]elf.Symbol"0go.string."[]elf.Symbol" []elf.Symbol.type.[]debug/elf.SymbolVt0 runtime.algarray@"runtime.gcbits.01P8go.string.hdr."[]elf.Symbol"p@go.weak.type.*[]debug/elf.Symbol"runtime.zerovalue*type.debug/elf.SymbolVgo.typelink.[]elf.Symbol	[]debug/elf.Symbol.type.[]debug/elf.SymbolDgo.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) stringi~30 runtime.algarray@"runtime.gcbits.01P^go.string.hdr."func(*objfile.goobjFile) string"pPgo.weak.type.*func(*"".goobjFile) string"runtime.zerovalue>type.func(*"".goobjFile) string>type.func(*"".goobjFile) string$type.*"".goobjFiletype.stringgo.typelink.func(*objfile.goobjFile) string	func(*"".goobjFile) string>type.func(*"".goobjFile) stringgo.string.hdr."func(*objfile.goobjFile) (uint64, []uint8, []uint8, error)"  :go.string."func(*objfile.goobjFile) (uint64, []uint8, []uint8, error)"go.string."func(*objfile.goobjFile) (uint64, []uint8, []uint8, error)"vfunc(*objfile.goobjFile) (uint64, []uint8, []uint8, error)ttype.func(*"".goobjFile) (uint64, []uint8, []uint8, error)s~30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*objfile.goobjFile) (uint64, []uint8, []uint8, error)"pgo.weak.type.*func(*"".goobjFile) (uint64, []uint8, []uint8, error)"runtime.zerovaluettype.func(*"".goobjFile) (uint64, []uint8, []uint8, error)ttype.func(*"".goobjFile) (uint64, []uint8, []uint8, error)$type.*"".goobjFiletype.uint64type.[]uint8type.[]uint8type.errorgo.typelink.func(*objfile.goobjFile) (uint64, []uint8, []uint8, error)	func(*"".goobjFile) (uint64, []uint8, []uint8, error)ttype.func(*"".goobjFile) (uint64, []uint8, []uint8, error)~go.string.hdr."func(*objfile.goobjFile) ([]objfile.Sym, error)"  /vgo.string."func(*objfile.goobjFile) ([]objfile.Sym, error)"vgo.string."func(*objfile.goobjFile) ([]objfile.Sym, error)"``func(*objfile.goobjFile) ([]objfile.Sym, error)Ttype.func(*"".goobjFile) ([]"".Sym, error)Mplk30 runtime.algarray@"runtime.gcbits.01P~go.string.hdr."func(*objfile.goobjFile) ([]objfile.Sym, error)"pfgo.weak.type.*func(*"".goobjFile) ([]"".Sym, error)"runtime.zerovalueTtype.func(*"".goobjFile) ([]"".Sym, error)Ttype.func(*"".goobjFile) ([]"".Sym, error)$type.*"".goobjFiletype.[]"".Symtype.errorgo.typelink.func(*objfile.goobjFile) ([]objfile.Sym, error)	func(*"".goobjFile) ([]"".Sym, error)Ttype.func(*"".goobjFile) ([]"".Sym, error)go.string.hdr."func(*objfile.goobjFile) (uint64, []uint8, error)"  1zgo.string."func(*objfile.goobjFile) (uint64, []uint8, error)"zgo.string."func(*objfile.goobjFile) (uint64, []uint8, error)"pdfunc(*objfile.goobjFile) (uint64, []uint8, error)btype.func(*"".goobjFile) (uint64, []uint8, error)pg30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*objfile.goobjFile) (uint64, []uint8, error)"ptgo.weak.type.*func(*"".goobjFile) (uint64, []uint8, error)"runtime.zerovaluebtype.func(*"".goobjFile) (uint64, []uint8, error)btype.func(*"".goobjFile) (uint64, []uint8, error)$type.*"".goobjFiletype.uint64type.[]uint8type.errorgo.typelink.func(*objfile.goobjFile) (uint64, []uint8, error)	func(*"".goobjFile) (uint64, []uint8, error)btype.func(*"".goobjFile) (uint64, []uint8, error)$type.*"".goobjFile\^6@0 runtime.algarray@"runtime.gcbits.01PDgo.string.hdr."*objfile.goobjFile"p6go.weak.type.**"".goobjFile"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).textBgo.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"goobj2go.string.hdr."goobjFile"  	*go.string."goobjFile"*go.string."goobjFile" goobjFile"type."".goobjFile_90 runtime.algarray@"runtime.gcbits.01PBgo.string.hdr."objfile.goobjFile"p$type.*"".goobjFile"runtime.zerovalue"type."".goobjFile*go.string.hdr."goobj""go.importpath."".@type.*cmd/internal/goobj.Package`"type."".goobjFile2go.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.SymID10 runtime.algarray@"runtime.gcbits.01P:go.string.hdr."[]goobj.SymID"pPgo.weak.type.*[]cmd/internal/goobj.SymID"runtime.zerovalue:type.cmd/internal/goobj.SymIDhgo.typelink.[]goobj.SymID	[]cmd/internal/goobj.SymID>type.[]cmd/internal/goobj.SymIDTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals34eab47d33fa46b254c22cdccfd2dc77  Tgclocals51af24152615272c3d9efc8538f95767  Ttype..hashfunc.[8]cmd/internal/goobj.SymIDLtype..hash.[8]cmd/internal/goobj.SymIDPtype..eqfunc.[8]cmd/internal/goobj.SymIDHtype..eq.[8]cmd/internal/goobj.SymIDJtype..alg.[8]cmd/internal/goobj.SymID  Ttype..hashfunc.[8]cmd/internal/goobj.SymIDPtype..eqfunc.[8]cmd/internal/goobj.SymID*runtime.gcbits.499224I$<go.string.hdr."[8]goobj.SymID"  4go.string."[8]goobj.SymID"4go.string."[8]goobj.SymID" [8]goobj.SymID@type.[8]cmd/internal/goobj.SymIDk50Jtype..alg.[8]cmd/internal/goobj.SymID@*runtime.gcbits.499224P<go.string.hdr."[8]goobj.SymID"pRgo.weak.type.*[8]cmd/internal/goobj.SymID"runtime.zerovalue:type.cmd/internal/goobj.SymID>type.[]cmd/internal/goobj.SymIDlgo.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"[]booltype.[]bool0 runtime.algarray@"runtime.gcbits.01P,go.string.hdr."[]bool"p(go.weak.type.*[]bool"runtime.zerovaluetype.bool2go.typelink.[]bool	[]booltype.[]bool.go.string.hdr."[8]bool"  &go.string."[8]bool"&go.string."[8]bool"[8]booltype.[8]bools50 runtime.algarray@runtime.gcbits.P.go.string.hdr."[8]bool"p*go.weak.type.*[8]bool"runtime.zerovaluetype.booltype.[]bool6go.typelink.[8]bool	[8]booltype.[8]boolXgo.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]bool60 runtime.algarray@"runtime.gcbits.01PXgo.string.hdr."*map.bucket[goobj.SymID]bool"pngo.weak.type.**map.bucket[cmd/internal/goobj.SymID]bool"runtime.zerovalueZtype.map.bucket[cmd/internal/goobj.SymID]bool.runtime.gcbits.92244904$IVgo.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]boolZtype.map.bucket[cmd/internal/goobj.SymID]boolj-0 runtime.algarray@.runtime.gcbits.92244904PVgo.string.hdr."map.bucket[goobj.SymID]bool"plgo.weak.type.*map.bucket[cmd/internal/goobj.SymID]bool"runtime.zerovalueZtype.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]bool0go.string.hdr."overflow"\type.*map.bucket[cmd/internal/goobj.SymID]boolPgo.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]boolTtype.map.hdr[cmd/internal/goobj.SymID]bool00d	 (,0 runtime.algarray@"runtime.gcbits.2cPPgo.string.hdr."map.hdr[goobj.SymID]bool"pfgo.weak.type.*map.hdr[cmd/internal/goobj.SymID]bool"runtime.zerovalueTtype.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]bool4go.string.hdr."oldbuckets"\type.*map.bucket[cmd/internal/goobj.SymID]bool2go.string.hdr."nevacuate"type.uintptr0go.string.hdr."overflow"&type.unsafe.PointerHgo.string.hdr."map[goobj.SymID]bool"  @go.string."map[goobj.SymID]bool"@go.string."map[goobj.SymID]bool"0*map[goobj.SymID]boolLtype.map[cmd/internal/goobj.SymID]bool)50 runtime.algarray@"runtime.gcbits.01PHgo.string.hdr."map[goobj.SymID]bool"p^go.weak.type.*map[cmd/internal/goobj.SymID]bool"runtime.zerovalue:type.cmd/internal/goobj.SymIDtype.boolZtype.map.bucket[cmd/internal/goobj.SymID]boolTtype.map.hdr[cmd/internal/goobj.SymID]boolgo.typelink.map[goobj.SymID]bool	map[cmd/internal/goobj.SymID]boolLtype.map[cmd/internal/goobj.SymID]bool8go.string.hdr."[]*goobj.Sym"  0go.string."[]*goobj.Sym"0go.string."[]*goobj.Sym" []*goobj.Sym<type.[]*cmd/internal/goobj.SymK0 runtime.algarray@"runtime.gcbits.01P8go.string.hdr."[]*goobj.Sym"pNgo.weak.type.*[]*cmd/internal/goobj.Sym"runtime.zerovalue8type.*cmd/internal/goobj.Symdgo.typelink.[]*goobj.Sym	[]*cmd/internal/goobj.Sym<type.[]*cmd/internal/goobj.Sym:go.string.hdr."[]goobj.Reloc"  
2go.string."[]goobj.Reloc"2go.string."[]goobj.Reloc" []goobj.Reloc>type.[]cmd/internal/goobj.Reloc0 runtime.algarray@"runtime.gcbits.01P:go.string.hdr."[]goobj.Reloc"pPgo.weak.type.*[]cmd/internal/goobj.Reloc"runtime.zerovalue:type.cmd/internal/goobj.Relochgo.typelink.[]goobj.Reloc	[]cmd/internal/goobj.Reloc>type.[]cmd/internal/goobj.Reloc6go.string.hdr."**goobj.Sym"  .go.string."**goobj.Sym".go.string."**goobj.Sym" **goobj.Sym:type.**cmd/internal/goobj.Sym1>&60 runtime.algarray@"runtime.gcbits.01P6go.string.hdr."**goobj.Sym"pLgo.weak.type.***cmd/internal/goobj.Sym"runtime.zerovalue8type.*cmd/internal/goobj.SymDgo.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) stringS30 runtime.algarray@"runtime.gcbits.01P^go.string.hdr."func(*objfile.machoFile) string"pPgo.weak.type.*func(*"".machoFile) string"runtime.zerovalue>type.func(*"".machoFile) string>type.func(*"".machoFile) string$type.*"".machoFiletype.stringgo.typelink.func(*objfile.machoFile) string	func(*"".machoFile) string>type.func(*"".machoFile) stringgo.string.hdr."func(*objfile.machoFile) (uint64, []uint8, []uint8, error)"  :go.string."func(*objfile.machoFile) (uint64, []uint8, []uint8, error)"go.string."func(*objfile.machoFile) (uint64, []uint8, []uint8, error)"vfunc(*objfile.machoFile) (uint64, []uint8, []uint8, error)ttype.func(*"".machoFile) (uint64, []uint8, []uint8, error)30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*objfile.machoFile) (uint64, []uint8, []uint8, error)"pgo.weak.type.*func(*"".machoFile) (uint64, []uint8, []uint8, error)"runtime.zerovaluettype.func(*"".machoFile) (uint64, []uint8, []uint8, error)ttype.func(*"".machoFile) (uint64, []uint8, []uint8, error)$type.*"".machoFiletype.uint64type.[]uint8type.[]uint8type.errorgo.typelink.func(*objfile.machoFile) (uint64, []uint8, []uint8, error)	func(*"".machoFile) (uint64, []uint8, []uint8, error)ttype.func(*"".machoFile) (uint64, []uint8, []uint8, error)~go.string.hdr."func(*objfile.machoFile) ([]objfile.Sym, error)"  /vgo.string."func(*objfile.machoFile) ([]objfile.Sym, error)"vgo.string."func(*objfile.machoFile) ([]objfile.Sym, error)"``func(*objfile.machoFile) ([]objfile.Sym, error)Ttype.func(*"".machoFile) ([]"".Sym, error)3k30 runtime.algarray@"runtime.gcbits.01P~go.string.hdr."func(*objfile.machoFile) ([]objfile.Sym, error)"pfgo.weak.type.*func(*"".machoFile) ([]"".Sym, error)"runtime.zerovalueTtype.func(*"".machoFile) ([]"".Sym, error)Ttype.func(*"".machoFile) ([]"".Sym, error)$type.*"".machoFiletype.[]"".Symtype.errorgo.typelink.func(*objfile.machoFile) ([]objfile.Sym, error)	func(*"".machoFile) ([]"".Sym, error)Ttype.func(*"".machoFile) ([]"".Sym, error)go.string.hdr."func(*objfile.machoFile) (uint64, []uint8, error)"  1zgo.string."func(*objfile.machoFile) (uint64, []uint8, error)"zgo.string."func(*objfile.machoFile) (uint64, []uint8, error)"pdfunc(*objfile.machoFile) (uint64, []uint8, error)btype.func(*"".machoFile) (uint64, []uint8, error)30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*objfile.machoFile) (uint64, []uint8, error)"ptgo.weak.type.*func(*"".machoFile) (uint64, []uint8, error)"runtime.zerovaluebtype.func(*"".machoFile) (uint64, []uint8, error)btype.func(*"".machoFile) (uint64, []uint8, error)$type.*"".machoFiletype.uint64type.[]uint8type.errorgo.typelink.func(*objfile.machoFile) (uint64, []uint8, error)	func(*"".machoFile) (uint64, []uint8, error)btype.func(*"".machoFile) (uint64, []uint8, error)$type.*"".machoFileh6@0 runtime.algarray@"runtime.gcbits.01PDgo.string.hdr."*objfile.machoFile"p6go.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).textBgo.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"macho2go.string.hdr."machoFile"  	*go.string."machoFile"*go.string."machoFile" machoFile"type."".machoFile790 runtime.algarray@"runtime.gcbits.01PBgo.string.hdr."objfile.machoFile"p$type.*"".machoFile"runtime.zerovalue"type."".machoFile*go.string.hdr."macho""go.importpath."".,type.*debug/macho.File`"type."".machoFile2go.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"LenTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals3f5c1f818fa7055d0400cecd34057162(go.string.hdr."Swap"   go.string."Swap" go.string."Swap"
   1739 SwapTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2(go.string.hdr."Less"   go.string."Less" go.string."Less"
   1740 LessTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals2fccd208efe70893f9ac8d682812ae72Tgo.string.hdr."func(*objfile.uint64s) int"  Lgo.string."func(*objfile.uint64s) int"Lgo.string."func(*objfile.uint64s) int"@6func(*objfile.uint64s) int4type.func(*"".uint64s) int'30 runtime.algarray@"runtime.gcbits.01PTgo.string.hdr."func(*objfile.uint64s) int"pFgo.weak.type.*func(*"".uint64s) int"runtime.zerovalue4type.func(*"".uint64s) int4type.func(*"".uint64s) int type.*"".uint64stype.intxgo.typelink.func(*objfile.uint64s) int	func(*"".uint64s) int4type.func(*"".uint64s) intjgo.string.hdr."func(*objfile.uint64s, int, int) bool"  %bgo.string."func(*objfile.uint64s, int, int) bool"bgo.string."func(*objfile.uint64s, int, int) bool"PLfunc(*objfile.uint64s, int, int) boolJtype.func(*"".uint64s, int, int) bool^230 runtime.algarray@"runtime.gcbits.01Pjgo.string.hdr."func(*objfile.uint64s, int, int) bool"p\go.weak.type.*func(*"".uint64s, int, int) bool"runtime.zerovalueJtype.func(*"".uint64s, int, int) boolJtype.func(*"".uint64s, int, int) bool type.*"".uint64stype.inttype.inttype.boolgo.typelink.func(*objfile.uint64s, int, int) bool	func(*"".uint64s, int, int) boolJtype.func(*"".uint64s, int, int) bool`go.string.hdr."func(*objfile.uint64s, int, int)"   Xgo.string."func(*objfile.uint64s, int, int)"Xgo.string."func(*objfile.uint64s, int, int)"PBfunc(*objfile.uint64s, int, int)@type.func(*"".uint64s, int, int)30 runtime.algarray@"runtime.gcbits.01P`go.string.hdr."func(*objfile.uint64s, int, int)"pRgo.weak.type.*func(*"".uint64s, int, int)"runtime.zerovalue@type.func(*"".uint64s, int, int)@type.func(*"".uint64s, int, int) type.*"".uint64stype.inttype.intgo.typelink.func(*objfile.uint64s, int, int)	func(*"".uint64s, int, int)@type.func(*"".uint64s, int, int)4go.string.hdr."func() int"  
   1741 ,go.string."func() int",go.string."func() int" func() inttype.func() int930 runtime.algarray@"runtime.gcbits.01P4go.string.hdr."func() int"p0go.weak.type.*func() int"runtime.zerovaluetype.func() inttype.func() inttype.intBgo.typelink.func() int	func() inttype.func() intFgo.string.hdr."func(int, int) bool"  >go.string."func(int, int) bool">go.string."func(int, int) bool"0(func(int, int) bool0type.func(int, int) bool"30 runtime.algarray@"runtime.gcbits.01PFgo.string.hdr."func(int, int) bool"pBgo.weak.type.*func(int, int) bool"runtime.zerovalue0type.func(int, int) bool0type.func(int, int) booltype.inttype.inttype.boolfgo.typelink.func(int, int) bool	func(int, int) bool0type.func(int, int) bool<go.string.hdr."func(int, int)"  4go.string."func(int, int)"4go.string."func(int, int)" func(int, int)&type.func(int, int)%30 runtime.algarray@"runtime.gcbits.01P<go.string.hdr."func(int, int)"p8go.weak.type.*func(int, int)"runtime.zerovalue&type.func(int, int)&type.func(int, int)type.inttype.intRgo.typelink.func(int, int)	func(int, int)&type.func(int, int) type.*"".uint64sxz6.0 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*objfile.uint64s"p2go.weak.type.**"".uint64s"runtime.zerovaluetype."".uint64s` type.*"".uint64s type.*"".uint64s&go.string.hdr."Len"type.func() int4type.func(*"".uint64s) int""".(*uint64s).Len""".(*uint64s).Len(go.string.hdr."Less"0type.func(int, int) boolJtype.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.uint64sRgo.string.hdr."func(objfile.uint64s) int"  Jgo.string."func(objfile.uint64s) int"Jgo.string."func(objfile.uint64s) int"@4func(objfile.uint64s) int2type.func("".uint64s) intiv30 runtime.algarray@"runtime.gcbits.01PRgo.string.hdr."func(objfile.uint64s) int"pDgo.weak.type.*func("".uint64s) int"runtime.zerovalue2type.func("".uint64s) int2type.func("".uint64s) inttype."".uint64stype.inttgo.typelink.func(objfile.uint64s) int	func("".uint64s) int2type.func("".uint64s) inthgo.string.hdr."func(objfile.uint64s, int, int) bool"  $`go.string."func(objfile.uint64s, int, int) bool"`go.string."func(objfile.uint64s, int, int) bool"PJfunc(objfile.uint64s, int, int) boolHtype.func("".uint64s, int, int) bool30 runtime.algarray@"runtime.gcbits.01Phgo.string.hdr."func(objfile.uint64s, int, int) bool"pZgo.weak.type.*func("".uint64s, int, int) bool"runtime.zerovalueHtype.func("".uint64s, int, int) boolHtype.func("".uint64s, int, int) booltype."".uint64stype.inttype.inttype.boolgo.typelink.func(objfile.uint64s, int, int) bool	func("".uint64s, int, int) boolHtype.func("".uint64s, int, int) bool^go.string.hdr."func(objfile.uint64s, int, int)"  Vgo.string."func(objfile.uint64s, int, int)"Vgo.string."func(objfile.uint64s, int, int)"@@func(objfile.uint64s, int, int)>type.func("".uint64s, int, int)q(030 runtime.algarray@"runtime.gcbits.01P^go.string.hdr."func(objfile.uint64s, int, int)"pPgo.weak.type.*func("".uint64s, int, int)"runtime.zerovalue>type.func("".uint64s, int, int)>type.func("".uint64s, int, int)type."".uint64stype.inttype.intgo.typelink.func(objfile.uint64s, int, int)	func("".uint64s, int, int)>type.func("".uint64s, int, int)type."".uint64s20 runtime.algarray@"runtime.gcbits.01P>go.string.hdr."objfile.uint64s"p type.*"".uint64s"runtime.zerovaluetype.uint64`type."".uint64s.go.string.hdr."uint64s""go.importpath."".type."".uint64s&go.string.hdr."Len"type.func() int2type.func("".uint64s) int""".(*uint64s).Len"".uint64s.Len(go.string.hdr."Less"0type.func(int, int) boolHtype.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.Swap0go.string.hdr."[]uint64"  (go.string."[]uint64"(go.string."[]uint64" []uint64type.[]uint64?i 0 runtime.algarray@"runtime.gcbits.01P0go.string.hdr."[]uint64"p,go.weak.type.*[]uint64"runtime.zerovaluetype.uint64:go.typelink.[]uint64	[]uint64type.[]uint64<go.string.hdr."[]macho.Symbol"  4go.string."[]macho.Symbol"4go.string."[]macho.Symbol" []macho.Symbol2type.[]debug/macho.SymbolbgJ}0 runtime.algarray@"runtime.gcbits.01P<go.string.hdr."[]macho.Symbol"pDgo.weak.type.*[]debug/macho.Symbol"runtime.zerovalue.type.debug/macho.Symbol^go.typelink.[]macho.Symbol	[]debug/macho.Symbol2type.[]debug/macho.Symbol2go.string.hdr."*[]uint64"  	*go.string."*[]uint64"*go.string."*[]uint64" *[]uint64type.*[]uint64/DK\60 runtime.algarray@"runtime.gcbits.01P2go.string.hdr."*[]uint64"p.go.weak.type.**[]uint64"runtime.zerovaluetype.[]uint64"runtime.gcbits.06go.string.hdr."struct { F uintptr; addrs *[]uint64; s *macho.Symbol }"  6go.string."struct { F uintptr; addrs *[]uint64; s *macho.Symbol }"go.string."struct { F uintptr; addrs *[]uint64; s *macho.Symbol }"pnstruct { F uintptr; addrs *[]uint64; s *macho.Symbol }*go.string.hdr."addrs"  "go.string."addrs""go.string."addrs"addrs"go.string.hdr."s"  go.string."s"go.string."s"stype.struct { F uintptr; addrs *[]uint64; s *debug/macho.Symbol }Y?0type..alg24@"runtime.gcbits.06Pgo.string.hdr."struct { F uintptr; addrs *[]uint64; s *macho.Symbol }"pgo.weak.type.*struct { F uintptr; addrs *[]uint64; s *debug/macho.Symbol }"runtime.zerovaluetype.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.Symbolgo.string.hdr."*struct { F uintptr; addrs *[]uint64; s *macho.Symbol }"  7go.string."*struct { F uintptr; addrs *[]uint64; s *macho.Symbol }"go.string."*struct { F uintptr; addrs *[]uint64; s *macho.Symbol }"pp*struct { F uintptr; addrs *[]uint64; s *macho.Symbol }type.*struct { F uintptr; addrs *[]uint64; s *debug/macho.Symbol }#
60 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."*struct { F uintptr; addrs *[]uint64; s *macho.Symbol }"pgo.weak.type.**struct { F uintptr; addrs *[]uint64; s *debug/macho.Symbol }"runtime.zerovaluetype.struct { F uintptr; addrs *[]uint64; s *debug/macho.Symbol } type..hashfunc32   ,runtime.memhash_varlentype..eqfunc32   .runtime.memequal_varlentype..alg32   type..hashfunc32type..eqfunc322go.string.hdr."[32]uint8"  	*go.string."[32]uint8"*go.string."[32]uint8" [32]uint8type.[32]uint8 Y 0type..alg32@runtime.gcbits.P2go.string.hdr."[32]uint8"p.go.weak.type.*[32]uint8"runtime.zerovaluetype.uint8type.[]uint8>go.typelink.[32]uint8	[32]uint8type.[32]uint8ngo.string.hdr."func(*os.File) (objfile.rawFile, error)"  'fgo.string."func(*os.File) (objfile.rawFile, error)"fgo.string."func(*os.File) (objfile.rawFile, error)"PPfunc(*os.File) (objfile.rawFile, error)Ntype.func(*os.File) ("".rawFile, error)Ji30 runtime.algarray@"runtime.gcbits.01Pngo.string.hdr."func(*os.File) (objfile.rawFile, error)"p`go.weak.type.*func(*os.File) ("".rawFile, error)"runtime.zerovalueNtype.func(*os.File) ("".rawFile, error)Ntype.func(*os.File) ("".rawFile, error)type.*os.Filetype."".rawFiletype.errorgo.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)LJ0 runtime.algarray@"runtime.gcbits.01Prgo.string.hdr."[]func(*os.File) (objfile.rawFile, error)"pdgo.weak.type.*[]func(*os.File) ("".rawFile, error)"runtime.zerovalueNtype.func(*os.File) ("".rawFile, error)go.typelink.[]func(*os.File) (objfile.rawFile, error)	[]func(*os.File) ("".rawFile, error)Rtype.[]func(*os.File) ("".rawFile, error)pgo.string.hdr."*func(*os.File) (objfile.rawFile, error)"  (hgo.string."*func(*os.File) (objfile.rawFile, error)"hgo.string."*func(*os.File) (objfile.rawFile, error)"`R*func(*os.File) (objfile.rawFile, error)Ptype.*func(*os.File) ("".rawFile, error)60 runtime.algarray@"runtime.gcbits.01Ppgo.string.hdr."*func(*os.File) (objfile.rawFile, error)"pbgo.weak.type.**func(*os.File) ("".rawFile, error)"runtime.zerovalueNtype.func(*os.File) ("".rawFile, error)Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a<type..hashfunc.[1]interface {}4type..hash.[1]interface {}8type..eqfunc.[1]interface {}0type..eq.[1]interface {}2type..alg.[1]interface {}  <type..hashfunc.[1]interface {}8type..eqfunc.[1]interface {}>go.string.hdr."[1]interface {}"  6go.string."[1]interface {}"6go.string."[1]interface {}"  [1]interface {}(type.[1]interface {}P[02type..alg.[1]interface {}@"runtime.gcbits.03P>go.string.hdr."[1]interface {}"p:go.weak.type.*[1]interface {}"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 {}560 runtime.algarray@"runtime.gcbits.01P@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"byAddrTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals2fccd208efe70893f9ac8d682812ae72Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals3f5c1f818fa7055d0400cecd34057162Tgclocals4441e99d0f92a96b8cd7f39bee719947  
   1752 	Tgclocals41a13ac73c712c01973b8fe23f62d694  Rgo.string.hdr."func(*objfile.byAddr) int"  Jgo.string."func(*objfile.byAddr) int"Jgo.string."func(*objfile.byAddr) int"@4func(*objfile.byAddr) int2type.func(*"".byAddr) intr030 runtime.algarray@"runtime.gcbits.01PRgo.string.hdr."func(*objfile.byAddr) int"pDgo.weak.type.*func(*"".byAddr) int"runtime.zerovalue2type.func(*"".byAddr) int2type.func(*"".byAddr) inttype.*"".byAddrtype.inttgo.typelink.func(*objfile.byAddr) int	func(*"".byAddr) int2type.func(*"".byAddr) inthgo.string.hdr."func(*objfile.byAddr, int, int) bool"  $`go.string."func(*objfile.byAddr, int, int) bool"`go.string."func(*objfile.byAddr, int, int) bool"PJfunc(*objfile.byAddr, int, int) boolHtype.func(*"".byAddr, int, int) bool6g30 runtime.algarray@"runtime.gcbits.01Phgo.string.hdr."func(*objfile.byAddr, int, int) bool"pZgo.weak.type.*func(*"".byAddr, int, int) bool"runtime.zerovalueHtype.func(*"".byAddr, int, int) boolHtype.func(*"".byAddr, int, int) booltype.*"".byAddrtype.inttype.inttype.boolgo.typelink.func(*objfile.byAddr, int, int) bool	func(*"".byAddr, int, int) boolHtype.func(*"".byAddr, int, int) bool^go.string.hdr."func(*objfile.byAddr, int, int)"  Vgo.string."func(*objfile.byAddr, int, int)"Vgo.string."func(*objfile.byAddr, int, int)"@@func(*objfile.byAddr, int, int)>type.func(*"".byAddr, int, int)&30 runtime.algarray@"runtime.gcbits.01P^go.string.hdr."func(*objfile.byAddr, int, int)"pPgo.weak.type.*func(*"".byAddr, int, int)"runtime.zerovalue>type.func(*"".byAddr, int, int)>type.func(*"".byAddr, int, int)type.*"".byAddrtype.inttype.intgo.typelink.func(*objfile.byAddr, int, int)	func(*"".byAddr, int, int)>type.func(*"".byAddr, int, int)type.*"".byAddrDc6.0 runtime.algarray@"runtime.gcbits.01P>go.string.hdr."*objfile.byAddr"p0go.weak.type.**"".byAddr"runtime.zerovaluetype."".byAddr`type.*"".byAddrtype.*"".byAddr&go.string.hdr."Len"type.func() int2type.func(*"".byAddr) int "".(*byAddr).Len "".(*byAddr).Len(go.string.hdr."Less"0type.func(int, int) boolHtype.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.byAddrPgo.string.hdr."func(objfile.byAddr) int"  Hgo.string."func(objfile.byAddr) int"Hgo.string."func(objfile.byAddr) int"@2func(objfile.byAddr) int0type.func("".byAddr) int	fV30 runtime.algarray@"runtime.gcbits.01PPgo.string.hdr."func(objfile.byAddr) int"pBgo.weak.type.*func("".byAddr) int"runtime.zerovalue0type.func("".byAddr) int0type.func("".byAddr) inttype."".byAddrtype.intpgo.typelink.func(objfile.byAddr) int	func("".byAddr) int0type.func("".byAddr) intfgo.string.hdr."func(objfile.byAddr, int, int) bool"  #^go.string."func(objfile.byAddr, int, int) bool"^go.string."func(objfile.byAddr, int, int) bool"PHfunc(objfile.byAddr, int, int) boolFtype.func("".byAddr, int, int) booll30 runtime.algarray@"runtime.gcbits.01Pfgo.string.hdr."func(objfile.byAddr, int, int) bool"pXgo.weak.type.*func("".byAddr, int, int) bool"runtime.zerovalueFtype.func("".byAddr, int, int) boolFtype.func("".byAddr, int, int) booltype."".byAddrtype.inttype.inttype.boolgo.typelink.func(objfile.byAddr, int, int) bool	func("".byAddr, int, int) boolFtype.func("".byAddr, int, int) bool\go.string.hdr."func(objfile.byAddr, int, int)"  Tgo.string."func(objfile.byAddr, int, int)"Tgo.string."func(objfile.byAddr, int, int)"@>func(objfile.byAddr, int, int)<type.func("".byAddr, int, int)C30 runtime.algarray@"runtime.gcbits.01P\go.string.hdr."func(objfile.byAddr, int, int)"pNgo.weak.type.*func("".byAddr, int, int)"runtime.zerovalue<type.func("".byAddr, int, int)<type.func("".byAddr, int, int)type."".byAddrtype.inttype.intgo.typelink.func(objfile.byAddr, int, int)	func("".byAddr, int, int)<type.func("".byAddr, int, int)type."".byAddr<20 runtime.algarray@"runtime.gcbits.01P<go.string.hdr."objfile.byAddr"ptype.*"".byAddr"runtime.zerovaluetype."".Sym`type."".byAddr,go.string.hdr."byAddr""go.importpath."".type."".byAddr&go.string.hdr."Len"type.func() int0type.func("".byAddr) int "".(*byAddr).Len"".byAddr.Len(go.string.hdr."Less"0type.func(int, int) boolFtype.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.peFileXgo.string.hdr."func(*objfile.peFile) string"  Pgo.string."func(*objfile.peFile) string"Pgo.string."func(*objfile.peFile) string"@:func(*objfile.peFile) string8type.func(*"".peFile) string130 runtime.algarray@"runtime.gcbits.01PXgo.string.hdr."func(*objfile.peFile) string"pJgo.weak.type.*func(*"".peFile) string"runtime.zerovalue8type.func(*"".peFile) string8type.func(*"".peFile) stringtype.*"".peFiletype.stringgo.typelink.func(*objfile.peFile) string	func(*"".peFile) string8type.func(*"".peFile) stringgo.string.hdr."func(*objfile.peFile) (uint64, []uint8, []uint8, error)"  7go.string."func(*objfile.peFile) (uint64, []uint8, []uint8, error)"go.string."func(*objfile.peFile) (uint64, []uint8, []uint8, error)"ppfunc(*objfile.peFile) (uint64, []uint8, []uint8, error)ntype.func(*"".peFile) (uint64, []uint8, []uint8, error)R130 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*objfile.peFile) (uint64, []uint8, []uint8, error)"pgo.weak.type.*func(*"".peFile) (uint64, []uint8, []uint8, error)"runtime.zerovaluentype.func(*"".peFile) (uint64, []uint8, []uint8, error)ntype.func(*"".peFile) (uint64, []uint8, []uint8, error)type.*"".peFiletype.uint64type.[]uint8type.[]uint8type.errorgo.typelink.func(*objfile.peFile) (uint64, []uint8, []uint8, error)	func(*"".peFile) (uint64, []uint8, []uint8, error)ntype.func(*"".peFile) (uint64, []uint8, []uint8, error)xgo.string.hdr."func(*objfile.peFile) ([]objfile.Sym, error)"  ,pgo.string."func(*objfile.peFile) ([]objfile.Sym, error)"pgo.string."func(*objfile.peFile) ([]objfile.Sym, error)"`Zfunc(*objfile.peFile) ([]objfile.Sym, error)Ntype.func(*"".peFile) ([]"".Sym, error)^30 runtime.algarray@"runtime.gcbits.01Pxgo.string.hdr."func(*objfile.peFile) ([]objfile.Sym, error)"p`go.weak.type.*func(*"".peFile) ([]"".Sym, error)"runtime.zerovalueNtype.func(*"".peFile) ([]"".Sym, error)Ntype.func(*"".peFile) ([]"".Sym, error)type.*"".peFiletype.[]"".Symtype.errorgo.typelink.func(*objfile.peFile) ([]objfile.Sym, error)	func(*"".peFile) ([]"".Sym, error)Ntype.func(*"".peFile) ([]"".Sym, error)|go.string.hdr."func(*objfile.peFile) (uint64, []uint8, error)"  .tgo.string."func(*objfile.peFile) (uint64, []uint8, error)"tgo.string."func(*objfile.peFile) (uint64, []uint8, error)"`^func(*objfile.peFile) (uint64, []uint8, error)\type.func(*"".peFile) (uint64, []uint8, error)w 30 runtime.algarray@"runtime.gcbits.01P|go.string.hdr."func(*objfile.peFile) (uint64, []uint8, error)"pngo.weak.type.*func(*"".peFile) (uint64, []uint8, error)"runtime.zerovalue\type.func(*"".peFile) (uint64, []uint8, error)\type.func(*"".peFile) (uint64, []uint8, error)type.*"".peFiletype.uint64type.[]uint8type.errorgo.typelink.func(*objfile.peFile) (uint64, []uint8, error)	func(*"".peFile) (uint64, []uint8, error)\type.func(*"".peFile) (uint64, []uint8, error)type.*"".peFile56@0 runtime.algarray@"runtime.gcbits.01P>go.string.hdr."*objfile.peFile"p0go.weak.type.**"".peFile"runtime.zerovaluetype."".peFile`type.*"".peFiletype.*"".peFile,go.string.hdr."goarch""go.importpath."".$type.func() string8type.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"peFiletype."".peFileig90 runtime.algarray@"runtime.gcbits.01P<go.string.hdr."objfile.peFile"ptype.*"".peFile"runtime.zerovaluetype."".peFile$go.string.hdr."pe""go.importpath."".&type.*debug/pe.File`type."".peFile,go.string.hdr."peFile""go.importpath."".type."".peFile8go.string.hdr."[]*pe.Symbol"  0go.string."[]*pe.Symbol"0go.string."[]*pe.Symbol" []*pe.Symbol.type.[]*debug/pe.SymbolHL0 runtime.algarray@"runtime.gcbits.01P8go.string.hdr."[]*pe.Symbol"p@go.weak.type.*[]*debug/pe.Symbol"runtime.zerovalue*type.*debug/pe.SymbolVgo.typelink.[]*pe.Symbol	[]*debug/pe.Symbol.type.[]*debug/pe.Symbol<go.string.hdr."*[]objfile.Sym"  4go.string."*[]objfile.Sym"4go.string."*[]objfile.Sym" *[]objfile.Symtype.*[]"".Sym[pyC60 runtime.algarray@"runtime.gcbits.01P<go.string.hdr."*[]objfile.Sym"p.go.weak.type.**[]"".Sym"runtime.zerovaluetype.[]"".Symgo.string.hdr."struct { F uintptr; addrs *[]uint64; syms *[]objfile.Sym; i *int }"  Bgo.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"itype.struct { F uintptr; addrs *[]uint64; syms *[]"".Sym; i *int }  ]D$0type..alg32@"runtime.gcbits.0ePgo.string.hdr."struct { F uintptr; addrs *[]uint64; syms *[]objfile.Sym; i *int }"pgo.weak.type.*struct { F uintptr; addrs *[]uint64; syms *[]"".Sym; i *int }"runtime.zerovaluetype.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.*int6go.string.hdr."**pe.Symbol"  .go.string."**pe.Symbol".go.string."**pe.Symbol" **pe.Symbol,type.**debug/pe.Symbol_60 runtime.algarray@"runtime.gcbits.01P6go.string.hdr."**pe.Symbol"p>go.weak.type.***debug/pe.Symbol"runtime.zerovalue*type.*debug/pe.Symbolgo.string.hdr."*struct { F uintptr; addrs *[]uint64; syms *[]objfile.Sym; i *int }"  Cgo.string."*struct { F uintptr; addrs *[]uint64; syms *[]objfile.Sym; i *int }"go.string."*struct { F uintptr; addrs *[]uint64; syms *[]objfile.Sym; i *int }"*struct { F uintptr; addrs *[]uint64; syms *[]objfile.Sym; i *int }type.*struct { F uintptr; addrs *[]uint64; syms *[]"".Sym; i *int }5=Ed60 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."*struct { F uintptr; addrs *[]uint64; syms *[]objfile.Sym; i *int }"pgo.weak.type.**struct { F uintptr; addrs *[]uint64; syms *[]"".Sym; i *int }"runtime.zerovaluetype.struct { F uintptr; addrs *[]uint64; syms *[]"".Sym; i *int }Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a<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 {}0002type..alg.[3]interface {}@"runtime.gcbits.3fP>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.01P@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) stringB30 runtime.algarray@"runtime.gcbits.01P^go.string.hdr."func(*objfile.plan9File) string"pPgo.weak.type.*func(*"".plan9File) string"runtime.zerovalue>type.func(*"".plan9File) string>type.func(*"".plan9File) string$type.*"".plan9Filetype.stringgo.typelink.func(*objfile.plan9File) string	func(*"".plan9File) string>type.func(*"".plan9File) stringgo.string.hdr."func(*objfile.plan9File) (uint64, []uint8, []uint8, error)"  :go.string."func(*objfile.plan9File) (uint64, []uint8, []uint8, error)"go.string."func(*objfile.plan9File) (uint64, []uint8, []uint8, error)"vfunc(*objfile.plan9File) (uint64, []uint8, []uint8, error)ttype.func(*"".plan9File) (uint64, []uint8, []uint8, error)}30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*objfile.plan9File) (uint64, []uint8, []uint8, error)"pgo.weak.type.*func(*"".plan9File) (uint64, []uint8, []uint8, error)"runtime.zerovaluettype.func(*"".plan9File) (uint64, []uint8, []uint8, error)ttype.func(*"".plan9File) (uint64, []uint8, []uint8, error)$type.*"".plan9Filetype.uint64type.[]uint8type.[]uint8type.errorgo.typelink.func(*objfile.plan9File) (uint64, []uint8, []uint8, error)	func(*"".plan9File) (uint64, []uint8, []uint8, error)ttype.func(*"".plan9File) (uint64, []uint8, []uint8, error)~go.string.hdr."func(*objfile.plan9File) ([]objfile.Sym, error)"  /vgo.string."func(*objfile.plan9File) ([]objfile.Sym, error)"vgo.string."func(*objfile.plan9File) ([]objfile.Sym, error)"``func(*objfile.plan9File) ([]objfile.Sym, error)Ttype.func(*"".plan9File) ([]"".Sym, error)3S30 runtime.algarray@"runtime.gcbits.01P~go.string.hdr."func(*objfile.plan9File) ([]objfile.Sym, error)"pfgo.weak.type.*func(*"".plan9File) ([]"".Sym, error)"runtime.zerovalueTtype.func(*"".plan9File) ([]"".Sym, error)Ttype.func(*"".plan9File) ([]"".Sym, error)$type.*"".plan9Filetype.[]"".Symtype.errorgo.typelink.func(*objfile.plan9File) ([]objfile.Sym, error)	func(*"".plan9File) ([]"".Sym, error)Ttype.func(*"".plan9File) ([]"".Sym, error)go.string.hdr."func(*objfile.plan9File) (uint64, []uint8, error)"  1zgo.string."func(*objfile.plan9File) (uint64, []uint8, error)"zgo.string."func(*objfile.plan9File) (uint64, []uint8, error)"pdfunc(*objfile.plan9File) (uint64, []uint8, error)btype.func(*"".plan9File) (uint64, []uint8, error)n~e30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*objfile.plan9File) (uint64, []uint8, error)"ptgo.weak.type.*func(*"".plan9File) (uint64, []uint8, error)"runtime.zerovaluebtype.func(*"".plan9File) (uint64, []uint8, error)btype.func(*"".plan9File) (uint64, []uint8, error)$type.*"".plan9Filetype.uint64type.[]uint8type.errorgo.typelink.func(*objfile.plan9File) (uint64, []uint8, error)	func(*"".plan9File) (uint64, []uint8, error)btype.func(*"".plan9File) (uint64, []uint8, error)$type.*"".plan9File1.6@0 runtime.algarray@"runtime.gcbits.01PDgo.string.hdr."*objfile.plan9File"p6go.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).textBgo.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"plan92go.string.hdr."plan9File"  	*go.string."plan9File"*go.string."plan9File" plan9File"type."".plan9FileG90 runtime.algarray@"runtime.gcbits.01PBgo.string.hdr."objfile.plan9File"p$type.*"".plan9File"runtime.zerovalue"type."".plan9File*go.string.hdr."plan9""go.importpath."".2type.*debug/plan9obj.File`"type."".plan9File2go.string.hdr."plan9File""go.importpath.""."type."".plan9File.go.string.hdr."[]int32"  &go.string."[]int32"&go.string."[]int32"[]int32type.[]int32*Ms0 runtime.algarray@"runtime.gcbits.01P.go.string.hdr."[]int32"p*go.weak.type.*[]int32"runtime.zerovaluetype.int326go.typelink.[]int32	[]int32type.[]int320go.string.hdr."[8]int32"  (go.string."[8]int32"(go.string."[8]int32" [8]int32type.[8]int32 5j0type..alg32@runtime.gcbits.P0go.string.hdr."[8]int32"p,go.weak.type.*[8]int32"runtime.zerovaluetype.int32type.[]int32:go.typelink.[8]int32	[8]int32type.[8]int32Jgo.string.hdr."map.bucket[int32]bool"  Bgo.string."map.bucket[int32]bool"Bgo.string."map.bucket[int32]bool"0,map.bucket[int32]bool4type.map.bucket[int32]bool8(00 runtime.algarray@runtime.gcbits.PJgo.string.hdr."map.bucket[int32]bool"pFgo.weak.type.*map.bucket[int32]bool"runtime.zerovalue4type.map.bucket[int32]bool.go.string.hdr."topbits"type.[8]uint8(go.string.hdr."keys"type.[8]int32,go.string.hdr."values"type.[8]bool0go.string.hdr."overflow"type.uintptrLgo.string.hdr."*map.bucket[int32]bool"  Dgo.string."*map.bucket[int32]bool"Dgo.string."*map.bucket[int32]bool"0.*map.bucket[int32]bool6type.*map.bucket[int32]boolM60 runtime.algarray@"runtime.gcbits.01PLgo.string.hdr."*map.bucket[int32]bool"pHgo.weak.type.**map.bucket[int32]bool"runtime.zerovalue4type.map.bucket[int32]boolDgo.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]bool00	 (,0 runtime.algarray@"runtime.gcbits.2cPDgo.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]bool4go.string.hdr."oldbuckets"6type.*map.bucket[int32]bool2go.string.hdr."nevacuate"type.uintptr0go.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]bool9w580 runtime.algarray@"runtime.gcbits.01P<go.string.hdr."map[int32]bool"p8go.weak.type.*map[int32]bool"runtime.zerovaluetype.int32type.bool4type.map.bucket[int32]bool.type.map.hdr[int32]boolRgo.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.Sym2type.[]debug/plan9obj.SymZ0 runtime.algarray@"runtime.gcbits.01P<go.string.hdr."[]plan9obj.Sym"pDgo.weak.type.*[]debug/plan9obj.Sym"runtime.zerovalue.type.debug/plan9obj.Sym^go.typelink.[]plan9obj.Sym	[]debug/plan9obj.Sym2type.[]debug/plan9obj.Symgo.string.hdr."struct { F uintptr; addrs *[]uint64; s *plan9obj.Sym }"  6go.string."struct { F uintptr; addrs *[]uint64; s *plan9obj.Sym }"go.string."struct { F uintptr; addrs *[]uint64; s *plan9obj.Sym }"pnstruct { F uintptr; addrs *[]uint64; s *plan9obj.Sym }type.struct { F uintptr; addrs *[]uint64; s *debug/plan9obj.Sym }&50type..alg24@"runtime.gcbits.06Pgo.string.hdr."struct { F uintptr; addrs *[]uint64; s *plan9obj.Sym }"pgo.weak.type.*struct { F uintptr; addrs *[]uint64; s *debug/plan9obj.Sym }"runtime.zerovaluetype.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.Symgo.string.hdr."*struct { F uintptr; addrs *[]uint64; s *plan9obj.Sym }"  7go.string."*struct { F uintptr; addrs *[]uint64; s *plan9obj.Sym }"go.string."*struct { F uintptr; addrs *[]uint64; s *plan9obj.Sym }"pp*struct { F uintptr; addrs *[]uint64; s *plan9obj.Sym }type.*struct { F uintptr; addrs *[]uint64; s *debug/plan9obj.Sym }bC60 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."*struct { F uintptr; addrs *[]uint64; s *plan9obj.Sym }"pgo.weak.type.**struct { F uintptr; addrs *[]uint64; s *debug/plan9obj.Sym }"runtime.zerovaluetype.struct { F uintptr; addrs *[]uint64; s *debug/plan9obj.Sym }0go.string.hdr."*[]uint8"  (go.string."*[]uint8"(go.string."*[]uint8" *[]uint8type.*[]uint8i60 runtime.algarray@"runtime.gcbits.01P0go.string.hdr."*[]uint8"p,go.weak.type.**[]uint8"runtime.zerovaluetype.[]uint8"runtime.gcbits.1ftgo.string.hdr."[5]func(*os.File) (objfile.rawFile, error)"  *lgo.string."[5]func(*os.File) (objfile.rawFile, error)"lgo.string."[5]func(*os.File) (objfile.rawFile, error)"`V[5]func(*os.File) (objfile.rawFile, error)Ttype.[5]func(*os.File) ("".rawFile, error)((4.0 runtime.algarray@"runtime.gcbits.1fPtgo.string.hdr."[5]func(*os.File) (objfile.rawFile, error)"pfgo.weak.type.*[5]func(*os.File) ("".rawFile, error)"runtime.zerovalueNtype.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)Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals3bb21ca8fe1d99a3e492463bd711418aRtype..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 }{XU0Htype..alg.struct { a int32; b bool }@runtime.gcbits.PTgo.string.hdr."struct { a int32; b bool }"pPgo.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.boolXgo.string.hdr."[]struct { a int32; b bool }"  Pgo.string."[]struct { a int32; b bool }"Pgo.string."[]struct { a int32; b bool }"@:[]struct { a int32; b bool }Btype.[]struct { a int32; b bool }h0 runtime.algarray@"runtime.gcbits.01PXgo.string.hdr."[]struct { a int32; b bool }"pTgo.weak.type.*[]struct { a int32; b bool }"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 }Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals3bb21ca8fe1d99a3e492463bd711418aXtype..hashfunc.[6]struct { a int32; b bool }Ptype..hash.[6]struct { a int32; b bool }Ttype..eqfunc.[6]struct { a int32; b bool }Ltype..eq.[6]struct { a int32; b bool }Ntype..alg.[6]struct { a int32; b bool }  Xtype..hashfunc.[6]struct { a int32; b bool }Ttype..eqfunc.[6]struct { a int32; b bool }Zgo.string.hdr."[6]struct { a int32; b bool }"  Rgo.string."[6]struct { a int32; b bool }"Rgo.string."[6]struct { a int32; b bool }"@<[6]struct { a int32; b bool }Dtype.[6]struct { a int32; b bool }0_]0Ntype..alg.[6]struct { a int32; b bool }@runtime.gcbits.PZgo.string.hdr."[6]struct { a int32; b bool }"pVgo.weak.type.*[6]struct { a int32; b bool }"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"  
   1769 ,go.string."*[8]string",go.string."*[8]string" *[8]stringtype.*[8]stringo60 runtime.algarray@"runtime.gcbits.01P4go.string.hdr."*[8]string"p0go.weak.type.**[8]string"runtime.zerovaluetype.[8]stringHgo.string.hdr."*[8]binary.ByteOrder"  @go.string."*[8]binary.ByteOrder"@go.string."*[8]binary.ByteOrder"0**[8]binary.ByteOrderDtype.*[8]encoding/binary.ByteOrderD ~60 runtime.algarray@"runtime.gcbits.01PHgo.string.hdr."*[8]binary.ByteOrder"pVgo.weak.type.**[8]encoding/binary.ByteOrder"runtime.zerovalueBtype.[8]encoding/binary.ByteOrder>go.string.hdr."*[8]goobj.SymID"  6go.string."*[8]goobj.SymID"6go.string."*[8]goobj.SymID"  *[8]goobj.SymIDBtype.*[8]cmd/internal/goobj.SymIDj160 runtime.algarray@"runtime.gcbits.01P>go.string.hdr."*[8]goobj.SymID"pTgo.weak.type.**[8]cmd/internal/goobj.SymID"runtime.zerovalue@type.[8]cmd/internal/goobj.SymIDVgo.string.hdr."*struct { a int32; b bool }"  Ngo.string."*struct { a int32; b bool }"Ngo.string."*struct { a int32; b bool }"@8*struct { a int32; b bool }@type.*struct { a int32; b bool }j*@60 runtime.algarray@"runtime.gcbits.01PVgo.string.hdr."*struct { a int32; b bool }"pRgo.weak.type.**struct { a int32; b bool }"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.01P\go.string.hdr."*[6]struct { a int32; b bool }"pXgo.weak.type.**[6]struct { a int32; b bool }"runtime.zerovalueDtype.[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/gosym4go.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"
   1778 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/armasmZgo.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/x86asmZgo.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/elf0go.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/goobjBgo.importpath.cmd/internal/goobj.  <go.string."cmd/internal/goobj"6go.string.hdr."debug/macho"  .go.string."debug/macho".go.string."debug/macho" debug/macho4go.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]stringf(type..hash.[8]string*type..eq.[8]stringf$type..eq.[8]stringTtype..hash.[8]encoding/binary.ByteOrderfNtype..hash.[8]encoding/binary.ByteOrderPtype..eq.[8]encoding/binary.ByteOrderfJtype..eq.[8]encoding/binary.ByteOrder(type..hash."".Symf"type..hash."".Sym$type..eq."".Symftype..eq."".Sym("".rawFile.goarchf""".rawFile.goarch$"".rawFile.pclnf"".rawFile.pcln*"".rawFile.symbolsf$"".rawFile.symbols$"".rawFile.textf"".rawFile.text*type..hash."".Filef$type..hash."".File&type..eq."".Filef type..eq."".File:type..hash.[2]interface {}f4type..hash.[2]interface {}6type..eq.[2]interface {}f0type..eq.[2]interface {}4"".(*textReader).ReadAtf."".(*textReader).ReadAtRtype..hash.[8]cmd/internal/goobj.SymIDfLtype..hash.[8]cmd/internal/goobj.SymIDNtype..eq.[8]cmd/internal/goobj.SymIDfHtype..eq.[8]cmd/internal/goobj.SymID("".(*uint64s).Lenf""".(*uint64s).Len*"".(*uint64s).Swapf$"".(*uint64s).Swap*"".(*uint64s).Lessf$"".(*uint64s).Less:type..hash.[1]interface {}f4type..hash.[1]interface {}6type..eq.[1]interface {}f0type..eq.[1]interface {}("".(*byAddr).Lessf""".(*byAddr).Less&"".(*byAddr).Lenf "".(*byAddr).Len("".(*byAddr).Swapf""".(*byAddr).Swap:type..hash.[3]interface {}f4type..hash.[3]interface {}6type..eq.[3]interface {}f0type..eq.[3]interface {}Ptype..hash.struct { a int32; b bool }fJtype..hash.struct { a int32; b bool }Ltype..eq.struct { a int32; b bool }fFtype..eq.struct { a int32; b bool }Vtype..hash.[6]struct { a int32; b bool }fPtype..hash.[6]struct { a int32; b bool }Rtype..eq.[6]struct { a int32; b bool }fLtype..eq.[6]struct { a int32; b bool }"runtime.zerovalue go13ld