1 !<arch> 2 __.PKGDEF 0 0 0 644 36418 ` 3 go object linux amd64 go1.5.1 X:none 4 build id "23b0a91b4d742e931703c99708f24c150e3b3f3c" 5 6 $$ 7 package obj 8 import runtime "runtime" 9 import log "log" 10 import fmt "fmt" 11 import io "io" 12 import os "os" 13 import time "time" 14 import math "math" 15 import flag "flag" 16 import strconv "strconv" 17 import sort "sort" 18 import strings "strings" 19 import binary "encoding/binary" 20 import filepath "path/filepath" 21 import bytes "bytes" 22 import bufio "bufio" 23 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) } 24 type @"".Auto struct { Asym *@"".LSym; Link *@"".Auto; Aoffset int32; Name int16; Gotype *@"".LSym } 25 type @"".Addr struct { Type int16; Reg int16; Index int16; Scale int16; Name int8; Class int8; Etype uint8; Offset int64; Width int64; Sym *@"".LSym; Gotype *@"".LSym; Val interface {}; Node interface {} } 26 type @"".ProgInfo struct { Flags uint32; Reguse uint64; Regset uint64; Regindex uint64 } 27 type @"".Prog struct { Ctxt *@"".Link; Link *@"".Prog; From @"".Addr; From3 *@"".Addr; To @"".Addr; Opt interface {}; Forwd *@"".Prog; Pcond *@"".Prog; Rel *@"".Prog; Pc int64; Lineno int32; Spadj int32; As int16; Reg int16; RegTo2 int16; Mark uint16; Optab uint16; Scond uint8; Back uint8; Ft uint8; Tt uint8; Isize uint8; Mode int8; Info @"".ProgInfo } 28 func (@"".p2 *@"".Prog "esc:0x1") From3Offset () (? int64) { if @"".p2.From3 == nil { return 0x0 }; return @"".p2.From3.Offset } 29 func (@"".p2 *@"".Prog "esc:0x1") From3Type () (? int16) { if @"".p2.From3 == nil { return 0x0 }; return @"".p2.From3.Type } 30 func (@"".p2 *@"".Prog "esc:0x9") Line () (? string) 31 func (@"".p2 *@"".Prog "esc:0x9") String () (? string) 32 type @"".Pcdata struct { P []byte } 33 type @"".Pcln struct { Pcsp @"".Pcdata; Pcfile @"".Pcdata; Pcline @"".Pcdata; Pcdata []@"".Pcdata; Funcdata []*@"".LSym; Funcdataoff []int64; File []*@"".LSym; Lastfile *@"".LSym; Lastindex int } 34 type @"".Reloc struct { Off int32; Siz uint8; Type int32; Add int64; Sym *@"".LSym } 35 type @"".LSym struct { Name string; Type int16; Version int16; Dupok uint8; Cfunc uint8; Nosplit uint8; Leaf uint8; Seenglobl uint8; Onlist uint8; Local bool; Args int32; Locals int32; Value int64; Size int64; Next *@"".LSym; Gotype *@"".LSym; Autom *@"".Auto; Text *@"".Prog; Etext *@"".Prog; Pcln *@"".Pcln; P []byte; R []@"".Reloc } 36 type @"".LinkArch struct { ByteOrder @"encoding/binary".ByteOrder; Name string; Thechar int; Preprocess func(? *@"".Link, ? *@"".LSym); Assemble func(? *@"".Link, ? *@"".LSym); Follow func(? *@"".Link, ? *@"".LSym); Progedit func(? *@"".Link, ? *@"".Prog); UnaryDst map[int]bool; Minlc int; Ptrsize int; Regsize int } 37 type @"os".dirInfo struct { @"os".buf []byte; @"os".nbuf int; @"os".bufp int } 38 type @"os".file struct { @"os".fd int; @"os".name string; @"os".dirinfo *@"os".dirInfo; @"os".nepipe int32 } 39 func (@"os".file2 *@"os".file) @"os".close () (? error) 40 type @"os".FileMode uint32 41 func (@"os".m2 @"os".FileMode) IsDir () (? bool) { return @"os".m2 & @"os".FileMode(0x80000000) != @"os".FileMode(0x0) } 42 func (@"os".m2 @"os".FileMode) IsRegular () (? bool) { return @"os".m2 & @"os".FileMode(0x8f000000) == @"os".FileMode(0x0) } 43 func (@"os".m2 @"os".FileMode) Perm () (? @"os".FileMode) { return @"os".m2 & @"os".FileMode(0x1ff) } 44 func (@"os".m2 @"os".FileMode) String () (? string) 45 type @"time".zone struct { @"time".name string; @"time".offset int; @"time".isDST bool } 46 type @"time".zoneTrans struct { @"time".when int64; @"time".index uint8; @"time".isstd bool; @"time".isutc bool } 47 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 } 48 func (@"time".l2 *@"time".Location "esc:0x22") String () (? string) 49 func (@"time".l2 *@"time".Location "esc:0x1") @"time".firstZoneUsed () (? bool) 50 func (@"time".l2 *@"time".Location "esc:0x12") @"time".get () (? *@"time".Location) 51 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) 52 func (@"time".l2 *@"time".Location "esc:0x1") @"time".lookupFirstZone () (? int) 53 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) 54 type @"time".Duration int64 55 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 } 56 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 } 57 func (@"time".d2 @"time".Duration) Nanoseconds () (? int64) { return int64(@"time".d2) } 58 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 } 59 func (@"time".d2 @"time".Duration) String () (? string) 60 type @"time".Month int 61 func (@"time".m2 @"time".Month) String () (? string) { return @"time".months[@"time".m2 - @"time".Month(0x1)] } 62 type @"time".Weekday int 63 func (@"time".d2 @"time".Weekday) String () (? string) { return @"time".days[@"time".d2] } 64 type @"time".Time struct { @"time".sec int64; @"time".nsec int32; @"time".loc *@"time".Location } 65 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 } 66 func (@"time".t2 @"time".Time "esc:0x12") AddDate (@"time".years3 int, @"time".months4 int, @"time".days5 int) (? @"time".Time) 67 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 } 68 func (@"time".t2 @"time".Time "esc:0x9") AppendFormat (@"time".b3 []byte "esc:0x1a", @"time".layout4 string "esc:0x9") (? []byte) 69 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 } 70 func (@"time".t4 @"time".Time "esc:0x1") Clock () (@"time".hour1 int, @"time".min2 int, @"time".sec3 int) 71 func (@"time".t4 @"time".Time "esc:0x1") Date () (@"time".year1 int, @"time".month2 @"time".Month, @"time".day3 int) 72 func (@"time".t2 @"time".Time "esc:0x1") Day () (? int) 73 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 } 74 func (@"time".t2 @"time".Time "esc:0x9") Format (@"time".layout3 string "esc:0x9") (? string) 75 func (@"time".t2 *@"time".Time "esc:0x1") GobDecode (@"time".data3 []byte "esc:0x1") (? error) 76 func (@"time".t3 @"time".Time "esc:0x1") GobEncode () (? []byte, ? error) 77 func (@"time".t2 @"time".Time "esc:0x1") Hour () (? int) 78 func (@"time".t3 @"time".Time "esc:0x1") ISOWeek () (@"time".year1 int, @"time".week2 int) 79 func (@"time".t2 @"time".Time "esc:0x12") In (@"time".loc3 *@"time".Location "esc:0x12") (? @"time".Time) 80 func (@"time".t2 @"time".Time "esc:0x1") IsZero () (? bool) { return @"time".t2.@"time".sec == 0x0 && @"time".t2.@"time".nsec == 0x0 } 81 func (@"time".t2 @"time".Time "esc:0x12") Local () (? @"time".Time) { @"time".t2.@"time".loc = @"time".Local; return @"time".t2 } 82 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 } 83 func (@"time".t3 @"time".Time "esc:0x1") MarshalBinary () (? []byte, ? error) 84 func (@"time".t3 @"time".Time "esc:0x9") MarshalJSON () (? []byte, ? error) 85 func (@"time".t3 @"time".Time "esc:0x9") MarshalText () (? []byte, ? error) 86 func (@"time".t2 @"time".Time "esc:0x1") Minute () (? int) 87 func (@"time".t2 @"time".Time "esc:0x1") Month () (? @"time".Month) 88 func (@"time".t2 @"time".Time "esc:0x1") Nanosecond () (? int) { return int(@"time".t2.@"time".nsec) } 89 func (@"time".t2 @"time".Time "esc:0x12") Round (@"time".d3 @"time".Duration) (? @"time".Time) 90 func (@"time".t2 @"time".Time "esc:0x1") Second () (? int) 91 func (@"time".t2 @"time".Time "esc:0x9") String () (? string) 92 func (@"time".t2 @"time".Time "esc:0x1") Sub (@"time".u3 @"time".Time "esc:0x1") (? @"time".Duration) 93 func (@"time".t2 @"time".Time "esc:0x12") Truncate (@"time".d3 @"time".Duration) (? @"time".Time) 94 func (@"time".t2 @"time".Time "esc:0x12") UTC () (? @"time".Time) { @"time".t2.@"time".loc = @"time".UTC; return @"time".t2 } 95 func (@"time".t2 @"time".Time "esc:0x1") Unix () (? int64) { return @"time".t2.@"time".sec + -0xe7791f700 } 96 func (@"time".t2 @"time".Time "esc:0x1") UnixNano () (? int64) { return (@"time".t2.@"time".sec + -0xe7791f700) * 0x3b9aca00 + int64(@"time".t2.@"time".nsec) } 97 func (@"time".t2 *@"time".Time "esc:0x1") UnmarshalBinary (@"time".data3 []byte "esc:0x1") (? error) 98 func (@"time".t2 *@"time".Time "esc:0x1") UnmarshalJSON (@"time".data3 []byte "esc:0x1") (@"time".err1 error) 99 func (@"time".t2 *@"time".Time "esc:0x1") UnmarshalText (@"time".data3 []byte "esc:0x1") (@"time".err1 error) 100 func (@"time".t2 @"time".Time "esc:0x1") Weekday () (? @"time".Weekday) 101 func (@"time".t2 @"time".Time "esc:0x1") Year () (? int) 102 func (@"time".t2 @"time".Time "esc:0x1") YearDay () (? int) 103 func (@"time".t3 @"time".Time "esc:0x32") Zone () (@"time".name1 string, @"time".offset2 int) 104 func (@"time".t2 @"time".Time "esc:0x1") @"time".abs () (? uint64) 105 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) 106 func (@"time".t4 @"time".Time "esc:0x32") @"time".locabs () (@"time".name1 string, @"time".offset2 int, @"time".abs3 uint64) 107 type @"os".FileInfo interface { IsDir() (? bool); ModTime() (? @"time".Time); Mode() (? @"os".FileMode); Name() (? string); Size() (? int64); Sys() (? interface {}) } 108 type @"os".File struct { @"os".? *@"os".file } 109 func (@"os".f2 *@"os".File "esc:0x22") Chdir () (? error) 110 func (@"os".f2 *@"os".File "esc:0x22") Chmod (@"os".mode3 @"os".FileMode) (? error) 111 func (@"os".f2 *@"os".File "esc:0x22") Chown (@"os".uid3 int, @"os".gid4 int) (? error) 112 func (@"os".f2 *@"os".File "esc:0x9") Close () (? error) 113 func (@"os".f2 *@"os".File "esc:0x1") Fd () (? uintptr) { if @"os".f2 == nil { return 0xffffffffffffffff }; return uintptr(@"os".f2.@"os".file.@"os".fd) } 114 func (@"os".f2 *@"os".File "esc:0x32") Name () (? string) { return @"os".f2.@"os".file.@"os".name } 115 func (@"os".f3 *@"os".File "esc:0x102") Read (@"os".b4 []byte "esc:0x1") (@"os".n1 int, @"os".err2 error) 116 func (@"os".f3 *@"os".File "esc:0x102") ReadAt (@"os".b4 []byte "esc:0x1", @"os".off5 int64) (@"os".n1 int, @"os".err2 error) 117 func (@"os".f3 *@"os".File "esc:0x1") Readdir (@"os".n4 int) (@"os".fi1 []@"os".FileInfo, @"os".err2 error) 118 func (@"os".f3 *@"os".File "esc:0x1") Readdirnames (@"os".n4 int) (@"os".names1 []string, @"os".err2 error) 119 func (@"os".f3 *@"os".File "esc:0x102") Seek (@"os".offset4 int64, @"os".whence5 int) (@"os".ret1 int64, @"os".err2 error) 120 func (@"os".f3 *@"os".File "esc:0x10a") Stat () (? @"os".FileInfo, ? error) 121 func (@"os".f2 *@"os".File "esc:0x1") Sync () (? error) 122 func (@"os".f2 *@"os".File "esc:0x22") Truncate (@"os".size3 int64) (? error) 123 func (@"os".f3 *@"os".File "esc:0x10a") Write (@"os".b4 []byte "esc:0x1") (@"os".n1 int, @"os".err2 error) 124 func (@"os".f3 *@"os".File "esc:0x102") WriteAt (@"os".b4 []byte "esc:0x1", @"os".off5 int64) (@"os".n1 int, @"os".err2 error) 125 func (@"os".f3 *@"os".File "esc:0x10a") WriteString (@"os".s4 string "esc:0x1") (@"os".n1 int, @"os".err2 error) 126 func (@"os".f3 *@"os".File "esc:0x1") @"os".pread (@"os".b4 []byte "esc:0x1", @"os".off5 int64) (@"os".n1 int, @"os".err2 error) 127 func (@"os".f3 *@"os".File "esc:0x1") @"os".pwrite (@"os".b4 []byte "esc:0x1", @"os".off5 int64) (@"os".n1 int, @"os".err2 error) 128 func (@"os".f3 *@"os".File "esc:0x1") @"os".read (@"os".b4 []byte "esc:0x1") (@"os".n1 int, @"os".err2 error) 129 func (@"os".f3 *@"os".File "esc:0x1") @"os".readdir (@"os".n4 int) (@"os".fi1 []@"os".FileInfo, @"os".err2 error) 130 func (@"os".f3 *@"os".File "esc:0x1") @"os".readdirnames (@"os".n4 int) (@"os".names1 []string, @"os".err2 error) 131 func (@"os".f3 *@"os".File "esc:0x1") @"os".seek (@"os".offset4 int64, @"os".whence5 int) (@"os".ret1 int64, @"os".err2 error) 132 func (@"os".f3 *@"os".File "esc:0x1") @"os".write (@"os".b4 []byte "esc:0x1") (@"os".n1 int, @"os".err2 error) 133 type @"io".Reader interface { Read(@"io".p []byte) (@"io".n int, @"io".err error) } 134 type @"io".Writer interface { Write(@"io".p []byte) (@"io".n int, @"io".err error) } 135 type @"bufio".Reader struct { @"bufio".buf []byte; @"bufio".rd @"io".Reader; @"bufio".r int; @"bufio".w int; @"bufio".err error; @"bufio".lastByte int; @"bufio".lastRuneSize int } 136 func (@"bufio".b2 *@"bufio".Reader "esc:0x1") Buffered () (? int) { return @"bufio".b2.@"bufio".w - @"bufio".b2.@"bufio".r } 137 func (@"bufio".b3 *@"bufio".Reader "esc:0x10a") Discard (@"bufio".n4 int) (@"bufio".discarded1 int, @"bufio".err2 error) 138 func (@"bufio".b3 *@"bufio".Reader "esc:0x12a") Peek (@"bufio".n4 int) (? []byte, ? error) 139 func (@"bufio".b3 *@"bufio".Reader "esc:0x10a") Read (@"bufio".p4 []byte) (@"bufio".n1 int, @"bufio".err2 error) 140 func (@"bufio".b3 *@"bufio".Reader "esc:0x10a") ReadByte () (@"bufio".c1 byte, @"bufio".err2 error) 141 func (@"bufio".b3 *@"bufio".Reader "esc:0x10a") ReadBytes (@"bufio".delim4 byte) (@"bufio".line1 []byte, @"bufio".err2 error) 142 func (@"bufio".b4 *@"bufio".Reader "esc:0x82a") ReadLine () (@"bufio".line1 []byte, @"bufio".isPrefix2 bool, @"bufio".err3 error) 143 func (@"bufio".b4 *@"bufio".Reader "esc:0x80a") ReadRune () (@"bufio".r1 rune, @"bufio".size2 int, @"bufio".err3 error) 144 func (@"bufio".b3 *@"bufio".Reader "esc:0x12a") ReadSlice (@"bufio".delim4 byte) (@"bufio".line1 []byte, @"bufio".err2 error) 145 func (@"bufio".b3 *@"bufio".Reader "esc:0x10a") ReadString (@"bufio".delim4 byte) (@"bufio".line1 string, @"bufio".err2 error) 146 func (@"bufio".b1 *@"bufio".Reader "esc:0x9") Reset (@"bufio".r2 @"io".Reader) { @"bufio".b1.@"bufio".reset(@"bufio".b1.@"bufio".buf, @"bufio".r2) } 147 func (@"bufio".b2 *@"bufio".Reader "esc:0x1") UnreadByte () (? error) { if @"bufio".b2.@"bufio".lastByte < 0x0 || @"bufio".b2.@"bufio".r == 0x0 && @"bufio".b2.@"bufio".w > 0x0 { return @"bufio".ErrInvalidUnreadByte }; if @"bufio".b2.@"bufio".r > 0x0 { @"bufio".b2.@"bufio".r-- } else { @"bufio".b2.@"bufio".w = 0x1 }; @"bufio".b2.@"bufio".buf[@"bufio".b2.@"bufio".r] = byte(@"bufio".b2.@"bufio".lastByte); @"bufio".b2.@"bufio".lastByte = -0x1; @"bufio".b2.@"bufio".lastRuneSize = -0x1; return nil } 148 func (@"bufio".b2 *@"bufio".Reader "esc:0x1") UnreadRune () (? error) { if @"bufio".b2.@"bufio".lastRuneSize < 0x0 || @"bufio".b2.@"bufio".r < @"bufio".b2.@"bufio".lastRuneSize { return @"bufio".ErrInvalidUnreadRune }; @"bufio".b2.@"bufio".r -= @"bufio".b2.@"bufio".lastRuneSize; @"bufio".b2.@"bufio".lastByte = -0x1; @"bufio".b2.@"bufio".lastRuneSize = -0x1; return nil } 149 func (@"bufio".b3 *@"bufio".Reader "esc:0x10a") WriteTo (@"bufio".w4 @"io".Writer) (@"bufio".n1 int64, @"bufio".err2 error) 150 func (@"bufio".b1 *@"bufio".Reader "esc:0x9") @"bufio".fill () 151 func (@"bufio".b2 *@"bufio".Reader "esc:0x22") @"bufio".readErr () (? error) { var @"bufio".err3 error; ; @"bufio".err3 = @"bufio".b2.@"bufio".err; @"bufio".b2.@"bufio".err = nil; return @"bufio".err3 } 152 func (@"bufio".b1 *@"bufio".Reader "esc:0x1") @"bufio".reset (@"bufio".buf2 []byte, @"bufio".r3 @"io".Reader) { *@"bufio".b1 = (@"bufio".Reader{ @"bufio".buf:@"bufio".buf2, @"bufio".rd:@"bufio".r3, @"bufio".lastByte:-0x1, @"bufio".lastRuneSize:-0x1 }) } 153 func (@"bufio".b3 *@"bufio".Reader "esc:0x9") @"bufio".writeBuf (@"bufio".w4 @"io".Writer) (? int64, ? error) 154 type @"bufio".Writer struct { @"bufio".err error; @"bufio".buf []byte; @"bufio".n int; @"bufio".wr @"io".Writer } 155 func (@"bufio".b2 *@"bufio".Writer "esc:0x1") Available () (? int) { return len(@"bufio".b2.@"bufio".buf) - @"bufio".b2.@"bufio".n } 156 func (@"bufio".b2 *@"bufio".Writer "esc:0x1") Buffered () (? int) { return @"bufio".b2.@"bufio".n } 157 func (@"bufio".b2 *@"bufio".Writer "esc:0x2a") Flush () (? error) 158 func (@"bufio".b3 *@"bufio".Writer "esc:0x10a") ReadFrom (@"bufio".r4 @"io".Reader) (@"bufio".n1 int64, @"bufio".err2 error) 159 func (@"bufio".b1 *@"bufio".Writer "esc:0x1") Reset (@"bufio".w2 @"io".Writer) { @"bufio".b1.@"bufio".err = nil; @"bufio".b1.@"bufio".n = 0x0; @"bufio".b1.@"bufio".wr = @"bufio".w2 } 160 func (@"bufio".b3 *@"bufio".Writer "esc:0x10a") Write (@"bufio".p4 []byte) (@"bufio".nn1 int, @"bufio".err2 error) 161 func (@"bufio".b2 *@"bufio".Writer "esc:0x2a") WriteByte (@"bufio".c3 byte) (? error) 162 func (@"bufio".b3 *@"bufio".Writer "esc:0x10a") WriteRune (@"bufio".r4 rune) (@"bufio".size1 int, @"bufio".err2 error) 163 func (@"bufio".b3 *@"bufio".Writer "esc:0x10a") WriteString (@"bufio".s4 string "esc:0x9") (? int, ? error) 164 func (@"bufio".b2 *@"bufio".Writer "esc:0x2a") @"bufio".flush () (? error) 165 type @"".Biobuf struct { @"".f *@"os".File; @"".r *@"bufio".Reader; @"".w *@"bufio".Writer; @"".linelen int } 166 func (@"".b2 *@"".Biobuf "esc:0x3a") Flush () (? error) 167 func (@"".b3 *@"".Biobuf "esc:0x1ba") Peek (@"".n4 int) (? []byte, ? error) 168 func (@"".b3 *@"".Biobuf "esc:0x18a") Read (@"".p4 []byte) (? int, ? error) 169 func (@"".b3 *@"".Biobuf "esc:0x18a") Write (@"".p4 []byte) (? int, ? error) 170 type @"".SymVer struct { Name string; Version int } 171 type @"".LineStack struct { Parent *@"".LineStack; Lineno int; File string; AbsFile string; FileLine int; Directive bool; Sym *@"".LSym } 172 func (@"".stk2 *@"".LineStack "esc:0x1") @"".fileLineAt (@"".lineno3 int) (? int) { return @"".stk2.FileLine + @"".lineno3 - @"".stk2.Lineno } 173 type @"".LineRange struct { Start int; Stack *@"".LineStack } 174 type @"".LineHist struct { Top *@"".LineStack; Ranges []@"".LineRange; Dir string; TrimPathPrefix string; GOROOT string; GOROOT_FINAL string } 175 func (@"".h3 *@"".LineHist "esc:0x42") AbsFileLine (@"".lineno4 int) (@"".file1 string, @"".line2 int) 176 func (@"".h2 *@"".LineHist "esc:0x32") At (@"".lineno3 int) (? *@"".LineStack) 177 func (@"".h3 *@"".LineHist "esc:0x42") FileLine (@"".lineno4 int) (@"".file1 string, @"".line2 int) 178 func (@"".h2 *@"".LineHist "esc:0x9") LineString (@"".lineno3 int) (? string) 179 func (@"".h1 *@"".LineHist "esc:0x9") Pop (@"".lineno2 int) 180 func (@"".h1 *@"".LineHist "esc:0x9") Push (@"".lineno2 int, @"".file3 string) 181 func (@"".h1 *@"".LineHist "esc:0x9") Update (@"".lineno2 int, @"".file3 string, @"".line4 int) 182 func (@"".h1 *@"".LineHist "esc:0x9") @"".setFile (@"".stk2 *@"".LineStack "esc:0x1", @"".file3 string) 183 func (@"".h1 *@"".LineHist "esc:0x9") @"".startRange (@"".lineno2 int, @"".top3 *@"".LineStack) { @"".h1.Top = @"".top3; @"".h1.Ranges = append(@"".h1.Ranges, (@"".LineRange{ Start:@"".top3.Lineno, Stack:@"".top3 })) } 184 type @"".Plist struct { Name *@"".LSym; Firstpc *@"".Prog; Recur int; Link *@"".Plist } 185 type @"".Link struct { Goarm int32; Headtype int; Arch *@"".LinkArch; Debugasm int32; Debugvlog int32; Debugzerostack int32; Debugdivmod int32; Debugpcln int32; Flag_shared int32; Flag_dynlink bool; Bso *@"".Biobuf; Pathname string; Windows int32; Goroot string; Goroot_final string; Enforce_data_order int32; Hash map[@"".SymVer]*@"".LSym; LineHist @"".LineHist; Imports []string; Plist *@"".Plist; Plast *@"".Plist; Sym_div *@"".LSym; Sym_divu *@"".LSym; Sym_mod *@"".LSym; Sym_modu *@"".LSym; Tlsg *@"".LSym; Plan9privates *@"".LSym; Curp *@"".Prog; Printp *@"".Prog; Blitrl *@"".Prog; Elitrl *@"".Prog; Rexflag int; Rep int; Repn int; Lock int; Asmode int; Andptr []byte; And [100]uint8; Instoffset int64; Autosize int32; Armsize int32; Pc int64; Tlsoffset int; Diag func(? string, ? ...interface {}); Mode int; Cursym *@"".LSym; Version int; Textp *@"".LSym; Etextp *@"".LSym } 186 func (@"".ctxt1 *@"".Link "esc:0x9") AddImport (@"".pkg2 string) { @"".ctxt1.Imports = append(@"".ctxt1.Imports, @"".pkg2) } 187 func (@"".ctxt2 *@"".Link "esc:0x1") Dconv (@"".a3 *@"".Addr "esc:0x9") (? string) 188 func (@"".ctxt2 *@"".Link "esc:0x9") Line (@"".n3 int) (? string) 189 func (@"".ctxt2 *@"".Link) NewProg () (? *@"".Prog) { var @"".p3 *@"".Prog; @"".p3 = new(@"".Prog); @"".p3.Ctxt = @"".ctxt2; return @"".p3 } 190 func @"".Symgrow (@"".ctxt1 *@"".Link "esc:0x1", @"".s2 *@"".LSym "esc:0x9", @"".lsiz3 int64) 191 func @"".Addrel (@"".s2 *@"".LSym "esc:0x2a") (? *@"".Reloc) { @"".s2.R = append(@"".s2.R, (@"".Reloc{ })); return &@"".s2.R[len(@"".s2.R) - 0x1] } 192 func @"".Setuintxx (@"".ctxt2 *@"".Link "esc:0x9", @"".s3 *@"".LSym "esc:0x9", @"".off4 int64, @"".v5 uint64, @"".wid6 int64) (? int64) 193 func @"".Adduint32 (@"".ctxt2 *@"".Link "esc:0x9", @"".s3 *@"".LSym "esc:0x9", @"".v4 uint32) (? int64) 194 func @"".Adduint64 (@"".ctxt2 *@"".Link "esc:0x9", @"".s3 *@"".LSym "esc:0x9", @"".v4 uint64) (? int64) 195 func @"".Flagfn2 (? string, ? string, ? func(? string, ? string)) 196 func @"".Flagcount (@"".name1 string, @"".usage2 string, @"".val3 *int) 197 func @"".Flagint32 (@"".name1 string, @"".usage2 string, @"".val3 *int32) 198 func @"".Flagint64 (@"".name1 string, @"".usage2 string, @"".val3 *int64) 199 func @"".Flagstr (@"".name1 string, @"".usage2 string, @"".val3 *string) 200 func @"".Flagfn0 (@"".name1 string, @"".usage2 string, @"".f3 func()) 201 func @"".Flagfn1 (@"".name1 string, @"".usage2 string, @"".f3 func(? string)) 202 func @"".Flagprint (@"".fd1 int) 203 func @"".Flagparse (@"".usage1 func()) 204 const @"".FmtWidth = 0x1 205 const @"".FmtLeft = 0x2 206 const @"".FmtPrec = 0x4 207 const @"".FmtSharp = 0x8 208 const @"".FmtSpace = 0x10 209 const @"".FmtSign = 0x20 210 const @"".FmtApost = 0x40 211 const @"".FmtZero = 0x80 212 const @"".FmtUnsigned = 0x100 213 const @"".FmtShort = 0x200 214 const @"".FmtLong = 0x400 215 const @"".FmtVLong = 0x800 216 const @"".FmtComma = 0x1000 217 const @"".FmtByte = 0x2000 218 const @"".FmtLDouble = 0x4000 219 const @"".FmtFlag = 0x8000 220 const @"".PCDATA_StackMapIndex = 0x0 221 const @"".FUNCDATA_ArgsPointerMaps = 0x0 222 const @"".FUNCDATA_LocalsPointerMaps = 0x1 223 const @"".FUNCDATA_DeadValueMaps = 0x2 224 const @"".ArgsSizeUnknown = -0x80000000 225 var @"".Framepointer_enabled int 226 var @"".Fieldtrack_enabled int 227 func @"".Nopout (@"".p1 *@"".Prog "esc:0x1") { @"".p1.As = 0xa; @"".p1.Scond = 0x0; @"".p1.From = (@"".Addr{ }); @"".p1.From3 = nil; @"".p1.Reg = 0x0; @"".p1.To = (@"".Addr{ }) } 228 func @"".Nocache (@"".p1 *@"".Prog "esc:0x1") { @"".p1.Optab = 0x0; @"".p1.From.Class = 0x0; if @"".p1.From3 != nil { @"".p1.From3.Class = 0x0 }; @"".p1.To.Class = 0x0 } 229 func @"".Expstring () (? string) 230 const @"".LOG = 0x5 231 func @"".Copyp (@"".ctxt2 *@"".Link, @"".q3 *@"".Prog "esc:0x9") (? *@"".Prog) { var @"".p4 *@"".Prog; @"".p4 = @"".ctxt2.NewProg(); *@"".p4 = *@"".q3; return @"".p4 } 232 func @"".Appendp (@"".ctxt2 *@"".Link, @"".q3 *@"".Prog "esc:0x9") (? *@"".Prog) { var @"".p4 *@"".Prog; @"".p4 = @"".ctxt2.NewProg(); @"".p4.Link = @"".q3.Link; @"".q3.Link = @"".p4; @"".p4.Lineno = @"".q3.Lineno; @"".p4.Mode = @"".q3.Mode; return @"".p4 } 233 const @"".AEXIST = 0x0 234 const @"".BOM = 0xfeff 235 var @"".GOEXPERIMENT string 236 const @"".NAME_NONE = 0x0 237 const @"".NAME_EXTERN = 0x1 238 const @"".NAME_STATIC = 0x2 239 const @"".NAME_AUTO = 0x3 240 const @"".NAME_PARAM = 0x4 241 const @"".NAME_GOTREF = 0x5 242 const @"".TYPE_NONE = 0x0 243 const @"".TYPE_BRANCH = 0x5 244 const @"".TYPE_TEXTSIZE = 0x6 245 const @"".TYPE_MEM = 0x7 246 const @"".TYPE_CONST = 0x8 247 const @"".TYPE_FCONST = 0x9 248 const @"".TYPE_SCONST = 0xa 249 const @"".TYPE_REG = 0xb 250 const @"".TYPE_ADDR = 0xc 251 const @"".TYPE_SHIFT = 0xd 252 const @"".TYPE_REGREG = 0xe 253 const @"".TYPE_REGREG2 = 0xf 254 const @"".TYPE_INDIR = 0x10 255 const @"".TYPE_REGLIST = 0x11 256 const @"".AXXX = 0x0 257 const @"".ACALL = 0x1 258 const @"".ACHECKNIL = 0x2 259 const @"".ADATA = 0x3 260 const @"".ADUFFCOPY = 0x4 261 const @"".ADUFFZERO = 0x5 262 const @"".AEND = 0x6 263 const @"".AFUNCDATA = 0x7 264 const @"".AGLOBL = 0x8 265 const @"".AJMP = 0x9 266 const @"".ANOP = 0xa 267 const @"".APCDATA = 0xb 268 const @"".ARET = 0xc 269 const @"".ATEXT = 0xd 270 const @"".ATYPE = 0xe 271 const @"".AUNDEF = 0xf 272 const @"".AUSEFIELD = 0x10 273 const @"".AVARDEF = 0x11 274 const @"".AVARKILL = 0x12 275 const @"".A_ARCHSPECIFIC = 0x13 276 const @"".Sxxx = 0x0 277 const @"".STEXT = 0x1 278 const @"".SELFRXSECT = 0x2 279 const @"".STYPE = 0x3 280 const @"".SSTRING = 0x4 281 const @"".SGOSTRING = 0x5 282 const @"".SGOFUNC = 0x6 283 const @"".SGCBITS = 0x7 284 const @"".SRODATA = 0x8 285 const @"".SFUNCTAB = 0x9 286 const @"".STYPELINK = 0xa 287 const @"".SSYMTAB = 0xb 288 const @"".SPCLNTAB = 0xc 289 const @"".SELFROSECT = 0xd 290 const @"".SMACHOPLT = 0xe 291 const @"".SELFSECT = 0xf 292 const @"".SMACHO = 0x10 293 const @"".SMACHOGOT = 0x11 294 const @"".SWINDOWS = 0x12 295 const @"".SELFGOT = 0x13 296 const @"".SNOPTRDATA = 0x14 297 const @"".SINITARR = 0x15 298 const @"".SDATA = 0x16 299 const @"".SBSS = 0x17 300 const @"".SNOPTRBSS = 0x18 301 const @"".STLSBSS = 0x19 302 const @"".SXREF = 0x1a 303 const @"".SMACHOSYMSTR = 0x1b 304 const @"".SMACHOSYMTAB = 0x1c 305 const @"".SMACHOINDIRECTPLT = 0x1d 306 const @"".SMACHOINDIRECTGOT = 0x1e 307 const @"".SFILE = 0x1f 308 const @"".SFILEPATH = 0x20 309 const @"".SCONST = 0x21 310 const @"".SDYNIMPORT = 0x22 311 const @"".SHOSTOBJ = 0x23 312 const @"".SSUB = 0x100 313 const @"".SMASK = 0xff 314 const @"".SHIDDEN = 0x200 315 const @"".SCONTAINER = 0x400 316 const @"".R_ADDR = 0x1 317 const @"".R_ADDRPOWER = 0x2 318 const @"".R_ADDRARM64 = 0x3 319 const @"".R_SIZE = 0x4 320 const @"".R_CALL = 0x5 321 const @"".R_CALLARM = 0x6 322 const @"".R_CALLARM64 = 0x7 323 const @"".R_CALLIND = 0x8 324 const @"".R_CALLPOWER = 0x9 325 const @"".R_CONST = 0xa 326 const @"".R_PCREL = 0xb 327 const @"".R_TLS = 0xc 328 const @"".R_TLS_LE = 0xd 329 const @"".R_TLS_IE = 0xe 330 const @"".R_GOTOFF = 0xf 331 const @"".R_PLT0 = 0x10 332 const @"".R_PLT1 = 0x11 333 const @"".R_PLT2 = 0x12 334 const @"".R_USEFIELD = 0x13 335 const @"".R_POWER_TOC = 0x14 336 const @"".R_GOTPCREL = 0x15 337 const @"".A_AUTO = 0x1 338 const @"".A_PARAM = 0x2 339 type @"".Pciter struct { @"".d @"".Pcdata; @"".p []byte; @"".pc uint32; @"".nextpc uint32; @"".pcscale uint32; @"".value int32; @"".start int; @"".done int } 340 const @"".HistVersion = 0x1 341 const @"".Hunknown = 0x0 342 const @"".Hdarwin = 0x1 343 const @"".Hdragonfly = 0x2 344 const @"".Helf = 0x3 345 const @"".Hfreebsd = 0x4 346 const @"".Hlinux = 0x5 347 const @"".Hnacl = 0x6 348 const @"".Hnetbsd = 0x7 349 const @"".Hopenbsd = 0x8 350 const @"".Hplan9 = 0x9 351 const @"".Hsolaris = 0xa 352 const @"".Hwindows = 0xb 353 func @"".Linknewplist (@"".ctxt2 *@"".Link "esc:0x1") (? *@"".Plist) { var @"".pl3 *@"".Plist; @"".pl3 = new(@"".Plist); if @"".ctxt2.Plist == nil { @"".ctxt2.Plist = @"".pl3 } else { @"".ctxt2.Plast.Link = @"".pl3 }; @"".ctxt2.Plast = @"".pl3; return @"".pl3 } 354 const @"".InsData = 0x1 355 const @"".InsArray = 0x2 356 const @"".InsArrayEnd = 0x3 357 const @"".InsEnd = 0x4 358 const @"".MaxGCMask = 0x10000 359 func @"".Linkprfile (@"".ctxt1 *@"".Link "esc:0x9", @"".line2 int) 360 func @"".Writeobjdirect (@"".ctxt1 *@"".Link, @"".b2 *@"".Biobuf) 361 func @"".Brchain (@"".ctxt2 *@"".Link "esc:0x1", @"".p3 *@"".Prog "esc:0x12") (? *@"".Prog) 362 const @"".STACKSYSTEM = 0x0 363 const @"".StackSystem = 0x0 364 const @"".StackBig = 0x1000 365 const @"".StackGuard = 0x280 366 const @"".StackSmall = 0x80 367 const @"".StackLimit = 0x200 368 const @"".StackPreempt = -0x522 369 func @"".Headstr (@"".v2 int) (? string) 370 func @"".Linknew (@"".arch2 *@"".LinkArch) (? *@"".Link) 371 func @"".Linklookup (@"".ctxt2 *@"".Link "esc:0x1", @"".name3 string, @"".v4 int) (? *@"".LSym) { return @""._lookup(@"".ctxt2, @"".name3, @"".v4, true) } 372 func @"".Linksymfmt (@"".s2 *@"".LSym "esc:0x22") (? string) { if @"".s2 == nil { return "<nil>" }; return @"".s2.Name } 373 const @"".NOPROF = 0x1 374 const @"".DUPOK = 0x2 375 const @"".NOSPLIT = 0x4 376 const @"".RODATA = 0x8 377 const @"".NOPTR = 0x10 378 const @"".WRAPPER = 0x20 379 const @"".NEEDCTXT = 0x40 380 const @"".LOCAL = 0x80 381 const @"".KindBool = 0x1 382 const @"".KindInt = 0x2 383 const @"".KindInt8 = 0x3 384 const @"".KindInt16 = 0x4 385 const @"".KindInt32 = 0x5 386 const @"".KindInt64 = 0x6 387 const @"".KindUint = 0x7 388 const @"".KindUint8 = 0x8 389 const @"".KindUint16 = 0x9 390 const @"".KindUint32 = 0xa 391 const @"".KindUint64 = 0xb 392 const @"".KindUintptr = 0xc 393 const @"".KindFloat32 = 0xd 394 const @"".KindFloat64 = 0xe 395 const @"".KindComplex64 = 0xf 396 const @"".KindComplex128 = 0x10 397 const @"".KindArray = 0x11 398 const @"".KindChan = 0x12 399 const @"".KindFunc = 0x13 400 const @"".KindInterface = 0x14 401 const @"".KindMap = 0x15 402 const @"".KindPtr = 0x16 403 const @"".KindSlice = 0x17 404 const @"".KindString = 0x18 405 const @"".KindStruct = 0x19 406 const @"".KindUnsafePointer = 0x1a 407 const @"".KindDirectIface = 0x20 408 const @"".KindGCProg = 0x40 409 const @"".KindNoPointers = 0x80 410 const @"".KindMask = 0x1f 411 const @"".REG_NONE = 0x0 412 func @"".Cputime () (? float64) 413 func @"".Bopenw (@"".name3 string) (? *@"".Biobuf, ? error) 414 func @"".Bopenr (@"".name3 string) (? *@"".Biobuf, ? error) 415 func @"".Binitw (@"".w2 @"io".Writer) (? *@"".Biobuf) { return (&@"".Biobuf{ @"".w:@"bufio".NewWriter(@"".w2) }) } 416 func @"".Bwritestring (@"".b3 *@"".Biobuf "esc:0x18a", @"".p4 string "esc:0x9") (? int, ? error) 417 func @"".Bseek (@"".b2 *@"".Biobuf "esc:0x9", @"".offset3 int64, @"".whence4 int) (? int64) 418 func @"".Boffset (@"".b2 *@"".Biobuf "esc:0x9") (? int64) 419 func @"".Bputc (@"".b1 *@"".Biobuf "esc:0x9", @"".c2 byte) 420 const @"".Beof = -0x1 421 func @"".Bread (@"".b2 *@"".Biobuf "esc:0x9", @"".p3 []byte) (? int) 422 func @"".Bgetc (@"".b2 *@"".Biobuf "esc:0x9") (? int) 423 func @"".Bgetrune (@"".b2 *@"".Biobuf "esc:0x9") (? int) 424 func @"".Bungetrune (@"".b1 *@"".Biobuf "esc:0x1") { @"".b1.@"".r.UnreadRune() } 425 func @"".Brdline (@"".b2 *@"".Biobuf "esc:0x9", @"".delim3 int) (? string) 426 func @"".Brdstr (@"".b2 *@"".Biobuf "esc:0x9", @"".delim3 int, @"".cut4 int) (? string) 427 func @"".Access (@"".name2 string, @"".mode3 int) (? int) 428 func @"".Blinelen (@"".b2 *@"".Biobuf "esc:0x1") (? int) { return @"".b2.@"".linelen } 429 func @"".Bterm (@"".b2 *@"".Biobuf "esc:0x3a") (? error) 430 func @"".Getgoroot () (? string) 431 func @"".Getgoarch () (? string) 432 func @"".Getgoos () (? string) 433 func @"".Getgoarm () (? string) 434 func @"".Getgo386 () (? string) 435 func @"".Getgoextlinkenabled () (? string) 436 func @"".Getgoversion () (? string) { return "go1.5.1" } 437 func @"".Atoi (@"".s2 string) (? int) 438 const @"".C_SCOND = 0xf 439 const @"".C_SBIT = 0x10 440 const @"".C_PBIT = 0x20 441 const @"".C_WBIT = 0x40 442 const @"".C_FBIT = 0x80 443 const @"".C_UBIT = 0x80 444 const @"".C_SCOND_XOR = 0xe 445 func @"".CConv (@"".s2 uint8) (? string) { if @"".s2 == 0x0 { return "" }; var @"".sc3 string; @"".sc3 = @"".armCondCode[@"".s2 & 0xf ^ 0xe]; if @"".s2 & 0x10 != 0x0 { @"".sc3 += ".S" }; if @"".s2 & 0x20 != 0x0 { @"".sc3 += ".P" }; if @"".s2 & 0x40 != 0x0 { @"".sc3 += ".W" }; if @"".s2 & 0x80 != 0x0 { @"".sc3 += ".U" }; return @"".sc3 } 446 func @"".Getcallerpc (? interface {}) (? uintptr) { return 0x1 } 447 func @"".Dconv (@"".p2 *@"".Prog "esc:0x1", @"".a3 *@"".Addr "esc:0x9") (? string) 448 func @"".Mconv (@"".a2 *@"".Addr "esc:0x9") (? string) 449 const @"".RBase386 = 0x400 450 const @"".RBaseAMD64 = 0x800 451 const @"".RBaseARM = 0xc00 452 const @"".RBasePPC64 = 0x1000 453 const @"".RBaseARM64 = 0x2000 454 func @"".RegisterRegister (@"".lo1 int, @"".hi2 int, @"".Rconv3 func(? int) (? string)) { @"".regSpace = append(@"".regSpace, (@"".regSet{ @"".lo:@"".lo1, @"".hi:@"".hi2, Rconv:@"".Rconv3 })) } 455 func @"".Rconv (@"".reg2 int) (? string) 456 const @"".ABase386 = 0x1000 457 const @"".ABaseARM = 0x2000 458 const @"".ABaseAMD64 = 0x3000 459 const @"".ABasePPC64 = 0x4000 460 const @"".ABaseARM64 = 0x5000 461 const @"".AMask = 0xfff 462 func @"".RegisterOpcode (@"".lo1 int, @"".Anames2 []string) { @"".aSpace = append(@"".aSpace, (@"".opSet{ @"".lo:@"".lo1, @"".names:@"".Anames2 })) } 463 func @"".Aconv (@"".a2 int) (? string) 464 var @"".Anames []string 465 func @"".Bool2int (@"".b2 bool) (? int) { if @"".b2 { return 0x1 }; return 0x0 } 466 func @"".init () 467 var @"time".months [12]string 468 var @"time".days [7]string 469 var @"time".Local *@"time".Location 470 var @"time".UTC *@"time".Location 471 var @"bufio".ErrInvalidUnreadByte error 472 var @"bufio".ErrInvalidUnreadRune error 473 func @""._lookup (@"".ctxt2 *@"".Link "esc:0x1", @"".symb3 string, @"".v4 int, @"".create5 bool) (? *@"".LSym) { var @"".s6 *@"".LSym; @"".s6 = @"".ctxt2.Hash[(@"".SymVer{ Name:@"".symb3, Version:@"".v4 })]; if @"".s6 != nil || !@"".create5 { return @"".s6 }; @"".s6 = (&@"".LSym{ Name:@"".symb3, Type:0x0, Version:int16(@"".v4), Value:0x0, Size:0x0 }); @"".ctxt2.Hash[(@"".SymVer{ Name:@"".symb3, Version:@"".v4 })] = @"".s6; return @"".s6 } 474 func @"bufio".NewWriter (@"bufio".w2 @"io".Writer) (? *@"bufio".Writer) { return @"bufio".NewWriterSize(@"bufio".w2, 0x1000) } 475 const @"".version = "go1.5.1" 476 var @"".armCondCode []string 477 type @"".regSet struct { @"".lo int; @"".hi int; Rconv func(? int) (? string) } 478 var @"".regSpace []@"".regSet 479 type @"".opSet struct { @"".lo int; @"".names []string } 480 var @"".aSpace []@"".opSet 481 func @"bufio".NewWriterSize (@"bufio".w2 @"io".Writer, @"bufio".size3 int) (? *@"bufio".Writer) { var @"bufio".b4 *@"bufio".Writer; ; var @"bufio".ok5 bool; ; @"bufio".b4, @"bufio".ok5 = @"bufio".w2.(*@"bufio".Writer); if @"bufio".ok5 && len(@"bufio".b4.@"bufio".buf) >= @"bufio".size3 { return @"bufio".b4 }; if @"bufio".size3 <= 0x0 { @"bufio".size3 = 0x1000 }; return (&@"bufio".Writer{ @"bufio".buf:make([]byte, @"bufio".size3), @"bufio".wr:@"bufio".w2 }) } 482 483 $$ 484 _go_.o 0 0 0 644 515549 ` 485 go object linux amd64 go1.5.1 X:none 486 487 ! 488 go13ld 489 log.amath.aflag.a 492 fmt.aos.astrconv.astrings.a"encoding/binary.apath/filepath.asort.aruntime.abufio.abytes.aio.atime.a"".mangledH%H;aHpH\$xH\$HH$H\$P1H\$8H\$@H\$8HHD$`HD$hH\$XHH$H\$HH\$HD$HL$HD$ H\$XHL$(HHD$0=u@HCHH$HD$H\$XH\$H\$`H\$H\$hH\$ HpLCL$HD$F 497 type.string 498 runtime.convT2E6runtime.writeBarrierEnabledDgo.string."%s: mangled input file" 499 log.Fatalf 500 .runtime.writebarrierptr 501 0runtime.morestack_noctxt 502 "".autotmp_0006"type.interface {}"".autotmp_0005o(type.[1]interface {}"".autotmp_0002/&type.[]interface {}"".autotmp_0001Otype.string"".filetype.string(P ~`Tgclocalsf7309186bf9eeb0f8ece2eb16f2dc110Tgclocalse686e33109a1bc2792301626c7b401c5fprebuilts/go/linux-x86/src/cmd/internal/obj/data.go"".Symgrow 504 505 dH%HD$H;AdH1HD$`HD$hH$H$HD$@H\$@H9HD$H1H\$`H\$hH\$`HHD$xH$H\$pHH$H\$HH\$HD$HL$HD$ H\$pHL$PHHD$X=HCHH$HD$H\$pH\$H\$xH\$H$H\$ H$H^pHl$@H9|HH^xHl$@H9HnxLFxL9HVhH$H$HL$LHHL9IIHHt|L$LFpH$HNxH$=u7HVhH^xHl$@H9lHl$@LFxL9wHnpHLFhL$HT$H$H-H,$HT$HD$HL$H\$ H$HT$(HD$0HL$8-LCL$HD$cz 511 type.int64 512 runtime.convT2E6runtime.writeBarrierEnabledHgo.string."Symgrow size %d too long" 513 log.Fatalf6runtime.writeBarrierEnabled 514 $runtime.panicslice 515 .runtime.writebarrierptrtype.[]uint8 516 "runtime.growslice 517 $runtime.panicslice 518 .runtime.writebarrierptr 519 0runtime.morestack_noctxt0"".autotmp_0017"type.interface {}"".autotmp_0016(type.[1]interface {}"".autotmp_0013&type.[]interface {}"".autotmp_0012_type.[]uint8"".autotmp_0011/type.[]uint8"".autotmp_0009type.int"".autotmp_0007type.int64"".siztype.int"".lsiz type.int64"".stype.*"".LSym"".ctxttype.*"".Link*BX;gg%Tgclocals9c91d8a91ac42440a3d1507bc8d2e808Tgclocals24f25b3e38e125f83d0c91ba1e3813f8fprebuilts/go/linux-x86/src/cmd/internal/obj/data.go"".savedata55dH%H$0H;A: HPH$hHN Hn`HUT$@L$D@dH$X]xH$`Hkp9H$`HkpHl$hH$HH$H\$HKH$H$H$HH$H\$hH\$HD$HL$HD$ H$H$HH$=HCH$HHH$HH$HH$=fHCHH$HD$&H$H\$H$H\$H$H\$ H$XH(HT$@L$DH$XH$H$`H\$HcH\$DL$@H$X|$DH$hH$`HihH z HH1H9'HYhHHIxAAu6HHt)HBhHRpHkxHcH9sH(HPALBpLJxHcL9wvLRhI)I)ItM*HnHtSHUHEL$LT$L$ LD$L$(LL$fL$ H$H$H$HZ bEDL$LHH$H\$HH$H$H$HH$H\$LH\$HD$HL$HD$ H$H$HH$=uXHCHH$HD$#H$H\$H$H\$H$H\$ H$XH(HiLCL$HD$ALBpLJxHcL9wwLRhI)I)ItM*HnHtTHUHEL$LT$L$ LD$L$(LL$\$ H$H$H$HZ(EAVLBpLJxHcL9wvLRhI)I)ItM*HnHtSHUHEL$LT$L$ LD$L$(LL$HL$ H$H$H$HZ0+EI1$0$4$8H$@H$HHHT$pHHHHHH9)HHHHk H$0+$4@k$8kH$@HkH$H=HkIHIIIH$H$HH$H9s^HHH;DKH\$xL=uLC@HixHhHkH,$LD$HD$xH$hLCL$Hl$LT$pDL$@|$DH$h/HH$Ht$HD$HT$Hl$ LT$pDL$@|$DH$hHt$(Hl$0HT$8ItsHHl$XHIIH$=uIYML$Ht$LT$pDL$@|$DH$HD$XH$hAH AWD$`HH$HH|$HHHKHOH\$`H\$D$`ZD$HH\$HH$`l$DLCpLKxHcL9w}LShI)I)ItM*H$XHkHtRHUHML$LT$L$ LD$L$(LL$D$ H$H$H$HZ(EAWD$`HH$HH|$HHHKHOH\$`H\$D$`D$PH\$PHH$`l$DLCpLKxHcL9w~LShI)I)ItM*H$XHkHtSHUHML$LT$L$ LD$L$(LL$HD$ H$H$H$HZ0EDL$LHH$H\$HH$H$H$HH$H\$LH\$HD$HL$HD$ H$H$HH$=uXHCHH$HD$*H$H\$H$H\$H$H\$ H$XH(HLCL$HD$H$HH$HT$HH$H$H$HH$H$HH$=uPHBHH$HD$HT$H$H\$H$H\$ H$XH(HLBL$HD$H$BH 553 DLJxHcLcM9L9LRhI)I)ItM*L$ L$(L$1H$H$HH$HHH|$HHHKHOH$H\$H$H$ H$(H$H$H$H$H$H9}HH$H4$H$HT$HD$]H^LCL$HD$LCL$HD$.H$pH$H$xH\$H$hT$@L$D 557 (type.[2]interface {} 558 "runtime.newobjecttype.int 559 runtime.convT2E6runtime.writeBarrierEnabledtype.*"".Prog6runtime.writeBarrierEnabledfgo.string."data out of order (already have %d)\n%v" 560 "".Symgrow 561 562 $runtime.panicindex 565 $runtime.panicslice (type.[1]interface {} 568 "runtime.newobjecttype.int32 569 runtime.convT2E6runtime.writeBarrierEnabled^go.string."unexpected %d-byte integer constant" 570 .runtime.writebarrierptr 571 $runtime.panicslice 572 $runtime.panicslice6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled 573 .runtime.writebarrierptr 574 $runtime.panicindex 575 .runtime.writebarrierptrtype.[]"".Reloc 576 "runtime.growslice6runtime.writeBarrierEnabled 577 .runtime.writebarrierptrtype.float64 578 "runtime.assertE2T"# 579 $runtime.panicslice#type.float64$ 580 "runtime.assertE2T&& 581 $runtime.panicslice'(type.[1]interface {}' 582 "runtime.newobject(type.int32( 583 runtime.convT2E)6runtime.writeBarrierEnabled)lgo.string."unexpected %d-byte floating point constant"** 584 .runtime.writebarrierptr+(type.[1]interface {}+ 585 "runtime.newobject,type.*"".Prog,6runtime.writeBarrierEnabled-0go.string."bad data: %v".. 586 .runtime.writebarrierptr0type.string1 587 "runtime.assertE2T3 588 runtime.memmove3 589 $runtime.panicslice3 590 .runtime.writebarrierptr4 591 .runtime.writebarrierptr4 592 "".mangle5 593 0runtime.morestack_noctxtPR"".autotmp_0060"type.interface {}"".autotmp_0059*type.*[1]interface {}"".autotmp_0058&type.[]interface {}"".autotmp_0057type.int32"".autotmp_0055?type."".Reloc"".autotmp_0053type.int"".autotmp_0052type.string"".autotmp_0051type.[]uint8"".autotmp_0047"type.interface {}"".autotmp_0046*type.*[1]interface {}"".autotmp_0045&type.[]interface {}"".autotmp_0042&type.[]interface {}"".autotmp_0041type.int"".autotmp_0040"type.interface {}"".autotmp_0038&type.[]interface {}"".autotmp_0037type.[]uint8"".autotmp_0036type.[]uint8"".autotmp_0035type.[]uint8"".autotmp_0034type.int32"".autotmp_0033type.int"".autotmp_0032type.string"".autotmp_0031type.[]uint8"".autotmp_0030type.int32"".autotmp_0029type.[]uint8"".autotmp_0028type.float64"".autotmp_0027otype.[]uint8"".autotmp_0026type.float64"".autotmp_0025type.int32"".autotmp_0024type.*"".Prog"".autotmp_0023type.*"".Prog"".autotmp_0022type.int"".stype.*"".LSymmath.f2type.float64math.f2type.float32"".rtype.*"".Reloc"".siztype.int32"".offtype.int32 596 "".pn0type.string"".p type.*"".Prog"".stype.*"".LSym"".ctxttype.*"".Link"t*+*K* 597 ! 598 # 600 | 603 604 } 605 607 |%"%% 609 610 611 TDC 613 Q<;LK VU# 615 43 616 %5 .~R?v~ !k #/%Tgclocals1eccd0be72d6f4fd9e76ca7b90e8190fTgclocals3bde452c0275911ef0b277594db557f4fprebuilts/go/linux-x86/src/cmd/internal/obj/data.go"".AddreldH%H;aHp1\$P\$T\$XH\$`H\$hH\$xHHHHHH9HHHHk Hl$P+l$T@kl$XkHl$`HkHl$h=u]HkH\$xHHH\$xHt;HHHHHH9sHHH$HpLCL$Hl$HH$HT$HD$HL$Hl$ HT$(HD$0HL$8H\$xHtWHHD$@HHHHT$H=uHLL$HT$HT$HHD$@S 624 6runtime.writeBarrierEnabled 625 $runtime.panicindex 626 .runtime.writebarrierptrtype.[]"".Reloc 627 "runtime.growslice6runtime.writeBarrierEnabled 628 .runtime.writebarrierptr 629 0runtime.morestack_noctxt "".autotmp_0077?type."".Reloc"".~r1type.*"".Reloc"".stype.*"".LSym$Y >b%Tgclocalsf7309186bf9eeb0f8ece2eb16f2dc110Tgclocalsba46f50bace1bf64868a9d607a9c8208fprebuilts/go/linux-x86/src/cmd/internal/obj/data.go"".Setuintxx 632 633 dH%H;ajHPH|$hHt$XHT$pHD$`HXfuf@HX0LD$xHLH9}:LD$xHLHh0H4$HD$Hh0Hl$H|$hHt$XHT$pHD$`HL$xHHuCHHt6HHhH@pHkxH9sH9Hl$xHHH$HPHuL@pLHxL9wlLPhI)I)ItM:HnHtIHMHELT$8LT$LD$@LD$LL$HLL$fT$ HD$0H$HL$(HY H|$hcEHL@pLHxL9wmLPhI)I)ItM:HnHtJHMHELT$8LT$LD$@LD$LL$HLL$\$ HD$0H$HL$(HY(H|$hEHL@pLHxL9wlLPhI)I)ItM:HnHtIHMHELT$8LT$LD$@LD$LL$HLL$HT$ HD$0H$HL$(HY0H|$hNEy 639 640 "".Symgrow 641 $runtime.panicindex 642 $runtime.panicslice 643 $runtime.panicslice 644 $runtime.panicslice 645 0runtime.morestack_noctxt`"".autotmp_0085type.[]uint8"".autotmp_0084type.[]uint8"".autotmp_0083type.[]uint8"".~r5Ptype.int64"".wid@type.int64"".v0type.uint64"".off type.int64"".stype.*"".LSym"".ctxttype.*"".Linkd++ o 653 p 654 656 o!qTgclocalsd98f60bd8519d0c68364b2a1d83af357Tgclocals12fc1489b12fcdedb8fc818b7369b5d9fprebuilts/go/linux-x86/src/cmd/internal/obj/data.go"".adduintxxdH%H;avMH8HL$HHi0H\$@H$HL$Hl$0Hl$H\$PH\$H\$XH\$ H\$0H\$`H8 660 661 "".Setuintxx 662 0runtime.morestack_noctxtPp"".offtype.int64"".~r4@type.int64"".wid0type.int"".v type.uint64"".stype.*"".LSym"".ctxttype.*"".LinkpHopp1 667 H(Tgclocals1347047f6245a35b91e9a4f213167d52Tgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/data.go"".adduint8dH%H;av>H(H\$0H$H\$8H\$\$@H\$HD$H\$ H\$HH( 669 t 670 "".adduintxx 671 0runtime.morestack_noctxt@P"".~r30type.int64"".v type.uint8"".stype.*"".LSym"".ctxttype.*"".LinkP9OP`: 673 9'Tgclocals0ebb2d1da58c1b4224bf5a7b370d7578Tgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/data.go"".adduint16dH%H;av?H(H\$0H$H\$8H\$H\$@H\$HD$H\$ H\$HH( 675 v 676 "".adduintxx 677 0runtime.morestack_noctxt@P"".~r30type.int64"".v type.uint16"".stype.*"".LSym"".ctxttype.*"".LinkP:OP`; 679 :&Tgclocals0ebb2d1da58c1b4224bf5a7b370d7578Tgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/data.go"".Adduint32dH%H;av=H(H\$0H$H\$8H\$\$@H\$HD$H\$ H\$HH( 681 r 682 "".adduintxx 683 0runtime.morestack_noctxt@P"".~r30type.int64"".v type.uint32"".stype.*"".LSym"".ctxttype.*"".LinkP8OP`9 685 8(Tgclocals0ebb2d1da58c1b4224bf5a7b370d7578Tgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/data.go"".Adduint64dH%H;av>H(H\$0H$H\$8H\$H\$@H\$HD$H\$ H\$HH( 687 t 688 "".adduintxx 689 0runtime.morestack_noctxt@P"".~r30type.int64"".v type.uint64"".stype.*"".LSym"".ctxttype.*"".LinkP9OP`: 691 9'Tgclocals0ebb2d1da58c1b4224bf5a7b370d7578Tgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/data.go"".setuint8dH%H;avHH0H\$8H$H\$@H\$H\$HH\$\$PH\$HD$ H\$(H\$XH0 693 694 "".Setuintxx 695 0runtime.morestack_noctxtP` 696 "".~r4@type.int64"".v0type.uint8"".r type.int64"".stype.*"".LSym"".ctxttype.*"".Link`C_` `D 698 CTgclocals1347047f6245a35b91e9a4f213167d52Tgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/data.go"".setuint16dH%H;avIH0H\$8H$H\$@H\$H\$HH\$H\$PH\$HD$ H\$(H\$XH0 700 701 "".Setuintxx 702 0runtime.morestack_noctxtP` 703 "".~r4@type.int64"".v0type.uint16"".r type.int64"".stype.*"".LSym"".ctxttype.*"".Link`D_``E 705 DTgclocals1347047f6245a35b91e9a4f213167d52Tgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/data.go"".setuint32dH%H;avGH0H\$8H$H\$@H\$H\$HH\$\$PH\$HD$ H\$(H\$XH0 707 708 "".Setuintxx 709 0runtime.morestack_noctxtP` 710 "".~r4@type.int64"".v0type.uint32"".r type.int64"".stype.*"".LSym"".ctxttype.*"".Link`B_` 712 `C 713 714 BTgclocals1347047f6245a35b91e9a4f213167d52Tgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/data.go"".setuint64dH%H;avHH0H\$8H$H\$@H\$H\$HH\$H\$PH\$HD$ H\$(H\$XH0 716 717 "".Setuintxx 718 0runtime.morestack_noctxtP` 719 "".~r4@type.int64"".v0type.uint64"".r type.int64"".stype.*"".LSym"".ctxttype.*"".Link`C_` `D 721 CTgclocals1347047f6245a35b91e9a4f213167d52Tgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/data.go"".addaddrplus 723 dH%HD$H;AHH$H$HXfuf@Hh0Hl$@HH0LBIhXHHh0H$HD$Hh0Hl$H$1$$$H$H$Ht$PHHHHHH9HHHHHk H$+$@k$kH$HkH$=HkHHHHHHl$xH\$hHHL$pH9HHHH\$XHtzH$=uPHkHl$@(L$M@IhX@h@H$HhXHl$@HH$HLCL$Hl$HD$XLCL$Hl$Ht$PHH$HT$HD$HL$Hl$ Ht$PHT$(HD$0HL$8Ht\HHD$HHHHHT$`=uHNLL$HT$Ht$PHT$`HD$H%E 727 728 "".Symgrow6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled 729 .runtime.writebarrierptr 730 $runtime.panicindex 731 .runtime.writebarrierptrtype.[]"".Reloc 732 "runtime.growslice 6runtime.writeBarrierEnabled 733 734 .runtime.writebarrierptr 735 736 0runtime.morestack_noctxtP"".autotmp_0101?type."".Reloc"".stype.*"".LSym"".rtype.*"".Reloc"".itype.int64"".~r4@type.int64"".add0type.int64"".t type.*"".LSym"".stype.*"".LSym"".ctxttype.*"".LinkP/ n.b,Tgclocalsbc05014660a17ce4355c4e828da3d335Tgclocalsfd97ab90d969c0f5a36dc74155a9f016fprebuilts/go/linux-x86/src/cmd/internal/obj/data.go"".addpcrelplus 742 743 dH%HD$H;AHH$HXfuf@Hh0Hl$@Hh0HHh0H$H$HD$Hh0Hl$H$1$$$H$H$Ht$PHHHHHH98HHHHk H$+$@k$kH$HkH$=HkHHHHHHl$xH\$hHHL$pH9HHHH\$XHtjH$=u@HkHl$@(H$Hh@@XHl$@HH$HLCL$Hl$HD$XLCL$Hl$Ht$P HH$HT$HD$HL$Hl$ Ht$PHT$(HD$0HL$8Ht\HHD$HHHHHT$`=uH^LL$HT$Ht$PHT$`HD$H5\ 748 749 "".Symgrow6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled 750 .runtime.writebarrierptr 751 $runtime.panicindex 752 .runtime.writebarrierptrtype.[]"".Reloc 753 "runtime.growslice 6runtime.writeBarrierEnabled 754 .runtime.writebarrierptr 755 756 0runtime.morestack_noctxtP"".autotmp_0110?type."".Reloc"".stype.*"".LSym"".rtype.*"".Reloc"".itype.int64"".~r4@type.int64"".add0type.int64"".t type.*"".LSym"".stype.*"".LSym"".ctxttype.*"".LinkP' g.b3Tgclocalsbc05014660a17ce4355c4e828da3d335Tgclocalsfd97ab90d969c0f5a36dc74155a9f016fprebuilts/go/linux-x86/src/cmd/internal/obj/data.go"".addaddrdH%H;av>H(H\$0H$H\$8H\$H\$@H\$HD$H\$ H\$HH( 764 t 765 "".addaddrplus 766 0runtime.morestack_noctxt@P"".~r30type.int64"".t type.*"".LSym"".stype.*"".LSym"".ctxttype.*"".LinkP9OP`: 768 9'Tgclocalse5d5edcf53e2c122038779d75a487a60Tgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/data.go"".setaddrplusdH%HD$H;AHH$HXfuf@H$HmH]XH$HHh0H9~FL$M@IhXL$LHh0H$H$HD$Hh0Hl$H$H1\$x\$|$H$H$HHD$HHHHHHH9OHHHHk Hl$x+l$|@k$kH$HkH$=HkHHHHHHl$pH\$`HHL$hH9HHHH\$PHH$=uVHkH$(L$M@IhX@h@H$HhXH$HH$HLCL$Hl$HD$PyLCL$Hl$Ht$HHH$HT$HD$HL$Hl$ Ht$HHT$(HD$0HL$8Ht\HHD$@HHHHT$X=uHGLL$HT$Ht$HHT$XHD$@ 774 775 "".Symgrow6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled 776 .runtime.writebarrierptr 777 $runtime.panicindex 778 .runtime.writebarrierptr type.[]"".Reloc 779 "runtime.growslice 780 6runtime.writeBarrierEnabled 782 .runtime.writebarrierptr 784 0runtime.morestack_noctxt`"".autotmp_0119?type."".Reloc"".stype.*"".LSym"".rtype.*"".Reloc"".~r5Ptype.int64"".add@type.int64"".t0type.*"".LSym"".off type.int64"".stype.*"".LSym"".ctxttype.*"".LinkP'$'$ ".b.Tgclocalsb9866e060437872c24f5c651ff0db0a6Tgclocalsfd97ab90d969c0f5a36dc74155a9f016fprebuilts/go/linux-x86/src/cmd/internal/obj/data.go"".setaddrdH%H;avHH0H\$8H$H\$@H\$H\$HH\$H\$PH\$HD$ H\$(H\$XH0 792 793 "".setaddrplus 794 0runtime.morestack_noctxtP` 795 "".~r4@type.int64"".t0type.*"".LSym"".off type.int64"".stype.*"".LSym"".ctxttype.*"".Link`C_` `D 798 CTgclocalsb0ceb230510ee8cb80caa5a2e5dbb4bcTgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/data.go"".addsize 799 800 dH%HD$H;AHH$H$HXfuf@Hh0Hl$@HH0LBIhXHHh0H$HD$Hh0Hl$H$1$$$H$H$Ht$PHHHHHH9<HHHHk H$+$@k$kH$HkH$=HkHHHHHHl$xH\$hHHL$pH9HHHH\$XHtnH$=uDHkHl$@(L$M@IhX@h@XHl$@HH$HLCL$Hl$HD$XLCL$Hl$Ht$PHH$HT$HD$HL$Hl$ Ht$PHT$(HD$0HL$8Ht\HHD$HHHHHT$`=uHZLL$HT$Ht$PHT$`HD$H1Q 804 805 "".Symgrow6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled 806 .runtime.writebarrierptr 807 $runtime.panicindex 808 .runtime.writebarrierptrtype.[]"".Reloc 809 "runtime.growslice 6runtime.writeBarrierEnabled 810 811 .runtime.writebarrierptr 812 813 0runtime.morestack_noctxt@"".autotmp_0129?type."".Reloc"".stype.*"".LSym"".rtype.*"".Reloc"".itype.int64"".~r30type.int64"".t type.*"".LSym"".stype.*"".LSym"".ctxttype.*"".LinkL/ n.b(Tgclocals3c6880aeaad1c45dd22473e00a52da5cTgclocalsfd97ab90d969c0f5a36dc74155a9f016fprebuilts/go/linux-x86/src/cmd/internal/obj/data.go"".addaddrplus4 818 819 dH%HD$H;AHH$HXfuf@Hh0Hl$@Hh0HHh0H$H$HD$Hh0Hl$H$1$$$H$H$Ht$PHHHHHH98HHHHk H$+$@k$kH$HkH$=HkHHHHHHl$xH\$hHHL$pH9HHHH\$XHtjH$=u@HkHl$@(@@H$HhXHl$@HH$HLCL$Hl$HD$XLCL$Hl$Ht$P HH$HT$HD$HL$Hl$ Ht$PHT$(HD$0HL$8Ht\HHD$HHHHHT$`=uH^LL$HT$Ht$PHT$`HD$H5\ 823 824 "".Symgrow6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled 825 .runtime.writebarrierptr 826 $runtime.panicindex 827 .runtime.writebarrierptrtype.[]"".Reloc 828 "runtime.growslice 6runtime.writeBarrierEnabled 829 .runtime.writebarrierptr 830 831 0runtime.morestack_noctxtP"".autotmp_0138?type."".Reloc"".stype.*"".LSym"".rtype.*"".Reloc"".itype.int64"".~r4@type.int64"".add0type.int64"".t type.*"".LSym"".stype.*"".LSym"".ctxttype.*"".LinkP' g.b3Tgclocalsbc05014660a17ce4355c4e828da3d335Tgclocalsfd97ab90d969c0f5a36dc74155a9f016fprebuilts/go/linux-x86/src/cmd/internal/obj/data.go"".Flagfn2dH%H;avXH8HH\$(HD$0HH$H\$(H\$HD$H\$HH$HKHL$ 843 , go.string."flag"Vtype.string 844 runtime.convT2E 845 runtime.gopanic 846 0runtime.morestack_noctxtPp"".autotmp_0145type.string 847 p]pp 848 F*Tgclocals82d5910a1e150f71c12d942336897df5Tgclocalsd8fdd2a55187867c76648dc792366181fprebuilts/go/linux-x86/src/cmd/internal/obj/flag.go"".FlagcountdH%H;aHHH\$pH\$0H1H9tJHL$0HD$8H$HL$@HL$H\$PH\$H\$XH\$H\$`H\$ H\$hH\$(HHHH$HH\$HH\$HD$N 850 H8go.itab.*"".count.flag.Value 851 flag.Vartype.*"".counttype.flag.Value8go.itab.*"".count.flag.Value 852 runtime.typ2Itab 853 0runtime.morestack_noctxtP"".autotmp_0146/type.*"".count"".val@type.*int"".usage type.string"".nametype.stringaG"]/o-$Tgclocals82d5910a1e150f71c12d942336897df5Tgclocals2c033e7f4f4a74cc7e9f368d1fec9f60fprebuilts/go/linux-x86/src/cmd/internal/obj/flag.go"".Flagint32dH%H;aHHH\$pH\$0H1H9tJHL$0HD$8H$HL$@HL$H\$PH\$H\$XH\$H\$`H\$ H\$hH\$(HHHH$HH\$HH\$HD$N 856 HBgo.itab.*"".int32Value.flag.Value 857 flag.Var&type.*"".int32Valuetype.flag.ValueBgo.itab.*"".int32Value.flag.Value 858 runtime.typ2Itab 859 0runtime.morestack_noctxtP"".autotmp_0150/&type.*"".int32Value"".val@type.*int32"".usage type.string"".nametype.stringaG*]/o-$Tgclocals82d5910a1e150f71c12d942336897df5Tgclocals2c033e7f4f4a74cc7e9f368d1fec9f60fprebuilts/go/linux-x86/src/cmd/internal/obj/flag.go"".Flagint64dH%H;avGH0HD$XH$H\$8H\$H\$@H\$H(Hl$H\$HH\$ H\$PH\$(H0 862 863 flag.Int64Var 864 0runtime.morestack_noctxtP`"".val@type.*int64"".usage type.string"".nametype.string`B_` 866 `29 867 868 LTgclocalsf509ece0c6176f9271cccd6d38dc9813Tgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/flag.go"".FlagstrdH%H;avRH8HD$`H$H\$@H\$H\$HH\$H|$HHHHHOH\$PH\$(H\$XH\$0H8 870 871 flag.StringVar 872 0runtime.morestack_noctxtPp"".val@type.*string"".usage type.string"".nametype.stringpMopp:D 874 WTgclocalsf509ece0c6176f9271cccd6d38dc9813Tgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/flag.go"".Flagfn0dH%H;aHHH\$pH\$0H1H9tJHL$0HD$8H$HL$@HL$H\$PH\$H\$XH\$H\$`H\$ H\$hH\$(HHHH$HH\$HH\$HD$N 876 H2go.itab."".fn0.flag.Value 877 flag.Vartype."".fn0type.flag.Value2go.itab."".fn0.flag.Value 878 runtime.typ2Itab 879 0runtime.morestack_noctxtP"".autotmp_0154/type."".fn0"".f@type.func()"".usage type.string"".nametype.stringaGB]/o-$Tgclocals82d5910a1e150f71c12d942336897df5Tgclocals2c033e7f4f4a74cc7e9f368d1fec9f60fprebuilts/go/linux-x86/src/cmd/internal/obj/flag.go"".Flagfn1dH%H;aHHH\$pH\$0H1H9tJHL$0HD$8H$HL$@HL$H\$PH\$H\$XH\$H\$`H\$ H\$hH\$(HHHH$HH\$HH\$HD$N 881 H2go.itab."".fn1.flag.Value 882 flag.Vartype."".fn1type.flag.Value2go.itab."".fn1.flag.Value 883 runtime.typ2Itab 884 0runtime.morestack_noctxtP"".autotmp_0158/type."".fn1"".f@"type.func(string)"".usage type.string"".nametype.stringaGJ]/o-$Tgclocals82d5910a1e150f71c12d942336897df5Tgclocals2c033e7f4f4a74cc7e9f368d1fec9f60fprebuilts/go/linux-x86/src/cmd/internal/obj/flag.go"".FlagprintdH%H;aHHH\$PHuQHH\$ H1H9tYHHD$8HT$@H\$ Ht9HD$(HCPHT$0=uHSXHHLCXL$HT$HH$HH\$HH\$HD$u/ 886 J flag.CommandLineb4go.itab.*os.File.io.Writer~os.Stdout6runtime.writeBarrierEnabled 887 $flag.PrintDefaults 888 .runtime.writebarrierptrtype.*os.Filetype.io.Writer4go.itab.*os.File.io.Writer 889 runtime.typ2Itab 890 0runtime.morestack_noctxt"".autotmp_0162type.io.Writerflag.output2?type.io.Writerflag.f1O$type.*flag.FlagSet 891 "".fdtype.intec&RQ6sE(Tgclocals6772f59c44c18e46c82de1ae01e9ed47Tgclocalsfad3647538fe088c3f63d28bb4a0e2d7fprebuilts/go/linux-x86/src/cmd/internal/obj/flag.go"".FlagparsedH%H;av:HH\$=uHHH-H,$H\$ 894 46runtime.writeBarrierEnabledHflag.UsageR 895 flag.Parsejflag.Usage 896 .runtime.writebarrierptr 897 0runtime.morestack_noctxt "".usagetype.func() P` 898 ((Tgclocals87d20ce1b58390b294df80b886db78bfTgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/flag.go$"".(*count).StringdH%H;aHh1H\$xH$H\$pH+Hl$(1H\$@H\$HH\$@HHD$XHD$`H\$PHH$H\$(H\$HD$HL$HD$ H\$PHL$0HHD$8=uBHCH\$PH$H\$XH\$H\$`H\$HL$HD$ HL$xH$HhLCL$HD$D 901 type.int 902 runtime.convT2E6runtime.writeBarrierEnabled 903 fmt.Sprint 904 .runtime.writebarrierptr 905 0runtime.morestack_noctxt0"".autotmp_0171o"type.interface {}"".autotmp_0170O(type.[1]interface {}"".autotmp_0167/&type.[]interface {}"".autotmp_0165type.int"".~r0type.string"".ctype.*"".count1t&K.$Tgclocalscb395d89503762333b1bfb09ba74eb12Tgclocals5ef976c2593056b9243adf402ae9d952fprebuilts/go/linux-x86/src/cmd/internal/obj/flag.go"".(*count).Set 908 dH%HD$H;AYH1H$H$H$HT$hH$HugH$HD$pHD$H-Hl$HD$HT$hH$HD$p\$ t#H)HH)1H$H$HHD$pHu>H$HD$H-Hl$HD$\$ tH$HH$H$H$H\$HD$HL$H\$ H\$@HL$8H$H$H\$xH$H$1H\$XH\$`H\$XHH$H$H$HH$H\$xH\$HD$HL$HD$ H$HL$HHHD$P=ufHCHH$HD$H$H\$H$H\$H$H\$ HL$(HD$0H$H$HLCL$HD$H$H( 911 go.string."true" 912 runtime.eqstring"go.string."false" 913 runtime.eqstring 914 strconv.Atoitype.string 915 runtime.convT2E6runtime.writeBarrierEnabled8go.string."invalid count %q" 916 fmt.Errorf 917 .runtime.writebarrierptr 918 0runtime.morestack_noctxtP"".autotmp_0180"type.interface {}"".autotmp_0179(type.[1]interface {}"".autotmp_0176/&type.[]interface {}"".autotmp_0175otype.string"".autotmp_0173Otype.string"".errtype.error"".~r10type.error"".stype.string"".ctype.*"".count(:<|1J 82oml4-Tgclocalse305bb77d4e256fc23850a54ea31a3ddTgclocals75073ae924017e1fecd2ba7028b4905bfprebuilts/go/linux-x86/src/cmd/internal/obj/flag.go,"".(*count).IsBoolFlag D$ "".~r0type.bool"".ctype.*"".countTgclocals3f5c1f818fa7055d0400cecd34057162Tgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/flag.go"".newIntValue@"HD$l$(HD$0"".~r2 &type.*"".int32Value"".ptype.*int32"".valtype.int32 Tgclocalsa12acc10a3dec084236002ef5ea41718Tgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/flag.go("".(*int32Value).SetdH%H;avaH81H\$XH\$`H\$HH$H\$PH\$HD$HD$@HT$ HL$(HD$0H\$@+HL$XHD$`H8 928 929 strconv.ParseInt 930 0runtime.morestack_noctxtPp"".~r10type.error"".stype.string"".i&type.*"".int32Valuep\op9 932 D<Tgclocals1347047f6245a35b91e9a4f213167d52Tgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/flag.go("".(*int32Value).GetdH%H;avWH01H\$@H\$HH\$8+l$,HH$H\$,H\$HD$H\$H\$@H\$ H\$HH0 934 Ztype.int32 935 runtime.convT2E 936 0runtime.morestack_noctxt0`"".autotmp_0181type.int32"".~r0"type.interface {}"".i&type.*"".int32Value`R_` 938 pp 939 H(Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/flag.go."".(*int32Value).StringdH%H;aH`1H\$pH\$x1H\$8H\$@H\$8HHD$PHD$XH\$HHH$H\$hH\$H|$HD$HL$HD$ H\$HHL$(HHD$0=u?HCH\$HH$H\$PH\$H\$XH\$HL$HD$ HL$pHD$xH`LCL$HD$%n/ 942 $type."".int32Value 943 runtime.convT2E6runtime.writeBarrierEnabled 944 fmt.Sprint 945 .runtime.writebarrierptr 946 0runtime.morestack_noctxt0 947 "".autotmp_0187o"type.interface {}"".autotmp_0186O(type.[1]interface {}"".autotmp_0183/&type.[]interface {}"".~r0type.string"".i&type.*"".int32Value8 949 K++Tgclocalscb395d89503762333b1bfb09ba74eb12Tgclocals5ef976c2593056b9243adf402ae9d952fprebuilts/go/linux-x86/src/cmd/internal/obj/flag.go"".fn0.SetrdH%H;av#1H\$ H\$(HT$H1H\$ H\$( 951 Ff 952 0runtime.morestack_noctxtP"".~r10type.error"".stype.string"".ftype."".fn0@@ 954 956 #Tgclocals1347047f6245a35b91e9a4f213167d52Tgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/flag.go"".fn0.Get 11H\$H\$0"".~r0"type.interface {}"".ftype."".fn0Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/flag.go"".fn0.String 11H\$H\$0"".~r0type.string"".ftype."".fn0Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/flag.go""".fn0.IsBoolFlag D$ "".~r0type.bool"".ftype."".fn0Tgclocals3f5c1f818fa7055d0400cecd34057162Tgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/flag.go"".fn1.SetdH%H;av>H1H\$0H\$8H\$ H$H\$(H\$HT$H1H\$0H\$8H 962 t 963 0runtime.morestack_noctxtP "".~r10type.error"".stype.string"".ftype."".fn1 9 ` 965 :&Tgclocals1347047f6245a35b91e9a4f213167d52Tgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/flag.go"".fn1.String 11H\$H\$0"".~r0type.string"".ftype."".fn1Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/flag.go"".addexp dH%HD$H;A(HH$1H H9HHHD$@LL9HkHH3Ht$hHKHL$pH9H4$HL$H$Hl$HT$H$HD$@\$ tgH-L IL9sJMkLH]1H9t)HLHL9sHkHHkHEHHH H9H$H\$xH$1H\$XH\$`H\$XHH$H$H$HH$H\$xH\$HD$HL$HD$ H$HL$HHHD$P=uYHCHH$HD$H$H\$H$H\$H$H\$ H$HLCL$HD$!* 975 X"".experx"".exper"".exper 976 runtime.eqstring"".exper"".exper"".exper"".exper 977 $runtime.panicindex 978 $runtime.panicindex"".expertype.string 979 runtime.convT2E6runtime.writeBarrierEnabledFgo.string."unknown experiment %s\n" 980 fmt.Printf 981 os.Exit 982 .runtime.writebarrierptr 983 $runtime.panicindex 984 0runtime.morestack_noctxt "".autotmp_0196"type.interface {}"".autotmp_0195(type.[1]interface {}"".autotmp_0192/&type.[]interface {}"".autotmp_0191otype.string"".autotmp_0190Otype.string"".autotmp_0188type.int"".itype.int"".stype.string(2@B'w() "l Tgclocalsa8402fb913afde093f7818dc5c2d5fd9Tgclocals8545b58c4b9f8106c0385c0a009a5f63bprebuilts/go/linux-x86/src/cmd/internal/obj/go.go"".init.1dH%HD$H;AH1H$H\$HH\$HD$HL$ HD$(HT$0H$H$H$H$1HD$xHD$8HL$pHl$8H9}ZHL$HHtWH1HAHT$@Ht$`HD$hHt"Ht$PH4$HD$XHD$HT$@HL$HHHHl$8H9|H 988 989 Zgo.string."," 990 strings.Split 991 "".addexp 992 0runtime.morestack_noctxt"".autotmp_0202type.string"".autotmp_0201type.*string"".autotmp_0200type.int"".autotmp_0199type.int"".autotmp_0198_type.[]string"".autotmp_0197/type.[]string"".ftype.string$^" 993 ?8Tgclocals69c1753bd5f81501d95132d08af04464Tgclocals57020178141ca060aca86085906195cdbprebuilts/go/linux-x86/src/cmd/internal/obj/go.go"".NopoutHL$f 995 HH1H1Hi`fHHh1HF 996 runtime.duffzero 997 runtime.duffzero"".ptype.*"".ProgPP"n Tgclocals87d20ce1b58390b294df80b886db78bfTgclocals33cdeccccebe80329f1fdbee7f5874cbbprebuilts/go/linux-x86/src/cmd/internal/obj/go.go"".Nocache`THD$f@HX`1H9tHX`C @q"".ptype.*"".Prog00 Tgclocals87d20ce1b58390b294df80b886db78bfTgclocals33cdeccccebe80329f1fdbee7f5874cbbprebuilts/go/linux-x86/src/cmd/internal/obj/go.go"".Expstring dH%H;a(Hx1H$H$HH5H1H\$HHl$HH9HL$PHLHL9HkHHkH]HHt$XHT$`H$Ht$hHt$HT$pHT$HH\$HD$ H5H-HH9MHkHH|$(HHHNHOHL$PHt$8HT$@HHl$HH94HHt$XH4$HT$`HT$H-Hl$HD$Ht$XHT$`\$ t@H$Ht$hHt$HT$pHT$HH\$HD$ Ht$(HT$0HHT$`HrnHHHt$XHtHHH$HH\$HD$Hl$hHl$HD$pHD$ H\$(H$H\$0H$Hx& 1003 X"".experfgo.string."X""".exper"".expergo.string.",""".exper"".exper 1004 *runtime.concatstring3go.string."X" 1005 runtime.eqstring"go.string.",none" 1006 *runtime.concatstring2go.string."X:" 1007 *runtime.concatstring2 1008 $runtime.panicslice 1009 $runtime.panicindex 1010 $runtime.panicindex 1011 0runtime.morestack_noctxt "".autotmp_0207_type.int"".autotmp_0206Otype.int"".autotmp_0205type.string"".autotmp_0204type.string"".autotmp_0203type.string"".buf?type.string"".~r0type.string*<)3 1014 K@WJTgclocalsc55cf99de9cdd8c8202a466952fa1a45Tgclocals83ead081cd909acab0dcd88a450c1878bprebuilts/go/linux-x86/src/cmd/internal/obj/go.go"".mkfwd 1016 1017 dH%H;aHp1\$\$\$ \$$\$(1\$,\$0\$4\$8\$<1H\$HH\$PH\$XH\$`H\$h1H}_HH\$,HHH\$HHH\$HHHHHH|H\$x1HKP1H9HY1H9HH}H1HH\$H7HH\$HH+H\$HHH\$HHHl$,HHlDEDH\$HHHH1H9t2H\$HHD$HsuHH+HtcHL$@=u4HH\$HHsHHHI1H9HpLL$HL$HL$@HD$EH\$,Hs.HIIHl$,IsJlmk+Q" 1033 6runtime.writeBarrierEnabled 1034 $runtime.panicindex 1035 .runtime.writebarrierptr 1036 $runtime.panicindex 1037 $runtime.panicindex 1038 $runtime.panicindex 1039 $runtime.panicindex 1040 $runtime.panicindex 1041 $runtime.panicindex 1042 $runtime.panicindex 1043 $runtime.panicindex 1044 $runtime.panicindex 1045 $runtime.panicindex 1046 1047 $runtime.panicindex 1048 1049 $runtime.panicindex 1050 1051 0runtime.morestack_noctxt"".autotmp_0209type.int"".p_type.*"".Prog"".itype.int"".lstO type.[5]*"".Prog"".cnttype.[5]int32"".dwntype.[5]int32"".symtype.*"".LSym^ 1056 ..2-Tgclocals51fa0e13d53d6bad7f86670d3edaeac6Tgclocalsb597b337c9fdfbc242ac76dbebba51fdbprebuilts/go/linux-x86/src/cmd/internal/obj/ld.go"".CopypdH%H;aH0H\$8H\$(HH$HD$HD$HtmHl$(=uJH(H\$@Ht8HD$ Ht)HD$H\$HH$H\$ H\$HH0H$Hl$HD$D 1061 Htype."".ProgZ 1062 "runtime.newobject6runtime.writeBarrierEnabledtype."".Prog 1063 (runtime.typedmemmove 1064 .runtime.writebarrierptr 1065 0runtime.morestack_noctxt0`"".p/type.*"".Prog"".ctxttype.*"".Link"".ptype.*"".Prog"".~r2 type.*"".Prog"".qtype.*"".Prog"".ctxttype.*"".Link`y_`/(;0,Q%Tgclocals42e7756549fd1f1e78e70fcb9f08dd2bTgclocals636e7937a2cf524176bebf8c5ea7fe37bprebuilts/go/linux-x86/src/cmd/internal/obj/ld.go"".AppendpdH%H;aH(H\$0H\$ HH$HD$HD$HHl$ =H(HD$HHl$8LE=usL@H\$8Ht`=u>HCHt0LD$8ALD$8A@HD$@H(LCL$HD$HD$HhH,$LD$HD$uXH$Hl$HD$1 1069 Htype."".ProgZ 1070 "runtime.newobject6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled 1071 .runtime.writebarrierptr 1072 .runtime.writebarrierptr 1073 .runtime.writebarrierptr 1074 0runtime.morestack_noctxt0P"".p/type.*"".Prog"".ctxttype.*"".Link"".ptype.*"".Prog"".~r2 type.*"".Prog"".qtype.*"".Prog"".ctxttype.*"".LinkPOPsLC% 1077 ,<&Tgclocals42e7756549fd1f1e78e70fcb9f08dd2bTgclocals636e7937a2cf524176bebf8c5ea7fe37bprebuilts/go/linux-x86/src/cmd/internal/obj/ld.go("".(*Prog).From3Type`LHD$HX`1H9ufD$HX`H+fl$ "".~r0type.int16"".ptype.*"".Prog00Tgclocals3f5c1f818fa7055d0400cecd34057162Tgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/link.go,"".(*Prog).From3Offset`PHD$HX`1H9u 1080 HD$HX`HkHl$ "".~r0type.int64"".ptype.*"".Prog00 1083 Tgclocals3f5c1f818fa7055d0400cecd34057162Tgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/link.go"".LinknewplistdH%H;aHHH$HD$ H\$H\$H1H9uvHl$=uLHHt;Hl$=uHH\$H\$(HLL$Hl$LL$Hl$HD$ HHt3H\$=u H]{LEL$H\$HD$ _E 1085 4type."".PlistF 1086 "runtime.newobject6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled 1087 .runtime.writebarrierptr 1088 .runtime.writebarrierptr6runtime.writeBarrierEnabled 1089 .runtime.writebarrierptr 1090 0runtime.morestack_noctxt 0 1091 "".pltype.*"".Plist"".~r1type.*"".Plist"".ctxttype.*"".Link0k/0H "q}Tgclocals32bd5c6dc84e3e86dd35593b3922d3aaTgclocals0c8aa8e80191a30eac23f1a218103f16fprebuilts/go/linux-x86/src/cmd/internal/obj/link.go4"".(*LineStack).fileLineAt@<HD$HX0Hl$HHhH)H\$0"".~r1 type.int"".linenotype.int"".stk$type.*"".LineStack 1095 fTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbdprebuilts/go/linux-x86/src/cmd/internal/obj/obj.go2"".(*LineHist).startRangedH%H;aDH`HD$xH\$hH%=H1HXH\$PHD$XH\$hHSHCHKHHH9wDHkHHHkHHl$PH+Hl$X=u HkH`LCL$Hl$HH$HT$HD$HL$Hl$ HT$(HD$0HL$8H\$hHtKHHD$@HHkHKHT$H=u HSXLCL$HT$HT$HHD$@7H$HD$HD$x 1097 Z6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled 1098 .runtime.writebarrierptr&type.[]"".LineRange 1099 "runtime.growslice6runtime.writeBarrierEnabled 1100 .runtime.writebarrierptr 1101 .runtime.writebarrierptr 1102 0runtime.morestack_noctxt0"".autotmp_0211"type."".LineRange"".top $type.*"".LineStack"".linenotype.int"".h"type.*"".LineHist2W&V!/Tgclocalsfa8a6460e9256cbcb89740e24a72d141Tgclocals96485ee7e2c44857d9f9d1a8d7f56b3cdprebuilts/go/linux-x86/src/cmd/internal/obj/obj.go,"".(*LineHist).setFiledH%HD$H;AAH1H$H$H$H$L$L$H$LL$LL$HZ(HGHt$xHt$8H$L LL$XHHD$@HL$`H9H9H$H$H9mH4$HL$LL$HL$L$L$H$H$H$\$ HLd$HL LL$hHL\$PHL$pI9L9L$H$H9L$$HL$LL$HL$H$H$H$\$ HH$]81H$H$H$H$H$H)H$H$HHj H$HD$Hl$H-H,$H$H$HHkH$=H+H$H$H$H\$H$H\$H$Ht$H$HD$ H$HZ8HH4$HD$HZ0H|$HHHKHOH$H$H$\$ HHz0H$HJ8H$H9>H4$HD$H|$HL$H$H$H$\$ 1HHuH5HH$H4$H$HD$HL$HD$H$HH$HC(H$=urHK H$HuHH$H$H$H$HkH$=uHkHLCL$Hl$LC L$HL${SHZ8HHH9wH)IHtMHLiHZXHtoLJPL$HzXLB@L$HJHH$H$H9u?L$H|$LD$HL$H$H$H$\$ tOH4$HD$HHZ@H|$HHHKHOH$H$H$\$ tH_HHH9wgH)IHtMH$HtEH_PH|$HHHKHOL$LD$H$Hl$ Ht$(HD$0AH$Hl$V1w1i116 1116 go.string."/" 1117 runtime.eqstringgo.string."<" 1118 runtime.eqstringtype.string 1119 (runtime.typedmemmove 6runtime.writeBarrierEnabled 1120 1121 $path/filepath.Join 1123 "".hasPathPrefix 1125 runtime.eqstringgo.string."??" 1126 &path/filepath.Clean6runtime.writeBarrierEnabledgo.string."??"6runtime.writeBarrierEnabled 1127 .runtime.writebarrierptr 1128 .runtime.writebarrierptr 1129 $runtime.panicslice 1130 runtime.eqstring 1131 "".hasPathPrefix 1132 *runtime.concatstring2 1133 $runtime.panicslice 1134 .runtime.writebarrierptr 1135 $runtime.panicslice 1136 $runtime.panicslice 1137 0runtime.morestack_noctxt@6"".autotmp_0238type.string"".autotmp_0237type.string"".autotmp_0236type.string"".autotmp_0235?type.[2]string"".autotmp_0232otype.[]string"".autotmp_0231type.bool"".autotmp_0230type.bool"".autotmp_0228type.string"".autotmp_0227type.int"".autotmp_0226type.bool"".autotmp_0225type.int"".autotmp_0224type.int"".autotmp_0223type.bool"".autotmp_0222type.string"".autotmp_0221type.int"".autotmp_0220type.int"".autotmp_0219type.int"".autotmp_0218type.string"strings.prefix3type.stringstrings.s2type.string"strings.prefix3type.stringstrings.s2type.string*path/filepath.path2type.string"".abstype.string"".file type.string"".stk$type.*"".LineStack"".h"type.*"".LineHistYYi(3)% 1142 1143 yQj!*4[U/:Tgclocalse9cc1e3ee2257b90864bd391efacf3e1Tgclocalsa63dafd260046e60bbd4e58861f3d2a2dprebuilts/go/linux-x86/src/cmd/internal/obj/obj.go "".hasPathPrefixdH%H;aLT$LL$H|$Ht$ H9~D$(1H9}sH9I+HH9I+HHA| 1146 HZH HA| 1147 HZH H\uH/H\uH/H9tD$(HH9|H9}@H9s4I/<uH9sI\D$(D$(H 1153 1154 $runtime.panicindex 1155 $runtime.panicindex 1156 $runtime.panicindex 1157 $runtime.panicindex 1158 0runtime.morestack_noctxtP"".autotmp_0245type.int"".autotmp_0244type.int"".autotmp_0243type.int"".autotmp_0242type.int"".autotmp_0241type.int"".~r2@type.bool"".t type.string"".stype.stringX'&N!DTgclocals1c5a071f4ad97fe89533b360c694a573Tgclocals33cdeccccebe80329f1fdbee7f5874cbdprebuilts/go/linux-x86/src/cmd/internal/obj/obj.go&"".(*LineHist).Push dH%H;aHHH$HL$HH1HHL$hH$LE=LH$HiHA0H$H$HL$PHL$H$H\$H$H\$H$H$HD$PHL$XH0HD$H=H1HXH\$pHD$xHHQHAHIHHH9wGHkHHHkHHl$pH+Hl$x=uHkHLCL$Hl$HH$HT$HD$HL$Hl$ HT$(HD$0HL$8H\$XHtKHHD$@HHkHKHT$`=u HSULCL$HT$HT$`HD$@4H$HD$HL$XHD$HH$LD$HL$hD 1168 :"type."".LineStackL 1169 "runtime.newobject 1170 runtime.duffzero6runtime.writeBarrierEnabled 1171 ,"".(*LineHist).setFile6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled 1172 .runtime.writebarrierptr&type.[]"".LineRange 1173 "runtime.growslice6runtime.writeBarrierEnabled 1174 .runtime.writebarrierptr 1175 .runtime.writebarrierptr 1176 .runtime.writebarrierptr 1177 0runtime.morestack_noctxt@"".autotmp_0248"type."".LineRange"".autotmp_0247/$type.*"".LineStack"".topo$type.*"".LineStack"".hO"type.*"".LineHist"".stk_$type.*"".LineStack"".file type.string"".linenotype.int"".h"type.*"".LineHist<--5 &%&V!$+Tgclocals0c5ce5e90fbeacc378daa37f0f3a8db3Tgclocals48faa0b4a78e794fbd5b117cdb673601dprebuilts/go/linux-x86/src/cmd/internal/obj/obj.go$"".(*LineHist).Pop dH%HD$H;ADHH$H1H9uHX8t H1H9tHHD$HHH\$`1H91H)1H$H\$x1H$HHQHiHIHHH9wJHkHHHkHHl$xH+H$=uHkHLCL$Hl$HH$HT$HD$HL$Hl$ HT$(Hl$0HL$8H$HtKHHl$@HHkHKHT$p=u HSOLCL$HT$HT$pHD$@.HH$HD$H\$`HHD$XHHD$H\$HH$H$HT$XHrHD$`H\$HHKHX0HHhH)HZ0H$HHL$hH6HT$P=H1HXH\$xH$HHQHiHIHHH9wJHkHHHkHHl$xH+H$=uHkHLCL$Hl$HH$HT$HD$HL$Hl$ HT$(Hl$0HL$8H\$hHtKHHl$@HHkHKHT$p=u HSRLCL$HT$HT$pHD$@1H$HT$HL$hHD$PWA( 1187 6runtime.writeBarrierEnabled 1188 .runtime.writebarrierptr&type.[]"".LineRange 1189 "runtime.growslice6runtime.writeBarrierEnabled 1190 .runtime.writebarrierptr"type."".LineStack 1191 "runtime.newobject"type."".LineStack 1192 (runtime.typedmemmove6runtime.writeBarrierEnabled 6runtime.writeBarrierEnabled 1193 1194 .runtime.writebarrierptr 1195 &type.[]"".LineRange 1196 1197 "runtime.growslice6runtime.writeBarrierEnabled 1200 .runtime.writebarrierptr 1202 .runtime.writebarrierptr 1204 0runtime.morestack_noctxt "".autotmp_0254"type."".LineRange"".autotmp_0252"type."".LineRange"".topo$type.*"".LineStack"".h?"type.*"".LineHist"".stk_$type.*"".LineStack"".nextO$type.*"".LineStack"".top$type.*"".LineStack"".linenotype.int"".h"type.*"".LineHist6n'aE ).&Y#=&V!=Tgclocals6bcc1c2d3e07875a166cf982516cd1edTgclocals813b5cc2deb009331f5a98dd94de33c4dprebuilts/go/linux-x86/src/cmd/internal/obj/obj.go*"".(*LineHist).Update dH%HD$H;AHH$H1H9uHHD$HX8zHH$HD$H\$HHOHD$XH9HD$H\$HH$HL$XH$HiHL$XHQH$HAH$H$H9H$HD$H$Hl$H$Hl$HL$X\$ kH$Hi0H$H$HHT$`H6HL$P=H 1212 1HXH\$xH$HHRHCHKHHH9wJHkHHHkHHl$xH+H$=uHkHLCL$Hl$HH$HT$HD$HL$Hl$ HT$(HD$0HL$8H\$`HtKHHD$@HHkHKHT$h=u HSRLCL$HT$HT$hHD$@1H$HL$HT$`HD$PH$H$HL$H$H\$H$H\$HL$X[HH$HL$HHtF1HHL$pHl$H=uH)H@i8H$Hl$HL$p* 1215 "type."".LineStack 1216 "runtime.newobject"type."".LineStack 1217 (runtime.typedmemmove 1218 runtime.eqstring6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled 1219 .runtime.writebarrierptr&type.[]"".LineRange 1220 "runtime.growslice6runtime.writeBarrierEnabled 1221 .runtime.writebarrierptr 1222 .runtime.writebarrierptr 1223 1224 ,"".(*LineHist).setFile"type."".LineStack 1227 "runtime.newobject 1229 runtime.duffzero6runtime.writeBarrierEnabled 1232 .runtime.writebarrierptr 1234 0runtime.morestack_noctxtP"".autotmp_0263?"type."".LineRange"".autotmp_0262type.string"".autotmp_0261O$type.*"".LineStack"".top$type.*"".LineStack"".ho"type.*"".LineHist"".stk$type.*"".LineStack"".top$type.*"".LineStack"".line@type.int"".file type.string"".linenotype.int"".h"type.*"".LineHist(`=i5 1241 J,V=& 1242 V!F(M#Tgclocals9f8f371c8ff12d8f935568fd4bad0d06Tgclocals49082dce1a8ea457ee781e1af9d1c5c6dprebuilts/go/linux-x86/src/cmd/internal/obj/obj.go("".(*Link).AddImportdH%H;aHPH\$XHHHHHH9wCHHHHkHHl$hHkHl$`=uH+HPH$Hl$HH$HT$HD$HL$Hl$ HT$(HD$0HL$8H\$XHtWHHD$@HHHHT$H=uHSLL$HT$HT$HHD$@/ 1245 6runtime.writeBarrierEnabled 1246 .runtime.writebarrierptrtype.[]string 1247 "runtime.growslice6runtime.writeBarrierEnabled 1248 .runtime.writebarrierptr 1249 0runtime.morestack_noctxt0"".pkgtype.string"".ctxttype.*"".LinkW"Sx0Tgclocals51af24152615272c3d9efc8538f95767Tgclocals0c8aa8e80191a30eac23f1a218103f16dprebuilts/go/linux-x86/src/cmd/internal/obj/obj.go""".(*LineHist).AtdH%H;aH0HT$8HJH\$H-H+HSHl$@HkH$H\$HD$HuHD$HH0HHH\$8Ht3HKHCHkHHH9sHHHkHl$HH0K 1254 1255 P."".(*LineHist).At.func1 1256 sort.Search 1257 $runtime.panicindex 1258 0runtime.morestack_noctxt0`"".autotmp_0271/jtype.struct { F uintptr; h *"".LineHist; lineno int }"".~r1 $type.*"".LineStack"".linenotype.int"".h"type.*"".LineHist`K_`<_` $ 1260 HE[ Tgclocals41a13ac73c712c01973b8fe23f62d694Tgclocalsbcdfbcd04eb70526d9504e97d9ef703ddprebuilts/go/linux-x86/src/cmd/internal/obj/obj.go2"".(*LineHist).LineStringdH%HD$H;AmH1H$H$H$H$H$H\$HL$1H9u#HH$H$HH$HY0HHiH)H\$@1H$H$H$H$H$HH$H$H$HH$HL$HHL$H|$dHD$HD$HL$HD$ H$HL$pHHD$x= HCHH$H\$@H\$HD$HL$HD$ H$HHL$pHHD$x=HCHH$HD$H$H\$H$H\$H$H\$ HT$HHL$(HD$0Z8H1H9HHL$PH$HD$XH$H$HZ0HHjH)H\$81H$H$H$H$H$HH$H$H$HH$HT$H|$vHD$HD$HL$HD$ H$HL$`HHD$h=HCHH$H\$8H\$HD$HL$HD$ H$HHL$`HHD$h=HCHH$HD$H$H\$H$H\$H$H\$ HL$(HD$0H$H$H\$H$H\$H$HL$H$HD$ HL$(HD$0H$H$HLCL$HD$<LCL$HD$%~;LCL$HD$NLCL$HD$%Hq2 1267 1268 """.(*LineHist).AtBgo.string."<unknown line number>"type.string 1269 runtime.convT2E6runtime.writeBarrierEnabledtype.int 1270 runtime.convT2E6runtime.writeBarrierEnabled"go.string."%s:%d" 1271 fmt.Sprintf 1272 type.string 1274 runtime.convT2E6runtime.writeBarrierEnabledtype.int 1278 runtime.convT2E 6runtime.writeBarrierEnabled &go.string."[%s:%d]" 1281 fmt.Sprintf 1282 *runtime.concatstring2 1283 .runtime.writebarrierptr 1284 .runtime.writebarrierptr 1285 .runtime.writebarrierptr 1286 .runtime.writebarrierptr 1287 0runtime.morestack_noctxt@<"".autotmp_0310(type.[2]interface {}"".autotmp_0305"type.interface {}"".autotmp_0304"type.interface {}"".autotmp_0303?(type.[2]interface {}"".autotmp_0300&type.[]interface {}"".autotmp_0298"type.interface {}"".autotmp_0297"type.interface {}"".autotmp_0296(type.[2]interface {}"".autotmp_0294*type.*[2]interface {}"".autotmp_0293&type.[]interface {}"".autotmp_0292type.int"".autotmp_0291"type.interface {}"".autotmp_0290"type.interface {}"".autotmp_0289(type.[2]interface {}"".autotmp_0287*type.*[2]interface {}"".autotmp_0286&type.[]interface {}"".autotmp_0285type.int"".autotmp_0284type.string"".autotmp_0283type.int"".autotmp_0280type.int"".autotmp_0279type.string"".autotmp_0278type.string"".autotmp_0277type.int"".autotmp_0276type.string"".autotmp_0275type.int"".texttype.string"".stk$type.*"".LineStack"".~r1 type.string"".linenotype.int"".h"type.*"".LineHist(^ 81##AA.JK4A?Tgclocals1ae62cce473f17806b5677919601c86fTgclocalsa7ee70365168366efdcf87dfeebe1d7adprebuilts/go/linux-x86/src/cmd/internal/obj/obj.go."".(*LineHist).FileLinedH%H;aH11H\$0H\$8H\$ H$H\$(H\$HD$1H9u#HH\$0HD$8HD$@HHT$(HH0HHhH)HhHl$0HhHl$8HL$@H[ 1293 r 1294 """.(*LineHist).Atgo.string."??" 1295 0runtime.morestack_noctxtP0 1296 "".autotmp_0314type.int"".line@type.int"".file type.string"".linenotype.int"".h"type.*"".LineHist0T/0./0%#/ 1297 8xTgclocals89fe65749ce0afc971c0982226501ff0Tgclocals33cdeccccebe80329f1fdbee7f5874cbdprebuilts/go/linux-x86/src/cmd/internal/obj/obj.go4"".(*LineHist).AbsFileLinedH%H;aH11H\$0H\$8H\$ H$H\$(H\$HD$1H9u#HH\$0HD$8HD$@HHT$(HH0HHhH)Hh Hl$0Hh(Hl$8HL$@H[ 1299 r 1300 """.(*LineHist).Atgo.string."??" 1301 0runtime.morestack_noctxtP0 1302 "".autotmp_0316type.int"".line@type.int"".file type.string"".linenotype.int"".h"type.*"".LineHist0T/0./0%#/ 1303 8xTgclocals89fe65749ce0afc971c0982226501ff0Tgclocals33cdeccccebe80329f1fdbee7f5874cbdprebuilts/go/linux-x86/src/cmd/internal/obj/obj.go"".linkgetlinedH%HD$H;A.HH$H$H<$H$Hc$H\$H$HL$1H9HY(HHY@1H9HL$8HQ Hi(H$H$HH$H$D$'1H$H$H$H$H$H$H$HD$0H$HH$Ht$PHHl$H$H\$HL$8H\$H1H9|$'HH$H|$HH1HHL$hH$HiH$=^H)fAHl$0fiHA(HA01H$H$H$H$H$H$H$H\$0H$HL$@HL$`HH$H\$PHHl$H$H\$H\$`H\$HL$8HD$@H=usHA@H$Ht]HL$8LA@=u6LHHc$HHX0HHhH)HH$+HH$LD$HL$8LA@L$HD$HL$8uaH$Hl$HL$hRHHHHH$H$D$&1H$H$H$HT$pH$Ht$xH$HD$(H$HH$Hl$XHHl$H$H\$H\$H1H9|$&HH$H|$HH11HHL$hHl$xHiHl$p=H)fAHl$(fiHA(HA01H$H$H$H\$pH$H\$xH$H\$(H$HL$HHL$`HH$H\$XHHl$H$H\$H\$`H\$HD$HH$Ht2=uHH$HH$HD$H$Hl$HL$h%8 1307 1308 """.(*LineHist).At6type.map["".SymVer]*"".LSym 1309 $runtime.mapaccess1type."".LSym 1310 "runtime.newobject 1311 runtime.duffzero6runtime.writeBarrierEnabled6type.map["".SymVer]*"".LSym 1312 $runtime.mapassign1 6runtime.writeBarrierEnabled 1313 6runtime.writeBarrierEnabled 1315 .runtime.writebarrierptr 1317 .runtime.writebarrierptr 1319 .runtime.writebarrierptrgo.string."??"6type.map["".SymVer]*"".LSym 1321 $runtime.mapaccess1type."".LSym 1322 "runtime.newobject 1323 runtime.duffzero6runtime.writeBarrierEnabled6type.map["".SymVer]*"".LSym 1324 $runtime.mapassign16runtime.writeBarrierEnabled 1325 .runtime.writebarrierptr 1326 .runtime.writebarrierptr 1327 0runtime.morestack_noctxt@>"".autotmp_0331type.int"".autotmp_0329type.*"".LSym"".autotmp_0328type.*"".LSym"".autotmp_0327Otype.string"".autotmp_0326type.*"".LSym"".autotmp_0325type.*"".LSym"".autotmp_0324type.*"".LSym"".autotmp_0323type."".SymVer"".autotmp_0322type.*"".LSym"".autotmp_0321type."".SymVer"".autotmp_0320type.*"".LSym"".autotmp_0319type."".SymVer"".autotmp_0318type.*"".LSym"".autotmp_0317/type."".SymVer"".stype.*"".LSym"".createtype.bool"".vtype.int"".symbtype.string"".ctxttype.*"".Link"".nameotype.string"".stype.*"".LSym"".createtype.bool"".vtype.int"".symbtype.string"".ctxttype.*"".Link"".nametype.string"".stk$type.*"".LineStack"".l0type.*int32"".f type.**"".LSym"".linenotype.int32"".ctxttype.*"".Link(I> > 1329 #+ 1331 <K3<.C,Tgclocalsc1799ce52240e76c79fb3b56f975e37bTgclocals5246bfb1ebbd62ce202becf41dd2e500dprebuilts/go/linux-x86/src/cmd/internal/obj/obj.godprebuilts/go/linux-x86/src/cmd/internal/obj/sym.go"".LinkprfiledH%HD$H;A6HH$H$H<$H$H$H\$H\$H\$`H\$H\$h1H\$PH\$XH\$PHHD$xH$H\$pHH$H\$`H\$HD$HL$HD$ H\$pHL$@HHD$H=uFHCHH$HD$H\$pH\$H\$xH\$H$H\$ HLCL$HD$=% 1335 1336 2"".(*LineHist).LineStringtype.string 1337 runtime.convT2E6runtime.writeBarrierEnabledgo.string."%s " 1338 fmt.Printf 1339 .runtime.writebarrierptr 1340 0runtime.morestack_noctxt "".autotmp_0337"type.interface {}"".autotmp_0336o(type.[1]interface {}"".autotmp_0333/&type.[]interface {}"".autotmp_0332Otype.string"".linetype.int"".ctxttype.*"".Link9'Klc,Tgclocalsf7309186bf9eeb0f8ece2eb16f2dc110Tgclocalse686e33109a1bc2792301626c7b401c5dprebuilts/go/linux-x86/src/cmd/internal/obj/obj.go""".WriteobjdirecthhdH%H$H;AH1H$HD$xH$H$H$H$H$HH$H$1H9TH$HK1H9H$]H$]H$1H$HH$PH$HHH$`H$hHH$XH$HH$=HJHH$HD$HT$H$`H\$H$hH\$ H$HiH$1HiHf 1343 H$1H9H$HkH$H$1H9Ht$x1H9H$H 1344 LL$HHVH=H$xHH$PH$H9 H9 L$H$H9 L$HD$H|$HD$H$\$ H<3Hv81H9OHD$x1H9H$H$H$H$H$H\$H$H$H$H\$HhHU8HH$H$H$H\$HhHU(HH$H$H$H\$HhHU0HH$H$H$H\$H$HC81H9*H$H$D$H$H$D$H$H$(H1H9H$(H$H$H$HL$HH\$HD$1H\$ H\$(H\$0H$H$D$H$HCHHHH$1H$xHD$pH$pHHl$pH9}wH$ HHHhHL$hH$H$H$H$H$HT$H$Hl$H$ HL$hHHHl$pH9|H$H$1H\$H\$HD$x1H9t>H$H$H$H\$H$HD$H$HC81H9uH$1H9t>H$H$H$H\$H$HD$H$HC81H9uH$H$D$H$H$D$H$H$(H1H9tTH$(H$H$H$HL$HH\$HD$1H\$ H\$(H\$0HHH$HH\$HH\$HD$zHH$HH\$HH\$HD$1HFP1H9t6HfHXfHX HHHHnPH$H$H$HH$HD$H$HH$=wH(H$H[H$LE=#L@H$H=HCHL$AL$A@ff@H@ f@hH$@p1H$H$H$HEH$`H$hH$XHH$H$H\$H|$HD$HD$HL$ H$XH$HH$=HKHH$HD$H$XH\$H$`H\$H$hH\$ HT$(H|$0H$HkH$H$H$D$V1H$H$H$H$hH$H$pH$Hl$XH$HH$H$HHl$H$H\$H$H\$H1H9(|$VHH$HL$HH_1HH$8H$pHiH$h=H)fAHl$XfiHA(HA01H$H$H$H$hH$H$pH$H\$XH$H$H$0HH$H$HHl$H$H\$H$0H\$H$H$H$Ht7=uHvLL$HD$H$TH$Hl$H$8LCL$HL$O%4LCL$HD$H$HhH,$LD$H$H$Hl$H$qRH@1w1iH$HfMH$1H9QHH$H$HD$H$@HLA0=LHHi hfifhLA8=u~L@HtpH$LEH=u?L@H$Ht)=u HCHLCHL$HD$HhH,$LD$H$@HhH,$LD$H$@g=H$LD$H$H$@HfHA0hHhH$H@h@1H$8H$@H$8HH$`H$hHH$XH$HH$=[HJHH$HD$ HT$H$`H\$H$hH\$ H$H$X1H$(H$0H$(HH$`H$hH$XHH$HD$H|$HD$HD$HL$ H$XH$HH$=8HKHH$HD$H$XH\$H$`H\$H$hH\$ H$H$@H$1H9H$1Hh8HixHh0HXftYHXftNHY`HKHHHt@HHHtf@H$HHHtf@f@H$Ht9=u HC8fLC8L$HD$H$H$?LCL$HL$%e"LBL$HL$H$X8Hfu9H$H$Hi0Hl$HL$HH\$HD$ Hf HA01H9uH$|HXP1H91H$H$ H$HgH$`H$hH$XHH$H$HD$H|$HD$HD$HL$ H$XH$HH$=HKHH$HD$H$XH\$H$`H\$H$hH\$ H$H$X1H$H$H$H4H$`H$hH$XHH$H$HD$H|$HD$HD$HL$ H$XH$HH$=HKHH$HD$H$XH\$H$`H\$H$hH\$ H$H$@H\$x1H9HD$xH$HY`1H91HHHt@HHHt@1Hh8f@H$=uDHHPHt6=uHHXH$L@XL$HL$H$L@PL$HL$H$H$HY`HSLH$HtAH$=u HC8LC8L$HD$H$H$LCL$HL$`%LCL$HL$-%HfH$1H9HHHUH$HEH$H_H$HD$H-Hl$HD$H$\$ &HYf"HY H1H$H$H$HH$`H$hH$XHH$H$H\$H|$HD$HD$HL$ H$XH$HH$=BHKHH$HD$H$XH\$H$`H\$H$hH\$ HT$(Ht$0H$HkH$H$H$H$H$D$W1H$H$H$H$XH$H$`H$Hl$`H$HH$H$HHl$H$H\$H$H\$H1H9(|$WHH$HL$HH1HH$8H$`HiH$X=H)fAHl$`fiHA(HA01H$H$H$H$XH$H$`H$H\$`H$H$H$0HH$H$HHl$H$H\$H$0H\$H$H$H=HH$1H9H$H$HhXHtd=u7HMHt)=u HHXL@XL$HL$LEL$HL$H$H$ELL$HD$H$H-H$Hl$H$8DLCL$HL$%[HH$HD$E1H\$H\$H\$ H$H(HE.LBL$HL$H$XP 1353 Z 1354 runtime.duffzerotype.*"".Prog6runtime.writeBarrierEnabled*go.string."obj: %v\n" 1355 fmt.Printf"go.string."\"\"." 1356 runtime.eqstring 1358 "".mkfwd 1360 "".linkpatch 1365 "".linkpcln 1366 "".Bputc 1367 "".Bputc8go.itab.*"".Biobuf.io.Writer$go.string."go13ld" 1368 fmt.Fprintf 1369 "".Bputc 1370 "".wrstring 1371 "".wrstring 1372 "".writesym 1373 "".writesym 1374 "".Bputc 1375 "".Bputc8go.itab.*"".Biobuf.io.Writer$go.string."go13ld" 1376 fmt.Fprintftype.*"".Biobuftype.io.Writer8go.itab.*"".Biobuf.io.Writer 1377 runtime.typ2Itabtype.*"".Biobuftype.io.Writer8go.itab.*"".Biobuf.io.Writer 1378 runtime.typ2Itabtype."".Prog 1379 "runtime.newobject6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled!type.string" 1380 runtime.convT2E#6runtime.writeBarrierEnabled#8go.string."%s.args_stackmap"$ 1381 fmt.Sprintf&6type.map["".SymVer]*"".LSym& 1382 $runtime.mapaccess1'type."".LSym' 1383 "runtime.newobject( 1384 runtime.duffzero(6runtime.writeBarrierEnabled*6type.map["".SymVer]*"".LSym+ 1385 $runtime.mapassign1,6runtime.writeBarrierEnabled, 1386 .runtime.writebarrierptr- 1387 .runtime.writebarrierptr- 1388 .runtime.writebarrierptr. 1389 .runtime.writebarrierptr/ 1390 .runtime.writebarrierptr/ 1391 .runtime.writebarrierptr0 1392 $runtime.panicslice1type."".Auto1 1393 "runtime.newobject26runtime.writeBarrierEnabled36runtime.writeBarrierEnabled36runtime.writeBarrierEnabled36runtime.writeBarrierEnabled4 1394 .runtime.writebarrierptr4 1395 .runtime.writebarrierptr5 1396 .runtime.writebarrierptr5 1397 .runtime.writebarrierptr8type.*"".Prog86runtime.writeBarrierEnabled94go.string."duplicate %v\n"9 1398 fmt.Printf;type.string; 1399 runtime.convT2E<6runtime.writeBarrierEnabled<Vgo.string."symbol %s listed multiple times"= 1400 log.Fatalf@6runtime.writeBarrierEnabledA 1401 .runtime.writebarrierptrA 1402 .runtime.writebarrierptrB 1403 .runtime.writebarrierptrC&go.string."<input>"C 1404 "".savedataFtype.stringF 1405 runtime.convT2EG6runtime.writeBarrierEnabledGBgo.string."duplicate TEXT for %s"H 1406 log.FatalfJtype.stringJ 1407 runtime.convT2EK6runtime.writeBarrierEnabledKVgo.string."symbol %s listed multiple times"L 1408 log.FatalfN6runtime.writeBarrierEnabledO6runtime.writeBarrierEnabledO 1409 .runtime.writebarrierptrP 1410 .runtime.writebarrierptrQ6runtime.writeBarrierEnabledQ 1411 .runtime.writebarrierptrR 1412 .runtime.writebarrierptrR 1413 .runtime.writebarrierptrT8go.string."go_args_stackmap"U 1414 runtime.eqstringWtype.stringW 1415 runtime.convT2EX6runtime.writeBarrierEnabledX8go.string."%s.args_stackmap"Y 1416 fmt.Sprintf[6type.map["".SymVer]*"".LSym\ 1417 $runtime.mapaccess1]type."".LSym] 1418 "runtime.newobject] 1419 runtime.duffzero^6runtime.writeBarrierEnabled`6type.map["".SymVer]*"".LSyma 1420 $runtime.mapassign1a6runtime.writeBarrierEnabledb6runtime.writeBarrierEnabledc6runtime.writeBarrierEnabledc 1421 .runtime.writebarrierptrd 1422 .runtime.writebarrierptrd 1423 .runtime.writebarrierptre 1424 .runtime.writebarrierptre 1425 .runtime.writebarrierptrfgo.string."FUNCDATA use of go_args_stackmap(SB) without FUNCDATA_ArgsPointerMaps"gg 1426 .runtime.writebarrierptrh 1427 0runtime.morestack_noctxt 1428 "".autotmp_0405type.*uint8"".autotmp_0404type.string"".autotmp_0403type.*string"".autotmp_0402type.int"".autotmp_0401type.int"".autotmp_0399type.*"".LSym"".autotmp_0398type.*"".LSym"".autotmp_0397type.int"".autotmp_0396"type.interface {}"".autotmp_0395(type.[1]interface {}"".autotmp_0393*type.*[1]interface {}"".autotmp_0392&type.[]interface {}"".autotmp_0391type.*"".Prog"".autotmp_0389type.*"".LSym"".autotmp_0388type.*"".LSym"".autotmp_0386"type.interface {}"".autotmp_0385(type.[1]interface {}"".autotmp_0383*type.*[1]interface {}"".autotmp_0382&type.[]interface {}"".autotmp_0381type.string"".autotmp_0380"type.interface {}"".autotmp_0379(type.[1]interface {}"".autotmp_0377*type.*[1]interface {}"".autotmp_0376&type.[]interface {}"".autotmp_0375"type.interface {}"".autotmp_0374(type.[1]interface {}"".autotmp_0372*type.*[1]interface {}"".autotmp_0371&type.[]interface {}"".autotmp_0370"type.interface {}"".autotmp_0369(type.[1]interface {}"".autotmp_0367*type.*[1]interface {}"".autotmp_0366&type.[]interface {}"".autotmp_0365(type.[1]interface {}"".autotmp_0363*type.*[1]interface {}"".autotmp_0362&type.[]interface {}"".autotmp_0361(type.[1]interface {}"".autotmp_0358&type.[]interface {}"".autotmp_0357type.*"".Biobuf"".autotmp_0356_type.[]string"".autotmp_0355type.*"".Biobuf"".autotmp_0354type.*"".LSym"".autotmp_0353type."".SymVer"".autotmp_0352type.*"".LSym"".autotmp_0351type."".SymVer"".autotmp_0349type.string"".autotmp_0348type.int"".autotmp_0347type.int"".autotmp_0346type.int"".autotmp_0345type.*"".LSym"".autotmp_0344type."".SymVer"".autotmp_0343type.*"".LSym"".autotmp_0342/type."".SymVer"".autotmp_0341type.string"".autotmp_0340type.*"".Prog"".stype.*"".LSym"".create type.bool"".v type.int"".symbtype.string"".ctxttype.*"".Link"".nametype.string"".ptype.*"".Prog"".ctxttype.*"".Link"".ptype.*"".Prog"".qtype.*"".Prog"strings.prefix3type.stringstrings.s2type.string"".stype.*"".LSym"".create type.bool"".vtype.int"".symbtype.string"".ctxttype.*"".Link"".nametype.string"".stype.*"".LSym"".stype.*"".LSym"".pkgtype.string"".stype.*"".LSym"".stype.*"".LSym 1430 "".pltype.*"".Plist"".edatatype.*"".LSym"".etexttype.*"".LSym"".datatype.*"".LSym"".curtexttype.*"".LSym"".texttype.*"".LSym"".atype.*"".Auto"".plinktype.*"".Prog"".ptype.*"".Prog"".stype.*"".LSym"".btype.*"".Biobuf"".ctxttype.*"".Link" 1431 1433 1434 '@ 1 *( '0&&&n+++ 1443 j2!2A/ 1445 1446 %&%&1u & ?@?@ 1449 ~ "*&:4 "#"**6l_` _`"_`19&%"H;7M) @v6H&1H)M!Bv+vv Y+ v6, "&T(Tgclocals7c74c23b2dc13ff8d68d623b3ea399fbTgclocals05256677005b8d2d33ed4854e682b8aelprebuilts/go/linux-x86/src/cmd/internal/obj/objfile.godprebuilts/go/linux-x86/src/cmd/internal/obj/sym.go"".writesymdH%H$8H;AB*HH1H$(H$H$P]HH$1H9)1H$xH$H$xH)H$H$ H$HH$H$`H\$H|$<)HD$HL$HD$ H$H$hHH$p=(HCH$PHk8H$H$H$H$Hl$HH\$HD$H$H\$ H$H\$(H$ H\$0H$`HYf:HH$1H9(1H$XH$`H$XH'H$H$ H$HH$HL$H|$'HD$HD$HL$HD$ H$H$hHH$p=0'HCH$PHk8H$H$H$H$Hl$HH\$HD$H$H\$ H$H\$(H$ H\$0H$`HYf:HH$1H9K&1H$HH$PH$HH &H$H$ H$HH$HL$H|$%HD$HD$HL$HD$ H$H$hHH$p={%HCH$PHk8H$H$H$H$Hl$HH\$HD$H$H\$ H$H\$(H$ H\$0H$`YtjH1H9$H$PHk8H$H$H$Hl$HH\$HD$1H\$ H\$(H\$0H$`YtjH1H9$H$PHk8H$H$H$Hl$HH\$HD$1H\$ H\$(H\$0H$`YtjH1H9j#H$PHk8H$H$H$Hl$HH\$HD$1H\$ H\$(H\$0H$`Hi0H$Hi(H$HH$1H9"1H$H$H$H$H$Hk"H$H$ H$HH$H$H\$HD$HL$HD$ H$H$hHH$p=!HCHH$H$H\$HD$HL$HD$ H$HH$hHH$p=e!HCH$PHk8H$H$H$H$Hl$HH\$HD$H$H\$ H$H\$(H$ H\$0H$`HXf#HchH$Hch H$HH$1H9p 1H$hH$pH$xH$H$hH5 H$H$ H$HH$H$H\$HD$HL$HD$ H$H$hHH$p=HCHH$H$H\$HD$HL$HD$ H$HH$hHH$p=/HCH$PHk8H$H$H$H$Hl$HH\$HD$H$H\$ H$H\$(H$ H\$0H$`]tbH1H9hH$PHk8H$H$H$Hl$HH\$HD$1H\$ H\$(H\$0H1H9H$PHk8H$H$H$Hl$HH\$HD$1H\$ H\$(H\$0H$`HCP1H9HH$H$H$HH$1H91H$HH$PH$XH$`H$HHH$H$ H$HH$H$H\$HD$HL$HD$ H$H$hHH$p=0HCH$HHH$HH$hHH$p=HCH$PHk8H$H$H$H$Hl$HH\$HD$ 1472 H$H\$ H$H\$(H$ H\$0H$HC1H9P1H$`HkpH9iH$H$HH$1H91H$8H$@H$8HH$H$ H$HH$H$H\$HD$HL$HD$ H$H$hHH$p=HCH$PHk8H$H$H$H$Hl$HH\$HD$H$H\$ H$H\$(H$ H\$0H$H$HH9H$`HkpHD$PH9H H$1H91H$(H$0H$(HH$H$ H$HH$H$`HHShHKpHkxH$H$H$H9tHH\$HD$HL$HD$ H$H$hHH$p=HCH$PHk8H$H$H$H$Hl$HH\$HD$H$H\$ H$H\$(H$ H\$0HD$PHH$HH9fH$HHD$PH9H1H9t]H$PHk8H$H$H$Hl$HH\$HD$1H\$ H\$(H\$0HD$PH{HH$HH\$HH\$HD$qH1H9H$PHk8H$H$H$Hl$HH\$HD$1H\$ H\$(H\$0H$H$HH9H$`HkpH9H$`HHShHKpHkxH$H$HD$PH$H9H+H H~H$HH$1H91H$H$ H$HH$H$ H$HH$H$H\$HD$HL$HD$ H$H$hHH$p=HCH$PHk8H$H$H$H$Hl$HH\$HD$H$H\$ H$H\$(H$ H\$0HD$PHH$HH9?H1H9H$PHk8H$H$H$Hl$HH\$HD$1H\$ H\$(H\$0H$HH$`HkpH91H$H$1H$`HH9H$`HgHHHH$HH$HHD$XH$H9HHH1HH[1H9tHhHHUHMH$PHmH] H5 H$PHmH] H9 Hc(H$H$H$H$H$H$HhH$HH$1H9G H$1HH$H H$H$ H$HH$H$H\$HD$HL$HD$ H$H$hHH$p=HCHH$H$H\$H|$XHD$HD$HL$HD$ H$HH$hHH$p=HCHH$H$H\$H|$HD$HD$HL$HD$ H$H H$hHH$p=bHCHH$H$H\$HD$HL$HD$ H$H0H$hHH$p= 1490 HCHH$H$H\$HD$HL$HD$ H$H@H$hHH$p=t 1492 HCH$PHk8H$H$H$H$Hl$HH\$HD$H$H\$ H$H\$(H$ H\$0HD$XHH$`HH9H$XH$D$H$XH$H$`HkHl$H$XH$H$`H|$HHHNHOH$XH$H$`HkHl$H$`iHYtHH$XH$HD$H$XH$H$`Hk0Hl$H$XH$H$`Hk@Hl$H$XH$H$`HH^hH|$HHHKHOHKHOH$`HH$XH$Hl$H$`1HH9KHHHHH$HH$HHD$hH$H9HHHH$XH$H$Hc(Hl$H$XH$H$kHl$H$XH$H$HckHl$H$XH$H$HkHl$H$XH$HD$H$XH$H$HkHl$H$XH$HD$H$`HD$hHHH9HZfH$XH$HcjHl$H$XH$H$`Hck Hl$H$XH$H$`kHl$H$`H$XH$XhHH H\$H$`1HCH1H9tHH@1H9uH$XH$HL$H$`HCH1H9H$XH$H$H(Hl$H$XH$H$HckHl$H$XH$HXfH$HD$H$XH$H$HkHl$H$HC1H9SH$`Hk`H$XH$H$H|$HMHHMHOHMHOH$XH$H$H3H^H|$HHHKHOHKHOH$XH$H$HH^0H|$HHHKHOHKHOH$HkPH$XH$Hl$H$1HjPH9H$XH$HrHHJPHjXH$H$HHD$xH$H9EHkHH|$HHHNHOHNHOH$HD$xHHjPH9{HH$XH$Hl$H$1HH9}nH$XH$HHQ`HIhHkpH$H$HD$`H$H9HH+Hl$H$HD$`HHH9|1HH9}tH$XH$HHQxHHH$H$HD$pH$H9HH+Hl$H$HD$pHHH9|HH$XH$Hl$H$1HH9H$PH$H$XH\$HHHHH$H$H$H$H9s<HH+Hl$H$H$HHH9vHHHXfuH$HD$1H$(H$0H$8H$@H$(H~H$H$ H$HH$H$`H\$H|$.HD$HL$HD$ H$H$hHH$p=HCHH$H$H\$H|$HD$HD$HL$HD$ H$HH$hHH$p=uIHCHH$HD$"H$H\$H$H\$H$ H\$ LCL$HD$%QLCL$HD$%{:LCL$HD$yLCL$HD$LCL$HD$%1LCL$HD$%LCL$HD$aHH$HH\$HH\$H\$H$Hc(H$H$H$H$H$H$HhH$HH$1H9FH$1HH$HH$H$ H$HH$H$H\$HD$HL$HD$ H$H$hHH$p=HCHH$H$H\$H|$WHD$HD$HL$HD$ H$HH$hHH$p=HCHH$H$H\$H|$HD$HD$HL$HD$ H$H H$hHH$p=aHCHH$H$H\$HD$HL$HD$ H$H0H$hHH$p=HCHH$H$H\$HD$HL$HD$ H$H@H$hHH$p=uwHCH$PHk8H$H$H$H$Hl$HH\$HD$H$H\$ H$H\$(H$ H\$0%LCL$HD$vLCL$HD$LCL$HD$%2LCL$HD$%LCL$HD$bHH$HH\$HH\$H\$H$E HH$HH\$HH\$HD$LCL$HD$zHH$HH\$HH\$H\$H$H1H9tUH$PHk8H$H$H$Hl$HH\$HD$1H\$ H\$(H\$0HH$HH\$HH\$HD$y 1513 HH$HH\$HH\$HD$DLCL$HD$Q HH$HH\$HH\$HD$PH\$H$LCL$HD$QHH$HH\$HH\$H\$H$LCL$HD$LCL$HD$:HH$HH\$HH\$H\$H$HH$HH\$HH\$HD$HH$HH\$HH\$HD$fLCL$HD$LCL$HD$GHH$HH\$HH\$H\$H$VLCL$HD$LCL$HD$HH$HH\$HH\$H\$H$ HH$HH\$HH\$HD$dHH$HH\$HH\$HD$HH$HH\$HH\$HD$LCL$HD$r%HH$HH\$HH\$H$`H\$H$sLCL$HD$%g$HH$HH\$HH\$H$`H\$H$LCL$HD$%mHH$HH\$HH\$H\$H$ 1516 Z 1517 runtime.duffzerot 1518 runtime.duffzero8go.itab.*"".Biobuf.io.Writertype.string 1519 runtime.convT2E6runtime.writeBarrierEnabledgo.string."%s " 1520 fmt.Fprintf8go.itab.*"".Biobuf.io.Writertype.int16 1521 runtime.convT2E 6runtime.writeBarrierEnabled 1522 "go.string."v=%d " 1524 fmt.Fprintf8go.itab.*"".Biobuf.io.Writer type.int16 1528 runtime.convT2E6runtime.writeBarrierEnabled"go.string."t=%d " 1529 fmt.Fprintf8go.itab.*"".Biobuf.io.Writer$go.string."dupok " 1530 fmt.Fprintf8go.itab.*"".Biobuf.io.Writer$go.string."cfunc " 1531 fmt.Fprintf8go.itab.*"".Biobuf.io.Writer(go.string."nosplit " 1532 fmt.Fprintf8go.itab.*"".Biobuf.io.Writertype.int64 1533 runtime.convT2E6runtime.writeBarrierEnabledtype.int64 1534 runtime.convT2E6runtime.writeBarrierEnabled8go.string."size=%d value=%d" 1535 fmt.Fprintf8go.itab.*"".Biobuf.io.Writertype.uint64 1536 runtime.convT2E 6runtime.writeBarrierEnabled type.uint64! 1537 runtime.convT2E!6runtime.writeBarrierEnabled"@go.string." args=%#x locals=%#x"# 1538 fmt.Fprintf$8go.itab.*"".Biobuf.io.Writer$"go.string." leaf"% 1539 fmt.Fprintf%8go.itab.*"".Biobuf.io.Writer&go.string."\n"' 1540 fmt.Fprintf'8go.itab.*"".Biobuf.io.Writer)type.uint* 1541 runtime.convT2E*6runtime.writeBarrierEnabled+type.*"".Prog+6runtime.writeBarrierEnabled,0go.string."\t%#04x %v\n"- 1542 fmt.Fprintf.8go.itab.*"".Biobuf.io.Writer0type.uint0 1543 runtime.convT2E16runtime.writeBarrierEnabled2&go.string."\t%#04x"3 1544 fmt.Fprintf48go.itab.*"".Biobuf.io.Writer5type.uint87 1545 runtime.convT2E76runtime.writeBarrierEnabled8"go.string." %02x"9 1546 fmt.Fprintf:8go.itab.*"".Biobuf.io.Writer;go.string." "< 1547 fmt.Fprintf<type.*"".Biobuf<type.io.Writer<8go.itab.*"".Biobuf.io.Writer< 1548 runtime.typ2Itab=8go.itab.*"".Biobuf.io.Writer>go.string." "> 1549 fmt.FprintfA8go.itab.*"".Biobuf.io.WriterBtype.intC 1550 runtime.convT2EC6runtime.writeBarrierEnabledDgo.string."%c"E 1551 fmt.FprintfF8go.itab.*"".Biobuf.io.WriterGgo.string."\n"G 1552 fmt.FprintfL8go.itab.*"".Biobuf.io.WriterM 1553 runtime.duffzeroNtype.intN 1554 runtime.convT2EO6runtime.writeBarrierEnabledOtype.uint8P 1555 runtime.convT2EQ6runtime.writeBarrierEnabledQtype.int32R 1556 runtime.convT2ER6runtime.writeBarrierEnabledStype.stringS 1557 runtime.convT2ET6runtime.writeBarrierEnabledTtype.int64U 1558 runtime.convT2EU6runtime.writeBarrierEnabledVHgo.string."\trel %d+%d t=%d %s+%d\n"W 1559 fmt.FprintfX 1560 "".BputcY 1561 "".wrintY 1562 "".wrstringZ 1563 "".wrint[ 1564 "".wrint[ 1565 "".wrint\ 1566 "".wrsym] 1567 "".wrdata] 1568 "".wrint` 1569 "".wrint` 1570 "".wrinta 1571 "".wrinta 1572 "".wrintb 1573 "".wrintb 1574 "".wrsymc 1575 "".wrsymd 1576 "".wrintd 1577 "".wrinte 1578 "".wrinte 1579 "".wrintf 1580 "".wrintg 1581 "".wrsymh 1582 "".wrinth 1583 "".wrinti 1584 "".wrsymj 1585 "".wrdatak 1586 "".wrdatal 1587 "".wrdatam 1588 "".wrinto 1589 "".wrdatap 1590 "".wrintq 1591 "".wrsymt 1592 "".wrintt 1593 "".wrintv 1594 "".wrpathsymw 1595 $runtime.panicindexw 1596 $runtime.panicindexw 1597 $runtime.panicindexx 1598 $runtime.panicindexx 1599 "".wrintztype.stringz 1600 runtime.convT2E{6runtime.writeBarrierEnabled{type.int16| 1601 runtime.convT2E}6runtime.writeBarrierEnabled}\go.string."%s: invalid local variable type %d"~ 1602 log.Fatalf~ 1603 .runtime.writebarrierptr 1604 .runtime.writebarrierptr 1605 $runtime.panicindex 1606 .runtime.writebarrierptr 1607 .runtime.writebarrierptr 1608 .runtime.writebarrierptr 1609 .runtime.writebarrierptr 1610 .runtime.writebarrierptrtype.*"".Biobuftype.io.Writer8go.itab.*"".Biobuf.io.Writer 1611 runtime.typ2Itab8go.itab.*"".Biobuf.io.Writer 1612 runtime.duffzerotype.int 1613 runtime.convT2E6runtime.writeBarrierEnabledtype.uint8 1614 runtime.convT2E6runtime.writeBarrierEnabledtype.int32 1615 runtime.convT2E6runtime.writeBarrierEnabledtype.string 1616 runtime.convT2E6runtime.writeBarrierEnabledtype.uint64 1617 runtime.convT2E6runtime.writeBarrierEnabledHgo.string."\trel %d+%d t=%d %s+%x\n" 1618 fmt.Fprintf 1619 .runtime.writebarrierptr 1620 .runtime.writebarrierptr 1621 .runtime.writebarrierptr 1622 .runtime.writebarrierptr 1623 .runtime.writebarrierptrtype.*"".Biobuftype.io.Writer8go.itab.*"".Biobuf.io.Writer 1624 runtime.typ2Itab 1625 $runtime.panicindextype.*"".Biobuftype.io.Writer8go.itab.*"".Biobuf.io.Writer 1626 runtime.typ2Itab 1627 .runtime.writebarrierptrtype.*"".Biobuftype.io.Writer8go.itab.*"".Biobuf.io.Writer 1628 runtime.typ2Itab8go.itab.*"".Biobuf.io.Writergo.string."." 1629 fmt.Fprintftype.*"".Biobuftype.io.Writer8go.itab.*"".Biobuf.io.Writer 1630 runtime.typ2Itab 1631 $runtime.panicindextype.*"".Biobuftype.io.Writer8go.itab.*"".Biobuf.io.Writer 1632 runtime.typ2Itab 1633 .runtime.writebarrierptr 1634 $runtime.panicindextype.*"".Biobuftype.io.Writer8go.itab.*"".Biobuf.io.Writer 1635 runtime.typ2Itab 1636 .runtime.writebarrierptrtype.*"".Biobuftype.io.Writer8go.itab.*"".Biobuf.io.Writer 1637 runtime.typ2Itab 1638 .runtime.writebarrierptr 1639 .runtime.writebarrierptrtype.*"".Biobuftype.io.Writer8go.itab.*"".Biobuf.io.Writer 1640 runtime.typ2Itabtype.*"".Biobuftype.io.Writer8go.itab.*"".Biobuf.io.Writer 1641 runtime.typ2Itabtype.*"".Biobuftype.io.Writer8go.itab.*"".Biobuf.io.Writer 1642 runtime.typ2Itab 1643 .runtime.writebarrierptr 1644 .runtime.writebarrierptrtype.*"".Biobuftype.io.Writer8go.itab.*"".Biobuf.io.Writer 1645 runtime.typ2Itab 1646 .runtime.writebarrierptr 1647 .runtime.writebarrierptrtype.*"".Biobuftype.io.Writer8go.itab.*"".Biobuf.io.Writer 1648 runtime.typ2Itabtype.*"".Biobuftype.io.Writer8go.itab.*"".Biobuf.io.Writer 1649 runtime.typ2Itabtype.*"".Biobuftype.io.Writer8go.itab.*"".Biobuf.io.Writer 1650 runtime.typ2Itabtype.*"".Biobuftype.io.Writer8go.itab.*"".Biobuf.io.Writer 1651 runtime.typ2Itab 1652 .runtime.writebarrierptrtype.*"".Biobuftype.io.Writer8go.itab.*"".Biobuf.io.Writer 1653 runtime.typ2Itab 1654 .runtime.writebarrierptrtype.*"".Biobuftype.io.Writer8go.itab.*"".Biobuf.io.Writer 1655 runtime.typ2Itab 1656 .runtime.writebarrierptrtype.*"".Biobuftype.io.Writer8go.itab.*"".Biobuf.io.Writer 1657 runtime.typ2Itab 1658 0runtime.morestack_noctxt0 "".autotmp_0543"type.interface {}"".autotmp_0542"type.interface {}"".autotmp_0541(type.[2]interface {}"".autotmp_0539*type.*[2]interface {}"".autotmp_0538&type.[]interface {}"".autotmp_0537"type.interface {}"".autotmp_0536"type.interface {}"".autotmp_0535"type.interface {}"".autotmp_0534"type.interface {}"".autotmp_0533"type.interface {}"".autotmp_0532(type.[5]interface {}"".autotmp_0530*type.*[5]interface {}"".autotmp_0529&type.[]interface {}"".autotmp_0528type.*uint8"".autotmp_0527"type.interface {}"".autotmp_0526"type.interface {}"".autotmp_0525"type.interface {}"".autotmp_0524"type.interface {}"".autotmp_0523"type.interface {}"".autotmp_0522(type.[5]interface {}"".autotmp_0519&type.[]interface {}"".autotmp_0518type.*uint8"".autotmp_0517type.*uint8"".autotmp_0516type.*uint8"".autotmp_0515"type.interface {}"".autotmp_0514(type.[1]interface {}"".autotmp_0512*type.*[1]interface {}"".autotmp_0511&type.[]interface {}"".autotmp_0510type.*uint8"".autotmp_0509type.*uint8"".autotmp_0508type.*uint8"".autotmp_0507"type.interface {}"".autotmp_0506(type.[1]interface {}"".autotmp_0504*type.*[1]interface {}"".autotmp_0503&type.[]interface {}"".autotmp_0502type.*uint8"".autotmp_0501"type.interface {}"".autotmp_0500(type.[1]interface {}"".autotmp_0498*type.*[1]interface {}"".autotmp_0497&type.[]interface {}"".autotmp_0496type.*uint8"".autotmp_0495"type.interface {}"".autotmp_0494(type.[2]interface {}"".autotmp_0492*type.*[2]interface {}"".autotmp_0491&type.[]interface {}"".autotmp_0490type.*uint8"".autotmp_0489type.*uint8"".autotmp_0488type.*uint8"".autotmp_0487"type.interface {}"".autotmp_0486"type.interface {}"".autotmp_0485(type.[2]interface {}"".autotmp_0483*type.*[2]interface {}"".autotmp_0482&type.[]interface {}"".autotmp_0481type.*uint8"".autotmp_0480"type.interface {}"".autotmp_0479"type.interface {}"".autotmp_0478(type.[2]interface {}"".autotmp_0475&type.[]interface {}"".autotmp_0474type.*uint8"".autotmp_0473type.*uint8"".autotmp_0472type.*uint8"".autotmp_0471type.*uint8"".autotmp_0470"type.interface {}"".autotmp_0469(type.[1]interface {}"".autotmp_0467*type.*[1]interface {}"".autotmp_0466&type.[]interface {}"".autotmp_0465type.*uint8"".autotmp_0464"type.interface {}"".autotmp_0463(type.[1]interface {}"".autotmp_0461*type.*[1]interface {}"".autotmp_0460&type.[]interface {}"".autotmp_0459type.*uint8"".autotmp_0458"type.interface {}"".autotmp_0457(type.[1]interface {}"".autotmp_0454&type.[]interface {}"".autotmp_0453 type.*uint8"".autotmp_0452type.int"".autotmp_0451type.int"".autotmp_0450type.int"".autotmp_0449type.int"".autotmp_0448type.int"".autotmp_0447type.int"".autotmp_0446type.int"".autotmp_0445type.int"".autotmp_0444type.int"".autotmp_0443type.int"".autotmp_0442type.int"".autotmp_0441type.int"".autotmp_0440type.int"".autotmp_0439type.int"".autotmp_0438type.int"".autotmp_0436type.int"".autotmp_0435type.int64"".autotmp_0434type.string"".autotmp_0433type.int"".autotmp_0432type.uint64"".autotmp_0431type.string"".autotmp_0430type.int"".autotmp_0429type.int"".autotmp_0427type.int"".autotmp_0426 1660 type.int"".autotmp_0425type.int"".autotmp_0422type.int"".autotmp_0421type.uint"".autotmp_0419 type.*"".Prog"".autotmp_0418 1661 type.uint"".autotmp_0417 1662 type.uint64"".autotmp_0416 1663 type.uint64"".autotmp_0415 1664 type.int64"".autotmp_0414 1665 type.int64"".itype.int"".itype.int"".itype.int"".itype.int 1670 "".pc type.*"".Pcln"".a type.*"".Auto"".itype.int"".r 1672 type.*"".Reloc"".itype.int"".name type.string"".r type.*"".Reloc"".i 1674 type.int"".jtype.int"".p type.*"".Prog"".s type.*"".LSym"".btype.*"".Biobuf"".ctxttype.*"".Link" ; T> j j jbb 1679 7^ 2b2Kb%.]4 #,+ ""B-N!""""""*$!2"5BB*p%Z`%oJ7 2X^ 1691 22 kX o22oo222lld6B=QWQWM4 1693 a4$4:NK$K@,@,@*Tgclocals256871728bb0afb4a19d311fe4e6db9bTgclocalsb62fc4b1081eb5cfec5cad9a9a65e211lprebuilts/go/linux-x86/src/cmd/internal/obj/objfile.go"".wrintdH%H;aUHhHD$xHHH?H1HH'H 1695 H 1696 HH=rNHHH@)HHHHHIHtIHHLHH=sHHHHHHIHtIHl$HLD$8H\$@HH 1697 H)H 1698 wMH-Ht;HH\$pH 1699 H$Hl$PHl$HT$XHT$HL$`HL$HhE 1705 X"".varintbuf"".varintbuf 1706 $"".(*Biobuf).Write 1707 $runtime.panicslice 1708 $runtime.panicslice 1709 $runtime.panicindex 1710 $runtime.panicslice 1711 $runtime.panicindex 1712 0runtime.morestack_noctxt "".autotmp_0597/type.[]uint8"".p_type.[]uint8"".svaltype.int64"".btype.*"".BiobufGL "+,[QTgclocals3f5c1f818fa7055d0400cecd34057162Tgclocals709a14768fab2805a378215c02f0d27flprebuilts/go/linux-x86/src/cmd/internal/obj/objfile.go"".wrstringdH%H;avGH0HD$HH\$8H$HD$H\$8HkH,$H\$@H\$H\$HH\$H0 1719 N 1720 "".wrint 1721 6bufio.(*Writer).WriteString 1722 0runtime.morestack_noctxt0`"".stype.string"".btype.*"".Biobuf`B_` 1723 `& 1724 1725 &:Tgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocals33cdeccccebe80329f1fdbee7f5874cblprebuilts/go/linux-x86/src/cmd/internal/obj/objfile.go"".wrpathdH%H;avMH0H\$HH$H\$PH\$HL$HD$H\$@H$HL$ HL$HD$(HD$H0 1727 N 1728 *path/filepath.ToSlash 1729 "".wrstring 1730 0runtime.morestack_noctxt@`"".autotmp_0599type.string"".p type.string"".btype.*"".Biobuf"".ctxttype.*"".Link`H_`pD 1731 &JTgclocalse5d5edcf53e2c122038779d75a487a60Tgclocals23e8278e2b69a3a75fa59b23c49ed6adlprebuilts/go/linux-x86/src/cmd/internal/obj/objfile.go"".wrdatadH%H;avMH8HD$PH\$@H$HD$H\$@H$H\$HH\$H\$PH\$H\$XH\$H8 1733 N 1734 "".wrint 1735 $"".(*Biobuf).Write 1736 0runtime.morestack_noctxt@p"".vtype.[]uint8"".btype.*"".BiobufpHopp, 1737 &JTgclocals0ebb2d1da58c1b4224bf5a7b370d7578Tgclocals33cdeccccebe80329f1fdbee7f5874cblprebuilts/go/linux-x86/src/cmd/internal/obj/objfile.go"".wrpathsymdH%H;aH HL$8HD$01H9u.H$HD$H\$0H$HD$H H\$(H$HD$H|$HH HHNHOH\$0H$H\$8HkHl$H U 1740 l 1741 "".wrint 1742 "".wrint 1743 "".wrpath 1744 "".wrint 1745 0runtime.morestack_noctxt0@"".s type.*"".LSym"".btype.*"".Biobuf"".ctxttype.*"".Link@>?@J?@(!) 1746 5{Tgclocals5c5a9f3dff47a8940bdc317b9324ac2aTgclocals33cdeccccebe80329f1fdbee7f5874cblprebuilts/go/linux-x86/src/cmd/internal/obj/objfile.go"".wrsymdH%H;aHHL$(HD$ 1H9u.H$HD$H\$ H$HD$HH$H|$HH HHNHOH\$ H$H\$(HkHl$H_ 1749 l 1750 "".wrint 1751 "".wrint 1752 "".wrstring 1753 "".wrint 1754 0runtime.morestack_noctxt 0"".stype.*"".LSym"".btype.*"".Biobuf0>/0@/0(! 1755 5{Tgclocals2a1dd1e1e59d0a384c26951e316cd7e6Tgclocals33cdeccccebe80329f1fdbee7f5874cblprebuilts/go/linux-x86/src/cmd/internal/obj/objfile.go"".BrchainHD$1H}31H9t6Hf u(H1H9tHHH|HD$HD$0"".~r2 type.*"".Prog"".ptype.*"".Prog"".ctxttype.*"".LinkPPH# 1757 Tgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/pass.go"".brloopHD$11H9t@Hf u2H1H9t$HH| 1758 HD$H1H9uHD$0"".~r2 type.*"".Prog"".ptype.*"".Prog"".ctxttype.*"".Link``&f 1760 Tgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/pass.go"".checkaddrdH%H;aHXHT$hHD$pH(f 1763 fQfuHXfHXfu$HXfuHXfuXuHXHT$(HH$HT$HHD$HHD$PHL$(HHT$@H\$0HHL$8=uGHJHH$HD$ HT$H\$HH\$H\$PH\$ Hl$`H(HHXLBL$HL$HT$@`f2HXf#HXfHXfXHXfEfuHXfXucHX 1H9uXHXfuMHXfHXfXHX 1H9{Hh0HmHXHT$(HH$HT$HHD$HHD$PHL$(HHT$@H\$0HHL$8=uGHJHH$HD$2HT$H\$HH\$H\$PH\$ Hl$`H(HHXLBL$HL$HT$@`f u\HXfHXfHXfqXdHXHVHX 1H9GHXf 1764 t7f fu0HXfXHX 1H9HXfHh0HHXfHXfHXfXHX 1H9HT$(HH$HT$HHD$HHD$PHL$(HHT$@H\$0HHL$8=uGHJHH$HD$2HT$H\$HH\$H\$PH\$ Hl$`H(HHXLBL$HL$HT$@`f HXfHXfXHX 1H9Hh0HHXfbfuMHXf`HXfQXDHX 1H95Hh0H'HXfHXfujHXfHXfHXfXHXHHX 1H9Hh0HHXfHX . 1771 (type.[1]interface {} 1772 "runtime.newobjecttype.*"".Prog6runtime.writeBarrierEnabledXgo.string."invalid encoding for argument %v" 1773 .runtime.writebarrierptr(type.[1]interface {} 1774 "runtime.newobject type.*"".Prog 6runtime.writeBarrierEnabled |go.string."argument is TYPE_CONST, should be TYPE_ADDR, in %v" 1775 1777 .runtime.writebarrierptr(type.[1]interface {} 1778 "runtime.newobjecttype.*"".Prog6runtime.writeBarrierEnabled|go.string."argument is TYPE_ADDR, should be TYPE_CONST, in %v" 1779 .runtime.writebarrierptr 1780 0runtime.morestack_noctxt0"".autotmp_0612*type.*[1]interface {}"".autotmp_0611&type.[]interface {}"".autotmp_0610*type.*[1]interface {}"".autotmp_0609&type.[]interface {}"".autotmp_0607/&type.[]interface {}"".autotmp_0605type.*"".Prog"".autotmp_0604type.*"".Prog"".autotmp_0603_type.*"".Prog"".a type.*"".Addr"".ptype.*"".Prog"".ctxttype.*"".Link,8huJvXo! 1782 * 1783 : 1784 $ 1785 1786 H Wd 1788 R+ 1789 I 1790 Hw|H 1791 e 1792 8Tgclocals2027b6cfe4f64a74d7b688d238add74aTgclocals1a411f3c63735999eea53544c7f71849fprebuilts/go/linux-x86/src/cmd/internal/obj/pass.go"".linkpatchdH%HD$H;AH1H\$PH\$XH$HH$=H8H$HCP1H9H$H$HD$HD$8HD$H|$lHD$HD$8HX`1H9t$H$H$HD$Hh`Hl$HD$8H$H$HD$HD$H|$HD$hHL$8H$HmH]@1H9t+H$H$HL$H$HmHU@HHL$8HYhfHA1H9H$HCP1H9fH1H9tmH$H$HD$@HHl$HD$@HL$Htn=uIHH1H9tHXhfuLIHhxH@1H9mHLL$HL$HD$@HHtjHLL9u;H=uHLL$Hl$HL$8H,$LD$HH\$H1H9HQxH$HCP1H9tHcHH9HD$01H9H5HH1H9tHHHuHET$,HL$HHt$PHt$pHD$XHD$xHH$H\$H?H$H$H$HH$H\$,H\$HD$HL$HD$ H$HL$`HHD$h=HCHD$HHHH$HHL$`HHD$h=iHCHH$H\$pH\$HD$HL$HD$ H$H HL$`HHD$h=HCHH$HD$!H$H\$H$H\$H$H\$ H$H(HHL$8HD$0fAhHHH\$`HHD$h=uEHHt4=uH:LL$HD$HL$8LL$HD$HL$8HD$0yLCL$HD$LCL$HD$LCL$HD$4EnH1H9t"HcLIH9|HH@%%L8L$Hl$0 J 1802 6runtime.writeBarrierEnabled 1803 "".checkaddr 1804 "".checkaddr 1805 "".checkaddr 1806 "".brloop6runtime.writeBarrierEnabled 1807 .runtime.writebarrierptr type.*"".Prog 6runtime.writeBarrierEnabled 1808 1809 .runtime.writebarrierptr 1810 "type.interface {} 1811 1812 (runtime.panicdottype"go.string."<nil>" (type.[3]interface {} 1816 "runtime.newobjecttype.uint32 1817 runtime.convT2E6runtime.writeBarrierEnabledtype.*"".Prog6runtime.writeBarrierEnabledtype.string 1818 runtime.convT2E6runtime.writeBarrierEnabled\go.string."branch out of range (%#x)\n%v [%s]"type.*"".Prog6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled 1819 .runtime.writebarrierptr 1820 .runtime.writebarrierptr 1821 .runtime.writebarrierptr 1822 .runtime.writebarrierptr 1823 .runtime.writebarrierptr 1824 .runtime.writebarrierptr 1825 0runtime.morestack_noctxt "".autotmp_0627"type.interface {}"".autotmp_0626o"type.interface {}"".autotmp_0624/&type.[]interface {}"".autotmp_0623type.*"".Prog"".autotmp_0622type.*"".Prog"".autotmp_0621Otype.string"".autotmp_0620type.*"".Prog"".autotmp_0619type.uint32"".ptype.*"".Prog"".ptype.*"".Prog"".qtype.*"".Prog"".nametype.string"".symtype.*"".LSym"".ctxttype.*"".Link.7$2+^ BI *2WXWXL$ # F$Ro# 1839 %.z!Tgclocalscebf12d22eea72c192e5960fe2f61bf0Tgclocalsa35d2cbccff5ca0dae236bd72128cf9cfprebuilts/go/linux-x86/src/cmd/internal/obj/pass.go"".addvarintdH%H;aHXt$prJt$D\$CH\$hHHkHKHHH9HkHl$C@+s@t$CH\$hHHkHKHHH9wHkHl$C@+HXHH$HT$HD$HL$Hl$ HT$(Hl$0HL$8H\$hHtCHHl$HHHkHKHT$P=uHH$HT$HT$PHD$HnHH$HT$HD$HL$Hl$ t$DHT$(Hl$0HL$8H\$hHtJHHl$HHHkHKHT$P=uHH$HT$t$DHT$PHD$H? 1841 type.[]uint8 1842 "runtime.growslice6runtime.writeBarrierEnabled 1843 .runtime.writebarrierptrtype.[]uint8 1844 "runtime.growslice6runtime.writeBarrierEnabled 1845 .runtime.writebarrierptr 1846 0runtime.morestack_noctxt0"".autotmp_0634type.uint8"".autotmp_0633)type.uint8"".v'type.uint32"".val type.uint32"".dtype.*"".Pcdata"".ctxttype.*"".Link*?0N7U5Tgclocals51af24152615272c3d9efc8538f95767Tgclocals0c8aa8e80191a30eac23f1a218103f16fprebuilts/go/linux-x86/src/cmd/internal/obj/pcln.go"".funcpctab__dH%H$XH;AH(1H$HH$H$H$H$HD$pH$0C(H$0Hl$pk(H$8HkHCH$0](H$HH$H$PH$HH$1H91H$HH$PH$XH$`H$HH|H$H$ H$HH$H$@H\$H|$,HD$HL$HD$ H$H$HH$=HCHH$H$H\$HD$HL$HD$ H$HH$HH$=^HCH$0Hk8H$H$H$H$Hl$HH\$HD$H$H\$ H$H\$(H$ H\$0L$XH$@H]P1H9u*H$0DC(H$0Hl$pA)DC(H(H$@H[PHHl$`H$0](H\$`H$L$PL$\HH$1H91H$H$H$H$H$H$ H$HH$H$ H$HH$H$H\$HD$HL$HD$ H$H$HH$=7HCHH$H\$\H\$HD$HL$HD$ H$HH$HH$=HCH$@HAPH H$H H$HH$=iHCH$0Hk8H$H$H$H$Hl$HH\$HD$H$H\$ H$H\$(H$ H\$0L$PD$TH$@HCP1H90H$0H$H$@H\$L$H$HD$D$ H$`H\$(H$hH\$0H$XHL$@L$`H$hH$XH$0H$L$8L$Pl$X9E 1859 \$T8 1860 H$LT$L$HD$D$ LL$(H|$0HHL$8L$PH$0]('H$HH$1H$H$H$H$HH$1H9c 1H$H$H$H$H$H$H$H H$H$ H$HH$H$H\$HD$HL$HD$ H$H$HH$=HCHH$H$H\$HD$HL$HD$ H$HH$HH$=HCH$HHH$H H$HH$=HCH$0Hk8H$H$H$H$Hl$HH\$HD$H$H\$ H$H\$(H$ H\$0L$PH$HC1H9\$TH$0](RH$@HmPHL$@Ih0HH$HH$1H91H$H$H$HbH$H$ H$HH$H$H\$HD$HL$HD$ H$H$HH$=HCH$0Hk8H$H$H$H$Hl$HH\$HD$ H$H\$ H$H\$(H$ H\$0H$0H$H$8H\$H$@HE(L$@Ih0HHl$`L$0H)M@IhPHHHH\$H$0H$H$8H\$D$H$0](H$8HkHl$xH$8H$HH$1H9>1H$(H$0H$8H$@H$(HH$H$ H$HH$H\$xH\$HD$HL$HD$ H$H$HH$=wHCH$HHH$HH$HH$=HCH$0Hk8H$H$H$H$Hl$HH\$HD$H$H\$ H$H\$(H$ H\$01H$8HkHL$hH9HH$1H9}1H$H$H$HRH$H$ H$HH$H$8HHHCHkH$H$H$H9H 1868 H\$HD$HL$HD$ H$H$HH$=uHCH$0Hk8H$H$H$H$Hl$HH\$HD$H$H\$ H$H\$(H$ H\$0HL$hH{LCL$HD$nHH$HH\$HH\$HL$hH\$H$DH1H9tzH$0Hk8H$H$H$Hl$HH\$HD$1H\$ H\$(H\$0H$0DC(H$0Hl$pA)DC(H(HH$HH\$HH\$HD$TLCL$HD$LCL$HD$vHH$HH\$HH\$H\$H$HHLCL$HD$HH$HH\$HH\$H\$H$9LCL$HD$4LCL$HD$LCL$HD$dHH$HH\$HH\$H\$H$cHX1H9HhHHH9H$LT$L$HD$D$ LL$(H|$0HHL$8L$PH$0](H$HH$1H$H$H$H$HH$1H9!1H$H$H$H$H$H$H$HH$H$ H$HH$H$H\$HD$HL$HD$ H$H$HH$=GHCHH$H$H\$HD$HL$HD$ H$HH$HH$=HCH$HHH$H H$HH$=u{HCH$0Hk8H$H$H$H$Hl$HH\$HD$H$H\$ H$H\$(H$ H\$0L$PLCL$HD$rLCL$HD$LCL$HD$#HH$HH\$HH\$H\$H$Z(HH$L$\H$HH$1H9W1H$hH$pH$xH$H$H$H$hHH$H$ H$HH$H$H\$HD$HL$HD$ H$H$HH$=}HCHH$H\$\H\$HD$HL$HD$ H$HH$HH$= HCH$HHH$H H$HH$=HCH$0Hk8H$H$H$H$Hl$HH\$HD$H$H\$ H$H\$(H$ H\$0H$0L$PH$\$TteH$H$8H\$HHl$`H)LBIhPHHHH\$H$0L$PH$HHl$`l$X)H$H$8H\$D$D$PD$XD$TH$0H$H$@H\$D$H$H\$D$ H$`H\$(H$hH\$0H$XHL$8mHHLCL$HD$=LCL$HD$LCL$HD$pHH$HH\$HH\$H\$H$oLCL$HD$LCL$HD$*LCL$HD$3HH$HH\$HH\$H\$H$LCL$HD$LCL$HD$%}HH$HH\$HH\$H\$H$* 1880 Z 1881 runtime.duffzero8go.itab.*"".Biobuf.io.Writertype.string 1882 runtime.convT2E6runtime.writeBarrierEnabledtype.string 1883 runtime.convT2E6runtime.writeBarrierEnabledNgo.string."funcpctab %s [valfunc=%s]\n" 1884 fmt.Fprintf8go.itab.*"".Biobuf.io.Writer type.uint64 1887 runtime.convT2E6runtime.writeBarrierEnabledtype.int32 1888 runtime.convT2E6runtime.writeBarrierEnabledtype.*"".Prog6runtime.writeBarrierEnabled0go.string."%6x %6d %v\n" 1889 fmt.Fprintf8go.itab.*"".Biobuf.io.Writertype.uint64 1890 runtime.convT2E6runtime.writeBarrierEnabledtype.string 1891 runtime.convT2E6runtime.writeBarrierEnabledtype.*"".Prog6runtime.writeBarrierEnabled0go.string."%6x %6s %v\n" 1892 fmt.Fprintf!8go.itab.*"".Biobuf.io.Writer#type.uint64# 1893 runtime.convT2E$6runtime.writeBarrierEnabled%,go.string."%6x done\n"& 1894 fmt.Fprintf' 1895 "".addvarint( 1896 "".addvarint)8go.itab.*"".Biobuf.io.Writer+type.int+ 1897 runtime.convT2E,6runtime.writeBarrierEnabled,type.*"".Pcdata-6runtime.writeBarrierEnabled.Dgo.string."wrote %d bytes to %p\n"/ 1898 fmt.Fprintf/8go.itab.*"".Biobuf.io.Writer1type.uint82 1899 runtime.convT2E36runtime.writeBarrierEnabled4"go.string." %02x"5 1900 fmt.Fprintf5 1901 .runtime.writebarrierptr5 1902 $runtime.panicindex6type.*"".Biobuf6type.io.Writer68go.itab.*"".Biobuf.io.Writer6 1903 runtime.typ2Itab78go.itab.*"".Biobuf.io.Writer7go.string."\n"8 1904 fmt.Fprintf9type.*"".Biobuf9type.io.Writer98go.itab.*"".Biobuf.io.Writer9 1905 runtime.typ2Itab: 1906 .runtime.writebarrierptr: 1907 .runtime.writebarrierptr:type.*"".Biobuf;type.io.Writer;8go.itab.*"".Biobuf.io.Writer; 1908 runtime.typ2Itab< 1909 .runtime.writebarrierptr<type.*"".Biobuf<type.io.Writer<8go.itab.*"".Biobuf.io.Writer< 1910 runtime.typ2Itab= 1911 .runtime.writebarrierptr= 1912 .runtime.writebarrierptr> 1913 .runtime.writebarrierptr>type.*"".Biobuf>type.io.Writer>8go.itab.*"".Biobuf.io.Writer? 1914 runtime.typ2Itab@B8go.itab.*"".Biobuf.io.WriterDtype.uint64D 1915 runtime.convT2EE6runtime.writeBarrierEnabledEtype.stringF 1916 runtime.convT2EF6runtime.writeBarrierEnabledGtype.*"".ProgG6runtime.writeBarrierEnabledH0go.string."%6x %6s %v\n"I 1917 fmt.FprintfJ 1918 .runtime.writebarrierptrJ 1919 .runtime.writebarrierptrJ 1920 .runtime.writebarrierptrKtype.*"".BiobufKtype.io.WriterK8go.itab.*"".Biobuf.io.WriterK 1921 runtime.typ2ItabL8go.itab.*"".Biobuf.io.WriterNtype.uint64O 1922 runtime.convT2EO6runtime.writeBarrierEnabledOtype.int32P 1923 runtime.convT2EQ6runtime.writeBarrierEnabledQtype.*"".ProgR6runtime.writeBarrierEnabledS0go.string."%6x %6d %v\n"T 1924 fmt.FprintfU 1925 "".addvarintV 1926 "".addvarintXY 1927 .runtime.writebarrierptrY 1928 .runtime.writebarrierptrZ 1929 .runtime.writebarrierptrZtype.*"".BiobufZtype.io.WriterZ8go.itab.*"".Biobuf.io.WriterZ 1930 runtime.typ2Itab[ 1931 .runtime.writebarrierptr[ 1932 .runtime.writebarrierptr\ 1933 .runtime.writebarrierptr\type.*"".Biobuf\type.io.Writer\8go.itab.*"".Biobuf.io.Writer\ 1934 runtime.typ2Itab] 1935 .runtime.writebarrierptr] 1936 .runtime.writebarrierptr^type.*"".Biobuf^type.io.Writer^8go.itab.*"".Biobuf.io.Writer^ 1937 runtime.typ2Itab_ 1938 0runtime.morestack_noctxt"".autotmp_0715type.*uint8"".autotmp_0714"type.interface {}"".autotmp_0713(type.[1]interface {}"".autotmp_0711*type.*[1]interface {}"".autotmp_0710&type.[]interface {}"".autotmp_0709type.*uint8"".autotmp_0708"type.interface {}"".autotmp_0707(type.[2]interface {}"".autotmp_0705*type.*[2]interface {}"".autotmp_0704&type.[]interface {}"".autotmp_0703type.*uint8"".autotmp_0702"type.interface {}"".autotmp_0701(type.[1]interface {}"".autotmp_0698&type.[]interface {}"".autotmp_0697type.*uint8"".autotmp_0696"type.interface {}"".autotmp_0695"type.interface {}"".autotmp_0694(type.[3]interface {}"".autotmp_0692*type.*[3]interface {}"".autotmp_0691&type.[]interface {}"".autotmp_0690type.*uint8"".autotmp_0689"type.interface {}"".autotmp_0688"type.interface {}"".autotmp_0687(type.[3]interface {}"".autotmp_0685*type.*[3]interface {}"".autotmp_0684&type.[]interface {}"".autotmp_0683type.*uint8"".autotmp_0682"type.interface {}"".autotmp_0681"type.interface {}"".autotmp_0680(type.[3]interface {}"".autotmp_0678*type.*[3]interface {}"".autotmp_0677&type.[]interface {}"".autotmp_0676type.*uint8"".autotmp_0675"type.interface {}"".autotmp_0674"type.interface {}"".autotmp_0673_(type.[3]interface {}"".autotmp_0670&type.[]interface {}"".autotmp_0669type.*uint8"".autotmp_0668"type.interface {}"".autotmp_0667"type.interface {}"".autotmp_0666(type.[2]interface {}"".autotmp_0663&type.[]interface {}"".autotmp_0662type.*uint8"".autotmp_0661type.int32"".autotmp_0659type.int"".autotmp_0658type.*"".Pcdata"".autotmp_0657type.int"".autotmp_0656type.uint64"".autotmp_0654type.*"".Prog"".autotmp_0653type.int32"".autotmp_0652type.uint64"".autotmp_0651type.*"".Prog"".autotmp_0650type.string"".autotmp_0649type.uint64"".autotmp_0648type.*"".Prog"".autotmp_0647type.string"".autotmp_0646type.uint64"".autotmp_0645type.int32"".autotmp_0644type.uint64"".autotmp_0643type.int32"".autotmp_0642type.string"".itype.int"".ptype.*"".Prog"".startedtype.int32 1939 "".pctype.int64"".oldvaltype.int32"".valtype.int32"".dbgtype.int"".arg`"type.interface {}"".valfuncPtype.func(*"".Link, *"".LSym, int32, *"".Prog, int32, interface {}) int32"".desc0type.string"".func_ type.*"".LSym"".dsttype.*"".Pcdata"".ctxttype.*"".Link*"/>Q 1944 "4 v i& k^"2o Xk*4%&& Q]ofW{ 1951 4/4$ 1952 KkK 1953 K$b$W+Tgclocalsc1d4d8fe7c5e841ffe458b4f53455f75Tgclocalsf3fa8c32907a76ed56f9a22e076ef6a8fprebuilts/go/linux-x86/src/cmd/internal/obj/pcln.go"".pctofilelinedH%H;akHH$Hf 4Hf 1958 "Hf$D$@HD$XH$H$l$H\$XH\$H\$@H\$H$H\$X1H9u$$HHu\$@$HH-H9BH$HHl$XH9uH$H1HD$D9HHHHl$xHt$hHcHT$pH9skHHHl$XH9uSHL$PHl$X=u HHcH$HLL$Hl$HL$PD$DTHL$PHHHHHH9HHHl$X=u[H+HtNHl$X=u HHcH$HLL$Hl$HL$PD$DH$Hl$HL$PD$DHH$H|$HT$Ht$Hl$ HL$PD$DH|$(Hl$0Ht$8Ht`HHl$HHHHH|$`=uHLL$H|$H|$`HT$HHL$PD$DH$Hl$LLD$$$Hx" 1962 1963 "".linkgetlinetype.*"".Pcln6runtime.writeBarrierEnabled 1964 .runtime.writebarrierptr 1965 $runtime.panicindex6runtime.writeBarrierEnabled 6runtime.writeBarrierEnabled 1966 .runtime.writebarrierptr 1967 1968 .runtime.writebarrierptr 1969 type.[]*"".LSym 1971 "runtime.growslice6runtime.writeBarrierEnabled 1974 .runtime.writebarrierptr "type.interface {} 1977 (runtime.panicdottype 1979 0runtime.morestack_noctxt"".iwtype.int32"".pcln_type.*"".Pcln"".fOtype.*"".LSym"".ltype.int32"".~r6ptype.int32"".argP"type.interface {}"".phase@type.int32"".p0type.*"".Prog"".oldval type.int32"".symtype.*"".LSym"".ctxttype.*"".Link\@"U 73 1984 1985 E 1986 &6/Tgclocals997226b3dd4b18ddc2da791d01c34aeaTgclocals3f4cf126cfcf28a47eb5f6e8e24a2483fprebuilts/go/linux-x86/src/cmd/internal/obj/pcln.go"".pctospadj 1987 1988 dH%H;aHXHL$xD$pu1$u$HX|$A$HXD$,D$p\$(HH$H\$HHD$HHD$PH\$@HH$H\$,H\$HD$HL$HD$ H\$@HL$0HHD$8=rHCHH$H\$xH\$H|$AHD$HD$HL$HD$ H\$@HHL$0HHD$8=HCHH$H\$(H\$HD$HL$HD$ H\$@H HL$0HHD$8=uHCHH$HD$H\$@H\$H\$HH\$H\$PH\$ Hl$`H(HHH$HD$1H\$H\$H\$ HL$xD$pLCL$HD$nLCL$HD$%LCL$HD${ ]( 1995 (type.[3]interface {} 1996 "runtime.newobjecttype.int32 1997 runtime.convT2E6runtime.writeBarrierEnabledtype.int32 1998 runtime.convT2E6runtime.writeBarrierEnabledtype.int32 1999 runtime.convT2E6runtime.writeBarrierEnabledVgo.string."overflow in spadj: %d + %d = %d"(go.string."bad code" 2000 log.Fatalf 2001 .runtime.writebarrierptr 2002 .runtime.writebarrierptr 2003 2004 .runtime.writebarrierptr 2005 2006 0runtime.morestack_noctxt"".autotmp_0757"type.interface {}"".autotmp_0756"type.interface {}"".autotmp_0755O"type.interface {}"".autotmp_0753/&type.[]interface {}"".autotmp_0752_type.int32"".autotmp_0751Wtype.int32"".~r6ptype.int32"".argP"type.interface {}"".phase@type.int32"".p0type.*"".Prog"".oldval type.int32"".symtype.*"".LSym"".ctxttype.*"".Link&'36 2012 3XIGbTgclocals2c8f1b2bfd4a9fc383a2c259379e42b8Tgclocalse8ee48bb5f3220f130a300717899008ffprebuilts/go/linux-x86/src/cmd/internal/obj/pcln.go"".pctopcdatadH%H;aH`$H$HfuD$,HH$H$H\$H$H\$H\$,H\$H$HX l$,H9 HXxHcHhxH9HD$0HH$HT$HHD$PHD$XHL$0HHT$HH\$8HHL$@=HJHH$HD$"HT$H\$PH\$H\$XH\$ Hl$hH(HHH$HD$1H\$H\$H\$ H$HXx$H`LBL$HL$HT$Hb\$x$H`0 2015 type.uint32 2016 "runtime.assertE2T(type.[1]interface {} 2017 "runtime.newobjecttype.*"".Prog6runtime.writeBarrierEnabled\go.string."overflow in PCDATA instruction: %v"(go.string."bad code" 2018 log.Fatalf 2019 .runtime.writebarrierptr 2020 0runtime.morestack_noctxt"".autotmp_0760/&type.[]interface {}"".autotmp_0759_type.*"".Prog"".autotmp_0758gtype.uint32"".~r6ptype.int32"".argP"type.interface {}"".phase@type.int32"".p0type.*"".Prog"".oldval type.int32"".symtype.*"".LSym"".ctxttype.*"".Link&2 2024 *2# 2025 xDS0Tgclocals95262083a4a337a8a2733cc89e69bc31Tgclocals1a411f3c63735999eea53544c7f71849fprebuilts/go/linux-x86/src/cmd/internal/obj/pcln.go"".linkpcln,,dH%H$hH;A 2027 HH$ H 2028 H$(= 2029 H8HH$HD$H$(Hd 2030 HD$`=; 2031 HC`11HT$PH$(HCP1H9tLHfuHX H9|HH HHfuHX H9|HP HHT$PH@1H9uHH$HL$HL$HHL$HT$HL$ HD$(H\$`H H$HKPH$HCXH$=G HSHH\$`Hl$HLCXL9% HkPHH$H\$PH\$H\$PH\$HT$HL$ HD$(H\$`HH$HKhH$HCpH$=HS`HH$H\$PH\$H\$PH\$Ht$`HT$HL$ HD$(HGH$HH$HH$=HVxHl$PLL9HH$ H$Ht$H|$H$(H\$HH\$HD$ HH\$(1H\$0H\$8HL$`H$ H$HL$H|$;HD$H$(H\$HH\$HD$ HHD$(HHD$xHD$0H$HL$8H$ H$H\$`H\$H|$HD$0H$(H\$HH\$HD$ HH\$(1H\$0H\$8H\$HHHH?H;HHHHH$HD$HD$H\$H$H\$ H$H\$(H$H\$PHHH?H;HHHHH$HD$HD$L$L$Ld$L$L\$ L$H\$(H$H$(HCP1H9HfL@ HD$hHP HH?HHLI?I;IIM9=KHHHH)H H!HH$H\$HH$H$H$HH$H\$hH\$H|$HD$HD$HD$HD$HL$ H$HD$xHH$=5HKHH$HD$%H$H\$H$H\$H$H\$ H$ H(HL$L$L$L$HD$hHP HH?H;HHL9IDHx HH?HL9qIIHHHH)H GLD +HfukHP HH?H;HHL9 IDHp HH?HL9IIHHHH)H LD +H@1H9v1Hl$HH9}dHH?HHII?I;IIM9dKHHHH)H @H6HHl$HH9|H\$PHH$(HCP1H9HfHH H\$`HHsxHHH$H$H$H9HL@xLHXhftPH\$`HtxHs`HShHkpH$H$H$H9sHHHD$pL=uLH@1H93HH$LD$HD$p"HD$X\$DHH$H\$DH\$HD$H\$H|$0HHHKHOH$ H$H\$`HHKHHCPHkXH$HH$Hl$XH$H9sYHkHH\$H$(H\$HH\$HD$ 2038 HH\$(L$L$HD$Xh11@1LCL$HL$%_1%>%%LLFxL$HT$Ht$`LC`L$HT$Y!LCHL$HT$nLC`L$HD$L8L$Hl$T1x 2048 |6runtime.writeBarrierEnabledtype."".Pcln 2049 "runtime.newobject6runtime.writeBarrierEnabled type.[]"".Pcdata 2050 "runtime.makeslice6runtime.writeBarrierEnabledtype.[]*"".LSym 2051 "runtime.makeslice6runtime.writeBarrierEnabledtype.[]int64 2052 "runtime.makeslice 6runtime.writeBarrierEnabled 2053 *go.string."pctospadj""".pctospadjf 2056 "".funcpctab(go.string."pctofile"$"".pctofilelineftype.*"".Pcln 2061 "".funcpctab(go.string."pctoline"$"".pctofilelinef 2062 "".funcpctabtype.[]uint32 2063 "runtime.makeslicetype.[]uint32 2064 "runtime.makeslice(type.[1]interface {} 2065 "runtime.newobjecttype.int64 2066 runtime.convT2E6runtime.writeBarrierEnabledbgo.string."multiple definitions for FUNCDATA $%d"!6runtime.writeBarrierEnabled" 2067 .runtime.writebarrierptr" 2068 $runtime.panicindex" 2069 $runtime.panicindex#type.uint32# 2070 runtime.convT2E%,go.string."pctopcdata"& "".pctopcdataf& 2071 "".funcpctab& 2072 $runtime.panicindex' 2073 $runtime.panicindex' 2074 $runtime.panicindex' 2075 $runtime.panicindex' 2076 $runtime.panicindex' 2077 $runtime.panicindex( 2078 .runtime.writebarrierptr( 2079 $runtime.panicindex) 2080 $runtime.panicslice) 2081 .runtime.writebarrierptr* 2082 .runtime.writebarrierptr* 2083 $runtime.panicslice* 2084 .runtime.writebarrierptr+ 2085 .runtime.writebarrierptr+ 2086 .runtime.writebarrierptr, 2087 0runtime.morestack_noctxt <"".autotmp_0790type.int"".autotmp_0789type.int64"".autotmp_0788type.int64"".autotmp_0787type.int64"".autotmp_0786type.int64"".autotmp_0785type.int64"".autotmp_0784type.int64"".autotmp_0783"type.interface {}"".autotmp_0781&type.[]interface {}"".autotmp_0777type.int"".autotmp_0776type.int"".autotmp_0774type.int"".autotmp_0773type.int"".autotmp_0772type.uint32"".autotmp_0771type.uint32"".autotmp_0770type.int64"".autotmp_0768type.int64"".autotmp_0766type.[]int64"".autotmp_0765_type.[]*"".LSym"".autotmp_0764/ type.[]"".Pcdata"".ptype.*"".Prog"".itype.int"".ptype.*"".Prog"".havefunctype.[]uint32"".havepctype.[]uint32"".nfuncdatatype.int"".npcdatatype.int"".pclntype.*"".Pcln"".cursymtype.*"".LSym"".ctxttype.*"".Link"".( nsyatg_odkkW MP * R[j BS$?4?Tgclocals119e3747c93b7bb11f708fc4db2e27e8Tgclocals6c4754567bc43883e67efc94d8bfba98fprebuilts/go/linux-x86/src/cmd/internal/obj/pcln.go"".getvarintdH%H;a<HHLd$PE1II$ID$I|$1EHHHHH HD A\$IIH|$(HHHHHIHtIHHLL\$ILT$ v|AHuQItEHD$8ID$H|$@I|$HT$0=uI$DL$XHHL$$HT$DL$A$HEHH1A$ 2107 6runtime.writeBarrierEnabled 2108 .runtime.writebarrierptr 2109 $runtime.panicindex 2110 $runtime.panicindex 2111 $runtime.panicslice 2112 0runtime.morestack_noctxt 2113 "".tmp7_type.[]uint8"".p/type.[]uint8"".vgtype.uint32"".~r1type.uint32 2115 "".pptype.*[]uint8eT6+ 2117 , 2118 \Tgclocals3f5c1f818fa7055d0400cecd34057162Tgclocals709a14768fab2805a378215c02f0d27ffprebuilts/go/linux-x86/src/cmd/internal/obj/pcln.go"".pciternextdH%H;a"HHD$Hh4h0HXHHtHHP(HhL@LHL9LI)I)ItM*HHLHH9| H@HHH$H<$H$HD$L$uHX@Hu H@HHH@@1h<h<H$H<$t&H$HL$D$Y0i8Y4H%%m 2124 2125 2126 "".getvarint 2127 "".getvarint 2128 $runtime.panicslice 2129 0runtime.morestack_noctxt 2130 "".ittype.*"".Pciter* # I = N .\ 2131 =" Tgclocals87d20ce1b58390b294df80b886db78bfTgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/pcln.go"".pciterinitdH%H;aHH\$0HHl$(HHl$H\$HH$HD$(HthL@LD$HD$H-H,$HD$(@0@4@<H@@H@HLD$ M@IhPh8H$HEgQ! 2136 type."".Pcdata 2137 (runtime.typedmemmovetype.[]uint8 2138 (runtime.typedmemmove 2139 "".pciternext 2140 0runtime.morestack_noctxt00"".d type.*"".Pcdata 2141 "".ittype.*"".Pciter"".ctxttype.*"".Link0/0<=) JTgclocals5c5a9f3dff47a8940bdc317b9324ac2aTgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/pcln.go"".headtypedH%H;aH@Ht$P1H H9HHHD$(LL9HkHHHKH9umHl$HH,$Ht$HT$0HT$HL$8HL$Ht$PHD$(\$ t2HLHL9sHkHHkHl$XH@HH H9NHD$XH@ 2149 B"".headersb"".headers"".headers 2150 runtime.eqstring"".headers"".headers 2151 $runtime.panicindex"".headers 2152 $runtime.panicindex 2153 0runtime.morestack_noctxt0 2154 "".autotmp_0805type.string"".autotmp_0803type.int"".i/type.int"".~r1 type.int"".nametype.string"'"|m2 2156 ~Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals23e8278e2b69a3a75fa59b23c49ed6addprebuilts/go/linux-x86/src/cmd/internal/obj/sym.go"".HeadstrdH%H;aHHT$ 1H\$(H\$01H H9}oH-L IL9s{MkLH]H9u:HLHL9sHkHH+Hl$(HkHl$0HHH H9|H$HL$HD$HL$(HD$0H( 2165 Z"".headersr"".headers"".headers"".headers"".headers 2166 $runtime.panicindex"".headers 2167 strconv.Itoa 2168 $runtime.panicindex 2169 0runtime.morestack_noctxt00"".autotmp_0806type.int"".~r1type.string"".vtype.int0w/07/0$(&: 2171 "QTgclocals790e5cc5051fc0affc980ade09e929ecTgclocals33cdeccccebe80329f1fdbee7f5874cbdprebuilts/go/linux-x86/src/cmd/internal/obj/sym.go"".Linknew&&dH%HD$H;Ay H1H|$@HH$H\$H\$(HH$HD$HD$HD$HD$ H\$(H =HH\$(HH$=HkH\$(H@H$HD$H\$(H^H$HC`H$=&HKXHH$HD$HL$HD$H\$(HH$HCpH$=HKh1H\$@H\$HH$HD$HuH HHL$@H$HD$HHD$HT$(HL$HD$HGHD$HHBHHL$@=HJ@HHjXLLD$Hl$H-H,$HD$(HHhhLLD$Hl$H-H,$HD$(HHh@LLD$Hl$H-H,$H$HD$H$H$H$HD$HL$(HD$HAHYHH$H$H\$H$1H$H$H$HH$H$H$HH$H$H\$HD$HL$HD$ H$H$HH$=@HCHH$HD$H$H\$H$H\$H$H\$ HL$(HiHH#HHYHk H6H5upH HiH] H5u?HL$(H$HD$Ht6HT$0H$HD$8HD$HL$(HD$)H$HH6u H 1H\$PH\$XH\$PHH$H$H$HH$HiHl$H|$HD$HD$HL$HD$ H$H$HH$=uNHCHH$HD$1H$H\$H$H\$H$H\$ HL$(LCL$HD$%P H7uH `H8H hFHuHYHkXHH )HiH,$H\$H$H\$H$1H\$pH\$xH\$pHH$H$H$HH$H$H\$HD$HL$HD$ H$H$HH$=uNHCHH$HD$*H$H\$H$H\$H$H\$ HL$(%LCL$HD$#HHHHYHk H5uH H6uH H8uH 1H\$`H\$hH\$`HH$H$H$HH$HiHl$H|$HD$HD$HL$HD$ H$H$HH$=uNHCHH$HD$/H$H\$H$H\$H$H\$ HL$(LCL$HD$%P HH@H6HH gH 2186 HS%LCL$HD$*t9LB@L$HL$HT$(LChL$HL$<LCXL$HL$LCL$Hl$W7LL$HD$ev 2188 N 2189 runtime.duffzero\type."".Linkn 2190 "runtime.newobject6type.map["".SymVer]*"".LSym 2191 runtime.makemap6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled 2192 "".Getgoroot6runtime.writeBarrierEnabled0go.string."GOROOT_FINAL" 2193 os.Getenv6runtime.writeBarrierEnabled 2194 os.Getwd go.string."/???" 2195 *path/filepath.ToSlash6runtime.writeBarrierEnabledtype.string 2196 (runtime.typedmemmovetype.string 2197 (runtime.typedmemmove type.string 2198 (runtime.typedmemmove 2199 "".Getgoos 2200 2201 "".headtype 2203 "".Getgoostype.string 2206 runtime.convT2E 6runtime.writeBarrierEnabled6go.string."unknown goos %s" 2208 log.Fatalf 2209 "".Getgoarm 2210 "".Atoitype.string 2211 runtime.convT2E6runtime.writeBarrierEnabledzgo.string."unknown thread-local storage offset for darwin/%s" 2212 log.Fatalf 2213 .runtime.writebarrierptr 2214 "".Headstrtype.string 2215 runtime.convT2E6runtime.writeBarrierEnabledlgo.string."unknown thread-local storage offset for %s" 2216 log.Fatalf 2217 .runtime.writebarrierptrtype.string 2218 runtime.convT2E 6runtime.writeBarrierEnabled vgo.string."unknown thread-local storage offset for nacl/%s"! 2219 log.Fatalf! 2220 .runtime.writebarrierptr# 2221 .runtime.writebarrierptr$ 2222 .runtime.writebarrierptr$ 2223 .runtime.writebarrierptr% 2224 .runtime.writebarrierptr% 2225 .runtime.writebarrierptr& 2226 .runtime.writebarrierptr& 2227 0runtime.morestack_noctxt <"".autotmp_0840"type.interface {}"".autotmp_0839(type.[1]interface {}"".autotmp_0837*type.*[1]interface {}"".autotmp_0836&type.[]interface {}"".autotmp_0835type.int"".autotmp_0834"type.interface {}"".autotmp_0833(type.[1]interface {}"".autotmp_0831*type.*[1]interface {}"".autotmp_0830&type.[]interface {}"".autotmp_0829type.int"".autotmp_0828type.int"".autotmp_0827"type.interface {}"".autotmp_0826(type.[1]interface {}"".autotmp_0824*type.*[1]interface {}"".autotmp_0823&type.[]interface {}"".autotmp_0822type.int"".autotmp_0821"type.interface {}"".autotmp_0820(type.[1]interface {}"".autotmp_0817/&type.[]interface {}"".autotmp_0816type.int"".autotmp_0815type.string"".autotmp_0814otype.string"".autotmp_0812type.string"".autotmp_0811type.string"".autotmp_0810Otype.string"".ptype.string"".buftype.string"".ctxttype.*"".Link"".~r1type.*"".Link"".arch"type.*"".LinkArch 2230 +S(BW')44/: 2233 N 2234 &)!"!' 2240 2242 SRqrq 2243 B=<76GHG'-" 2247 2248 2249 !R65v]ro{rri3Tgclocals5f2bd104e8cdd589ccc3748f3a02b8bfTgclocalsc8118816cac35c5ce02fa527210bcbc1dprebuilts/go/linux-x86/src/cmd/internal/obj/sym.go""._lookupdH%H;aHP1H\$8H\$@H\$HH\$`H\$8H\$hH\$@H\$pH\$HHH$H\$XHHl$H\$8H\$H\$H1H9|$xHH$HL$HH1HHL$0Hl$hHiHl$`=H)fAHl$pfiHA(HA01H\$8H\$@H\$HH\$`H\$8H\$hH\$@H\$pH\$HHL$ HL$(HH$H\$XHHl$H\$8H\$H\$(H\$H\$ H$HPH$Hl$HL$0IH$HPL 2255 6type.map["".SymVer]*"".LSym 2256 $runtime.mapaccess1type."".LSym 2257 "runtime.newobject 2258 runtime.duffzero6runtime.writeBarrierEnabled6type.map["".SymVer]*"".LSym 2259 $runtime.mapassign1 2260 .runtime.writebarrierptr 2261 0runtime.morestack_noctxt`"".autotmp_0845type.*"".LSym"".autotmp_0844Otype.*"".LSym"".autotmp_0843type."".SymVer"".autotmp_0842?type.*"".LSym"".autotmp_0841/type."".SymVer"".s_type.*"".LSym"".~r4Ptype.*"".LSym"".create@type.bool"".v0type.int"".symbtype.string"".ctxttype.*"".Link&+<bP n l. 9Tgclocals4f93f398335ef00460c366c2169988caTgclocals73b35213a84b42925c139849d1df0a05dprebuilts/go/linux-x86/src/cmd/internal/obj/sym.go"".LinklookupdH%H;aHxH$H$H$H$D$'1H\$`H\$hH\$pHT$PHT$`HL$XHL$hHD$(HD$pHH$Hl$8HHl$H\$`H\$H\$H1H9|$'HH$HL$HH1HHL$HHl$XHiHl$P=H)fAHl$(fiHA(HA01H\$`H\$hH\$pH\$PH\$`H\$XH\$hH\$(H\$pHL$0HL$@HH$H\$8HHl$H\$`H\$H\$@H\$HD$0H$HxH$Hl$HL$HI4 2266 6type.map["".SymVer]*"".LSym 2267 $runtime.mapaccess1type."".LSym 2268 "runtime.newobject 2269 runtime.duffzero6runtime.writeBarrierEnabled6type.map["".SymVer]*"".LSym 2270 $runtime.mapassign1 2271 .runtime.writebarrierptr 2272 0runtime.morestack_noctxtP"".autotmp_0850type.*"".LSym"".autotmp_0849otype.*"".LSym"".autotmp_0848type."".SymVer"".autotmp_0847_type.*"".LSym"".autotmp_0846/type."".SymVer"".stype.*"".LSym"".createtype.bool"".vtype.int"".symbOtype.string"".ctxttype.*"".Link"".~r3@type.*"".LSym"".v0type.int"".nametype.string"".ctxttype.*"".Link-, 2274 2275 2276 . $Tgclocals9cd4f3c03913f898c78042c08372807aTgclocals554205cad7872189522610250e211919dprebuilts/go/linux-x86/src/cmd/internal/obj/sym.go"".linkrlookupdH%H;aHxH$H$H$H$D$'1H\$`H\$hH\$pHT$PHT$`HL$XHL$hHD$(HD$pHH$Hl$8HHl$H\$`H\$H\$H1H9|$'HH$HL$HH1HHL$HHl$XHiHl$P=H)fAHl$(fiHA(HA01H\$`H\$hH\$pH\$PH\$`H\$XH\$hH\$(H\$pHL$0HL$@HH$H\$8HHl$H\$`H\$H\$@H\$HD$0H$HxH$Hl$HL$HI4 2279 6type.map["".SymVer]*"".LSym 2280 $runtime.mapaccess1type."".LSym 2281 "runtime.newobject 2282 runtime.duffzero6runtime.writeBarrierEnabled6type.map["".SymVer]*"".LSym 2283 $runtime.mapassign1 2284 .runtime.writebarrierptr 2285 0runtime.morestack_noctxtP"".autotmp_0855type.*"".LSym"".autotmp_0854otype.*"".LSym"".autotmp_0853type."".SymVer"".autotmp_0852_type.*"".LSym"".autotmp_0851/type."".SymVer"".stype.*"".LSym"".createtype.bool"".vtype.int"".symbOtype.string"".ctxttype.*"".Link"".~r3@type.*"".LSym"".v0type.int"".nametype.string"".ctxttype.*"".Link-. $Tgclocals9cd4f3c03913f898c78042c08372807aTgclocals554205cad7872189522610250e211919dprebuilts/go/linux-x86/src/cmd/internal/obj/sym.go"".LinksymfmtHD$11H9uHH\$HD$HtH(Hl$HhHl$""go.string."<nil>"0"".~r1type.string"".stype.*"".LSym@@Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbdprebuilts/go/linux-x86/src/cmd/internal/obj/sym.go"".CputimedH%H;a>H8WH D$(HH\$0HL$ H<t3H$H\$H\$=HHH$\$HH\$Hl$WHI&.HIHHH?H)HI&.HIHHH?H)HHi;HH)H*f(H*f(YXD$@H8H-H,$H\$91" 2292 :"".startF"".start\ "".start 2293 time.Now"".start"".start6runtime.writeBarrierEnabled "".start"".start"".start "".start 2294 time.Since*$f64.3e112e0be826d695 "".start 2295 .runtime.writebarrierptr 2296 0runtime.morestack_noctxtptime.t2/type.time.Time"".~r0type.float64pop0$063PTgclocals5184031d3a32a42d85027f073f873668Tgclocals790e5cc5051fc0affc980ade09e929ecfprebuilts/go/linux-x86/src/cmd/internal/obj/util.go"".BopenwdH%HD$H;AH1H$H$H$H$H$H\$HT$HD$HL$ H$HD$xHt$H$H$H$HHT$8HT$PH1H9/HL$PH$HH$HD$XHL$`HL$pHH\$h1H9tH[H-H9HHYH9HHD$0HH$HD$1H(HhHhHhHD$@Hl$8=uZH(HtMHl$0=u&HhH$1H$H$HL@L$Hl$HD$@H$Hl$HD$@HHHH$HD$HD$H\$H$H\$ H$H\$(H$HH$HD$1H(HhHhHhHh Hh(Hh0Hh8HD$HH$HhH$Hh H$=u@HhHl$hHh0Hl$p=u Hh8}L@8L$Hl$HD$HaL@L$Hl$HD$H11&HH$HH\$HH\$HD$. 2302 2303 os.Create4go.itab.*os.File.io.Writer$type.*bufio.Writertype."".Biobuf 2304 "runtime.newobject6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled 2305 .runtime.writebarrierptr 2306 .runtime.writebarrierptrtype.[]uint8 2307 "runtime.makeslice"type.bufio.Writer 2308 "runtime.newobject 6runtime.writeBarrierEnabled 2309 6runtime.writeBarrierEnabled 2310 2311 .runtime.writebarrierptr 2313 .runtime.writebarrierptrtype.*os.Filetype.io.Writer4go.itab.*os.File.io.Writer 2318 runtime.typ2Itab 2320 0runtime.morestack_noctxtP "".autotmp_0867type.*"".Biobuf"".autotmp_0866$type.*bufio.Writer"".autotmp_0865$type.*bufio.Writer"".autotmp_0864$type.*bufio.Writer"".autotmp_0862Otype.io.Writer"".autotmp_0861/type.[]uint8"".autotmp_0859$type.*bufio.Writer"".autotmp_0858type.*os.Filebufio.w2type.io.Writer"".~r0$type.*bufio.Writerbufio.w2type.io.Writer"".errotype.error"".ftype.*os.File"".~r20type.error"".~r1 type.*"".Biobuf"".nametype.string(uL15$ .Jx. 78Tgclocals9dbf9c0f14652606fe47ad7b397dc65aTgclocals9fe77512f321d6df4a43473ebc44e7c0fprebuilts/go/linux-x86/src/cmd/internal/obj/util.go"".Bopenr dH%H$XH;AH(1H$HH$PH$0H$H$8H\$HT$HD$HL$ H$H$Ht$H$@H$HH$PH(HT$HHT$`H1H9NHT$`H$HH$HD$xH$HH$HH$1H9tH[H-H9HHXH9HD$8HH$HD$1H(HhHhHhHD$XHl$H=uZH(HtMHl$8=u&HhH$@1H$HH$PH(L@L$Hl$HD$XH$Hl$HD$XHT$0H} HD$0HH$HL$0HD$HD$@HD$PHH$HL$HL$LD$Ht$ Hl$(H$H$H$1HL$L$H$H$H$H$HT$hH$HL$pH$H$H$ H\$PHt,H$H\$Hl$H-H,$HD$@611HH$HH\$HH\$HD$, 2330 2331 os.Open4go.itab.*os.File.io.Reader$type.*bufio.Readertype."".Biobuf 2332 "runtime.newobject6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled 2333 .runtime.writebarrierptr 2334 .runtime.writebarrierptr"type.bufio.Reader 2335 "runtime.newobjecttype.[]uint8 2336 "runtime.makeslice 2337 runtime.duffzero"type.bufio.Reader 2340 (runtime.typedmemmovetype.*os.Filetype.io.Reader4go.itab.*os.File.io.Reader 2345 runtime.typ2Itab 2347 0runtime.morestack_noctxtP$"".autotmp_0877type.*"".Biobuf"".autotmp_0876$type.*bufio.Reader"".autotmp_0874type.io.Reader"".autotmp_0873"type.bufio.Reader"".autotmp_0869type.*os.Filebufio.r3type.io.Readerbufio.buf2type.[]uint8bufio.b1$type.*bufio.Readerbufio.r6$type.*bufio.Readerbufio.size3type.intbufio.rd2type.io.Reader"".~r0$type.*bufio.Readerbufio.rd2type.io.Reader"".errtype.error"".ftype.*os.File"".~r20type.error"".~r1 type.*"".Biobuf"".nametype.string("x$\45$<;v *M 2352 x+.?(Tgclocalsac51813a1292b1403f58393ef4d86b40Tgclocalsd0480a4d2075832219d1572bc785f80efprebuilts/go/linux-x86/src/cmd/internal/obj/util.go"".BinitwdH%H;aHH$H$H\$HHL$PHL$`HH\$X1H9tH[H-H9|HtwHYH9|nHHD$0HH$HD$1H(HhHhHhHD$8Hl$0=uHhH$HL@L$Hl$HD$8HHHH$HD$HD$H\$H\$hH\$ H\$pH\$(H\$xHH$HD$1H(HhHhHhHh Hh(Hh0Hh8HD$@Hl$pHhHl$xHh Hl$h=u@HhHl$XHh0Hl$`=u Hh8L@8L$Hl$HD$@L@L$Hl$HD$@11 2354 $type.*bufio.Writertype."".Biobuf 2355 "runtime.newobject6runtime.writeBarrierEnabled 2356 .runtime.writebarrierptrtype.[]uint8 2357 "runtime.makeslice"type.bufio.Writer 2358 "runtime.newobject6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled 2359 .runtime.writebarrierptr 2360 .runtime.writebarrierptr 2361 0runtime.morestack_noctxt0"".autotmp_0885type.*"".Biobuf"".autotmp_0884$type.*bufio.Writer"".autotmp_0883$type.*bufio.Writer"".autotmp_0882$type.*bufio.Writer"".autotmp_0881/type.[]uint8"".autotmp_0879$type.*bufio.Writerbufio.w2Otype.io.Writer"".~r0$type.*bufio.Writerbufio.w2otype.io.Writer"".~r1 type.*"".Biobuf"".wtype.io.Writerl"O. . Tgclocalse41c414c061bccd2083bb8f814b18485Tgclocalsf3d7d24dcfe6b113a6459393382d5e1dfprebuilts/go/linux-x86/src/cmd/internal/obj/util.go$"".(*Biobuf).WritedH%H;avcH81H\$hH\$pH\$@HkH,$H\$HH\$H\$PH\$H\$XH\$HT$ HL$(HD$0HT$`HL$hHD$pH8 2367 2368 *bufio.(*Writer).Write 2369 0runtime.morestack_noctxtpp"".~r2Ptype.error"".~r1@type.int"".ptype.[]uint8"".btype.*"".Biobufp^optS 2372 J6Tgclocalsb60dc0a6046c556b02baa766a3fd5a27Tgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/util.go"".BwritestringdH%H;avYH01H\$XH\$`H\$8HkH,$H\$@H\$H\$HH\$HT$HL$ HD$(HT$PHL$XHD$`H0 2374 2375 6bufio.(*Writer).WriteString 2376 0runtime.morestack_noctxt``"".~r3@type.error"".~r20type.int"".ptype.string"".btype.*"".Biobuf`T_`p|I 2379 @0Tgclocalsd98f60bd8519d0c68364b2a1d83af357Tgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/util.go"".BseekdH%H$8H;ADHH1H$H$PHZ1H9HjH,$H$PHL$Hl$Hl$hHL$`H1H$H$H$HnH$H$H$H$Hl$HL$HD$H$H$HH$=HCHH$HD$H$H\$H$H\$H$H\$ H$PH*H,$H$XH\$H$`H\$H\$H\$0HD$ HT$(HT$xHD$pH1H$H$H$H2H$H$H$H$HT$HL$HD$H$H$HH$=HCHH$HD$H$H\$H$H\$H$H\$ H$PH]1H9 H$PHsHt$8H1H9H$PH+H$HH$HHHLLFHvHT$PHHD$XHH$1HL$L$L$L$H$H$Hl$@H$HT$HH$H$8H$@Ht7H$HL$Hl$H-H,$H\$0H$hHH(HH$HH\$HH\$Ht$8HD$LCL$HD$2LCL$HD$HZ1H9(H$`HH$XHBHX0Hh(H)HH)H$X. 2384 Z 2385 runtime.duffzero 2386 *bufio.(*Writer).Flush 2387 runtime.convI2E6runtime.writeBarrierEnabled<go.string."writing output: %v" 2388 log.Fatalf 2389 os.(*File).Seek 2390 runtime.convI2E6runtime.writeBarrierEnabledBgo.string."seeking in output: %v" 2391 log.Fatalf 2392 4go.itab.*os.File.io.Reader 2394 runtime.duffzero "type.bufio.Reader 2397 (runtime.typedmemmovetype.*os.Filetype.io.Reader4go.itab.*os.File.io.Reader 2398 runtime.typ2Itab 2399 .runtime.writebarrierptr 2400 .runtime.writebarrierptr 2401 0runtime.morestack_noctxt@("".autotmp_0903type.io.Reader"".autotmp_0902"type.interface {}"".autotmp_0901(type.[1]interface {}"".autotmp_0899*type.*[1]interface {}"".autotmp_0898&type.[]interface {}"".autotmp_0896"type.interface {}"".autotmp_0895(type.[1]interface {}"".autotmp_0892&type.[]interface {}"".autotmp_0891"type.bufio.Readerbufio.r3type.io.Readerbufio.buf2type.[]uint8bufio.r2type.io.Readerbufio.b1$type.*bufio.Reader"".errtype.error"".offtype.int64"".errtype.error"".~r30type.int64"".whence type.int"".offsettype.int64"".btype.*"".Biobuf"R93?B%(Pxvv!Tgclocalsc87a734079562d73ffd9eee8328c7183Tgclocals72c897996cfb42a58147c2cd9120892cfprebuilts/go/linux-x86/src/cmd/internal/obj/util.go"".BoffsetdH%HD$H;AH1HD$xH$H$H]1H9H$HkH,$HL$HT$HT$@HL$8H1H\$xH$H\$xHH$H$H$H$HT$HL$HD$H$HL$hHHD$p=HCHH$HD$H$H\$H$H\$H$H\$ H$H+H,$HD$HD$HL$HL$0HD$ HT$(H1H\$XH\$`H\$XHH$H$H$HD$HH$HT$PHT$HL$HD$H$HL$hHHD$p=HCHH$HD$H$H\$H$H\$H$H\$ HL$0H$H]1H9tH$HCHX0Hh(H)H)H$HLCL$HD$gLCL$HD$B= 2412 2413 *bufio.(*Writer).Flush 2414 runtime.convI2E6runtime.writeBarrierEnabled<go.string."writing output: %v" 2415 log.Fatalf 2416 os.(*File).Seek 2417 runtime.convI2E6runtime.writeBarrierEnabledPgo.string."seeking in output [0, 1]: %v" 2418 log.Fatalf 2419 2420 .runtime.writebarrierptr 2421 2422 .runtime.writebarrierptr 2423 2424 0runtime.morestack_noctxt "".autotmp_0916"type.interface {}"".autotmp_0915(type.[1]interface {}"".autotmp_0913*type.*[1]interface {}"".autotmp_0912&type.[]interface {}"".autotmp_0911o"type.interface {}"".autotmp_0910O(type.[1]interface {}"".autotmp_0907/&type.[]interface {}"".errtype.error"".offtype.int64"".errtype.error"".~r1type.int64"".btype.*"".BiobufS<.3: 2429 $UjppT(Tgclocals1c702d716a8e9cf6dcd9f0eed7451907Tgclocals9e851579c947d349132d1d52cb4fe614fprebuilts/go/linux-x86/src/cmd/internal/obj/util.go$"".(*Biobuf).FlushdH%H;av;H1H\$(H\$0H\$ HkH,$HL$HD$HL$(HD$0H 2431 Z 2432 *bufio.(*Writer).Flush 2433 0runtime.morestack_noctxt00"".~r0type.error"".btype.*"".Biobuf06/0`+ 2435 ,4Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/util.go"".BputctdH%H;av$H H\$(HkH,$\$0\$H 2437 T 2438 2bufio.(*Writer).WriteByteh 2439 0runtime.morestack_noctxt @"".ctype.uint8"".btype.*"".Biobuf@?@ @ 2442 )Tgclocals3f5c1f818fa7055d0400cecd34057162Tgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/util.go"".BreaddH%H;aHhH1H9H\$pHkHD$XH$Hl$`Hl$H\$xH\$H$H\$H$H\$ HL$(HD$0HT$8HL$@HuQHtKH-H9uLHD$HH$HT$PHT$H-Hl$H-Hl$HL$@\$ t H$HhHHH$HH\$HH\$HD$ 2445 4>go.itab.*bufio.Reader.io.Reader 2446 io.ReadFullio.EOFio.EOFio.EOF 2450 runtime.ifaceeq$type.*bufio.Readertype.io.Reader>go.itab.*bufio.Reader.io.Reader 2451 runtime.typ2Itab 2452 0runtime.morestack_noctxtP 2453 "".err?type.error"".nOtype.int"".~r2@type.int"".ptype.[]uint8"".btype.*"".BiobufJ(fQ 2iTgclocals1347047f6245a35b91e9a4f213167d52Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440fprebuilts/go/linux-x86/src/cmd/internal/obj/util.go"".BgetcdH%H;avIH H\$(HkH,$\$HHD$H\$HtHD$0H H\$0H 2461 B 2462 0bufio.(*Reader).ReadByte 2463 0runtime.morestack_noctxt @"".~r1type.int"".btype.*"".Biobuf@7?@?@`$ 2467 @Tgclocals3f5c1f818fa7055d0400cecd34057162Tgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/util.go"".BgetrunedH%H;avEH(H\$0HkH,$L$HD$H\$ HtHD$8H(HcH\$8H( 2469 B 2470 0bufio.(*Reader).ReadRune 2471 0runtime.morestack_noctxt P"".~r1type.int"".btype.*"".BiobufP3OPOP` 2477 @Tgclocals3f5c1f818fa7055d0400cecd34057162Tgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/util.go"".BungetruneH\$HC1HXPH|/HX(HhPH9|"L@(HhPI)L@(H@HH@P1HH4bufio.ErrInvalidUnreadRune4bufio.ErrInvalidUnreadRune"".btype.*"".Biobuf``CTgclocals87d20ce1b58390b294df80b886db78bfTgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/util.go""".(*Biobuf).ReaddH%H;avcH81H\$hH\$pH\$@HkH,$H\$HH\$H\$PH\$H\$XH\$HT$ HL$(HD$0HT$`HL$hHD$pH8 2479 2480 (bufio.(*Reader).Read 2481 0runtime.morestack_noctxtpp"".~r2Ptype.error"".~r1@type.int"".ptype.[]uint8"".btype.*"".Biobufp^opS 2484 J6Tgclocalsb60dc0a6046c556b02baa766a3fd5a27Tgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/util.go""".(*Biobuf).PeekdH%H;avtH81H\$PH\$XH\$`1H\$hH\$pH\$@HkH,$H\$HH\$Ht$Hl$HT$ HL$(HD$0Ht$PHl$XHT$`HL$hHD$pH8s 2486 2487 (bufio.(*Reader).Peek 2488 0runtime.morestack_noctxtpp"".~r2Ptype.error"".~r1 type.[]uint8"".ntype.int"".btype.*"".Biobufpoop 0S 2493 GITgclocalsa041240a37ce609efec56707c330d1a4Tgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/util.go"".BrdlinedH%HD$H;AH1HD$XHD$`1H$H$H$HkH,$H$\$H\$H\$hHt$Ht$pH\$ H\$xHL$(HT$0HT$@HL$8H1H\$XH\$`H\$XHH$H$H$H$HT$HL$HD$H$HL$HHHD$P=HCHH$HD$H$H\$H$H\$H$H\$ Ht$pH$HsH$H\$hH\$Ht$H\$xH\$H\$ H$H\$(H$HLCL$HD$P, 2497 2498 2bufio.(*Reader).ReadBytes 2499 runtime.convI2E6runtime.writeBarrierEnabled:go.string."reading input: %v" 2500 log.Fatalf 2501 2runtime.slicebytetostring 2502 .runtime.writebarrierptr 2503 0runtime.morestack_noctxt@"".autotmp_0932"type.interface {}"".autotmp_0931(type.[1]interface {}"".autotmp_0928/&type.[]interface {}"".errtype.error"".s_type.[]uint8"".~r2 type.string"".delimtype.int"".btype.*"".Biobuf4&=NHYp74'Tgclocalsc87a734079562d73ffd9eee8328c7183Tgclocals0c2219480c7c1b20f62bcd185d71d482fprebuilts/go/linux-x86/src/cmd/internal/obj/util.go"".BrdstrdH%HD$H;AH1HD$`HD$h1H$H$H$HkH,$H$\$H\$H\$0HD$HD$8HL$ HT$(H1H\$`H\$hH\$`HHD$xH$H\$pHL$@H$HT$HHT$HL$HD$H\$pHL$PHHD$X=HCHH$HD$H\$pH\$H\$xH\$H$H\$ HD$8H~@H$H~2HHH9w HH\$0H$H$HLCL$HD$bQ 2511 2512 4bufio.(*Reader).ReadString 2513 runtime.convI2E6runtime.writeBarrierEnabled:go.string."reading input: %v" 2514 log.Fatalf 2515 $runtime.panicslice 2516 .runtime.writebarrierptr 2517 0runtime.morestack_noctxtP"".autotmp_0940o"type.interface {}"".autotmp_0939O(type.[1]interface {}"".autotmp_0936/&type.[]interface {}"".errtype.error"".stype.string"".~r30type.string"".cut type.int"".delimtype.int"".btype.*"".Biobuf22=? 2521 YugITgclocals9f4747e6338c5bdd4db417363b8a0d83Tgclocalse036eecb97e60132f51648844e972d9ffprebuilts/go/linux-x86/src/cmd/internal/obj/util.go"".AccessdH%H;aH@H\$XHtTHH\$0HD$8 2524 HH$H\$0H\$HD$H\$HH$HKHL$H\$HH$H\$PH\$HD$ H\$(HtHD$`H@HD$`H@< 2528 J,go.string."bad access"ttype.string 2529 runtime.convT2E 2530 runtime.gopanic 2531 os.Stat 2532 0runtime.morestack_noctxt@"".autotmp_0941type.string"".~r20type.int"".mode type.int"".nametype.string" $T"U4GTgclocalsf47057354ec566066f8688a4970cff5aTgclocalsd8fdd2a55187867c76648dc792366181fprebuilts/go/linux-x86/src/cmd/internal/obj/util.go"".Blinelen H\$HkHl$ "".~r1type.int"".btype.*"".BiobufTgclocals3f5c1f818fa7055d0400cecd34057162Tgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/util.go"".BtermdH%H;aH(HD$01H\$8H\$@1H\$H\$ HX1H9t&HhH,$HD$0H\$H\$H\$H\$ H(H,$Hl$ HT$HL$HD$HuHHHT$8Hl$@H(V 2538 2539 *bufio.(*Writer).Flush 2540 os.(*File).Close 2541 0runtime.morestack_noctxt0P"".errtype.error"".~r1type.error"".btype.*"".BiobufPOP((& G%DTgclocals41a13ac73c712c01973b8fe23f62d694Tgclocals21a8f585a14d020f181242c5256583dcfprebuilts/go/linux-x86/src/cmd/internal/obj/util.go"".envOrdH%H;av`H 1H\$HH\$PH\$(H$H\$0H\$HL$HD$HtHL$HHD$PH H\$8H\$HH\$@H\$PH 2547 f 2548 os.Getenv 2549 0runtime.morestack_noctxt`@"".~r2@type.string"".value type.string"".keytype.string@B?@?@( 2552 2NTgclocalsb4c25e9b09fd0cf9bb429dcefe91c353Tgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/util.go"".GetgorootdH%H;avWH01H\$8H\$@HH$HD$HH\$HD$HL$ HD$(HL$8HD$@H0 2554 2555 D$go.string."GOROOT"lHgo.string."./prebuilts/go/linux-x86" 2556 "".envOr 2557 0runtime.morestack_noctxt `"".~r0type.string`R_` 2559 pG 2560 2561 H(Tgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/util.go"".GetgoarchdH%H;avWH01H\$8H\$@HH$HD$HH\$HD$HL$ HD$(HL$8HD$@H0 2563 2564 D$go.string."GOARCH"l"go.string."amd64" 2565 "".envOr 2566 0runtime.morestack_noctxt `"".~r0type.string`R_` 2568 pG 2569 2570 H(Tgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/util.go"".GetgoosdH%H;avWH01H\$8H\$@HH$HD$HH\$HD$HL$ HD$(HL$8HD$@H0 2572 2573 D go.string."GOOS"l"go.string."linux" 2574 "".envOr 2575 0runtime.morestack_noctxt `"".~r0type.string`R_` 2577 pG 2578 2579 H(Tgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/util.go"".GetgoarmdH%H;aH`1H\$hH\$pHH$HD$HH\$HD$HL$ HD$(HL$0HL$@HD$8HuUH$HD$HHD$H-Hl$HD$HL$@HD$H\$ tH\$0H\$hH\$8H\$pH`Hu<H$HD$HHD$H-Hl$HD$HL$@HD$H\$ uHD$HHu1H$HD$H-Hl$HD$\$ iHH$HD$(1H\$H\$H\$ HH\$PHD$XHH$H\$PH\$HD$H\$HH$HKHL$5" 2588 L"go.string."GOARM"tgo.string."5" 2589 "".envOrgo.string."5" 2590 runtime.eqstringgo.string."6" 2591 runtime.eqstringgo.string."7" 2592 runtime.eqstringhgo.string."Invalid GOARM value. Must be 5, 6, or 7." 2593 log.Fatalf.go.string."unreachable"type.string 2594 runtime.convT2E 2595 runtime.gopanic 2596 0runtime.morestack_noctxt "".autotmp_0946?type.string"".autotmp_0945type.string"".v_type.string"".~r0type.string$#GB~*T LG880Tgclocals2717b161b89b1669e92981e435d8bdf2Tgclocals44008ff97c77001cee96216c890180d2fprebuilts/go/linux-x86/src/cmd/internal/obj/util.go"".Getgo386dH%H;avWH01H\$8H\$@HH$HD$HH\$HD$HL$ HD$(HL$8HD$@H0 2600 2601 D"go.string."GO386"l go.string."sse2" 2602 "".envOr 2603 0runtime.morestack_noctxt `"".~r0type.string`R_` 2605 pG 2606 2607 H(Tgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/util.go,"".GetgoextlinkenableddH%H;avNH01H\$8H\$@HH$HD$1H\$H\$HL$ HD$(HL$8HD$@H0 2609 D<go.string."GO_EXTLINK_ENABLED" 2610 "".envOr 2611 0runtime.morestack_noctxt `"".~r0type.string`I_`p> 2613 ?1Tgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/util.go"".Getgoversion@01HH\$HD$ 2614 &go.string."go1.5.1" "".~r0type.string Tgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/util.go"".AtoidH%H;av+H(H\$0H$H\$8H\$H\$H\$@H( 2618 N 2619 strconv.Atoiv 2620 0runtime.morestack_noctxt0P"".~r1 type.int"".stype.stringP&OPP 2622 2623 &*Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/util.go"".(*Prog).LinedH%H;av^H HD$(1H\$0H\$8H(H,$H<$t2H$HcHl$HL$HD$HL$0HD$8H % 2625 2626 2"".(*LineHist).LineString 2627 0runtime.morestack_noctxt0@"".~r0type.string"".ptype.*"".Prog@P?@$I 2629 F:Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/util.go"".CConvdH%H;aHXT$`1H\$hH\$pu1H\$hH\$pHXH-LHHHL9HHHMHEHHtOHL$8HD$@H$HL$HHL$HD$PHD$HH\$HD$ T$`HL$(HD$0HH tOHL$8HD$@H$HL$HHL$HD$PHD$HH\$HD$ T$`HL$(HD$0HH@tOHL$8HD$@H$HL$HHL$HD$PHD$HH\$HD$ T$`HL$(HD$0HHtJHL$8HD$@H$HL$HHL$HD$PHD$HH\$HD$ HL$(HD$0HL$hHD$pHX 2632 "".armCondCode"".armCondCodego.string.".S" 2633 *runtime.concatstring2go.string.".P" 2634 *runtime.concatstring2go.string.".W" 2635 *runtime.concatstring2go.string.".U" 2636 *runtime.concatstring2 2637 $runtime.panicindex 2638 0runtime.morestack_noctxt0"".autotmp_0953type.string"".autotmp_0952type.string"".autotmp_0951type.string"".autotmp_0950type.string 2639 "".sc?type.string"".~r1type.string"".stype.uint8&&@(4OOOJTgclocals790e5cc5051fc0affc980ade09e929ecTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440fprebuilts/go/linux-x86/src/cmd/internal/obj/util.go""".(*Prog).StringXXdH%H$0H;AHP1H$PH$X1H$`H$hH1H9u#HH$`H$hHPH1H\$pH\$x@1HHL$pH$HD$xH$HH$HD$HD$hHD$`H$XH$H\$H$H\$H$H$XHH,$H\$H$H\$H$H$H$H$H$HHD$X1H91H$H$H$ H$(H$0H$8H$@H$HH$H-H$(H$0H$ HH$H$XH\$H|$HD$HD$HL$HD$ H$ H$HH$=}HCHH$H$H\$HD$HL$HD$ H$ HH$HH$=HCHH$H$H\$HD$HL$HD$ H$ H H$HH$=HCHH$H$H\$HD$HL$HD$ H$ H0H$HH$=HCHL$`HD$XH$H$H$HL$HH\$HD$H$ H\$ H$(H\$(H$0H\$0H$XHH$HH$HXfH\$hH\$`H$H$H$HD$H|$@HD$H\$H$H\$H$HHD$X1H91H$H$H$H$H$HH$(H$0H$ HH$H$H\$HD$HL$HD$ H$ H$HH$=HCHH$H$H\$HD$HL$HD$ H$ HH$HH$= HCHL$`HD$XH$H$H$HL$HH\$HD$H$ H\$ H$(H\$(H$0H\$0H$XHH$HH$HfH\$hH\$`H$H$HH,$H\$H$H\$H$HHD$X1H9Y1H$H$H$H$H$HH$(H$0H$ HH$H$H\$HD$HL$HD$ H$ H$HH$=HCHH$H$H\$HD$HL$HD$ H$ HH$HH$=HCHL$`HD$XH$H$H$HL$HH\$HD$H$ H\$ H$(H\$(H$0H\$0H$XHH$HH$HX`1H9k 2658 1f<Hh`H]fu6HfHf HfH\$hH\$`H$H$H$Hh`Hl$H\$H$H\$H$HHD$X1H9J1H$H$H$H$H$HH$(H$0H$ HH$H$H\$HD$HL$HD$ H$ H$HH$=HCHH$H$H\$HD$HL$HD$ H$ HH$HH$= HCHL$`HD$XH$H$H$HL$HH\$HD$H$ H\$ H$(H\$(H$0H\$0H$XHH$HH$HXhfH\$hH\$`H$H$H$HD$H|$1HD$hH\$H$H\$H$HHD$X1H91H$pH$xH$H$H$pHH$(H$0H$ HH$H$H\$HD$HL$HD$ H$ H$HH$=HCHH$H$H\$HD$HL$HD$ H$ HH$HH$=}HCHL$`HD$XH$H$H$HL$HH\$HD$H$ H\$ H$(H\$(H$0H\$0H$H$H$XHfH\$hH\$`H$H$HH,$H\$H$H\$H$HHD$X1H9X1H$PH$XH$`H$hH$PHH$(H$0H$ HH$H$H\$HD$HL$HD$ H$ H$HH$=HCHH$H$H\$HD$HL$HD$ H$ HH$HH$=HCHL$`HD$XH$H$H$HL$HH\$HD$H$ H\$ H$(H\$(H$0H\$0HD$h1H$H$1H9u&H HH$`H$hHPHhL@LHL9wSLI)I)ItM*H$L$8LT$L$@LD$L$HLL$HL$ HD$(LCL$HD$LCL$HD$_HH$HH\$HH\$H\$H\$XqLCL$HD$pLCL$HD$vHH$HH\$HH\$H\$H\$X%LCL$HD$LCL$HD$mHH$HH\$HH\$H\$H\$XH\$hH\$`H$H$HHD$X1H91H$H$H$H$H$HH$(H$0H$ HH$H$H\$HD$HL$HD$ H$ H$HH$= 2670 HCHH$H$XHk`Hl$H|$HD$HD$HL$HD$ H$ HH$HH$=uuHCHL$`HD$XH$H$H$HL$HH\$HD$H$ H\$ H$(H\$(H$0H\$0H$X7LCL$HD$x%"LCL$HD$`HH$HH\$HH\$H\$H\$XHX`H+HLCL$HD$LCL$HD$^HH$HH\$HH\$H\$H\$XpLCL$HD$aLCL$HD$gHH$HH\$HH\$H\$H\$X%LCL$HD$LCL$HD$^LCL$HD$LCL$HD$p%HH$HH\$HH\$H\$H\$XAHH-LHHL9HHHMHEHT$WHt[H$H$H$H$HL$H$HD$HH\$HD$ T$WHL$(HD$0HH t[H$H$H$H$HL$H$HD$HH\$HD$ T$WHL$(HD$0HH@t[H$H$H$H$HL$H$HD$HH\$HD$ T$WHL$(HD$0HHtVH$H$H$H$HL$H$HD$HH\$HD$ HL$(HD$0H$H$ 2673 Z 2674 runtime.duffzero>go.string."<Prog without ctxt>""type.bytes.Buffer 2675 "runtime.newobject 2676 "".(*Prog).Line 2677 "".Aconv>go.itab.*bytes.Buffer.io.Writertype.int64 2678 runtime.convT2E 6runtime.writeBarrierEnabled type.string 2679 runtime.convT2E 2680 6runtime.writeBarrierEnabled 2681 type.string 2683 runtime.convT2E6runtime.writeBarrierEnabledtype.string 2687 runtime.convT2E 6runtime.writeBarrierEnabled6go.string."%.5d (%v)\t%v%s" 2689 fmt.Fprintfgo.string."\t" 2690 "".Dconv>go.itab.*bytes.Buffer.io.Writertype.string 2691 runtime.convT2E6runtime.writeBarrierEnabledtype.string 2692 runtime.convT2E6runtime.writeBarrierEnabled go.string."%s%v" 2693 fmt.Fprintfgo.string.", " 2694 "".Rconv>go.itab.*bytes.Buffer.io.Writertype.string 2695 runtime.convT2E6runtime.writeBarrierEnabledtype.string 2696 runtime.convT2E6runtime.writeBarrierEnabled go.string."%s%v" 2697 fmt.Fprintfgo.string.", "" 2698 "".Dconv">go.itab.*bytes.Buffer.io.Writer$type.string% 2699 runtime.convT2E%6runtime.writeBarrierEnabled&type.string& 2700 runtime.convT2E'6runtime.writeBarrierEnabled( go.string."%s%v") 2701 fmt.Fprintf)go.string.", "* 2702 "".Dconv+>go.itab.*bytes.Buffer.io.Writer,type.string- 2703 runtime.convT2E.6runtime.writeBarrierEnabled.type.string. 2704 runtime.convT2E/6runtime.writeBarrierEnabled0 go.string."%s%v"1 2705 fmt.Fprintf2 2706 "".Rconv3>go.itab.*bytes.Buffer.io.Writer4type.string5 2707 runtime.convT2E66runtime.writeBarrierEnabled6type.string6 2708 runtime.convT2E76runtime.writeBarrierEnabled8 go.string."%s%v"9 2709 fmt.Fprintf9"go.string."<nil>"; 2710 2runtime.slicebytetostring; 2711 $runtime.panicslice< 2712 .runtime.writebarrierptr< 2713 .runtime.writebarrierptr<$type.*bytes.Buffer=type.io.Writer=>go.itab.*bytes.Buffer.io.Writer= 2714 runtime.typ2Itab= 2715 .runtime.writebarrierptr> 2716 .runtime.writebarrierptr>$type.*bytes.Buffer>type.io.Writer>>go.itab.*bytes.Buffer.io.Writer? 2717 runtime.typ2Itab? 2718 .runtime.writebarrierptr@ 2719 .runtime.writebarrierptr@$type.*bytes.Buffer@type.io.Writer@>go.itab.*bytes.Buffer.io.WriterA 2720 runtime.typ2ItabA>go.itab.*bytes.Buffer.io.WriterCtype.stringC 2721 runtime.convT2ED6runtime.writeBarrierEnabledDtype.int64E 2722 runtime.convT2EF6runtime.writeBarrierEnabledG go.string."%s%d"H 2723 fmt.FprintfH 2724 .runtime.writebarrierptrI 2725 .runtime.writebarrierptrI$type.*bytes.BufferItype.io.WriterI>go.itab.*bytes.Buffer.io.WriterI 2726 runtime.typ2ItabJ 2727 .runtime.writebarrierptrK 2728 .runtime.writebarrierptrK$type.*bytes.BufferKtype.io.WriterK>go.itab.*bytes.Buffer.io.WriterK 2729 runtime.typ2ItabL 2730 .runtime.writebarrierptrL 2731 .runtime.writebarrierptrM$type.*bytes.BufferMtype.io.WriterM>go.itab.*bytes.Buffer.io.WriterM 2732 runtime.typ2ItabN 2733 .runtime.writebarrierptrN 2734 .runtime.writebarrierptrO 2735 .runtime.writebarrierptrO 2736 .runtime.writebarrierptrO$type.*bytes.BufferPtype.io.WriterP>go.itab.*bytes.Buffer.io.WriterP 2737 runtime.typ2ItabP"".armCondCodeP"".armCondCodeRgo.string.".S"R 2738 *runtime.concatstring2Tgo.string.".P"T 2739 *runtime.concatstring2Ugo.string.".W"V 2740 *runtime.concatstring2Wgo.string.".U"W 2741 *runtime.concatstring2X 2742 $runtime.panicindexX 2743 0runtime.morestack_noctxt0 "".autotmp_1032type.string"".autotmp_1031"type.interface {}"".autotmp_1030"type.interface {}"".autotmp_1029(type.[2]interface {}"".autotmp_1027*type.*[2]interface {}"".autotmp_1026&type.[]interface {}"".autotmp_1025type.*uint8"".autotmp_1024"type.interface {}"".autotmp_1023"type.interface {}"".autotmp_1022(type.[2]interface {}"".autotmp_1020*type.*[2]interface {}"".autotmp_1019&type.[]interface {}"".autotmp_1018type.*uint8"".autotmp_1017"type.interface {}"".autotmp_1016"type.interface {}"".autotmp_1015(type.[2]interface {}"".autotmp_1013*type.*[2]interface {}"".autotmp_1012&type.[]interface {}"".autotmp_1011type.*uint8"".autotmp_1010"type.interface {}"".autotmp_1009"type.interface {}"".autotmp_1008(type.[2]interface {}"".autotmp_1006*type.*[2]interface {}"".autotmp_1005&type.[]interface {}"".autotmp_1004type.*uint8"".autotmp_1003"type.interface {}"".autotmp_1002"type.interface {}"".autotmp_1001(type.[2]interface {}"".autotmp_0999*type.*[2]interface {}"".autotmp_0998&type.[]interface {}"".autotmp_0997type.*uint8"".autotmp_0996"type.interface {}"".autotmp_0995"type.interface {}"".autotmp_0994(type.[2]interface {}"".autotmp_0991&type.[]interface {}"".autotmp_0990type.*uint8"".autotmp_0989"type.interface {}"".autotmp_0988"type.interface {}"".autotmp_0987"type.interface {}"".autotmp_0986"type.interface {}"".autotmp_0985(type.[4]interface {}"".autotmp_0982&type.[]interface {}"".autotmp_0981type.*uint8"".autotmp_0980type.[]uint8"".autotmp_0978type.string"".autotmp_0977type.string"".autotmp_0976$type.*bytes.Buffer"".autotmp_0975type.string"".autotmp_0974type.string"".autotmp_0973$type.*bytes.Buffer"".autotmp_0972type.string"".autotmp_0971type.string"".autotmp_0970$type.*bytes.Buffer"".autotmp_0969type.string"".autotmp_0968$type.*bytes.Buffer"".autotmp_0967type.string"".autotmp_0966type.string"".autotmp_0965$type.*bytes.Buffer"".autotmp_0964type.string"".autotmp_0963type.string"".autotmp_0962$type.*bytes.Buffer"".autotmp_0961type.string"".autotmp_0960type.string"".autotmp_0959type.string"".autotmp_0958$type.*bytes.Buffer"".autotmp_0957type.string"".autotmp_0956type.string"".autotmp_0955type.string"".autotmp_0954type.string"".&buf$type.*bytes.Buffer"".~r0type.string"".~r1type.string 2746 "".sctype.string"".stype.uint8"".septype.string 2748 "".sctype.string"".~r0type.string"".ptype.*"".Prog(" U ,K 2750 #?Elx lxl x 3ocoU 2751 %K! 2753 K-KW1K!K-Tgclocals7649d8e5909d61e260dcc0cafd120592Tgclocalsb64095ec7740641a95c9039279f403cffprebuilts/go/linux-x86/src/cmd/internal/obj/util.go$"".(*Link).NewProgdH%H;avXHHH$HD$HD$Ht0Hl$ =u H(HD$(HH$Hl$HD$ 2757 ,type."".Prog> 2758 "runtime.newobjectt6runtime.writeBarrierEnabled 2759 .runtime.writebarrierptr 2760 0runtime.morestack_noctxt 0"".ptype.*"".Prog"".~r0type.*"".Prog"".ctxttype.*"".Link0:/0"p$ 2762 9Tgclocals32bd5c6dc84e3e86dd35593b3922d3aaTgclocals0c8aa8e80191a30eac23f1a218103f16fprebuilts/go/linux-x86/src/cmd/internal/obj/util.go"".(*Link).LinedH%H;avYH 1H\$8H\$@H\$(H$H<$t0H$H\$0H\$HL$HD$HL$8HD$@H % 2764 2765 2"".(*LineHist).LineString 2766 0runtime.morestack_noctxt@@"".~r1 type.string"".ntype.int"".ctxttype.*"".Link@K?@pI 2768 A/Tgclocals2fccd208efe70893f9ac8d682812ae72Tgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/util.go"".Getcallerpc HD$0"".~r1 type.uintptrTgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/util.go "".(*Link).DconvdH%H;av@H 1H\$8H\$@H$H\$0H\$HL$HD$HL$8HD$@H 2771 d 2772 "".Dconv 2773 0runtime.morestack_noctxt@@"".~r1 type.string"".atype.*"".Addr"".ctxttype.*"".Link@;?@`0 2775 1/Tgclocals0ebb2d1da58c1b4224bf5a7b370d7578Tgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/util.go"".DconvdH%H$PH;A)(H01H$H$8H$@1H$HH$P1H\$XH\$`H(f 2777 afxf&1HT$XHHT$`Xu.HXfu#HX 1H9uH$HH$PH0H$H\$H$H\$H$H$@HkH,$H\$H$xH\$H$1H$H$H$H$H$HRH$H$H$HH$H$H\$HD$HL$HD$ H$H$8HH$@=HCHH$H$xH\$HD$HL$HD$ H$HH$8HH$@=uSHCHH$HD$H$H\$H$H\$H$H\$ HT$(HL$0:LCL$HD$LCL$HD$*fHX 1H91H$(H$0H$(HH$H$H$HH$Hh Hl$H|$HD$HL$HD$ H$H$8HH$@=uSHCHH$HD$H$H\$H$H\$H$H\$ HT$(HL$0LCL$HD$%Q 2783 1H9#H1H91H$H$ H$HH$H$H$HH$HHl$H|$HD$HD$HL$HD$ H$H$8HH$@=u>HCH$H$H$H\$H$H\$HT$HL$ LCL$HD$%]Hh0H>1H$H$H$HH$H$H$HH$Hh0LL9Hh8Hl$H|$HD$HD$HL$HD$ H$H$8HH$@=u>HCH$H$H$H\$H$H\$HT$HL$ LCL$HD$%]H,$LD$HH\$1H$H$H$HH$H$H$HH$HD$H|$HD$HD$HL$HD$ H$H$8HH$@=uSHCHH$HD$H$H\$H$H\$H$H\$ HT$(HL$0fLCL$HD$%Kf_D$<HH$HX0H|$HHHKHOH\$<H\$H$@\$<1H$H$H$HH$H$H$HH$HL$H|$HD$HD$HL$HD$ H$H$8HH$@=uSHCHH$HD$H$H\$H$H\$H$H\$ HT$(HL$0LCL$HD$%KD$<HH$HHY0H|$HHHKHOH\$<H\$1H$H$H$H$H$HmH$H$H$HH$H$@H\$H|$HD$HD$HL$HD$ H$H$8HH$@=HCHH$H\$<H\$HD$HL$HD$ H$HH$8HH$@=uSHCHH$HD$H$H\$H$H\$H$H\$ HT$(HL$0LCL$HD$LCL$HD$-%+1H$HH$PH$HHH$H$H$HH$HD$H|$HD$HL$HD$ H$H$8HH$@=uSHCHH$HD$H$H\$H$H\$H$H\$ HT$(HL$0LCL$HD$%QffZH$H$@HT$HL$HXfHT$XH$hHL$`H$pHhH,$H\$H$xH\$H$H$@HkHl$P1H$0H$8H$@H$HH$0HH$H$H$HH$H$xH\$HD$HL$HD$ H$H$8HH$@=HCHH$H\$PH\$HD$HL$HD$ H$HH$8HH$@=HCHH$HD$H$H\$H$H\$H$H\$ HL$(HD$0H$H$hH\$H$pH\$H$XHL$H$`HD$ HT$(HL$0LCL$HD$OLCL$HD$XfrHXfH$H\$H$xH\$H$H$@HkH,$H\$H$H\$H$1H$H$H$ H$(H$HRH$H$H$HH$H$xH\$HD$HL$HD$ H$H$8HH$@=HCHH$H$H\$HD$HL$HD$ H$HH$8HH$@=uSHCHH$HD$H$H\$H$H\$H$H\$ HT$(HL$0LCL$HD$LCL$HD$*H$H\$H$xH\$H$1H$H$H$HH$H$H$HH$H$xH\$HD$HL$HD$ H$H$8HH$@=uSHCHH$HD$H$H\$H$H\$H$H\$ HT$(HL$0KLCL$HD$f WD$HHH$HX0H|$HHHKHOH\$HH\$1H$H$H$HH$H$H$HH$H\$HH\$HD$HL$HD$ H$H$8HH$@=HCHH$HD$H$H\$H$H\$H$H\$ HL$(HD$0HL$XH$HD$`HD$HH\$HD$HL$XHT$`\$ fH$H$XHL$H$`HT$HH\$HD$ HL$(HT$0HL$XH$xHT$`H$1H$H$H$HH$H$H$HH$H$xH\$HD$HL$HD$ H$H$8HH$@=uSHCHH$HD$H$H\$H$H\$H$H\$ HT$(HL$0uLCL$HD$LCL$HD$of 2803 W1H$xH$HH$HX0H|$HHHKHOH$xH\$1H$H$H$HH$H$H$HH$H$xH\$HD$HL$HD$ H$H$8HH$@=uSHCHH$HD$H$H\$H$H\$H$H\$ HT$(HL$0LCL$HD$f - fHXHHhH,$H\$H$H\$H$1H$pH$xH$H$H$pHpH$H$H$HH$H$@H\$H|$ HD$HD$HL$HD$ H$H$8HH$@=HCHH$H$H\$HD$HL$HD$ H$HH$8HH$@=uSHCHH$HD$H$H\$H$H\$H$H\$ HT$(HL$0*LCL$HD$LCL$HD$*%HhH,$H$@HT$HT$XHL$HL$`XuHX 1H9H$H\$H$H\$H$H$@HkH,$H\$H$xH\$H$1H$PH$XH$`H$hH$PHRH$H$H$HH$H$H\$HD$HL$HD$ H$H$8HH$@=HCHH$H$xH\$HD$HL$HD$ H$HH$8HH$@=uSHCHH$HD$H$H\$H$H\$H$H\$ HT$(HL$0LCL$HD$LCL$HD$*f)H$H\$H$xH\$H$1H$H$H$HH$H$H$HH$H$xH\$HD$HL$HD$ H$H$8HH$@=uSHCHH$HD$H$H\$H$H\$H$H\$ HT$(HL$0LCL$HD$f H@HHHHHHLII)ItM HHHHHH\$PIA)@l$;LLL$hILD$p_H+@l$:HHHH\$@1H$H$H$H$H$H$H$ H$(H$HH$H$H$HH$H\$PH\$HD$HL$HD$ H$H$8HH$@=]HCHH$H\$;H\$HD$HL$HD$ H$HH$8HH$@=HCHH$H\$:H\$HD$HL$HD$ H$H H$8HH$@=uHCHH$H\$@H\$HD$HL$HD$ H$H0H$8HH$@=HCHH$HD$ 2823 H$H\$H$H\$H$H\$ HT$(HL$0H$@H]fHT$XH$XHL$`H$`H$@HkH,$H\$H$xH\$H$1H\$xH$H\$xH-H$H$H$HH$H$xH\$HD$HL$HD$ H$H$8HH$@=HCHH$HD$H$H\$H$H\$H$H\$ HL$(HD$0H$H$XH\$H$`H\$H$hHL$H$pHD$ HT$(HL$0.LCL$HD$OLCL$HD$LCL$HD$xLCL$HD$LCL$HD$HHH\$PIA)@l$;LLL$hILD$pH+@l$:HHHH\$@1H$H$H$H$H$H$H$H$H$H4H$H$H$HH$H\$PH\$HD$HL$HD$ H$H$8HH$@=HCHH$H\$;H\$HD$HL$HD$ H$HH$8HH$@=4HCHH$H\$:H\$HD$HL$HD$ H$H H$8HH$@=HCHH$H\$@H\$HD$HL$HD$ H$H0H$8HH$@=uSHCHH$HD$ H$H\$H$H\$H$H\$ HT$(HL$0\LCL$HD$LCL$HD$-LCL$HD$LCL$HD$EffHhH,$H\$H$xH\$H$H$@HkH,$H\$H$H\$H$1H$H$H$H$H$HRH$H$H$HH$H$xH\$HD$HL$HD$ H$H$8HH$@=HCHH$H$H\$HD$HL$HD$ H$HH$8HH$@=uSHCHH$HD$H$H\$H$H\$H$H\$ HT$(HL$0LCL$HD$LCL$HD$*fHhH,$H\$H$xH\$H$H$@HkH,$H\$H$H\$H$1H$H$H$H$H$HRH$H$H$HH$H$xH\$HD$HL$HD$ H$H$8HH$@=HCHH$H$H\$HD$HL$HD$ H$HH$8HH$@=uSHCHH$HD$H$H\$H$H\$H$H\$ HT$(HL$0LCL$HD$LCL$HD$*f)H$H\$H$xH\$H$1H$H$H$HH$H$H$HH$H$xH\$HD$HL$HD$ H$H$8HH$@=uSHCHH$HD$H$H\$H$H\$H$H\$ HT$(HL$0LCL$HD$fHhH,$HT$HL$k 2839 Z 2840 runtime.duffzero 2841 "".Mconv 2842 "".Rconvtype.string 2843 runtime.convT2E6runtime.writeBarrierEnabledtype.string 2844 runtime.convT2E6runtime.writeBarrierEnabled0go.string."%v(%v)(NONE)" 2845 fmt.Sprintf 2846 2847 .runtime.writebarrierptr 2848 2849 .runtime.writebarrierptrtype.string 2852 runtime.convT2E 6runtime.writeBarrierEnabled $go.string."%s(SB)" 2855 fmt.Sprintf 2856 .runtime.writebarrierptrtype.int64 2857 runtime.convT2E6runtime.writeBarrierEnabled 2858 fmt.Sprint 2859 .runtime.writebarrierptrtype.int64type.*"".Prog 2860 runtime.convT2E6runtime.writeBarrierEnabled 2861 fmt.Sprint 2862 .runtime.writebarrierptr"type.interface {} 2863 (runtime.panicdottypetype.int64 2864 runtime.convT2E6runtime.writeBarrierEnabled$go.string."%d(PC)" 2865 fmt.Sprintf 2866 .runtime.writebarrierptrtype.int32 2867 "runtime.assertE2T type.int64 2868 runtime.convT2E!6runtime.writeBarrierEnabled!go.string."$%d"" 2869 fmt.Sprintf# 2870 .runtime.writebarrierptr#type.int32$ 2871 "runtime.assertE2T&type.int64& 2872 runtime.convT2E'6runtime.writeBarrierEnabled'type.int32( 2873 runtime.convT2E(6runtime.writeBarrierEnabled)$go.string."$%d-%d"* 2874 fmt.Sprintf* 2875 .runtime.writebarrierptr* 2876 .runtime.writebarrierptr,type.int16- 2877 runtime.convT2E-6runtime.writeBarrierEnabled-&go.string."type=%d". 2878 fmt.Sprintf/ 2879 .runtime.writebarrierptr0 2880 "".Mconv1 2881 "".Rconv3type.string3 2882 runtime.convT2E46runtime.writeBarrierEnabled4type.int5 2883 runtime.convT2E56runtime.writeBarrierEnabled6&go.string."(%v*%d)"7 2884 fmt.Sprintf8 2885 *runtime.concatstring28 2886 .runtime.writebarrierptr9 2887 .runtime.writebarrierptr9 2888 "".Mconv: 2889 "".Rconv<type.string< 2890 runtime.convT2E=6runtime.writeBarrierEnabled=type.string> 2891 runtime.convT2E?6runtime.writeBarrierEnabled?&go.string."$%v(%v)"@ 2892 fmt.Sprintf@ 2893 .runtime.writebarrierptrA 2894 .runtime.writebarrierptrA 2895 "".MconvCtype.stringC 2896 runtime.convT2ED6runtime.writeBarrierEnabledDgo.string."$%v"E 2897 fmt.SprintfE 2898 .runtime.writebarrierptrFtype.float64F 2899 "runtime.assertE2THtype.float64H 2900 runtime.convT2EI6runtime.writeBarrierEnabledI"go.string."%.17g"J 2901 fmt.SprintfKgo.string.".e"K 2902 &strings.ContainsAnyLgo.string.".0"L 2903 *runtime.concatstring2Ntype.stringN 2904 runtime.convT2EO6runtime.writeBarrierEnabledO"go.string."$(%s)"P 2905 fmt.SprintfQ 2906 .runtime.writebarrierptrQ 2907 .runtime.writebarrierptrRtype.stringS 2908 "runtime.assertE2TTtype.stringT 2909 runtime.convT2EU6runtime.writeBarrierEnabledUgo.string."$%q"V 2910 fmt.SprintfW 2911 .runtime.writebarrierptrW 2912 "".RconvYtype.int64Z 2913 runtime.convT2E[6runtime.writeBarrierEnabled[type.string[ 2914 runtime.convT2E\6runtime.writeBarrierEnabled\$go.string."$%d,%v"] 2915 fmt.Sprintf^ 2916 .runtime.writebarrierptr^ 2917 .runtime.writebarrierptr_ 2918 "".Rconv` 2919 "".Mconv` 2920 "".Rconvbtype.stringc 2921 runtime.convT2Ec6runtime.writeBarrierEnableddtype.stringd 2922 runtime.convT2Ee6runtime.writeBarrierEnablede.go.string."%v(%v)(REG)"f 2923 fmt.Sprintfg 2924 .runtime.writebarrierptrg 2925 .runtime.writebarrierptrg 2926 "".Mconvitype.stringi 2927 runtime.convT2Ej6runtime.writeBarrierEnabledjgo.string."$%s"k 2928 fmt.Sprintfl 2929 .runtime.writebarrierptrl0go.string.hdr."<<>>->@>"ptype.intq 2930 runtime.convT2Eq6runtime.writeBarrierEnabledrtype.uint8r 2931 runtime.convT2Es6runtime.writeBarrierEnabledstype.uint8t 2932 runtime.convT2Et6runtime.writeBarrierEnabledutype.intu 2933 runtime.convT2Ev6runtime.writeBarrierEnabledv,go.string."R%d%c%cR%d"w 2934 fmt.Sprintfx 2935 "".Rconvztype.stringz 2936 runtime.convT2E{6runtime.writeBarrierEnabled{ go.string."(%v)"| 2937 fmt.Sprintf} 2938 *runtime.concatstring2~ 2939 .runtime.writebarrierptr~ 2940 .runtime.writebarrierptr 2941 .runtime.writebarrierptr 2942 .runtime.writebarrierptr 2943 .runtime.writebarrierptr 2944 $runtime.panicindex 2945 $runtime.panicindextype.int 2946 runtime.convT2E6runtime.writeBarrierEnabledtype.uint8 2947 runtime.convT2E6runtime.writeBarrierEnabledtype.uint8 2948 runtime.convT2E6runtime.writeBarrierEnabledtype.int 2949 runtime.convT2E6runtime.writeBarrierEnabled*go.string."R%d%c%c%d" 2950 fmt.Sprintf 2951 .runtime.writebarrierptr 2952 .runtime.writebarrierptr 2953 .runtime.writebarrierptr 2954 .runtime.writebarrierptr 2955 $runtime.panicindex 2956 $runtime.panicindex 2957 $runtime.panicslice 2958 "".Rconv 2959 "".Rconvtype.string 2960 runtime.convT2E6runtime.writeBarrierEnabledtype.string 2961 runtime.convT2E6runtime.writeBarrierEnabled(go.string."(%v, %v)" 2962 fmt.Sprintf 2963 .runtime.writebarrierptr 2964 .runtime.writebarrierptr 2965 "".Rconv 2966 "".Rconvtype.string 2967 runtime.convT2E6runtime.writeBarrierEnabledtype.string 2968 runtime.convT2E6runtime.writeBarrierEnabled$go.string."%v, %v" 2969 fmt.Sprintf 2970 .runtime.writebarrierptr 2971 .runtime.writebarrierptr 2972 "".Mconvtype.string 2973 runtime.convT2E6runtime.writeBarrierEnabledgo.string."*%s" 2974 fmt.Sprintf 2975 .runtime.writebarrierptr 2976 "".regListConv 2977 0runtime.morestack_noctxt@"".autotmp_1216"type.interface {}"".autotmp_1215"type.interface {}"".autotmp_1214(type.[2]interface {}"".autotmp_1212*type.*[2]interface {}"".autotmp_1211&type.[]interface {}"".autotmp_1210"type.interface {}"".autotmp_1209"type.interface {}"".autotmp_1208(type.[2]interface {}"".autotmp_1206*type.*[2]interface {}"".autotmp_1205&type.[]interface {}"".autotmp_1204"type.interface {}"".autotmp_1203 2979 (type.[1]interface {}"".autotmp_1201*type.*[1]interface {}"".autotmp_1200&type.[]interface {}"".autotmp_1199"type.interface {}"".autotmp_1198"type.interface {}"".autotmp_1197"type.interface {}"".autotmp_1196"type.interface {}"".autotmp_1195(type.[4]interface {}"".autotmp_1193*type.*[4]interface {}"".autotmp_1192&type.[]interface {}"".autotmp_1191"type.interface {}"".autotmp_1190"type.interface {}"".autotmp_1189"type.interface {}"".autotmp_1188"type.interface {}"".autotmp_1187(type.[4]interface {}"".autotmp_1184&type.[]interface {}"".autotmp_1183"type.interface {}"".autotmp_1182 2980 (type.[1]interface {}"".autotmp_1180*type.*[1]interface {}"".autotmp_1179&type.[]interface {}"".autotmp_1178"type.interface {}"".autotmp_1177 2981 (type.[1]interface {}"".autotmp_1175*type.*[1]interface {}"".autotmp_1174&type.[]interface {}"".autotmp_1173"type.interface {}"".autotmp_1172 2982 (type.[1]interface {}"".autotmp_1170*type.*[1]interface {}"".autotmp_1169&type.[]interface {}"".autotmp_1168"type.interface {}"".autotmp_1167 (type.[1]interface {}"".autotmp_1165*type.*[1]interface {}"".autotmp_1164&type.[]interface {}"".autotmp_1163"type.interface {}"".autotmp_1162"type.interface {}"".autotmp_1161(type.[2]interface {}"".autotmp_1159*type.*[2]interface {}"".autotmp_1158&type.[]interface {}"".autotmp_1157"type.interface {}"".autotmp_1156 (type.[1]interface {}"".autotmp_1154*type.*[1]interface {}"".autotmp_1153&type.[]interface {}"".autotmp_1152"type.interface {}"".autotmp_1151 (type.[1]interface {}"".autotmp_1149*type.*[1]interface {}"".autotmp_1148&type.[]interface {}"".autotmp_1147"type.interface {}"".autotmp_1146"type.interface {}"".autotmp_1145(type.[2]interface {}"".autotmp_1143*type.*[2]interface {}"".autotmp_1142&type.[]interface {}"".autotmp_1141"type.interface {}"".autotmp_1140"type.interface {}"".autotmp_1139(type.[2]interface {}"".autotmp_1137*type.*[2]interface {}"".autotmp_1136&type.[]interface {}"".autotmp_1135"type.interface {}"".autotmp_1134 (type.[1]interface {}"".autotmp_1132*type.*[1]interface {}"".autotmp_1131&type.[]interface {}"".autotmp_1130"type.interface {}"".autotmp_1129(type.[1]interface {}"".autotmp_1127*type.*[1]interface {}"".autotmp_1126&type.[]interface {}"".autotmp_1125"type.interface {}"".autotmp_1124(type.[1]interface {}"".autotmp_1122*type.*[1]interface {}"".autotmp_1121&type.[]interface {}"".autotmp_1120"type.interface {}"".autotmp_1119(type.[1]interface {}"".autotmp_1117*type.*[1]interface {}"".autotmp_1116&type.[]interface {}"".autotmp_1115"type.interface {}"".autotmp_1114(type.[1]interface {}"".autotmp_1112*type.*[1]interface {}"".autotmp_1111&type.[]interface {}"".autotmp_1110"type.interface {}"".autotmp_1109"type.interface {}"".autotmp_1108(type.[2]interface {}"".autotmp_1106*type.*[2]interface {}"".autotmp_1105&type.[]interface {}"".autotmp_1104"type.interface {}"".autotmp_1103"type.interface {}"".autotmp_1102(type.[2]interface {}"".autotmp_1100*type.*[2]interface {}"".autotmp_1099&type.[]interface {}"".autotmp_1098"type.interface {}"".autotmp_1097"type.interface {}"".autotmp_1096(type.[2]interface {}"".autotmp_1093&type.[]interface {}"".autotmp_1092"type.interface {}"".autotmp_1091(type.[1]interface {}"".autotmp_1088&type.[]interface {}"".autotmp_1086type.string"".autotmp_1085type.string"".autotmp_1084type.string"".autotmp_1083type.string"".autotmp_1082type.string"".autotmp_1081type.string"".autotmp_1080type.string"".autotmp_1079type.int"".autotmp_1078type.uint8"".autotmp_1077type.uint8"".autotmp_1076type.int"".autotmp_1075type.int"".autotmp_1074type.uint8"".autotmp_1073type.uint8"".autotmp_1072type.int"".autotmp_1071type.string"".autotmp_1069type.string"".autotmp_1068type.string"".autotmp_1067type.string"".autotmp_1066type.string"".autotmp_1064type.float64"".autotmp_1063type.int32"".autotmp_1062type.int32"".autotmp_1061type.string"".autotmp_1060type.string"".autotmp_1059type.string"".autotmp_1058type.string"".autotmp_1057type.int"".autotmp_1056type.string"".autotmp_1055type.string"".autotmp_1054type.string"".autotmp_1053type.string"".autotmp_1052type.string"".autotmp_1051type.string"".autotmp_1050type.string"".autotmp_1049type.string 2989 "".optype.string"".strtype.string"".~r2 type.string"".atype.*"".Addr"".ptype.*"".Prog"OPS 2998 2$ 2999 ''C|{'& 3000 QRQ'NMEk' 3001 N 3002 ji5 3003 `_2\[ 3004 EF<; 3005 65 3006 3007 3008 >*2` 3009 0/ 3010 6 qn 3011 3012 2 3013 2i 3016 tsl 3017 0!r!]!]!(}r!Xr!X!Fr!2aI K!E!0(!)).r!M-g2v7Tr! \ jr!9;@!:?mB!3CHr!KQN~vK!VKLK!LSKa(.!8U/(2!3Y^r! ] Tgclocalsa098b5902d77803825389d71cb71ef7eTgclocals07fd55e0307df4dce693774432bdd8eafprebuilts/go/linux-x86/src/cmd/internal/obj/util.go"".MconvEEdH%H$H;ACHH$1H$H$1HT$8HHT$@h@ @7HXf1H\$xH$H\$xHH$H$H$HH$HD$H|$HD$HD$HL$HD$ H$H$HH$=uQHCH$H$H$H\$H$H\$HT$HL$ H$H$HLCL$HD$%M 3021 HXH%HhH,$H\$H$H\$H$1H\$hH\$pH\$hHH$H$H$HH$H$H\$HD$HL$HD$ H$H$HH$=uSHCHH$HD$H$H\$H$H\$H$H\$ HT$(HL$0LCL$HD$HXHHhH,$H\$H$H\$H$1H$pH$xH$H$H$pHpH$H$H$HH$H$H\$H|$ HD$HD$HL$HD$ H$H$HH$=HCHH$H$H\$HD$HL$HD$ H$HH$HH$=uSHCHH$HD$H$H\$H$H\$H$H\$ HT$(HL$0LCL$HD$LCL$HD$*%@HhH,$H\$H$H\$H$1H$PH$XH$`H$hH$PHnH$H$H$HH$H$Hk Hl$H|$HD$HL$HD$ H$H$HH$=HCHH$H$H\$HD$HL$HD$ H$HH$HH$=uSHCHH$HD$H$H\$H$H\$H$H\$ HT$(HL$0LCL$HD$LCL$HD$*%@HhH,$H\$H$H\$H$1H$H$H$ H$(H$HnH$H$H$HH$H$Hk Hl$H|$HD$HL$HD$ H$H$HH$=HCHH$H$H\$HD$HL$HD$ H$HH$HH$=uSHCHH$HD$ 3029 H$H\$H$H\$H$H\$ HT$(HL$07LCL$HD$LCL$HD$*%1H$H$H$HH$H$H$HH$HD$H|$HD$HD$HL$HD$ H$H$HH$=uSHCHH$HD$H$H\$H$H\$H$H\$ HT$(HL$0LCL$HD$%K@HX 1H9HhH,$H\$H$H\$H$1H$H$H$H$H$HnH$H$H$HH$H$Hk Hl$H|$HD$HL$HD$ H$H$HH$=HCHH$H$H\$HD$HL$HD$ H$HH$HH$=uSHCHH$HD$H$H\$H$H\$H$H\$ HT$(HL$02LCL$HD$LCL$HD$*%HhH,$H\$H$H\$H$1H\$XH\$`H\$XHH$H$H$HH$H$H\$HD$HL$HD$ H$H$HH$=uSHCHH$HD$H$H\$H$H\$H$H\$ HT$(HL$0LCL$HD$@HX 1H9HhH,$H\$H$H\$H$1H$H$H$H$H$HnH$H$H$HH$H$Hk Hl$H|$HD$HL$HD$ H$H$HH$=HCHH$H$H\$HD$HL$HD$ H$HH$HH$=uSHCHH$HD$H$H\$H$H\$H$H\$ HT$(HL$0%LCL$HD$LCL$HD$*%HhH,$H\$H$H\$H$1H\$HH\$PH\$HHH$H$H$HH$H$H\$HD$HL$HD$ H$H$HH$=uSHCHH$HD$H$H\$H$H\$H$H\$ HT$(HL$0LCL$HD$@HhH,$H\$H$H\$H$1H$0H$8H$@H$HH$0HnH$H$H$HH$H$Hk Hl$H|$HD$HL$HD$ H$H$HH$=HCHH$H$H\$HD$HL$HD$ H$HH$HH$=uSHCHH$HD$H$H\$H$H\$H$H\$ HT$(HL$0'LCL$HD$LCL$HD$*% 3040 type.int64 3041 runtime.convT2E6runtime.writeBarrierEnabled 3042 fmt.Sprint 3043 .runtime.writebarrierptr 3044 "".Rconvtype.string 3045 runtime.convT2E 6runtime.writeBarrierEnabled go.string."(%v)" 3046 3047 fmt.Sprintf 3048 3049 .runtime.writebarrierptr 3051 "".Rconv type.int64 3054 runtime.convT2E6runtime.writeBarrierEnabledtype.string 3055 runtime.convT2E6runtime.writeBarrierEnabled$go.string."%d(%v)" 3056 fmt.Sprintf 3057 .runtime.writebarrierptr 3058 .runtime.writebarrierptr 3059 "".offConvtype.string 3060 runtime.convT2E6runtime.writeBarrierEnabledtype.string 3061 runtime.convT2E6runtime.writeBarrierEnabled(go.string."%s%s(SB)" 3062 fmt.Sprintf 3063 .runtime.writebarrierptr 3064 .runtime.writebarrierptr 3065 "".offConvtype.string 3066 runtime.convT2E6runtime.writeBarrierEnabledtype.string 3067 runtime.convT2E6runtime.writeBarrierEnabled,go.string."%s<>%s(SB)" 3068 fmt.Sprintf 3069 .runtime.writebarrierptr 3070 .runtime.writebarrierptr"type.int8" 3071 runtime.convT2E#6runtime.writeBarrierEnabled#&go.string."name=%d"$ 3072 fmt.Sprintf% 3073 .runtime.writebarrierptr& 3074 "".offConv(type.string( 3075 runtime.convT2E)6runtime.writeBarrierEnabled)type.string* 3076 runtime.convT2E*6runtime.writeBarrierEnabled+(go.string."%s%s(SP)", 3077 fmt.Sprintf, 3078 .runtime.writebarrierptr, 3079 .runtime.writebarrierptr- 3080 "".offConv.type.string/ 3081 runtime.convT2E06runtime.writeBarrierEnabled0$go.string."%s(SP)"1 3082 fmt.Sprintf1 3083 .runtime.writebarrierptr2 3084 "".offConv4type.string4 3085 runtime.convT2E56runtime.writeBarrierEnabled5type.string6 3086 runtime.convT2E76runtime.writeBarrierEnabled7(go.string."%s%s(FP)"8 3087 fmt.Sprintf8 3088 .runtime.writebarrierptr9 3089 .runtime.writebarrierptr9 3090 "".offConv;type.string; 3091 runtime.convT2E<6runtime.writeBarrierEnabled<$go.string."%s(FP)"= 3092 fmt.Sprintf= 3093 .runtime.writebarrierptr> 3094 "".offConv@type.string@ 3095 runtime.convT2EA6runtime.writeBarrierEnabledAtype.stringB 3096 runtime.convT2EC6runtime.writeBarrierEnabledC0go.string."%s%s@GOT(SB)"D 3097 fmt.SprintfD 3098 .runtime.writebarrierptrE 3099 .runtime.writebarrierptrE 3100 0runtime.morestack_noctxt0x"".autotmp_1287"type.interface {}"".autotmp_1286(type.[1]interface {}"".autotmp_1284*type.*[1]interface {}"".autotmp_1283&type.[]interface {}"".autotmp_1282"type.interface {}"".autotmp_1281"type.interface {}"".autotmp_1280(type.[2]interface {}"".autotmp_1278*type.*[2]interface {}"".autotmp_1277&type.[]interface {}"".autotmp_1276"type.interface {}"".autotmp_1275(type.[1]interface {}"".autotmp_1273*type.*[1]interface {}"".autotmp_1272&type.[]interface {}"".autotmp_1271"type.interface {}"".autotmp_1270"type.interface {}"".autotmp_1269(type.[2]interface {}"".autotmp_1267*type.*[2]interface {}"".autotmp_1266&type.[]interface {}"".autotmp_1265"type.interface {}"".autotmp_1264"type.interface {}"".autotmp_1263(type.[2]interface {}"".autotmp_1261*type.*[2]interface {}"".autotmp_1260&type.[]interface {}"".autotmp_1259"type.interface {}"".autotmp_1258"type.interface {}"".autotmp_1257(type.[2]interface {}"".autotmp_1255*type.*[2]interface {}"".autotmp_1254&type.[]interface {}"".autotmp_1253"type.interface {}"".autotmp_1252"type.interface {}"".autotmp_1251(type.[2]interface {}"".autotmp_1249*type.*[2]interface {}"".autotmp_1248&type.[]interface {}"".autotmp_1247"type.interface {}"".autotmp_1246"type.interface {}"".autotmp_1245?(type.[2]interface {}"".autotmp_1242&type.[]interface {}"".autotmp_1241"type.interface {}"".autotmp_1240(type.[1]interface {}"".autotmp_1238*type.*[1]interface {}"".autotmp_1237&type.[]interface {}"".autotmp_1236"type.interface {}"".autotmp_1235(type.[1]interface {}"".autotmp_1233*type.*[1]interface {}"".autotmp_1232&type.[]interface {}"".autotmp_1231"type.interface {}"".autotmp_1230(type.[1]interface {}"".autotmp_1227&type.[]interface {}"".autotmp_1225type.string"".autotmp_1224type.string"".autotmp_1223type.string"".autotmp_1222type.string"".autotmp_1221type.string"".autotmp_1220type.string"".autotmp_1219type.string"".autotmp_1218type.string"".autotmp_1217type.string"".strtype.string"".~r1type.string"".atype.*"".Addr" "< 3103 <;'8743> 3104 ,+> 3105 3106 >%FE'* 3107 > 3108 3109 >! 3110 &%>)]41{r!% 3111 !C !C !r!;)!9{r!/!9{"r! !&!CTgclocals6ffd1bcb2e3a77c78e597b0d25d1c5efTgclocals7b13e0fb0ac3fe9d5e1cf8b1113646c2fprebuilts/go/linux-x86/src/cmd/internal/obj/util.go"".offConvdH%H;a/HxH$1H$H$Hu1H$H$HxHD$81H\$PH\$XH\$PHHD$hHD$pH\$`HH$H\$8H\$HD$HL$HD$ H\$`HL$@HHD$H=uZHCHH$HD$H\$`H\$H\$hH\$H\$pH\$ HL$(HD$0H$H$HxLCL$HD$, 3115 type.int64 3116 runtime.convT2E6runtime.writeBarrierEnabledgo.string."%+d" 3117 fmt.Sprintf 3118 .runtime.writebarrierptr 3119 0runtime.morestack_noctxt0"".autotmp_1294o"type.interface {}"".autotmp_1293O(type.[1]interface {}"".autotmp_1290/&type.[]interface {}"".autotmp_1288type.int64"".~r1type.string"".offtype.int64&6)1`1Tgclocals64e6abdf0268293babaa7bcc4e1e7821Tgclocals5ef976c2593056b9243adf402ae9d952fprebuilts/go/linux-x86/src/cmd/internal/obj/util.go&"".RegisterRegisterdH%H;a!Hh1H\$pH\$PH\$xH\$XH$H\$`HHH HHH9wPHHHHkHHl$PH+Hl$XHkHl$`=u HkHhLCL$Hl$H-H,$HT$HD$HL$H\$ HT$(HD$0HL$8HHD$@HHH HT$H=uHQH-H,$HT$HT$HHD$@- 3127 z"".regSpace"".regSpace "".regSpace"".regSpace6runtime.writeBarrierEnabled 3128 .runtime.writebarrierptr type.[]"".regSet 3129 "runtime.growslice"".regSpace "".regSpace6runtime.writeBarrierEnabled"".regSpace"".regSpace 3130 .runtime.writebarrierptr 3131 0runtime.morestack_noctxt0"".autotmp_1295/type."".regSet"".Rconv *type.func(int) string 3132 "".hitype.int 3133 "".lotype.int~"z&W Tgclocals96d4b67d4672cba142a606918b22233dTgclocals930ef0ea550ba23749dafe7feb5a8a29fprebuilts/go/linux-x86/src/cmd/internal/obj/util.go"".RconvdH%H;aHxH$1H$H$Hu HH$H$HxH51H9}iHLHL9CHkHHHH95HYH9~,H$HQHHL$HD$H$H$HxHH9|HT$81H\$PH\$XH\$PHHD$hHD$pH\$`HH$H\$8H\$HD$HL$HD$ H\$`HL$@HHD$H=uZHCHH$HD$H\$`H\$H\$hH\$H\$pH\$ HL$(HD$0H$H$HxLCL$HD$,- 3138 t go.string."NONE""".regSpace"".regSpace"".regSpacetype.int 3139 runtime.convT2E6runtime.writeBarrierEnabled$go.string."R???%d" 3140 fmt.Sprintf 3141 .runtime.writebarrierptr 3142 $runtime.panicindex 3143 0runtime.morestack_noctxt0"".autotmp_1308o"type.interface {}"".autotmp_1307O(type.[1]interface {}"".autotmp_1304/&type.[]interface {}"".autotmp_1301type.string"".autotmp_1300type.int"".~r1type.string"".regtype.int2?n921 $, ~`1Tgclocals64e6abdf0268293babaa7bcc4e1e7821Tgclocals5ef976c2593056b9243adf402ae9d952fprebuilts/go/linux-x86/src/cmd/internal/obj/util.go"".regListConvdH%HD$H;AhH1HD$hHD$p1H$H$1H1HHHHt$8HH@HHH$H!HHHT$HHD$PH$H$HT$H$HD$HH\$HD$ HL$(HD$0H\$8H 3148 HL$HHD$PH$H$HL$H$HD$HH\$HD$ Ht$8HT$(HD$0HHHT$HHD$PH$H$HT$H$HD$HH\$HD$ HL$(HD$0H$H$HHL$HH$HD$PH$H\$8H\$@1H\$hH\$pH\$hH&H$H$H$HH$H\$@H\$HD$HL$HD$ H$HL$XHHD$`=HCHH$HD$H$H\$H$H\$H$H\$ HL$(HD$0H$H$H\$H$H\$HL$xHL$H$HD$ Ht$8HT$(HD$0=LCL$HD$MHT$HHD$PH$H$HT$H$HD$HH\$HD$ HL$(HD$0f1v" 3150 go.string."[" 3151 *runtime.concatstring2go.string."g" 3152 *runtime.concatstring2go.string."]" 3153 *runtime.concatstring2type.int 3154 runtime.convT2E 6runtime.writeBarrierEnabled go.string."R%d" 3155 3156 fmt.Sprintf 3158 *runtime.concatstring2 3160 .runtime.writebarrierptr go.string."," 3163 *runtime.concatstring2 3164 0runtime.morestack_noctxt0"".autotmp_1321"type.interface {}"".autotmp_1320(type.[1]interface {}"".autotmp_1317/&type.[]interface {}"".autotmp_1316type.string"".autotmp_1314otype.string"".autotmp_1313type.int"".autotmp_1312type.string"".autotmp_1311type.string"".autotmp_1310type.string"".autotmp_1309Otype.string"".itype.int"".strtype.string"".~r1type.string"".listtype.intN=7 3168 P 3169 U PP "pH&R+Tgclocals593ae489609de60d38e4e3a883bff601Tgclocals0fdc448483283d9b4551bf3b023c1a96fprebuilts/go/linux-x86/src/cmd/internal/obj/util.go""".RegisterOpcodedH%H;a:Hp1H\$xH\$PH$H\$XH$H\$`H$H\$hHHH HHH9wYHHHHk HHl$PH+Hl$`HkHl$hHkHl$X=u HkHpLCL$Hl$H-H,$HT$HD$HL$H\$ HT$(HD$0HL$8HHD$@HHH HT$H=uHHH-H,$HT$HT$HHD$@$ 3178 "".aSpace"".aSpace "".aSpace"".aSpace6runtime.writeBarrierEnabled 3179 .runtime.writebarrierptrtype.[]"".opSet 3180 "runtime.growslice"".aSpace "".aSpace6runtime.writeBarrierEnabled"".aSpace"".aSpace 3181 .runtime.writebarrierptr 3182 0runtime.morestack_noctxt@"".autotmp_1322?type."".opSet"".Anamestype.[]string 3183 "".lotype.int$ &W'Tgclocalse785a8c92507b9310d8fdb511f36df31Tgclocals0a505ec66736deb2f34fa0d910d79932fprebuilts/go/linux-x86/src/cmd/internal/obj/util.go"".AconvdH%H;aHxH$1H$H$H}@HLHL9s#HHH+H$HkH$HxH=1H9HLHL9kHHHHH9YHpHHH9~JHH)HHHH@HkHHH9s#HHH+H$HkH$HxHH9oHT$81H\$PH\$XH\$PHHD$hHD$pH\$`HH$H\$8H\$HD$HL$HD$ H\$`HL$@HHD$H=uZHCHH$HD$H\$`H\$H\$hH\$H\$pH\$ HL$(HD$0H$H$HxLCL$HD$, 3189 t"".Anames"".Anames 3190 $runtime.panicindex"".aSpace"".aSpace"".aSpace 3191 $runtime.panicindextype.int 3192 runtime.convT2E6runtime.writeBarrierEnabled$go.string."A???%d" 3193 fmt.Sprintf 3194 .runtime.writebarrierptr 3195 $runtime.panicindex 3196 0runtime.morestack_noctxt0"".autotmp_1335o"type.interface {}"".autotmp_1334O(type.[1]interface {}"".autotmp_1331/&type.[]interface {}"".autotmp_1327type.int"".~r1type.string"".atype.int4X-2 1@$J p`1Tgclocals64e6abdf0268293babaa7bcc4e1e7821Tgclocals5ef976c2593056b9243adf402ae9d952fprebuilts/go/linux-x86/src/cmd/internal/obj/util.go"".Bool2int@6|$t 3202 HD$HD$ "".~r1type.int"".btype.bool 3204 3205 Tgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals33cdeccccebe80329f1fdbee7f5874cbfprebuilts/go/linux-x86/src/cmd/internal/obj/util.go."".(*LineHist).At.func1dH%H;avGHjHRHt4HMHELELD$HI9sILH]H9D$E 3208 3209 $runtime.panicindex 3210 "runtime.morestack "".~r1type.bool"".itype.int``? 3212 3213 JTgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals33cdeccccebe80329f1fdbee7f5874cbdprebuilts/go/linux-x86/src/cmd/internal/obj/obj.go"".initdH%H;avztum, 3216 $"".initdone<"".initdoneR 3217 "runtime.throwinitb"".initdonen 3218 log.initx 3219 math.init 3220 flag.init 3221 fmt.init 3222 os.init 3223 strconv.init 3224 strings.init 3225 (encoding/binary.init 3226 $path/filepath.init 3227 runtime.init 3228 bufio.init 3229 bytes.init 3230 io.init 3231 time.init 3232 "".init.1"".initdone 3233 0runtime.morestack_noctxt 3234 (xTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals33cdeccccebe80329f1fdbee7f5874cbrprebuilts/go/linux-x86/src/cmd/internal/obj/zbootstrap.go4type..hash.[1]interface {}dH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([ 3236 3237 (runtime.nilinterhash 3238 0runtime.morestack_noctxt0P 3239 "".autotmp_1344type.int"".autotmp_1343type.int"".~r2 type.uintptr"".htype.uintptr"".p*type.*[1]interface {}POP 3241 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbbprebuilts/go/linux-x86/src/cmd/internal/obj/ar.go0type..eq.[1]interface {}dH%H;aHX1HD$(Hl$(H9HD$0H\$hHHHHHHsH\$`HtvHHHHHSH9uVHD$8H$HT$@HT$HL$HHL$Ht$PHt$\$ t HD$0HHl$(H9nD$pHXD$pHXc 3244 3245 runtime.efaceeq 3246 0runtime.morestack_noctxt0"".autotmp_1348?"type.interface {}"".autotmp_1347"type.interface {}"".autotmp_1346_type.int"".autotmp_1345Otype.int"".~r2 type.bool"".q*type.*[1]interface {}"".p*type.*[1]interface {}& STgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440bprebuilts/go/linux-x86/src/cmd/internal/obj/ar.go$type..hash."".AutodH%H;avH H\$(H$H<$tbH\$0H\$HD$HD$H\$(H$H<$t,H$HD$0HD$HD$H\$H\$8H %%h 3250 n 3251 runtime.memhash 3252 runtime.memhash 3253 0runtime.morestack_noctxt0@"".~r2 type.uintptr"".htype.uintptr"".ptype.*"".Auto@h?@$ 3255 6jTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbbprebuilts/go/linux-x86/src/cmd/internal/obj/ar.go type..eq."".AutodH%H;aH H\$(H$H<$thH\$0H\$H|$tMHD$\$u 3257 D$8H Hl$(H]LD$0IhH9t 3258 D$8H D$8H %%^ 3259 3260 runtime.memequal 3261 0runtime.morestack_noctxt0@"".~r2 type.bool"".qtype.*"".Auto"".ptype.*"".Auto"@C?@ ?@ ?@* 3263 BnTgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocals33cdeccccebe80329f1fdbee7f5874cbbprebuilts/go/linux-x86/src/cmd/internal/obj/ar.go$type..hash."".AddrdH%H;a3H H\$(H$H<$H\$0H\$HD$HD$H\$(H$H<$H$HD$0HD$HD$HD$H\$(H$H<$H$HD$0HD$HD$HD$H\$(H$H<$tUH$0HD$0HD$HD$H\$(H$H<$t#H$@HD$0HD$H\$H\$8H %%%d%"% 3266 ~ 3267 runtime.memhash 3268 runtime.memhash 3269 runtime.memhash 3270 (runtime.nilinterhash 3271 (runtime.nilinterhash 3272 0runtime.morestack_noctxt0@"".~r2 type.uintptr"".htype.uintptr"".ptype.*"".Addr@?@@>Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbbprebuilts/go/linux-x86/src/cmd/internal/obj/ar.go type..eq."".AddrdH%H;aHHH\$PH$H<$H\$XH\$H|$HD$HT$PHL$X\$u 3277 D$`HHHZHiH9t 3278 D$`HHH$H<$LH$HL$H|$*HD$HD$\$u 3279 D$`HHH\$XHHK0Hs8H\$PHHC0HS8H9HD$(H$HT$0HT$HL$8HL$Ht$@Ht$\$ t}H\$XHtnHK@HsHH\$PHtWHC@HSHH9u@HD$(H$HT$0HT$HL$8HL$Ht$@Ht$\$ t 3280 D$`HHD$`HHD$`HH+ %%%J%( 3283 3284 runtime.memequal 3285 runtime.memequal 3286 runtime.efaceeq 3287 runtime.efaceeq 3288 0runtime.morestack_noctxt0"".autotmp_1355"type.interface {}"".autotmp_1354"type.interface {}"".autotmp_1353?"type.interface {}"".autotmp_1352"type.interface {}"".autotmp_1351type.bool"".~r2 type.bool"".qtype.*"".Addr"".ptype.*"".AddrVUL KJTgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440bprebuilts/go/linux-x86/src/cmd/internal/obj/ar.go,type..hash."".ProgInfodH%H;aH H\$(H$H<$H\$0H\$HD$HD$H\$(H$H<$tgH$HD$0HD$HD$HD$H\$(H$H<$t,H$HD$0HD$HD$H\$H\$8H %%%W" 3292 3293 ~ 3294 runtime.memhash 3295 runtime.memhash 3296 runtime.memhash 3297 0runtime.morestack_noctxt0@"".~r2 type.uintptr"".htype.uintptr"".p"type.*"".ProgInfo@?@*>Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbbprebuilts/go/linux-x86/src/cmd/internal/obj/ar.go(type..eq."".ProgInfoHL$HD$(9tD$HYHhH9tD$HYHhH9tD$HYHhH9tD$D$0"".~r2 type.bool"".q"type.*"".ProgInfo"".p"type.*"".ProgInfo```Tgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocals33cdeccccebe80329f1fdbee7f5874cbbprebuilts/go/linux-x86/src/cmd/internal/obj/ar.go$type..hash."".ProgdH%H;aH H\$(H$H<$H\$0H\$HD$HD$H\$(H$H<$MH$HD$0HD$HD$H\$(H$H<$H$`HD$0HD$HD$HD$H\$(H$H<$H$hHD$0HD$HD$H\$(H$H<$H$HD$0HD$HD$H\$(H$H<$tdH$HD$0HD$HD$8HD$H\$(H$H<$t&H$HD$0HD$H\$H\$8H %%%[%"%%%j5 3302 ~ 3303 runtime.memhash 3304 $type..hash."".Addr 3305 runtime.memhash 3306 $type..hash."".Addr 3307 (runtime.nilinterhash 3308 runtime.memhash 3309 ,type..hash."".ProgInfo 3310 0runtime.morestack_noctxt0@"".~r2 type.uintptr"".htype.uintptr"".ptype.*"".Prog@?@]>Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbbprebuilts/go/linux-x86/src/cmd/internal/obj/ar.go type..eq."".Prog dH%H;a'HHHL$PHD$XHH(H9t 3314 D$`HHHYHhH9t 3315 D$`HHHHH$HD$HD$PHL$X\$u 3317 D$`HHHX`Hi`H9t 3318 D$`HHHhHhH$HL$\$u 3319 D$`HHH\$XHbHHH\$PH>HHH9HD$(H$HT$0HT$HL$8HL$Ht$@Ht$\$ H\$PH$H<$H$H\$XH\$H|$HD$HD$8\$u 3320 D$`HHHL$PHt_HD$XHHtIH(9u1HYHhH9u$HYHhH9uHYHhH9u 3321 D$`HHD$`HH%[%1D$`HH 3323 3324 type..eq."".Addr 3325 type..eq."".Addr 3326 runtime.efaceeq 3327 runtime.memequal 3328 0runtime.morestack_noctxt0"".autotmp_1362?"type.interface {}"".autotmp_1361"type.interface {}"".autotmp_1360type.*"".Addr"".autotmp_1359type.*"".Addr"".~r2 type.bool"".qtype.*"".Prog"".ptype.*"".Progz3)[ )$^Tgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440bprebuilts/go/linux-x86/src/cmd/internal/obj/ar.go&type..hash."".RelocdH%H;aH H\$(H$H<$H\$0H\$HD$HD$H\$(H$H<$tgH$HD$0HD$HD$HD$H\$(H$H<$t,H$HD$0HD$HD$H\$H\$8H %%%W" 3332 3333 ~ 3334 runtime.memhash 3335 runtime.memhash 3336 runtime.memhash 3337 0runtime.morestack_noctxt0@"".~r2 type.uintptr"".htype.uintptr"".ptype.*"".Reloc@?@*>Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbbprebuilts/go/linux-x86/src/cmd/internal/obj/ar.go"type..eq."".RelocHL$HD$(9tD$Yh@8tD$Yh9tD$HYHhH9tD$HYHhH9tD$D$0"".~r2 type.bool"".qtype.*"".Reloc"".ptype.*"".RelocpppTgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocals33cdeccccebe80329f1fdbee7f5874cbbprebuilts/go/linux-x86/src/cmd/internal/obj/ar.go(type..hash."".SymVerdH%H;avvH H\$(H$H<$tYH\$0H\$HD$H\$(H$H<$t,H$HD$0HD$HD$H\$H\$8H %%q 3342 \ 3343 runtime.strhash 3344 runtime.memhash 3345 0runtime.morestack_noctxt0@"".~r2 type.uintptr"".htype.uintptr"".ptype.*"".SymVer@_?@ 3347 -cTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbbprebuilts/go/linux-x86/src/cmd/internal/obj/ar.go$type..eq."".SymVerdH%H;aHHH\$PHH3HKH\$XHtwHHCH9uaHt$8H4$HL$@HL$HT$(HT$HD$0HD$\$ t+Hl$PH]LD$XIhH9t 3349 D$`HHD$`HHD$`HHl< 3350 3351 runtime.eqstring 3352 0runtime.morestack_noctxt0 3353 "".autotmp_1366?type.string"".autotmp_1365type.string"".~r2 type.bool"".qtype.*"".SymVer"".ptype.*"".SymVer2 ! 3355 keTgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440bprebuilts/go/linux-x86/src/cmd/internal/obj/ar.go.type..hash.[8]"".SymVerdH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HkHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([ 3357 3358 (type..hash."".SymVer 3359 0runtime.morestack_noctxt0P 3360 "".autotmp_1368type.int"".autotmp_1367type.int"".~r2 type.uintptr"".htype.uintptr"".p$type.*[8]"".SymVerPOP 3362 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbbprebuilts/go/linux-x86/src/cmd/internal/obj/ar.go*type..eq.[8]"".SymVerdH%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 3364 3365 runtime.eqstring 3366 0runtime.morestack_noctxt0"".autotmp_1374?type.string"".autotmp_1373type.string"".autotmp_1372_type.*"".SymVer"".autotmp_1371Otype.*"".SymVer"".autotmp_1370type.int"".autotmp_1369otype.int"".~r2 type.bool"".q$type.*[8]"".SymVer"".p$type.*[8]"".SymVer&+Tgclocals51af24152615272c3d9efc8538f95767Tgclocals34eab47d33fa46b254c22cdccfd2dc77bprebuilts/go/linux-x86/src/cmd/internal/obj/ar.go.type..hash."".LineStackdH%H;a3H H\$(H$H<$H\$0H\$HD$HD$H\$(H$H<$H$HD$0HD$HD$H\$(H$H<$H$ HD$0HD$HD$H\$(H$H<$tgH$0HD$0HD$HD$ HD$H\$(H$H<$t,H$@HD$0HD$HD$H\$H\$8H %%%[%"% 3370 ~ 3371 runtime.memhash 3372 runtime.strhash 3373 runtime.strhash 3374 runtime.memhash 3375 runtime.memhash 3376 0runtime.morestack_noctxt0@"".~r2 type.uintptr"".htype.uintptr"".p$type.*"".LineStack@?@@>Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbbprebuilts/go/linux-x86/src/cmd/internal/obj/ar.go*type..eq."".LineStackdH%H;auHHHL$PHD$XHH(H9t 3380 D$`HHHYHhH9t 3381 D$`HHHqHIHPH@H9Ht$8H4$HL$@HL$HT$(HT$HD$0HD$\$ H\$PHHS HC(H\$XHHs HK(H9HT$(H$HD$0HD$Ht$8Ht$HL$@HL$HL$PHD$X\$ tOHY0Hh0H9t 3382 D$`HHY8h8@8t 3383 D$`HHHY@Hh@H9t 3384 D$`HHD$`HHD$`HHO1D$`HHn 3385 3386 runtime.eqstring 3387 runtime.eqstring 3388 0runtime.morestack_noctxt0"".autotmp_1378type.string"".autotmp_1377type.string"".autotmp_1376?type.string"".autotmp_1375type.string"".~r2 type.bool"".q$type.*"".LineStack"".p$type.*"".LineStackn Tgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440bprebuilts/go/linux-x86/src/cmd/internal/obj/ar.go4type..hash.[2]interface {}dH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([ 3391 3392 (runtime.nilinterhash 3393 0runtime.morestack_noctxt0P 3394 "".autotmp_1380type.int"".autotmp_1379type.int"".~r2 type.uintptr"".htype.uintptr"".p*type.*[2]interface {}POP 3396 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbbprebuilts/go/linux-x86/src/cmd/internal/obj/ar.go0type..eq.[2]interface {}dH%H;aHX1HD$(Hl$(H9HD$0H\$hHHHHHHsH\$`HtvHHHHHSH9uVHD$8H$HT$@HT$HL$HHL$Ht$PHt$\$ t HD$0HHl$(H9nD$pHXD$pHXc 3399 3400 runtime.efaceeq 3401 0runtime.morestack_noctxt0"".autotmp_1384?"type.interface {}"".autotmp_1383"type.interface {}"".autotmp_1382_type.int"".autotmp_1381Otype.int"".~r2 type.bool"".q*type.*[2]interface {}"".p*type.*[2]interface {}& STgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440bprebuilts/go/linux-x86/src/cmd/internal/obj/ar.go"".(*fn0).SetdH%H;aH0HY Ht H|$8H9;uH#1H\$PH\$XH\$81H9uEHH$HD$HH\$HD$HH\$ HD$(H\$8H+H,$H\$@H\$H\$HH\$HL$HD$ HL$PHD$XH0. 3407 go.string."obj"go.string."fn0"go.string."Set" 3408 "runtime.panicwrap 3409 "".fn0.Set 3410 0runtime.morestack_noctxtP`"".~r10type.error"".stype.string""..thistype.*"".fn0`_`]Tgclocals1347047f6245a35b91e9a4f213167d52Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>"".(*fn0).GetdH%H;aH0HY Ht H|$8H9;uH#1H\$81H9uEHH$HD$HH\$HD$HH\$ HD$(H\$8H+11HD$@HD$HH0[ 3417 |go.string."obj"go.string."fn0"go.string."Get" 3418 "runtime.panicwrap 3419 0runtime.morestack_noctxt0`"".~r0"type.interface {}""..thistype.*"".fn0`_` 3421 y7Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated> "".(*fn0).StringdH%H;aH0HY Ht H|$8H9;uH#1H\$81H9uEHH$HD$HH\$HD$HH\$ HD$(H\$8H+11HD$@HD$HH0[ 3426 |go.string."obj"go.string."fn0"$go.string."String" 3427 "runtime.panicwrap 3428 0runtime.morestack_noctxt0`"".~r0type.string""..thistype.*"".fn0`_` 3430 y7Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>("".(*fn0).IsBoolFlagdH%H;aH0HY Ht H|$8H9;uH#H\$81H9uEHH$HD$HH\$HD$HH\$ HD$( 3433 H\$8H+HD$@H0` 3436 xgo.string."obj"go.string."fn0",go.string."IsBoolFlag" 3437 "runtime.panicwrap 3438 0runtime.morestack_noctxt `"".~r0type.bool""..thistype.*"".fn0`~_` 3440 3441 3442 w)Tgclocals3f5c1f818fa7055d0400cecd34057162Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>"".(*fn1).SetdH%H;aH0HY Ht H|$8H9;uH#1H\$PH\$XH\$81H9uEHH$HD$HH\$HD$HH\$ HD$(H\$8H+H,$H\$@H\$H\$HH\$HL$HD$ HL$PHD$XH0. 3446 go.string."obj"go.string."fn1"go.string."Set" 3447 "runtime.panicwrap 3448 "".fn1.Set 3449 0runtime.morestack_noctxtP`"".~r10type.error"".stype.string""..thistype.*"".fn1`_`]Tgclocals1347047f6245a35b91e9a4f213167d52Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated> "".(*fn1).StringdH%H;aH0HY Ht H|$8H9;uH#1H\$81H9uEHH$HD$HH\$HD$HH\$ HD$(H\$8H+11HD$@HD$HH0[ 3457 |go.string."obj"go.string."fn1"$go.string."String" 3458 "runtime.panicwrap 3459 0runtime.morestack_noctxt0`"".~r0type.string""..thistype.*"".fn1`_` 3461 y7Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>(type..hash.[2]stringdH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([ 3463 3464 runtime.strhash 3465 0runtime.morestack_noctxt0P 3466 "".autotmp_1388type.int"".autotmp_1387type.int"".~r2 type.uintptr"".htype.uintptr"".ptype.*[2]stringPOP 3468 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbbprebuilts/go/linux-x86/src/cmd/internal/obj/ar.go$type..eq.[2]stringdH%H;aHX1HD$(Hl$(H9HD$0H\$`HHHHH3HKH\$hHtvHHHHHCH9uVHt$HH4$HL$PHL$HT$8HT$HD$@HD$\$ t HD$0HHl$(H9nD$pHXD$pHXc 3470 3471 runtime.eqstring 3472 0runtime.morestack_noctxt0"".autotmp_1392?type.string"".autotmp_1391type.string"".autotmp_1390_type.int"".autotmp_1389Otype.int"".~r2 type.bool"".qtype.*[2]string"".ptype.*[2]string& STgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440bprebuilts/go/linux-x86/src/cmd/internal/obj/ar.go4type..hash.[5]interface {}dH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([ 3476 3477 (runtime.nilinterhash 3478 0runtime.morestack_noctxt0P 3479 "".autotmp_1394type.int"".autotmp_1393type.int"".~r2 type.uintptr"".htype.uintptr"".p*type.*[5]interface {}POP 3481 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbbprebuilts/go/linux-x86/src/cmd/internal/obj/ar.go0type..eq.[5]interface {}dH%H;aHX1HD$(Hl$(H9HD$0H\$hHHHHHHsH\$`HtvHHHHHSH9uVHD$8H$HT$@HT$HL$HHL$Ht$PHt$\$ t HD$0HHl$(H9nD$pHXD$pHXc 3484 3485 runtime.efaceeq 3486 0runtime.morestack_noctxt0"".autotmp_1398?"type.interface {}"".autotmp_1397"type.interface {}"".autotmp_1396_type.int"".autotmp_1395Otype.int"".~r2 type.bool"".q*type.*[5]interface {}"".p*type.*[5]interface {}& STgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440bprebuilts/go/linux-x86/src/cmd/internal/obj/ar.go4type..hash.[3]interface {}dH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([ 3490 3491 (runtime.nilinterhash 3492 0runtime.morestack_noctxt0P 3493 "".autotmp_1400type.int"".autotmp_1399type.int"".~r2 type.uintptr"".htype.uintptr"".p*type.*[3]interface {}POP 3495 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbbprebuilts/go/linux-x86/src/cmd/internal/obj/ar.go0type..eq.[3]interface {}dH%H;aHX1HD$(Hl$(H9HD$0H\$hHHHHHHsH\$`HtvHHHHHSH9uVHD$8H$HT$@HT$HL$HHL$Ht$PHt$\$ t HD$0HHl$(H9nD$pHXD$pHXc 3498 3499 runtime.efaceeq 3500 0runtime.morestack_noctxt0"".autotmp_1404?"type.interface {}"".autotmp_1403"type.interface {}"".autotmp_1402_type.int"".autotmp_1401Otype.int"".~r2 type.bool"".q*type.*[3]interface {}"".p*type.*[3]interface {}& STgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440bprebuilts/go/linux-x86/src/cmd/internal/obj/ar.go4type..hash.[4]interface {}dH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([ 3504 3505 (runtime.nilinterhash 3506 0runtime.morestack_noctxt0P 3507 "".autotmp_1406type.int"".autotmp_1405type.int"".~r2 type.uintptr"".htype.uintptr"".p*type.*[4]interface {}POP 3509 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbbprebuilts/go/linux-x86/src/cmd/internal/obj/ar.go0type..eq.[4]interface {}dH%H;aHX1HD$(Hl$(H9HD$0H\$hHHHHHHsH\$`HtvHHHHHSH9uVHD$8H$HT$@HT$HL$HHL$Ht$PHt$\$ t HD$0HHl$(H9nD$pHXD$pHXc 3512 3513 runtime.efaceeq 3514 0runtime.morestack_noctxt0"".autotmp_1410?"type.interface {}"".autotmp_1409"type.interface {}"".autotmp_1408_type.int"".autotmp_1407Otype.int"".~r2 type.bool"".q*type.*[4]interface {}"".p*type.*[4]interface {}& STgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440bprebuilts/go/linux-x86/src/cmd/internal/obj/ar.goVtype..hash.struct { name string; val *int }dH%H;avvH H\$(H$H<$tYH\$0H\$HD$H\$(H$H<$t,H$HD$0HD$HD$H\$H\$8H %%q 3518 \ 3519 runtime.strhash 3520 runtime.memhash 3521 0runtime.morestack_noctxt0@"".~r2 type.uintptr"".htype.uintptr"".pLtype.*struct { name string; val *int }@_?@ 3523 -cTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbbprebuilts/go/linux-x86/src/cmd/internal/obj/ar.goRtype..eq.struct { name string; val *int }dH%H;aHHH\$PHH3HKH\$XHtwHHCH9uaHt$8H4$HL$@HL$HT$(HT$HD$0HD$\$ t+Hl$PH]LD$XIhH9t 3525 D$`HHD$`HHD$`HHl< 3526 3527 runtime.eqstring 3528 0runtime.morestack_noctxt0 3529 "".autotmp_1412?type.string"".autotmp_1411type.string"".~r2 type.bool"".qLtype.*struct { name string; val *int }"".pLtype.*struct { name string; val *int }2 ! 3531 keTgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440bprebuilts/go/linux-x86/src/cmd/internal/obj/ar.goTtype..hash.struct { name string; val int }dH%H;avvH H\$(H$H<$tYH\$0H\$HD$H\$(H$H<$t,H$HD$0HD$HD$H\$H\$8H %%q 3533 \ 3534 runtime.strhash 3535 runtime.memhash 3536 0runtime.morestack_noctxt0@"".~r2 type.uintptr"".htype.uintptr"".pJtype.*struct { name string; val int }@_?@ 3538 -cTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbbprebuilts/go/linux-x86/src/cmd/internal/obj/ar.goPtype..eq.struct { name string; val int }dH%H;aHHH\$PHH3HKH\$XHtwHHCH9uaHt$8H4$HL$@HL$HT$(HT$HD$0HD$\$ t+Hl$PH]LD$XIhH9t 3540 D$`HHD$`HHD$`HHl< 3541 3542 runtime.eqstring 3543 0runtime.morestack_noctxt0 3544 "".autotmp_1414?type.string"".autotmp_1413type.string"".~r2 type.bool"".qJtype.*struct { name string; val int }"".pJtype.*struct { name string; val int }2 ! 3546 keTgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440bprebuilts/go/linux-x86/src/cmd/internal/obj/ar.go\type..hash.[2]struct { name string; val *int }dH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HkHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([ 3548 3549 Vtype..hash.struct { name string; val *int } 3550 0runtime.morestack_noctxt0P 3551 "".autotmp_1416type.int"".autotmp_1415type.int"".~r2 type.uintptr"".htype.uintptr"".pRtype.*[2]struct { name string; val *int }POP 3553 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbbprebuilts/go/linux-x86/src/cmd/internal/obj/ar.goXtype..eq.[2]struct { name string; val *int }dH%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 3555 3556 runtime.eqstring 3557 0runtime.morestack_noctxt0"".autotmp_1422?type.string"".autotmp_1421type.string"".autotmp_1420_Ltype.*struct { name string; val *int }"".autotmp_1419OLtype.*struct { name string; val *int }"".autotmp_1418type.int"".autotmp_1417otype.int"".~r2 type.bool"".qRtype.*[2]struct { name string; val *int }"".pRtype.*[2]struct { name string; val *int }&+Tgclocals51af24152615272c3d9efc8538f95767Tgclocals34eab47d33fa46b254c22cdccfd2dc77bprebuilts/go/linux-x86/src/cmd/internal/obj/ar.go\type..hash.[13]struct { name string; val int }dH%H;aH(HL$81HD$ Hl$H9}\HD$ HHHHckRHHH\$0Ht;HkHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([ 3562 3563 Ttype..hash.struct { name string; val int } 3564 0runtime.morestack_noctxt0P 3565 "".autotmp_1424type.int"".autotmp_1423type.int"".~r2 type.uintptr"".htype.uintptr"".pRtype.*[13]struct { name string; val int }POP 3567 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbbprebuilts/go/linux-x86/src/cmd/internal/obj/ar.goXtype..eq.[13]struct { name string; val int }dH%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 3570 3571 runtime.eqstring 3572 0runtime.morestack_noctxt0"".autotmp_1430?type.string"".autotmp_1429type.string"".autotmp_1428_Jtype.*struct { name string; val int }"".autotmp_1427OJtype.*struct { name string; val int }"".autotmp_1426type.int"".autotmp_1425otype.int"".~r2 type.bool"".qRtype.*[13]struct { name string; val int }"".pRtype.*[13]struct { name string; val int }&+Tgclocals51af24152615272c3d9efc8538f95767Tgclocals34eab47d33fa46b254c22cdccfd2dc77bprebuilts/go/linux-x86/src/cmd/internal/obj/ar.go*type..hash.[16]stringdH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([ 3576 3577 runtime.strhash 3578 0runtime.morestack_noctxt0P 3579 "".autotmp_1432type.int"".autotmp_1431type.int"".~r2 type.uintptr"".htype.uintptr"".p type.*[16]stringPOP 3581 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbbprebuilts/go/linux-x86/src/cmd/internal/obj/ar.go&type..eq.[16]stringdH%H;aHX1HD$(Hl$(H9HD$0H\$`HHHHH3HKH\$hHtvHHHHHCH9uVHt$HH4$HL$PHL$HT$8HT$HD$@HD$\$ t HD$0HHl$(H9nD$pHXD$pHXc 3583 3584 runtime.eqstring 3585 0runtime.morestack_noctxt0"".autotmp_1436?type.string"".autotmp_1435type.string"".autotmp_1434_type.int"".autotmp_1433Otype.int"".~r2 type.bool"".q type.*[16]string"".p type.*[16]string& STgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440bprebuilts/go/linux-x86/src/cmd/internal/obj/ar.go*type..hash.[19]stringdH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([ 3589 3590 runtime.strhash 3591 0runtime.morestack_noctxt0P 3592 "".autotmp_1438type.int"".autotmp_1437type.int"".~r2 type.uintptr"".htype.uintptr"".p type.*[19]stringPOP 3594 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbbprebuilts/go/linux-x86/src/cmd/internal/obj/ar.go&type..eq.[19]stringdH%H;aHX1HD$(Hl$(H9HD$0H\$`HHHHH3HKH\$hHtvHHHHHCH9uVHt$HH4$HL$PHL$HT$8HT$HD$@HD$\$ t HD$0HHl$(H9nD$pHXD$pHXc 3596 3597 runtime.eqstring 3598 0runtime.morestack_noctxt0"".autotmp_1442?type.string"".autotmp_1441type.string"".autotmp_1440_type.int"".autotmp_1439Otype.int"".~r2 type.bool"".q type.*[19]string"".p type.*[19]string& STgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440bprebuilts/go/linux-x86/src/cmd/internal/obj/ar.go(type..hash."".ar_hdrdH%H;aHH\$ H$H<$fH\$(H\$HD$H\$ H$H<$2H$HD$(HD$HD$H\$ H$H<$H$ HD$(HD$HD$H\$ H$H<$H$0HD$(HD$HD$H\$ H$H<$H$@HD$(HD$HD$H\$ H$H<$tUH$PHD$(HD$HD$H\$ H$H<$t#H$`HD$(HD$H\$H\$0H%%%m%4%%%Y 3602 l 3603 runtime.strhash 3604 runtime.strhash 3605 runtime.strhash 3606 runtime.strhash 3607 runtime.strhash 3608 runtime.strhash 3609 runtime.strhash 3610 0runtime.morestack_noctxt00"".~r2 type.uintptr"".htype.uintptr"".ptype.*"".ar_hdr0/0a5Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbbprebuilts/go/linux-x86/src/cmd/internal/obj/ar.go$type..eq."".ar_hdrdH%H;aHHH\$PHH3HKH\$XHzHHCH9`Ht$8H4$HL$@HL$HT$(HT$HD$0HD$\$ &H\$PHHSHCH\$XHHsHKH9HT$(H$HD$0HD$Ht$8Ht$HL$@HL$\$ H\$PHHs HK(H\$XHiHS HC(H9NHt$8H4$HL$@HL$HT$(HT$HD$0HD$\$ H\$PHHS0HC8H\$XHHs0HK8H9HT$(H$HD$0HD$Ht$8Ht$HL$@HL$\$ H\$PHuHs@HKHH\$XHWHS@HCHH9<Ht$8H4$HL$@HL$HT$(HT$HD$0HD$\$ H\$PHHSPHCXH\$XHHsPHKXH9HT$(H$HD$0HD$Ht$8Ht$HL$@HL$\$ t}H\$PHtnHs`HKhH\$XHtWHS`HChH9u@Ht$8H4$HL$@HL$HT$(HT$HD$0HD$\$ t 3614 D$`HHD$`HHD$`HH+ D$`HHD$`HHD$`HHrD$`HHD$`HHb2 3616 3617 runtime.eqstring 3618 runtime.eqstring 3619 runtime.eqstring 3620 runtime.eqstring 3621 runtime.eqstring 3622 3623 runtime.eqstring 3625 runtime.eqstring 3626 0runtime.morestack_noctxt0""".autotmp_1456type.string"".autotmp_1455type.string"".autotmp_1454type.string"".autotmp_1453type.string"".autotmp_1452type.string"".autotmp_1451type.string"".autotmp_1450type.string"".autotmp_1449type.string"".autotmp_1448type.string"".autotmp_1447type.string"".autotmp_1446type.string"".autotmp_1445type.string"".autotmp_1444?type.string"".autotmp_1443type.string"".~r2 type.bool"".qtype.*"".ar_hdr"".ptype.*"".ar_hdrn sTgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440bprebuilts/go/linux-x86/src/cmd/internal/obj/ar.goLgo.string.hdr."%s: mangled input file" Dgo.string."%s: mangled input file"Dgo.string."%s: mangled input file"0.%s: mangled input fileTgclocalse686e33109a1bc2792301626c7b401c5(( \Tgclocalsf7309186bf9eeb0f8ece2eb16f2dc110((Pgo.string.hdr."Symgrow size %d too long" Hgo.string."Symgrow size %d too long"Hgo.string."Symgrow size %d too long"@2Symgrow size %d too longTgclocals24f25b3e38e125f83d0c91ba1e3813f8(( Tgclocals9c91d8a91ac42440a3d1507bc8d2e808((ngo.string.hdr."data out of order (already have %d)\n%v" &fgo.string."data out of order (already have %d)\n%v"fgo.string."data out of order (already have %d)\n%v"PNdata out of order (already have %d) 3631 %v8go.string.hdr."bad data: %v" 0go.string."bad data: %v"0go.string."bad data: %v" bad data: %vtgo.string.hdr."unexpected %d-byte floating point constant" *lgo.string."unexpected %d-byte floating point constant"lgo.string."unexpected %d-byte floating point constant"`Vunexpected %d-byte floating point constantfgo.string.hdr."unexpected %d-byte integer constant" #^go.string."unexpected %d-byte integer constant"^go.string."unexpected %d-byte integer constant"PHunexpected %d-byte integer constantTgclocals3bde452c0275911ef0b277594db557f4`` 3633 Tgclocals1eccd0be72d6f4fd9e76ca7b90e8190f`` 3634 Tgclocalsba46f50bace1bf64868a9d607a9c8208((Tgclocalsf7309186bf9eeb0f8ece2eb16f2dc110((Tgclocals12fc1489b12fcdedb8fc818b7369b5d9Tgclocalsd98f60bd8519d0c68364b2a1d83af357Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals1347047f6245a35b91e9a4f213167d52Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0ebb2d1da58c1b4224bf5a7b370d7578Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0ebb2d1da58c1b4224bf5a7b370d7578Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0ebb2d1da58c1b4224bf5a7b370d7578Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0ebb2d1da58c1b4224bf5a7b370d7578Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals1347047f6245a35b91e9a4f213167d52Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals1347047f6245a35b91e9a4f213167d52Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals1347047f6245a35b91e9a4f213167d52Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals1347047f6245a35b91e9a4f213167d52Tgclocalsfd97ab90d969c0f5a36dc74155a9f01688 3635 Tgclocalsbc05014660a17ce4355c4e828da3d33588Tgclocalsfd97ab90d969c0f5a36dc74155a9f01688 3636 Tgclocalsbc05014660a17ce4355c4e828da3d33588Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocalse5d5edcf53e2c122038779d75a487a60Tgclocalsfd97ab90d969c0f5a36dc74155a9f01688 3637 Tgclocalsb9866e060437872c24f5c651ff0db0a688Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocalsb0ceb230510ee8cb80caa5a2e5dbb4bcTgclocalsfd97ab90d969c0f5a36dc74155a9f01688 3644 Tgclocals3c6880aeaad1c45dd22473e00a52da5c88Tgclocalsfd97ab90d969c0f5a36dc74155a9f01688 3645 Tgclocalsbc05014660a17ce4355c4e828da3d33588(go.string.hdr."flag" go.string."flag" go.string."flag" 3646 flagTgclocalsd8fdd2a55187867c76648dc792366181 Tgclocals82d5910a1e150f71c12d942336897df5 08go.itab.*"".count.flag.ValueTgclocals2c033e7f4f4a74cc7e9f368d1fec9f60 Tgclocals82d5910a1e150f71c12d942336897df5 0Bgo.itab.*"".int32Value.flag.ValueTgclocals2c033e7f4f4a74cc7e9f368d1fec9f60 Tgclocals82d5910a1e150f71c12d942336897df5 Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocalsf509ece0c6176f9271cccd6d38dc9813Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocalsf509ece0c6176f9271cccd6d38dc981302go.itab."".fn0.flag.ValueTgclocals2c033e7f4f4a74cc7e9f368d1fec9f60 Tgclocals82d5910a1e150f71c12d942336897df5 02go.itab."".fn1.flag.ValueTgclocals2c033e7f4f4a74cc7e9f368d1fec9f60 Tgclocals82d5910a1e150f71c12d942336897df5 04go.itab.*os.File.io.WriterTgclocalsfad3647538fe088c3f63d28bb4a0e2d7 Tgclocals6772f59c44c18e46c82de1ae01e9ed47 Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals87d20ce1b58390b294df80b886db78bfTgclocals5ef976c2593056b9243adf402ae9d952((Tgclocalscb395d89503762333b1bfb09ba74eb12(((go.string.hdr."true" go.string."true" go.string."true" 3648 true*go.string.hdr."false" "go.string."false""go.string."false"false@go.string.hdr."invalid count %q" 8go.string."invalid count %q"8go.string."invalid count %q"0"invalid count %qTgclocals75073ae924017e1fecd2ba7028b4905b00 @00Tgclocalse305bb77d4e256fc23850a54ea31a3dd00Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals3f5c1f818fa7055d0400cecd34057162Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocalsa12acc10a3dec084236002ef5ea41718Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals1347047f6245a35b91e9a4f213167d52Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals5ef976c2593056b9243adf402ae9d952((Tgclocalscb395d89503762333b1bfb09ba74eb12((Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals1347047f6245a35b91e9a4f213167d52Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals3f5c1f818fa7055d0400cecd34057162Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals1347047f6245a35b91e9a4f213167d52Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Ngo.string.hdr."unknown experiment %s\n" Fgo.string."unknown experiment %s\n"Fgo.string."unknown experiment %s\n"0.unknown experiment %s 3652 Tgclocals8545b58c4b9f8106c0385c0a009a5f6300LLTgclocalsa8402fb913afde093f7818dc5c2d5fd900"go.string.hdr."," go.string.","go.string.",",Tgclocals57020178141ca060aca86085906195cd Tgclocals69c1753bd5f81501d95132d08af04464Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals87d20ce1b58390b294df80b886db78bfTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals87d20ce1b58390b294df80b886db78bf"go.string.hdr."X" go.string."X"go.string."X"X*go.string.hdr.",none" "go.string.",none""go.string.",none",none$go.string.hdr."X:" go.string."X:"go.string."X:"X:Tgclocals83ead081cd909acab0dcd88a450c1878 Tgclocalsc55cf99de9cdd8c8202a466952fa1a45 Tgclocalsb597b337c9fdfbc242ac76dbebba51fd ?Tgclocals51fa0e13d53d6bad7f86670d3edaeac6 Tgclocals636e7937a2cf524176bebf8c5ea7fe3700Tgclocals42e7756549fd1f1e78e70fcb9f08dd2b00Tgclocals636e7937a2cf524176bebf8c5ea7fe3700Tgclocals42e7756549fd1f1e78e70fcb9f08dd2b00Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals3f5c1f818fa7055d0400cecd34057162Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals3f5c1f818fa7055d0400cecd34057162Tgclocals0c8aa8e80191a30eac23f1a218103f16 Tgclocals32bd5c6dc84e3e86dd35593b3922d3aa Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals96485ee7e2c44857d9f9d1a8d7f56b3c((Tgclocalsfa8a6460e9256cbcb89740e24a72d141(("go.string.hdr."/" go.string."/"go.string."/"/"go.string.hdr."<" go.string."<"go.string."<"<$go.string.hdr."??" go.string."??"go.string."??"??Tgclocalsa63dafd260046e60bbd4e58861f3d2a200@(()Tgclocalse9cc1e3ee2257b90864bd391efacf3e100Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals1c5a071f4ad97fe89533b360c694a573Tgclocals48faa0b4a78e794fbd5b117cdb673601@@DHTgclocals0c5ce5e90fbeacc378daa37f0f3a8db3@@Tgclocals813b5cc2deb009331f5a98dd94de33c4HH Tgclocals6bcc1c2d3e07875a166cf982516cd1edHHTgclocals49082dce1a8ea457ee781e1af9d1c5c6HH 3658 3659 Tgclocals9f8f371c8ff12d8f935568fd4bad0d06HHTgclocals0c8aa8e80191a30eac23f1a218103f16 Tgclocals51af24152615272c3d9efc8538f95767 Tgclocalsbcdfbcd04eb70526d9504e97d9ef703d Tgclocals41a13ac73c712c01973b8fe23f62d694 Jgo.string.hdr."<unknown line number>" Bgo.string."<unknown line number>"Bgo.string."<unknown line number>"0,<unknown line number>*go.string.hdr."%s:%d" "go.string."%s:%d""go.string."%s:%d"%s:%d.go.string.hdr."[%s:%d]" &go.string."[%s:%d]"&go.string."[%s:%d]"[%s:%d],go.string.hdr." %s:%d" $go.string." %s:%d"$go.string." %s:%d" %s:%dTgclocalsa7ee70365168366efdcf87dfeebe1d7a@@<<???Tgclocals1ae62cce473f17806b5677919601c86f@@Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals89fe65749ce0afc971c0982226501ff0Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals89fe65749ce0afc971c0982226501ff0Tgclocals5246bfb1ebbd62ce202becf41dd2e500`` 3661 I#$Tgclocalsc1799ce52240e76c79fb3b56f975e37b`` 3662 &go.string.hdr."%s " go.string."%s "go.string."%s "%s Tgclocalse686e33109a1bc2792301626c7b401c5(( \Tgclocalsf7309186bf9eeb0f8ece2eb16f2dc110((08go.itab.*"".Biobuf.io.Writer2go.string.hdr."obj: %v\n" *go.string."obj: %v\n"*go.string."obj: %v\n" obj: %v 3673 <go.string.hdr."duplicate %v\n" 4go.string."duplicate %v\n"4go.string."duplicate %v\n" duplicate %v 3675 ^go.string.hdr."symbol %s listed multiple times" Vgo.string."symbol %s listed multiple times"Vgo.string."symbol %s listed multiple times"@@symbol %s listed multiple times.go.string.hdr."<input>" &go.string."<input>"&go.string."<input>"<input>Jgo.string.hdr."duplicate TEXT for %s" Bgo.string."duplicate TEXT for %s"Bgo.string."duplicate TEXT for %s"0,duplicate TEXT for %s@go.string.hdr."go_args_stackmap" 8go.string."go_args_stackmap"8go.string."go_args_stackmap"0"go_args_stackmapgo.string.hdr."FUNCDATA use of go_args_stackmap(SB) without FUNCDATA_ArgsPointerMaps" Ego.string."FUNCDATA use of go_args_stackmap(SB) without FUNCDATA_ArgsPointerMaps"go.string."FUNCDATA use of go_args_stackmap(SB) without FUNCDATA_ArgsPointerMaps"FUNCDATA use of go_args_stackmap(SB) without FUNCDATA_ArgsPointerMaps@go.string.hdr."%s.args_stackmap" 8go.string."%s.args_stackmap"8go.string."%s.args_stackmap"0"%s.args_stackmap*go.string.hdr."\"\"." "go.string."\"\".""go.string."\"\".""".,go.string.hdr."go13ld" $go.string."go13ld"$go.string."go13ld"go13ldTgclocals05256677005b8d2d33ed4854e682b8ae%EV! ! @ @ A A!@@Tgclocals7c74c23b2dc13ff8d68d623b3ea399fb%*go.string.hdr."v=%d " "go.string."v=%d ""go.string."v=%d "v=%d *go.string.hdr."t=%d " "go.string."t=%d ""go.string."t=%d "t=%d ,go.string.hdr."dupok " $go.string."dupok "$go.string."dupok "dupok ,go.string.hdr."cfunc " $go.string."cfunc "$go.string."cfunc "cfunc 0go.string.hdr."nosplit " (go.string."nosplit "(go.string."nosplit " nosplit @go.string.hdr."size=%d value=%d" 8go.string."size=%d value=%d"8go.string."size=%d value=%d"0"size=%d value=%dHgo.string.hdr." args=%#x locals=%#x" @go.string." args=%#x locals=%#x"@go.string." args=%#x locals=%#x"0* args=%#x locals=%#x*go.string.hdr." leaf" "go.string." leaf""go.string." leaf" leaf$go.string.hdr."\n" go.string."\n"go.string."\n" 3679 8go.string.hdr."\t%#04x %v\n" 3680 0go.string."\t%#04x %v\n"0go.string."\t%#04x %v\n" %#04x %v 3681 .go.string.hdr."\t%#04x" &go.string."\t%#04x"&go.string."\t%#04x" %#04x*go.string.hdr." %02x" "go.string." %02x""go.string." %02x" %02x&go.string.hdr." " go.string." "go.string." " $go.string.hdr." " go.string." "go.string." " $go.string.hdr."%c" go.string."%c"go.string."%c"%c"go.string.hdr."." go.string."."go.string.".".Pgo.string.hdr."\trel %d+%d t=%d %s+%x\n" Hgo.string."\trel %d+%d t=%d %s+%x\n"Hgo.string."\trel %d+%d t=%d %s+%x\n"0. rel %d+%d t=%d %s+%x 3683 Pgo.string.hdr."\trel %d+%d t=%d %s+%d\n" Hgo.string."\trel %d+%d t=%d %s+%d\n"Hgo.string."\trel %d+%d t=%d %s+%d\n"0. rel %d+%d t=%d %s+%d 3684 dgo.string.hdr."%s: invalid local variable type %d" "\go.string."%s: invalid local variable type %d"\go.string."%s: invalid local variable type %d"PF%s: invalid local variable type %dTgclocalsb62fc4b1081eb5cfec5cad9a9a65e211Q(8@@Tgclocals256871728bb0afb4a19d311fe4e6db9bTgclocals709a14768fab2805a378215c02f0d27fTgclocals3f5c1f818fa7055d0400cecd34057162Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocalse5d5edcf53e2c122038779d75a487a60Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0ebb2d1da58c1b4224bf5a7b370d7578Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals5c5a9f3dff47a8940bdc317b9324ac2aTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals2a1dd1e1e59d0a384c26951e316cd7e6Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals3bb21ca8fe1d99a3e492463bd711418ago.string.hdr."argument is TYPE_CONST, should be TYPE_ADDR, in %v" 2|go.string."argument is TYPE_CONST, should be TYPE_ADDR, in %v"|go.string."argument is TYPE_CONST, should be TYPE_ADDR, in %v"pfargument is TYPE_CONST, should be TYPE_ADDR, in %vgo.string.hdr."argument is TYPE_ADDR, should be TYPE_CONST, in %v" 2|go.string."argument is TYPE_ADDR, should be TYPE_CONST, in %v"|go.string."argument is TYPE_ADDR, should be TYPE_CONST, in %v"pfargument is TYPE_ADDR, should be TYPE_CONST, in %v`go.string.hdr."invalid encoding for argument %v" Xgo.string."invalid encoding for argument %v"Xgo.string."invalid encoding for argument %v"PBinvalid encoding for argument %vTgclocals1a411f3c63735999eea53544c7f71849((Tgclocals2027b6cfe4f64a74d7b688d238add74a((*go.string.hdr."<nil>" "go.string."<nil>""go.string."<nil>"<nil>dgo.string.hdr."branch out of range (%#x)\n%v [%s]" !\go.string."branch out of range (%#x)\n%v [%s]"\go.string."branch out of range (%#x)\n%v [%s]"PDbranch out of range (%#x) 3686 %v [%s]Tgclocalsa35d2cbccff5ca0dae236bd72128cf9cPP Tgclocalscebf12d22eea72c192e5960fe2f61bf0PPTgclocals0c8aa8e80191a30eac23f1a218103f16 Tgclocals51af24152615272c3d9efc8538f95767 Vgo.string.hdr."funcpctab %s [valfunc=%s]\n" Ngo.string."funcpctab %s [valfunc=%s]\n"Ngo.string."funcpctab %s [valfunc=%s]\n"@6funcpctab %s [valfunc=%s] 3690 8go.string.hdr."%6x %6d %v\n" 0go.string."%6x %6d %v\n"0go.string."%6x %6d %v\n" %6x %6d %v 3692 8go.string.hdr."%6x %6s %v\n" 0go.string."%6x %6s %v\n"0go.string."%6x %6s %v\n" %6x %6s %v 3694 4go.string.hdr."%6x done\n" ,go.string."%6x done\n",go.string."%6x done\n" %6x done 3695 Lgo.string.hdr."wrote %d bytes to %p\n" Dgo.string."wrote %d bytes to %p\n"Dgo.string."wrote %d bytes to %p\n"0,wrote %d bytes to %p 3696 Tgclocalsf3fa8c32907a76ed56f9a22e076ef6a84Tgclocalsc1d4d8fe7c5e841ffe458b4f53455f75Tgclocals3f4cf126cfcf28a47eb5f6e8e24a248300Tgclocals997226b3dd4b18ddc2da791d01c34aea00kkkk^go.string.hdr."overflow in spadj: %d + %d = %d" Vgo.string."overflow in spadj: %d + %d = %d"Vgo.string."overflow in spadj: %d + %d = %d"@@overflow in spadj: %d + %d = %d0go.string.hdr."bad code" (go.string."bad code"(go.string."bad code" bad codeTgclocalse8ee48bb5f3220f130a300717899008f Tgclocals2c8f1b2bfd4a9fc383a2c259379e42b8 kkdgo.string.hdr."overflow in PCDATA instruction: %v" "\go.string."overflow in PCDATA instruction: %v"\go.string."overflow in PCDATA instruction: %v"PFoverflow in PCDATA instruction: %vTgclocals1a411f3c63735999eea53544c7f71849((Tgclocals95262083a4a337a8a2733cc89e69bc31((kkk2go.string.hdr."pctospadj" *go.string."pctospadj"*go.string."pctospadj" pctospadj0go.string.hdr."pctofile" (go.string."pctofile"(go.string."pctofile" pctofile0go.string.hdr."pctoline" (go.string."pctoline"(go.string."pctoline" pctolinejgo.string.hdr."multiple definitions for FUNCDATA $%d" %bgo.string."multiple definitions for FUNCDATA $%d"bgo.string."multiple definitions for FUNCDATA $%d"PLmultiple definitions for FUNCDATA $%d4go.string.hdr."pctopcdata" 3697 ,go.string."pctopcdata",go.string."pctopcdata" pctopcdataTgclocals6c4754567bc43883e67efc94d8bfba98@@!## Tgclocals119e3747c93b7bb11f708fc4db2e27e8@@Tgclocals709a14768fab2805a378215c02f0d27fTgclocals3f5c1f818fa7055d0400cecd34057162Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals87d20ce1b58390b294df80b886db78bfTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals5c5a9f3dff47a8940bdc317b9324ac2aTgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals790e5cc5051fc0affc980ade09e929ec8go.string.hdr."GOROOT_FINAL" 0go.string."GOROOT_FINAL"0go.string."GOROOT_FINAL" GOROOT_FINAL(go.string.hdr."/???" go.string."/???" go.string."/???" 3699 /???>go.string.hdr."unknown goos %s" 6go.string."unknown goos %s"6go.string."unknown goos %s" unknown goos %stgo.string.hdr."unknown thread-local storage offset for %s" *lgo.string."unknown thread-local storage offset for %s"lgo.string."unknown thread-local storage offset for %s"`Vunknown thread-local storage offset for %s~go.string.hdr."unknown thread-local storage offset for nacl/%s" /vgo.string."unknown thread-local storage offset for nacl/%s"vgo.string."unknown thread-local storage offset for nacl/%s"``unknown thread-local storage offset for nacl/%sgo.string.hdr."unknown thread-local storage offset for darwin/%s" 1zgo.string."unknown thread-local storage offset for darwin/%s"zgo.string."unknown thread-local storage offset for darwin/%s"pdunknown thread-local storage offset for darwin/%sTgclocalsc8118816cac35c5ce02fa527210bcbc1@@gggTgclocals5f2bd104e8cdd589ccc3748f3a02b8bf@@Tgclocals73b35213a84b42925c139849d1df0a0500Tgclocals4f93f398335ef00460c366c2169988ca00Tgclocals554205cad7872189522610250e21191988 RETgclocals9cd4f3c03913f898c78042c08372807a88Tgclocals554205cad7872189522610250e21191988 RETgclocals9cd4f3c03913f898c78042c08372807a88Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals790e5cc5051fc0affc980ade09e929ecTgclocals5184031d3a32a42d85027f073f873668Tgclocals9fe77512f321d6df4a43473ebc44e7c0XX ! 3701 Tgclocals9dbf9c0f14652606fe47ad7b397dc65aXX 04go.itab.*os.File.io.ReaderTgclocalsd0480a4d2075832219d1572bc785f80ePP$Tgclocalsac51813a1292b1403f58393ef4d86b40PPTgclocalsf3d7d24dcfe6b113a6459393382d5e1dHH 3704 `dTgclocalse41c414c061bccd2083bb8f814b18485HHTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocalsb60dc0a6046c556b02baa766a3fd5a27Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocalsd98f60bd8519d0c68364b2a1d83af357Dgo.string.hdr."writing output: %v" <go.string."writing output: %v"<go.string."writing output: %v"0&writing output: %vJgo.string.hdr."seeking in output: %v" Bgo.string."seeking in output: %v"Bgo.string."seeking in output: %v"0,seeking in output: %vTgclocals72c897996cfb42a58147c2cd9120892cPP"Tgclocalsc87a734079562d73ffd9eee8328c718300Xgo.string.hdr."seeking in output [0, 1]: %v" Pgo.string."seeking in output [0, 1]: %v"Pgo.string."seeking in output [0, 1]: %v"@:seeking in output [0, 1]: %vTgclocals9e851579c947d349132d1d52cb4fe61488 00Tgclocals1c702d716a8e9cf6dcd9f0eed745190788Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals3f5c1f818fa7055d0400cecd340571620>go.itab.*bufio.Reader.io.ReaderTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals1347047f6245a35b91e9a4f213167d52Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals3f5c1f818fa7055d0400cecd34057162Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals3f5c1f818fa7055d0400cecd34057162Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals87d20ce1b58390b294df80b886db78bfTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocalsb60dc0a6046c556b02baa766a3fd5a27Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocalsa041240a37ce609efec56707c330d1a4Bgo.string.hdr."reading input: %v" :go.string."reading input: %v":go.string."reading input: %v"0$reading input: %vTgclocals0c2219480c7c1b20f62bcd185d71d482000ppTgclocalsc87a734079562d73ffd9eee8328c718300Tgclocalse036eecb97e60132f51648844e972d9f00Tgclocals9f4747e6338c5bdd4db417363b8a0d83004go.string.hdr."bad access" 3708 ,go.string."bad access",go.string."bad access" bad accessTgclocalsd8fdd2a55187867c76648dc792366181 Tgclocalsf47057354ec566066f8688a4970cff5a Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals3f5c1f818fa7055d0400cecd34057162Tgclocals21a8f585a14d020f181242c5256583dc Tgclocals41a13ac73c712c01973b8fe23f62d694 Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocalsb4c25e9b09fd0cf9bb429dcefe91c353,go.string.hdr."GOROOT" $go.string."GOROOT"$go.string."GOROOT"GOROOTPgo.string.hdr."./prebuilts/go/linux-x86" Hgo.string."./prebuilts/go/linux-x86"Hgo.string."./prebuilts/go/linux-x86"@2./prebuilts/go/linux-x86Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals23e8278e2b69a3a75fa59b23c49ed6ad,go.string.hdr."GOARCH" $go.string."GOARCH"$go.string."GOARCH"GOARCH*go.string.hdr."amd64" "go.string."amd64""go.string."amd64"amd64Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals23e8278e2b69a3a75fa59b23c49ed6ad(go.string.hdr."GOOS" go.string."GOOS" go.string."GOOS" 3710 GOOS*go.string.hdr."linux" "go.string."linux""go.string."linux"linuxTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals23e8278e2b69a3a75fa59b23c49ed6ad*go.string.hdr."GOARM" "go.string."GOARM""go.string."GOARM"GOARM"go.string.hdr."5" go.string."5"go.string."5"5"go.string.hdr."6" go.string."6"go.string."6"6"go.string.hdr."7" go.string."7"go.string."7"7pgo.string.hdr."Invalid GOARM value. Must be 5, 6, or 7." (hgo.string."Invalid GOARM value. Must be 5, 6, or 7."hgo.string."Invalid GOARM value. Must be 5, 6, or 7."`RInvalid GOARM value. Must be 5, 6, or 7.6go.string.hdr."unreachable" .go.string."unreachable".go.string."unreachable" unreachableTgclocals44008ff97c77001cee96216c890180d200Tgclocals2717b161b89b1669e92981e435d8bdf200*go.string.hdr."GO386" "go.string."GO386""go.string."GO386"GO386(go.string.hdr."sse2" go.string."sse2" go.string."sse2" 3715 sse2Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals23e8278e2b69a3a75fa59b23c49ed6adDgo.string.hdr."GO_EXTLINK_ENABLED" <go.string."GO_EXTLINK_ENABLED"<go.string."GO_EXTLINK_ENABLED"0&GO_EXTLINK_ENABLEDTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals23e8278e2b69a3a75fa59b23c49ed6ad.go.string.hdr."go1.5.1" &go.string."go1.5.1"&go.string."go1.5.1"go1.5.1Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2$go.string.hdr.".S" go.string.".S"go.string.".S".S$go.string.hdr.".P" go.string.".P"go.string.".P".P$go.string.hdr.".W" go.string.".W"go.string.".W".W$go.string.hdr.".U" go.string.".U"go.string.".U".UTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals790e5cc5051fc0affc980ade09e929ec0>go.itab.*bytes.Buffer.io.WriterFgo.string.hdr."<Prog without ctxt>" >go.string."<Prog without ctxt>">go.string."<Prog without ctxt>"0(<Prog without ctxt>>go.string.hdr."%.5d (%v)\t%v%s" 6go.string."%.5d (%v)\t%v%s"6go.string."%.5d (%v)\t%v%s" %.5d (%v) %v%s$go.string.hdr."\t" go.string."\t"go.string."\t" (go.string.hdr."%s%v" go.string."%s%v" go.string."%s%v" 3716 %s%v$go.string.hdr.", " go.string.", "go.string.", ", (go.string.hdr."%s%d" go.string."%s%d" go.string."%s%d" 3717 %s%dTgclocalsb64095ec7740641a95c9039279f403cf? *** ((( """ """Tgclocals7649d8e5909d61e260dcc0cafd120592Tgclocals0c8aa8e80191a30eac23f1a218103f16 Tgclocals32bd5c6dc84e3e86dd35593b3922d3aa Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals2fccd208efe70893f9ac8d682812ae72Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0ebb2d1da58c1b4224bf5a7b370d7578.go.string.hdr."type=%d" &go.string."type=%d"&go.string."type=%d"type=%d8go.string.hdr."%v(%v)(NONE)" 0go.string."%v(%v)(NONE)"0go.string."%v(%v)(NONE)" %v(%v)(NONE),go.string.hdr."$%d,%v" $go.string."$%d,%v"$go.string."$%d,%v"$%d,%v6go.string.hdr."%v(%v)(REG)" .go.string."%v(%v)(REG)".go.string."%v(%v)(REG)" %v(%v)(REG),go.string.hdr."%s(SB)" $go.string."%s(SB)"$go.string."%s(SB)"%s(SB),go.string.hdr."%d(PC)" $go.string."%d(PC)"$go.string."%d(PC)"%d(PC)&go.string.hdr."*%s" go.string."*%s"go.string."*%s"*%s.go.string.hdr."(%v*%d)" &go.string."(%v*%d)"&go.string."(%v*%d)"(%v*%d).go.string.hdr."$%v(%v)" &go.string."$%v(%v)"&go.string."$%v(%v)"$%v(%v)&go.string.hdr."$%v" go.string."$%v"go.string."$%v"$%v&go.string.hdr."$%d" go.string."$%d"go.string."$%d"$%d,go.string.hdr."$%d-%d" $go.string."$%d-%d"$go.string."$%d-%d"$%d-%d*go.string.hdr."%.17g" "go.string."%.17g""go.string."%.17g"%.17g$go.string.hdr.".e" go.string.".e"go.string.".e".e$go.string.hdr.".0" go.string.".0"go.string.".0".0*go.string.hdr."$(%s)" "go.string."$(%s)""go.string."$(%s)"$(%s)&go.string.hdr."$%q" go.string."$%q"go.string."$%q"$%q&go.string.hdr."$%s" go.string."$%s"go.string."$%s"$%s0go.string.hdr."<<>>->@>" (go.string."<<>>->@>"(go.string."<<>>->@>" <<>>->@>4go.string.hdr."R%d%c%cR%d" 3722 ,go.string."R%d%c%cR%d",go.string."R%d%c%cR%d" R%d%c%cR%d2go.string.hdr."R%d%c%c%d" *go.string."R%d%c%c%d"*go.string."R%d%c%c%d" R%d%c%c%d(go.string.hdr."(%v)" go.string."(%v)" go.string."(%v)" 3723 (%v)0go.string.hdr."(%v, %v)" (go.string."(%v, %v)"(go.string."(%v, %v)" (%v, %v),go.string.hdr."%v, %v" $go.string."%v, %v"$go.string."%v, %v"%v, %vTgclocals07fd55e0307df4dce693774432bdd8ea 4[@PP00xxxxxPP000<<@x@xPP000PPPyPxTgclocalsa098b5902d77803825389d71cb71ef7e4.go.string.hdr."name=%d" &go.string."name=%d"&go.string."name=%d"name=%d,go.string.hdr."%d(%v)" $go.string."%d(%v)"$go.string."%d(%v)"%d(%v)0go.string.hdr."%s%s(SB)" (go.string."%s%s(SB)"(go.string."%s%s(SB)" %s%s(SB)8go.string.hdr."%s%s@GOT(SB)" 0go.string."%s%s@GOT(SB)"0go.string."%s%s@GOT(SB)" %s%s@GOT(SB)4go.string.hdr."%s<>%s(SB)" 3729 ,go.string."%s<>%s(SB)",go.string."%s<>%s(SB)" %s<>%s(SB)0go.string.hdr."%s%s(SP)" (go.string."%s%s(SP)"(go.string."%s%s(SP)" %s%s(SP),go.string.hdr."%s(SP)" $go.string."%s(SP)"$go.string."%s(SP)"%s(SP)0go.string.hdr."%s%s(FP)" (go.string."%s%s(FP)"(go.string."%s%s(FP)" %s%s(FP),go.string.hdr."%s(FP)" $go.string."%s(FP)"$go.string."%s(FP)"%s(FP)Tgclocals7b13e0fb0ac3fe9d5e1cf8b1113646c2+@@@@@x@x@x@x@@0@0@@y@x@@@@00Tgclocals6ffd1bcb2e3a77c78e597b0d25d1c5ef&go.string.hdr."%+d" go.string."%+d"go.string."%+d"%+dTgclocals5ef976c2593056b9243adf402ae9d952((Tgclocals64e6abdf0268293babaa7bcc4e1e7821((Tgclocals930ef0ea550ba23749dafe7feb5a8a29(( Tgclocals96d4b67d4672cba142a606918b22233d(((go.string.hdr."NONE" go.string."NONE" go.string."NONE" 3733 NONE,go.string.hdr."R???%d" $go.string."R???%d"$go.string."R???%d"R???%dTgclocals5ef976c2593056b9243adf402ae9d952((Tgclocals64e6abdf0268293babaa7bcc4e1e7821(("go.string.hdr."[" go.string."["go.string."["["go.string.hdr."g" go.string."g"go.string."g"g&go.string.hdr."R%d" go.string."R%d"go.string."R%d"R%d"go.string.hdr."]" go.string."]"go.string."]"]Tgclocals0fdc448483283d9b4551bf3b023c1a9600 000Tgclocals593ae489609de60d38e4e3a883bff60100Tgclocals0a505ec66736deb2f34fa0d910d79932((Tgclocalse785a8c92507b9310d8fdb511f36df31((,go.string.hdr."A???%d" $go.string."A???%d"$go.string."A???%d"A???%dTgclocals5ef976c2593056b9243adf402ae9d952((Tgclocals64e6abdf0268293babaa7bcc4e1e7821((Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals23e8278e2b69a3a75fa59b23c49ed6ad4go.string.hdr."fieldtrack" 3737 ,go.string."fieldtrack",go.string."fieldtrack" fieldtrack8go.string.hdr."framepointer" 0go.string."framepointer"0go.string."framepointer" framepointer,go.string.hdr."darwin" $go.string."darwin"$go.string."darwin"darwin2go.string.hdr."dragonfly" *go.string."dragonfly"*go.string."dragonfly" dragonfly&go.string.hdr."elf" go.string."elf"go.string."elf"elf.go.string.hdr."freebsd" &go.string."freebsd"&go.string."freebsd"freebsd.go.string.hdr."android" &go.string."android"&go.string."android"android(go.string.hdr."nacl" go.string."nacl" go.string."nacl" 3739 nacl,go.string.hdr."netbsd" $go.string."netbsd"$go.string."netbsd"netbsd.go.string.hdr."openbsd" &go.string."openbsd"&go.string."openbsd"openbsd*go.string.hdr."plan9" "go.string."plan9""go.string."plan9"plan9.go.string.hdr."solaris" &go.string."solaris"&go.string."solaris"solaris.go.string.hdr."windows" &go.string."windows"&go.string."windows"windows4go.string.hdr."windowsgui" 3741 ,go.string."windowsgui",go.string."windowsgui" windowsgui&go.string.hdr.".EQ" go.string.".EQ"go.string.".EQ".EQ&go.string.hdr.".NE" go.string.".NE"go.string.".NE".NE&go.string.hdr.".CS" go.string.".CS"go.string.".CS".CS&go.string.hdr.".CC" go.string.".CC"go.string.".CC".CC&go.string.hdr.".MI" go.string.".MI"go.string.".MI".MI&go.string.hdr.".PL" go.string.".PL"go.string.".PL".PL&go.string.hdr.".VS" go.string.".VS"go.string.".VS".VS&go.string.hdr.".VC" go.string.".VC"go.string.".VC".VC&go.string.hdr.".HI" go.string.".HI"go.string.".HI".HI&go.string.hdr.".LS" go.string.".LS"go.string.".LS".LS&go.string.hdr.".GE" go.string.".GE"go.string.".GE".GE&go.string.hdr.".LT" go.string.".LT"go.string.".LT".LT&go.string.hdr.".GT" go.string.".GT"go.string.".GT".GT&go.string.hdr.".LE" go.string.".LE"go.string.".LE".LE&go.string.hdr.".NV" go.string.".NV"go.string.".NV".NV&go.string.hdr."XXX" go.string."XXX"go.string."XXX"XXX(go.string.hdr."CALL" go.string."CALL" go.string."CALL" 3742 CALL0go.string.hdr."CHECKNIL" (go.string."CHECKNIL"(go.string."CHECKNIL" CHECKNIL(go.string.hdr."DATA" go.string."DATA" go.string."DATA" 3743 DATA0go.string.hdr."DUFFCOPY" (go.string."DUFFCOPY"(go.string."DUFFCOPY" DUFFCOPY0go.string.hdr."DUFFZERO" (go.string."DUFFZERO"(go.string."DUFFZERO" DUFFZERO&go.string.hdr."END" go.string."END"go.string."END"END0go.string.hdr."FUNCDATA" (go.string."FUNCDATA"(go.string."FUNCDATA" FUNCDATA*go.string.hdr."GLOBL" "go.string."GLOBL""go.string."GLOBL"GLOBL&go.string.hdr."JMP" go.string."JMP"go.string."JMP"JMP&go.string.hdr."NOP" go.string."NOP"go.string."NOP"NOP,go.string.hdr."PCDATA" $go.string."PCDATA"$go.string."PCDATA"PCDATA&go.string.hdr."RET" go.string."RET"go.string."RET"RET(go.string.hdr."TEXT" go.string."TEXT" go.string."TEXT" 3745 TEXT(go.string.hdr."TYPE" go.string."TYPE" go.string."TYPE" 3746 TYPE*go.string.hdr."UNDEF" "go.string."UNDEF""go.string."UNDEF"UNDEF0go.string.hdr."USEFIELD" (go.string."USEFIELD"(go.string."USEFIELD" USEFIELD,go.string.hdr."VARDEF" $go.string."VARDEF"$go.string."VARDEF"VARDEF.go.string.hdr."VARKILL" &go.string."VARKILL"&go.string."VARKILL"VARKILLTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals33cdeccccebe80329f1fdbee7f5874cb0."".Framepointer_enabledtype.int0*"".Fieldtrack_enabledtype.int."".exper0Ntype.[]struct { name string; val *int }0""".statictmp_1339."".GOEXPERIMENT type.string."".outfile type.string0"".varintbuftype.[10]uint8."".headers0Ltype.[]struct { name string; val int }0 """.statictmp_1340."".start0type.time.Time."".armCondCode0type.[]string0""".statictmp_1341."".regSpace0 type.[]"".regSet."".aSpace0type.[]"".opSet."".Anames0type.[]string0""".statictmp_1342.""".statictmp_1339`Ptype.[2]struct { name string; val *int }` 3750 ,go.string."fieldtrack" *"".Fieldtrack_enabled00go.string."framepointer"P."".Framepointer_enabled.""".statictmp_1340Ptype.[13]struct { name string; val int } 3752 3754 $go.string."darwin"0*go.string."dragonfly"`go.string."elf"&go.string."freebsd""go.string."linux"&go.string."android" go.string."nacl"$go.string."netbsd"&go.string."openbsd""go.string."plan9"&go.string."solaris"&go.string."windows",go.string."windowsgui".""".statictmp_1341type.[16]stringgo.string.".EQ" go.string.".NE"@go.string.".CS"`go.string.".CC"go.string.".MI"go.string.".PL"go.string.".VS"go.string.".VC"go.string.".HI"go.string.".LS"go.string.".GE"go.string.".LT"go.string.".GT"go.string.".LE"go.string.".NV".""".statictmp_1342type.[19]string&go.string."XXX" go.string."CALL"@(go.string."CHECKNIL"` go.string."DATA"(go.string."DUFFCOPY"(go.string."DUFFZERO"go.string."END"(go.string."FUNCDATA""go.string."GLOBL"go.string."JMP"go.string."NOP"$go.string."PCDATA"go.string."RET" go.string."TEXT" go.string."TYPE""go.string."UNDEF"(go.string."USEFIELD"$go.string."VARDEF"&go.string."VARKILL"0"".initdonetype.uint8"".manglef"".mangle"".Symgrowf"".Symgrow"".savedataf"".savedata"".Addrelf"".Addrel"".Setuintxxf"".Setuintxx"".adduintxxf"".adduintxx"".adduint8f"".adduint8"".adduint16f"".adduint16"".Adduint32f"".Adduint32"".Adduint64f"".Adduint64"".setuint8f"".setuint8"".setuint16f"".setuint16"".setuint32f"".setuint32"".setuint64f"".setuint64""".addaddrplusf"".addaddrplus$"".addpcrelplusf"".addpcrelplus"".addaddrf"".addaddr""".setaddrplusf"".setaddrplus"".setaddrf"".setaddr"".addsizef"".addsize$"".addaddrplus4f"".addaddrplus4"".Flagfn2f"".Flagfn2"".Flagcountf"".Flagcount"".Flagint32f"".Flagint32"".Flagint64f"".Flagint64"".Flagstrf"".Flagstr"".Flagfn0f"".Flagfn0"".Flagfn1f"".Flagfn1"".Flagprintf"".Flagprint"".Flagparsef"".Flagparse*"".(*count).Stringf$"".(*count).String$"".(*count).Setf"".(*count).Set2"".(*count).IsBoolFlagf,"".(*count).IsBoolFlag""".newIntValuef"".newIntValue."".(*int32Value).Setf("".(*int32Value).Set."".(*int32Value).Getf("".(*int32Value).Get4"".(*int32Value).Stringf."".(*int32Value).String"".fn0.Setf"".fn0.Set"".fn0.Getf"".fn0.Get "".fn0.Stringf"".fn0.String("".fn0.IsBoolFlagf""".fn0.IsBoolFlag"".fn1.Setf"".fn1.Set "".fn1.Stringf"".fn1.String"".addexpf"".addexp"".init.1f"".init.1"".Nopoutf"".Nopout"".Nocachef"".Nocache"".Expstringf"".Expstring"".mkfwdf"".mkfwd"".Copypf"".Copyp"".Appendpf"".Appendp."".(*Prog).From3Typef("".(*Prog).From3Type2"".(*Prog).From3Offsetf,"".(*Prog).From3Offset$"".Linknewplistf"".Linknewplist:"".(*LineStack).fileLineAtf4"".(*LineStack).fileLineAt8"".(*LineHist).startRangef2"".(*LineHist).startRange2"".(*LineHist).setFilef,"".(*LineHist).setFile&"".hasPathPrefixf "".hasPathPrefix,"".(*LineHist).Pushf&"".(*LineHist).Push*"".(*LineHist).Popf$"".(*LineHist).Pop0"".(*LineHist).Updatef*"".(*LineHist).Update."".(*Link).AddImportf("".(*Link).AddImport("".(*LineHist).Atf""".(*LineHist).At8"".(*LineHist).LineStringf2"".(*LineHist).LineString4"".(*LineHist).FileLinef."".(*LineHist).FileLine:"".(*LineHist).AbsFileLinef4"".(*LineHist).AbsFileLine""".linkgetlinef"".linkgetline "".Linkprfilef"".Linkprfile("".Writeobjdirectf""".Writeobjdirect"".writesymf"".writesym"".wrintf"".wrint"".wrstringf"".wrstring"".wrpathf"".wrpath"".wrdataf"".wrdata"".wrpathsymf"".wrpathsym"".wrsymf"".wrsym"".Brchainf"".Brchain"".brloopf"".brloop"".checkaddrf"".checkaddr"".linkpatchf"".linkpatch"".addvarintf"".addvarint"".funcpctabf"".funcpctab$"".pctofilelinef"".pctofileline"".pctospadjf"".pctospadj "".pctopcdataf"".pctopcdata"".linkpclnf"".linkpcln"".getvarintf"".getvarint "".pciternextf"".pciternext "".pciterinitf"".pciterinit"".headtypef"".headtype"".Headstrf"".Headstr"".Linknewf"".Linknew""._lookupf""._lookup "".Linklookupf"".Linklookup""".linkrlookupf"".linkrlookup "".Linksymfmtf"".Linksymfmt"".Cputimef"".Cputime"".Bopenwf"".Bopenw"".Bopenrf"".Bopenr"".Binitwf"".Binitw*"".(*Biobuf).Writef$"".(*Biobuf).Write$"".Bwritestringf"".Bwritestring"".Bseekf"".Bseek"".Boffsetf"".Boffset*"".(*Biobuf).Flushf$"".(*Biobuf).Flush"".Bputcf"".Bputc"".Breadf"".Bread"".Bgetcf"".Bgetc"".Bgetrunef"".Bgetrune "".Bungetrunef"".Bungetrune("".(*Biobuf).Readf""".(*Biobuf).Read("".(*Biobuf).Peekf""".(*Biobuf).Peek"".Brdlinef"".Brdline"".Brdstrf"".Brdstr"".Accessf"".Access"".Blinelenf"".Blinelen"".Btermf"".Bterm"".envOrf"".envOr"".Getgorootf"".Getgoroot"".Getgoarchf"".Getgoarch"".Getgoosf"".Getgoos"".Getgoarmf"".Getgoarm"".Getgo386f"".Getgo3862"".Getgoextlinkenabledf,"".Getgoextlinkenabled$"".Getgoversionf"".Getgoversion"".Atoif"".Atoi$"".(*Prog).Linef"".(*Prog).Line"".CConvf"".CConv("".(*Prog).Stringf""".(*Prog).String*"".(*Link).NewProgf$"".(*Link).NewProg$"".(*Link).Linef"".(*Link).Line""".Getcallerpcf"".Getcallerpc&"".(*Link).Dconvf "".(*Link).Dconv"".Dconvf"".Dconv"".Mconvf"".Mconv"".offConvf"".offConv,"".RegisterRegisterf&"".RegisterRegister"".Rconvf"".Rconv""".regListConvf"".regListConv("".RegisterOpcodef""".RegisterOpcode"".Aconvf"".Aconv"".Bool2intf"".Bool2int4"".(*LineHist).At.func1f."".(*LineHist).At.func1"".initf"".init"runtime.gcbits.038go.string.hdr."interface {}" 0go.string."interface {}"0go.string."interface {}" interface {}"type.interface {}W0 runtime.algarray@"runtime.gcbits.03P8go.string.hdr."interface {}"p4go.weak.type.*interface {}"runtime.zerovalue"type.interface {}"runtime.gcbits.01<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.[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 {}560 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*[1]interface {}"p<go.weak.type.**[1]interface {}"runtime.zerovalue(type.[1]interface {}Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals3bb21ca8fe1d99a3e492463bd711418a,type..hashfunc."".Auto$type..hash."".Auto(type..eqfunc."".Auto type..eq."".Auto"type..alg."".Auto ,type..hashfunc."".Auto(type..eqfunc."".Auto"runtime.gcbits.0b0go.string.hdr."obj.Auto" (go.string."obj.Auto"(go.string."obj.Auto" obj.Auto(go.string.hdr."Asym" go.string."Asym" go.string."Asym" 3761 Asym(go.string.hdr."Link" go.string."Link" go.string."Link" 3762 Link.go.string.hdr."Aoffset" &go.string."Aoffset"&go.string."Aoffset"Aoffset(go.string.hdr."Name" go.string."Name" go.string."Name" 3763 Name,go.string.hdr."Gotype" $go.string."Gotype"$go.string."Gotype"Gotype(go.string.hdr."Auto" go.string."Auto" go.string."Auto" 3764 Auto@go.string.hdr."cmd/internal/obj" 8go.string."cmd/internal/obj"8go.string."cmd/internal/obj"0"cmd/internal/obj"go.importpath."". 8go.string."cmd/internal/obj"type."".Auto r(0"type..alg."".Auto@"runtime.gcbits.0bP0go.string.hdr."obj.Auto"ptype.*"".Auto"runtime.zerovaluetype."".Auto(go.string.hdr."Asym"type.*"".LSym(go.string.hdr."Link"type.*"".Auto.go.string.hdr."Aoffset"type.int32(go.string.hdr."Name"type.int16,go.string.hdr."Gotype"type.*"".LSym`type."".Auto(go.string.hdr."Auto""go.importpath."".type."".Auto2go.string.hdr."*obj.Auto" *go.string."*obj.Auto"*go.string."*obj.Auto" *obj.Autotype.*"".AutoK;60 runtime.algarray@"runtime.gcbits.01P2go.string.hdr."*obj.Auto"p,go.weak.type.**"".Auto"runtime.zerovaluetype."".AutoTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a,type..hashfunc."".Addr$type..hash."".Addr(type..eqfunc."".Addr type..eq."".Addr"type..alg."".Addr ,type..hashfunc."".Addr(type..eqfunc."".Addr2go.string.hdr."*obj.Addr" *go.string."*obj.Addr"*go.string."*obj.Addr" *obj.Addrtype.*"".Addrx60 runtime.algarray@"runtime.gcbits.01P2go.string.hdr."*obj.Addr"p,go.weak.type.**"".Addr"runtime.zerovaluetype."".Addr&runtime.gcbits.f0030go.string.hdr."obj.Addr" (go.string."obj.Addr"(go.string."obj.Addr" obj.Addr(go.string.hdr."Type" go.string."Type" go.string."Type" 3767 Type&go.string.hdr."Reg" go.string."Reg"go.string."Reg"Reg*go.string.hdr."Index" "go.string."Index""go.string."Index"Index*go.string.hdr."Scale" "go.string."Scale""go.string."Scale"Scale*go.string.hdr."Class" "go.string."Class""go.string."Class"Class*go.string.hdr."Etype" "go.string."Etype""go.string."Etype"Etype,go.string.hdr."Offset" $go.string."Offset"$go.string."Offset"Offset*go.string.hdr."Width" "go.string."Width""go.string."Width"Width&go.string.hdr."Sym" go.string."Sym"go.string."Sym"Sym&go.string.hdr."Val" go.string."Val"go.string."Val"Val(go.string.hdr."Node" go.string."Node" go.string."Node" 3773 Node(go.string.hdr."Addr" go.string."Addr" go.string."Addr" 3774 Addrtype."".Addr 3775 3776 PPNK 3779 (0@H0"type..alg."".Addr@&runtime.gcbits.f003P0go.string.hdr."obj.Addr"ptype.*"".Addr"runtime.zerovaluetype."".Addr(go.string.hdr."Type"type.int16&go.string.hdr."Reg"type.int16*go.string.hdr."Index"type.int16*go.string.hdr."Scale"type.int16(go.string.hdr."Name"type.int8*go.string.hdr."Class"type.int8*go.string.hdr."Etype"type.uint8,go.string.hdr."Offset"type.int64*go.string.hdr."Width"type.int64&go.string.hdr."Sym"type.*"".LSym,go.string.hdr."Gotype"type.*"".LSym&go.string.hdr."Val""type.interface {} (go.string.hdr."Node" "type.interface {}` type."".Addr (go.string.hdr."Addr" "go.importpath."". 3780 type."".AddrTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals3bb21ca8fe1d99a3e492463bd711418a4type..hashfunc."".ProgInfo,type..hash."".ProgInfo0type..eqfunc."".ProgInfo(type..eq."".ProgInfo*type..alg."".ProgInfo 4type..hashfunc."".ProgInfo0type..eqfunc."".ProgInfo:go.string.hdr."*obj.ProgInfo" 2go.string."*obj.ProgInfo"2go.string."*obj.ProgInfo" *obj.ProgInfo"type.*"".ProgInfo60 runtime.algarray@"runtime.gcbits.01P:go.string.hdr."*obj.ProgInfo"p4go.weak.type.**"".ProgInfo"runtime.zerovalue type."".ProgInforuntime.gcbits.8go.string.hdr."obj.ProgInfo" 0go.string."obj.ProgInfo"0go.string."obj.ProgInfo" obj.ProgInfo*go.string.hdr."Flags" "go.string."Flags""go.string."Flags"Flags,go.string.hdr."Reguse" $go.string."Reguse"$go.string."Reguse"Reguse,go.string.hdr."Regset" $go.string."Regset"$go.string."Regset"Regset0go.string.hdr."Regindex" (go.string."Regindex"(go.string."Regindex" Regindex0go.string.hdr."ProgInfo" (go.string."ProgInfo"(go.string."ProgInfo" ProgInfo type."".ProgInfo f$0*type..alg."".ProgInfo@runtime.gcbits.P8go.string.hdr."obj.ProgInfo"p"type.*"".ProgInfo"runtime.zerovalue type."".ProgInfo*go.string.hdr."Flags"type.uint32,go.string.hdr."Reguse"type.uint64,go.string.hdr."Regset"type.uint640go.string.hdr."Regindex"type.uint64` type."".ProgInfo0go.string.hdr."ProgInfo""go.importpath."". type."".ProgInfoTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a,type..hashfunc."".Prog$type..hash."".Prog(type..eqfunc."".Prog type..eq."".Prog"type..alg."".Prog ,type..hashfunc."".Prog(type..eqfunc."".Prog.runtime.gcbits.c31ffe0f0go.string.hdr."obj.Prog" (go.string."obj.Prog"(go.string."obj.Prog" obj.Prog(go.string.hdr."Ctxt" go.string."Ctxt" go.string."Ctxt" 3785 Ctxt(go.string.hdr."From" go.string."From" go.string."From" 3786 From*go.string.hdr."From3" "go.string."From3""go.string."From3"From3$go.string.hdr."To" go.string."To"go.string."To"To&go.string.hdr."Opt" go.string."Opt"go.string."Opt"Opt*go.string.hdr."Forwd" "go.string."Forwd""go.string."Forwd"Forwd*go.string.hdr."Pcond" "go.string."Pcond""go.string."Pcond"Pcond&go.string.hdr."Rel" go.string."Rel"go.string."Rel"Rel$go.string.hdr."Pc" go.string."Pc"go.string."Pc"Pc,go.string.hdr."Lineno" $go.string."Lineno"$go.string."Lineno"Lineno*go.string.hdr."Spadj" "go.string."Spadj""go.string."Spadj"Spadj$go.string.hdr."As" go.string."As"go.string."As"As,go.string.hdr."RegTo2" $go.string."RegTo2"$go.string."RegTo2"RegTo2(go.string.hdr."Mark" go.string."Mark" go.string."Mark" 3791 Mark*go.string.hdr."Optab" "go.string."Optab""go.string."Optab"Optab*go.string.hdr."Scond" "go.string."Scond""go.string."Scond"Scond(go.string.hdr."Back" go.string."Back" go.string."Back" 3794 Back$go.string.hdr."Ft" go.string."Ft"go.string."Ft"Ft$go.string.hdr."Tt" go.string."Tt"go.string."Tt"Tt*go.string.hdr."Isize" "go.string."Isize""go.string."Isize"Isize(go.string.hdr."Mode" go.string."Mode" go.string."Mode" 3796 Mode(go.string.hdr."Info" go.string."Info" go.string."Info" 3797 Info(go.string.hdr."Prog" go.string."Prog" go.string."Prog" 3798 Progtype."".Prog (`ht0"type..alg."".Prog@.runtime.gcbits.c31ffe0fP0go.string.hdr."obj.Prog"ptype.*"".Prog"runtime.zerovaluetype."".Prog(go.string.hdr."Ctxt"type.*"".Link(go.string.hdr."Link"type.*"".Prog(go.string.hdr."From"type."".Addr*go.string.hdr."From3"type.*"".Addr$go.string.hdr."To"type."".Addr&go.string.hdr."Opt""type.interface {}*go.string.hdr."Forwd"type.*"".Prog*go.string.hdr."Pcond"type.*"".Prog&go.string.hdr."Rel"type.*"".Prog$go.string.hdr."Pc"type.int64,go.string.hdr."Lineno"type.int32*go.string.hdr."Spadj"type.int32 $go.string.hdr."As" type.int16 &go.string.hdr."Reg" type.int16 3799 ,go.string.hdr."RegTo2" 3800 type.int16 3801 (go.string.hdr."Mark"type.uint16*go.string.hdr."Optab"type.uint16*go.string.hdr."Scond"type.uint8(go.string.hdr."Back" type.uint8 $go.string.hdr."Ft" type.uint8$go.string.hdr."Tt"type.uint8*go.string.hdr."Isize"type.uint8(go.string.hdr."Mode"type.int8(go.string.hdr."Info" type."".ProgInfo`type."".Prog(go.string.hdr."Prog""go.importpath."".type."".Prog2go.string.hdr."*obj.Prog" *go.string."*obj.Prog"*go.string."*obj.Prog" *obj.ProgJgo.string.hdr."func(*obj.Prog) int64" Bgo.string."func(*obj.Prog) int64"Bgo.string."func(*obj.Prog) int64"0,func(*obj.Prog) int642type.func(*"".Prog) int64H30 runtime.algarray@"runtime.gcbits.01PJgo.string.hdr."func(*obj.Prog) int64"pDgo.weak.type.*func(*"".Prog) int64"runtime.zerovalue2type.func(*"".Prog) int642type.func(*"".Prog) int64type.*"".Progtype.int64lgo.typelink.func(*obj.Prog) int64 func(*"".Prog) int642type.func(*"".Prog) int64Jgo.string.hdr."func(*obj.Prog) int16" Bgo.string."func(*obj.Prog) int16"Bgo.string."func(*obj.Prog) int16"0,func(*obj.Prog) int162type.func(*"".Prog) int161530 runtime.algarray@"runtime.gcbits.01PJgo.string.hdr."func(*obj.Prog) int16"pDgo.weak.type.*func(*"".Prog) int16"runtime.zerovalue2type.func(*"".Prog) int162type.func(*"".Prog) int16type.*"".Progtype.int16lgo.typelink.func(*obj.Prog) int16 func(*"".Prog) int162type.func(*"".Prog) int16Lgo.string.hdr."func(*obj.Prog) string" Dgo.string."func(*obj.Prog) string"Dgo.string."func(*obj.Prog) string"0.func(*obj.Prog) string4type.func(*"".Prog) string030 runtime.algarray@"runtime.gcbits.01PLgo.string.hdr."func(*obj.Prog) string"pFgo.weak.type.*func(*"".Prog) string"runtime.zerovalue4type.func(*"".Prog) string4type.func(*"".Prog) stringtype.*"".Progtype.stringpgo.typelink.func(*obj.Prog) string func(*"".Prog) string4type.func(*"".Prog) string6go.string.hdr."From3Offset" .go.string."From3Offset".go.string."From3Offset" From3Offset8go.string.hdr."func() int64" 0go.string."func() int64"0go.string."func() int64" func() int64"type.func() int64a|30 runtime.algarray@"runtime.gcbits.01P8go.string.hdr."func() int64"p4go.weak.type.*func() int64"runtime.zerovalue"type.func() int64"type.func() int64type.int64Jgo.typelink.func() int64 func() int64"type.func() int642go.string.hdr."From3Type" *go.string."From3Type"*go.string."From3Type" From3Type8go.string.hdr."func() int16" 0go.string."func() int16"0go.string."func() int16" func() int16"type.func() int16[q30 runtime.algarray@"runtime.gcbits.01P8go.string.hdr."func() int16"p4go.weak.type.*func() int16"runtime.zerovalue"type.func() int16"type.func() int16type.int16Jgo.typelink.func() int16 func() int16"type.func() int16(go.string.hdr."Line" go.string."Line" go.string."Line" 3814 Line: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() string,go.string.hdr."String" $go.string."String"$go.string."String"Stringtype.*"".Prog9680 runtime.algarray@"runtime.gcbits.01P2go.string.hdr."*obj.Prog"p,go.weak.type.**"".Prog"runtime.zerovaluetype."".Prog`type.*"".Progtype.*"".Prog6go.string.hdr."From3Offset""type.func() int642type.func(*"".Prog) int64,"".(*Prog).From3Offset,"".(*Prog).From3Offset2go.string.hdr."From3Type""type.func() int162type.func(*"".Prog) int16("".(*Prog).From3Type("".(*Prog).From3Type(go.string.hdr."Line"$type.func() string4type.func(*"".Prog) string"".(*Prog).Line"".(*Prog).Line,go.string.hdr."String"$type.func() string4type.func(*"".Prog) string""".(*Prog).String""".(*Prog).String.go.string.hdr."[]uint8" &go.string."[]uint8"&go.string."[]uint8"[]uint8type.[]uint8~.80 runtime.algarray@"runtime.gcbits.01P.go.string.hdr."[]uint8"p*go.weak.type.*[]uint8"runtime.zerovaluetype.uint86go.typelink.[]uint8 []uint8type.[]uint86go.string.hdr."*obj.Pcdata" .go.string."*obj.Pcdata".go.string."*obj.Pcdata" *obj.Pcdatatype.*"".PcdatanJ60 runtime.algarray@"runtime.gcbits.01P6go.string.hdr."*obj.Pcdata"p0go.weak.type.**"".Pcdata"runtime.zerovaluetype."".Pcdata4go.string.hdr."obj.Pcdata" 3819 ,go.string."obj.Pcdata",go.string."obj.Pcdata" obj.Pcdata"go.string.hdr."P" go.string."P"go.string."P"P,go.string.hdr."Pcdata" $go.string."Pcdata"$go.string."Pcdata"Pcdatatype."".Pcdata[b0 runtime.algarray@"runtime.gcbits.01P4go.string.hdr."obj.Pcdata"ptype.*"".Pcdata"runtime.zerovaluetype."".Pcdata"go.string.hdr."P"type.[]uint8`type."".Pcdata,go.string.hdr."Pcdata""go.importpath."".type."".Pcdata8go.string.hdr."[]obj.Pcdata" 0go.string."[]obj.Pcdata"0go.string."[]obj.Pcdata" []obj.Pcdata type.[]"".Pcdata0 runtime.algarray@"runtime.gcbits.01P8go.string.hdr."[]obj.Pcdata"p2go.weak.type.*[]"".Pcdata"runtime.zerovaluetype."".PcdataHgo.typelink.[]obj.Pcdata []"".Pcdata type.[]"".Pcdata6go.string.hdr."[]*obj.LSym" .go.string."[]*obj.LSym".go.string."[]*obj.LSym" []*obj.LSymtype.[]*"".LSym0 runtime.algarray@"runtime.gcbits.01P6go.string.hdr."[]*obj.LSym"p0go.weak.type.*[]*"".LSym"runtime.zerovaluetype.*"".LSymDgo.typelink.[]*obj.LSym []*"".LSymtype.[]*"".LSym.go.string.hdr."[]int64" &go.string."[]int64"&go.string."[]int64"[]int64type.[]int64v0 runtime.algarray@"runtime.gcbits.01P.go.string.hdr."[]int64"p*go.weak.type.*[]int64"runtime.zerovaluetype.int646go.typelink.[]int64 []int64type.[]int64*runtime.gcbits.499224I$0go.string.hdr."obj.Pcln" (go.string."obj.Pcln"(go.string."obj.Pcln" obj.Pcln(go.string.hdr."Pcsp" go.string."Pcsp" go.string."Pcsp" 3825 Pcsp,go.string.hdr."Pcfile" $go.string."Pcfile"$go.string."Pcfile"Pcfile,go.string.hdr."Pcline" $go.string."Pcline"$go.string."Pcline"Pcline0go.string.hdr."Funcdata" (go.string."Funcdata"(go.string."Funcdata" Funcdata6go.string.hdr."Funcdataoff" .go.string."Funcdataoff".go.string."Funcdataoff" Funcdataoff(go.string.hdr."File" go.string."File" go.string."File" 3827 File0go.string.hdr."Lastfile" (go.string."Lastfile"(go.string."Lastfile" Lastfile2go.string.hdr."Lastindex" *go.string."Lastindex"*go.string."Lastindex" Lastindex(go.string.hdr."Pcln" go.string."Pcln" go.string."Pcln" 3828 Pclntype."".Pcln 0H`x80 runtime.algarray@*runtime.gcbits.499224P0go.string.hdr."obj.Pcln"ptype.*"".Pcln"runtime.zerovaluetype."".Pcln(go.string.hdr."Pcsp"type."".Pcdata,go.string.hdr."Pcfile"type."".Pcdata,go.string.hdr."Pcline"type."".Pcdata,go.string.hdr."Pcdata" type.[]"".Pcdata0go.string.hdr."Funcdata"type.[]*"".LSym6go.string.hdr."Funcdataoff"type.[]int64(go.string.hdr."File"type.[]*"".LSym0go.string.hdr."Lastfile"type.*"".LSym2go.string.hdr."Lastindex"type.int`type."".Pcln(go.string.hdr."Pcln""go.importpath."".type."".Pcln2go.string.hdr."*obj.Pcln" *go.string."*obj.Pcln"*go.string."*obj.Pcln" *obj.Pclntype.*"".Pcln _G60 runtime.algarray@"runtime.gcbits.01P2go.string.hdr."*obj.Pcln"p,go.weak.type.**"".Pcln"runtime.zerovaluetype."".PclnTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals3bb21ca8fe1d99a3e492463bd711418a.type..hashfunc."".Reloc&type..hash."".Reloc*type..eqfunc."".Reloc"type..eq."".Reloc$type..alg."".Reloc .type..hashfunc."".Reloc*type..eqfunc."".Reloc4go.string.hdr."*obj.Reloc" 3831 ,go.string."*obj.Reloc",go.string."*obj.Reloc" *obj.Reloctype.*"".RelocU60 runtime.algarray@"runtime.gcbits.01P4go.string.hdr."*obj.Reloc"p.go.weak.type.**"".Reloc"runtime.zerovaluetype."".Reloc"runtime.gcbits.082go.string.hdr."obj.Reloc" *go.string."obj.Reloc"*go.string."obj.Reloc" obj.Reloc&go.string.hdr."Off" go.string."Off"go.string."Off"Off&go.string.hdr."Siz" go.string."Siz"go.string."Siz"Siz&go.string.hdr."Add" go.string."Add"go.string."Add"Add*go.string.hdr."Reloc" "go.string."Reloc""go.string."Reloc"Reloctype."".Reloc @|(0$type..alg."".Reloc@"runtime.gcbits.08P2go.string.hdr."obj.Reloc"ptype.*"".Reloc"runtime.zerovaluetype."".Reloc&go.string.hdr."Off"type.int32&go.string.hdr."Siz"type.uint8(go.string.hdr."Type"type.int32&go.string.hdr."Add"type.int64&go.string.hdr."Sym"type.*"".LSym`type."".Reloc*go.string.hdr."Reloc""go.importpath."".type."".Reloc6go.string.hdr."[]obj.Reloc" .go.string."[]obj.Reloc".go.string."[]obj.Reloc" []obj.Reloctype.[]"".Reloc#&0 runtime.algarray@"runtime.gcbits.01P6go.string.hdr."[]obj.Reloc"p0go.weak.type.*[]"".Reloc"runtime.zerovaluetype."".RelocDgo.typelink.[]obj.Reloc []"".Reloctype.[]"".Reloc*runtime.gcbits.813f01?0go.string.hdr."obj.LSym" (go.string."obj.LSym"(go.string."obj.LSym" obj.LSym.go.string.hdr."Version" &go.string."Version"&go.string."Version"Version*go.string.hdr."Dupok" "go.string."Dupok""go.string."Dupok"Dupok*go.string.hdr."Cfunc" "go.string."Cfunc""go.string."Cfunc"Cfunc.go.string.hdr."Nosplit" &go.string."Nosplit"&go.string."Nosplit"Nosplit(go.string.hdr."Leaf" go.string."Leaf" go.string."Leaf" 3838 Leaf2go.string.hdr."Seenglobl" *go.string."Seenglobl"*go.string."Seenglobl" Seenglobl,go.string.hdr."Onlist" $go.string."Onlist"$go.string."Onlist"Onlist*go.string.hdr."Local" "go.string."Local""go.string."Local"Local(go.string.hdr."Args" go.string."Args" go.string."Args" 3840 Args,go.string.hdr."Locals" $go.string."Locals"$go.string."Locals"Locals*go.string.hdr."Value" "go.string."Value""go.string."Value"Value(go.string.hdr."Size" go.string."Size" go.string."Size" 3842 Size(go.string.hdr."Next" go.string."Next" go.string."Next" 3843 Next*go.string.hdr."Autom" "go.string."Autom""go.string."Autom"Autom(go.string.hdr."Text" go.string."Text" go.string."Text" 3845 Text*go.string.hdr."Etext" "go.string."Etext""go.string."Etext"Etext"go.string.hdr."R" go.string."R"go.string."R"R(go.string.hdr."LSym" go.string."LSym" go.string."LSym" 3847 LSymtype."".LSym~d (08@HPX`hl0 runtime.algarray@*runtime.gcbits.813f01P0go.string.hdr."obj.LSym"ptype.*"".LSym"runtime.zerovaluetype."".LSym(go.string.hdr."Name"type.string(go.string.hdr."Type"type.int16.go.string.hdr."Version"type.int16*go.string.hdr."Dupok"type.uint8*go.string.hdr."Cfunc"type.uint8.go.string.hdr."Nosplit"type.uint8(go.string.hdr."Leaf"type.uint82go.string.hdr."Seenglobl"type.uint8,go.string.hdr."Onlist"type.uint8*go.string.hdr."Local"type.bool(go.string.hdr."Args"type.int32,go.string.hdr."Locals"type.int32 *go.string.hdr."Value" type.int64 (go.string.hdr."Size" type.int64 3848 (go.string.hdr."Next" 3849 type.*"".LSym 3850 ,go.string.hdr."Gotype"type.*"".LSym*go.string.hdr."Autom"type.*"".Auto(go.string.hdr."Text"type.*"".Prog*go.string.hdr."Etext" type.*"".Prog (go.string.hdr."Pcln" type.*"".Pcln"go.string.hdr."P"type.[]uint8"go.string.hdr."R"type.[]"".Reloc`type."".LSym(go.string.hdr."LSym""go.importpath."".type."".LSym2go.string.hdr."*obj.LSym" *go.string."*obj.LSym"*go.string."*obj.LSym" *obj.LSymtype.*"".LSym@60 runtime.algarray@"runtime.gcbits.01P2go.string.hdr."*obj.LSym"p,go.weak.type.**"".LSym"runtime.zerovaluetype."".LSymTgo.string.hdr."func(*obj.Link, *obj.LSym)" Lgo.string."func(*obj.Link, *obj.LSym)"Lgo.string."func(*obj.Link, *obj.LSym)"@6func(*obj.Link, *obj.LSym):type.func(*"".Link, *"".LSym)+$30 runtime.algarray@"runtime.gcbits.01PTgo.string.hdr."func(*obj.Link, *obj.LSym)"pLgo.weak.type.*func(*"".Link, *"".LSym)"runtime.zerovalue:type.func(*"".Link, *"".LSym):type.func(*"".Link, *"".LSym)type.*"".Linktype.*"".LSym~go.typelink.func(*obj.Link, *obj.LSym) func(*"".Link, *"".LSym):type.func(*"".Link, *"".LSym)Tgo.string.hdr."func(*obj.Link, *obj.Prog)" Lgo.string."func(*obj.Link, *obj.Prog)"Lgo.string."func(*obj.Link, *obj.Prog)"@6func(*obj.Link, *obj.Prog):type.func(*"".Link, *"".Prog){30 runtime.algarray@"runtime.gcbits.01PTgo.string.hdr."func(*obj.Link, *obj.Prog)"pLgo.weak.type.*func(*"".Link, *"".Prog)"runtime.zerovalue:type.func(*"".Link, *"".Prog):type.func(*"".Link, *"".Prog)type.*"".Linktype.*"".Prog~go.typelink.func(*obj.Link, *obj.Prog) func(*"".Link, *"".Prog):type.func(*"".Link, *"".Prog)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]uint8*go.string.hdr."[]int" "go.string."[]int""go.string."[]int"[]inttype.[]intf0 runtime.algarray@"runtime.gcbits.01P*go.string.hdr."[]int"p&go.weak.type.*[]int"runtime.zerovaluetype.int.go.typelink.[]int []inttype.[]int type..hashfunc64 @,runtime.memhash_varlentype..eqfunc64 @.runtime.memequal_varlentype..alg64 type..hashfunc64type..eqfunc64,go.string.hdr."[8]int" $go.string."[8]int"$go.string."[8]int"[8]inttype.[8]int@0type..alg64@runtime.gcbits.P,go.string.hdr."[8]int"p(go.weak.type.*[8]int"runtime.zerovaluetype.inttype.[]int2go.typelink.[8]int [8]inttype.[8]int,go.string.hdr."[]bool" $go.string."[]bool"$go.string."[]bool"[]booltype.[]bool0 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]boolFgo.string.hdr."map.bucket[int]bool" >go.string."map.bucket[int]bool">go.string."map.bucket[int]bool"0(map.bucket[int]bool.go.string.hdr."topbits" &go.string."topbits"&go.string."topbits"topbits(go.string.hdr."keys" go.string."keys" go.string."keys" 3864 keys,go.string.hdr."values" $go.string."values"$go.string."values"values0go.string.hdr."overflow" (go.string."overflow"(go.string."overflow" overflow0type.map.bucket[int]boolXCHP0 runtime.algarray@runtime.gcbits.PFgo.string.hdr."map.bucket[int]bool"pBgo.weak.type.*map.bucket[int]bool"runtime.zerovalue0type.map.bucket[int]bool.go.string.hdr."topbits"type.[8]uint8(go.string.hdr."keys"type.[8]int,go.string.hdr."values"type.[8]bool0go.string.hdr."overflow"type.uintptrHgo.string.hdr."*map.bucket[int]bool" @go.string."*map.bucket[int]bool"@go.string."*map.bucket[int]bool"0**map.bucket[int]bool2type.*map.bucket[int]boolP60 runtime.algarray@"runtime.gcbits.01PHgo.string.hdr."*map.bucket[int]bool"pDgo.weak.type.**map.bucket[int]bool"runtime.zerovalue0type.map.bucket[int]bool"runtime.gcbits.2c,@go.string.hdr."map.hdr[int]bool" 8go.string."map.hdr[int]bool"8go.string."map.hdr[int]bool"0"map.hdr[int]bool*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" 3869 ,go.string."oldbuckets",go.string."oldbuckets" oldbuckets2go.string.hdr."nevacuate" *go.string."nevacuate"*go.string."nevacuate" nevacuate*type.map.hdr[int]bool00/ (,0 runtime.algarray@"runtime.gcbits.2cP@go.string.hdr."map.hdr[int]bool"p<go.weak.type.*map.hdr[int]bool"runtime.zerovalue*type.map.hdr[int]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"2type.*map.bucket[int]bool4go.string.hdr."oldbuckets"2type.*map.bucket[int]bool2go.string.hdr."nevacuate"type.uintptr0go.string.hdr."overflow"&type.unsafe.Pointer8go.string.hdr."map[int]bool" 0go.string."map[int]bool"0go.string."map[int]bool" map[int]bool"type.map[int]bool0$5X0 runtime.algarray@"runtime.gcbits.01P8go.string.hdr."map[int]bool"p4go.weak.type.*map[int]bool"runtime.zerovaluetype.inttype.bool0type.map.bucket[int]bool*type.map.hdr[int]boolJgo.typelink.map[int]bool map[int]bool"type.map[int]bool&runtime.gcbits.e7038go.string.hdr."obj.LinkArch" 0go.string."obj.LinkArch"0go.string."obj.LinkArch" obj.LinkArch2go.string.hdr."ByteOrder" *go.string."ByteOrder"*go.string."ByteOrder" ByteOrder.go.string.hdr."Thechar" &go.string."Thechar"&go.string."Thechar"Thechar4go.string.hdr."Preprocess" 3873 ,go.string."Preprocess",go.string."Preprocess" Preprocess0go.string.hdr."Assemble" (go.string."Assemble"(go.string."Assemble" Assemble,go.string.hdr."Follow" $go.string."Follow"$go.string."Follow"Follow0go.string.hdr."Progedit" (go.string."Progedit"(go.string."Progedit" Progedit0go.string.hdr."UnaryDst" (go.string."UnaryDst"(go.string."UnaryDst" UnaryDst*go.string.hdr."Minlc" "go.string."Minlc""go.string."Minlc"Minlc.go.string.hdr."Ptrsize" &go.string."Ptrsize"&go.string."Ptrsize"Ptrsize.go.string.hdr."Regsize" &go.string."Regsize"&go.string."Regsize"Regsize0go.string.hdr."LinkArch" (go.string."LinkArch"(go.string."LinkArch" LinkArch type."".LinkArch hP (08@HPX`@0 runtime.algarray@&runtime.gcbits.e703P8go.string.hdr."obj.LinkArch"p"type.*"".LinkArch"runtime.zerovalue type."".LinkArch2go.string.hdr."ByteOrder"<type.encoding/binary.ByteOrder(go.string.hdr."Name"type.string.go.string.hdr."Thechar"type.int4go.string.hdr."Preprocess":type.func(*"".Link, *"".LSym)0go.string.hdr."Assemble":type.func(*"".Link, *"".LSym),go.string.hdr."Follow":type.func(*"".Link, *"".LSym)0go.string.hdr."Progedit":type.func(*"".Link, *"".Prog)0go.string.hdr."UnaryDst""type.map[int]bool*go.string.hdr."Minlc"type.int.go.string.hdr."Ptrsize"type.int.go.string.hdr."Regsize"type.int` type."".LinkArch0go.string.hdr."LinkArch""go.importpath."". type."".LinkArch:go.string.hdr."*obj.LinkArch" 2go.string."*obj.LinkArch"2go.string."*obj.LinkArch" *obj.LinkArch"type.*"".LinkArch660 runtime.algarray@"runtime.gcbits.01P:go.string.hdr."*obj.LinkArch"p4go.weak.type.**"".LinkArch"runtime.zerovalue type."".LinkArch type..hashfunc32 ,runtime.memhash_varlentype..eqfunc32 .runtime.memequal_varlentype..alg32 type..hashfunc32type..eqfunc32"runtime.gcbits.074go.string.hdr."obj.Biobuf" 3879 ,go.string."obj.Biobuf",go.string."obj.Biobuf" obj.Biobuf"go.string.hdr."f" go.string."f"go.string."f"f"go.string.hdr."r" go.string."r"go.string."r"r"go.string.hdr."w" go.string."w"go.string."w"w.go.string.hdr."linelen" &go.string."linelen"&go.string."linelen"linelen,go.string.hdr."Biobuf" $go.string."Biobuf"$go.string."Biobuf"Biobuftype."".Biobuf !p ,0type..alg32@"runtime.gcbits.07P4go.string.hdr."obj.Biobuf"ptype.*"".Biobuf"runtime.zerovaluetype."".Biobuf"go.string.hdr."f""go.importpath."".type.*os.File"go.string.hdr."r""go.importpath."".$type.*bufio.Reader"go.string.hdr."w""go.importpath."".$type.*bufio.Writer.go.string.hdr."linelen""go.importpath."".type.int`type."".Biobuf,go.string.hdr."Biobuf""go.importpath."".type."".Biobuf6go.string.hdr."*obj.Biobuf" .go.string."*obj.Biobuf".go.string."*obj.Biobuf" *obj.BiobufNgo.string.hdr."func(*obj.Biobuf) error" Fgo.string."func(*obj.Biobuf) error"Fgo.string."func(*obj.Biobuf) error"00func(*obj.Biobuf) error6type.func(*"".Biobuf) errorF^930 runtime.algarray@"runtime.gcbits.01PNgo.string.hdr."func(*obj.Biobuf) error"pHgo.weak.type.*func(*"".Biobuf) error"runtime.zerovalue6type.func(*"".Biobuf) error6type.func(*"".Biobuf) errortype.*"".Biobuftype.errortgo.typelink.func(*obj.Biobuf) error func(*"".Biobuf) error6type.func(*"".Biobuf) errorngo.string.hdr."func(*obj.Biobuf, int) ([]uint8, error)" 'fgo.string."func(*obj.Biobuf, int) ([]uint8, error)"fgo.string."func(*obj.Biobuf, int) ([]uint8, error)"PPfunc(*obj.Biobuf, int) ([]uint8, error)Vtype.func(*"".Biobuf, int) ([]uint8, error)30 runtime.algarray@"runtime.gcbits.01Pngo.string.hdr."func(*obj.Biobuf, int) ([]uint8, error)"phgo.weak.type.*func(*"".Biobuf, int) ([]uint8, error)"runtime.zerovalueVtype.func(*"".Biobuf, int) ([]uint8, error)Vtype.func(*"".Biobuf, int) ([]uint8, error)type.*"".Biobuftype.inttype.[]uint8type.errorgo.typelink.func(*obj.Biobuf, int) ([]uint8, error) func(*"".Biobuf, int) ([]uint8, error)Vtype.func(*"".Biobuf, int) ([]uint8, error)ngo.string.hdr."func(*obj.Biobuf, []uint8) (int, error)" 'fgo.string."func(*obj.Biobuf, []uint8) (int, error)"fgo.string."func(*obj.Biobuf, []uint8) (int, error)"PPfunc(*obj.Biobuf, []uint8) (int, error)Vtype.func(*"".Biobuf, []uint8) (int, error)J30 runtime.algarray@"runtime.gcbits.01Pngo.string.hdr."func(*obj.Biobuf, []uint8) (int, error)"phgo.weak.type.*func(*"".Biobuf, []uint8) (int, error)"runtime.zerovalueVtype.func(*"".Biobuf, []uint8) (int, error)Vtype.func(*"".Biobuf, []uint8) (int, error)type.*"".Biobuftype.[]uint8type.inttype.errorgo.typelink.func(*obj.Biobuf, []uint8) (int, error) func(*"".Biobuf, []uint8) (int, error)Vtype.func(*"".Biobuf, []uint8) (int, error)*go.string.hdr."Flush" "go.string."Flush""go.string."Flush"Flush8go.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."Peek" go.string."Peek" go.string."Peek" 3883 PeekTgo.string.hdr."func(int) ([]uint8, error)" Lgo.string."func(int) ([]uint8, error)"Lgo.string."func(int) ([]uint8, error)"@6func(int) ([]uint8, error)>type.func(int) ([]uint8, error)<bC30 runtime.algarray@"runtime.gcbits.01PTgo.string.hdr."func(int) ([]uint8, error)"pPgo.weak.type.*func(int) ([]uint8, error)"runtime.zerovalue>type.func(int) ([]uint8, error)>type.func(int) ([]uint8, error)type.inttype.[]uint8type.errorgo.typelink.func(int) ([]uint8, error) func(int) ([]uint8, error)>type.func(int) ([]uint8, error)(go.string.hdr."Read" go.string."Read" go.string."Read" 3884 ReadTgo.string.hdr."func([]uint8) (int, error)" Lgo.string."func([]uint8) (int, error)"Lgo.string."func([]uint8) (int, error)"@6func([]uint8) (int, error)>type.func([]uint8) (int, error)N4P30 runtime.algarray@"runtime.gcbits.01PTgo.string.hdr."func([]uint8) (int, error)"pPgo.weak.type.*func([]uint8) (int, error)"runtime.zerovalue>type.func([]uint8) (int, error)>type.func([]uint8) (int, error)type.[]uint8type.inttype.errorgo.typelink.func([]uint8) (int, error) func([]uint8) (int, error)>type.func([]uint8) (int, error)*go.string.hdr."Write" "go.string."Write""go.string."Write"Writetype.*"".Biobuf 680 runtime.algarray@"runtime.gcbits.01P6go.string.hdr."*obj.Biobuf"p0go.weak.type.**"".Biobuf"runtime.zerovaluetype."".Biobuf`type.*"".Biobuftype.*"".Biobuf*go.string.hdr."Flush""type.func() error6type.func(*"".Biobuf) error$"".(*Biobuf).Flush$"".(*Biobuf).Flush(go.string.hdr."Peek">type.func(int) ([]uint8, error)Vtype.func(*"".Biobuf, int) ([]uint8, error)""".(*Biobuf).Peek""".(*Biobuf).Peek(go.string.hdr."Read">type.func([]uint8) (int, error)Vtype.func(*"".Biobuf, []uint8) (int, error)""".(*Biobuf).Read""".(*Biobuf).Read*go.string.hdr."Write">type.func([]uint8) (int, error)Vtype.func(*"".Biobuf, []uint8) (int, error)$"".(*Biobuf).Write$"".(*Biobuf).WriteTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a0type..hashfunc."".SymVer(type..hash."".SymVer,type..eqfunc."".SymVer$type..eq."".SymVer&type..alg."".SymVer 0type..hashfunc."".SymVer,type..eqfunc."".SymVer6go.string.hdr."*obj.SymVer" .go.string."*obj.SymVer".go.string."*obj.SymVer" *obj.SymVertype.*"".SymVer360 runtime.algarray@"runtime.gcbits.01P6go.string.hdr."*obj.SymVer"p0go.weak.type.**"".SymVer"runtime.zerovaluetype."".SymVer4go.string.hdr."obj.SymVer" 3888 ,go.string."obj.SymVer",go.string."obj.SymVer" obj.SymVer,go.string.hdr."SymVer" $go.string."SymVer"$go.string."SymVer"SymVertype."".SymVerI0&type..alg."".SymVer@"runtime.gcbits.01P4go.string.hdr."obj.SymVer"ptype.*"".SymVer"runtime.zerovaluetype."".SymVer(go.string.hdr."Name"type.string.go.string.hdr."Version"type.int`type."".SymVer,go.string.hdr."SymVer""go.importpath."".type."".SymVer8go.string.hdr."[]obj.SymVer" 0go.string."[]obj.SymVer"0go.string."[]obj.SymVer" []obj.SymVer type.[]"".SymVer;0 runtime.algarray@"runtime.gcbits.01P8go.string.hdr."[]obj.SymVer"p2go.weak.type.*[]"".SymVer"runtime.zerovaluetype."".SymVerHgo.typelink.[]obj.SymVer []"".SymVer type.[]"".SymVerTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals34eab47d33fa46b254c22cdccfd2dc77 Tgclocals51af24152615272c3d9efc8538f95767 6type..hashfunc.[8]"".SymVer.type..hash.[8]"".SymVer2type..eqfunc.[8]"".SymVer*type..eq.[8]"".SymVer,type..alg.[8]"".SymVer 6type..hashfunc.[8]"".SymVer2type..eqfunc.[8]"".SymVer:go.string.hdr."[8]obj.SymVer" 2go.string."[8]obj.SymVer"2go.string."[8]obj.SymVer" [8]obj.SymVer"type.[8]"".SymVer0,type..alg.[8]"".SymVer@*runtime.gcbits.499224P:go.string.hdr."[8]obj.SymVer"p4go.weak.type.*[8]"".SymVer"runtime.zerovaluetype."".SymVer type.[]"".SymVerLgo.typelink.[8]obj.SymVer [8]"".SymVer"type.[8]"".SymVer"runtime.gcbits.ff8go.string.hdr."[8]*obj.LSym" 0go.string."[8]*obj.LSym"0go.string."[8]*obj.LSym" [8]*obj.LSym type.[8]*"".LSym@@db;0type..alg64@"runtime.gcbits.ffP8go.string.hdr."[8]*obj.LSym"p2go.weak.type.*[8]*"".LSym"runtime.zerovaluetype.*"".LSymtype.[]*"".LSymHgo.typelink.[8]*obj.LSym [8]*"".LSym type.[8]*"".LSym`go.string.hdr."*map.bucket[obj.SymVer]*obj.LSym" Xgo.string."*map.bucket[obj.SymVer]*obj.LSym"Xgo.string."*map.bucket[obj.SymVer]*obj.LSym"PB*map.bucket[obj.SymVer]*obj.LSymFtype.*map.bucket["".SymVer]*"".LSymb=v60 runtime.algarray@"runtime.gcbits.01P`go.string.hdr."*map.bucket[obj.SymVer]*obj.LSym"pXgo.weak.type.**map.bucket["".SymVer]*"".LSym"runtime.zerovalueDtype.map.bucket["".SymVer]*"".LSym2runtime.gcbits.922449fe03 3894 3895 $I^go.string.hdr."map.bucket[obj.SymVer]*obj.LSym" Vgo.string."map.bucket[obj.SymVer]*obj.LSym"Vgo.string."map.bucket[obj.SymVer]*obj.LSym"@@map.bucket[obj.SymVer]*obj.LSymDtype.map.bucket["".SymVer]*"".LSymn= 0 runtime.algarray@2runtime.gcbits.922449fe03P^go.string.hdr."map.bucket[obj.SymVer]*obj.LSym"pVgo.weak.type.*map.bucket["".SymVer]*"".LSym"runtime.zerovalueDtype.map.bucket["".SymVer]*"".LSym.go.string.hdr."topbits"type.[8]uint8(go.string.hdr."keys""type.[8]"".SymVer,go.string.hdr."values" type.[8]*"".LSym0go.string.hdr."overflow"Ftype.*map.bucket["".SymVer]*"".LSymXgo.string.hdr."map.hdr[obj.SymVer]*obj.LSym" Pgo.string."map.hdr[obj.SymVer]*obj.LSym"Pgo.string."map.hdr[obj.SymVer]*obj.LSym"@:map.hdr[obj.SymVer]*obj.LSym>type.map.hdr["".SymVer]*"".LSym00% (,0 runtime.algarray@"runtime.gcbits.2cPXgo.string.hdr."map.hdr[obj.SymVer]*obj.LSym"pPgo.weak.type.*map.hdr["".SymVer]*"".LSym"runtime.zerovalue>type.map.hdr["".SymVer]*"".LSym*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"Ftype.*map.bucket["".SymVer]*"".LSym4go.string.hdr."oldbuckets"Ftype.*map.bucket["".SymVer]*"".LSym2go.string.hdr."nevacuate"type.uintptr0go.string.hdr."overflow"&type.unsafe.PointerPgo.string.hdr."map[obj.SymVer]*obj.LSym" Hgo.string."map[obj.SymVer]*obj.LSym"Hgo.string."map[obj.SymVer]*obj.LSym"@2map[obj.SymVer]*obj.LSym6type.map["".SymVer]*"".LSymNK 3897 50 runtime.algarray@"runtime.gcbits.01PPgo.string.hdr."map[obj.SymVer]*obj.LSym"pHgo.weak.type.*map["".SymVer]*"".LSym"runtime.zerovaluetype."".SymVertype.*"".LSymDtype.map.bucket["".SymVer]*"".LSym>type.map.hdr["".SymVer]*"".LSymvgo.typelink.map[obj.SymVer]*obj.LSym map["".SymVer]*"".LSym6type.map["".SymVer]*"".LSymTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a6type..hashfunc."".LineStack.type..hash."".LineStack2type..eqfunc."".LineStack*type..eq."".LineStack,type..alg."".LineStack 6type..hashfunc."".LineStack2type..eqfunc."".LineStack&runtime.gcbits.1501:go.string.hdr."obj.LineStack" 2go.string."obj.LineStack"2go.string."obj.LineStack" obj.LineStack,go.string.hdr."Parent" $go.string."Parent"$go.string."Parent"Parent.go.string.hdr."AbsFile" &go.string."AbsFile"&go.string."AbsFile"AbsFile0go.string.hdr."FileLine" (go.string."FileLine"(go.string."FileLine" FileLine2go.string.hdr."Directive" *go.string."Directive"*go.string."Directive" Directive2go.string.hdr."LineStack" *go.string."LineStack"*go.string."LineStack" LineStack"type."".LineStackHH} 08@00,type..alg."".LineStack@&runtime.gcbits.1501P:go.string.hdr."obj.LineStack"p$type.*"".LineStack"runtime.zerovalue"type."".LineStack,go.string.hdr."Parent"$type.*"".LineStack,go.string.hdr."Lineno"type.int(go.string.hdr."File"type.string.go.string.hdr."AbsFile"type.string0go.string.hdr."FileLine"type.int2go.string.hdr."Directive"type.bool&go.string.hdr."Sym"type.*"".LSym`"type."".LineStack2go.string.hdr."LineStack""go.importpath.""."type."".LineStack<go.string.hdr."*obj.LineStack" 4go.string."*obj.LineStack"4go.string."*obj.LineStack" *obj.LineStackZgo.string.hdr."func(*obj.LineStack, int) int" Rgo.string."func(*obj.LineStack, int) int"Rgo.string."func(*obj.LineStack, int) int"@<func(*obj.LineStack, int) intBtype.func(*"".LineStack, int) intvh30 runtime.algarray@"runtime.gcbits.01PZgo.string.hdr."func(*obj.LineStack, int) int"pTgo.weak.type.*func(*"".LineStack, int) int"runtime.zerovalueBtype.func(*"".LineStack, int) intBtype.func(*"".LineStack, int) int$type.*"".LineStacktype.inttype.intgo.typelink.func(*obj.LineStack, int) int func(*"".LineStack, int) intBtype.func(*"".LineStack, int) int4go.string.hdr."fileLineAt" 3899 ,go.string."fileLineAt",go.string."fileLineAt" fileLineAt:go.string.hdr."func(int) int" 2go.string."func(int) int"2go.string."func(int) int" func(int) int$type.func(int) int<230 runtime.algarray@"runtime.gcbits.01P:go.string.hdr."func(int) int"p6go.weak.type.*func(int) int"runtime.zerovalue$type.func(int) int$type.func(int) inttype.inttype.intNgo.typelink.func(int) int func(int) int$type.func(int) int$type.*"".LineStackE60 runtime.algarray@"runtime.gcbits.01P<go.string.hdr."*obj.LineStack"p6go.weak.type.**"".LineStack"runtime.zerovalue"type."".LineStack`$type.*"".LineStack$type.*"".LineStack4go.string.hdr."fileLineAt""go.importpath."".$type.func(int) intBtype.func(*"".LineStack, int) int4"".(*LineStack).fileLineAt4"".(*LineStack).fileLineAt<go.string.hdr."*obj.LineRange" 4go.string."*obj.LineRange"4go.string."*obj.LineRange" *obj.LineRange$type.*"".LineRange1d60 runtime.algarray@"runtime.gcbits.01P<go.string.hdr."*obj.LineRange"p6go.weak.type.**"".LineRange"runtime.zerovalue"type."".LineRange"runtime.gcbits.02:go.string.hdr."obj.LineRange" 2go.string."obj.LineRange"2go.string."obj.LineRange" obj.LineRange*go.string.hdr."Start" "go.string."Start""go.string."Start"Start*go.string.hdr."Stack" "go.string."Stack""go.string."Stack"Stack2go.string.hdr."LineRange" *go.string."LineRange"*go.string."LineRange" LineRange"type."".LineRange90 runtime.algarray@"runtime.gcbits.02P:go.string.hdr."obj.LineRange"p$type.*"".LineRange"runtime.zerovalue"type."".LineRange*go.string.hdr."Start"type.int*go.string.hdr."Stack"$type.*"".LineStack`"type."".LineRange2go.string.hdr."LineRange""go.importpath.""."type."".LineRange>go.string.hdr."[]obj.LineRange" 6go.string."[]obj.LineRange"6go.string."[]obj.LineRange" []obj.LineRange&type.[]"".LineRangeCi0 runtime.algarray@"runtime.gcbits.01P>go.string.hdr."[]obj.LineRange"p8go.weak.type.*[]"".LineRange"runtime.zerovalue"type."".LineRangeTgo.typelink.[]obj.LineRange []"".LineRange&type.[]"".LineRange:go.string.hdr."*obj.LineHist" 2go.string."*obj.LineHist"2go.string."*obj.LineHist" *obj.LineHistlgo.string.hdr."func(*obj.LineHist, int) (string, int)" &dgo.string."func(*obj.LineHist, int) (string, int)"dgo.string."func(*obj.LineHist, int) (string, int)"PNfunc(*obj.LineHist, int) (string, int)Ttype.func(*"".LineHist, int) (string, int)30 runtime.algarray@"runtime.gcbits.01Plgo.string.hdr."func(*obj.LineHist, int) (string, int)"pfgo.weak.type.*func(*"".LineHist, int) (string, int)"runtime.zerovalueTtype.func(*"".LineHist, int) (string, int)Ttype.func(*"".LineHist, int) (string, int)"type.*"".LineHisttype.inttype.stringtype.intgo.typelink.func(*obj.LineHist, int) (string, int) func(*"".LineHist, int) (string, int)Ttype.func(*"".LineHist, int) (string, int)ngo.string.hdr."func(*obj.LineHist, int) *obj.LineStack" 'fgo.string."func(*obj.LineHist, int) *obj.LineStack"fgo.string."func(*obj.LineHist, int) *obj.LineStack"PPfunc(*obj.LineHist, int) *obj.LineStackTtype.func(*"".LineHist, int) *"".LineStacko30 runtime.algarray@"runtime.gcbits.01Pngo.string.hdr."func(*obj.LineHist, int) *obj.LineStack"pfgo.weak.type.*func(*"".LineHist, int) *"".LineStack"runtime.zerovalueTtype.func(*"".LineHist, int) *"".LineStackTtype.func(*"".LineHist, int) *"".LineStack"type.*"".LineHisttype.int$type.*"".LineStackgo.typelink.func(*obj.LineHist, int) *obj.LineStack func(*"".LineHist, int) *"".LineStackTtype.func(*"".LineHist, int) *"".LineStack^go.string.hdr."func(*obj.LineHist, int) string" Vgo.string."func(*obj.LineHist, int) string"Vgo.string."func(*obj.LineHist, int) string"@@func(*obj.LineHist, int) stringFtype.func(*"".LineHist, int) stringk30 runtime.algarray@"runtime.gcbits.01P^go.string.hdr."func(*obj.LineHist, int) string"pXgo.weak.type.*func(*"".LineHist, int) string"runtime.zerovalueFtype.func(*"".LineHist, int) stringFtype.func(*"".LineHist, int) string"type.*"".LineHisttype.inttype.stringgo.typelink.func(*obj.LineHist, int) string func(*"".LineHist, int) stringFtype.func(*"".LineHist, int) stringPgo.string.hdr."func(*obj.LineHist, int)" Hgo.string."func(*obj.LineHist, int)"Hgo.string."func(*obj.LineHist, int)"@2func(*obj.LineHist, int)8type.func(*"".LineHist, int)-,30 runtime.algarray@"runtime.gcbits.01PPgo.string.hdr."func(*obj.LineHist, int)"pJgo.weak.type.*func(*"".LineHist, int)"runtime.zerovalue8type.func(*"".LineHist, int)8type.func(*"".LineHist, int)"type.*"".LineHisttype.intxgo.typelink.func(*obj.LineHist, int) func(*"".LineHist, int)8type.func(*"".LineHist, int)`go.string.hdr."func(*obj.LineHist, int, string)" Xgo.string."func(*obj.LineHist, int, string)"Xgo.string."func(*obj.LineHist, int, string)"PBfunc(*obj.LineHist, int, string)Htype.func(*"".LineHist, int, string){30 runtime.algarray@"runtime.gcbits.01P`go.string.hdr."func(*obj.LineHist, int, string)"pZgo.weak.type.*func(*"".LineHist, int, string)"runtime.zerovalueHtype.func(*"".LineHist, int, string)Htype.func(*"".LineHist, int, string)"type.*"".LineHisttype.inttype.stringgo.typelink.func(*obj.LineHist, int, string) func(*"".LineHist, int, string)Htype.func(*"".LineHist, int, string)jgo.string.hdr."func(*obj.LineHist, int, string, int)" %bgo.string."func(*obj.LineHist, int, string, int)"bgo.string."func(*obj.LineHist, int, string, int)"PLfunc(*obj.LineHist, int, string, int)Rtype.func(*"".LineHist, int, string, int)lvT30 runtime.algarray@"runtime.gcbits.01Pjgo.string.hdr."func(*obj.LineHist, int, string, int)"pdgo.weak.type.*func(*"".LineHist, int, string, int)"runtime.zerovalueRtype.func(*"".LineHist, int, string, int)Rtype.func(*"".LineHist, int, string, int)"type.*"".LineHisttype.inttype.stringtype.intgo.typelink.func(*obj.LineHist, int, string, int) func(*"".LineHist, int, string, int)Rtype.func(*"".LineHist, int, string, int)vgo.string.hdr."func(*obj.LineHist, *obj.LineStack, string)" +ngo.string."func(*obj.LineHist, *obj.LineStack, string)"ngo.string."func(*obj.LineHist, *obj.LineStack, string)"`Xfunc(*obj.LineHist, *obj.LineStack, string)\type.func(*"".LineHist, *"".LineStack, string)mA30 runtime.algarray@"runtime.gcbits.01Pvgo.string.hdr."func(*obj.LineHist, *obj.LineStack, string)"pngo.weak.type.*func(*"".LineHist, *"".LineStack, string)"runtime.zerovalue\type.func(*"".LineHist, *"".LineStack, string)\type.func(*"".LineHist, *"".LineStack, string)"type.*"".LineHist$type.*"".LineStacktype.stringgo.typelink.func(*obj.LineHist, *obj.LineStack, string) func(*"".LineHist, *"".LineStack, string)\type.func(*"".LineHist, *"".LineStack, string)pgo.string.hdr."func(*obj.LineHist, int, *obj.LineStack)" (hgo.string."func(*obj.LineHist, int, *obj.LineStack)"hgo.string."func(*obj.LineHist, int, *obj.LineStack)"`Rfunc(*obj.LineHist, int, *obj.LineStack)Vtype.func(*"".LineHist, int, *"".LineStack)~|30 runtime.algarray@"runtime.gcbits.01Ppgo.string.hdr."func(*obj.LineHist, int, *obj.LineStack)"phgo.weak.type.*func(*"".LineHist, int, *"".LineStack)"runtime.zerovalueVtype.func(*"".LineHist, int, *"".LineStack)Vtype.func(*"".LineHist, int, *"".LineStack)"type.*"".LineHisttype.int$type.*"".LineStackgo.typelink.func(*obj.LineHist, int, *obj.LineStack) func(*"".LineHist, int, *"".LineStack)Vtype.func(*"".LineHist, int, *"".LineStack)6go.string.hdr."AbsFileLine" .go.string."AbsFileLine".go.string."AbsFileLine" AbsFileLineNgo.string.hdr."func(int) (string, int)" Fgo.string."func(int) (string, int)"Fgo.string."func(int) (string, int)"00func(int) (string, int)8type.func(int) (string, int)u30 runtime.algarray@"runtime.gcbits.01PNgo.string.hdr."func(int) (string, int)"pJgo.weak.type.*func(int) (string, int)"runtime.zerovalue8type.func(int) (string, int)8type.func(int) (string, int)type.inttype.stringtype.intvgo.typelink.func(int) (string, int) func(int) (string, int)8type.func(int) (string, int)$go.string.hdr."At" go.string."At"go.string."At"AtPgo.string.hdr."func(int) *obj.LineStack" Hgo.string."func(int) *obj.LineStack"Hgo.string."func(int) *obj.LineStack"@2func(int) *obj.LineStack8type.func(int) *"".LineStackaR30 runtime.algarray@"runtime.gcbits.01PPgo.string.hdr."func(int) *obj.LineStack"pJgo.weak.type.*func(int) *"".LineStack"runtime.zerovalue8type.func(int) *"".LineStack8type.func(int) *"".LineStacktype.int$type.*"".LineStackxgo.typelink.func(int) *obj.LineStack func(int) *"".LineStack8type.func(int) *"".LineStack4go.string.hdr."LineString" 3910 ,go.string."LineString",go.string."LineString" LineString@go.string.hdr."func(int) string" 8go.string."func(int) string"8go.string."func(int) string"0"func(int) string*type.func(int) string30 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."func(int) string"p<go.weak.type.*func(int) string"runtime.zerovalue*type.func(int) string*type.func(int) stringtype.inttype.stringZgo.typelink.func(int) string func(int) string*type.func(int) string&go.string.hdr."Pop" go.string."Pop"go.string."Pop"Pop2go.string.hdr."func(int)" *go.string."func(int)"*go.string."func(int)" func(int)type.func(int)30 runtime.algarray@"runtime.gcbits.01P2go.string.hdr."func(int)"p.go.weak.type.*func(int)"runtime.zerovaluetype.func(int)type.func(int)type.int>go.typelink.func(int) func(int)type.func(int)(go.string.hdr."Push" go.string."Push" go.string."Push" 3911 PushBgo.string.hdr."func(int, string)" :go.string."func(int, string)":go.string."func(int, string)"0$func(int, string),type.func(int, string) 3912 !30 runtime.algarray@"runtime.gcbits.01PBgo.string.hdr."func(int, string)"p>go.weak.type.*func(int, string)"runtime.zerovalue,type.func(int, string),type.func(int, string)type.inttype.string^go.typelink.func(int, string) func(int, string),type.func(int, string),go.string.hdr."Update" $go.string."Update"$go.string."Update"UpdateLgo.string.hdr."func(int, string, int)" Dgo.string."func(int, string, int)"Dgo.string."func(int, string, int)"0.func(int, string, int)6type.func(int, string, int)&30 runtime.algarray@"runtime.gcbits.01PLgo.string.hdr."func(int, string, int)"pHgo.weak.type.*func(int, string, int)"runtime.zerovalue6type.func(int, string, int)6type.func(int, string, int)type.inttype.stringtype.intrgo.typelink.func(int, string, int) func(int, string, int)6type.func(int, string, int).go.string.hdr."setFile" &go.string."setFile"&go.string."setFile"setFileXgo.string.hdr."func(*obj.LineStack, string)" Pgo.string."func(*obj.LineStack, string)"Pgo.string."func(*obj.LineStack, string)"@:func(*obj.LineStack, string)@type.func(*"".LineStack, string)30 runtime.algarray@"runtime.gcbits.01PXgo.string.hdr."func(*obj.LineStack, string)"pRgo.weak.type.*func(*"".LineStack, string)"runtime.zerovalue@type.func(*"".LineStack, string)@type.func(*"".LineStack, string)$type.*"".LineStacktype.stringgo.typelink.func(*obj.LineStack, string) func(*"".LineStack, string)@type.func(*"".LineStack, string)4go.string.hdr."startRange" 3913 ,go.string."startRange",go.string."startRange" startRangeRgo.string.hdr."func(int, *obj.LineStack)" Jgo.string."func(int, *obj.LineStack)"Jgo.string."func(int, *obj.LineStack)"@4func(int, *obj.LineStack):type.func(int, *"".LineStack) {a30 runtime.algarray@"runtime.gcbits.01PRgo.string.hdr."func(int, *obj.LineStack)"pLgo.weak.type.*func(int, *"".LineStack)"runtime.zerovalue:type.func(int, *"".LineStack):type.func(int, *"".LineStack)type.int$type.*"".LineStack|go.typelink.func(int, *obj.LineStack) func(int, *"".LineStack):type.func(int, *"".LineStack)"type.*"".LineHistf6 n0 runtime.algarray@"runtime.gcbits.01P:go.string.hdr."*obj.LineHist"p4go.weak.type.**"".LineHist"runtime.zerovalue type."".LineHist`"type.*"".LineHist"type.*"".LineHist6go.string.hdr."AbsFileLine"8type.func(int) (string, int)Ttype.func(*"".LineHist, int) (string, int)4"".(*LineHist).AbsFileLine4"".(*LineHist).AbsFileLine$go.string.hdr."At"8type.func(int) *"".LineStackTtype.func(*"".LineHist, int) *"".LineStack""".(*LineHist).At""".(*LineHist).At0go.string.hdr."FileLine"8type.func(int) (string, int)Ttype.func(*"".LineHist, int) (string, int)."".(*LineHist).FileLine."".(*LineHist).FileLine4go.string.hdr."LineString"*type.func(int) stringFtype.func(*"".LineHist, int) string2"".(*LineHist).LineString2"".(*LineHist).LineString&go.string.hdr."Pop"type.func(int)8type.func(*"".LineHist, int)$"".(*LineHist).Pop$"".(*LineHist).Pop(go.string.hdr."Push",type.func(int, string)Htype.func(*"".LineHist, int, string)&"".(*LineHist).Push&"".(*LineHist).Push,go.string.hdr."Update"6type.func(int, string, int)Rtype.func(*"".LineHist, int, string, int)*"".(*LineHist).Update*"".(*LineHist).Update.go.string.hdr."setFile""go.importpath."".@type.func(*"".LineStack, string)\type.func(*"".LineHist, *"".LineStack, string),"".(*LineHist).setFile,"".(*LineHist).setFile4go.string.hdr."startRange""go.importpath."".:type.func(int, *"".LineStack)Vtype.func(*"".LineHist, int, *"".LineStack)2"".(*LineHist).startRange2"".(*LineHist).startRange&runtime.gcbits.5305S8go.string.hdr."obj.LineHist" 0go.string."obj.LineHist"0go.string."obj.LineHist" obj.LineHist&go.string.hdr."Top" go.string."Top"go.string."Top"Top,go.string.hdr."Ranges" $go.string."Ranges"$go.string."Ranges"Ranges&go.string.hdr."Dir" go.string."Dir"go.string."Dir"Dir<go.string.hdr."TrimPathPrefix" 4go.string."TrimPathPrefix"4go.string."TrimPathPrefix" TrimPathPrefix0go.string.hdr."LineHist" (go.string."LineHist"(go.string."LineHist" LineHist type."".LineHist`X04 0@P,0 runtime.algarray@&runtime.gcbits.5305P8go.string.hdr."obj.LineHist"p"type.*"".LineHist"runtime.zerovalue type."".LineHist&go.string.hdr."Top"$type.*"".LineStack,go.string.hdr."Ranges"&type.[]"".LineRange&go.string.hdr."Dir"type.string<go.string.hdr."TrimPathPrefix"type.string,go.string.hdr."GOROOT"type.string8go.string.hdr."GOROOT_FINAL"type.string` type."".LineHist0go.string.hdr."LineHist""go.importpath."". type."".LineHist0go.string.hdr."[]string" (go.string."[]string"(go.string."[]string" []stringtype.[]string 3916 0 runtime.algarray@"runtime.gcbits.01P0go.string.hdr."[]string"p,go.weak.type.*[]string"runtime.zerovaluetype.string:go.typelink.[]string []stringtype.[]string2go.string.hdr."obj.Plist" *go.string."obj.Plist"*go.string."obj.Plist" obj.Plist.go.string.hdr."Firstpc" &go.string."Firstpc"&go.string."Firstpc"Firstpc*go.string.hdr."Recur" "go.string."Recur""go.string."Recur"Recur*go.string.hdr."Plist" "go.string."Plist""go.string."Plist"Plisttype."".Plist E5$0type..alg32@"runtime.gcbits.0bP2go.string.hdr."obj.Plist"ptype.*"".Plist"runtime.zerovaluetype."".Plist(go.string.hdr."Name"type.*"".LSym.go.string.hdr."Firstpc"type.*"".Prog*go.string.hdr."Recur"type.int(go.string.hdr."Link"type.*"".Plist`type."".Plist*go.string.hdr."Plist""go.importpath."".type."".Plist4go.string.hdr."*obj.Plist" 3920 ,go.string."*obj.Plist",go.string."*obj.Plist" *obj.Plisttype.*"".Plist60 runtime.algarray@"runtime.gcbits.01P4go.string.hdr."*obj.Plist"p.go.weak.type.**"".Plist"runtime.zerovaluetype."".Plist"type..hashfunc100 d,runtime.memhash_varlentype..eqfunc100 d.runtime.memequal_varlentype..alg100 "type..hashfunc100type..eqfunc1004go.string.hdr."[100]uint8" 3922 ,go.string."[100]uint8",go.string."[100]uint8" [100]uint8type.[100]uint8dod0type..alg100@runtime.gcbits.P4go.string.hdr."[100]uint8"p0go.weak.type.*[100]uint8"runtime.zerovaluetype.uint8type.[]uint8Bgo.typelink.[100]uint8 [100]uint8type.[100]uint8Zgo.string.hdr."func(string, ...interface {})" Rgo.string."func(string, ...interface {})"Rgo.string."func(string, ...interface {})"@<func(string, ...interface {})Dtype.func(string, ...interface {})@30 runtime.algarray@"runtime.gcbits.01PZgo.string.hdr."func(string, ...interface {})"pVgo.weak.type.*func(string, ...interface {})"runtime.zerovalueDtype.func(string, ...interface {})Dtype.func(string, ...interface {})type.string&type.[]interface {}go.typelink.func(string, ...interface {}) func(string, ...interface {})Dtype.func(string, ...interface {})Fruntime.gcbits.8429a72aff0f0200a006)*0go.string.hdr."obj.Link" (go.string."obj.Link"(go.string."obj.Link" obj.Link*go.string.hdr."Goarm" "go.string."Goarm""go.string."Goarm"Goarm0go.string.hdr."Headtype" (go.string."Headtype"(go.string."Headtype" Headtype(go.string.hdr."Arch" go.string."Arch" go.string."Arch" 3924 Arch0go.string.hdr."Debugasm" (go.string."Debugasm"(go.string."Debugasm" Debugasm2go.string.hdr."Debugvlog" *go.string."Debugvlog"*go.string."Debugvlog" Debugvlog<go.string.hdr."Debugzerostack" 4go.string."Debugzerostack"4go.string."Debugzerostack" Debugzerostack6go.string.hdr."Debugdivmod" .go.string."Debugdivmod".go.string."Debugdivmod" Debugdivmod2go.string.hdr."Debugpcln" *go.string."Debugpcln"*go.string."Debugpcln" Debugpcln6go.string.hdr."Flag_shared" .go.string."Flag_shared".go.string."Flag_shared" Flag_shared8go.string.hdr."Flag_dynlink" 0go.string."Flag_dynlink"0go.string."Flag_dynlink" Flag_dynlink&go.string.hdr."Bso" go.string."Bso"go.string."Bso"Bso0go.string.hdr."Pathname" (go.string."Pathname"(go.string."Pathname" Pathname.go.string.hdr."Windows" &go.string."Windows"&go.string."Windows"Windows,go.string.hdr."Goroot" $go.string."Goroot"$go.string."Goroot"Goroot8go.string.hdr."Goroot_final" 0go.string."Goroot_final"0go.string."Goroot_final" Goroot_finalDgo.string.hdr."Enforce_data_order" <go.string."Enforce_data_order"<go.string."Enforce_data_order"0&Enforce_data_order(go.string.hdr."Hash" go.string."Hash" go.string."Hash" 3929 Hash.go.string.hdr."Imports" &go.string."Imports"&go.string."Imports"Imports*go.string.hdr."Plast" "go.string."Plast""go.string."Plast"Plast.go.string.hdr."Sym_div" &go.string."Sym_div"&go.string."Sym_div"Sym_div0go.string.hdr."Sym_divu" (go.string."Sym_divu"(go.string."Sym_divu" Sym_divu.go.string.hdr."Sym_mod" &go.string."Sym_mod"&go.string."Sym_mod"Sym_mod0go.string.hdr."Sym_modu" (go.string."Sym_modu"(go.string."Sym_modu" Sym_modu(go.string.hdr."Tlsg" go.string."Tlsg" go.string."Tlsg" 3931 Tlsg:go.string.hdr."Plan9privates" 2go.string."Plan9privates"2go.string."Plan9privates" Plan9privates(go.string.hdr."Curp" go.string."Curp" go.string."Curp" 3933 Curp,go.string.hdr."Printp" $go.string."Printp"$go.string."Printp"Printp,go.string.hdr."Blitrl" $go.string."Blitrl"$go.string."Blitrl"Blitrl,go.string.hdr."Elitrl" $go.string."Elitrl"$go.string."Elitrl"Elitrl.go.string.hdr."Rexflag" &go.string."Rexflag"&go.string."Rexflag"Rexflag&go.string.hdr."Rep" go.string."Rep"go.string."Rep"Rep(go.string.hdr."Repn" go.string."Repn" go.string."Repn" 3934 Repn(go.string.hdr."Lock" go.string."Lock" go.string."Lock" 3935 Lock,go.string.hdr."Asmode" $go.string."Asmode"$go.string."Asmode"Asmode,go.string.hdr."Andptr" $go.string."Andptr"$go.string."Andptr"Andptr&go.string.hdr."And" go.string."And"go.string."And"And4go.string.hdr."Instoffset" 3936 ,go.string."Instoffset",go.string."Instoffset" Instoffset0go.string.hdr."Autosize" (go.string."Autosize"(go.string."Autosize" Autosize.go.string.hdr."Armsize" &go.string."Armsize"&go.string."Armsize"Armsize2go.string.hdr."Tlsoffset" *go.string."Tlsoffset"*go.string."Tlsoffset" Tlsoffset(go.string.hdr."Diag" go.string."Diag" go.string."Diag" 3937 Diag,go.string.hdr."Cursym" $go.string."Cursym"$go.string."Cursym"Cursym*go.string.hdr."Textp" "go.string."Textp""go.string."Textp"Textp,go.string.hdr."Etextp" $go.string."Etextp"$go.string."Etextp"Etextptype."".Link XXhQ11 $(,08@PXhx (08@HPX`hpx (08@HP0 runtime.algarray@Fruntime.gcbits.8429a72aff0f0200a006P0go.string.hdr."obj.Link"ptype.*"".Link"runtime.zerovaluetype."".Link*go.string.hdr."Goarm"type.int320go.string.hdr."Headtype"type.int(go.string.hdr."Arch""type.*"".LinkArch0go.string.hdr."Debugasm"type.int322go.string.hdr."Debugvlog"type.int32<go.string.hdr."Debugzerostack"type.int326go.string.hdr."Debugdivmod"type.int322go.string.hdr."Debugpcln"type.int326go.string.hdr."Flag_shared"type.int328go.string.hdr."Flag_dynlink"type.bool&go.string.hdr."Bso"type.*"".Biobuf0go.string.hdr."Pathname"type.string .go.string.hdr."Windows" type.int32 ,go.string.hdr."Goroot" type.string 3939 8go.string.hdr."Goroot_final" 3940 type.string 3941 Dgo.string.hdr."Enforce_data_order"type.int32(go.string.hdr."Hash"6type.map["".SymVer]*"".LSym0go.string.hdr."LineHist" type."".LineHist.go.string.hdr."Imports" type.[]string *go.string.hdr."Plist" type.*"".Plist*go.string.hdr."Plast"type.*"".Plist.go.string.hdr."Sym_div"type.*"".LSym0go.string.hdr."Sym_divu"type.*"".LSym.go.string.hdr."Sym_mod"type.*"".LSym0go.string.hdr."Sym_modu"type.*"".LSym(go.string.hdr."Tlsg"type.*"".LSym:go.string.hdr."Plan9privates"type.*"".LSym(go.string.hdr."Curp"type.*"".Prog,go.string.hdr."Printp"type.*"".Prog,go.string.hdr."Blitrl"type.*"".Prog,go.string.hdr."Elitrl"type.*"".Prog.go.string.hdr."Rexflag"type.int&go.string.hdr."Rep"type.int(go.string.hdr."Repn"type.int(go.string.hdr."Lock"type.int,go.string.hdr."Asmode"type.int,go.string.hdr."Andptr"type.[]uint8&go.string.hdr."And"type.[100]uint84go.string.hdr."Instoffset"type.int640go.string.hdr."Autosize"type.int32.go.string.hdr."Armsize"type.int32$go.string.hdr."Pc"type.int642go.string.hdr."Tlsoffset"type.int(go.string.hdr."Diag"Dtype.func(string, ...interface {})(go.string.hdr."Mode"type.int,go.string.hdr."Cursym"type.*"".LSym.go.string.hdr."Version"type.int*go.string.hdr."Textp"type.*"".LSym,go.string.hdr."Etextp"type.*"".LSym` type."".Link (go.string.hdr."Link" "go.importpath."". type."".Link2go.string.hdr."*obj.Link" *go.string."*obj.Link"*go.string."*obj.Link" *obj.LinkNgo.string.hdr."func(*obj.Link, string)" Fgo.string."func(*obj.Link, string)"Fgo.string."func(*obj.Link, string)"00func(*obj.Link, string)6type.func(*"".Link, string)dm*30 runtime.algarray@"runtime.gcbits.01PNgo.string.hdr."func(*obj.Link, string)"pHgo.weak.type.*func(*"".Link, string)"runtime.zerovalue6type.func(*"".Link, string)6type.func(*"".Link, string)type.*"".Linktype.stringtgo.typelink.func(*obj.Link, string) func(*"".Link, string)6type.func(*"".Link, string)bgo.string.hdr."func(*obj.Link, *obj.Addr) string" !Zgo.string."func(*obj.Link, *obj.Addr) string"Zgo.string."func(*obj.Link, *obj.Addr) string"PDfunc(*obj.Link, *obj.Addr) stringHtype.func(*"".Link, *"".Addr) stringeZX30 runtime.algarray@"runtime.gcbits.01Pbgo.string.hdr."func(*obj.Link, *obj.Addr) string"pZgo.weak.type.*func(*"".Link, *"".Addr) string"runtime.zerovalueHtype.func(*"".Link, *"".Addr) stringHtype.func(*"".Link, *"".Addr) stringtype.*"".Linktype.*"".Addrtype.stringgo.typelink.func(*obj.Link, *obj.Addr) string func(*"".Link, *"".Addr) stringHtype.func(*"".Link, *"".Addr) stringVgo.string.hdr."func(*obj.Link, int) string" Ngo.string."func(*obj.Link, int) string"Ngo.string."func(*obj.Link, int) string"@8func(*obj.Link, int) string>type.func(*"".Link, int) stringR30 runtime.algarray@"runtime.gcbits.01PVgo.string.hdr."func(*obj.Link, int) string"pPgo.weak.type.*func(*"".Link, int) string"runtime.zerovalue>type.func(*"".Link, int) string>type.func(*"".Link, int) stringtype.*"".Linktype.inttype.stringgo.typelink.func(*obj.Link, int) string func(*"".Link, int) string>type.func(*"".Link, int) stringRgo.string.hdr."func(*obj.Link) *obj.Prog" Jgo.string."func(*obj.Link) *obj.Prog"Jgo.string."func(*obj.Link) *obj.Prog"@4func(*obj.Link) *obj.Prog8type.func(*"".Link) *"".Prog<G30 runtime.algarray@"runtime.gcbits.01PRgo.string.hdr."func(*obj.Link) *obj.Prog"pJgo.weak.type.*func(*"".Link) *"".Prog"runtime.zerovalue8type.func(*"".Link) *"".Prog8type.func(*"".Link) *"".Progtype.*"".Linktype.*"".Progzgo.typelink.func(*obj.Link) *obj.Prog func(*"".Link) *"".Prog8type.func(*"".Link) *"".Prog2go.string.hdr."AddImport" *go.string."AddImport"*go.string."AddImport" AddImport8go.string.hdr."func(string)" 0go.string."func(string)"0go.string."func(string)" func(string)"type.func(string)30 runtime.algarray@"runtime.gcbits.01P8go.string.hdr."func(string)"p4go.weak.type.*func(string)"runtime.zerovalue"type.func(string)"type.func(string)type.stringJgo.typelink.func(string) func(string)"type.func(string)*go.string.hdr."Dconv" "go.string."Dconv""go.string."Dconv"DconvLgo.string.hdr."func(*obj.Addr) string" Dgo.string."func(*obj.Addr) string"Dgo.string."func(*obj.Addr) string"0.func(*obj.Addr) string4type.func(*"".Addr) stringR30 runtime.algarray@"runtime.gcbits.01PLgo.string.hdr."func(*obj.Addr) string"pFgo.weak.type.*func(*"".Addr) string"runtime.zerovalue4type.func(*"".Addr) string4type.func(*"".Addr) stringtype.*"".Addrtype.stringpgo.typelink.func(*obj.Addr) string func(*"".Addr) string4type.func(*"".Addr) string.go.string.hdr."NewProg" &go.string."NewProg"&go.string."NewProg"NewProg@go.string.hdr."func() *obj.Prog" 8go.string."func() *obj.Prog"8go.string."func() *obj.Prog"0"func() *obj.Prog(type.func() *"".Progz230 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."func() *obj.Prog"p:go.weak.type.*func() *"".Prog"runtime.zerovalue(type.func() *"".Prog(type.func() *"".Progtype.*"".ProgXgo.typelink.func() *obj.Prog func() *"".Prog(type.func() *"".Progtype.*"".LinkX680 runtime.algarray@"runtime.gcbits.01P2go.string.hdr."*obj.Link"p,go.weak.type.**"".Link"runtime.zerovaluetype."".Link`type.*"".Linktype.*"".Link2go.string.hdr."AddImport""type.func(string)6type.func(*"".Link, string)("".(*Link).AddImport("".(*Link).AddImport*go.string.hdr."Dconv"4type.func(*"".Addr) stringHtype.func(*"".Link, *"".Addr) string "".(*Link).Dconv "".(*Link).Dconv(go.string.hdr."Line"*type.func(int) string>type.func(*"".Link, int) string"".(*Link).Line"".(*Link).Line.go.string.hdr."NewProg"(type.func() *"".Prog8type.func(*"".Link) *"".Prog$"".(*Link).NewProg$"".(*Link).NewProgTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a<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-q60 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*[2]interface {}"p<go.weak.type.**[2]interface {}"runtime.zerovalue(type.[2]interface {}2go.string.hdr."obj.count" *go.string."obj.count"*go.string."obj.count" obj.counttype."".count:0 runtime.algarray@runtime.gcbits.P2go.string.hdr."obj.count"ptype.*"".count"runtime.zerovalue`type."".count*go.string.hdr."count""go.importpath."".type."".count4go.string.hdr."*obj.count" 3954 ,go.string."*obj.count",go.string."*obj.count" *obj.countJgo.string.hdr."func(*obj.count) bool" Bgo.string."func(*obj.count) bool"Bgo.string."func(*obj.count) bool"0,func(*obj.count) bool2type.func(*"".count) boolT30 runtime.algarray@"runtime.gcbits.01PJgo.string.hdr."func(*obj.count) bool"pDgo.weak.type.*func(*"".count) bool"runtime.zerovalue2type.func(*"".count) bool2type.func(*"".count) booltype.*"".counttype.boollgo.typelink.func(*obj.count) bool func(*"".count) bool2type.func(*"".count) bool\go.string.hdr."func(*obj.count, string) error" Tgo.string."func(*obj.count, string) error"Tgo.string."func(*obj.count, string) error"@>func(*obj.count, string) errorDtype.func(*"".count, string) errore30 runtime.algarray@"runtime.gcbits.01P\go.string.hdr."func(*obj.count, string) error"pVgo.weak.type.*func(*"".count, string) error"runtime.zerovalueDtype.func(*"".count, string) errorDtype.func(*"".count, string) errortype.*"".counttype.stringtype.errorgo.typelink.func(*obj.count, string) error func(*"".count, string) errorDtype.func(*"".count, string) errorNgo.string.hdr."func(*obj.count) string" Fgo.string."func(*obj.count) string"Fgo.string."func(*obj.count) string"00func(*obj.count) string6type.func(*"".count) string Q30 runtime.algarray@"runtime.gcbits.01PNgo.string.hdr."func(*obj.count) string"pHgo.weak.type.*func(*"".count) string"runtime.zerovalue6type.func(*"".count) string6type.func(*"".count) stringtype.*"".counttype.stringtgo.typelink.func(*obj.count) string func(*"".count) string6type.func(*"".count) string4go.string.hdr."IsBoolFlag" 3955 ,go.string."IsBoolFlag",go.string."IsBoolFlag" IsBoolFlag6go.string.hdr."func() bool" .go.string."func() bool".go.string."func() bool" func() bool type.func() boolTx30 runtime.algarray@"runtime.gcbits.01P6go.string.hdr."func() bool"p2go.weak.type.*func() bool"runtime.zerovalue type.func() bool type.func() booltype.boolFgo.typelink.func() bool func() bool type.func() bool&go.string.hdr."Set" go.string."Set"go.string."Set"SetDgo.string.hdr."func(string) error" <go.string."func(string) error"<go.string."func(string) error"0&func(string) error.type.func(string) errorBh30 runtime.algarray@"runtime.gcbits.01PDgo.string.hdr."func(string) error"p@go.weak.type.*func(string) error"runtime.zerovalue.type.func(string) error.type.func(string) errortype.stringtype.errorbgo.typelink.func(string) error func(string) error.type.func(string) errortype.*"".countx>6.0 runtime.algarray@"runtime.gcbits.01P4go.string.hdr."*obj.count"p.go.weak.type.**"".count"runtime.zerovaluetype."".count`type.*"".counttype.*"".count4go.string.hdr."IsBoolFlag" type.func() bool2type.func(*"".count) bool,"".(*count).IsBoolFlag,"".(*count).IsBoolFlag&go.string.hdr."Set".type.func(string) errorDtype.func(*"".count, string) error"".(*count).Set"".(*count).Set,go.string.hdr."String"$type.func() string6type.func(*"".count) string$"".(*count).String$"".(*count).String<go.string.hdr."obj.int32Value" 4go.string."obj.int32Value"4go.string."obj.int32Value" obj.int32Value4go.string.hdr."int32Value" 3957 ,go.string."int32Value",go.string."int32Value" int32Value$type."".int32Value*i0 runtime.algarray@runtime.gcbits.P<go.string.hdr."obj.int32Value"p&type.*"".int32Value"runtime.zerovalue`$type."".int32Value4go.string.hdr."int32Value""go.importpath."".$type."".int32Value>go.string.hdr."*obj.int32Value" 6go.string."*obj.int32Value"6go.string."*obj.int32Value" *obj.int32Valuedgo.string.hdr."func(*obj.int32Value) interface {}" "\go.string."func(*obj.int32Value) interface {}"\go.string."func(*obj.int32Value) interface {}"PFfunc(*obj.int32Value) interface {}Ltype.func(*"".int32Value) interface {})30 runtime.algarray@"runtime.gcbits.01Pdgo.string.hdr."func(*obj.int32Value) interface {}"p^go.weak.type.*func(*"".int32Value) interface {}"runtime.zerovalueLtype.func(*"".int32Value) interface {}Ltype.func(*"".int32Value) interface {}&type.*"".int32Value"type.interface {}go.typelink.func(*obj.int32Value) interface {} func(*"".int32Value) interface {}Ltype.func(*"".int32Value) interface {}fgo.string.hdr."func(*obj.int32Value, string) error" #^go.string."func(*obj.int32Value, string) error"^go.string."func(*obj.int32Value, string) error"PHfunc(*obj.int32Value, string) errorNtype.func(*"".int32Value, string) error30 runtime.algarray@"runtime.gcbits.01Pfgo.string.hdr."func(*obj.int32Value, string) error"p`go.weak.type.*func(*"".int32Value, string) error"runtime.zerovalueNtype.func(*"".int32Value, string) errorNtype.func(*"".int32Value, string) error&type.*"".int32Valuetype.stringtype.errorgo.typelink.func(*obj.int32Value, string) error func(*"".int32Value, string) errorNtype.func(*"".int32Value, string) errorXgo.string.hdr."func(*obj.int32Value) string" Pgo.string."func(*obj.int32Value) string"Pgo.string."func(*obj.int32Value) string"@:func(*obj.int32Value) string@type.func(*"".int32Value) stringz30 runtime.algarray@"runtime.gcbits.01PXgo.string.hdr."func(*obj.int32Value) string"pRgo.weak.type.*func(*"".int32Value) string"runtime.zerovalue@type.func(*"".int32Value) string@type.func(*"".int32Value) string&type.*"".int32Valuetype.stringgo.typelink.func(*obj.int32Value) string func(*"".int32Value) string@type.func(*"".int32Value) string&go.string.hdr."Get" go.string."Get"go.string."Get"GetFgo.string.hdr."func() interface {}" >go.string."func() interface {}">go.string."func() interface {}"0(func() interface {}0type.func() interface {}#30 runtime.algarray@"runtime.gcbits.01PFgo.string.hdr."func() interface {}"pBgo.weak.type.*func() interface {}"runtime.zerovalue0type.func() interface {}0type.func() interface {}"type.interface {}fgo.typelink.func() interface {} func() interface {}0type.func() interface {}&type.*"".int32Value6.0 runtime.algarray@"runtime.gcbits.01P>go.string.hdr."*obj.int32Value"p8go.weak.type.**"".int32Value"runtime.zerovalue$type."".int32Value`&type.*"".int32Value&type.*"".int32Value&go.string.hdr."Get"0type.func() interface {}Ltype.func(*"".int32Value) interface {}("".(*int32Value).Get("".(*int32Value).Get&go.string.hdr."Set".type.func(string) errorNtype.func(*"".int32Value, string) error("".(*int32Value).Set("".(*int32Value).Set,go.string.hdr."String"$type.func() string@type.func(*"".int32Value) string."".(*int32Value).String."".(*int32Value).String0go.string.hdr."*obj.fn0" (go.string."*obj.fn0"(go.string."*obj.fn0" *obj.fn0&go.string.hdr."obj" go.string."obj"go.string."obj"obj&go.string.hdr."fn0" go.string."fn0"go.string."fn0"fn0Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals1347047f6245a35b91e9a4f213167d52Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals3f5c1f818fa7055d0400cecd34057162Vgo.string.hdr."func(*obj.fn0) interface {}" Ngo.string."func(*obj.fn0) interface {}"Ngo.string."func(*obj.fn0) interface {}"@8func(*obj.fn0) interface {}>type.func(*"".fn0) interface {}30 runtime.algarray@"runtime.gcbits.01PVgo.string.hdr."func(*obj.fn0) interface {}"pPgo.weak.type.*func(*"".fn0) interface {}"runtime.zerovalue>type.func(*"".fn0) interface {}>type.func(*"".fn0) interface {}type.*"".fn0"type.interface {}go.typelink.func(*obj.fn0) interface {} func(*"".fn0) interface {}>type.func(*"".fn0) interface {}Fgo.string.hdr."func(*obj.fn0) bool" >go.string."func(*obj.fn0) bool">go.string."func(*obj.fn0) bool"0(func(*obj.fn0) bool.type.func(*"".fn0) boolE30 runtime.algarray@"runtime.gcbits.01PFgo.string.hdr."func(*obj.fn0) bool"p@go.weak.type.*func(*"".fn0) bool"runtime.zerovalue.type.func(*"".fn0) bool.type.func(*"".fn0) booltype.*"".fn0type.booldgo.typelink.func(*obj.fn0) bool func(*"".fn0) bool.type.func(*"".fn0) boolXgo.string.hdr."func(*obj.fn0, string) error" Pgo.string."func(*obj.fn0, string) error"Pgo.string."func(*obj.fn0, string) error"@:func(*obj.fn0, string) error@type.func(*"".fn0, string) error30 runtime.algarray@"runtime.gcbits.01PXgo.string.hdr."func(*obj.fn0, string) error"pRgo.weak.type.*func(*"".fn0, string) error"runtime.zerovalue@type.func(*"".fn0, string) error@type.func(*"".fn0, string) errortype.*"".fn0type.stringtype.errorgo.typelink.func(*obj.fn0, string) error func(*"".fn0, string) error@type.func(*"".fn0, string) errorJgo.string.hdr."func(*obj.fn0) string" Bgo.string."func(*obj.fn0) string"Bgo.string."func(*obj.fn0) string"0,func(*obj.fn0) string2type.func(*"".fn0) string30 runtime.algarray@"runtime.gcbits.01PJgo.string.hdr."func(*obj.fn0) string"pDgo.weak.type.*func(*"".fn0) string"runtime.zerovalue2type.func(*"".fn0) string2type.func(*"".fn0) stringtype.*"".fn0type.stringlgo.typelink.func(*obj.fn0) string func(*"".fn0) string2type.func(*"".fn0) stringtype.*"".fn0680 runtime.algarray@"runtime.gcbits.01P0go.string.hdr."*obj.fn0"p*go.weak.type.**"".fn0"runtime.zerovaluetype."".fn0`type.*"".fn0type.*"".fn0&go.string.hdr."Get"0type.func() interface {}>type.func(*"".fn0) interface {}"".(*fn0).Get"".(*fn0).Get4go.string.hdr."IsBoolFlag" type.func() bool.type.func(*"".fn0) bool("".(*fn0).IsBoolFlag("".(*fn0).IsBoolFlag&go.string.hdr."Set".type.func(string) error@type.func(*"".fn0, string) error"".(*fn0).Set"".(*fn0).Set,go.string.hdr."String"$type.func() string2type.func(*"".fn0) string "".(*fn0).String "".(*fn0).String.go.string.hdr."obj.fn0" &go.string."obj.fn0"&go.string."obj.fn0"obj.fn0Tgo.string.hdr."func(obj.fn0) interface {}" Lgo.string."func(obj.fn0) interface {}"Lgo.string."func(obj.fn0) interface {}"@6func(obj.fn0) interface {}<type.func("".fn0) interface {}~x30 runtime.algarray@"runtime.gcbits.01PTgo.string.hdr."func(obj.fn0) interface {}"pNgo.weak.type.*func("".fn0) interface {}"runtime.zerovalue<type.func("".fn0) interface {}<type.func("".fn0) interface {}type."".fn0"type.interface {}go.typelink.func(obj.fn0) interface {} func("".fn0) interface {}<type.func("".fn0) interface {}Dgo.string.hdr."func(obj.fn0) bool" <go.string."func(obj.fn0) bool"<go.string."func(obj.fn0) bool"0&func(obj.fn0) bool,type.func("".fn0) boolUj30 runtime.algarray@"runtime.gcbits.01PDgo.string.hdr."func(obj.fn0) bool"p>go.weak.type.*func("".fn0) bool"runtime.zerovalue,type.func("".fn0) bool,type.func("".fn0) booltype."".fn0type.bool`go.typelink.func(obj.fn0) bool func("".fn0) bool,type.func("".fn0) boolVgo.string.hdr."func(obj.fn0, string) error" Ngo.string."func(obj.fn0, string) error"Ngo.string."func(obj.fn0, string) error"@8func(obj.fn0, string) error>type.func("".fn0, string) error30 runtime.algarray@"runtime.gcbits.01PVgo.string.hdr."func(obj.fn0, string) error"pPgo.weak.type.*func("".fn0, string) error"runtime.zerovalue>type.func("".fn0, string) error>type.func("".fn0, string) errortype."".fn0type.stringtype.errorgo.typelink.func(obj.fn0, string) error func("".fn0, string) error>type.func("".fn0, string) errorHgo.string.hdr."func(obj.fn0) string" @go.string."func(obj.fn0) string"@go.string."func(obj.fn0) string"0*func(obj.fn0) string0type.func("".fn0) string t30 runtime.algarray@"runtime.gcbits.01PHgo.string.hdr."func(obj.fn0) string"pBgo.weak.type.*func("".fn0) string"runtime.zerovalue0type.func("".fn0) string0type.func("".fn0) stringtype."".fn0type.stringhgo.typelink.func(obj.fn0) string func("".fn0) string0type.func("".fn0) stringtype."".fn0?{3>0 runtime.algarray@"runtime.gcbits.01P.go.string.hdr."obj.fn0"ptype.*"".fn0"runtime.zerovaluetype."".fn0type."".fn0`type."".fn0&go.string.hdr."fn0""go.importpath."".type."".fn0&go.string.hdr."Get"0type.func() interface {}<type.func("".fn0) interface {}"".fn0.Get"".fn0.Get4go.string.hdr."IsBoolFlag" type.func() bool,type.func("".fn0) bool""".fn0.IsBoolFlag""".fn0.IsBoolFlag&go.string.hdr."Set".type.func(string) error>type.func("".fn0, string) error"".fn0.Set"".fn0.Set,go.string.hdr."String"$type.func() string0type.func("".fn0) string"".fn0.String"".fn0.String,go.string.hdr."func()" $go.string."func()"$go.string."func()"func()type.func()30 runtime.algarray@"runtime.gcbits.01P,go.string.hdr."func()"p(go.weak.type.*func()"runtime.zerovaluetype.func()type.func()2go.typelink.func() func()type.func()0go.string.hdr."*obj.fn1" (go.string."*obj.fn1"(go.string."*obj.fn1" *obj.fn1&go.string.hdr."fn1" go.string."fn1"go.string."fn1"fn1Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals1347047f6245a35b91e9a4f213167d52Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Xgo.string.hdr."func(*obj.fn1, string) error" Pgo.string."func(*obj.fn1, string) error"Pgo.string."func(*obj.fn1, string) error"@:func(*obj.fn1, string) error@type.func(*"".fn1, string) errorRF30 runtime.algarray@"runtime.gcbits.01PXgo.string.hdr."func(*obj.fn1, string) error"pRgo.weak.type.*func(*"".fn1, string) error"runtime.zerovalue@type.func(*"".fn1, string) error@type.func(*"".fn1, string) errortype.*"".fn1type.stringtype.errorgo.typelink.func(*obj.fn1, string) error func(*"".fn1, string) error@type.func(*"".fn1, string) errorJgo.string.hdr."func(*obj.fn1) string" Bgo.string."func(*obj.fn1) string"Bgo.string."func(*obj.fn1) string"0,func(*obj.fn1) string2type.func(*"".fn1) string]HI30 runtime.algarray@"runtime.gcbits.01PJgo.string.hdr."func(*obj.fn1) string"pDgo.weak.type.*func(*"".fn1) string"runtime.zerovalue2type.func(*"".fn1) string2type.func(*"".fn1) stringtype.*"".fn1type.stringlgo.typelink.func(*obj.fn1) string func(*"".fn1) string2type.func(*"".fn1) stringtype.*"".fn16$0 runtime.algarray@"runtime.gcbits.01P0go.string.hdr."*obj.fn1"p*go.weak.type.**"".fn1"runtime.zerovaluetype."".fn1`type.*"".fn1type.*"".fn1&go.string.hdr."Set".type.func(string) error@type.func(*"".fn1, string) error"".(*fn1).Set"".(*fn1).Set,go.string.hdr."String"$type.func() string2type.func(*"".fn1) string "".(*fn1).String "".(*fn1).String.go.string.hdr."obj.fn1" &go.string."obj.fn1"&go.string."obj.fn1"obj.fn1Vgo.string.hdr."func(obj.fn1, string) error" Ngo.string."func(obj.fn1, string) error"Ngo.string."func(obj.fn1, string) error"@8func(obj.fn1, string) error>type.func("".fn1, string) errorH30 runtime.algarray@"runtime.gcbits.01PVgo.string.hdr."func(obj.fn1, string) error"pPgo.weak.type.*func("".fn1, string) error"runtime.zerovalue>type.func("".fn1, string) error>type.func("".fn1, string) errortype."".fn1type.stringtype.errorgo.typelink.func(obj.fn1, string) error func("".fn1, string) error>type.func("".fn1, string) errorHgo.string.hdr."func(obj.fn1) string" @go.string."func(obj.fn1) string"@go.string."func(obj.fn1) string"0*func(obj.fn1) string0type.func("".fn1) string430 runtime.algarray@"runtime.gcbits.01PHgo.string.hdr."func(obj.fn1) string"pBgo.weak.type.*func("".fn1) string"runtime.zerovalue0type.func("".fn1) string0type.func("".fn1) stringtype."".fn1type.stringhgo.typelink.func(obj.fn1) string func("".fn1) string0type.func("".fn1) stringtype."".fn153,0 runtime.algarray@"runtime.gcbits.01P.go.string.hdr."obj.fn1"ptype.*"".fn1"runtime.zerovaluetype."".fn1type."".fn1type.string`type."".fn1&go.string.hdr."fn1""go.importpath."".type."".fn1&go.string.hdr."Set".type.func(string) error>type.func("".fn1, string) error"".fn1.Set"".fn1.Set,go.string.hdr."String"$type.func() string0type.func("".fn1) string"".fn1.String"".fn1.String.go.string.hdr."[]int32" &go.string."[]int32"&go.string."[]int32"[]int32type.[]int32*Ms0 runtime.algarray@"runtime.gcbits.01P.go.string.hdr."[]int32"p*go.weak.type.*[]int32"runtime.zerovaluetype.int326go.typelink.[]int32 []int32type.[]int32 type..hashfunc20 ,runtime.memhash_varlentype..eqfunc20 .runtime.memequal_varlentype..alg20 type..hashfunc20type..eqfunc200go.string.hdr."[5]int32" (go.string."[5]int32"(go.string."[5]int32" [5]int32type.[5]int321n0type..alg20@runtime.gcbits.P0go.string.hdr."[5]int32"p,go.weak.type.*[5]int32"runtime.zerovaluetype.int32type.[]int32:go.typelink.[5]int32 [5]int32type.[5]int326go.string.hdr."[]*obj.Prog" .go.string."[]*obj.Prog".go.string."[]*obj.Prog" []*obj.Progtype.[]*"".Prog~0 runtime.algarray@"runtime.gcbits.01P6go.string.hdr."[]*obj.Prog"p0go.weak.type.*[]*"".Prog"runtime.zerovaluetype.*"".ProgDgo.typelink.[]*obj.Prog []*"".Progtype.[]*"".Prog type..hashfunc40 (,runtime.memhash_varlentype..eqfunc40 (.runtime.memequal_varlentype..alg40 type..hashfunc40type..eqfunc40"runtime.gcbits.1f8go.string.hdr."[5]*obj.Prog" 0go.string."[5]*obj.Prog"0go.string."[5]*obj.Prog" [5]*obj.Prog type.[5]*"".Prog(($0type..alg40@"runtime.gcbits.1fP8go.string.hdr."[5]*obj.Prog"p2go.weak.type.*[5]*"".Prog"runtime.zerovaluetype.*"".Progtype.[]*"".ProgHgo.typelink.[5]*obj.Prog [5]*"".Prog type.[5]*"".ProgTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a0type..hashfunc.[2]string(type..hash.[2]string,type..eqfunc.[2]string$type..eq.[2]string&type..alg.[2]string 0type..hashfunc.[2]string,type..eqfunc.[2]string"runtime.gcbits.052go.string.hdr."[2]string" *go.string."[2]string"*go.string."[2]string" [2]stringtype.[2]string PX0&type..alg.[2]string@"runtime.gcbits.05P2go.string.hdr."[2]string"p.go.weak.type.*[2]string"runtime.zerovaluetype.stringtype.[]string>go.typelink.[2]string [2]stringtype.[2]string4go.string.hdr."*[2]string" 3963 ,go.string."*[2]string",go.string."*[2]string" *[2]stringtype.*[2]stringf<60 runtime.algarray@"runtime.gcbits.01P4go.string.hdr."*[2]string"p0go.weak.type.**[2]string"runtime.zerovaluetype.[2]string type..hashfunc24 ,runtime.memhash_varlentype..eqfunc24 .runtime.memequal_varlentype..alg24 type..hashfunc24type..eqfunc24go.string.hdr."struct { F uintptr; h *obj.LineHist; lineno int }" 1zgo.string."struct { F uintptr; h *obj.LineHist; lineno int }"zgo.string."struct { F uintptr; h *obj.LineHist; lineno int }"pdstruct { F uintptr; h *obj.LineHist; lineno int }$go.string.hdr.".F" go.string.".F"go.string.".F".F"go.string.hdr."h" go.string."h"go.string."h"h,go.string.hdr."lineno" $go.string."lineno"$go.string."lineno"linenojtype.struct { F uintptr; h *"".LineHist; lineno int }0type..alg24@"runtime.gcbits.02Pgo.string.hdr."struct { F uintptr; h *obj.LineHist; lineno int }"p|go.weak.type.*struct { F uintptr; h *"".LineHist; lineno int }"runtime.zerovaluejtype.struct { F uintptr; h *"".LineHist; lineno int }$go.string.hdr.".F""go.importpath."".type.uintptr"go.string.hdr."h""go.importpath.""."type.*"".LineHist,go.string.hdr."lineno""go.importpath."".type.intgo.string.hdr."*struct { F uintptr; h *obj.LineHist; lineno int }" 2|go.string."*struct { F uintptr; h *obj.LineHist; lineno int }"|go.string."*struct { F uintptr; h *obj.LineHist; lineno int }"pf*struct { F uintptr; h *obj.LineHist; lineno int }ltype.*struct { F uintptr; h *"".LineHist; lineno int }!Y460 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."*struct { F uintptr; h *obj.LineHist; lineno int }"p~go.weak.type.**struct { F uintptr; h *"".LineHist; lineno int }"runtime.zerovaluejtype.struct { F uintptr; h *"".LineHist; lineno int }4go.string.hdr."**obj.LSym" 3967 ,go.string."**obj.LSym",go.string."**obj.LSym" **obj.LSymtype.**"".LSym60 runtime.algarray@"runtime.gcbits.01P4go.string.hdr."**obj.LSym"p.go.weak.type.***"".LSym"runtime.zerovaluetype.*"".LSymTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a<type..hashfunc.[5]interface {}4type..hash.[5]interface {}8type..eqfunc.[5]interface {}0type..eq.[5]interface {}2type..alg.[5]interface {} <type..hashfunc.[5]interface {}8type..eqfunc.[5]interface {}&runtime.gcbits.ff03>go.string.hdr."[5]interface {}" 6go.string."[5]interface {}"6go.string."[5]interface {}" [5]interface {}(type.[5]interface {}PP#02type..alg.[5]interface {}@&runtime.gcbits.ff03P>go.string.hdr."[5]interface {}"p:go.weak.type.*[5]interface {}"runtime.zerovalue"type.interface {}&type.[]interface {}Vgo.typelink.[5]interface {} [5]interface {}(type.[5]interface {}@go.string.hdr."*[5]interface {}" 8go.string."*[5]interface {}"8go.string."*[5]interface {}"0"*[5]interface {}*type.*[5]interface {}?@60 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*[5]interface {}"p<go.weak.type.**[5]interface {}"runtime.zerovalue(type.[5]interface {}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 {}60 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*[3]interface {}"p<go.weak.type.**[3]interface {}"runtime.zerovalue(type.[3]interface {}go.string.hdr."func(*obj.Link, *obj.LSym, int32, *obj.Prog, int32, interface {}) int32" Ggo.string."func(*obj.Link, *obj.LSym, int32, *obj.Prog, int32, interface {}) int32"go.string."func(*obj.Link, *obj.LSym, int32, *obj.Prog, int32, interface {}) int32"func(*obj.Link, *obj.LSym, int32, *obj.Prog, int32, interface {}) int32type.func(*"".Link, *"".LSym, int32, *"".Prog, int32, interface {}) int3230 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*obj.Link, *obj.LSym, int32, *obj.Prog, int32, interface {}) int32"pgo.weak.type.*func(*"".Link, *"".LSym, int32, *"".Prog, int32, interface {}) int32"runtime.zerovaluetype.func(*"".Link, *"".LSym, int32, *"".Prog, int32, interface {}) int32type.func(*"".Link, *"".LSym, int32, *"".Prog, int32, interface {}) int32type.*"".Linktype.*"".LSymtype.int32type.*"".Progtype.int32"type.interface {}type.int32go.typelink.func(*obj.Link, *obj.LSym, int32, *obj.Prog, int32, interface {}) int32 func(*"".Link, *"".LSym, int32, *"".Prog, int32, interface {}) int32type.func(*"".Link, *"".LSym, int32, *"".Prog, int32, interface {}) int320go.string.hdr."[]uint32" (go.string."[]uint32"(go.string."[]uint32" []uint32type.[]uint320 runtime.algarray@"runtime.gcbits.01P0go.string.hdr."[]uint32"p,go.weak.type.*[]uint32"runtime.zerovaluetype.uint32:go.typelink.[]uint32 []uint32type.[]uint320go.string.hdr."*[]uint8" (go.string."*[]uint8"(go.string."*[]uint8" *[]uint8type.*[]uint8i60 runtime.algarray@"runtime.gcbits.01P0go.string.hdr."*[]uint8"p,go.weak.type.**[]uint8"runtime.zerovaluetype.[]uint8"runtime.gcbits.09 4go.string.hdr."obj.Pciter" 3973 ,go.string."obj.Pciter",go.string."obj.Pciter" obj.Pciter"go.string.hdr."d" go.string."d"go.string."d"d"go.string.hdr."p" go.string."p"go.string."p"p$go.string.hdr."pc" go.string."pc"go.string."pc"pc,go.string.hdr."nextpc" $go.string."nextpc"$go.string."nextpc"nextpc.go.string.hdr."pcscale" &go.string."pcscale"&go.string."pcscale"pcscale*go.string.hdr."value" "go.string."value""go.string."value"value*go.string.hdr."start" "go.string."start""go.string."start"start(go.string.hdr."done" go.string."done" go.string."done" 3976 done,go.string.hdr."Pciter" $go.string."Pciter"$go.string."Pciter"Pcitertype."".PciterP Fl048<@HD0 runtime.algarray@"runtime.gcbits.09P4go.string.hdr."obj.Pciter"ptype.*"".Pciter"runtime.zerovaluetype."".Pciter"go.string.hdr."d""go.importpath."".type."".Pcdata"go.string.hdr."p""go.importpath."".type.[]uint8$go.string.hdr."pc""go.importpath."".type.uint32,go.string.hdr."nextpc""go.importpath."".type.uint32.go.string.hdr."pcscale""go.importpath."".type.uint32*go.string.hdr."value""go.importpath."".type.int32*go.string.hdr."start""go.importpath."".type.int(go.string.hdr."done""go.importpath."".type.int`type."".Pciter,go.string.hdr."Pciter""go.importpath."".type."".Pciter6go.string.hdr."*obj.Pciter" .go.string."*obj.Pciter".go.string."*obj.Pciter" *obj.Pcitertype.*"".PciterY H60 runtime.algarray@"runtime.gcbits.01P6go.string.hdr."*obj.Pciter"p0go.weak.type.**"".Pciter"runtime.zerovaluetype."".PciterTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a<type..hashfunc.[4]interface {}4type..hash.[4]interface {}8type..eqfunc.[4]interface {}0type..eq.[4]interface {}2type..alg.[4]interface {} <type..hashfunc.[4]interface {}8type..eqfunc.[4]interface {}>go.string.hdr."[4]interface {}" 6go.string."[4]interface {}"6go.string."[4]interface {}" [4]interface {}(type.[4]interface {}@@P202type..alg.[4]interface {}@"runtime.gcbits.ffP>go.string.hdr."[4]interface {}"p:go.weak.type.*[4]interface {}"runtime.zerovalue"type.interface {}&type.[]interface {}Vgo.typelink.[4]interface {} [4]interface {}(type.[4]interface {}@go.string.hdr."*[4]interface {}" 8go.string."*[4]interface {}"8go.string."*[4]interface {}"0"*[4]interface {}*type.*[4]interface {}-l60 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*[4]interface {}"p<go.weak.type.**[4]interface {}"runtime.zerovalue(type.[4]interface {}6go.string.hdr."*obj.regSet" .go.string."*obj.regSet".go.string."*obj.regSet" *obj.regSettype.*"".regSetW60 runtime.algarray@"runtime.gcbits.01P6go.string.hdr."*obj.regSet"p0go.weak.type.**"".regSet"runtime.zerovaluetype."".regSet"runtime.gcbits.044go.string.hdr."obj.regSet" 3982 ,go.string."obj.regSet",go.string."obj.regSet" obj.regSet$go.string.hdr."lo" go.string."lo"go.string."lo"lo$go.string.hdr."hi" go.string."hi"go.string."hi"hi*go.string.hdr."Rconv" "go.string."Rconv""go.string."Rconv"Rconv,go.string.hdr."regSet" $go.string."regSet"$go.string."regSet"regSettype."".regSet9]$0 runtime.algarray@"runtime.gcbits.04P4go.string.hdr."obj.regSet"ptype.*"".regSet"runtime.zerovaluetype."".regSet$go.string.hdr."lo""go.importpath."".type.int$go.string.hdr."hi""go.importpath."".type.int*go.string.hdr."Rconv"*type.func(int) string`type."".regSet,go.string.hdr."regSet""go.importpath."".type."".regSet8go.string.hdr."[]obj.regSet" 0go.string."[]obj.regSet"0go.string."[]obj.regSet" []obj.regSet type.[]"".regSet50 runtime.algarray@"runtime.gcbits.01P8go.string.hdr."[]obj.regSet"p2go.weak.type.*[]"".regSet"runtime.zerovaluetype."".regSetHgo.typelink.[]obj.regSet []"".regSet type.[]"".regSet4go.string.hdr."*obj.opSet" 3986 ,go.string."*obj.opSet",go.string."*obj.opSet" *obj.opSettype.*"".opSetC60 runtime.algarray@"runtime.gcbits.01P4go.string.hdr."*obj.opSet"p.go.weak.type.**"".opSet"runtime.zerovaluetype."".opSet2go.string.hdr."obj.opSet" *go.string."obj.opSet"*go.string."obj.opSet" obj.opSet*go.string.hdr."names" "go.string."names""go.string."names"names*go.string.hdr."opSet" "go.string."opSet""go.string."opSet"opSettype."".opSet zF 0 runtime.algarray@"runtime.gcbits.02P2go.string.hdr."obj.opSet"ptype.*"".opSet"runtime.zerovaluetype."".opSet$go.string.hdr."lo""go.importpath."".type.int*go.string.hdr."names""go.importpath."".type.[]string`type."".opSet*go.string.hdr."opSet""go.importpath."".type."".opSet6go.string.hdr."[]obj.opSet" .go.string."[]obj.opSet".go.string."[]obj.opSet" []obj.opSettype.[]"".opSet)T0 runtime.algarray@"runtime.gcbits.01P6go.string.hdr."[]obj.opSet"p0go.weak.type.*[]"".opSet"runtime.zerovaluetype."".opSetDgo.typelink.[]obj.opSet []"".opSettype.[]"".opSetTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a^type..hashfunc.struct { name string; val *int }Vtype..hash.struct { name string; val *int }Ztype..eqfunc.struct { name string; val *int }Rtype..eq.struct { name string; val *int }Ttype..alg.struct { name string; val *int } ^type..hashfunc.struct { name string; val *int }Ztype..eqfunc.struct { name string; val *int }`go.string.hdr."struct { name string; val *int }" Xgo.string."struct { name string; val *int }"Xgo.string."struct { name string; val *int }"PBstruct { name string; val *int }(go.string.hdr."name" go.string."name" go.string."name" 3992 name&go.string.hdr."val" go.string."val"go.string."val"valJtype.struct { name string; val *int }Q`0Ttype..alg.struct { name string; val *int }@"runtime.gcbits.05P`go.string.hdr."struct { name string; val *int }"p\go.weak.type.*struct { name string; val *int }"runtime.zerovalueJtype.struct { name string; val *int }(go.string.hdr."name""go.importpath."".type.string&go.string.hdr."val""go.importpath."".type.*intdgo.string.hdr."[]struct { name string; val *int }" "\go.string."[]struct { name string; val *int }"\go.string."[]struct { name string; val *int }"PF[]struct { name string; val *int }Ntype.[]struct { name string; val *int }F@0 runtime.algarray@"runtime.gcbits.01Pdgo.string.hdr."[]struct { name string; val *int }"p`go.weak.type.*[]struct { name string; val *int }"runtime.zerovalueJtype.struct { name string; val *int }go.typelink.[]struct { name string; val *int } []struct { name string; val *int }Ntype.[]struct { name string; val *int } type..hashfunc10 3994 ,runtime.memhash_varlentype..eqfunc10 3995 .runtime.memequal_varlentype..alg10 type..hashfunc10type..eqfunc102go.string.hdr."[10]uint8" *go.string."[10]uint8"*go.string."[10]uint8" [10]uint8type.[10]uint8 3996 vx 3997 0type..alg10@runtime.gcbits.P2go.string.hdr."[10]uint8"p.go.weak.type.*[10]uint8"runtime.zerovaluetype.uint8type.[]uint8>go.typelink.[10]uint8 [10]uint8type.[10]uint8Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a\type..hashfunc.struct { name string; val int }Ttype..hash.struct { name string; val int }Xtype..eqfunc.struct { name string; val int }Ptype..eq.struct { name string; val int }Rtype..alg.struct { name string; val int } \type..hashfunc.struct { name string; val int }Xtype..eqfunc.struct { name string; val int }^go.string.hdr."struct { name string; val int }" Vgo.string."struct { name string; val int }"Vgo.string."struct { name string; val int }"@@struct { name string; val int }Htype.struct { name string; val int }0Rtype..alg.struct { name string; val int }@"runtime.gcbits.01P^go.string.hdr."struct { name string; val int }"pZgo.weak.type.*struct { name string; val int }"runtime.zerovalueHtype.struct { name string; val int }(go.string.hdr."name""go.importpath."".type.string&go.string.hdr."val""go.importpath."".type.intbgo.string.hdr."[]struct { name string; val int }" !Zgo.string."[]struct { name string; val int }"Zgo.string."[]struct { name string; val int }"PD[]struct { name string; val int }Ltype.[]struct { name string; val int }(0 runtime.algarray@"runtime.gcbits.01Pbgo.string.hdr."[]struct { name string; val int }"p^go.weak.type.*[]struct { name string; val int }"runtime.zerovalueHtype.struct { name string; val int }go.typelink.[]struct { name string; val int } []struct { name string; val int }Ltype.[]struct { name string; val int }Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals34eab47d33fa46b254c22cdccfd2dc77 Tgclocals51af24152615272c3d9efc8538f95767 dtype..hashfunc.[2]struct { name string; val *int }\type..hash.[2]struct { name string; val *int }`type..eqfunc.[2]struct { name string; val *int }Xtype..eq.[2]struct { name string; val *int }Ztype..alg.[2]struct { name string; val *int } dtype..hashfunc.[2]struct { name string; val *int }`type..eqfunc.[2]struct { name string; val *int }"runtime.gcbits.2d-fgo.string.hdr."[2]struct { name string; val *int }" #^go.string."[2]struct { name string; val *int }"^go.string."[2]struct { name string; val *int }"PH[2]struct { name string; val *int }Ptype.[2]struct { name string; val *int }00ey0Ztype..alg.[2]struct { name string; val *int }@"runtime.gcbits.2dPfgo.string.hdr."[2]struct { name string; val *int }"pbgo.weak.type.*[2]struct { name string; val *int }"runtime.zerovalueJtype.struct { name string; val *int }Ntype.[]struct { name string; val *int }go.typelink.[2]struct { name string; val *int } [2]struct { name string; val *int }Ptype.[2]struct { name string; val *int }Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals34eab47d33fa46b254c22cdccfd2dc77 Tgclocals51af24152615272c3d9efc8538f95767 dtype..hashfunc.[13]struct { name string; val int }\type..hash.[13]struct { name string; val int }`type..eqfunc.[13]struct { name string; val int }Xtype..eq.[13]struct { name string; val int }Ztype..alg.[13]struct { name string; val int } dtype..hashfunc.[13]struct { name string; val int }`type..eqfunc.[13]struct { name string; val int }2runtime.gcbits.4992244912 3999 4000 I$Ifgo.string.hdr."[13]struct { name string; val int }" #^go.string."[13]struct { name string; val int }"^go.string."[13]struct { name string; val int }"PH[13]struct { name string; val int }Ptype.[13]struct { name string; val int }8( 0Ztype..alg.[13]struct { name string; val int }@2runtime.gcbits.4992244912Pfgo.string.hdr."[13]struct { name string; val int }"pbgo.weak.type.*[13]struct { name string; val int }"runtime.zerovalueHtype.struct { name string; val int }Ltype.[]struct { name string; val int }go.typelink.[13]struct { name string; val int } [13]struct { name string; val int }Ptype.[13]struct { name string; val int }Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a2type..hashfunc.[16]string*type..hash.[16]string.type..eqfunc.[16]string&type..eq.[16]string(type..alg.[16]string 2type..hashfunc.[16]string.type..eqfunc.[16]string.runtime.gcbits.55555555UUUU4go.string.hdr."[16]string" 4002 ,go.string."[16]string",go.string."[16]string" [16]stringtype.[16]string0(type..alg.[16]string@.runtime.gcbits.55555555P4go.string.hdr."[16]string"p0go.weak.type.*[16]string"runtime.zerovaluetype.stringtype.[]stringBgo.typelink.[16]string [16]stringtype.[16]stringTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a2type..hashfunc.[19]string*type..hash.[19]string.type..eqfunc.[19]string&type..eq.[19]string(type..alg.[19]string 2type..hashfunc.[19]string.type..eqfunc.[19]string2runtime.gcbits.5555555515 4003 4004 UUUU4go.string.hdr."[19]string" 4005 ,go.string."[19]string",go.string."[19]string" [19]stringtype.[19]string0(8M0(type..alg.[19]string@2runtime.gcbits.5555555515P4go.string.hdr."[19]string"p0go.weak.type.*[19]string"runtime.zerovaluetype.stringtype.[]stringBgo.typelink.[19]string [19]stringtype.[19]stringTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a0type..hashfunc."".ar_hdr(type..hash."".ar_hdr,type..eqfunc."".ar_hdr$type..eq."".ar_hdr&type..alg."".ar_hdr 0type..hashfunc."".ar_hdr,type..eqfunc."".ar_hdr6go.string.hdr."*obj.ar_hdr" .go.string."*obj.ar_hdr".go.string."*obj.ar_hdr" *obj.ar_hdrtype.*"".ar_hdr{C60 runtime.algarray@"runtime.gcbits.01P6go.string.hdr."*obj.ar_hdr"p0go.weak.type.**"".ar_hdr"runtime.zerovaluetype."".ar_hdr&runtime.gcbits.5515U4go.string.hdr."obj.ar_hdr" 4008 ,go.string."obj.ar_hdr",go.string."obj.ar_hdr" obj.ar_hdr(go.string.hdr."date" go.string."date" go.string."date" 4009 date&go.string.hdr."uid" go.string."uid"go.string."uid"uid&go.string.hdr."gid" go.string."gid"go.string."gid"gid(go.string.hdr."mode" go.string."mode" go.string."mode" 4010 mode(go.string.hdr."size" go.string."size" go.string."size" 4011 size(go.string.hdr."fmag" go.string."fmag" go.string."fmag" 4012 fmag,go.string.hdr."ar_hdr" $go.string."ar_hdr"$go.string."ar_hdr"ar_hdrtype."".ar_hdrph$ 0@P`>0&type..alg."".ar_hdr@&runtime.gcbits.5515P4go.string.hdr."obj.ar_hdr"ptype.*"".ar_hdr"runtime.zerovaluetype."".ar_hdr(go.string.hdr."name""go.importpath."".type.string(go.string.hdr."date""go.importpath."".type.string&go.string.hdr."uid""go.importpath."".type.string&go.string.hdr."gid""go.importpath."".type.string(go.string.hdr."mode""go.importpath."".type.string(go.string.hdr."size""go.importpath."".type.string(go.string.hdr."fmag""go.importpath."".type.string`type."".ar_hdr,go.string.hdr."ar_hdr""go.importpath."".type."".ar_hdr<go.string.hdr."*[8]obj.SymVer" 4go.string."*[8]obj.SymVer"4go.string."*[8]obj.SymVer" *[8]obj.SymVer$type.*[8]"".SymVerj}60 runtime.algarray@"runtime.gcbits.01P<go.string.hdr."*[8]obj.SymVer"p6go.weak.type.**[8]"".SymVer"runtime.zerovalue"type.[8]"".SymVerbgo.string.hdr."*struct { name string; val *int }" !Zgo.string."*struct { name string; val *int }"Zgo.string."*struct { name string; val *int }"PD*struct { name string; val *int }Ltype.*struct { name string; val *int }60 runtime.algarray@"runtime.gcbits.01Pbgo.string.hdr."*struct { name string; val *int }"p^go.weak.type.**struct { name string; val *int }"runtime.zerovalueJtype.struct { name string; val *int }`go.string.hdr."*struct { name string; val int }" Xgo.string."*struct { name string; val int }"Xgo.string."*struct { name string; val int }"PB*struct { name string; val int }Jtype.*struct { name string; val int }c60 runtime.algarray@"runtime.gcbits.01P`go.string.hdr."*struct { name string; val int }"p\go.weak.type.**struct { name string; val int }"runtime.zerovalueHtype.struct { name string; val int }hgo.string.hdr."*[2]struct { name string; val *int }" $`go.string."*[2]struct { name string; val *int }"`go.string."*[2]struct { name string; val *int }"PJ*[2]struct { name string; val *int }Rtype.*[2]struct { name string; val *int }`Wb60 runtime.algarray@"runtime.gcbits.01Phgo.string.hdr."*[2]struct { name string; val *int }"pdgo.weak.type.**[2]struct { name string; val *int }"runtime.zerovaluePtype.[2]struct { name string; val *int }hgo.string.hdr."*[13]struct { name string; val int }" $`go.string."*[13]struct { name string; val int }"`go.string."*[13]struct { name string; val int }"PJ*[13]struct { name string; val int }Rtype.*[13]struct { name string; val int }L60 runtime.algarray@"runtime.gcbits.01Phgo.string.hdr."*[13]struct { name string; val int }"pdgo.weak.type.**[13]struct { name string; val int }"runtime.zerovaluePtype.[13]struct { name string; val int }6go.string.hdr."*[16]string" .go.string."*[16]string".go.string."*[16]string" *[16]string type.*[16]string 60 runtime.algarray@"runtime.gcbits.01P6go.string.hdr."*[16]string"p2go.weak.type.**[16]string"runtime.zerovaluetype.[16]string6go.string.hdr."*[19]string" .go.string."*[19]string".go.string."*[19]string" *[19]string type.*[19]stringy60 runtime.algarray@"runtime.gcbits.01P6go.string.hdr."*[19]string"p2go.weak.type.**[19]string"runtime.zerovaluetype.[19]string.go.string.hdr."runtime" &go.string."runtime"&go.string."runtime"runtime,go.importpath.runtime. &go.string."runtime"&go.string.hdr."log" go.string."log"go.string."log"log$go.importpath.log. go.string."log"&go.string.hdr."fmt" go.string."fmt"go.string."fmt"fmt$go.importpath.fmt. go.string."fmt"$go.string.hdr."io" go.string."io"go.string."io"io"go.importpath.io. go.string."io"$go.string.hdr."os" go.string."os"go.string."os"os"go.importpath.os. go.string."os"(go.string.hdr."time" go.string."time" go.string."time" 4024 time&go.importpath.time. go.string."time"(go.string.hdr."math" go.string."math" go.string."math" 4025 math&go.importpath.math. go.string."math"&go.importpath.flag. go.string."flag".go.string.hdr."strconv" &go.string."strconv"&go.string."strconv"strconv,go.importpath.strconv. &go.string."strconv"(go.string.hdr."sort" go.string."sort" go.string."sort" 4026 sort&go.importpath.sort. go.string."sort".go.string.hdr."strings" &go.string."strings"&go.string."strings"strings,go.importpath.strings. &go.string."strings">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."path/filepath" 2go.string."path/filepath"2go.string."path/filepath" path/filepath8go.importpath.path/filepath. 2go.string."path/filepath"*go.string.hdr."bytes" "go.string."bytes""go.string."bytes"bytes(go.importpath.bytes. "go.string."bytes"*go.string.hdr."bufio" "go.string."bufio""go.string."bufio"bufio(go.importpath.bufio. "go.string."bufio":type..hash.[1]interface {}f4type..hash.[1]interface {}6type..eq.[1]interface {}f0type..eq.[1]interface {}*type..hash."".Autof$type..hash."".Auto&type..eq."".Autof type..eq."".Auto*type..hash."".Addrf$type..hash."".Addr&type..eq."".Addrf type..eq."".Addr2type..hash."".ProgInfof,type..hash."".ProgInfo.type..eq."".ProgInfof(type..eq."".ProgInfo*type..hash."".Progf$type..hash."".Prog&type..eq."".Progf type..eq."".Prog,type..hash."".Relocf&type..hash."".Reloc(type..eq."".Relocf"type..eq."".Reloc.type..hash."".SymVerf(type..hash."".SymVer*type..eq."".SymVerf$type..eq."".SymVer4type..hash.[8]"".SymVerf.type..hash.[8]"".SymVer0type..eq.[8]"".SymVerf*type..eq.[8]"".SymVer4type..hash."".LineStackf.type..hash."".LineStack0type..eq."".LineStackf*type..eq."".LineStack:type..hash.[2]interface {}f4type..hash.[2]interface {}6type..eq.[2]interface {}f0type..eq.[2]interface {} "".(*fn0).Setf"".(*fn0).Set "".(*fn0).Getf"".(*fn0).Get&"".(*fn0).Stringf "".(*fn0).String."".(*fn0).IsBoolFlagf("".(*fn0).IsBoolFlag "".(*fn1).Setf"".(*fn1).Set&"".(*fn1).Stringf "".(*fn1).String.type..hash.[2]stringf(type..hash.[2]string*type..eq.[2]stringf$type..eq.[2]string:type..hash.[5]interface {}f4type..hash.[5]interface {}6type..eq.[5]interface {}f0type..eq.[5]interface {}:type..hash.[3]interface {}f4type..hash.[3]interface {}6type..eq.[3]interface {}f0type..eq.[3]interface {}:type..hash.[4]interface {}f4type..hash.[4]interface {}6type..eq.[4]interface {}f0type..eq.[4]interface {}\type..hash.struct { name string; val *int }fVtype..hash.struct { name string; val *int }Xtype..eq.struct { name string; val *int }fRtype..eq.struct { name string; val *int }Ztype..hash.struct { name string; val int }fTtype..hash.struct { name string; val int }Vtype..eq.struct { name string; val int }fPtype..eq.struct { name string; val int }btype..hash.[2]struct { name string; val *int }f\type..hash.[2]struct { name string; val *int }^type..eq.[2]struct { name string; val *int }fXtype..eq.[2]struct { name string; val *int }btype..hash.[13]struct { name string; val int }f\type..hash.[13]struct { name string; val int }^type..eq.[13]struct { name string; val int }fXtype..eq.[13]struct { name string; val int }0type..hash.[16]stringf*type..hash.[16]string,type..eq.[16]stringf&type..eq.[16]string0type..hash.[19]stringf*type..hash.[19]string,type..eq.[19]stringf&type..eq.[19]string.type..hash."".ar_hdrf(type..hash."".ar_hdr*type..eq."".ar_hdrf$type..eq."".ar_hdr"runtime.zerovaluego13ld