1 !<arch> 2 __.PKGDEF 0 0 0 644 5685 ` 3 go object darwin amd64 go1.5.1 X:none 4 build id "a484da961103388590b3b016dac943fb37399e47" 5 6 $$ 7 package gccgoimporter 8 import runtime "runtime" 9 import bufio "bufio" 10 import bytes "bytes" 11 import errors "errors" 12 import io "io" 13 import types "go/types" 14 import fmt "fmt" 15 import strconv "strconv" 16 import token "go/token" 17 import strings "strings" 18 import constant "go/constant" 19 import os "os" 20 import exec "os/exec" 21 import filepath "path/filepath" 22 import elf "debug/elf" 23 import scanner "text/scanner" 24 type @"go/token".Pos int 25 func (@"go/token".p2 @"go/token".Pos) IsValid () (? bool) { return @"go/token".p2 != @"go/token".Pos(0x0) } 26 type @"go/types".Type interface { String() (? string); Underlying() (? @"go/types".Type) } 27 type @"go/types".Object interface { Exported() (? bool); Id() (? string); Name() (? string); Parent() (? *@"go/types".Scope); Pkg() (? *@"go/types".Package); Pos() (? @"go/token".Pos); String() (? string); Type() (? @"go/types".Type); @"go/types".order() (? uint32); @"go/types".sameId(@"go/types".pkg *@"go/types".Package, @"go/types".name string) (? bool); @"go/types".scopePos() (? @"go/token".Pos); @"go/types".setOrder(? uint32); @"go/types".setParent(? *@"go/types".Scope); @"go/types".setScopePos(@"go/types".pos @"go/token".Pos) } 28 type @"io".Writer interface { Write(@"io".p []byte) (@"io".n int, @"io".err error) } 29 type @"go/types".Scope struct { @"go/types".parent *@"go/types".Scope; @"go/types".children []*@"go/types".Scope; @"go/types".elems map[string]@"go/types".Object; @"go/types".pos @"go/token".Pos; @"go/types".end @"go/token".Pos; @"go/types".comment string } 30 func (@"go/types".s2 *@"go/types".Scope "esc:0x32") Child (@"go/types".i3 int) (? *@"go/types".Scope) { return @"go/types".s2.@"go/types".children[@"go/types".i3] } 31 func (@"go/types".s2 *@"go/types".Scope "esc:0x1") Contains (@"go/types".pos3 @"go/token".Pos) (? bool) { return @"go/types".s2.@"go/types".pos <= @"go/types".pos3 && @"go/types".pos3 < @"go/types".s2.@"go/types".end } 32 func (@"go/types".s2 *@"go/types".Scope "esc:0x1") End () (? @"go/token".Pos) { return @"go/types".s2.@"go/types".end } 33 func (@"go/types".s2 *@"go/types".Scope) Innermost (@"go/types".pos3 @"go/token".Pos) (? *@"go/types".Scope) 34 func (@"go/types".s2 *@"go/types".Scope) Insert (@"go/types".obj3 @"go/types".Object) (? @"go/types".Object) 35 func (@"go/types".s2 *@"go/types".Scope "esc:0x1") Len () (? int) { return len(@"go/types".s2.@"go/types".elems) } 36 func (@"go/types".s2 *@"go/types".Scope "esc:0x1") Lookup (@"go/types".name3 string "esc:0x1") (? @"go/types".Object) { return @"go/types".s2.@"go/types".elems[@"go/types".name3] } 37 func (@"go/types".s3 *@"go/types".Scope "esc:0x12") LookupParent (@"go/types".name4 string "esc:0x1", @"go/types".pos5 @"go/token".Pos) (? *@"go/types".Scope, ? @"go/types".Object) 38 func (@"go/types".s2 *@"go/types".Scope "esc:0x1") Names () (? []string) 39 func (@"go/types".s2 *@"go/types".Scope "esc:0x1") NumChildren () (? int) { return len(@"go/types".s2.@"go/types".children) } 40 func (@"go/types".s2 *@"go/types".Scope "esc:0x22") Parent () (? *@"go/types".Scope) { return @"go/types".s2.@"go/types".parent } 41 func (@"go/types".s2 *@"go/types".Scope "esc:0x1") Pos () (? @"go/token".Pos) { return @"go/types".s2.@"go/types".pos } 42 func (@"go/types".s2 *@"go/types".Scope) String () (? string) 43 func (@"go/types".s1 *@"go/types".Scope) WriteTo (@"go/types".w2 @"io".Writer, @"go/types".n3 int, @"go/types".recurse4 bool) 44 type @"go/types".Package struct { @"go/types".path string; @"go/types".name string; @"go/types".scope *@"go/types".Scope; @"go/types".complete bool; @"go/types".imports []*@"go/types".Package; @"go/types".fake bool } 45 func (@"go/types".pkg2 *@"go/types".Package "esc:0x1") Complete () (? bool) { return @"go/types".pkg2.@"go/types".complete } 46 func (@"go/types".pkg2 *@"go/types".Package "esc:0x22") Imports () (? []*@"go/types".Package) { return @"go/types".pkg2.@"go/types".imports } 47 func (@"go/types".pkg1 *@"go/types".Package "esc:0x1") MarkComplete () { @"go/types".pkg1.@"go/types".complete = true } 48 func (@"go/types".pkg2 *@"go/types".Package "esc:0x22") Name () (? string) { return @"go/types".pkg2.@"go/types".name } 49 func (@"go/types".pkg2 *@"go/types".Package "esc:0x22") Path () (? string) { return @"go/types".pkg2.@"go/types".path } 50 func (@"go/types".pkg2 *@"go/types".Package "esc:0x22") Scope () (? *@"go/types".Scope) { return @"go/types".pkg2.@"go/types".scope } 51 func (@"go/types".pkg1 *@"go/types".Package "esc:0x1") SetImports (@"go/types".list2 []*@"go/types".Package) { @"go/types".pkg1.@"go/types".imports = @"go/types".list2 } 52 func (@"go/types".pkg2 *@"go/types".Package "esc:0x9") String () (? string) 53 type @"".Importer func(@"".imports map[string]*@"go/types".Package, @"".path string) (? *@"go/types".Package, ? error) 54 type @"".PackageInit struct { Name string; InitFunc string; Priority int } 55 type @"".InitData struct { Priority int; Inits []@"".PackageInit } 56 type @"".GccgoInstallation struct { GccVersion string; TargetTriple string; LibPaths []string } 57 func (@"".inst2 *@"".GccgoInstallation "esc:0x9") GetImporter (@"".incpaths3 []string, @"".initmap4 map[*@"go/types".Package]@"".InitData) (? @"".Importer) 58 func (@"".inst2 *@"".GccgoInstallation "esc:0x9") InitFromDriver (@"".gccgoPath3 string) (@"".err1 error) 59 func (@"".inst2 *@"".GccgoInstallation "esc:0x9") SearchPaths () (@"".paths1 []string) 60 func @"".GetImporter (@"".searchpaths2 []string, @"".initmap3 map[*@"go/types".Package]@"".InitData) (? @"".Importer) 61 func @"".init () 62 63 $$ 64 _go_.o 0 0 0 644 358436 ` 65 go object darwin amd64 go1.5.1 X:none 66 67 ! 68 go13ldbufio.ago/types.aos.aos/exec.apath/filepath.astrings.abytes.adebug/elf.a 69 fmt.aio.aerrors.ago/constant.ago/token.astrconv.atext/scanner.aL"".(*GccgoInstallation).InitFromDriver((eH%H$H;A HH$H$11H$H$H$H$H$HD$PH$HH H5Hu H$HHH$H$H\$H$HD$H$HT$H$HL$ HD$(HD$hH$Hl$HT$HL$HD$ H$H$H$H$Ht HH\$hH$HL$HD$H$H$Ht HHH$H$H\$H$H\$HL$HD$ H$0H$H$8H$HH$HD$HD$H\$H$H\$ H$H\$(H$H$P1HH$PH$H$HD$xH$HH1HH$H$H$H(H$HhH$H$H$H-HhH$H$H$H@H$H$8H$H$Hh8H$Hh@H$HhHHD$`H\$`H$\$>HD$`1H$H$HD$XH$H$ H$Ht$XHH^ H|$HHHKHOHKHOHT$ HL$(H$H$H$H$H$LL$HH$H$H9jH9ZH9JH$ H$H$(HD$LD$HD$H$H$\$ H<HHr|HHHtHH$XH$PH$H$H$H$H$XHkH$P=u HkVLCL$Hl$?He "H$HL$Ht$H\$Hl$ H$H$HHHIH$HtIL$H$H$H$1H$H\$HL$LHL$PHl$HH9HD$xH$H\$xHLLKL$`L$L$hH=H$HL$H$I9:L9*H9L$PL$H$XHD$H|$HD$L$`L$h\$ H<LIHLHtHH$HH$@H$H$H$ H$HnHS HC(H[0HH)H}QHH$H$HT$HD$H$HL$HH$HH\$ HT$(HD$0HL$8HHH$H9H$HH$HHD$@HHH$H$Hl$@HHH$HHkH$@=uxH+H$H$H$ H$H$Hk(H$Hk0H$=uHk HD$xHL$PHHLC L$Hl$H$Hl$x11j11H$H\$pH$HD$HD$pH-H(H-HhH$HHH$H$H\$H$HD$H$HT$H$HL$ H\$(H$HT$HL$HD$Ht$ Hl$(H$pH$xH$H$H$Ht HH$HT$HL$HD$H\$ HH$HKHL$H\$H$ H\$H$(H$H$H$H$(HkH$ =uH+HH$Hl$Zg~ 85 ^ 86 *runtime.racefuncenter 87 ,runtime.racewriterange""".statictmp_0027 88 runtime.duffcopy 89 os/exec.Command 90 2os/exec.(*Cmd).StderrPipe 91 (runtime.racefuncexit 92 (os/exec.(*Cmd).Start 93 (runtime.racefuncexittype.io.Reader 94 runtime.convI2Itype.[]uint8 95 "runtime.makeslice 96 runtime.duffzero 97 ,runtime.racewriterange 98 runtime.duffzero 99 "runtime.racewrite 100 101 "runtime.racewrite 102 $bufio.ScanLinesf 104 "runtime.racewrite 106 "runtime.racewrite 108 *bufio.(*Scanner).Scan 110 runtime.raceread 111 2runtime.slicebytetostring(go.string."Target: " 112 runtime.eqstring 113 "runtime.racewrite6runtime.writeBarrierEnabled 114 .runtime.writebarrierptr 115 $runtime.panicslice 116 strings.Fields 117 runtime.racereadgo.string."-L" 118 runtime.eqstring 119 runtime.racereadtype.[]string 120 "runtime.growslice 121 "runtime.racewrite6runtime.writeBarrierEnabled 122 "runtime.racewrite6runtime.writeBarrierEnabled 123 .runtime.writebarrierptr 124 .runtime.writebarrierptr 125 $runtime.panicslice 126 $runtime.panicslice 127 $runtime.panicslice! 128 $runtime.panicslice! 129 $runtime.panicindex! 130 $runtime.panicslice" 131 ,runtime.racewriterange"""".statictmp_0044"""".statictmp_0044# 132 os/exec.Command$ 133 *os/exec.(*Cmd).Output% 134 (runtime.racefuncexit% 135 2runtime.slicebytetostring& 136 "strings.TrimSpace& 137 "runtime.racewrite'6runtime.writeBarrierEnabled' 138 (runtime.racefuncexit' 139 .runtime.writebarrierptr( 140 0runtime.morestack_noctxtPd"".autotmp_0046type.[1]string"".autotmp_0045 type.*[1]string"".autotmp_0043type.[]string"".autotmp_0042type.int"".autotmp_0041type.[]string"".autotmp_0039type.string"".autotmp_0038 type.*string"".autotmp_0037type.int"".autotmp_0036type.int"".autotmp_0034type.string"".autotmp_0033$type.bufio.Scanner"".autotmp_0032 &type.*bufio.Scanner"".autotmp_0031&type.*bufio.Scanner"".autotmp_0030type.io.Reader"".autotmp_0029type.[5]string"".autotmp_0028type.*[5]string"".autotmp_0026type.[]string"".autotmp_0025type.string"".autotmp_0024type.error"".autotmp_0023type.[]uint8"".autotmp_0022"type.*os/exec.Cmd"".autotmp_0021type.string"".autotmp_0020type.string"".autotmp_0017 142 type.int"".autotmp_0016type.[]string"".autotmp_0015type.[]string"".autotmp_0014type.[]string"".autotmp_0013type.string"".autotmp_0012type.string"".autotmp_0010 type.int"".autotmp_0009 type.int"".autotmp_0007type.[]uint8"".autotmp_0006type.error"strings.prefix3type.stringstrings.s2type.string"strings.prefix3type.stringstrings.s2type.string"".~r0type.stringbufio.s2 &type.*bufio.Scannerbufio.r2type.io.Reader"".stdouttype.[]uint8"".argtype.string"".argstype.[]string"".linetype.string"".scanner &type.*bufio.Scanner"".stderr$type.io.ReadCloser"".cmd "type.*os/exec.Cmd"".err0type.error"".gccgoPathtype.string"".inst4type.*"".GccgoInstallationB":><"FE:@= 63i( 156 -.6~?%2L\V~8;`@ 158 & 159 dJ] 160 umZi-KTgclocalsc49d39106960493c841b264e39c17c57Tgclocalsc82f2cda37e735e80f8458339b32a362prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/gccgoinstallation.goF"".(*GccgoInstallation).SearchPaths$#eH%H$HH;AH81H$H$8H$11H$HH$PH$XH$@H$H$ H$@H[HS HC(Hk0H$1H$HD$HH$HHL$PHl$HH9HD$`H$HD$`HHHhH$HL$xH$H$H$HD$XH$HD$0HD$XH-H(H-HhH-HhH-HhH-Hh H-Hh(H$H$H$H$H$H$HkHl$x=H+H$H H$H$@H$H$@HH$H H\$Hl$H-H,$H$H$H$H\$H$H\$HL$HD$ HL$hH$HD$pHD$Hl$HT$HL$ HD$(H$H$H$H$HH$H] \$H$HH$PH$XHH)H}QHH$H$HT$HD$H$HL$HH$HH\$ HT$(HD$0HL$8HHH$H9gH$HH$HHD$@HHH$H$Hl$@HHHl$pHkHl$h=H+H$H$HH$H$PH$H$X1H$H$H$H$H$HH$H$H$H$H$Hl$pHkHl$h=-H+H$HH$H$@H$H$H$@HHkH$HH\$Hl$H-H,$H$H$H$H\$H$H\$HL$HD$ HL$hH$HD$pHD$Hl$HT$HL$ HD$(H$H$H$H$H,H$H] \$H$HH$PH$XHH)H}QHH$H$HT$HD$H$HL$HH$HH\$ HT$(HD$0HL$8HHH$H9H$HH$HHD$@HHH$H$Hl$@HHHl$pHkHl$h=H+H$H$HH$H$PH$H$XHD$`HL$PHHHL$PHl$HH9$H$@H$H$ H$PH$@HHk H$H{(Hk0H$H$HH$XIH$H$HH)H~[HH$H$HT$LD$H$HD$HL$ L$PH$HT$(H\$0H$HD$8HH$LLHIH$H9H9H)I)IH$ItHkIHl$LD$LL$H$H\$ H|$(H$H\$0H$H$PH$HH9w0HH$H$HH$PH$XH8sH$Hl$H$Hl$mH$Hl$E0H$Hl$j 170 Z 171 runtime.duffzero| 172 *runtime.racefuncenter 173 runtime.raceread 174 runtime.raceread 175 ,runtime.racewriterange""".statictmp_0061""".statictmp_0061 """.statictmp_00610""".statictmp_0061@""".statictmp_0061P""".statictmp_0061 176 "runtime.racewrite6runtime.writeBarrierEnabled 177 "runtime.racewrite 178 runtime.racereadtype.string 179 (runtime.typedmemmove 180 $path/filepath.Join 181 os.Stat 182 type.[]string 185 "runtime.growslice 187 "runtime.racewrite6runtime.writeBarrierEnabled 188 "runtime.racewrite6runtime.writeBarrierEnabled 189 "runtime.racewrite 190 runtime.racereadtype.string 191 (runtime.typedmemmove 192 $path/filepath.Join 193 os.Stattype.[]string 194 "runtime.growslice 195 "runtime.racewrite6runtime.writeBarrierEnabled 196 runtime.racereadtype.[]string 197 &runtime.growslice_ntype.string 198 ,runtime.typedslicecopy 199 (runtime.racefuncexit! 200 $runtime.panicslice! 201 $runtime.panicslice! 202 .runtime.writebarrierptr! 203 $runtime.panicslice" 204 .runtime.writebarrierptr" 205 .runtime.writebarrierptr" 206 $runtime.panicslice# 207 .runtime.writebarrierptr# 208 0runtime.morestack_noctxt@6"".autotmp_0074type.int"".autotmp_0073type.[]string"".autotmp_0072type.[]string"".autotmp_0071type.int"".autotmp_0070type.[]string"".autotmp_0069type.[2]string"".autotmp_0066type.[]string"".autotmp_0065type.int"".autotmp_0064type.[]string"".autotmp_0063_type.[3]string"".autotmp_0062type.*[3]string"".autotmp_0060type.[]string"".autotmp_0059type.string"".autotmp_0058type.*string"".autotmp_0057type.int"".autotmp_0056type.int"".autotmp_0054type.error"".autotmp_0053 type.os.FileInfo"".autotmp_0052type.string"".autotmp_0048type.string"".autotmp_0047type.[]string"".errtype.error 210 "".fi type.os.FileInfo"".spathtype.string"".lpathtype.string"".pathstype.[]string"".inst4type.*"".GccgoInstallation"p1&%D*D*$ !~=2aRo>t"Q;}"Q H 215 216 217 218 0Tgclocals8ce04e30378e5eaa4a32521cfe443db4Tgclocals04c3bf52a3d329df4eaf07062af8d538prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/gccgoinstallation.goF"".(*GccgoInstallation).GetImporter 219 220 eH%H;aHxH\$xH$H$H$H$H\$H\$`H|$H\$H\$pH$H$IHD$PH|$hHH)H~OHH$Ht$HHt$LD$HL$XHL$HD$ L$H|$hHt$(H\$0H\$PHL$8HH$LLHIHL$XH9H9H)I)IHt$HItHkIHl$LD$LL$H\$`H\$ H|$(H\$pH\$0HL$XH$Hl$hHH9!HHT$HHT$`H\$hHL$pHH)H}HHH$HT$HHT$HD$HL$XHL$HHD$PHH\$ HT$(HD$0HL$8HHHL$XH9H\$PHHT$HHHD$@HHH$HT$HHl$@HHHH-H+HCHL$PHD$XHT$`H$HL$hHL$HD$pHD$H$H\$H\$ H$Hxd" 225 B 226 *runtime.racefuncenterd 227 F"".(*GccgoInstallation).SearchPathstype.[]string 228 &runtime.growslice_ntype.string 229 ,runtime.typedslicecopytype.[]string 230 "runtime.growslice 231 "runtime.racewritego.string."." 232 "".GetImporter 233 (runtime.racefuncexit 234 $runtime.panicslice 235 236 $runtime.panicslice 237 238 $runtime.panicslice 239 240 0runtime.morestack_noctxt`"".autotmp_0082type.int"".autotmp_0081type.[]string"".autotmp_0080otype.int"".autotmp_0079_type.[]string"".autotmp_0077type.[]string"".autotmp_0076type.[]string"".autotmp_0075/type.[]string"".~r2P type."".Importer"".initmap@Ltype.map[*go/types.Package]"".InitData"".incpathstype.[]string"".inst4type.*"".GccgoInstallation#%* zH_ 242 #Tgclocals955698bd324042ea7ef5f3187cab3cf5Tgclocalse8ce789e73a14a4093b46b22a54ca0abprebuilts/go/darwin-x86/src/go/internal/gccgoimporter/gccgoinstallation.go""".findExportFile"!eH%H$`H;ATH 1H$H$H$H$H$ H$1H$PH$X1H$`H$hH$(H$0H$8H$1H$HD$hH$xHHL$pHl$hH9H$H$H$HHHkH$H$H$H$1H$H$H$H$H$HH$hH$pH$`H$H$`H$HkH$=H+H$`HH$H$`H$HHHkH$@=`H+H$`H$H$hH\$H$pH\$HL$HD$ H$H$H$HD$L$L$Hl$HT$HL$ HD$(H$H$H$H$H5H$L$L$H$LL$LD$HH\$HD$ H\$(H$HHHHKHOH$H$H\$H$H\$HH\$HD$ H$H\$(H$H\$0HH\$8HD$@H\$HH$HH HHKHOH$H$H\$H$H\$HH\$HD$ H$H\$(H$H\$0HH\$8HD$@H\$HH$HH0HHKHOH$H$H\$H$H\$HH\$HD$ H\$(H$HH@HHKHO1HD$XH$HHL$`Hl$XH9HD$xH$H\$xHHHkH$H$H$H$H$Hl$Hl$HT$HL$ HD$(H$H$H$H$HuSH$H] \$u?H$H$PH$H$X1H$`H$hH HD$xHL$`HHHL$`Hl$XH9H$HL$pHHHL$pHl$hH9 H$@H$(H$HH$0H$(H$H$0H\$H$8H\$HH\$HD$ H\$(H$H\$0H$ 1H$H$H$H$H$HH$PH$XH$HHH$H$(H\$HD$H\$H$H\$ H$H$HH$H$HH$H+H$=)HkHH$H$H\$HD$H\$H$H\$ H$H$HHH$H$HH$HH+H$=HkHH$HD$)H$HH\$H$PH\$H$XH\$ HL$(HD$01H$PH$XH$8H$`H$@H$hH LCL$Hl$`LCL$Hl$ ^H$Hl$H$Hl$8zV 252 253 *runtime.racefuncenter 254 runtime.raceread 255 "runtime.racewrite6runtime.writeBarrierEnabled 256 "runtime.racewrite6runtime.writeBarrierEnabled 257 $path/filepath.Join 258 &path/filepath.Split """.statictmp_0102 259 260 runtime.duffcopy 261 go.string.".gox" 263 *runtime.concatstring2go.string."lib"go.string.".so" 267 *runtime.concatstring4go.string."lib"go.string.".a" 268 *runtime.concatstring4go.string.".o" 269 *runtime.concatstring2 270 runtime.raceread 271 os.Stat 272 (runtime.racefuncexitgo.string.":" 273 strings.Jointype.string 274 runtime.convT2E 275 "runtime.racewrite6runtime.writeBarrierEnabledtype.string 276 runtime.convT2E 277 "runtime.racewrite6runtime.writeBarrierEnabledjgo.string."%s: could not find export data (tried %s)" 278 fmt.Errorf 279 (runtime.racefuncexit 280 .runtime.writebarrierptr 281 .runtime.writebarrierptr! 282 .runtime.writebarrierptr! 283 .runtime.writebarrierptr! 284 0runtime.morestack_noctxtB"".autotmp_0112"type.interface {}"".autotmp_0111"type.interface {}"".autotmp_0110(type.[2]interface {}"".autotmp_0107&type.[]interface {}"".autotmp_0106type.string"".autotmp_0105type.*string"".autotmp_0104type.int"".autotmp_0103type.int"".autotmp_0101type.[2]string"".autotmp_0098type.[]string"".autotmp_0097type.string"".autotmp_0096type.*string"".autotmp_0095type.int"".autotmp_0094type.int"".autotmp_0093type.error"".autotmp_0092type.string"".autotmp_0091type.string"".autotmp_0089type.error"".autotmp_0087type.[5]string"".autotmp_0085type.string"".autotmp_0084type.string"".autotmp_0083type.[]string"".errtype.error 286 "".fi type.os.FileInfo"".filepathtype.string"".nametype.string"".pkgdirtype.string"".pkgfullpathtype.string"".spathtype.string"".~r3ptype.error"".~r2Ptype.string"".pkgpath0type.string"".searchpathstype.[]string*" 289 lVyb$K[]J"2$'$%&=-hPA[([VD+R/pA8<Tgclocalsfb76f5bb65c58f42234397facc018564Tgclocals8e4885fc950870687094704fed36f2c8prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/importer.go""".openExportFile00eH%H$H;AH1H$H$H$H$H$H$1H$H$1H$H$1H$H$1H$H$1H$H$1H$H$H$H$H$H\$Ht$HT$HL$ H$H$H$HtHH$H$H1H9 292 H$H$H$H$H\$H$H\$Ht$ $HHD$4 293 1D$DD$ED$FD$GHD$DH 295 H$HHH$H$HD$H$HT$H$HL$HD$ HT$0HL$8H$H$H$HtHH$H$HD$HD$HT$ HL$(H$H$H$HtH1H$H$HD$DHHHH\$XH$H$HD$H$HT$H$HL$HT$ H$ HL$(HH$H$(HL$H-Hl$HD$H$ H$(\$ txH$H$H 1H9t+H$H$H$HHH$HH\$HH\$HL$H=H$H$(HL$H-Hl$HD$H$ H$(\$ H$H$1H$H$H$H$H$HD$ H$H-H+H-HkH-HkH-HkH$H$H$HH$H$H$HHkH$=H+HH$HD$H$H\$H$H\$H$H\$ HD$(1H$@H$HH$PH$Hl$HT$HL$H|$ Ht$(H$@H$HH$PH$H$H$HtHH$XH$`H$hHH$HD$H$H$H$H$`HkH$hHkH$X=H+H$H$H$H$H@H$H$ H$H@ H$H1H9)H$H$H$H$HL$HL$Hl$HT$ H$H$H$HtHH$HH\$HD$ 298 HD$1H9hH$H$0H$H$81H$H$H$HH$xH$H$pHH$H$0H\$HD$H\$H$H\$ H$H$pH$H$pH$H+H$=uqHkHH$HD$ H$pH\$H$xH\$H$H\$ HT$(HL$0H$H$HLCL$Hl$|HD$x1H$H$HH$1H9H\$xH$H$XH\$xHkXH$H$H$H$H$HD$HHH\$PHH$HD$H$H$H$H$H+H$=HkH$H$H$H$Hl$HHhH$H$H$Hl$HHhH$H$ H$Hl$HLD$PLHi H$H 1H9tKH$H$H$H$H$H$H$HHH$HH\$HH\$HL$LCL$Hl$HH$HH\$HH\$H\$H$HH$HH\$HH\$HD$H$Hl$4H$Hl$H$(Hu1H$HL$H-Hl$HD$\$ H$H$H1H9t H$HH$HH\$HH\$HD$HHH$HH\$HH\$H$HD$' 301 302 *runtime.racefuncenter 303 os.Open 304 &runtime.deferreturn 305 (runtime.racefuncexit4go.itab.*os.File.io.Closer4"".openExportFile.func1f 306 "runtime.deferproc 307 "os.(*File).ReadAt 308 &runtime.deferreturn 309 (runtime.racefuncexit 310 os.(*File).Seek 311 312 &runtime.deferreturn 313 314 (runtime.racefuncexit 316 2runtime.slicebytetostring"go.string."\n$$ " 319 runtime.eqstring <go.itab.*os.File.io.ReadSeeker 321 &runtime.deferreturn 322 (runtime.racefuncexittype.*os.File$type.io.ReadSeeker<go.itab.*os.File.io.ReadSeeker 323 runtime.typ2Itab go.string."!<ar" 324 runtime.eqstring 325 os.(*File).Close 326 ,runtime.racewriterange""".statictmp_0137""".statictmp_0137 """.statictmp_01370""".statictmp_0137 327 "runtime.racewrite6runtime.writeBarrierEnabledgo.string."ar" 328 os/exec.Command 329 *os/exec.(*Cmd).Output 330 &runtime.deferreturn 331 (runtime.racefuncexit"type.bytes.Reader 332 "runtime.newobject 333 "runtime.racewrite6runtime.writeBarrierEnabled 334 "runtime.racewrite 335 "runtime.racewriteBgo.itab.*bytes.Reader.io.ReaderAt 336 "debug/elf.NewFile 337 &runtime.deferreturn 338 (runtime.racefuncexit,go.string.".go_export" 339 2debug/elf.(*File).Sectiontype.string 340 runtime.convT2E 341 "runtime.racewrite 6runtime.writeBarrierEnabled Xgo.string."%s: .go_export section not found"! 342 fmt.Errorf! 343 &runtime.deferreturn! 344 (runtime.racefuncexit" 345 .runtime.writebarrierptr"Jgo.itab.*io.SectionReader.io.ReaderAt# 346 runtime.raceread$*type.io.SectionReader$ 347 "runtime.newobject% 348 "runtime.racewrite%6runtime.writeBarrierEnabled& 349 "runtime.racewrite& 350 "runtime.racewrite' 351 "runtime.racewrite'Ngo.itab.*io.SectionReader.io.ReadSeeker( 352 &runtime.deferreturn) 353 (runtime.racefuncexit),type.*io.SectionReader)$type.io.ReadSeeker)Ngo.itab.*io.SectionReader.io.ReadSeeker) 354 runtime.typ2Itab* 355 .runtime.writebarrierptr*,type.*io.SectionReader* type.io.ReaderAt*Jgo.itab.*io.SectionReader.io.ReaderAt* 356 runtime.typ2Itab+$type.*bytes.Reader+ type.io.ReaderAt+Bgo.itab.*bytes.Reader.io.ReaderAt+ 357 runtime.typ2Itab, 358 .runtime.writebarrierptr, 359 .runtime.writebarrierptr-"go.string."v1;\n"- 360 runtime.eqstring-8go.itab.*os.File.io.ReaderAt.type.*os.File. type.io.ReaderAt.8go.itab.*os.File.io.ReaderAt. 361 runtime.typ2Itab/ 362 &runtime.deferreturn/ 363 (runtime.racefuncexit/type.*os.File/type.io.Closer/4go.itab.*os.File.io.Closer0 364 runtime.typ2Itab0 365 0runtime.morestack_noctxt`"".autotmp_0154type.*uint8"".autotmp_0153$type.io.ReadSeeker"".autotmp_0152,type.*io.SectionReader"".autotmp_0151,type.*io.SectionReader"".autotmp_0150type.*uint8"".autotmp_0149 type.io.ReaderAt"".autotmp_0148"type.interface {}"".autotmp_0147(type.[1]interface {}"".autotmp_0144&type.[]interface {}"".autotmp_0143type.*uint8"".autotmp_0142type.*uint8"".autotmp_0141$type.*bytes.Reader"".autotmp_0140$type.*bytes.Reader"".autotmp_0139?type.[2]string"".autotmp_0138type.*[2]string"".autotmp_0136type.[]string"".autotmp_0135type.*uint8"".autotmp_0134type.string"".autotmp_0133type.[32]uint8"".autotmp_0132type.*uint8"".autotmp_0131,type.*io.SectionReader"".autotmp_0130type.error"".autotmp_0129type.string"".autotmp_0127type.error"".autotmp_0125type.*os.File"".autotmp_0124$type.*bytes.Reader"".autotmp_0123type.error"".autotmp_0120type.*os.File"".autotmp_0119type.[]uint8"".autotmp_0118type.error"".autotmp_0117type.error"".autotmp_0116otype.[]uint8"".autotmp_0115type.*os.File"".autotmp_0113type.*os.Fileio.n4type.int64io.off3type.int64io.r2 type.io.ReaderAt"".~r0$type.io.ReadSeekerdebug/elf.s2.type.*debug/elf.Sectionbytes.b2type.[]uint8"".outtype.[]uint8"".elfreader type.io.ReaderAt"".magictype.[4]uint8"".ftype.*os.File"".err`type.error"".closer@type.io.Closer"".reader $type.io.ReadSeeker"".fpathtype.string"]PDzyl=ts: 369 @x\[=POdO6@?/SJ*)=#!E ?(&/)fe : P1-rGU6</4`p Nn+h P 375 YB%6&F: +6a6-Tgclocals829bdeb5441c0e60bfce334fc0a85d80Tgclocals244ee6ede45f3dfb309e497d938d0f92prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/importer.go"".GetImportereH%H;aHH\$H$HH$HD$HD$H$HD$H-H(H$H$H\$Hl$(HkHl$0HkHl$ =u`HkH\$H$H$ H\$Ht:Hl$8=uHk H\$H\$@HLC L$Hl$LCL$Hl$ 378 B 379 *runtime.racefuncenterPtype.struct { F uintptr; searchpaths []string; initmap map[*go/types.Package]"".InitData }b 380 "runtime.newobject 381 "runtime.racewrite("".GetImporter.func1 382 "runtime.racewrite6runtime.writeBarrierEnabled 383 "runtime.racewrite6runtime.writeBarrierEnabled 384 (runtime.racefuncexit 385 .runtime.writebarrierptr 386 .runtime.writebarrierptr 387 0runtime.morestack_noctxtP0"".autotmp_0161type.*struct { F uintptr; searchpaths []string; initmap map[*go/types.Package]"".InitData }"".~r2@ type."".Importer"".initmap0Ltype.map[*go/types.Package]"".InitData"".searchpathstype.[]string0/0>*~ 389 }~}~} #1Tgclocalsd9bbe9d2ae0ab04c55c20dfbf0dc6b0bTgclocalsf891aedf0f80c97cb1c7cc75a7fd6349prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/importer.go""".(*parser).initeH%H;aH8H\$8H$H\$@H$H<$H\$XH\$H\$`H\$HH$HD$HD$(H$HD$(H-H(H$H$H\$(H+Hl$@=HkH\$@H$H$H\$@HHl$(=HH\$@H$H$HD$@H\H$H$HD$@HHH$H$H\$@Hl$PHHl$H=HH\$@H$H\$@H$H$hH\$@HHl$h=HhHH$HD$HD$HD$H\$ H\$0H\$@H$H$pH\$@Ht6Hl$0=uHpH8LpL$Hl$LhL$Hl$V6LL$Hl$LL$Hl$G'LCL$Hl$%Z: 393 B 394 *runtime.racefuncenter 395 8text/scanner.(*Scanner).InitNtype.struct { F uintptr; p *"".parser } 396 "runtime.newobject 397 "runtime.racewrite."".(*parser).init.func1 398 "runtime.racewrite6runtime.writeBarrierEnabled 399 "runtime.racewrite6runtime.writeBarrierEnabled 400 "runtime.racewrite 401 "runtime.racewrite 402 "runtime.racewrite6runtime.writeBarrierEnabled 403 """.(*parser).next 404 "runtime.racewrite6runtime.writeBarrierEnabled4type.map[int]go/types.Type 405 runtime.makemap 406 "runtime.racewrite6runtime.writeBarrierEnabled 407 (runtime.racefuncexit 408 .runtime.writebarrierptr 409 .runtime.writebarrierptr 410 411 .runtime.writebarrierptr 412 413 .runtime.writebarrierptr 415 .runtime.writebarrierptr 417 0runtime.morestack_noctxt`p"".autotmp_0163Ptype.*struct { F uintptr; p *"".parser }"".autotmp_01624type.map[int]go/types.Type"".importsPBtype.map[string]*go/types.Package"".src0type.io.Reader"".filenametype.string"".ptype.*"".parserpop\B -&';>p%$ P%.Tgclocals8cb352a4973df9d733e5d9444feceaf4Tgclocalse48b749e068cae7c3a399141c10fe5f0~prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/parser.go("".importError.Error 422 423 eH%HD$H;AwHH$H$1H$H$1H\$pH\$xH$H$H$H$H\$pHHD$`HD$hH\$XHH$H$H\$HD$H\$H\$8H\$ H\$@H\$XH$H\$XHl$8H+Hl$@=vHkHH$H$H\$HD$HD$H\$H\$8H\$ H\$@H\$XHH$H\$XHl$8HH+Hl$@=HkH$HH$HKHL$H\$H\$8H\$H\$@H\$XH H$H\$XHl$8H H+Hl$@=ulHkHH$HD$&H\$XH\$H\$`H\$H\$hH\$ HL$(HD$0HL$HH$HD$PH$HLCL$Hl$LCL$Hl$LCL$Hl$wg( 428 X 429 *runtime.racefuncenter4type.text/scanner.Position 430 runtime.convT2E 431 "runtime.racewrite6runtime.writeBarrierEnabledtype.int 432 runtime.convT2E 433 "runtime.racewrite6runtime.writeBarrierEnabled 434 runtime.convI2E 435 "runtime.racewrite6runtime.writeBarrierEnableddgo.string."import error %s (byte offset = %d): %s" 436 fmt.Sprintf 437 (runtime.racefuncexit 438 .runtime.writebarrierptr 439 .runtime.writebarrierptr 440 .runtime.writebarrierptr 441 442 0runtime.morestack_noctxt"".autotmp_0171"type.interface {}"".autotmp_0170"type.interface {}"".autotmp_0169"type.interface {}"".autotmp_0168_(type.[3]interface {}"".autotmp_0165&type.[]interface {}"".autotmp_0164type.string"".~r0ptype.string"".e&type."".importErrorZbBQ0+"O&D&Z)MTgclocalse190ca397b654b9c495cf95097b66008Tgclocalse61d629885b848af9a4bcb60cdd07fc0~prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/parser.go$"".(*parser).error eH%HD$H;AHH$H$1H$H$HH$H$H\$H$H\$H$H\$\$ H$HT$XH$HL$`HT$HHL$P1H\$8H\$@HH$HD$HD$0H$H\$0Hl$PHkHl$H='H+H\$0H\$0H1H9HL$0HD$hHL$pHD$8H$HL$@HL$H\$H$H\$H$H$H$H<$rH\$H$H\$H$H\$H$H\$ H$H\$(H$1H\$xH$HH$H$H\$H$H\$H\$xH\$1H$H$H$H$H$H$H$H$H$H$H$H$H$H$H$H$H$H\$xH$H$H$HH$H$H\$HD$H\$HH$HKHL$%HH$HH\$HH\$HD$H$Hl$, 450 X 451 *runtime.racefuncentertype.string 452 $runtime.assertE2T2.type.errors.errorString 453 "runtime.newobject 454 "runtime.racewrite6runtime.writeBarrierEnabledBgo.itab.*errors.errorString.error 455 runtime.convI2E 456 6text/scanner.(*Scanner).Postype.error 457 "runtime.assertE2I 458 &type."".importError 460 runtime.convT2E 462 runtime.gopanic0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error 467 runtime.typ2Itab 469 .runtime.writebarrierptr 471 0runtime.morestack_noctxt0"".autotmp_0178type.error"".autotmp_01770type.*errors.errorString"".autotmp_0176o&type."".importError"".autotmp_0175type.error"".autotmp_01744type.text/scanner.Position"".autotmp_01730type.*errors.errorString"".autotmp_0172type.string"".~r0type.errorerrors.text2type.string"".stype.string"".err"type.interface {}"".ptype.*"".parser"j 474 qE*+INf 476 P.Tgclocalsa1bbdca80261f4bde6921b9a8af618a6Tgclocals6b59c5fad2d8c527de7fb662768ce12c~prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/parser.go&"".(*parser).errorfeH%H;aHHH\$HH$H\$XH$H\$`H\$H\$hH\$H\$pH\$H\$xH\$ HL$(HD$0HL$8H$HD$@HD$H\$H|$HHHKHOH\$PH$HHI 480 B 481 *runtime.racefuncenter 482 fmt.Errorf 483 runtime.convI2E 484 $"".(*parser).error 485 (runtime.racefuncexit 486 0runtime.morestack_noctxt`"".autotmp_0181type.error"".args0&type.[]interface {}"".formattype.string"".ptype.*"".parserz Tgclocalsc6134a2ac139b68c0737f8b03170e2acTgclocals23e8278e2b69a3a75fa59b23c49ed6ad~prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/parser.go&"".(*parser).expecteH%HD$H;AH1H$H$H$1H$H$H$H$H$0H$HHH0Hl$0H8Hl$8H$H$($H$(9~$H\$H\$pH\$H\$xH$H$H$(H$(,$H\$H\$`H\$H\$hH\$0H\$PH\$8H\$X1H$H$H$H$H$H$H$HDH$H$H$HH$H\$pH\$HD$H\$H\$@H\$ H\$HH$H$H$Hl$@H+Hl$H=HkHH$H\$`H\$HD$H\$H\$@H\$ H\$HH$HH$H$Hl$@HH+Hl$H=HkHH$H\$PH\$HD$H\$H\$@H\$ H\$HH$H H$H$Hl$@H H+Hl$H=HkH$H$HH\$HD$H$H\$H$H\$ H$H\$(H$H$H\$0H$H\$8H$HLCL$Hl$dLCL$Hl$LCL$Hl$J+8 489 T 490 runtime.duffzerov 491 *runtime.racefuncenter 492 runtime.raceread 493 runtime.raceread 494 0text/scanner.TokenString 495 runtime.raceread 496 0text/scanner.TokenStringtype.string 497 runtime.convT2E 498 "runtime.racewrite6runtime.writeBarrierEnabledtype.string 499 runtime.convT2E 500 "runtime.racewrite 6runtime.writeBarrierEnabled 501 type.string 502 503 runtime.convT2E 505 "runtime.racewrite6runtime.writeBarrierEnabledHgo.string."expected %s, got %s (%s)" 509 &"".(*parser).errorf 511 """.(*parser).next 513 (runtime.racefuncexit 514 .runtime.writebarrierptr 515 .runtime.writebarrierptr 516 .runtime.writebarrierptr 517 0runtime.morestack_noctxt@"".autotmp_0191"type.interface {}"".autotmp_0190"type.interface {}"".autotmp_0189"type.interface {}"".autotmp_0188_(type.[3]interface {}"".autotmp_0185&type.[]interface {}"".autotmp_0184type.string"".autotmp_0183type.string"".autotmp_0182type.string"".littype.string"".~r1 type.string"".toktype.int32"".ptype.*"".parserh2.C.'L<:fR%I)M)w 523 [Tgclocals98525cd17e1782872f945688cda92b40Tgclocalse83d5edbb9e7f9a499097d2486040576~prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/parser.go4"".(*parser).expectKeyword 524 525 eH%HD$H;AH1H$H$H$H$H$H$H$H$D$H$HL$HD$HL$0H9uNHl$0H,$HD$8HD$H$Hl$HT$HD$8H$\$ t HH$H\$`HT$hH\$0H\$PHD$8HD$X1H$H$H$H$H$HeHD$xH$H\$pHH$H\$`H\$HD$H\$H\$@H\$ H\$HH\$pH$H\$pHl$@H+Hl$H=HkHH$H\$PH\$HD$H\$H\$@H\$ H\$HH\$pHH$H\$pHl$@HH+Hl$H=uPHkH$H$HH\$HD$H\$pH\$H\$xH\$ H$H\$(_LCL$Hl$LCL$Hl$[$ 528 529 *runtime.racefuncenter 530 &"".(*parser).expect 531 runtime.eqstring 532 (runtime.racefuncexittype.string 533 runtime.convT2E 534 "runtime.racewrite6runtime.writeBarrierEnabledtype.string 535 runtime.convT2E 536 "runtime.racewrite6runtime.writeBarrierEnabledNgo.string."expected keyword %s, got %q" 537 &"".(*parser).errorf 538 .runtime.writebarrierptr 539 540 .runtime.writebarrierptr 541 542 0runtime.morestack_noctxt0"".autotmp_0200"type.interface {}"".autotmp_0199"type.interface {}"".autotmp_0198?(type.[2]interface {}"".autotmp_0195o&type.[]interface {}"".autotmp_0194type.string"".autotmp_0193type.string"".littype.string"".keywordtype.string"".ptype.*"".parser&A0F,M_"F&j:Tgclocalsbbe2f308595eed0631fb6c42f0ddbda2Tgclocals661ce063a5f54b47f94d8c3b5780f4f6~prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/parser.go0"".(*parser).parseStringeH%H;aH`H\$`H$1H\$pH\$xH\$hH$D$HL$HD$HL$PH$HD$XHD$Hl$HT$HD$ HL$(Hl$0HT$8HL$HHD$@Ht4H$HL$H\$H|$HHHKHOH\$hH$H\$0H\$pH\$8H\$xH` 548 B 549 *runtime.racefuncenter 550 &"".(*parser).expect 551 strconv.Unquote 552 runtime.convI2E 553 $"".(*parser).error 554 (runtime.racefuncexit 555 0runtime.morestack_noctxt0 556 "".autotmp_0201type.string"".err?type.error"".str_type.string"".~r0type.string"".ptype.*"".parser$ 560 [4 ?!Tgclocals4a6f49bfbb5d0042a5f508261526f69fTgclocals8eb69aa543d72814242b6afe7a90aa0f~prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/parser.go@"".(*parser).parseUnquotedString eH%HD$H;AAHH$H$1H$H$H$H$H$(H$(uaHH\$pHD$xHH$H\$pH\$HD$H\$H|$HHHKHOH$H$HH$HD$HD$HH$HD$pH$H$H<$;HL$HD$H\$HH$HL$`HL$HD$hHD$H$H$H<$D$;D$4H$H$H$D$4H$HHcHH@HH!HuWH\$HH$D$H$H$H<$@H$H$H<$D$;PH$H$HD$H1H\$PH\$X1H9u5H HHL$PH$HD$XH$HHD$@H$H$HD$@HhHl$8H$H\$@Hl$8LCLKL9w`LI)I)ItM*H$L$LT$L$LD$L$LL$HL$ HD$(HL$`HD$h8%%1x% %2 570 X 571 *runtime.racefuncenter 572 runtime.raceread4go.string."unexpected EOF"type.string 573 runtime.convT2E 574 $"".(*parser).error"type.bytes.Buffer 575 "runtime.newobject 576 ,runtime.racewriterange 577 Btext/scanner.(*Scanner).TokenText 578 6bytes.(*Buffer).WriteString 579 8text/scanner.(*Scanner).Peek 580 runtime.raceread 581 2bytes.(*Buffer).WriteRune 582 8text/scanner.(*Scanner).Next 583 8text/scanner.(*Scanner).Peek 584 """.(*parser).next "go.string."<nil>" 585 (runtime.racefuncexit 586 587 runtime.raceread 588 589 runtime.raceread 591 2runtime.slicebytetostring 593 $runtime.panicslice 595 0runtime.morestack_noctxt0"".autotmp_0210type.string"".autotmp_0209/type.[]uint8"".autotmp_0208type.int"".autotmp_0207type.int32"".autotmp_0205otype.string"".autotmp_0204Otype.string"".&buf$type.*bytes.Buffer"".~r0type.stringbytes.b2$type.*bytes.Buffer 597 "".chtype.int32"".~r0type.string"".ptype.*"".parserP,a,H) $+v9usTgclocals7efdfbf4c229aee81ff096a89166ec63Tgclocals49a8c0d01e44dd2fbd1f7ca69e0715af~prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/parser.go""".(*parser).nexteH%H;amH0H\$0H$H\$8H$H<$;\$\$H\$8H$H$(HD$8l$(H$H$(HL$8(H$H<$tvH\$H\$ H\$H\$(H\$8H$H$0H\$8Hl$(H8Hl$ =uH0H0L0L$Hl$%mH$H$0H\$81H0H8<3'%v 605 B 606 *runtime.racefuncentert 607 8text/scanner.(*Scanner).Scan 608 "runtime.racewrite 609 runtime.raceread 610 Btext/scanner.(*Scanner).TokenText 611 "runtime.racewrite6runtime.writeBarrierEnabled 612 (runtime.racefuncexit 613 .runtime.writebarrierptr 614 "runtime.racewrite 615 0runtime.morestack_noctxt`"".autotmp_0213type.int32"".autotmp_0212type.string"".autotmp_0211'type.int32"".ptype.*"".parser`_`LF% ` & +Tgclocals51fa0e13d53d6bad7f86670d3edaeac6Tgclocalsd8fdd2a55187867c76648dc792366181~prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/parser.go>"".(*parser).parseQualifiedNameeH%H;aHhH\$hH$111H$H$1H\$xH$H\$pH$HL$HD$H\$pH$HL$8HL$HD$@HD$Hl$HT$ HL$(HD$0Hl$XHl$xHT$`H$HL$HH$HD$PH$Hh# 620 B 621 *runtime.racefuncenter 622 0"".(*parser).parseString 623 D"".(*parser).parseQualifiedNameStr 624 (runtime.racefuncexit 625 0runtime.morestack_noctxtP"".autotmp_0216_type.string"".autotmp_0215?type.string"".autotmp_0214type.string"".name0type.string"".pathtype.string"".ptype.*"".parser % Tgclocals485b2422545d76f04faa9788b64ad96eTgclocalsae0a20890c9ac6bfbea3383f34532bab~prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/parser.goN"".(*parser).parseUnquotedQualifiedNameeH%H;aHhH\$hH$111H$H$1H\$xH$H\$pH$HL$HD$H\$pH$HL$8HL$HD$@HD$Hl$HT$ HL$(HD$0Hl$XHl$xHT$`H$HL$HH$HD$PH$Hh# 631 B 632 *runtime.racefuncenter 633 @"".(*parser).parseUnquotedString 634 D"".(*parser).parseQualifiedNameStr 635 (runtime.racefuncexit 636 0runtime.morestack_noctxtP"".autotmp_0221_type.string"".autotmp_0220?type.string"".autotmp_0219type.string"".name0type.string"".pathtype.string"".ptype.*"".parser % Tgclocals485b2422545d76f04faa9788b64ad96eTgclocalsae0a20890c9ac6bfbea3383f34532bab~prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/parser.goD"".(*parser).parseQualifiedNameStreH%HD$H;AH1HD$PHD$XH$H$111H$H$1H$H$H$H$H$H\$HH\$HD$HT$ HL$(HD$0H$HT$pHHL$x<H$H$HT$pHL$xHHZHu9HHHHHIHtIHHH$LLD$pHL$xH4H$H\$`H$H\$h1H\$PH\$XH\$PHH$H$H$HH$H\$`H\$HD$H\$H\$@H\$ H\$HH$H$H$Hl$@H+Hl$H=u^HkH$H$HH\$HD$H$H\$H$H\$ H$H\$(HLCL$Hl$HH$H$H$@H$HtkH@H$HHH$H\$pH|$xv9H$H\$pH|$xvH+H$HkH$JHHH9H$H$H$H\$H$Ht$HH\$HD$ H\$xHL$(HD$0H$H$HH\$8HHl$pH9sRHHH,$H\$8HHl$pLD$xL9s$HHH]H$H]H$j6 649 p 650 *runtime.racefuncentergo.string."." 651 strings.Split 652 runtime.racereadtype.string 653 runtime.convT2E 654 "runtime.racewrite6runtime.writeBarrierEnabledPgo.string."malformed qualified name: %q" 655 &"".(*parser).errorf 656 (runtime.racefuncexit 657 .runtime.writebarrierptr 658 659 runtime.raceread 661 runtime.raceread 663 $runtime.panicindex 665 $runtime.panicindex go.string."." 668 strings.Join 669 runtime.raceread 670 $runtime.panicindex 671 $runtime.panicindex 672 $runtime.panicslice 673 $runtime.panicslice 674 $runtime.panicindex 675 $runtime.panicindex 676 0runtime.morestack_noctxtp"".autotmp_0237"type.interface {}"".autotmp_0236(type.[1]interface {}"".autotmp_0233_&type.[]interface {}"".autotmp_0232type.int"".autotmp_0231type.int"".autotmp_0229type.[]string"".autotmp_0227type.int"".autotmp_0226type.string"".autotmp_0224/type.[]string"".partstype.[]string"".namePtype.string"".pkgpath0type.string"".unquotedNametype.string"".ptype.*"".parserj+&%(JC9 677 679 E:n[@7[4%o,B. \D@ 5Tgclocals1841e5341a2da5a6343db2273880b432Tgclocals4748becf9642cbd5525e77550e4feba8~prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/parser.go&"".(*parser).getPkgeH%H;aH`H\$`H$HD$xHu`Hl$pH,$HD$H-Hl$HD$HD$x\$ t)HH$HH$H`H\$pH\$PHD$XH\$hH$H$hHH$H\$hHhHl$H\$PH\$H\$XH\$HD$ HHD$0H$H$H\$0H1H9HH\$pH$H\$xH\$H$H\$HL$HD$ H\$pH\$@H\$xH\$HHD$(HD$8H\$hH$H$hHH$H\$hHhHl$H\$@H\$H\$8H\$HD$(H$H`$ 687 B 688 *runtime.racefuncenter$go.string."unsafe" 689 runtime.eqstringgo/types.Unsafe 690 runtime.racereadgo/types.Unsafe 691 (runtime.racefuncexit 692 runtime.racereadBtype.map[string]*go/types.Package 693 4runtime.mapaccess1_faststr 694 runtime.raceread 695 &go/types.NewPackage 696 runtime.racereadBtype.map[string]*go/types.Package 697 $runtime.mapassign1 698 (runtime.racefuncexit 699 0runtime.morestack_noctxt`"".autotmp_0243_.type.**go/types.Package"".autotmp_0242O,type.*go/types.Package"".autotmp_0241?type.string"".autotmp_0240,type.*go/types.Package"".autotmp_0238type.string"".pkgo,type.*go/types.Package"".~r2P,type.*go/types.Package"".name0type.string"".pkgpathtype.string"".ptype.*"".parser&x:= /n & f*5O9GTgclocalsb8f3ba53c017a51715672a7729d8a43aTgclocals4a563a393f1bc1134c06e1379a665c4f~prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/parser.go<"".(*parser).parseExportedName eH%HD$H;A!H1H$H$H$H$H$H$11H$H$H$H$Hl$HT$HL$HD$ Hl$@HT$HH$H$1H\$0H\$8H$H$H$(H$(u%H$H$HL$HD$HL$0HD$8H$H\$@H\$H\$HH\$H\$0H\$H\$8H\$ HD$(H$1H9H$H\$pH$H\$xH\$@H\$`H\$HH\$h1H$H$H$H$H$HH$H$H$HH$H\$pH\$HD$H\$H\$PH\$ H\$XH$H$H$Hl$PH+Hl$X=HkHH$H\$`H\$HD$H\$H\$PH\$ H\$XH$HH$H$Hl$PHH+Hl$X=u^HkH$H$HH\$HD$ H$H\$H$H\$ H$H\$(HLCL$Hl$LCL$Hl$ t( 706 707 *runtime.racefuncenter 708 >"".(*parser).parseQualifiedName 709 runtime.raceread 710 0"".(*parser).parseString 711 &"".(*parser).getPkgtype.string 712 runtime.convT2E 713 "runtime.racewrite6runtime.writeBarrierEnabledtype.string 714 runtime.convT2E 715 716 "runtime.racewrite 717 6runtime.writeBarrierEnabled 718 Xgo.string."package %s (path = %q) not found" 720 &"".(*parser).errorf 722 (runtime.racefuncexit 724 .runtime.writebarrierptr 726 .runtime.writebarrierptr 728 0runtime.morestack_noctxt@"".autotmp_0255"type.interface {}"".autotmp_0254"type.interface {}"".autotmp_0253?(type.[2]interface {}"".autotmp_0250o&type.[]interface {}"".autotmp_0249type.string"".autotmp_0248type.string"".autotmp_0246type.string"".pkgnametype.string"".pathtype.string"".name type.string"".pkg,type.*go/types.Package"".ptype.*"".parserI:A?,%6 20Mx%I)s<Tgclocals9eeceebe6eaf42c844e20cea44a48984Tgclocalsb5b80b171132ac4e0ae4399e1cf20dbf~prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/parser.go,"".(*parser).parseNameeH%H;aH8H\$8H$1H\$HH\$PH\$@H$H$(HD$@(?uH$1H\$HH\$PH8H$HL$HD$ HL$(HL$HHD$0HD$PH8O 733 B 734 *runtime.racefuncenter 735 runtime.raceread 736 """.(*parser).next 737 (runtime.racefuncexit 738 N"".(*parser).parseUnquotedQualifiedName 739 (runtime.racefuncexit 740 0runtime.morestack_noctxt0p"".nametype.string"".~r0type.string"".ptype.*"".parserp^op0op0& L##Tgclocals69076ee43f1cead0792b9f36906b1b56Tgclocalsc55cf99de9cdd8c8202a466952fa1a45~prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/parser.go"".derefeH%H;aHHH\$HH$1H\$`H\$hHD$0HH$H\$PH\$H\$XH\$H\$0H\$\$ HD$01H9t@1H\$8H\$@HD$(H$H\$(Ht9HHkHL$8HL$PHl$@Hl$XH\$PH\$`H\$XH\$hHH 746 B 747 *runtime.racefuncenterz,type.*go/types.Pointer 748 $runtime.assertI2T2 749 runtime.raceread 750 (runtime.racefuncexit 751 0runtime.morestack_noctxt@ 752 "".autotmp_0257/,type.*go/types.Pointer"".~r0$type.go/types.Typego/types.p2?,type.*go/types.Pointer"".~r1 $type.go/types.Type"".typ$type.go/types.Type$H@ C+?#Tgclocalse2c4017e93a1e8c44f882a0388d816a3Tgclocalsc301552ca8937361fc2b11074d410d43~prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/parser.go."".(*parser).parseFieldeH%H$@H;AH@1HD$@HD$HH$@H$11H$`H$hH$HH$HL$HD$H$H$H$HH$H$PH\$H$HL$HD$H$H$D$+HD$+H$H$1H$H$HD$xHH$H$HL$H$HD$H\$xH\$\$ HD$x1H9tV1H$H$HD$PH$H\$PH@HHkH$H$H$H$H$H$H$H$H$0H$H$8HD$L$L$,X^HD$@HH$H$0H\$H$8H\$H\$@H\$L$,\$ HD$@1H$H$HD$hH$H$H\$hHHKHSH$H$H$HD$0H$PH\$XH$H$H$H$H$H$H$H$\$+\$*HH$HD$HD$pH$HD$PHL$pHH1HH$HD$p1H(H$H$HD$pHl$0HhH$H$H\$pHHl$X=HkH\$pH$H$H\$pH$Hk H$=0HkH\$pH$H$(H\$pH$Hk(H$=Hk0H\$pH$H$8HD$p@8H$H$@HD$pH@@H$H$HHD$pl$*@hHH$H$JHD$pH@hJH$XH$HH$H$(H$H(u#H$HL$HD$H$`H$hH@LC0L$Hl$LCL$Hl$LCL$Hl$iL*HD$HHH$H$0H\$H$8H\$H\$HH\$\$ tHD$HHD$8H$H\$8H+HtY1H$H$Hl$`H,$H$H\$`Ht%HKHS H$H$H$EH$0H$H$8H$HH$ H$(HH$H$ H\$HD$H\$H|$HHHKHOH$HH$H$>T 764 v 765 *runtime.racefuncenter 766 ,"".(*parser).parseName 767 ,"".(*parser).parseType,type.*go/types.Pointer 768 $runtime.assertI2T2 769 runtime.raceread 770 $runtime.ifacethash(type.*go/types.Basic 771 $runtime.assertI2T2 772 runtime.raceread"type.go/types.Var 775 "runtime.newobject 777 ,runtime.racewriterange 779 runtime.duffzero 781 "runtime.racewrite 783 "runtime.racewrite 785 "runtime.racewrite6runtime.writeBarrierEnabled 786 "runtime.racewrite6runtime.writeBarrierEnabled 787 "runtime.racewrite6runtime.writeBarrierEnabled 788 "runtime.racewrite 789 "runtime.racewrite 790 "runtime.racewrite 791 "runtime.racewrite 792 runtime.raceread 793 0"".(*parser).parseString 794 (runtime.racefuncexit 795 .runtime.writebarrierptr 796 .runtime.writebarrierptr 797 .runtime.writebarrierptr(type.*go/types.Named 798 $runtime.assertI2T2 799 runtime.raceread 800 runtime.racereadHgo.string."anonymous field expected"type.string 801 runtime.convT2E 802 $"".(*parser).error 803 0runtime.morestack_noctxtPB"".autotmp_0268$type.*go/types.Var"".autotmp_0267$type.*go/types.Var"".autotmp_0266type.uint32"".autotmp_0265type.bool"".autotmp_0264$type.go/types.Type"".autotmp_0263type.string"".autotmp_0262?type.string"".autotmp_0261,type.*go/types.Pointer"".autotmp_0260$type.go/types.Type*go/types.anonymous6type.boolgo/types.typ5$type.go/types.Type go/types.name4type.stringgo/types.pkg3,type.*go/types.Packagego/types.pos2"type.go/token.Pos"".~r0type.stringgo/types.obj2*type.*go/types.objectgo/types.t2(type.*go/types.Named"".~r0type.stringgo/types.b2(type.*go/types.Basic"".~r0$type.go/types.Typego/types.p2,type.*go/types.Pointer"".~r1$type.go/types.Type"".typ$type.go/types.Type"".typ$type.go/types.Type"".typ(type.*go/types.Named"".typ(type.*go/types.Basic"".anontype.bool"".typ$type.go/types.Type"".name_type.string"".tag0type.string"".field $type.*go/types.Var"".pkg,type.*go/types.Package"".ptype.*"".parser" l.&%+@ 816 Y,# S Sq 819 rj:%81t==c 3ZTgclocals6423ef8aedcf16c4cf4d609b3fdf97dbTgclocalsfc3a02d15533f9309f7442eb971b2c35~prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/parser.go."".(*parser).parseParameH%HD$H;AHH$H$$H$H$HL$HD$HL$pHD$xH$H$H$(H$(.uKH$H$H$D$.H$H$D$.H$$H$H$H\$HD$HL$$HD$PH$HL$XH$HH$HD$HD$8H$H\$8H$H+H$=jHkH\$8H\$8H1H9HL$8HD$ H$H\$(H\$pH\$`H\$xH\$hHD$PHD$@HL$XHL$HHH$HD$HD$0H$HD$PHL$0HH1HH$HD$01H(H$H$HD$0Hl$ HhH$H$H\$0H2Hl$(= HkH\$0H$H$H\$0Hl$hHk Hl$`=HkH\$0H$H$(H\$0Hl$@Hk(Hl$H=uqHk0H\$0H$H$8HD$0@8H$H$@HD$0H@@H$H$KHD$0H@hKH$HLC0L$Hl$|LCL$Hl$2LCL$Hl$iHH$HH\$HH\$HD$LCL$Hl$L 824 X 825 *runtime.racefuncenter 826 ,"".(*parser).parseName 827 runtime.raceread 828 """.(*parser).next 829 &"".(*parser).expect 830 &"".(*parser).expect 831 ,"".(*parser).parseType&type.go/types.Slice 832 "runtime.newobject 833 "runtime.racewrite6runtime.writeBarrierEnabledJgo.itab.*go/types.Slice.go/types.Type"type.go/types.Var 834 "runtime.newobject 835 ,runtime.racewriterange 836 runtime.duffzero 837 "runtime.racewrite 838 "runtime.racewrite 839 "runtime.racewrite 6runtime.writeBarrierEnabled 840 841 "runtime.racewrite 842 6runtime.writeBarrierEnabled 843 844 "runtime.racewrite6runtime.writeBarrierEnabled 847 "runtime.racewrite 849 "runtime.racewrite 851 "runtime.racewrite 853 (runtime.racefuncexit 855 .runtime.writebarrierptr 857 .runtime.writebarrierptr 858 .runtime.writebarrierptr(type.*go/types.Slice$type.go/types.TypeJgo.itab.*go/types.Slice.go/types.Type 859 runtime.typ2Itab 860 .runtime.writebarrierptr 861 0runtime.morestack_noctxt@ "".autotmp_0277$type.*go/types.Var"".autotmp_0276$type.*go/types.Var"".autotmp_0274(type.*go/types.Slice"".autotmp_0273(type.*go/types.Slice"".autotmp_0272(type.*go/types.Slicego/types.typ5$type.go/types.Type go/types.name4_type.stringgo/types.pkg3,type.*go/types.Packagego/types.pos2"type.go/token.Pos go/types.elem2$type.go/types.Type"".typ$type.go/types.Type"".name?type.string"".isVariadic0type.bool"".param $type.*go/types.Var"".pkg,type.*go/types.Package"".ptype.*"".parserL%, ! SID+F73R;1Tgclocalsd521bd6fa535f4936d68cb8e04893d7aTgclocals0d22b65a9c3754be0df90c221115dc43~prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/parser.go*"".(*parser).parseVar eH%H;a8HhH\$hH$H\$pH$HL$HD$HL$XHD$`H\$pH$H\$xH\$HL$HD$HD$ H\$xH\$(H\$XH\$HH\$`H\$PHL$8HD$@HH$HD$HD$0H$HD$PHL$0HHl1HH$HD$01H(H$H$HD$0Hl$ HhH$H$H\$0HHl$(=HkH\$0H$H$H\$0Hl$PHk Hl$H=HkH\$0H$H$(H\$0Hl$8Hk(Hl$@=uPHk0H\$0H$H$8HD$0@8H$H$@HD$0H@@H$HhLC0L$Hl$LCL$Hl$VLCL$Hl$. 868 B 869 *runtime.racefuncenter^ 870 ,"".(*parser).parseName 871 ,"".(*parser).parseType"type.go/types.Var 872 "runtime.newobject 873 ,runtime.racewriterange 874 runtime.duffzero 875 "runtime.racewrite 876 "runtime.racewrite 877 "runtime.racewrite6runtime.writeBarrierEnabled 878 "runtime.racewrite6runtime.writeBarrierEnabled 879 "runtime.racewrite6runtime.writeBarrierEnabled 880 "runtime.racewrite 881 "runtime.racewrite 882 (runtime.racefuncexit 883 .runtime.writebarrierptr 884 .runtime.writebarrierptr 885 .runtime.writebarrierptr 886 0runtime.morestack_noctxt0"".autotmp_0282o$type.*go/types.Var"".autotmp_0281$type.*go/types.Vargo/types.typ5_$type.go/types.Type go/types.name4?type.stringgo/types.pkg3,type.*go/types.Packagego/types.pos2"type.go/token.Pos"".nametype.string"".~r1 $type.*go/types.Var"".pkg,type.*go/types.Package"".ptype.*"".parsere"4 :K734-Tgclocals374f7530c7c9139b03e4cc6a4d3abb0cTgclocals99a4d19709192be7927a43d65b7ab259~prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/parser.go8"".(*parser).parseConstValueKKeH%H$H;AH1H$`H$hH$pH$xH$H$111H$H$1H$H$H$H$H$(H$(H$HL$HD$H$H$1H\$hH\$pH$H$(H$H$0HH$HH\$HH\$H$(H\$HD$ HL$(HD$0H$H$HL$hH$HD$pH$HHD$`1H9t|HH$HH=vTHH$HH=v,HH+H$H\$`H$HHH$HH\$HH\$H\$H\$`MD$>H$H$0H$HQH0H$8H8HH$H$@HD$H-Hl$HD$H$8H$@\$ iD$>H$H$\$>H1H\$xH$D$?HH$HH\$HH\$H\$?H\$HD$ HL$(HD$0H$H$HL$xH$H$H$HHD$`1H9t|HH$HH=vTHH$HH=v,HH+H$H\$`H$HHH$HH\$HH\$H\$H\$`MH$@Hu1H$HD$H-Hl$HD$\$ ]H$H$H$(H$(,$H\$H$H\$H$ 1H$`H$hH$pH$xH$`HH$PH$XH$HHH$H$H\$HD$H\$H$H\$ H$H$HH$H$HH$H+H$=HkHH$H$H\$H|$HD$0HD$H\$H$H\$ H$H$HHH$H$HH$HH+H$=uVHkH$H$HH\$HD$!H$HH\$H$PH\$ H$XH\$([LCL$Hl$%LCL$Hl$=1H$H$H$H$(H$(-u,H$H$HH$H$H$H$(H$(UH$H$0H$H$H\$H$H\$H$H H0H|$HHHKHOH\$(H$H\$0H$H$H$1H$H$H$H$H$(H$H$H$(H$H$HH$H$H4$HH\$HD$H$H$H$H\$HD$HD$HL$ HD$(H$H$HujHH$H$ 1HH$H$H\$HD$H\$H|$HHHKHOH$H$H$H$H\$H$H\$HH\$HD$ H\$(HH$HKHL$HD$HD$HL$ HD$(H$H$HurHH$H$ 1HH$H$H\$HD$H\$H|$HHHKHOH$H$H$H$H$H$H\$HD$HL$H$H\$ HL$(HD$0H$H$HHD$`1H9t|HH$HH=vTHH$HH=v,HH+H$H\$`H$HHH$HH\$HH\$H\$H\$`M+uIH4$H$H$D$H$HL$HD$H$H$-H4$H$H$D$HL$HD$H\$@H$HH\$HD$H$8HL$H$@HD$ H$H\$(H$H\$0H$.H$HL$HD$HD$HL$ HD$(H$H$HujHH$H$ HH$H$H\$HD$H\$H|$HHHKHOH$H$HHD$`1H9t|HH$HH=vTHH$HH=v,HH+H$H\$`H$HHH$HH\$HH\$H\$H\$`MH$H$0H$H$H\$H$H\$H$HH0H|$HHHKHOH\$(HH$HKHL$HD$HD$HL$ HD$(H$H$HujHH$H$ HH$H$H\$HD$H\$H|$HHHKHOH$H$H$H$H$H$H$(H$('H$HHD$`1H9ttHH$HH=vLHH$HH=v$HH+H$H\$`H$jHH$HH\$HH\$H\$H\$`UHHD$`1H9ttHH$HH=vLHH$HH=v$HH+H$H\$`H$HH$HH\$HH\$H\$H\$`U^H$H$(H$(,$H\$H$H\$H$ 1H$`H$hH$pH$xH$`HH$PH$XH$HHH$H$H\$HD$H\$H$H\$ H$H$HH$H$HH$H+H$=HkHH$H$H\$H|$HD$0HD$H\$H$H\$ H$H$HHH$H$HH$HH+H$=uVHkH$H$HH\$HD$!H$HH\$H$PH\$ H$XH\$(fLCL$Hl$%LCL$Hl$=2 923 924 *runtime.racefuncenter 925 runtime.raceread 926 0"".(*parser).parseString4type.go/constant.stringVal,type.go/constant.Value^go.itab.go/constant.stringVal.go/constant.Value 927 runtime.convT2IJgo.itab.*go/types.Basic.go/types.Typego/types.Typ 928 runtime.racereadgo/types.Typgo/types.Typ 929 runtime.racereadgo/types.Typgo/types.Typ 930 (runtime.racefuncexit 931 $runtime.panicindex 932 $runtime.panicindex(type.*go/types.Basic$type.go/types.TypeJgo.itab.*go/types.Basic.go/types.Type 933 runtime.typ2Itab 934 runtime.raceread 935 go.string."true" 936 937 runtime.eqstring 939 """.(*parser).next0type.go/constant.boolVal,type.go/constant.ValueZgo.itab.go/constant.boolVal.go/constant.Value 944 runtime.convT2I Jgo.itab.*go/types.Basic.go/types.Typego/types.Typ 946 runtime.racereadgo/types.Typgo/types.Typ 947 runtime.racereadgo/types.Typgo/types.Typ 948 (runtime.racefuncexit 949 $runtime.panicindex 950 $runtime.panicindex(type.*go/types.Basic$type.go/types.TypeJgo.itab.*go/types.Basic.go/types.Type 951 runtime.typ2Itab"go.string."false" 952 runtime.eqstring 953 runtime.raceread 954 0text/scanner.TokenStringtype.string 955 runtime.convT2E 956 "runtime.racewrite6runtime.writeBarrierEnabledtype.string 957 runtime.convT2E 958 "runtime.racewrite6runtime.writeBarrierEnabledZgo.string."expected const value, got %s (%q)" 959 &"".(*parser).errorf 960 .runtime.writebarrierptr 961 .runtime.writebarrierptr 962 runtime.raceread 963 """.(*parser).nextgo.string."-" 964 runtime.raceread 965 runtime.raceread 966 *runtime.concatstring2 967 """.(*parser).next 968 runtime.raceread go.string."0"!go.string."i"! 969 4"".(*parser).expectKeyword" 970 6go/constant.MakeFromLiteral#zgo.string."could not parse real component of complex literal"#type.string# 971 runtime.convT2E$ 972 $"".(*parser).error%go.string."i"% 973 *runtime.concatstring2& 974 6go/constant.MakeFromLiteral&zgo.string."could not parse imag component of complex literal"'type.string' 975 runtime.convT2E( 976 $"".(*parser).error) 977 (go/constant.BinaryOp)Jgo.itab.*go/types.Basic.go/types.Type*go/types.Typ* 978 runtime.raceread*go/types.Typ*go/types.Typ* 979 runtime.raceread*go/types.Typ+go/types.Typ+ 980 (runtime.racefuncexit+ 981 $runtime.panicindex, 982 $runtime.panicindex,(type.*go/types.Basic,$type.go/types.Type,Jgo.itab.*go/types.Basic.go/types.Type, 983 runtime.typ2Itab- 984 """.(*parser).next- 985 &"".(*parser).expect. 986 """.(*parser).next. 987 &"".(*parser).expect/go.string."-"/ 988 *runtime.concatstring21 989 6go/constant.MakeFromLiteral1Rgo.string."could not parse float literal"2type.string2 990 runtime.convT2E3 991 $"".(*parser).error3Jgo.itab.*go/types.Basic.go/types.Type3go/types.Typ3 992 runtime.raceread3go/types.Typ3go/types.Typ4 993 runtime.raceread4go/types.Typ4go/types.Typ5 994 (runtime.racefuncexit5 995 $runtime.panicindex5 996 $runtime.panicindex5(type.*go/types.Basic5$type.go/types.Type5Jgo.itab.*go/types.Basic.go/types.Type6 997 runtime.typ2Itab6 998 runtime.raceread8 999 *runtime.concatstring28 1000 6go/constant.MakeFromLiteral9Vgo.string."could not parse integer literal"9type.string: 1001 runtime.convT2E: 1002 $"".(*parser).error; 1003 """.(*parser).next; 1004 runtime.raceread< 1005 """.(*parser).next<Jgo.itab.*go/types.Basic.go/types.Type<go/types.Typ< 1006 runtime.raceread<go/types.Typ<go/types.Typ= 1007 runtime.raceread=go/types.Typ=go/types.Typ> 1008 $runtime.panicindex> 1009 $runtime.panicindex>(type.*go/types.Basic>$type.go/types.Type>Jgo.itab.*go/types.Basic.go/types.Type> 1010 runtime.typ2Itab?Jgo.itab.*go/types.Basic.go/types.Type?go/types.Typ? 1011 runtime.raceread?go/types.Typ?go/types.Typ@ 1012 runtime.raceread@go/types.Typ@go/types.TypA 1013 $runtime.panicindexA 1014 $runtime.panicindexA(type.*go/types.BasicA$type.go/types.TypeAJgo.itab.*go/types.Basic.go/types.TypeA 1015 runtime.typ2ItabB 1016 runtime.racereadB 1017 0text/scanner.TokenStringDtype.stringE 1018 runtime.convT2EE 1019 "runtime.racewriteF6runtime.writeBarrierEnabledFtype.stringG 1020 runtime.convT2EH 1021 "runtime.racewriteH6runtime.writeBarrierEnabledIZgo.string."expected const value, got %s (%q)"I 1022 &"".(*parser).errorfJ 1023 .runtime.writebarrierptrJ 1024 .runtime.writebarrierptrK 1025 0runtime.morestack_noctxtPd"".autotmp_0323"type.interface {}"".autotmp_0322"type.interface {}"".autotmp_0321(type.[2]interface {}"".autotmp_0319*type.*[2]interface {}"".autotmp_0318&type.[]interface {}"".autotmp_0317type.*uint8"".autotmp_0316type.*uint8"".autotmp_0315type.[32]uint8"".autotmp_0314type.int32"".autotmp_0313type.*uint8"".autotmp_0312type.*uint8"".autotmp_0311type.int32"".autotmp_0310type.*uint8"".autotmp_0309,type.go/constant.Value"".autotmp_0308"type.interface {}"".autotmp_0307"type.interface {}"".autotmp_0306?(type.[2]interface {}"".autotmp_0303o&type.[]interface {}"".autotmp_0302type.string"".autotmp_0301type.*uint8"".autotmp_0300,type.go/constant.Value"".autotmp_0298type.string"".autotmp_0297,type.go/constant.Value"".autotmp_0296type.string"".autotmp_0295,type.go/constant.Value"".autotmp_0294type.string"".autotmp_0293,type.go/constant.Value"".autotmp_0292type.string"".autotmp_0291,type.go/constant.Value"".autotmp_0290type.string"".autotmp_0289type.string"".autotmp_0288type.string"".autotmp_0287,type.go/constant.Value"".autotmp_02860type.go/constant.boolVal"".autotmp_0285type.string"".autotmp_02844type.go/constant.stringVal"".autotmp_0283type.string"".~r0,type.go/constant.Value"".~r0,type.go/constant.Value go/constant.s2type.string"".imval,type.go/constant.Value"".reval,type.go/constant.Value 1028 "".imtype.string 1029 "".retype.string"".signtype.string"".btype.bool"".strtype.string"".typ0$type.go/types.Type"".val,type.go/constant.Value"".ptype.*"".parserF"%D(' tE 9StE? 1035 >$ ~7 BjzrSt E? ;(# 2jt(%E- j0 tbaEt^]El>PA WV 1.] 1042 4 V 1@+g/yV4(S+0aej=V 1a"LV 10S":\[12[1'"+g/y=Tgclocals9eff3e56d03c644033ba7d467f341c80Tgclocalsb56bf02f0bf828f2c616bd3e71b576ab~prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/parser.go."".(*parser).parseConsteH%HD$H;AaHH$H$H$H$HL$HD$H$H$1H$H$H$H$H$(H$(<u8H$H$H\$H$HL$HD$H$H$H$D$=H$H$L$H|$Ht$Hl$HT$ Hl$@HT$HIuIH$HD$(H$H\$0H$H$H$H$L$LD$pH$H\$xH|$`H|$PHt$hHt$XHH$HD$HD$8H$HD$81H(H$H$HD$8Hl$(HhH$H$H\$8H~Hl$0=UHkH\$8H$H$H\$8H$Hk H$=HkH\$8H$H$(H\$8Hl$pHk(Hl$x=Hk0H\$8H$H$8HD$8@8H$H$@HD$8H@@H$H$HH\$8Hl$PHkHHl$X=u7HkPH\$8H$H$XHD$81@hXH$HLCPL$Hl$LC0L$Hl$:LCL$Hl$LCL$Hl${}8 1049 X 1050 *runtime.racefuncenterz 1051 ,"".(*parser).parseName 1052 runtime.raceread 1053 ,"".(*parser).parseType 1054 &"".(*parser).expect 1055 8"".(*parser).parseConstValue&type.go/types.Const 1056 "runtime.newobject 1057 "runtime.racewrite 1058 "runtime.racewrite 1059 "runtime.racewrite6runtime.writeBarrierEnabled 1060 "runtime.racewrite6runtime.writeBarrierEnabled 1061 "runtime.racewrite 6runtime.writeBarrierEnabled 1062 1063 "runtime.racewrite 1064 1065 "runtime.racewrite 1067 "runtime.racewrite6runtime.writeBarrierEnabled 1070 "runtime.racewrite 1072 (runtime.racefuncexit 1074 .runtime.writebarrierptr 1076 .runtime.writebarrierptr 1078 .runtime.writebarrierptr 1080 .runtime.writebarrierptr 1082 0runtime.morestack_noctxt0"".autotmp_0335(type.*go/types.Const"".autotmp_0334(type.*go/types.Const"".autotmp_0333$type.go/types.Typego/types.val6,type.go/constant.Valuego/types.typ5$type.go/types.Type go/types.name4?type.stringgo/types.pkg3,type.*go/types.Packagego/types.pos2"type.go/token.Pos"".vtyp$type.go/types.Type"".val,type.go/constant.Value"".typ_$type.go/types.Type"".nametype.string"".~r1 (type.*go/types.Const"".pkg,type.*go/types.Package"".ptype.*"".parserw6+,87D+V)3l=7h(Tgclocals79c1ebe5f3f40c99c6c732993d913673Tgclocals569d5e0a74d8b7e783e11060f21352c8~prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/parser.go4"".(*parser).parseTypeNameeH%H$xH;A,HH$H$H$H$HT$HL$HD$H$H$HT$`HT$XH$H$ H\$XHk Hl$HH$H$1H$H$H$H$H$H$Hl$@H,$H$ HH$H\$@Hk Hl$H$H\$H$H\$HD$ HHD$pH$H\$pHHHkH$H$H$H$HtPH$HH$HT$Hl$H$H\$H$H$HHD$8H\$`H\$PH$H$H$H$1H$H$HH$HD$HD$xH$HD$x1H(H$H$HD$xHl$8HhH$H$H\$xHHl$P=HkH\$xH$H$H\$xH$Hk H$=KHkH\$xH$H$(H\$xH$Hk(H$=Hk0H\$xH$H$8HD$x@8H$H$@HD$xH@@HD$hH$1H\$H\$1H\$H\$ H\$(H\$hH\$xH1H9tGH\$HH$HL$xH$HD$H$HL$H\$hH$HHH$HH\$HH\$HD$LC0L$Hl$LCL$Hl$LCL$Hl$N1F 1089 ^ 1090 *runtime.racefuncenter 1091 <"".(*parser).parseExportedName 1092 runtime.raceread 1093 runtime.raceread>type.map[string]go/types.Object 1094 4runtime.mapaccess1_faststr 1095 runtime.raceread.type.*go/types.TypeName 1096 "runtime.assertI2T 1097 (runtime.racefuncexit,type.go/types.TypeName 1098 "runtime.newobject 1099 "runtime.racewrite 1100 "runtime.racewrite 1101 "runtime.racewrite 6runtime.writeBarrierEnabled 1102 1103 "runtime.racewrite 1104 6runtime.writeBarrierEnabled 1106 "runtime.racewrite6runtime.writeBarrierEnabled 1109 "runtime.racewrite 1111 "runtime.racewrite 1113 "go/types.NewNamed Tgo.itab.*go/types.TypeName.go/types.Object 1115 0go/types.(*Scope).Insert 1116 (runtime.racefuncexit.type.*go/types.TypeName(type.go/types.ObjectTgo.itab.*go/types.TypeName.go/types.Object 1117 runtime.typ2Itab 1118 .runtime.writebarrierptr 1119 .runtime.writebarrierptr 1120 .runtime.writebarrierptr 1121 0runtime.morestack_noctxt ."".autotmp_0345*type.*go/types.Object"".autotmp_0343.type.*go/types.TypeName"".autotmp_0342.type.*go/types.TypeName"".autotmp_0341.type.*go/types.TypeName"".autotmp_0340.type.*go/types.TypeName"".autotmp_0339?(type.go/types.Object"".autotmp_0338type.string"".autotmp_0337type.stringgo/types.typ5$type.go/types.Type go/types.name4type.stringgo/types.pkg3,type.*go/types.Packagego/types.pos2"type.go/token.Pos"".~r0(type.go/types.Object go/types.name3type.stringgo/types.s2(type.*go/types.Scopego/types.pkg2,type.*go/types.Package"".obj.type.*go/types.TypeName"".obj(type.go/types.Object"".scope(type.*go/types.Scope"".name_type.string"".pkg,type.*go/types.Package"".~r0.type.*go/types.TypeName"".ptype.*"".parser*"H"0!C +E/LR.Hc8o]l==RE08Tgclocals55a75ec4a0b9044606d3f51502fc0decTgclocals6852d50ebec2390435a6c623eb3dfccc~prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/parser.go6"".(*parser).parseNamedType eH%H$ H;AH`H$`H$1H$xH$H$hH$HD$H$HHD$xH$H$H\$xHkHl$`H$Ha1H$H$HD$pH$H$(H\$pH&HK(Hk0H$H$H$pH\$8H$H$PH$H$XH$hH$H$pHH$H$hHpHl$H\$8H\$H$PH\$H$HH$H$H\$H$H\$H$H\$H$hHL$`\$ HH$H$<H$HL$H$HD$HL$H$H$H9uWH$HL$HT$H$Hl$\$ t-H$H$xH$H$H`HH$0H$81HH$H$0H\$HD$H\$H|$HHHKHOH$hH$dH$HL$HL$HD$H$H$H$1H$H$HD$@H$H$H\$@HHkH$HkH$H$H+HuOH$H$H$H[(HL$HD$H$H$H$@HL$H$HHD$H$hH$H$(H$h(H$HH\$HD$H$hH$D$(H$hH$H\$`H\$H\$H\$PH$hH$D$)H$hH$HL$HD$H$ H$(H$hH$H\$`H\$HL$\$HL$h\$/H$hH$H\$`H\$H\$H\$HH$hH$D$;H\$PH$H\$hH\$H\$HH\$\$/\$HD$ HD$0H\$`H\$XH$ H$H$(H$1H$H$1H9t2H$H1H9H$H$H$HH$HD$H$H$H$1H(H$H$H$Hl$0HhH$H$H$H8Hl$X=HkH$H$H$H$H$Hk H$=HkH$H$H$(H$H$Hk(H$=ubHk0H$H$H$8H$@8H$H$@H$H@@H$H$HD$LC0L$Hl$LCL$Hl$8LCL$Hl$HH$HH\$HH\$HD$H$H$H1H9t%H$H$H$xH`HH$HH\$HH\$HD$B^x 1130 ^ 1131 *runtime.racefuncenter 1132 4"".(*parser).parseTypeName 1133 runtime.raceread 1134 runtime.raceread 1135 runtime.raceread4type.map[int]go/types.Type 1136 $runtime.mapassign1(type.*go/types.Named 1137 $runtime.assertI2T2 1138 ,"".(*parser).parseType 1139 runtime.ifaceeq 1140 (runtime.racefuncexit zgo.string."unexpected underlying type for non-named TypeName" 1141 type.string 1142 1143 runtime.convT2E 1145 $"".(*parser).error 1147 ,"".(*parser).parseType 1149 runtime.raceread 1151 >go/types.(*Named).SetUnderlying 1152 runtime.raceread go.string."func" 1153 4"".(*parser).expectKeyword 1154 &"".(*parser).expect 1155 ."".(*parser).parseParam 1156 &"".(*parser).expect 1157 ,"".(*parser).parseName 1158 6"".(*parser).parseParamList 1159 8"".(*parser).parseResultList 1160 &"".(*parser).expect 1161 *go/types.NewSignatureRgo.itab.*go/types.Signature.go/types.Type$type.go/types.Func 1162 "runtime.newobject 1163 "runtime.racewrite 1164 "runtime.racewrite 1165 "runtime.racewrite6runtime.writeBarrierEnabled 1166 "runtime.racewrite6runtime.writeBarrierEnabled 1167 "runtime.racewrite6runtime.writeBarrierEnabled 1168 "runtime.racewrite 1169 "runtime.racewrite 1170 6go/types.(*Named).AddMethod 1171 .runtime.writebarrierptr 1172 .runtime.writebarrierptr 1173 .runtime.writebarrierptr0type.*go/types.Signature$type.go/types.TypeRgo.itab.*go/types.Signature.go/types.Type 1174 runtime.typ2ItabJgo.itab.*go/types.Named.go/types.Type 1175 (runtime.racefuncexit(type.*go/types.Named$type.go/types.TypeJgo.itab.*go/types.Named.go/types.Type 1176 runtime.typ2Itab 1177 0runtime.morestack_noctxt@J"".autotmp_0367type.*uint8"".autotmp_0366&type.*go/types.Func"".autotmp_0365&type.*go/types.Func"".autotmp_0363(type.*go/types.Named"".autotmp_03620type.*go/types.Signature"".autotmp_03610type.*go/types.Signature"".autotmp_0360(type.*go/types.Tuple"".autotmp_0355$type.go/types.Type"".autotmp_0354$type.go/types.Type"".autotmp_0353_type.string"".autotmp_0352?$type.go/types.Type"".autotmp_0351(type.*go/types.Named"".autotmp_0350$type.go/types.Type"".autotmp_0349type.intgo/types.typ6$type.go/types.Type go/types.name4type.stringgo/types.pkg3,type.*go/types.Packagego/types.pos2"type.go/token.Pos"".~r0$type.go/types.Typego/types.t2(type.*go/types.Named"".~r0$type.go/types.Typego/types.obj2*type.*go/types.objectgo/types.obj2*type.*go/types.object"".results(type.*go/types.Tuple"".isVariadictype.bool"".params(type.*go/types.Tuple"".nametype.string"".receiver$type.*go/types.Var"".underlying$type.go/types.Type 1180 "".pt$type.go/types.Type 1181 "".nt(type.*go/types.Named"".typ$type.go/types.Type"".pkg,type.*go/types.Package"".obj.type.*go/types.TypeName"".~r1 $type.go/types.Type"".ntype.int"".ptype.*"".parser(" 1186 \E3^h(7 j(eO0%+.%0{6IJ7%z.MEm~;vI<GUF.#+xC?C4E09Tgclocals2334522dac775ffd58ea0d8c96ff2b3bTgclocals5622a59f60b152ddae7094168e0ea9af~prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/parser.go*"".(*parser).parseInteH%H;aH`H\$`H$H\$hH$D$HL$HD$HL$@H$HD$HHD$HD$ 1189 HD$HT$ HD$(HL$0HT$8HL$XHD$PHt4H$HL$H\$H|$HHHKHOH\$hH$H\$8H\$pH` 1191 B 1192 *runtime.racefuncentern 1193 &"".(*parser).expect 1194 strconv.ParseInt 1195 runtime.convI2E 1196 $"".(*parser).error 1197 (runtime.racefuncexit 1198 0runtime.morestack_noctxt 1199 "".errtype.error"".nOtype.int64"".lit?type.string"".~r0type.int64"".ptype.*"".parser$ C4 Tgclocals3f5c1f818fa7055d0400cecd34057162Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440~prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/parser.goD"".(*parser).parseArrayOrSliceType 1207 1208 eH%H;aH`H\$`H$1H\$xH$H\$hH$D$[H\$hH$H$(HD$h(]H$H\$hH$H\$pH\$HL$HD$HL$@HD$HHH$HD$HD$8H$H\$8Hl$@H+Hl$H=ugHkH\$8H\$8H1H9tH\$8H$HD$xH`HH$HH\$HH\$HD$LCL$Hl$H$H\$H\$ H\$hH$D$]H\$hH$H\$pH\$HL$HD$HL$PHD$XH\$ H\$(HH$HD$HD$0H$HD$0Hl$(H(H$H$H\$0Hl$PHkHl$X=ugHkH\$0H\$0H1H9tH\$0H$HD$xH`HH$HH\$HH\$HD$LCL$Hl$`B 1210 B 1211 *runtime.racefuncenter 1212 &"".(*parser).expect 1213 runtime.raceread 1214 """.(*parser).next 1215 ,"".(*parser).parseType&type.go/types.Slice 1216 "runtime.newobject 1217 "runtime.racewrite6runtime.writeBarrierEnabledJgo.itab.*go/types.Slice.go/types.Type 1218 (runtime.racefuncexit(type.*go/types.Slice$type.go/types.TypeJgo.itab.*go/types.Slice.go/types.Type 1219 runtime.typ2Itab 1220 .runtime.writebarrierptr 1221 *"".(*parser).parseInt 1222 &"".(*parser).expect 1223 ,"".(*parser).parseType&type.go/types.Array 1224 "runtime.newobject 1225 "runtime.racewrite 1226 "runtime.racewrite6runtime.writeBarrierEnabledJgo.itab.*go/types.Array.go/types.Type 1227 (runtime.racefuncexit (type.*go/types.Array $type.go/types.Type Jgo.itab.*go/types.Array.go/types.Type 1228 runtime.typ2Itab 1229 1230 .runtime.writebarrierptr 1231 1232 0runtime.morestack_noctxt@"".autotmp_0383type.*uint8"".autotmp_0382_(type.*go/types.Array"".autotmp_0381(type.*go/types.Array"".autotmp_0379O(type.*go/types.Slice"".autotmp_0378(type.*go/types.Slice"".autotmp_0377(type.*go/types.Array"".autotmp_0376$type.go/types.Type"".autotmp_0374(type.*go/types.Slicego/types.len3otype.int64 go/types.elem2$type.go/types.Type go/types.elem2?$type.go/types.Type"".ntype.int64"".~r1 $type.go/types.Type"".pkg,type.*go/types.Package"".ptype.*"".parser(M<4* HH 1235 0 N-$f 1236 j-*Tgclocals46d072792cc658e36b392236dedf1c27Tgclocals1acb5ac28c1a461f20c000e7e70f5734~prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/parser.go2"".(*parser).parseMapTypeeH%H;aHhH\$hH$1H$H$H\$pH$HH\$HD$H\$pH$D$[H\$pH$H\$xH\$HL$HD$HL$8HD$@H\$pH$D$]H\$pH$H\$xH\$HL$HD$H\$8H\$(H\$@H\$0HL$XHL$HHD$`HD$PHH$HD$HD$ H$H\$ Hl$(H+Hl$0=HkH\$ H$H$H\$ Hl$HHkHl$P=ujHkH\$ H\$ H1H9tH\$ H$H$HhHH$HH\$HH\$HD$LCL$Hl$LCL$Hl$<. 1238 B 1239 *runtime.racefuncentergo.string."map" 1240 4"".(*parser).expectKeyword 1241 &"".(*parser).expect 1242 ,"".(*parser).parseType 1243 &"".(*parser).expect 1244 ,"".(*parser).parseType"type.go/types.Map 1245 "runtime.newobject 1246 "runtime.racewrite6runtime.writeBarrierEnabled 1247 "runtime.racewrite6runtime.writeBarrierEnabledFgo.itab.*go/types.Map.go/types.Type 1248 (runtime.racefuncexit$type.*go/types.Map$type.go/types.TypeFgo.itab.*go/types.Map.go/types.Type 1249 runtime.typ2Itab 1250 .runtime.writebarrierptr 1251 .runtime.writebarrierptr 1252 0runtime.morestack_noctxt@"".autotmp_0390$type.*go/types.Map"".autotmp_0389$type.*go/types.Map"".autotmp_0388$type.*go/types.Map"".autotmp_0387$type.go/types.Type go/types.elem3?$type.go/types.Typego/types.key2$type.go/types.Type"".elem$type.go/types.Type"".key_$type.go/types.Type"".~r1 $type.go/types.Type"".pkg,type.*go/types.Package"".ptype.*"".parserd.7#,"_ 1259 ( Z6R--Tgclocals7b33c675bd161849da00059fbb5ff28fTgclocalsf72e7ab03eb9dd40ba47dc3dd92b6217~prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/parser.go4"".(*parser).parseChanTypeeH%H;aHHH\$HH$1H\$`H\$hH\$PH$HH\$HD$HD$(H\$PH$H$(HL$P(-0H$H\$PH$D$<HL$PHD$(H$H\$XH\$HL$HD$H\$(H\$ HL$8HD$@HH$HD$HD$0H$HD$0Hl$ H(H$H$H\$0Hl$8HkHl$@=udHkH\$0H\$0H1H9tH\$0H\$hHD$`HHHH$HH\$HH\$HD$LCL$Hl$<H$H<$tJHL$P\$-u2H$H\$PH$D$-HL$PHD$(%0 1266 B 1267 *runtime.racefuncenterz go.string."chan" 1268 4"".(*parser).expectKeyword 1269 runtime.raceread 1270 """.(*parser).next 1271 &"".(*parser).expect 1272 ,"".(*parser).parseType$type.go/types.Chan 1273 "runtime.newobject 1274 "runtime.racewrite 1275 "runtime.racewrite6runtime.writeBarrierEnabledHgo.itab.*go/types.Chan.go/types.Type 1276 (runtime.racefuncexit&type.*go/types.Chan$type.go/types.TypeHgo.itab.*go/types.Chan.go/types.Type 1277 runtime.typ2Itab 1278 .runtime.writebarrierptr 1279 8text/scanner.(*Scanner).Peek 1280 """.(*parser).next 1281 &"".(*parser).expect 1282 0runtime.morestack_noctxt@"".autotmp_0398/&type.*go/types.Chan"".autotmp_0397&type.*go/types.Chan"".autotmp_0395&type.*go/types.Chan"".autotmp_0393type.int32 go/types.elem3$type.go/types.Typego/types.dir2O*type.go/types.ChanDir"".dir?*type.go/types.ChanDir"".~r1 $type.go/types.Type"".pkg,type.*go/types.Package"".ptype.*"".parserR1# ! #$H 1286 g-4eTgclocalsae12acc87c8eb2a408f9cede63090025Tgclocals1aae5fa8418752c61d2745ed2243938a~prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/parser.go8"".(*parser).parseStructTypeeH%HD$H;A9HH$H$1H$H$H$H$HH\$HD$1H$H$H$1H\$hH\$pH\$xH$H$D${H$H$H$(H$(}H$H$(H$(H$H$H\$HT$HL$HD$ HT$HHL$XHD$`H$H$D$;H$H$H$HH)H}QHH$H$HT$HD$H$HL$HH$HH\$ HT$(HD$0HL$8HHH$H9H$H$HD$@HH$H$Hl$@HHl$H=RH+H$H$H$H$H$H$HT$hHD$pHL$xHH)H}QHH$H$HT$HD$H$HL$HH$HH\$ HT$(HD$0HL$8HHH$H9H$HH$HHD$@HHH$H$Hl$@HHHl$`HkHl$X=u/H+H$H\$hH$H\$pH$H\$xOH$Hl$H$Hl$H$D$}H$H$H$H\$H$H\$H\$hH\$H\$pH\$ H\$xH\$(H\$0H\$PH1H9t"H\$PH$H$HHH$HH\$HH\$HD$< 1291 X 1292 *runtime.racefuncenter$go.string."struct" 1293 4"".(*parser).expectKeyword 1294 &"".(*parser).expect 1295 runtime.raceread 1296 runtime.raceread 1297 ."".(*parser).parseField 1298 &"".(*parser).expect(type.[]*go/types.Var 1299 "runtime.growslice 1300 "runtime.racewrite6runtime.writeBarrierEnabled type.[]string 1301 1302 "runtime.growslice 1304 "runtime.racewrite6runtime.writeBarrierEnabled 1307 .runtime.writebarrierptr 1309 $runtime.panicslice 1311 .runtime.writebarrierptr 1312 $runtime.panicslice 1313 &"".(*parser).expect 1314 $go/types.NewStructLgo.itab.*go/types.Struct.go/types.Type 1315 (runtime.racefuncexit*type.*go/types.Struct$type.go/types.TypeLgo.itab.*go/types.Struct.go/types.Type 1316 runtime.typ2Itab 1317 0runtime.morestack_noctxt@"".autotmp_0407type.int"".autotmp_0406_type.[]string"".autotmp_0405type.int"".autotmp_0404/(type.[]*go/types.Var"".autotmp_0403*type.*go/types.Struct"".tagtype.string"".field$type.*go/types.Var"".tagstype.[]string"".fields(type.[]*go/types.Var"".~r1 $type.go/types.Type"".pkg,type.*go/types.Package"".ptype.*"".parser>PB&X4v7F+|fHQh 1321 1322 I20Tgclocals6a21871e120851567343ed0a9b739365Tgclocalsd6759798bdae1b4613cf809592c169cf~prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/parser.go6"".(*parser).parseParamListeH%HD$H;AHH$H$1H\$hH\$pH\$xD$GH$H$D$(H$H$H$(H$()H$H$(H$(H\$pH~H$D$,H$H$H$H\$HL$\$HL$P\$FHT$hHD$pH\$xHH)H}QHH$H$HT$HD$H$HL$HH$HH\$ HT$(HD$0HL$8HHH$H9H$H$HD$HHH$H$Hl$HHHl$P=H+H$H\$hH$H\$pH$H\$x|$F^|$GtaHH\$XHD$`HH$H\$XH\$HD$H\$H|$HHHKHOH$H$D$GH$Hl$IH$D$)H\$hH$H\$pH\$H\$xH\$H\$H$\$G$H* 1328 X 1329 *runtime.racefuncenter 1330 &"".(*parser).expect 1331 runtime.raceread 1332 runtime.raceread 1333 &"".(*parser).expect 1334 ."".(*parser).parseParam(type.[]*go/types.Var 1335 "runtime.growslice 1336 "runtime.racewrite6runtime.writeBarrierEnabledJgo.string."... not on final argument"type.string 1337 runtime.convT2E 1338 $"".(*parser).error 1339 .runtime.writebarrierptr 1340 1341 $runtime.panicslice 1342 1343 &"".(*parser).expect 1344 1345 "go/types.NewTuple 1347 (runtime.racefuncexit 1349 0runtime.morestack_noctxt@"".autotmp_0416type.int"".autotmp_0415/(type.[]*go/types.Var"".autotmp_0413type.string"".autotmp_0410type.int"".variadictype.bool"".par$type.*go/types.Var"".isVariadictype.bool"".list_(type.[]*go/types.Var"".~r20type.bool"".~r1 (type.*go/types.Tuple"".pkg,type.*go/types.Package"".ptype.*"".parser 1354 V0X)a 1357 ;'(' 1358 2+/HA 1359 "Tgclocals353b01e6f36937fd0a6dade8ecdf5449Tgclocals8428384f64bba8d21f33e1a831f190ac~prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/parser.go8"".(*parser).parseResultList eH%H;a8HxH\$xH$H$H$H$(H$H$((u%H$HT$H\$H$Hx<H$HT$HL$HD$HD$ H$H\$01H\$PH\$XHL$@HD$HHH$HD$HD$8H$HD$PHL$8HH%1HH$HD$81H(H$H$HD$8Hl$ HhH$H$H\$8HHl$0=HkH\$8H$H$H\$8Hl$XHk Hl$P=PHkH\$8H$H$(H\$8Hl$@Hk(Hl$H=Hk0H\$8H$H$8HD$8@8H$H$@HD$8H@@H$H$KHD$8H@hKHD$(HH$HD$HtHD$hHD$pHD$`H$H\$`Hl$(=u<H+H\$`H$H\$hH\$H\$pH\$H\$H$HxH$Hl$zLC0L$Hl$LCL$Hl$LCL$Hl$O2H$HxB 1367 B 1368 *runtime.racefuncentert 1369 runtime.raceread 1370 6"".(*parser).parseParamList 1371 (runtime.racefuncexit 1372 ,"".(*parser).parseType"type.go/types.Var 1373 "runtime.newobject 1374 ,runtime.racewriterange 1375 runtime.duffzero 1376 "runtime.racewrite 1377 "runtime.racewrite 1378 "runtime.racewrite6runtime.writeBarrierEnabled 1379 "runtime.racewrite6runtime.writeBarrierEnabled 1380 "runtime.racewrite6runtime.writeBarrierEnabled 1381 "runtime.racewrite 1382 "runtime.racewrite 1383 "runtime.racewrite *type.[1]*go/types.Var 1384 "runtime.newobject 1385 "runtime.racewrite 1386 6runtime.writeBarrierEnabled 1387 1388 "go/types.NewTuple 1390 (runtime.racefuncexit 1392 .runtime.writebarrierptr 1394 .runtime.writebarrierptr 1396 .runtime.writebarrierptr 1398 .runtime.writebarrierptr 1400 (runtime.racefuncexit 1402 0runtime.morestack_noctxt0"".autotmp_0423/(type.[]*go/types.Var"".autotmp_0422$type.*go/types.Var"".autotmp_0421$type.*go/types.Var"".autotmp_0419(type.*go/types.Tuple"".~r0$type.*go/types.Vargo/types.typ5o$type.go/types.Type go/types.name4Otype.stringgo/types.pkg3,type.*go/types.Packagego/types.pos2"type.go/token.Pos"".~r1 (type.*go/types.Tuple"".pkg,type.*go/types.Package"".ptype.*"".parser2fh= oL TF77Z+8$Tgclocals7e6f79033b193bda7725a0062337401aTgclocals48d0c9f80ac819db8b28eb708de0a332~prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/parser.go<"".(*parser).parseFunctionTypeeH%H;aH8H\$8H$H\$@H$H\$HH\$HL$\$HL$0\$/H\$@H$H\$HH\$HD$H$H\$0H\$HD$\$/\$H\$ H\$PH8P 1411 B 1412 *runtime.racefuncenterr 1413 6"".(*parser).parseParamList 1414 8"".(*parser).parseResultList 1415 *go/types.NewSignature 1416 (runtime.racefuncexit 1417 0runtime.morestack_noctxt0p"".autotmp_0427(type.*go/types.Tuple"".isVariadictype.bool"".params(type.*go/types.Tuple"".~r1 0type.*go/types.Signature"".pkg,type.*go/types.Package"".ptype.*"".parserpop 1421 %+/ 1422 C*Tgclocalsfb59fd9ce9376dfcd2105aa0993acf24Tgclocalsf891aedf0f80c97cb1c7cc75a7fd6349~prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/parser.go,"".(*parser).parseFunceH%H;aHpH\$pH$H\$xH$HL$HD$HL$`H$HD$hHD$D$$HT$xH$\$t$H$HL$H$HpH$HL$HD$HD$ H$H\$(H\$`H\$PH\$hH\$X1H\$@H\$H1H9t&HD$8H1H9H\$8H\$HHD$@HH$HD$HD$0H$HD$01H(H$H$HD$0Hl$ HhH$H$H\$0HHl$(=HkH\$0H$H$H\$0Hl$XHk Hl$P=HkH\$0H$H$(H\$0Hl$@Hk(Hl$H=uPHk0H\$0H$H$8HD$0@8H$H$@HD$0H@@H$HpLC0L$Hl$LCL$Hl$VLCL$Hl$HH$HH\$HH\$HD$D;: 1427 B 1428 *runtime.racefuncenter^ 1429 ,"".(*parser).parseName 1430 (strings.ContainsRune 1431 \"".(*parser).discardDirectiveWhileParsingTypes 1432 (runtime.racefuncexit 1433 <"".(*parser).parseFunctionTypeRgo.itab.*go/types.Signature.go/types.Type$type.go/types.Func 1434 "runtime.newobject 1435 "runtime.racewrite 1436 "runtime.racewrite 1437 "runtime.racewrite6runtime.writeBarrierEnabled 1438 "runtime.racewrite6runtime.writeBarrierEnabled 1439 "runtime.racewrite6runtime.writeBarrierEnabled 1440 "runtime.racewrite 1441 "runtime.racewrite 1442 (runtime.racefuncexit 1443 .runtime.writebarrierptr 1444 .runtime.writebarrierptr 1445 .runtime.writebarrierptr 1446 0type.*go/types.Signature 1447 $type.go/types.Type 1448 Rgo.itab.*go/types.Signature.go/types.Type 1449 1450 runtime.typ2Itab 1451 1452 0runtime.morestack_noctxt0"".autotmp_0435&type.*go/types.Func"".autotmp_0434&type.*go/types.Func"".autotmp_04320type.*go/types.Signature"".autotmp_0431o0type.*go/types.Signaturego/types.typ6_$type.go/types.Type go/types.name4?type.stringgo/types.pkg3,type.*go/types.Packagego/types.pos2"type.go/token.Pos"".nametype.string"".~r1 &type.*go/types.Func"".pkg,type.*go/types.Package"".ptype.*"".parser*. 7B 8%xl7344$Tgclocals804f7e9f477b87480073774f3592f0d1Tgclocalse37f475e133bfad4d4a275e84aabd473~prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/parser.go>"".(*parser).parseInterfaceTypeeH%HD$H;AHH$H$1H$H$H$H$HH\$HD$ 1H$H$H$1H\$pH\$xH$H$H$D${H$H$H$(H$(}H$H$(H$(H$H$(H$(?H$H$H$H$H\$HL$HD$HD$XHH$HL$`HL$HD$hHD$H\$XH\$HT$pHD$xH$HH)H}QHH$H$HT$HD$H$HL$HH$HH\$ HT$(HD$0HL$8HHH$H9H$H$HD$@HH$H$Hl$@HHl$X=uKH+H$H\$pH$H\$xH$H$H$H$D$;H$Hl$H$H$H\$H\$H\$HH$H$H$HH)H}QHH$H$HT$HD$H$HL$HH$HH\$ HT$(HD$0HL$8HHH$H9H$H$HD$@HH$H$Hl$@HHl$H=u8H+H$H$H$H$H$H$H$Hl$H$D$}H$H$H$H\$H$H\$H\$pH\$H\$xH\$ H$H\$(H\$0H\$PH1H9t"H\$PH$H$HHH$HH\$HH\$HD$4F 1462 X 1463 *runtime.racefuncenter*go.string."interface" 1464 4"".(*parser).expectKeyword 1465 &"".(*parser).expect 1466 runtime.raceread 1467 runtime.raceread 1468 runtime.raceread 1469 """.(*parser).next 1470 ,"".(*parser).parseType(type.*go/types.Named 1471 "runtime.assertI2T,type.[]*go/types.Named 1472 "runtime.growslice 1473 "runtime.racewrite 6runtime.writeBarrierEnabled 1474 1475 &"".(*parser).expect 1476 1477 .runtime.writebarrierptr 1478 1479 $runtime.panicslice 1481 ,"".(*parser).parseFunc*type.[]*go/types.Func 1484 "runtime.growslice 1485 "runtime.racewrite6runtime.writeBarrierEnabled 1486 .runtime.writebarrierptr 1487 $runtime.panicslice 1488 &"".(*parser).expect 1489 *go/types.NewInterfaceRgo.itab.*go/types.Interface.go/types.Type 1490 (runtime.racefuncexit0type.*go/types.Interface$type.go/types.TypeRgo.itab.*go/types.Interface.go/types.Type 1491 runtime.typ2Itab 1492 0runtime.morestack_noctxt@"".autotmp_0444type.int"".autotmp_0443_*type.[]*go/types.Func"".autotmp_0442type.int"".autotmp_0441/,type.[]*go/types.Named"".autotmp_04400type.*go/types.Interface"".autotmp_0438(type.*go/types.Named"".autotmp_0437$type.go/types.Type"".method&type.*go/types.Func"".typs,type.[]*go/types.Named"".methods*type.[]*go/types.Func"".~r1 $type.go/types.Type"".pkg,type.*go/types.Package"".ptype.*"".parser= \B&X( 1495 y%&7%L+`Hep 1496 HeL20Tgclocals6a21871e120851567343ed0a9b739365Tgclocals6b9f28ba136561cc6397f94d3cda3633~prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/parser.go:"".(*parser).parsePointerType eH%H;aH@H\$@H$1H\$XH\$`H\$HH$D$*H\$HH$H$(HD$H(H$HH\$HD$HHD$(1H9tsHH$HH=vKHH$HH=v#HH+Hl$`H\$(H\$XH@HH$HH\$HH\$H\$H\$(VH$H\$PH\$HL$HD$HL$0HD$8HH$HD$HD$ H$H\$ Hl$0H+Hl$8=udHkH\$ H\$ H1H9tH\$ H\$`HD$XH@HH$HH\$HH\$HD$LCL$Hl$D 1500 B 1501 *runtime.racefuncenter 1502 &"".(*parser).expect 1503 runtime.racereadgo.string."any" 1504 4"".(*parser).expectKeywordJgo.itab.*go/types.Basic.go/types.Typego/types.Typ 1505 runtime.racereadgo/types.Typgo/types.Typ 1506 runtime.racereadgo/types.Typgo/types.Typ 1507 (runtime.racefuncexit 1508 $runtime.panicindex 1509 $runtime.panicindex(type.*go/types.Basic$type.go/types.TypeJgo.itab.*go/types.Basic.go/types.Type 1510 runtime.typ2Itab 1511 ,"".(*parser).parseType*type.go/types.Pointer 1512 "runtime.newobject 1513 "runtime.racewrite6runtime.writeBarrierEnabledNgo.itab.*go/types.Pointer.go/types.Type 1514 (runtime.racefuncexit,type.*go/types.Pointer$type.go/types.TypeNgo.itab.*go/types.Pointer.go/types.Type 1515 runtime.typ2Itab 1516 .runtime.writebarrierptr 1517 0runtime.morestack_noctxt@"".autotmp_0452type.*uint8"".autotmp_0451?,type.*go/types.Pointer"".autotmp_0450,type.*go/types.Pointer"".autotmp_0449/type.*uint8"".autotmp_0448,type.*go/types.Pointer go/types.elem2$type.go/types.Type"".~r1 $type.go/types.Type"".pkg,type.*go/types.Package"".ptype.*"".parser$Z21*nJH( P 1523 wK-7Tgclocalsce79410ddd82a8e840adec097d2280dbTgclocalsc1c396e1cd8c345ba7c1394265ad5865~prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/parser.go@"".(*parser).parseTypeDefinitioneH%H;aZHhH\$hH$1H$H$1H\$8H\$@H\$pH$H$(Ht$8HT$@HL$xH\$p(3H\$pH$H$H\$Ht$HT$H$H\$(Ht$8Ht$XHT$@HT$`H\$pH$H$pHH$H\$pHpHl$H\$(H\$H\$XH\$H\$8H$H\$@H$HhgH\$pH$H$0Ht$8HT$@H\$pH6H0HL$HH8H|UH/H$HD$PHD$H-Hl$HD$Ht$8HT$@HL$HHD$PH\$ HHumH$HD$PHD$H-Hl$HD$Ht$8HT$@HL$HHD$P\$ t'H\$pH$H\$xH\$Ht$HT$WHD$PHHH$HD$H-Hl$HD$Ht$8HT$@\$ H\$pH$H\$xH\$Ht$HT$HumH$HD$PHD$H-Hl$HD$Ht$8HT$@HL$HHD$P\$ t'H\$pH$H\$xH\$Ht$HT$sHD$PH dH$HD$H-Hl$HD$ Ht$8HT$@\$ )H\$pH$H\$xH\$Ht$HT$(ugH\$pH$HL$H\$H\$0H1H9t HT$0HHH$HH\$HH\$HD$*u"H\$pH$HL$Ht$HT$h[_H\$pH$HL$Ht$HT$=@ 1532 B 1533 *runtime.racefuncenter 1534 runtime.raceread 1535 6"".(*parser).parseNamedType 1536 runtime.raceread4type.map[int]go/types.Type 1537 $runtime.mapassign1 1538 (runtime.racefuncexit 1539 runtime.raceread go.string."chan" 1540 "runtime.cmpstringgo.string."map" 1541 runtime.eqstring 1542 2"".(*parser).parseMapType go.string."chan" 1543 1544 runtime.eqstring 1545 1546 4"".(*parser).parseChanType$go.string."struct" 1549 runtime.eqstring 1551 8"".(*parser).parseStructType *go.string."interface" 1554 runtime.eqstring 1555 >"".(*parser).parseInterfaceType 1556 <"".(*parser).parseFunctionTypeRgo.itab.*go/types.Signature.go/types.Type0type.*go/types.Signature$type.go/types.TypeRgo.itab.*go/types.Signature.go/types.Type 1557 runtime.typ2Itab 1558 :"".(*parser).parsePointerType 1559 D"".(*parser).parseArrayOrSliceType 1560 0runtime.morestack_noctxtP"".autotmp_0466?type.string"".autotmp_0464$type.go/types.Type"".autotmp_0463type.int"".autotmp_0462o0type.*go/types.Signature"".autotmp_0461$type.go/types.Type"".autotmp_0460$type.go/types.Type"".autotmp_0459$type.go/types.Type"".autotmp_0458$type.go/types.Type"".autotmp_0457$type.go/types.Type"".autotmp_0456$type.go/types.Type"".t_$type.go/types.Type"".~r20$type.go/types.Type"".n type.int"".pkg,type.*go/types.Package"".ptype.*"".parser @?9 %6l$3 L",'J"&!L" J"/(3/ =H 4GAT$dA0=6A0{RTgclocalse46369c5e61b4f5f8e69405daa0d12feTgclocals039aa0da5fd65b566d403701256f9f1b~prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/parser.go("".lookupBuiltinTypeHHeH%H$H;AHpH$pH$1H$H$HH$HH H1H\$pH\$xH$H$H$H$HT$8H$H$ HH$H\$8Hk Hl$H$H\$H$H\$HD$ H&HD$@H$H\$@HHHkHL$pHl$xH$H,$H$HYXH\$H$H\$H$HH$HH H1H\$PH\$XH$H$H$H$HT$(H$H$ HH$H\$(Hk Hl$H$H\$H$H\$HD$ HHD$@H$H\$@HHHkHL$PHl$XH$H,$H$HYXH\$H$H\$H$HH$HH H1H\$`H\$hH$H$H$H$HT$0H$H$ HH$H\$0Hk Hl$H$H\$H$H\$HD$ HHD$@H$H\$@HHHkHL$`Hl$hH$H,$H$HYXH\$H$H\$H$H5H$HHD$H1H9%HH$HH= HH$HH= HH+HD$HH$H$ H$H$(HHD$H1H9V HH$HH=* H H$HH= H H+HD$HH$H$0H$H$8HHD$H1H9HH$HH=[H(H$HH=2H(H+HD$HH$H$@H$H$HHHD$H1H9HH$HH=H0H$HH=cH0H+HD$HH$H$PH$H$XHHD$H1H9 1586 HH$HH= 1587 H@H$HH= 1588 H@H+HD$HH$H$`H$H$hHHD$H1H9 1589 HH$HH= HHH$HH= HHH+HD$HH$H$pH$H$xHHD$H1H9K HH$HH= 1590 HPH$HH= 1591 HPH+HD$HH$H$H$H$HHD$H1H9|HH$HH=PHXH$HH='HXH+HD$HH$H$H$H$HHD$H1H9HH$HH= HhH$HH= XHhH+HD$HH$H$H$H$HHD$H1H9HH$HH=HpH$HH=HpH+HD$HH$H$H$H$HHD$H1H9HH$HH=HH$HH=HH+HD$HH$H$H$H$HHD$H1H9@HH$HH=H8H$HH=H8H+HD$HH$H$H$H$HHD$H1H9qHH$HH=EH`H$HH=H`H+HD$HH$H$H$H$HHD$H1H9HH$HH=vHH$HH=MHH+HD$HH$H$H$H$HHD$H1H9HH$HH=HH$HH={HH+HD$HH$H$H$H$HHD$H1H9HH$HH=HxH$HH=HxH+HD$HH$H$ H$H$(HHD$H1H9/HH$HH=HH$HH=HH+HD$HH$H$0H$H$8H$H$@H$H$HH$H$PH$H$XH$H$`H$H$hH$H$xHs+HHH+H$HkH$HpHH$HH\$HH\$H\$H\$HHH$HH\$HH\$H\$H\$HHH$HH\$HH\$H\$H\$HHH$HH\$HH\$H\$H\$H'HH$HH\$HH\$H\$H\$HXHH$HH\$HH\$H\$H\$HHH$HH\$HH\$H\$H\$HHH$HH\$HH\$H\$H\$HHH$HH\$HH\$H\$H\$HHH$HH\$HH\$H\$H\$HMHH$HH\$HH\$H\$H\$H~HH$HH\$HH\$H\$H\$HHH$HH\$HH\$H\$H\$HHH$HH\$HH\$H\$H\$HHH$HH\$HH\$H\$H\$HBHH$HH\$HH\$H\$H\$HsHH$HH\$HH\$H\$H\$H- 1633 ^ 1634 *runtime.racefuncenter"go/types.Universe 1635 runtime.raceread"go/types.Universe"go.string."error" 1636 runtime.raceread>type.map[string]go/types.Object 1637 4runtime.mapaccess1_faststr 1638 runtime.raceread"go/types.Universe 1639 runtime.raceread"go/types.Universe go.string."byte" 1640 runtime.raceread>type.map[string]go/types.Object 1641 4runtime.mapaccess1_faststr 1642 runtime.raceread "go/types.Universe 1643 runtime.raceread "go/types.Universe go.string."rune" 1644 1645 runtime.raceread>type.map[string]go/types.Object 1648 4runtime.mapaccess1_faststr 1650 runtime.raceread """.statictmp_0479 1654 runtime.duffcopyJgo.itab.*go/types.Basic.go/types.Typego/types.Typ 1655 runtime.racereadgo/types.Typgo/types.Typ 1656 runtime.racereadgo/types.Typgo/types.TypJgo.itab.*go/types.Basic.go/types.Typego/types.Typ 1657 runtime.racereadgo/types.Typgo/types.Typ 1658 runtime.racereadgo/types.Typgo/types.TypJgo.itab.*go/types.Basic.go/types.Typego/types.Typ 1659 runtime.racereadgo/types.Typgo/types.Typ 1660 runtime.racereadgo/types.Typgo/types.TypJgo.itab.*go/types.Basic.go/types.Typego/types.Typ 1661 runtime.racereadgo/types.Typgo/types.Typ 1662 runtime.racereadgo/types.Typgo/types.TypJgo.itab.*go/types.Basic.go/types.Typego/types.Typ 1663 runtime.racereadgo/types.Typgo/types.Typ 1664 runtime.racereadgo/types.Typgo/types.TypJgo.itab.*go/types.Basic.go/types.Typego/types.Typ 1665 runtime.racereadgo/types.Typgo/types.Typ 1666 runtime.racereadgo/types.Typgo/types.TypJgo.itab.*go/types.Basic.go/types.Typego/types.Typ 1667 runtime.racereadgo/types.Typgo/types.Typ 1668 runtime.racereadgo/types.Typgo/types.TypJgo.itab.*go/types.Basic.go/types.Typego/types.Typ 1669 runtime.racereadgo/types.Typgo/types.Typ 1670 runtime.racereadgo/types.Typgo/types.TypJgo.itab.*go/types.Basic.go/types.Typego/types.Typ 1671 runtime.racereadgo/types.Typ go/types.Typ 1672 runtime.raceread go/types.Typ go/types.Typ!Jgo.itab.*go/types.Basic.go/types.Type!go/types.Typ! 1673 runtime.raceread"go/types.Typ"go/types.Typ" 1674 runtime.raceread"go/types.Typ"go/types.Typ#Jgo.itab.*go/types.Basic.go/types.Type#go/types.Typ$ 1675 runtime.raceread$go/types.Typ$go/types.Typ$ 1676 runtime.raceread$go/types.Typ$go/types.Typ%Jgo.itab.*go/types.Basic.go/types.Type&go/types.Typ& 1677 runtime.raceread&go/types.Typ&go/types.Typ& 1678 runtime.raceread&go/types.Typ'go/types.Typ'Jgo.itab.*go/types.Basic.go/types.Type(go/types.Typ( 1679 runtime.raceread(go/types.Typ(go/types.Typ( 1680 runtime.raceread)go/types.Typ)go/types.Typ*Jgo.itab.*go/types.Basic.go/types.Type*go/types.Typ* 1681 runtime.raceread*go/types.Typ*go/types.Typ+ 1682 runtime.raceread+go/types.Typ+go/types.Typ,Jgo.itab.*go/types.Basic.go/types.Type,go/types.Typ, 1683 runtime.raceread,go/types.Typ,go/types.Typ- 1684 runtime.raceread-go/types.Typ-go/types.Typ.Jgo.itab.*go/types.Basic.go/types.Type.go/types.Typ. 1685 runtime.raceread/go/types.Typ/go/types.Typ/ 1686 runtime.raceread/go/types.Typ/go/types.Typ0Jgo.itab.*go/types.Basic.go/types.Type1go/types.Typ1 1687 runtime.raceread1go/types.Typ1go/types.Typ1 1688 runtime.raceread1go/types.Typ1go/types.Typ5 1689 (runtime.racefuncexit5 1690 $runtime.panicindex5 1691 $runtime.panicindex5 1692 $runtime.panicindex5(type.*go/types.Basic5$type.go/types.Type6Jgo.itab.*go/types.Basic.go/types.Type6 1693 runtime.typ2Itab6 1694 $runtime.panicindex6 1695 $runtime.panicindex6(type.*go/types.Basic6$type.go/types.Type7Jgo.itab.*go/types.Basic.go/types.Type7 1696 runtime.typ2Itab7 1697 $runtime.panicindex7 1698 $runtime.panicindex7(type.*go/types.Basic8$type.go/types.Type8Jgo.itab.*go/types.Basic.go/types.Type8 1699 runtime.typ2Itab8 1700 $runtime.panicindex8 1701 $runtime.panicindex8(type.*go/types.Basic9$type.go/types.Type9Jgo.itab.*go/types.Basic.go/types.Type9 1702 runtime.typ2Itab9 1703 $runtime.panicindex9 1704 $runtime.panicindex:(type.*go/types.Basic:$type.go/types.Type:Jgo.itab.*go/types.Basic.go/types.Type: 1705 runtime.typ2Itab: 1706 $runtime.panicindex: 1707 $runtime.panicindex;(type.*go/types.Basic;$type.go/types.Type;Jgo.itab.*go/types.Basic.go/types.Type; 1708 runtime.typ2Itab; 1709 $runtime.panicindex< 1710 $runtime.panicindex<(type.*go/types.Basic<$type.go/types.Type<Jgo.itab.*go/types.Basic.go/types.Type< 1711 runtime.typ2Itab= 1712 $runtime.panicindex= 1713 $runtime.panicindex=(type.*go/types.Basic=$type.go/types.Type=Jgo.itab.*go/types.Basic.go/types.Type= 1714 runtime.typ2Itab> 1715 $runtime.panicindex> 1716 $runtime.panicindex>(type.*go/types.Basic>$type.go/types.Type>Jgo.itab.*go/types.Basic.go/types.Type> 1717 runtime.typ2Itab? 1718 $runtime.panicindex? 1719 $runtime.panicindex?(type.*go/types.Basic?$type.go/types.Type?Jgo.itab.*go/types.Basic.go/types.Type? 1720 runtime.typ2Itab@ 1721 $runtime.panicindex@ 1722 $runtime.panicindex@(type.*go/types.Basic@$type.go/types.Type@Jgo.itab.*go/types.Basic.go/types.TypeA 1723 runtime.typ2ItabA 1724 $runtime.panicindexA 1725 $runtime.panicindexA(type.*go/types.BasicA$type.go/types.TypeAJgo.itab.*go/types.Basic.go/types.TypeB 1726 runtime.typ2ItabB 1727 $runtime.panicindexB 1728 $runtime.panicindexB(type.*go/types.BasicB$type.go/types.TypeCJgo.itab.*go/types.Basic.go/types.TypeC 1729 runtime.typ2ItabC 1730 $runtime.panicindexC 1731 $runtime.panicindexC(type.*go/types.BasicC$type.go/types.TypeDJgo.itab.*go/types.Basic.go/types.TypeD 1732 runtime.typ2ItabD 1733 $runtime.panicindexD 1734 $runtime.panicindexD(type.*go/types.BasicE$type.go/types.TypeEJgo.itab.*go/types.Basic.go/types.TypeE 1735 runtime.typ2ItabE 1736 $runtime.panicindexE 1737 $runtime.panicindexE(type.*go/types.BasicF$type.go/types.TypeFJgo.itab.*go/types.Basic.go/types.TypeF 1738 runtime.typ2ItabF 1739 $runtime.panicindexF 1740 $runtime.panicindexF(type.*go/types.BasicG$type.go/types.TypeGJgo.itab.*go/types.Basic.go/types.TypeG 1741 runtime.typ2ItabH 1742 0runtime.morestack_noctxt0 R"".autotmp_0499*type.*go/types.Object"".autotmp_0498*type.*go/types.Object"".autotmp_0497*type.*go/types.Object"".autotmp_0496type.*uint8"".autotmp_0495type.*uint8"".autotmp_0494type.*uint8"".autotmp_0493type.*uint8"".autotmp_0492type.*uint8"".autotmp_0491type.*uint8"".autotmp_0490type.*uint8"".autotmp_0489type.*uint8"".autotmp_0488type.*uint8"".autotmp_0487type.*uint8"".autotmp_0486type.*uint8"".autotmp_0485type.*uint8"".autotmp_0484type.*uint8"".autotmp_0483type.*uint8"".autotmp_0482type.*uint8"".autotmp_0481type.*uint8"".autotmp_0480type.*uint8"".autotmp_0478,type.[22]go/types.Type"".autotmp_0477$type.go/types.Type"".autotmp_0476(type.go/types.Object"".autotmp_0475type.string"".autotmp_0474$type.go/types.Type"".autotmp_0473(type.go/types.Object"".autotmp_0472type.string"".autotmp_0471$type.go/types.Type"".autotmp_0470(type.go/types.Object"".autotmp_0469type.string"".~r0(type.go/types.Object go/types.name3type.stringgo/types.s2(type.*go/types.Scope"".~r0(type.go/types.Object go/types.name3type.stringgo/types.s2 (type.*go/types.Scope"".~r0(type.go/types.Object go/types.name3type.stringgo/types.s2(type.*go/types.Scope"".~r1$type.go/types.Type"".typtype.int" $ 1748 E&'4+,EEEEEEEEEEEEEEEEE&%.v8='T8='T8=R 81111111111111111QTgclocals8b4bc85c177411798c891755f578596dTgclocals3c1d71c9b8b1fda6fd1594c7080e95da~prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/parser.go,"".(*parser).parseTypeeH%HD$H;A&HH$H$11H$H$H$H$D$<H$H$HH\$HD$H$H$H$(H$(,H$H\$H\$0H$H$H$(HL$0H$(>HL$8H$H$pHH$H$HpHl$H\$8H\$HD$HtZHD$@H$H\$@Ht=HHkH$H$H$H$D$>HH$H$H\$HL$HL$HD$ H$H$-uGH$H$H$H\$H$HL$HD$H$H$OH$H$(H$(,$H\$H\$XH\$H\$`1H$H$H$H$H$HHD$pHD$xH\$hHH$H\$XH\$HD$H\$H\$HH\$ H\$PH\$hH$H\$hHl$HH+Hl$P=HkHH$H$H\$H|$HD$0HD$H\$H\$HH\$ H\$PH\$hHH$H\$hHl$HHH+Hl$P=ugHkH$H$HH\$HD$!H\$hH\$H\$pH\$ H\$xH\$(1H$H$HLCL$Hl$%LCL$Hl$\D 1756 X 1757 *runtime.racefuncenter 1758 &"".(*parser).expect go.string."type" 1759 4"".(*parser).expectKeyword 1760 runtime.raceread 1761 *"".(*parser).parseInt 1762 runtime.raceread 1763 runtime.raceread4type.map[int]go/types.Type 1764 2runtime.mapaccess1_fast64 1765 runtime.raceread 1766 &"".(*parser).expect 1767 (runtime.racefuncexit 1768 @"".(*parser).parseTypeDefinition 1769 """.(*parser).next 1770 *"".(*parser).parseInt 1771 ("".lookupBuiltinType 1772 runtime.raceread 1773 0text/scanner.TokenString 1774 type.string 1776 runtime.convT2E 1778 "runtime.racewrite6runtime.writeBarrierEnabledtype.string 1782 runtime.convT2E 1784 "runtime.racewrite6runtime.writeBarrierEnabledZgo.string."expected type number, got %s (%q)" 1785 &"".(*parser).errorf 1786 (runtime.racefuncexit 1787 .runtime.writebarrierptr 1788 .runtime.writebarrierptr 1789 0runtime.morestack_noctxt@"".autotmp_0551&type.*go/types.Type"".autotmp_0550"type.interface {}"".autotmp_0549"type.interface {}"".autotmp_0548?(type.[2]interface {}"".autotmp_0545o&type.[]interface {}"".autotmp_0543type.string"".autotmp_0542$type.go/types.Type"".autotmp_0541type.int64"".autotmp_0540$type.go/types.Type"".autotmp_0538type.int"".ntype.int64"".t $type.go/types.Type"".pkg,type.*go/types.Package"".ptype.*"".parser(Pn 1791 21&' 5 5 #>'6+;0"^&gCTgclocals801eecd0dc58c56c09bf5a8dfdf0b75bTgclocalscc18720c8d6a38f6fea09efc5abd1e25~prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/parser.go:"".(*parser).parsePackageIniteH%H;aH`H\$`H$1H\$pH\$xH$H$H$H\$hH$HL$HD$HL$HD$ H\$hH$HL$HD$HL$(HD$0H\$hH$HD$1Ht$Hl$ HT$(HL$0Ht$8Ht$pHl$@Hl$xHT$HH$HL$PH$HD$XH$H` 1794 B 1795 *runtime.racefuncenter 1796 @"".(*parser).parseUnquotedString 1797 @"".(*parser).parseUnquotedString 1798 *"".(*parser).parseInt 1799 (runtime.racefuncexit 1800 0runtime.morestack_noctxt`"".autotmp_0555O&type."".PackageInit"".autotmp_0553type.string"".initfuncotype.string"".nametype.string"".~r0&type."".PackageInit"".ptype.*"".parser$ 1803 $""[ T"[Tgclocals3802b6b429caaddb302f7b6d79344f2dTgclocalsad6ed1e9f8711f94aa5cab52b520a4e6~prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/parser.go\"".(*parser).discardDirectiveWhileParsingTypeseH%H;aH8H\$8H$H\$@H$H$(HL$@(ucHH\$(HD$0HH$H\$(H\$HD$H\$H|$HHHKHOH\$@H$w;u 1806 H8<u0H$H$`HD$@H$H`Hl$3H$% 1809 B 1810 *runtime.racefuncentern 1811 runtime.raceread4go.string."unexpected EOF"type.string 1812 runtime.convT2E 1813 $"".(*parser).error 1814 (runtime.racefuncexit 1815 runtime.raceread 1816 ,"".(*parser).parseType 1817 """.(*parser).next 1818 0runtime.morestack_noctxt p"".autotmp_0556type.string"".pkg,type.*go/types.Package"".ptype.*"".parserpopS</ 1821 ^+ ^5]Tgclocals2f2d69f12d345ece4be5273d9b84f0bbTgclocalsd8fdd2a55187867c76648dc792366181~prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/parser.go>"".(*parser).maybeCreatePackageeH%H;aDH8H\$8H$H\$@H$H$PHD$@HXHH$H$@HD$@HHHH$H$@H\$@H$H$PHD$@H$HH@H|$HHHKHOHPH|$HHHKHOH\$(H\$0H\$@H$H$`H\$@Ht6Hl$0=uH`H8L`L$Hl$[ 1826 B 1827 *runtime.racefuncentern 1828 runtime.raceread 1829 runtime.raceread 1830 runtime.raceread 1831 runtime.raceread 1832 &"".(*parser).getPkg 1833 "runtime.racewrite6runtime.writeBarrierEnabled 1834 (runtime.racefuncexit 1835 .runtime.writebarrierptr 1836 0runtime.morestack_noctxtp"".autotmp_0558,type.*go/types.Package"".ptype.*"".parserpop;"S" %ETgclocals51fa0e13d53d6bad7f86670d3edaeac6Tgclocals0c8aa8e80191a30eac23f1a218103f16~prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/parser.goF"".(*parser).parseInitDataDirectiveeH%HD$H;AlH1HD$hHD$pH$H$H$H$H$(H$(tH$D$H$H$H$0H$HH0HL$xH8H|QHH$H$HD$H-Hl$HD$HL$xH$H\$ HsHuH$H$HD$H-Hl$HD$HL$xH$\$ t=H$H$H$H$D$;HH$HH$HD$H-Hl$HD$\$ uH$H$H$H$H$(H$(;H$H$(H$(H$H\$H$H\$H$H\$H$H\$ H$H\$(H$H$H$H$xH$H$HuHHHHH)H}QHH$H$HT$HD$H$HL$HH$HH\$ HT$(HD$0HL$8HHH$H9H$HH$HHD$@Hk(HH$HD$(H$Hl$@Hk(HH$H\$Hl$H-H,$H$H$H$xH$H$H$HH$HH$=uHLL$Hl$H$D$;51H\$hH\$pH\$hHH$H$H$HH$H$H\$H|$HD$0HD$H\$H\$XH\$ H\$`H$H$H$Hl$XH+Hl$`=uVHkH$H$HH\$HD$H$H\$H$H\$ H$H\$(&LCL$Hl$%0H@H$H$HD$H-Hl$HD$HL$xH$\$ H$H$H$H$HD$HHl$$HHD$H$H$H$H$HHl$HH$H$H$LD$HHL!HH$H$H$H$H$D$;HH$HnH$HD$H-Hl$HD$\$ =H$H$H$H$H\$H\$PH$H$H$xH$Hl$PHxH$D$; rp 1846 p 1847 *runtime.racefuncenter 1848 runtime.raceread 1849 &"".(*parser).expect 1850 runtime.raceread go.string."init" 1851 "runtime.cmpstringgo.string."v1" 1852 runtime.eqstring 1853 """.(*parser).next 1854 &"".(*parser).expect 1855 &runtime.deferreturn 1856 (runtime.racefuncexit go.string."init" 1857 runtime.eqstring 1858 """.(*parser).next 1859 runtime.raceread 1860 runtime.raceread 1861 :"".(*parser).parsePackageInit 1862 1863 runtime.raceread*type.[]"".PackageInit 1866 "runtime.growslice 1868 ,runtime.racewriterange&type."".PackageInit 1869 (runtime.typedmemmove 1870 "runtime.racewrite6runtime.writeBarrierEnabled 1871 .runtime.writebarrierptr 1872 $runtime.panicslice 1873 &"".(*parser).expecttype.string 1874 runtime.convT2E 1875 "runtime.racewrite6runtime.writeBarrierEnabledJgo.string."unexpected identifier: %q" 1876 &"".(*parser).errorf 1877 .runtime.writebarrierptr(go.string."checksum" 1878 runtime.eqstring 1879 runtime.racereadX"".(*parser).parseInitDataDirective.func1f 1880 "runtime.deferproc 1881 runtime.raceread 1882 "runtime.racewrite 1883 """.(*parser).next 1884 @"".(*parser).parseUnquotedString 1885 &"".(*parser).expect 1886 &runtime.deferreturn 1887 (runtime.racefuncexit(go.string."priority" 1888 runtime.eqstring 1889 """.(*parser).next 1890 *"".(*parser).parseInt 1891 "runtime.racewrite 1892 &"".(*parser).expect 1893 0runtime.morestack_noctxt"".autotmp_0569"type.interface {}"".autotmp_0568(type.[1]interface {}"".autotmp_0565&type.[]interface {}"".autotmp_0564type.int"".autotmp_0563*type.[]"".PackageInit"".autotmp_0562type.string"".autotmp_0561type.uint"".autotmp_0560O&type."".PackageInit"".autotmp_0559type.int64"".ptype.*"".parser* 1894 + ,H6;<'CX'PS\ 1897 )*CH,;D7u6v 1900 %o 1902 J4Tgclocalsa9ea41aae9e32efcc8711d8fabe405fbTgclocalsae58f15387874d2143b3b9adf524acb5~prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/parser.go6"".(*parser).parseDirective33eH%H$xH;AH1H$H$H$H$H$H$H$(H$(tH$D$H$H$H$0H$H2H0H$H8H|THTH$H$HD$H-Hl$HD$H$H$H\$ H 1907 H|THsH$H$HD$H-Hl$HD$H$H$H\$ H)HucH$H$HD$H-Hl$HD$H$H$\$ tH$H$HH$HcH$HD$H-Hl$HD$\$ 2H$H$H$H$H$`H$H$H`Hl$H\$H\$HH$H$H$`H$H`Hl$XH,$H$ H\$XHk Hl$0H\$HH$H1H9tNH\$0H$H$H$HD$H$HL$H$H$D$;HH$HH\$HH\$HD$1H$H$H$H H$H$H$HH$H$H\$H|$HD$0HD$H\$H$H\$ H$H$H$H$H$H+H$=uVHkH$H$HH\$HD$H$H\$H$H\$ H$H\$(ZLCL$Hl$%$HH$H$HD$H-Hl$HD$H$H$\$ =H$H$H$H$H$`H$H$H`Hl$HD$HD$h1H9H$H$H$`H$H`Hl$PH,$H$ H\$PHk Hl$8H\$hH$H1H9tNH\$8H$H$H$HD$H$HL$H$H$D$;HH$HH\$HH\$HD$HuIH$H$HD$H-Hl$HD$H$H$\$ CH$HH$HD$H-Hl$HD$\$ H$H$H$H$H$`H$H$H`Hl$H$H$D$;H|THH$H$HD$H-Hl$HD$H$H$H\$ HHuH$H$HD$H-Hl$HD$H$H$\$ ,H$H$H$H$H$`H$H$H`Hl$H\$H\$pH$H$H$`H$H`Hl$`H,$H$ H\$`Hk Hl$@H\$pH\$xH1H9tKH\$@H$HL$xH$HD$H$HL$H$H$D$;HH$HH\$HH\$HD$HH$H$HD$H-Hl$HD$H$H$\$ H$H$H$H$HL$HD$H$H$H$H$HL$HD$H$H$H$HL$H$HD$H$H\$H$H\$ H$H$H$H$D$;H$H%H$HD$H-Hl$HD$\$ H$H$H$H$H\$H$H\$H$H$H$H$PH$H$HXH$=u6HPH$H$H$H$D$;LPL$Hl$HH$H$HD$H-Hl$HD$H$H$\$ H$H$H$H$H\$H$H\$H$H$H$H$@H$H$HHH$=u6H@H$H$H$H$D$;L@L$Hl$HuIH$H$HD$H-Hl$HD$H$H$\$ +H$HH$HD$H-Hl$HD$\$ v 1921 1922 *runtime.racefuncenter 1923 runtime.raceread 1924 &"".(*parser).expect 1925 runtime.raceread go.string."type" 1926 "runtime.cmpstringgo.string."var" 1927 "runtime.cmpstringgo.string."v1" 1928 runtime.eqstring 1929 F"".(*parser).parseInitDataDirective 1930 (runtime.racefuncexitgo.string."var" 1931 runtime.eqstring 1932 """.(*parser).next 1933 runtime.raceread 1934 *"".(*parser).parseVar 1935 1936 runtime.raceread 1937 1938 runtime.racereadJgo.itab.*go/types.Var.go/types.Object 1941 0go/types.(*Scope).Insert 1943 &"".(*parser).expect$type.*go/types.Var(type.go/types.Object Jgo.itab.*go/types.Var.go/types.Object 1948 runtime.typ2Itabtype.string 1949 runtime.convT2E 1950 "runtime.racewrite6runtime.writeBarrierEnabledJgo.string."unexpected identifier: %q" 1951 &"".(*parser).errorf 1952 .runtime.writebarrierptr go.string."func" 1953 runtime.eqstring 1954 """.(*parser).next 1955 runtime.raceread 1956 ,"".(*parser).parseFunc 1957 runtime.raceread 1958 runtime.racereadLgo.itab.*go/types.Func.go/types.Object 1959 0go/types.(*Scope).Insert 1960 &"".(*parser).expect&type.*go/types.Func(type.go/types.ObjectLgo.itab.*go/types.Func.go/types.Object 1961 runtime.typ2Itab go.string."init" 1962 runtime.eqstring go.string."type" 1963 runtime.eqstring 1964 """.(*parser).next 1965 runtime.raceread 1966 ,"".(*parser).parseType 1967 &"".(*parser).expect&go.string."package" 1968 "runtime.cmpstring"go.string."const" 1969 runtime.eqstring 1970 """.(*parser).next 1971 runtime.raceread 1972 ."".(*parser).parseConst 1973 runtime.raceread! 1974 runtime.raceread!Ngo.itab.*go/types.Const.go/types.Object" 1975 0go/types.(*Scope).Insert# 1976 &"".(*parser).expect#(type.*go/types.Const#(type.go/types.Object#Ngo.itab.*go/types.Const.go/types.Object# 1977 runtime.typ2Itab$$go.string."import"$ 1978 runtime.eqstring% 1979 """.(*parser).next% 1980 @"".(*parser).parseUnquotedString& 1981 @"".(*parser).parseUnquotedString' 1982 &"".(*parser).getPkg' 1983 0"".(*parser).parseString( 1984 &"".(*parser).expect(&go.string."package") 1985 runtime.eqstring) 1986 """.(*parser).next) 1987 @"".(*parser).parseUnquotedString* 1988 "runtime.racewrite+6runtime.writeBarrierEnabled+ 1989 >"".(*parser).maybeCreatePackage, 1990 &"".(*parser).expect, 1991 .runtime.writebarrierptr-&go.string."pkgpath"- 1992 runtime.eqstring. 1993 """.(*parser).next. 1994 @"".(*parser).parseUnquotedString/ 1995 "runtime.racewrite/6runtime.writeBarrierEnabled0 1996 >"".(*parser).maybeCreatePackage0 1997 &"".(*parser).expect1 1998 .runtime.writebarrierptr1(go.string."checksum"1 1999 runtime.eqstring2(go.string."priority"3 2000 runtime.eqstring3 2001 0runtime.morestack_noctxt8"".autotmp_0588"type.interface {}"".autotmp_0587o(type.[1]interface {}"".autotmp_0584/&type.[]interface {}"".autotmp_0583type.*uint8"".autotmp_0582type.*uint8"".autotmp_0580Otype.string"".autotmp_0579(type.*go/types.Const"".autotmp_0578(type.*go/types.Const"".autotmp_0577$type.*go/types.Var"".autotmp_0576$type.*go/types.Var"".autotmp_0575&type.*go/types.Func"".autotmp_0574&type.*go/types.Func"".autotmp_0573type.string"".autotmp_0572type.string"".autotmp_0571type.string"".autotmp_0570type.string"".~r0(type.*go/types.Scopego/types.pkg2,type.*go/types.Package"".~r0(type.*go/types.Scopego/types.pkg2,type.*go/types.Package"".~r0(type.*go/types.Scopego/types.pkg2,type.*go/types.Package"".c(type.*go/types.Const"".v$type.*go/types.Var"".fun&type.*go/types.Func"".pkgpathtype.string"".pkgnametype.string"".ptype.*"".parser"4 ,KhC@QP/cd'3S;;8/5O>C6E_VS@]\/;S+E+CsSsbc 2010 @"YF+uJ/d"Y F8 SY"SF</< 2014 O @j/D@fS)Tgclocalsd1916e4028d8fe6862968fb5ebb93c74Tgclocalsfd7f0414517c0fdc00df7e179b54a11a~prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/parser.go2"".(*parser).parsePackageeH%HD$H;AHH$H$H$H$H$(H$(tH$H$H$pH$HpH|$X1HH$Hl$H\$XH\$H\$X1H9H\$`H$H\$`H7H+Hl$HHkHl$PH\$XH$H\$XHHL$HHD$PHD$0HH$HL$8HL$HD$@HD$H\$0H\$\$ HH\$0t H$H\$XH$H\$X1H9;H$H$H$`H$H`Hl$(H,$H$(H\$(H@k(H$H$H$`H$H`H$H& 2017 X 2018 *runtime.racefuncenter 2019 runtime.raceread 2020 6"".(*parser).parseDirective 2021 runtime.raceread 2022 runtime.duffzero4type.map[int]go/types.Type 2023 &runtime.mapiterinit 2024 runtime.raceread 2025 runtime.raceread0type.*go/types.Interface 2026 $runtime.assertI2T2 2027 <go/types.(*Interface).Complete 2028 &runtime.mapiternext 2029 runtime.raceread 2030 "runtime.racewrite 2031 runtime.raceread 2032 (runtime.racefuncexit 2033 0runtime.morestack_noctxt "".autotmp_0598$type.go/types.Type"".autotmp_05970type.*go/types.Interface"".autotmp_0596>type.map.iter[int]go/types.Typego/types.pkg1,type.*go/types.Package"".typ$type.go/types.Type"".~r0,type.*go/types.Package"".ptype.*"".parser!: , I 2037 K=,+LP7") 2039 .Tgclocalsf69a263cb7d5b062b5c0d50b000f6ecfTgclocals78142289d24ef9194e0d74fb04aedf39~prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/parser.go4"".(*parser).parseInitDataeH%H;avMHH\$H$H\$H$H$(HD$(tH$H 2043 : 2044 *runtime.racefuncenterf 2045 runtime.raceread 2046 F"".(*parser).parseInitDataDirective 2047 (runtime.racefuncexit 2048 0runtime.morestack_noctxt"".ptype.*"".parserHp$ & 2050 TTgclocals87d20ce1b58390b294df80b886db78bfTgclocals33cdeccccebe80329f1fdbee7f5874cb~prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/parser.go."".openExportFile.func1eH%H;avbHH\$H$H\$ H$H\$ H+Ht*H\$(H$H\$(H+HtH\$0H$H 2052 : 2053 *runtime.racefuncenterV 2054 runtime.raceread 2055 runtime.raceread 2056 os.(*File).Close 2057 (runtime.racefuncexit 2058 0runtime.morestack_noctxt00"".f type.*os.File"".&closertype.*io.Closer"".&errtype.*error0]/08 2059 dTgclocals5c5a9f3dff47a8940bdc317b9324ac2aTgclocals33cdeccccebe80329f1fdbee7f5874cbprebuilts/go/darwin-x86/src/go/internal/gccgoimporter/importer.go("".GetImporter.func1eH%H$8H;A'HH1H$H$H$HH$H$`HZH\$xHZ H\$hH$h1H$pH$x1H$pH$xH$hHuyH$XH,$HD$H-Hl$HD$\$ tDHH$HH$h1H$pH$xHHH\$xH$Ht$xHH$HNHL$HNHL$H$XH\$H$`H\$ Ht$(Hl$0HT$8HL$@H$H$H$pH$xH$pHtHHH4$Hl$Ht$Hl$HL$ HT$(LD$0H|$8H$H$H$H$L$pH$xH$pHtHHHt-HT$HHY $H\$HH$HD$H$H$HD$H$HvHHH$0HD$H$8HT$H$@HL$H$H$H$H[ HT$(HL$0H$pH$xH$pHtHHHD$HD$H$H$H$H[(HT$ HL$(H$pH$xH$pHtHHH$HlHHH\$HH$H$0HD$H$8HT$H$@HL$HL$ H$HD$(H$HYH$HD$H-Hl$HD$\$ (HH$HD$H$H$HD$HH$H$H\$H$H\$H\$H|$HHHKHOH$H$H$H\$H$H\$H$PH\$(H$H$HT$hH\$H$h1H9tBH$hH\$pHH$HT$H\$pH\$H$H\$HD$xHHH$HHHH$H$HD$H$ HT$H$(HL$H\$ H$H\$(H$1H$H$H$HH$H$H$HH$H$H\$HD$H\$H$H\$ H$H$H$H$H$H+H$=ucHkHH$HD$H$H\$H$H\$H$H\$ HT$(HL$0H$pH$xcLCL$Hl$fHH 2065 f 2066 2067 *runtime.racefuncenter$go.string."unsafe" 2068 runtime.eqstringgo/types.Unsafe 2069 runtime.racereadgo/types.Unsafe 2070 &runtime.deferreturn 2071 (runtime.racefuncexit 2072 runtime.raceread 2073 """.findExportFile 2074 &runtime.deferreturn 2075 (runtime.racefuncexit 2076 """.openExportFile 2077 &runtime.deferreturn 2078 (runtime.racefuncexit 2079 "runtime.deferproc type.[4]uint8 2080 "runtime.newobject 2081 2082 ,runtime.racewriterange 2085 &runtime.deferreturn 2087 (runtime.racefuncexit 2089 &runtime.deferreturn 2090 (runtime.racefuncexit 2091 2runtime.slicebytetostring"go.string."v1;\n" 2092 runtime.eqstringtype."".parser 2093 "runtime.newobject 2094 ,runtime.racewriterangetype.io.Reader 2095 runtime.convI2I 2096 """.(*parser).init 2097 2"".(*parser).parsePackageLtype.map[*go/types.Package]"".InitData 2098 $runtime.mapassign1 2099 &runtime.deferreturn 2100 (runtime.racefuncexit 2101 2runtime.slicebytetostringtype.string 2102 runtime.convT2E 2103 "runtime.racewrite6runtime.writeBarrierEnabledRgo.string."unrecognized magic string: %q" 2104 fmt.Errorf 2105 .runtime.writebarrierptr 2106 &runtime.deferreturn 2107 (runtime.racefuncexit 2108 "runtime.morestack`4"".autotmp_0619"type.interface {}"".autotmp_0618(type.[1]interface {}"".autotmp_0615&type.[]interface {}"".autotmp_0614type.string"".autotmp_0613type.[32]uint8"".autotmp_0612type.error"".autotmp_0611type.string"".autotmp_0610_type.[]uint8"".autotmp_0609,type.*go/types.Package"".autotmp_0607type.[]uint8"".autotmp_0606type.error"".autotmp_0605type.error"".autotmp_0604/type.[]uint8"".autotmp_0603type.error"".autotmp_0599type.string"".initmapLtype.map[*go/types.Package]"".InitData"".&searchpathstype.*[]string 2109 "".&ptype.*"".parser"".&magictype.*[4]uint8"".closertype.io.Closer"".reader$type.io.ReadSeeker"".fpathtype.string"".err@type.error"".pkg0,type.*go/types.Package"".pkgpathtype.string"".importsBtype.map[string]*go/types.Packagej"|f4|{N;7xwnm\dc-/{RQFJIgC/z#B8"=^]|@&=Ga8 = 2112 * ce*Plb+h1#(Tgclocals2bca8b28ac47dd943c92b026c07bde28Tgclocals613da77b17d11e981a4c60fe3b25d589prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/importer.go."".(*parser).init.func1eH%H;aH@H\$@H$HZH\$(H\$PH\$0H\$XH\$8HH$H\$0H\$HD$H\$H|$HHHKHOH\$(H$H@a 2116 B 2117 *runtime.racefuncentertype.string 2118 runtime.convT2E 2119 $"".(*parser).error 2120 (runtime.racefuncexit 2121 "runtime.morestack0"".autotmp_0620type.string"".p/type.*"".parser"".msgtype.string}F @&Tgclocals9c91d8a91ac42440a3d1507bc8d2e808Tgclocalsb4fa98b795b1b54ff7448fc4dc1a3c7f~prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/parser.goR"".(*parser).parseInitDataDirective.func1eH%H;avCHH\$H$H\$H$H$H\$Hl$HH 2125 2126 : 2127 *runtime.racefuncenterf 2128 "runtime.racewrite 2129 (runtime.racefuncexit 2130 0runtime.morestack_noctxt "".modetype.uint"".ptype.*"".parser>`: 2132 DTgclocals3f5c1f818fa7055d0400cecd34057162Tgclocals33cdeccccebe80329f1fdbee7f5874cb~prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/parser.go"".initeH%H;aHH\$H$HH$t-HH$u 2134 HHH$HH$H 2136 @ 2137 B 2138 *runtime.racefuncenterP"".initdoneb 2139 runtime.racereadp"".initdone"".initdone 2140 runtime.raceread"".initdone 2141 (runtime.racefuncexit 2142 "runtime.throwinit"".initdone 2143 "runtime.racewrite"".initdone 2144 bufio.init 2145 go/types.init 2146 os.init 2147 os/exec.init 2148 $path/filepath.init 2149 strings.init 2150 bytes.init 2151 debug/elf.init 2152 fmt.init 2153 io.init 2154 go/constant.init 2155 go/token.init 2156 strconv.init 2157 "text/scanner.init"".initdone 2158 "runtime.racewrite"".initdone 2159 (runtime.racefuncexit 2160 0runtime.morestack_noctxtO 2161 Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals33cdeccccebe80329f1fdbee7f5874cb~prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/parser.go2type..hash."".PackageIniteH%H;aH H\$ H$H\$(H$H<$H\$0H\$HD$H\$(H$H<$thH$HD$0HD$HD$H\$(H$H<$t6H$ HD$0HD$HD$HD$HD$0HD$8H %%%_ 2165 B 2166 *runtime.racefuncenter 2167 runtime.strhash 2168 runtime.strhash 2169 runtime.memhash 2170 (runtime.racefuncexit 2171 0runtime.morestack_noctxt0@ 2172 "".autotmp_0623type.uintptr"".autotmp_0622type.uintptr"".~r2 type.uintptr"".htype.uintptr"".p(type.*"".PackageInit@?@4 Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbprebuilts/go/darwin-x86/src/go/internal/gccgoimporter/gccgoinstallation.go.type..eq."".PackageIniteH%H;aHHH\$HH$H\$PH$H\$PHH+Hl$8HkHl$@H\$XH$HT$@H\$XHiHHL$(HCHD$0H9@Hl$8H,$HT$HL$HD$\$ H\$PH$H$H\$PHHkHl$(HkHl$0H\$XH$H$HL$0H\$XHHSHT$8HCHD$@H9Hl$(H,$HL$HT$HD$\$ t[H\$PH$H$ H\$XH$H$ Hl$PH] LD$XIh H9tD$`HHD$`HHD$`HHM D$`HHV 2178 2179 B 2180 *runtime.racefuncenter^ 2181 runtime.raceread 2182 runtime.raceread 2183 runtime.eqstring 2184 runtime.raceread 2185 runtime.raceread 2186 runtime.eqstring 2187 runtime.raceread 2188 runtime.raceread 2189 (runtime.racefuncexit 2190 (runtime.racefuncexit 2191 (runtime.racefuncexit 2192 (runtime.racefuncexit 2193 0runtime.morestack_noctxt0"".autotmp_0627type.string"".autotmp_0626type.string"".autotmp_0625?type.string"".autotmp_0624type.string"".~r2 type.bool"".q(type.*"".PackageInit"".p(type.*"".PackageInit>" <KULTgclocals9c91d8a91ac42440a3d1507bc8d2e808Tgclocals020fbb1d4892839a04e70deae280e24bprebuilts/go/darwin-x86/src/go/internal/gccgoimporter/gccgoinstallation.go(type..hash.[8]stringeH%H;aH(H\$(H$HT$81HD$Hl$H9}\HD$ HHHHckRHHH\$0HtEHHH$HD$8HD$HT$HD$ HHl$H9|HT$8HT$@H(C 2196 2197 B 2198 *runtime.racefuncenter 2199 runtime.strhash 2200 (runtime.racefuncexit 2201 0runtime.morestack_noctxt0P 2202 "".autotmp_0630type.int"".autotmp_0629type.int"".~r2 type.uintptr"".htype.uintptr"".ptype.*[8]stringPOP Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbprebuilts/go/darwin-x86/src/go/internal/gccgoimporter/gccgoinstallation.go$type..eq.[8]stringeH%H;a/H`H\$`H$1HD$0Hl$0H9HD$8H\$hHHD$(HHH$HD$(H\$hHHHHH+Hl$PHkHl$XH\$pHHHH$HT$XH\$pHt}Hl$(HHHHL$@HCHD$HH9uLHl$PH,$HT$HL$HD$\$ t%HD$8HHl$0H9(D$xH`D$xH`|2 2207 B 2208 *runtime.racefuncenter 2209 runtime.raceread 2210 runtime.raceread 2211 runtime.eqstring 2212 (runtime.racefuncexit 2213 (runtime.racefuncexit 2214 0runtime.morestack_noctxt0"".autotmp_0634?type.string"".autotmp_0633type.string"".autotmp_0632_type.int"".autotmp_0631Otype.int"".iotype.int"".~r2 type.bool"".qtype.*[8]string"".ptype.*[8]string& O_Tgclocals51af24152615272c3d9efc8538f95767Tgclocals44750c784da4dd430afdd97fea5c405aprebuilts/go/darwin-x86/src/go/internal/gccgoimporter/gccgoinstallation.go(type..hash.[5]stringeH%H;aH(H\$(H$HT$81HD$Hl$H9}\HD$ HHHHckRHHH\$0HtEHHH$HD$8HD$HT$HD$ HHl$H9|HT$8HT$@H(C 2217 2218 B 2219 *runtime.racefuncenter 2220 runtime.strhash 2221 (runtime.racefuncexit 2222 0runtime.morestack_noctxt0P 2223 "".autotmp_0637type.int"".autotmp_0636type.int"".~r2 type.uintptr"".htype.uintptr"".ptype.*[5]stringPOP Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbprebuilts/go/darwin-x86/src/go/internal/gccgoimporter/gccgoinstallation.go$type..eq.[5]stringeH%H;a/H`H\$`H$1HD$0Hl$0H9HD$8H\$hHHD$(HHH$HD$(H\$hHHHHH+Hl$PHkHl$XH\$pHHHH$HT$XH\$pHt}Hl$(HHHHL$@HCHD$HH9uLHl$PH,$HT$HL$HD$\$ t%HD$8HHl$0H9(D$xH`D$xH`|2 2228 B 2229 *runtime.racefuncenter 2230 runtime.raceread 2231 runtime.raceread 2232 runtime.eqstring 2233 (runtime.racefuncexit 2234 (runtime.racefuncexit 2235 0runtime.morestack_noctxt0"".autotmp_0641?type.string"".autotmp_0640type.string"".autotmp_0639_type.int"".autotmp_0638Otype.int"".iotype.int"".~r2 type.bool"".qtype.*[5]string"".ptype.*[5]string& O_Tgclocals51af24152615272c3d9efc8538f95767Tgclocals44750c784da4dd430afdd97fea5c405aprebuilts/go/darwin-x86/src/go/internal/gccgoimporter/gccgoinstallation.go(type..hash.[1]stringeH%H;aH(H\$(H$HT$81HD$Hl$H9}\HD$ HHHHckRHHH\$0HtEHHH$HD$8HD$HT$HD$ HHl$H9|HT$8HT$@H(C 2238 2239 B 2240 *runtime.racefuncenter 2241 runtime.strhash 2242 (runtime.racefuncexit 2243 0runtime.morestack_noctxt0P 2244 "".autotmp_0644type.int"".autotmp_0643type.int"".~r2 type.uintptr"".htype.uintptr"".ptype.*[1]stringPOP Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbprebuilts/go/darwin-x86/src/go/internal/gccgoimporter/gccgoinstallation.go$type..eq.[1]stringeH%H;a/H`H\$`H$1HD$0Hl$0H9HD$8H\$hHHD$(HHH$HD$(H\$hHHHHH+Hl$PHkHl$XH\$pHHHH$HT$XH\$pHt}Hl$(HHHHL$@HCHD$HH9uLHl$PH,$HT$HL$HD$\$ t%HD$8HHl$0H9(D$xH`D$xH`|2 2249 B 2250 *runtime.racefuncenter 2251 runtime.raceread 2252 runtime.raceread 2253 runtime.eqstring 2254 (runtime.racefuncexit 2255 (runtime.racefuncexit 2256 0runtime.morestack_noctxt0"".autotmp_0648?type.string"".autotmp_0647type.string"".autotmp_0646_type.int"".autotmp_0645Otype.int"".iotype.int"".~r2 type.bool"".qtype.*[1]string"".ptype.*[1]string& O_Tgclocals51af24152615272c3d9efc8538f95767Tgclocals44750c784da4dd430afdd97fea5c405aprebuilts/go/darwin-x86/src/go/internal/gccgoimporter/gccgoinstallation.go(type..hash.[3]stringeH%H;aH(H\$(H$HT$81HD$Hl$H9}\HD$ HHHHckRHHH\$0HtEHHH$HD$8HD$HT$HD$ HHl$H9|HT$8HT$@H(C 2259 2260 B 2261 *runtime.racefuncenter 2262 runtime.strhash 2263 (runtime.racefuncexit 2264 0runtime.morestack_noctxt0P 2265 "".autotmp_0651type.int"".autotmp_0650type.int"".~r2 type.uintptr"".htype.uintptr"".ptype.*[3]stringPOP Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbprebuilts/go/darwin-x86/src/go/internal/gccgoimporter/gccgoinstallation.go$type..eq.[3]stringeH%H;a/H`H\$`H$1HD$0Hl$0H9HD$8H\$hHHD$(HHH$HD$(H\$hHHHHH+Hl$PHkHl$XH\$pHHHH$HT$XH\$pHt}Hl$(HHHHL$@HCHD$HH9uLHl$PH,$HT$HL$HD$\$ t%HD$8HHl$0H9(D$xH`D$xH`|2 2270 B 2271 *runtime.racefuncenter 2272 runtime.raceread 2273 runtime.raceread 2274 runtime.eqstring 2275 (runtime.racefuncexit 2276 (runtime.racefuncexit 2277 0runtime.morestack_noctxt0"".autotmp_0655?type.string"".autotmp_0654type.string"".autotmp_0653_type.int"".autotmp_0652Otype.int"".iotype.int"".~r2 type.bool"".qtype.*[3]string"".ptype.*[3]string& O_Tgclocals51af24152615272c3d9efc8538f95767Tgclocals44750c784da4dd430afdd97fea5c405aprebuilts/go/darwin-x86/src/go/internal/gccgoimporter/gccgoinstallation.go(type..hash.[2]stringeH%H;aH(H\$(H$HT$81HD$Hl$H9}\HD$ HHHHckRHHH\$0HtEHHH$HD$8HD$HT$HD$ HHl$H9|HT$8HT$@H(C 2280 2281 B 2282 *runtime.racefuncenter 2283 runtime.strhash 2284 (runtime.racefuncexit 2285 0runtime.morestack_noctxt0P 2286 "".autotmp_0658type.int"".autotmp_0657type.int"".~r2 type.uintptr"".htype.uintptr"".ptype.*[2]stringPOP Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbprebuilts/go/darwin-x86/src/go/internal/gccgoimporter/gccgoinstallation.go$type..eq.[2]stringeH%H;a/H`H\$`H$1HD$0Hl$0H9HD$8H\$hHHD$(HHH$HD$(H\$hHHHHH+Hl$PHkHl$XH\$pHHHH$HT$XH\$pHt}Hl$(HHHHL$@HCHD$HH9uLHl$PH,$HT$HL$HD$\$ t%HD$8HHl$0H9(D$xH`D$xH`|2 2291 B 2292 *runtime.racefuncenter 2293 runtime.raceread 2294 runtime.raceread 2295 runtime.eqstring 2296 (runtime.racefuncexit 2297 (runtime.racefuncexit 2298 0runtime.morestack_noctxt0"".autotmp_0662?type.string"".autotmp_0661type.string"".autotmp_0660_type.int"".autotmp_0659Otype.int"".iotype.int"".~r2 type.bool"".qtype.*[2]string"".ptype.*[2]string& O_Tgclocals51af24152615272c3d9efc8538f95767Tgclocals44750c784da4dd430afdd97fea5c405aprebuilts/go/darwin-x86/src/go/internal/gccgoimporter/gccgoinstallation.go4type..hash.[2]interface {}eH%H;aH(H\$(H$HT$81HD$Hl$H9}\HD$ HHHHckRHHH\$0HtEHHH$HD$8HD$HT$HD$ HHl$H9|HT$8HT$@H(C 2301 2302 B 2303 *runtime.racefuncenter 2304 (runtime.nilinterhash 2305 (runtime.racefuncexit 2306 0runtime.morestack_noctxt0P 2307 "".autotmp_0665type.int"".autotmp_0664type.int"".~r2 type.uintptr"".htype.uintptr"".p*type.*[2]interface {}POP Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbprebuilts/go/darwin-x86/src/go/internal/gccgoimporter/gccgoinstallation.go0type..eq.[2]interface {}eH%H;a/H`H\$`H$1HD$0Hl$0H9HD$8H\$pHHD$(HHH$HD$(H\$pHHHHH+Hl$PHkHl$XH\$hHHHH$HT$PH\$hHt}Hl$(HHHHKHL$HHD$@H9uLH$HL$HT$Hl$XHl$\$ t%HD$8HHl$0H9(D$xH`D$xH`|2 2311 B 2312 *runtime.racefuncenter 2313 runtime.raceread 2314 runtime.raceread 2315 runtime.efaceeq 2316 (runtime.racefuncexit 2317 (runtime.racefuncexit 2318 0runtime.morestack_noctxt0"".autotmp_0669?"type.interface {}"".autotmp_0668"type.interface {}"".autotmp_0667_type.int"".autotmp_0666Otype.int"".iotype.int"".~r2 type.bool"".q*type.*[2]interface {}"".p*type.*[2]interface {}& O_Tgclocals51af24152615272c3d9efc8538f95767Tgclocals2c78d3ad9d760b5f66e2e47be684c787prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/gccgoinstallation.go4type..hash.[1]interface {}eH%H;aH(H\$(H$HT$81HD$Hl$H9}\HD$ HHHHckRHHH\$0HtEHHH$HD$8HD$HT$HD$ HHl$H9|HT$8HT$@H(C 2321 2322 B 2323 *runtime.racefuncenter 2324 (runtime.nilinterhash 2325 (runtime.racefuncexit 2326 0runtime.morestack_noctxt0P 2327 "".autotmp_0672type.int"".autotmp_0671type.int"".~r2 type.uintptr"".htype.uintptr"".p*type.*[1]interface {}POP Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbprebuilts/go/darwin-x86/src/go/internal/gccgoimporter/gccgoinstallation.go0type..eq.[1]interface {}eH%H;a/H`H\$`H$1HD$0Hl$0H9HD$8H\$pHHD$(HHH$HD$(H\$pHHHHH+Hl$PHkHl$XH\$hHHHH$HT$PH\$hHt}Hl$(HHHHKHL$HHD$@H9uLH$HL$HT$Hl$XHl$\$ t%HD$8HHl$0H9(D$xH`D$xH`|2 2331 B 2332 *runtime.racefuncenter 2333 runtime.raceread 2334 runtime.raceread 2335 runtime.efaceeq 2336 (runtime.racefuncexit 2337 (runtime.racefuncexit 2338 0runtime.morestack_noctxt0"".autotmp_0676?"type.interface {}"".autotmp_0675"type.interface {}"".autotmp_0674_type.int"".autotmp_0673Otype.int"".iotype.int"".~r2 type.bool"".q*type.*[1]interface {}"".p*type.*[1]interface {}& O_Tgclocals51af24152615272c3d9efc8538f95767Tgclocals2c78d3ad9d760b5f66e2e47be684c787prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/gccgoinstallation.go6type..hash.[8]go/types.TypeeH%H;aH(H\$(H$HT$81HD$Hl$H9}\HD$ HHHHckRHHH\$0HtEHHH$HD$8HD$HT$HD$ HHl$H9|HT$8HT$@H(C 2341 2342 B 2343 *runtime.racefuncenter 2344 "runtime.interhash 2345 (runtime.racefuncexit 2346 0runtime.morestack_noctxt0P 2347 "".autotmp_0679type.int"".autotmp_0678type.int"".~r2 type.uintptr"".htype.uintptr"".p,type.*[8]go/types.TypePOP Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbprebuilts/go/darwin-x86/src/go/internal/gccgoimporter/gccgoinstallation.go2type..eq.[8]go/types.TypeeH%H;a/H`H\$`H$1HD$0Hl$0H9HD$8H\$pHHD$(HHH$HD$(H\$pHHHHH+Hl$PHkHl$XH\$hHHHH$HT$PH\$hHt}Hl$(HHHHKHL$HHD$@H9uLH$HL$HT$Hl$XHl$\$ t%HD$8HHl$0H9(D$xH`D$xH`|2 2351 B 2352 *runtime.racefuncenter 2353 runtime.raceread 2354 runtime.raceread 2355 runtime.ifaceeq 2356 (runtime.racefuncexit 2357 (runtime.racefuncexit 2358 0runtime.morestack_noctxt0"".autotmp_0683?$type.go/types.Type"".autotmp_0682$type.go/types.Type"".autotmp_0681_type.int"".autotmp_0680Otype.int"".iotype.int"".~r2 type.bool"".q,type.*[8]go/types.Type"".p,type.*[8]go/types.Type& O_Tgclocals51af24152615272c3d9efc8538f95767Tgclocals2c78d3ad9d760b5f66e2e47be684c787prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/gccgoinstallation.go2type..hash."".importErroreH%H;aHH\$H$H\$ H$H<$tZH\$(H\$HD$H\$ H$H<$t-H$(HD$(HD$HD$HD$(HD$0H%%^ 2362 B 2363 *runtime.racefuncenter 2364 @type..hash.text/scanner.Position 2365 "runtime.interhash 2366 (runtime.racefuncexit 2367 0runtime.morestack_noctxt00"".autotmp_0685type.uintptr"".~r2 type.uintptr"".htype.uintptr"".p(type.*"".importError0n/0* Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbprebuilts/go/darwin-x86/src/go/internal/gccgoimporter/gccgoinstallation.go.type..eq."".importError 2370 2371 eH%H;aHxH\$xH$H$H\H$HCH\$(HD$0H$H\$0HH+Hl$hHkHl$pH\$(H$HT$pH\$(HHHL$XHCHD$`H9Hl$hH,$HT$HL$HD$\$ H\$0H$H$H\$(H$H$HD$0HXLD$(IhH9HH$H$H\$(H$H$HD$0HXLD$(IhH9H$H$ H\$(H$H$ Hl$0H] LD$(Ih H9H$H$H$(H$HHk(Hl$HHk0Hl$PH$H$H$(HT$HH$HtbHC(HK0HL$@HD$8H9u9H$HL$HT$Hl$PHl$\$ t$Hx$HxX$Hx\$ 2375 B 2376 *runtime.racefuncenter 2377 runtime.raceread 2378 runtime.raceread 2379 runtime.eqstring 2380 runtime.raceread 2381 runtime.raceread 2382 runtime.raceread 2383 runtime.raceread 2384 runtime.raceread 2385 runtime.raceread 2386 runtime.raceread 2387 runtime.raceread 2388 runtime.ifaceeq 2389 (runtime.racefuncexit 2390 (runtime.racefuncexit 2391 (runtime.racefuncexit 2392 2393 0runtime.morestack_noctxt0"".autotmp_0691type.error"".autotmp_0690_type.error"".autotmp_0689?type.string"".autotmp_0688type.string"".autotmp_06876type.*text/scanner.Position"".autotmp_06866type.*text/scanner.Position"".~r2 type.bool"".q(type.*"".importError"".p(type.*"".importError22& 7.K:GTgclocals42e7756549fd1f1e78e70fcb9f08dd2bTgclocals584c0e3716f3090cbb512e5551f2db1cprebuilts/go/darwin-x86/src/go/internal/gccgoimporter/gccgoinstallation.go."".(*importError).ErroreH%H;aHXHY Ht H|$`H9;uH#H\$XH$1H\$hH\$pH\$`1H9uEHH$HD$ HH\$HD$HH\$ HD$(H\$`H$HD$8Ht$`Ht5HHL$8HD$@HL$HHL$hHD$PHD$pHX 2400 n 2401 *runtime.racefuncenter2go.string."gccgoimporter".go.string."importError""go.string."Error" 2402 "runtime.panicwrap 2403 *runtime.racereadrange 2404 runtime.duffcopy 2405 ("".importError.Error 2406 (runtime.racefuncexit 2407 0runtime.morestack_noctxt0"".autotmp_0692type.string"".~r0type.string""..this(type.*"".importError6Tgclocals69076ee43f1cead0792b9f36906b1b56Tgclocalsc55cf99de9cdd8c8202a466952fa1a45<autogenerated>4type..hash.[3]interface {}eH%H;aH(H\$(H$HT$81HD$Hl$H9}\HD$ HHHHckRHHH\$0HtEHHH$HD$8HD$HT$HD$ HHl$H9|HT$8HT$@H(C 2410 2411 B 2412 *runtime.racefuncenter 2413 (runtime.nilinterhash 2414 (runtime.racefuncexit 2415 0runtime.morestack_noctxt0P 2416 "".autotmp_0695type.int"".autotmp_0694type.int"".~r2 type.uintptr"".htype.uintptr"".p*type.*[3]interface {}POP Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbprebuilts/go/darwin-x86/src/go/internal/gccgoimporter/gccgoinstallation.go0type..eq.[3]interface {}eH%H;a/H`H\$`H$1HD$0Hl$0H9HD$8H\$pHHD$(HHH$HD$(H\$pHHHHH+Hl$PHkHl$XH\$hHHHH$HT$PH\$hHt}Hl$(HHHHKHL$HHD$@H9uLH$HL$HT$Hl$XHl$\$ t%HD$8HHl$0H9(D$xH`D$xH`|2 2420 B 2421 *runtime.racefuncenter 2422 runtime.raceread 2423 runtime.raceread 2424 runtime.efaceeq 2425 (runtime.racefuncexit 2426 (runtime.racefuncexit 2427 0runtime.morestack_noctxt0"".autotmp_0699?"type.interface {}"".autotmp_0698"type.interface {}"".autotmp_0697_type.int"".autotmp_0696Otype.int"".iotype.int"".~r2 type.bool"".q*type.*[3]interface {}"".p*type.*[3]interface {}& O_Tgclocals51af24152615272c3d9efc8538f95767Tgclocals2c78d3ad9d760b5f66e2e47be684c787prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/gccgoinstallation.go:type..hash.[8]go/types.ObjecteH%H;aH(H\$(H$HT$81HD$Hl$H9}\HD$ HHHHckRHHH\$0HtEHHH$HD$8HD$HT$HD$ HHl$H9|HT$8HT$@H(C 2430 2431 B 2432 *runtime.racefuncenter 2433 "runtime.interhash 2434 (runtime.racefuncexit 2435 0runtime.morestack_noctxt0P 2436 "".autotmp_0702type.int"".autotmp_0701type.int"".~r2 type.uintptr"".htype.uintptr"".p0type.*[8]go/types.ObjectPOP Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbprebuilts/go/darwin-x86/src/go/internal/gccgoimporter/gccgoinstallation.go6type..eq.[8]go/types.ObjecteH%H;a/H`H\$`H$1HD$0Hl$0H9HD$8H\$pHHD$(HHH$HD$(H\$pHHHHH+Hl$PHkHl$XH\$hHHHH$HT$PH\$hHt}Hl$(HHHHKHL$HHD$@H9uLH$HL$HT$Hl$XHl$\$ t%HD$8HHl$0H9(D$xH`D$xH`|2 2440 B 2441 *runtime.racefuncenter 2442 runtime.raceread 2443 runtime.raceread 2444 runtime.ifaceeq 2445 (runtime.racefuncexit 2446 (runtime.racefuncexit 2447 0runtime.morestack_noctxt0"".autotmp_0706?(type.go/types.Object"".autotmp_0705(type.go/types.Object"".autotmp_0704_type.int"".autotmp_0703Otype.int"".iotype.int"".~r2 type.bool"".q0type.*[8]go/types.Object"".p0type.*[8]go/types.Object& O_Tgclocals51af24152615272c3d9efc8538f95767Tgclocals2c78d3ad9d760b5f66e2e47be684c787prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/gccgoinstallation.go8type..hash.[22]go/types.TypeeH%H;aH(H\$(H$HT$81HD$Hl$H9}\HD$ HHHHckRHHH\$0HtEHHH$HD$8HD$HT$HD$ HHl$H9|HT$8HT$@H(C 2450 2451 B 2452 *runtime.racefuncenter 2453 "runtime.interhash 2454 (runtime.racefuncexit 2455 0runtime.morestack_noctxt0P 2456 "".autotmp_0709type.int"".autotmp_0708type.int"".~r2 type.uintptr"".htype.uintptr"".p.type.*[22]go/types.TypePOP Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbprebuilts/go/darwin-x86/src/go/internal/gccgoimporter/gccgoinstallation.go4type..eq.[22]go/types.TypeeH%H;a/H`H\$`H$1HD$0Hl$0H9HD$8H\$pHHD$(HHH$HD$(H\$pHHHHH+Hl$PHkHl$XH\$hHHHH$HT$PH\$hHt}Hl$(HHHHKHL$HHD$@H9uLH$HL$HT$Hl$XHl$\$ t%HD$8HHl$0H9(D$xH`D$xH`|2 2460 B 2461 *runtime.racefuncenter 2462 runtime.raceread 2463 runtime.raceread 2464 runtime.ifaceeq 2465 (runtime.racefuncexit 2466 (runtime.racefuncexit 2467 0runtime.morestack_noctxt0"".autotmp_0713?$type.go/types.Type"".autotmp_0712$type.go/types.Type"".autotmp_0711_type.int"".autotmp_0710Otype.int"".iotype.int"".~r2 type.bool"".q.type.*[22]go/types.Type"".p.type.*[22]go/types.Type& O_Tgclocals51af24152615272c3d9efc8538f95767Tgclocals2c78d3ad9d760b5f66e2e47be684c787prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/gccgoinstallation.go(go.string.hdr."-###" go.string."-###" go.string."-###" 2469 -###$go.string.hdr."-S" go.string."-S"go.string."-S"-S$go.string.hdr."-x" go.string."-x"go.string."-x"-x$go.string.hdr."go" go.string."go"go.string."go"go"go.string.hdr."-" go.string."-"go.string."-"-0go.string.hdr."Target: " (go.string."Target: "(go.string."Target: " Target: $go.string.hdr."-L" go.string."-L"go.string."-L"-L8go.string.hdr."-dumpversion" 0go.string."-dumpversion"0go.string."-dumpversion" -dumpversionTgclocalsc82f2cda37e735e80f8458339b32a362N@****`** K KKK KKKKK K @K@KKKKKTgclocalsc49d39106960493c841b264e39c17c57Tgclocals04c3bf52a3d329df4eaf07062af8d538TTTTTTTTTTTTTTgclocals8ce04e30378e5eaa4a32521cfe443db4"go.string.hdr."." go.string."."go.string.".".Tgclocalse8ce789e73a14a4093b46b22a54ca0ab88 Tgclocals955698bd324042ea7ef5f3187cab3cf5883(go.string.hdr.".gox" go.string.".gox" go.string.".gox" 2471 .gox&go.string.hdr."lib" go.string."lib"go.string."lib"lib&go.string.hdr.".so" go.string.".so"go.string.".so".so$go.string.hdr.".a" go.string.".a"go.string.".a".a$go.string.hdr.".o" go.string.".o"go.string.".o".o"go.string.hdr.":" go.string.":"go.string.":":rgo.string.hdr."%s: could not find export data (tried %s)" )jgo.string."%s: could not find export data (tried %s)"jgo.string."%s: could not find export data (tried %s)"`T%s: could not find export data (tried %s)Tgclocals8e4885fc950870687094704fed36f2c85 R 2472 2473 2474 2475 2476 2477 @PSPPTgclocalsfb76f5bb65c58f42234397facc018564 04go.itab.*os.File.io.Closer0<go.itab.*os.File.io.ReadSeeker0Bgo.itab.*bytes.Reader.io.ReaderAt08go.itab.*os.File.io.ReaderAt0Jgo.itab.*io.SectionReader.io.ReaderAt0Ngo.itab.*io.SectionReader.io.ReadSeeker*go.string.hdr."\n$$ " "go.string."\n$$ ""go.string."\n$$ " 2478 2479 $$ (go.string.hdr."!<ar" go.string."!<ar" go.string."!<ar" 2480 !<ar*go.string.hdr."v1;\n" "go.string."v1;\n""go.string."v1;\n" 2481 v1; 2482 "go.string.hdr."p" go.string."p"go.string."p"p$go.string.hdr."ar" go.string."ar"go.string."ar"ar4go.string.hdr.".go_export" 2483 ,go.string.".go_export",go.string.".go_export" .go_export`go.string.hdr."%s: .go_export section not found" Xgo.string."%s: .go_export section not found"Xgo.string."%s: .go_export section not found"PB%s: .go_export section not foundTgclocals244ee6ede45f3dfb309e497d938d0f92,B @@!Tgclocals829bdeb5441c0e60bfce334fc0a85d80Tgclocalsf891aedf0f80c97cb1c7cc75a7fd6349((Tgclocalsd9bbe9d2ae0ab04c55c20dfbf0dc6b0b(( Tgclocalse48b749e068cae7c3a399141c10fe5f0((Tgclocals8cb352a4973df9d733e5d9444feceaf4((;;;lgo.string.hdr."import error %s (byte offset = %d): %s" &dgo.string."import error %s (byte offset = %d): %s"dgo.string."import error %s (byte offset = %d): %s"PNimport error %s (byte offset = %d): %sTgclocalse61d629885b848af9a4bcb60cdd07fc088 Tgclocalse190ca397b654b9c495cf95097b6600888 aaaa0Bgo.itab.*errors.errorString.errorTgclocals6b59c5fad2d8c527de7fb662768ce12cHH &Tgclocalsa1bbdca80261f4bde6921b9a8af618a6HHTgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocalsc6134a2ac139b68c0737f8b03170e2acPgo.string.hdr."expected %s, got %s (%s)" Hgo.string."expected %s, got %s (%s)"Hgo.string."expected %s, got %s (%s)"@2expected %s, got %s (%s)Tgclocalse83d5edbb9e7f9a499097d2486040576PPQ]QTgclocals98525cd17e1782872f945688cda92b40PPVgo.string.hdr."expected keyword %s, got %q" Ngo.string."expected keyword %s, got %q"Ngo.string."expected keyword %s, got %q"@8expected keyword %s, got %qTgclocals661ce063a5f54b47f94d8c3b5780f4f6@@xxPy\yPxTgclocalsbbe2f308595eed0631fb6c42f0ddbda2@@Tgclocals8eb69aa543d72814242b6afe7a90aa0f((Tgclocals4a6f49bfbb5d0042a5f508261526f69f((<go.string.hdr."unexpected EOF" 4go.string."unexpected EOF"4go.string."unexpected EOF" unexpected EOF*go.string.hdr."<nil>" "go.string."<nil>""go.string."<nil>"<nil>Tgclocals49a8c0d01e44dd2fbd1f7ca69e0715af88@Tgclocals7efdfbf4c229aee81ff096a89166ec6388Tgclocalsd8fdd2a55187867c76648dc792366181 Tgclocals51fa0e13d53d6bad7f86670d3edaeac6 Tgclocalsae0a20890c9ac6bfbea3383f34532bab Tgclocals485b2422545d76f04faa9788b64ad96e Tgclocalsae0a20890c9ac6bfbea3383f34532bab Tgclocals485b2422545d76f04faa9788b64ad96e Xgo.string.hdr."malformed qualified name: %q" Pgo.string."malformed qualified name: %q"Pgo.string."malformed qualified name: %q"@:malformed qualified name: %qTgclocals4748becf9642cbd5525e77550e4feba8XX LLLTgclocals1841e5341a2da5a6343db2273880b432XX +++++,go.string.hdr."unsafe" $go.string."unsafe"$go.string."unsafe"unsafeTgclocals4a563a393f1bc1134c06e1379a665c4f88 Tgclocalsb8f3ba53c017a51715672a7729d8a43a88+`go.string.hdr."package %s (path = %q) not found" Xgo.string."package %s (path = %q) not found"Xgo.string."package %s (path = %q) not found"PBpackage %s (path = %q) not foundTgclocalsb5b80b171132ac4e0ae4399e1cf20dbfPP@p@Tgclocals9eeceebe6eaf42c844e20cea44a48984PPTgclocalsc55cf99de9cdd8c8202a466952fa1a45 Tgclocals69076ee43f1cead0792b9f36906b1b56 Tgclocalsc301552ca8937361fc2b11074d410d4300Tgclocalse2c4017e93a1e8c44f882a0388d816a300Pgo.string.hdr."anonymous field expected" Hgo.string."anonymous field expected"Hgo.string."anonymous field expected"@2anonymous field expectedTgclocalsfc3a02d15533f9309f7442eb971b2c35! ``F``&``(Tgclocals6423ef8aedcf16c4cf4d609b3fdf97db0Jgo.itab.*go/types.Slice.go/types.TypeTgclocals0d22b65a9c3754be0df90c221115dc43hh Tgclocalsd521bd6fa535f4936d68cb8e04893d7ahhTgclocals99a4d19709192be7927a43d65b7ab259PP@Tgclocals374f7530c7c9139b03e4cc6a4d3abb0cPP0^go.itab.go/constant.stringVal.go/constant.Value0Jgo.itab.*go/types.Basic.go/types.Type0Zgo.itab.go/constant.boolVal.go/constant.Value(go.string.hdr."true" go.string."true" go.string."true" 2515 true*go.string.hdr."false" "go.string."false""go.string."false"falsebgo.string.hdr."expected const value, got %s (%q)" !Zgo.string."expected const value, got %s (%q)"Zgo.string."expected const value, got %s (%q)"PDexpected const value, got %s (%q)^go.string.hdr."could not parse integer literal" Vgo.string."could not parse integer literal"Vgo.string."could not parse integer literal"@@could not parse integer literal"go.string.hdr."0" go.string."0"go.string."0"0Zgo.string.hdr."could not parse float literal" Rgo.string."could not parse float literal"Rgo.string."could not parse float literal"@<could not parse float literal"go.string.hdr."i" go.string."i"go.string."i"igo.string.hdr."could not parse real component of complex literal" 1zgo.string."could not parse real component of complex literal"zgo.string."could not parse real component of complex literal"pdcould not parse real component of complex literalgo.string.hdr."could not parse imag component of complex literal" 1zgo.string."could not parse imag component of complex literal"zgo.string."could not parse imag component of complex literal"pdcould not parse imag component of complex literalTgclocalsb56bf02f0bf828f2c616bd3e71b576ab$ Tgclocals9eff3e56d03c644033ba7d467f341c80Tgclocals569d5e0a74d8b7e783e11060f21352c8`` 2517 L@13222Tgclocals79c1ebe5f3f40c99c6c732993d913673`` 2518 0Tgo.itab.*go/types.TypeName.go/types.ObjectTgclocals6852d50ebec2390435a6c623eb3dfcccR" Tgclocals55a75ec4a0b9044606d3f51502fc0dec0Rgo.itab.*go/types.Signature.go/types.Type0Jgo.itab.*go/types.Named.go/types.Typego.string.hdr."unexpected underlying type for non-named TypeName" 1zgo.string."unexpected underlying type for non-named TypeName"zgo.string."unexpected underlying type for non-named TypeName"pdunexpected underlying type for non-named TypeName(go.string.hdr."func" go.string."func" go.string."func" 2519 funcTgclocals5622a59f60b152ddae7094168e0ea9af$P @460000Tgclocals2334522dac775ffd58ea0d8c96ff2b3b Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3f5c1f818fa7055d0400cecd340571620Jgo.itab.*go/types.Array.go/types.TypeTgclocals1acb5ac28c1a461f20c000e7e70f5734PP01Tgclocals46d072792cc658e36b392236dedf1c27PP0Fgo.itab.*go/types.Map.go/types.Type&go.string.hdr."map" go.string."map"go.string."map"mapTgclocalsf72e7ab03eb9dd40ba47dc3dd92b6217HH fgaTgclocals7b33c675bd161849da00059fbb5ff28fHH0Hgo.itab.*go/types.Chan.go/types.Type(go.string.hdr."chan" go.string."chan" go.string."chan" 2524 chanTgclocals1aae5fa8418752c61d2745ed2243938a88Tgclocalsae12acc87c8eb2a408f9cede63090025880Lgo.itab.*go/types.Struct.go/types.Type,go.string.hdr."struct" $go.string."struct"$go.string."struct"structTgclocalsd6759798bdae1b4613cf809592c169cfhh Tgclocals6a21871e120851567343ed0a9b739365hhRgo.string.hdr."... not on final argument" Jgo.string."... not on final argument"Jgo.string."... not on final argument"@4... not on final argumentTgclocals8428384f64bba8d21f33e1a831f190acHH A@ 2527 Tgclocals353b01e6f36937fd0a6dade8ecdf5449HHTgclocals48d0c9f80ac819db8b28eb708de0a332`` 2528 2529 :><Tgclocals7e6f79033b193bda7725a0062337401a`` 2530 Tgclocalsf891aedf0f80c97cb1c7cc75a7fd6349((Tgclocalsfb59fd9ce9376dfcd2105aa0993acf24((Tgclocalse37f475e133bfad4d4a275e84aabd473XX %9;:Tgclocals804f7e9f477b87480073774f3592f0d1XX 0Rgo.itab.*go/types.Interface.go/types.Type2go.string.hdr."interface" *go.string."interface"*go.string."interface" interfaceTgclocals6b9f28ba136561cc6397f94d3cda3633hh $A!! Tgclocals6a21871e120851567343ed0a9b739365hh0Ngo.itab.*go/types.Pointer.go/types.Type&go.string.hdr."any" go.string."any"go.string."any"anyTgclocalsc1c396e1cd8c345ba7c1394265ad5865@@ Tgclocalsce79410ddd82a8e840adec097d2280db@@Tgclocals039aa0da5fd65b566d403701256f9f1b@@fTgclocalse46369c5e61b4f5f8e69405daa0d12fe@@*go.string.hdr."error" "go.string."error""go.string."error"error(go.string.hdr."byte" go.string."byte" go.string."byte" 2536 byte(go.string.hdr."rune" go.string."rune" go.string."rune" 2537 runeTgclocals3c1d71c9b8b1fda6fd1594c7080e95daI Tgclocals8b4bc85c177411798c891755f578596dpp(go.string.hdr."type" go.string."type" go.string."type" 2540 typebgo.string.hdr."expected type number, got %s (%q)" !Zgo.string."expected type number, got %s (%q)"Zgo.string."expected type number, got %s (%q)"PDexpected type number, got %s (%q)Tgclocalscc18720c8d6a38f6fea09efc5abd1e25HH(.Tgclocals801eecd0dc58c56c09bf5a8dfdf0b75bHHTgclocalsad6ed1e9f8711f94aa5cab52b520a4e600 Tgclocals3802b6b429caaddb302f7b6d79344f2d00Tgclocalsd8fdd2a55187867c76648dc792366181 Tgclocals2f2d69f12d345ece4be5273d9b84f0bb Tgclocals0c8aa8e80191a30eac23f1a218103f16 Tgclocals51fa0e13d53d6bad7f86670d3edaeac6 (go.string.hdr."init" go.string."init" go.string."init" 2543 init$go.string.hdr."v1" go.string."v1"go.string."v1"v10go.string.hdr."checksum" (go.string."checksum"(go.string."checksum" checksum0go.string.hdr."priority" (go.string."priority"(go.string."priority" priorityRgo.string.hdr."unexpected identifier: %q" Jgo.string."unexpected identifier: %q"Jgo.string."unexpected identifier: %q"@4unexpected identifier: %qTgclocalsae58f15387874d2143b3b9adf524acb5PPPRLOTgclocalsa9ea41aae9e32efcc8711d8fabe405fbPP0Lgo.itab.*go/types.Func.go/types.Object0Jgo.itab.*go/types.Var.go/types.Object0Ngo.itab.*go/types.Const.go/types.Object&go.string.hdr."var" go.string."var"go.string."var"var.go.string.hdr."package" &go.string."package"&go.string."package"package*go.string.hdr."const" "go.string."const""go.string."const"const,go.string.hdr."import" $go.string."import"$go.string."import"import.go.string.hdr."pkgpath" &go.string."pkgpath"&go.string."pkgpath"pkgpathTgclocalsfd7f0414517c0fdc00df7e179b54a11a0p0@00@00000(000<Tgclocalsd1916e4028d8fe6862968fb5ebb93c74Tgclocals78142289d24ef9194e0d74fb04aedf39@@???Tgclocalsf69a263cb7d5b062b5c0d50b000f6ecf@@Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals87d20ce1b58390b294df80b886db78bfTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals5c5a9f3dff47a8940bdc317b9324ac2aZgo.string.hdr."unrecognized magic string: %q" Rgo.string."unrecognized magic string: %q"Rgo.string."unrecognized magic string: %q"@<unrecognized magic string: %qTgclocals613da77b17d11e981a4c60fe3b25d589```````````` ```Tgclocals2bca8b28ac47dd943c92b026c07bde28;;;3333;Tgclocalsb4fa98b795b1b54ff7448fc4dc1a3c7f((Tgclocals9c91d8a91ac42440a3d1507bc8d2e808((Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals3f5c1f818fa7055d0400cecd34057162Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals33cdeccccebe80329f1fdbee7f5874cb""".statictmp_0027type.[5]string 2558 go.string."-###" go.string."-S"@go.string."-x"`go.string."go"go.string."-"""".statictmp_0044 type.[1]string 0go.string."-dumpversion"""".statictmp_0061`type.[3]string@ go.string."go"""".statictmp_0102type.[5]string""".statictmp_0137@type.[2]string go.string."p"""".statictmp_0479,type.[22]go/types.Type0"".initdonetype.uint8R"".(*GccgoInstallation).InitFromDriverfL"".(*GccgoInstallation).InitFromDriverL"".(*GccgoInstallation).SearchPathsfF"".(*GccgoInstallation).SearchPathsL"".(*GccgoInstallation).GetImporterfF"".(*GccgoInstallation).GetImporter("".findExportFilef""".findExportFile("".openExportFilef""".openExportFile""".GetImporterf"".GetImporter("".(*parser).initf""".(*parser).init."".importError.Errorf("".importError.Error*"".(*parser).errorf$"".(*parser).error,"".(*parser).errorff&"".(*parser).errorf,"".(*parser).expectf&"".(*parser).expect:"".(*parser).expectKeywordf4"".(*parser).expectKeyword6"".(*parser).parseStringf0"".(*parser).parseStringF"".(*parser).parseUnquotedStringf@"".(*parser).parseUnquotedString("".(*parser).nextf""".(*parser).nextD"".(*parser).parseQualifiedNamef>"".(*parser).parseQualifiedNameT"".(*parser).parseUnquotedQualifiedNamefN"".(*parser).parseUnquotedQualifiedNameJ"".(*parser).parseQualifiedNameStrfD"".(*parser).parseQualifiedNameStr,"".(*parser).getPkgf&"".(*parser).getPkgB"".(*parser).parseExportedNamef<"".(*parser).parseExportedName2"".(*parser).parseNamef,"".(*parser).parseName"".dereff"".deref4"".(*parser).parseFieldf."".(*parser).parseField4"".(*parser).parseParamf."".(*parser).parseParam0"".(*parser).parseVarf*"".(*parser).parseVar>"".(*parser).parseConstValuef8"".(*parser).parseConstValue4"".(*parser).parseConstf."".(*parser).parseConst:"".(*parser).parseTypeNamef4"".(*parser).parseTypeName<"".(*parser).parseNamedTypef6"".(*parser).parseNamedType0"".(*parser).parseIntf*"".(*parser).parseIntJ"".(*parser).parseArrayOrSliceTypefD"".(*parser).parseArrayOrSliceType8"".(*parser).parseMapTypef2"".(*parser).parseMapType:"".(*parser).parseChanTypef4"".(*parser).parseChanType>"".(*parser).parseStructTypef8"".(*parser).parseStructType<"".(*parser).parseParamListf6"".(*parser).parseParamList>"".(*parser).parseResultListf8"".(*parser).parseResultListB"".(*parser).parseFunctionTypef<"".(*parser).parseFunctionType2"".(*parser).parseFuncf,"".(*parser).parseFuncD"".(*parser).parseInterfaceTypef>"".(*parser).parseInterfaceType@"".(*parser).parsePointerTypef:"".(*parser).parsePointerTypeF"".(*parser).parseTypeDefinitionf@"".(*parser).parseTypeDefinition."".lookupBuiltinTypef("".lookupBuiltinType2"".(*parser).parseTypef,"".(*parser).parseType@"".(*parser).parsePackageInitf:"".(*parser).parsePackageInitb"".(*parser).discardDirectiveWhileParsingTypesf\"".(*parser).discardDirectiveWhileParsingTypesD"".(*parser).maybeCreatePackagef>"".(*parser).maybeCreatePackageL"".(*parser).parseInitDataDirectivefF"".(*parser).parseInitDataDirective<"".(*parser).parseDirectivef6"".(*parser).parseDirective8"".(*parser).parsePackagef2"".(*parser).parsePackage:"".(*parser).parseInitDataf4"".(*parser).parseInitData4"".openExportFile.func1f."".openExportFile.func1."".GetImporter.func1f("".GetImporter.func14"".(*parser).init.func1f."".(*parser).init.func1X"".(*parser).parseInitDataDirective.func1fR"".(*parser).parseInitDataDirective.func1"".initf"".init"runtime.gcbits.01.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.[]uint80go.string.hdr."[]string" (go.string."[]string"(go.string."[]string" []stringtype.[]string 2561 0 runtime.algarray@"runtime.gcbits.01P0go.string.hdr."[]string"p,go.weak.type.*[]string"runtime.zerovaluetype.string:go.typelink.[]string []stringtype.[]string"runtime.gcbits.15^go.string.hdr."gccgoimporter.GccgoInstallation" Vgo.string."gccgoimporter.GccgoInstallation"Vgo.string."gccgoimporter.GccgoInstallation"@@gccgoimporter.GccgoInstallation4go.string.hdr."GccVersion" 2563 ,go.string."GccVersion",go.string."GccVersion" GccVersion8go.string.hdr."TargetTriple" 0go.string."TargetTriple"0go.string."TargetTriple" TargetTriple0go.string.hdr."LibPaths" (go.string."LibPaths"(go.string."LibPaths" LibPathsBgo.string.hdr."GccgoInstallation" :go.string."GccgoInstallation":go.string."GccgoInstallation"0$GccgoInstallationRgo.string.hdr."go/internal/gccgoimporter" Jgo.string."go/internal/gccgoimporter"Jgo.string."go/internal/gccgoimporter"@4go/internal/gccgoimporter"go.importpath."". Jgo.string."go/internal/gccgoimporter"2type."".GccgoInstallation8(% 0 runtime.algarray@"runtime.gcbits.15P^go.string.hdr."gccgoimporter.GccgoInstallation"p4type.*"".GccgoInstallation"runtime.zerovalue2type."".GccgoInstallation4go.string.hdr."GccVersion"type.string8go.string.hdr."TargetTriple"type.string0go.string.hdr."LibPaths"type.[]string`2type."".GccgoInstallationBgo.string.hdr."GccgoInstallation""go.importpath."".2type."".GccgoInstallation`go.string.hdr."*gccgoimporter.GccgoInstallation" Xgo.string."*gccgoimporter.GccgoInstallation"Xgo.string."*gccgoimporter.GccgoInstallation"PB*gccgoimporter.GccgoInstallationTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals020fbb1d4892839a04e70deae280e24b((Tgclocals9c91d8a91ac42440a3d1507bc8d2e808((:type..hashfunc."".PackageInit2type..hash."".PackageInit6type..eqfunc."".PackageInit.type..eq."".PackageInit0type..alg."".PackageInit :type..hashfunc."".PackageInit6type..eqfunc."".PackageInitTgo.string.hdr."*gccgoimporter.PackageInit" Lgo.string."*gccgoimporter.PackageInit"Lgo.string."*gccgoimporter.PackageInit"@6*gccgoimporter.PackageInit(type.*"".PackageInitz(Z60 runtime.algarray@"runtime.gcbits.01PTgo.string.hdr."*gccgoimporter.PackageInit"p:go.weak.type.**"".PackageInit"runtime.zerovalue&type."".PackageInit"runtime.gcbits.05Rgo.string.hdr."gccgoimporter.PackageInit" Jgo.string."gccgoimporter.PackageInit"Jgo.string."gccgoimporter.PackageInit"@4gccgoimporter.PackageInit(go.string.hdr."Name" go.string."Name" go.string."Name" 2566 Name0go.string.hdr."InitFunc" (go.string."InitFunc"(go.string."InitFunc" InitFunc0go.string.hdr."Priority" (go.string."Priority"(go.string."Priority" Priority6go.string.hdr."PackageInit" .go.string."PackageInit".go.string."PackageInit" PackageInit&type."".PackageInit( 00type..alg."".PackageInit@"runtime.gcbits.05PRgo.string.hdr."gccgoimporter.PackageInit"p(type.*"".PackageInit"runtime.zerovalue&type."".PackageInit(go.string.hdr."Name"type.string0go.string.hdr."InitFunc"type.string0go.string.hdr."Priority"type.int`&type."".PackageInit6go.string.hdr."PackageInit""go.importpath."".&type."".PackageInitVgo.string.hdr."[]gccgoimporter.PackageInit" Ngo.string."[]gccgoimporter.PackageInit"Ngo.string."[]gccgoimporter.PackageInit"@8[]gccgoimporter.PackageInit*type.[]"".PackageInit 2568 )0 runtime.algarray@"runtime.gcbits.01PVgo.string.hdr."[]gccgoimporter.PackageInit"p<go.weak.type.*[]"".PackageInit"runtime.zerovalue&type."".PackageInitpgo.typelink.[]gccgoimporter.PackageInit []"".PackageInit*type.[]"".PackageInitNgo.string.hdr."*gccgoimporter.InitData" Fgo.string."*gccgoimporter.InitData"Fgo.string."*gccgoimporter.InitData"00*gccgoimporter.InitData"type.*"".InitDatac60 runtime.algarray@"runtime.gcbits.01PNgo.string.hdr."*gccgoimporter.InitData"p4go.weak.type.**"".InitData"runtime.zerovalue type."".InitData"runtime.gcbits.02Lgo.string.hdr."gccgoimporter.InitData" Dgo.string."gccgoimporter.InitData"Dgo.string."gccgoimporter.InitData"0.gccgoimporter.InitData*go.string.hdr."Inits" "go.string."Inits""go.string."Inits"Inits0go.string.hdr."InitData" (go.string."InitData"(go.string."InitData" InitData type."".InitData 2572 0 runtime.algarray@"runtime.gcbits.02PLgo.string.hdr."gccgoimporter.InitData"p"type.*"".InitData"runtime.zerovalue type."".InitData0go.string.hdr."Priority"type.int*go.string.hdr."Inits"*type.[]"".PackageInit` type."".InitData0go.string.hdr."InitData""go.importpath."". type."".InitDataruntime.gcbits.0go.string.hdr."[8]uint8" (go.string."[8]uint8"(go.string."[8]uint8" [8]uint8type.[8]uint8>00 runtime.algarray@runtime.gcbits.P0go.string.hdr."[8]uint8"p,go.weak.type.*[8]uint8"runtime.zerovaluetype.uint8type.[]uint8:go.typelink.[8]uint8 [8]uint8type.[8]uint8@go.string.hdr."[]*types.Package" 8go.string."[]*types.Package"8go.string."[]*types.Package"0"[]*types.Package0type.[]*go/types.PackageS`=0 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."[]*types.Package"pBgo.weak.type.*[]*go/types.Package"runtime.zerovalue,type.*go/types.Package`go.typelink.[]*types.Package []*go/types.Package0type.[]*go/types.Package type..hashfunc64 @,runtime.memhash_varlentype..eqfunc64 @.runtime.memequal_varlentype..alg64 type..hashfunc64type..eqfunc64"runtime.gcbits.ffBgo.string.hdr."[8]*types.Package" :go.string."[8]*types.Package":go.string."[8]*types.Package"0$[8]*types.Package2type.[8]*go/types.Package@@F0type..alg64@"runtime.gcbits.ffPBgo.string.hdr."[8]*types.Package"pDgo.weak.type.*[8]*go/types.Package"runtime.zerovalue,type.*go/types.Package0type.[]*go/types.Packagedgo.typelink.[8]*types.Package [8]*go/types.Package2type.[8]*go/types.PackagePgo.string.hdr."[]gccgoimporter.InitData" Hgo.string."[]gccgoimporter.InitData"Hgo.string."[]gccgoimporter.InitData"@2[]gccgoimporter.InitData$type.[]"".InitDataD:0 runtime.algarray@"runtime.gcbits.01PPgo.string.hdr."[]gccgoimporter.InitData"p6go.weak.type.*[]"".InitData"runtime.zerovalue type."".InitDatadgo.typelink.[]gccgoimporter.InitData []"".InitData$type.[]"".InitData.runtime.gcbits.22222222""""Rgo.string.hdr."[8]gccgoimporter.InitData" Jgo.string."[8]gccgoimporter.InitData"Jgo.string."[8]gccgoimporter.InitData"@4[8]gccgoimporter.InitData&type.[8]"".InitData'0 runtime.algarray@.runtime.gcbits.22222222PRgo.string.hdr."[8]gccgoimporter.InitData"p8go.weak.type.*[8]"".InitData"runtime.zerovalue type."".InitData$type.[]"".InitDatahgo.typelink.[8]gccgoimporter.InitData [8]"".InitData&type.[8]"".InitDatago.string.hdr."*map.bucket[*types.Package]gccgoimporter.InitData" 1zgo.string."*map.bucket[*types.Package]gccgoimporter.InitData"zgo.string."*map.bucket[*types.Package]gccgoimporter.InitData"pd*map.bucket[*types.Package]gccgoimporter.InitData\type.*map.bucket[*go/types.Package]"".InitDatak460 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."*map.bucket[*types.Package]gccgoimporter.InitData"pngo.weak.type.**map.bucket[*go/types.Package]"".InitData"runtime.zerovalueZtype.map.bucket[*go/types.Package]"".InitData6runtime.gcbits.fe4544444402EDDDgo.string.hdr."map.bucket[*types.Package]gccgoimporter.InitData" 0xgo.string."map.bucket[*types.Package]gccgoimporter.InitData"xgo.string."map.bucket[*types.Package]gccgoimporter.InitData"pbmap.bucket[*types.Package]gccgoimporter.InitData.go.string.hdr."topbits" &go.string."topbits"&go.string."topbits"topbits(go.string.hdr."keys" go.string."keys" go.string."keys" 2578 keys,go.string.hdr."values" $go.string."values"$go.string."values"values0go.string.hdr."overflow" (go.string."overflow"(go.string."overflow" overflowZtype.map.bucket[*go/types.Package]"".InitDataPP"*cHH0 runtime.algarray@6runtime.gcbits.fe4544444402Pgo.string.hdr."map.bucket[*types.Package]gccgoimporter.InitData"plgo.weak.type.*map.bucket[*go/types.Package]"".InitData"runtime.zerovalueZtype.map.bucket[*go/types.Package]"".InitData.go.string.hdr."topbits"type.[8]uint8(go.string.hdr."keys"2type.[8]*go/types.Package,go.string.hdr."values"&type.[8]"".InitData0go.string.hdr."overflow"\type.*map.bucket[*go/types.Package]"".InitData"runtime.gcbits.2c,zgo.string.hdr."map.hdr[*types.Package]gccgoimporter.InitData" -rgo.string."map.hdr[*types.Package]gccgoimporter.InitData"rgo.string."map.hdr[*types.Package]gccgoimporter.InitData"`\map.hdr[*types.Package]gccgoimporter.InitData*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" 2582 ,go.string."oldbuckets",go.string."oldbuckets" oldbuckets2go.string.hdr."nevacuate" *go.string."nevacuate"*go.string."nevacuate" nevacuateTtype.map.hdr[*go/types.Package]"".InitData00mBV (,0 runtime.algarray@"runtime.gcbits.2cPzgo.string.hdr."map.hdr[*types.Package]gccgoimporter.InitData"pfgo.weak.type.*map.hdr[*go/types.Package]"".InitData"runtime.zerovalueTtype.map.hdr[*go/types.Package]"".InitData*go.string.hdr."count"type.int*go.string.hdr."flags"type.uint8"go.string.hdr."B"type.uint8*go.string.hdr."hash0"type.uint32.go.string.hdr."buckets"\type.*map.bucket[*go/types.Package]"".InitData4go.string.hdr."oldbuckets"\type.*map.bucket[*go/types.Package]"".InitData2go.string.hdr."nevacuate"type.uintptr0go.string.hdr."overflow"&type.unsafe.Pointerrgo.string.hdr."map[*types.Package]gccgoimporter.InitData" )jgo.string."map[*types.Package]gccgoimporter.InitData"jgo.string."map[*types.Package]gccgoimporter.InitData"`Tmap[*types.Package]gccgoimporter.InitDataLtype.map[*go/types.Package]"".InitData9r|5 P0 runtime.algarray@"runtime.gcbits.01Prgo.string.hdr."map[*types.Package]gccgoimporter.InitData"p^go.weak.type.*map[*go/types.Package]"".InitData"runtime.zerovalue,type.*go/types.Package type."".InitDataZtype.map.bucket[*go/types.Package]"".InitDataTtype.map.hdr[*go/types.Package]"".InitDatago.typelink.map[*types.Package]gccgoimporter.InitData map[*go/types.Package]"".InitDataLtype.map[*go/types.Package]"".InitDataTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals44750c784da4dd430afdd97fea5c405a Tgclocals51af24152615272c3d9efc8538f95767 0type..hashfunc.[8]string(type..hash.[8]string,type..eqfunc.[8]string$type..eq.[8]string&type..alg.[8]string 0type..hashfunc.[8]string,type..eqfunc.[8]string&runtime.gcbits.5555UU2go.string.hdr."[8]string" *go.string."[8]string"*go.string."[8]string" [8]stringtype.[8]stringxUS>0&type..alg.[8]string@&runtime.gcbits.5555P2go.string.hdr."[8]string"p.go.weak.type.*[8]string"runtime.zerovaluetype.stringtype.[]string>go.typelink.[8]string [8]stringtype.[8]stringbgo.string.hdr."*map.bucket[string]*types.Package" !Zgo.string."*map.bucket[string]*types.Package"Zgo.string."*map.bucket[string]*types.Package"PD*map.bucket[string]*types.PackageRtype.*map.bucket[string]*go/types.Package^60 runtime.algarray@"runtime.gcbits.01Pbgo.string.hdr."*map.bucket[string]*types.Package"pdgo.weak.type.**map.bucket[string]*go/types.Package"runtime.zerovaluePtype.map.bucket[string]*go/types.Package.runtime.gcbits.aaaafe03`go.string.hdr."map.bucket[string]*types.Package" Xgo.string."map.bucket[string]*types.Package"Xgo.string."map.bucket[string]*types.Package"PBmap.bucket[string]*types.PackagePtype.map.bucket[string]*go/types.PackageA0 runtime.algarray@.runtime.gcbits.aaaafe03P`go.string.hdr."map.bucket[string]*types.Package"pbgo.weak.type.*map.bucket[string]*go/types.Package"runtime.zerovaluePtype.map.bucket[string]*go/types.Package.go.string.hdr."topbits"type.[8]uint8(go.string.hdr."keys"type.[8]string,go.string.hdr."values"2type.[8]*go/types.Package0go.string.hdr."overflow"Rtype.*map.bucket[string]*go/types.PackageZgo.string.hdr."map.hdr[string]*types.Package" Rgo.string."map.hdr[string]*types.Package"Rgo.string."map.hdr[string]*types.Package"@<map.hdr[string]*types.PackageJtype.map.hdr[string]*go/types.Package00Dj (,0 runtime.algarray@"runtime.gcbits.2cPZgo.string.hdr."map.hdr[string]*types.Package"p\go.weak.type.*map.hdr[string]*go/types.Package"runtime.zerovalueJtype.map.hdr[string]*go/types.Package*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"Rtype.*map.bucket[string]*go/types.Package4go.string.hdr."oldbuckets"Rtype.*map.bucket[string]*go/types.Package2go.string.hdr."nevacuate"type.uintptr0go.string.hdr."overflow"&type.unsafe.PointerRgo.string.hdr."map[string]*types.Package" Jgo.string."map[string]*types.Package"Jgo.string."map[string]*types.Package"@4map[string]*types.PackageBtype.map[string]*go/types.Package$650 runtime.algarray@"runtime.gcbits.01PRgo.string.hdr."map[string]*types.Package"pTgo.weak.type.*map[string]*go/types.Package"runtime.zerovaluetype.string,type.*go/types.PackagePtype.map.bucket[string]*go/types.PackageJtype.map.hdr[string]*go/types.Packagego.typelink.map[string]*types.Package map[string]*go/types.PackageBtype.map[string]*go/types.PackageNgo.string.hdr."*gccgoimporter.Importer" Fgo.string."*gccgoimporter.Importer"Fgo.string."*gccgoimporter.Importer"00*gccgoimporter.Importer"type.*"".ImporterkJ!60 runtime.algarray@"runtime.gcbits.01PNgo.string.hdr."*gccgoimporter.Importer"p4go.weak.type.**"".Importer"runtime.zerovalue type."".ImporterLgo.string.hdr."gccgoimporter.Importer" Dgo.string."gccgoimporter.Importer"Dgo.string."gccgoimporter.Importer"0.gccgoimporter.Importer0go.string.hdr."Importer" (go.string."Importer"(go.string."Importer" Importer type."".Importer9Y30 runtime.algarray@"runtime.gcbits.01PLgo.string.hdr."gccgoimporter.Importer"p"type.*"".Importer"runtime.zerovalue type."".Importer type."".ImporterBtype.map[string]*go/types.Packagetype.string,type.*go/types.Packagetype.error` type."".Importer0go.string.hdr."Importer""go.importpath."". type."".Importer$"".hdr..gostring.1 r""..gostring.1""..gostring.1func(*gccgoimporter.GccgoInstallation, []string, map[*types.Package]gccgoimporter.InitData) gccgoimporter.Importertype.func(*"".GccgoInstallation, []string, map[*go/types.Package]"".InitData) "".ImporterJ|30 runtime.algarray@"runtime.gcbits.01P$"".hdr..gostring.1pgo.weak.type.*func(*"".GccgoInstallation, []string, map[*go/types.Package]"".InitData) "".Importer"runtime.zerovaluetype.func(*"".GccgoInstallation, []string, map[*go/types.Package]"".InitData) "".Importertype.func(*"".GccgoInstallation, []string, map[*go/types.Package]"".InitData) "".Importer4type.*"".GccgoInstallationtype.[]stringLtype.map[*go/types.Package]"".InitData type."".Importergo.typelink.func(*gccgoimporter.GccgoInstallation, []string, map[*types.Package]gccgoimporter.InitData) gccgoimporter.Importer func(*"".GccgoInstallation, []string, map[*go/types.Package]"".InitData) "".Importertype.func(*"".GccgoInstallation, []string, map[*go/types.Package]"".InitData) "".Importergo.string.hdr."func(*gccgoimporter.GccgoInstallation, string) error" 4go.string."func(*gccgoimporter.GccgoInstallation, string) error"go.string."func(*gccgoimporter.GccgoInstallation, string) error"pjfunc(*gccgoimporter.GccgoInstallation, string) error\type.func(*"".GccgoInstallation, string) errorS -30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*gccgoimporter.GccgoInstallation, string) error"pngo.weak.type.*func(*"".GccgoInstallation, string) error"runtime.zerovalue\type.func(*"".GccgoInstallation, string) error\type.func(*"".GccgoInstallation, string) error4type.*"".GccgoInstallationtype.stringtype.errorgo.typelink.func(*gccgoimporter.GccgoInstallation, string) error func(*"".GccgoInstallation, string) error\type.func(*"".GccgoInstallation, string) error~go.string.hdr."func(*gccgoimporter.GccgoInstallation) []string" /vgo.string."func(*gccgoimporter.GccgoInstallation) []string"vgo.string."func(*gccgoimporter.GccgoInstallation) []string"``func(*gccgoimporter.GccgoInstallation) []stringRtype.func(*"".GccgoInstallation) []string@30 runtime.algarray@"runtime.gcbits.01P~go.string.hdr."func(*gccgoimporter.GccgoInstallation) []string"pdgo.weak.type.*func(*"".GccgoInstallation) []string"runtime.zerovalueRtype.func(*"".GccgoInstallation) []stringRtype.func(*"".GccgoInstallation) []string4type.*"".GccgoInstallationtype.[]stringgo.typelink.func(*gccgoimporter.GccgoInstallation) []string func(*"".GccgoInstallation) []stringRtype.func(*"".GccgoInstallation) []string6go.string.hdr."GetImporter" .go.string."GetImporter".go.string."GetImporter" GetImportergo.string.hdr."func([]string, map[*types.Package]gccgoimporter.InitData) gccgoimporter.Importer" Pgo.string."func([]string, map[*types.Package]gccgoimporter.InitData) gccgoimporter.Importer"go.string."func([]string, map[*types.Package]gccgoimporter.InitData) gccgoimporter.Importer"func([]string, map[*types.Package]gccgoimporter.InitData) gccgoimporter.Importertype.func([]string, map[*go/types.Package]"".InitData) "".Importer30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func([]string, map[*types.Package]gccgoimporter.InitData) gccgoimporter.Importer"pgo.weak.type.*func([]string, map[*go/types.Package]"".InitData) "".Importer"runtime.zerovaluetype.func([]string, map[*go/types.Package]"".InitData) "".Importertype.func([]string, map[*go/types.Package]"".InitData) "".Importertype.[]stringLtype.map[*go/types.Package]"".InitData type."".Importergo.typelink.func([]string, map[*types.Package]gccgoimporter.InitData) gccgoimporter.Importer func([]string, map[*go/types.Package]"".InitData) "".Importertype.func([]string, map[*go/types.Package]"".InitData) "".Importer<go.string.hdr."InitFromDriver" 4go.string."InitFromDriver"4go.string."InitFromDriver" InitFromDriverDgo.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) error6go.string.hdr."SearchPaths" .go.string."SearchPaths".go.string."SearchPaths" SearchPaths>go.string.hdr."func() []string" 6go.string."func() []string"6go.string."func() []string" func() []string(type.func() []string30 runtime.algarray@"runtime.gcbits.01P>go.string.hdr."func() []string"p:go.weak.type.*func() []string"runtime.zerovalue(type.func() []string(type.func() []stringtype.[]stringVgo.typelink.func() []string func() []string(type.func() []string4type.*"".GccgoInstallationJC6.0 runtime.algarray@"runtime.gcbits.01P`go.string.hdr."*gccgoimporter.GccgoInstallation"pFgo.weak.type.**"".GccgoInstallation"runtime.zerovalue2type."".GccgoInstallation`4type.*"".GccgoInstallation4type.*"".GccgoInstallation6go.string.hdr."GetImporter"type.func([]string, map[*go/types.Package]"".InitData) "".Importertype.func(*"".GccgoInstallation, []string, map[*go/types.Package]"".InitData) "".ImporterF"".(*GccgoInstallation).GetImporterF"".(*GccgoInstallation).GetImporter<go.string.hdr."InitFromDriver".type.func(string) error\type.func(*"".GccgoInstallation, string) errorL"".(*GccgoInstallation).InitFromDriverL"".(*GccgoInstallation).InitFromDriver6go.string.hdr."SearchPaths"(type.func() []stringRtype.func(*"".GccgoInstallation) []stringF"".(*GccgoInstallation).SearchPathsF"".(*GccgoInstallation).SearchPathsTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals44750c784da4dd430afdd97fea5c405a Tgclocals51af24152615272c3d9efc8538f95767 0type..hashfunc.[5]string(type..hash.[5]string,type..eqfunc.[5]string$type..eq.[5]string&type..alg.[5]string 0type..hashfunc.[5]string,type..eqfunc.[5]string&runtime.gcbits.5501U2go.string.hdr."[5]string" *go.string."[5]string"*go.string."[5]string" [5]stringtype.[5]stringPHsz0&type..alg.[5]string@&runtime.gcbits.5501P2go.string.hdr."[5]string"p.go.weak.type.*[5]string"runtime.zerovaluetype.stringtype.[]string>go.typelink.[5]string [5]stringtype.[5]string4go.string.hdr."*[5]string" 2589 ,go.string."*[5]string",go.string."*[5]string" *[5]stringtype.*[5]stringu60 runtime.algarray@"runtime.gcbits.01P4go.string.hdr."*[5]string"p0go.weak.type.**[5]string"runtime.zerovaluetype.[5]stringTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals44750c784da4dd430afdd97fea5c405a Tgclocals51af24152615272c3d9efc8538f95767 0type..hashfunc.[1]string(type..hash.[1]string,type..eqfunc.[1]string$type..eq.[1]string&type..alg.[1]string 0type..hashfunc.[1]string,type..eqfunc.[1]string2go.string.hdr."[1]string" *go.string."[1]string"*go.string."[1]string" [1]stringtype.[1]stringb 0&type..alg.[1]string@"runtime.gcbits.01P2go.string.hdr."[1]string"p.go.weak.type.*[1]string"runtime.zerovaluetype.stringtype.[]string>go.typelink.[1]string [1]stringtype.[1]string4go.string.hdr."*[1]string" 2591 ,go.string."*[1]string",go.string."*[1]string" *[1]stringtype.*[1]stringl.!60 runtime.algarray@"runtime.gcbits.01P4go.string.hdr."*[1]string"p0go.weak.type.**[1]string"runtime.zerovaluetype.[1]stringTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals44750c784da4dd430afdd97fea5c405a Tgclocals51af24152615272c3d9efc8538f95767 0type..hashfunc.[3]string(type..hash.[3]string,type..eqfunc.[3]string$type..eq.[3]string&type..alg.[3]string 0type..hashfunc.[3]string,type..eqfunc.[3]string2go.string.hdr."[3]string" *go.string."[3]string"*go.string."[3]string" [3]stringtype.[3]string0(CiB0&type..alg.[3]string@"runtime.gcbits.15P2go.string.hdr."[3]string"p.go.weak.type.*[3]string"runtime.zerovaluetype.stringtype.[]string>go.typelink.[3]string [3]stringtype.[3]string4go.string.hdr."*[3]string" 2593 ,go.string."*[3]string",go.string."*[3]string" *[3]stringtype.*[3]string 2594 +60 runtime.algarray@"runtime.gcbits.01P4go.string.hdr."*[3]string"p0go.weak.type.**[3]string"runtime.zerovaluetype.[3]stringTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals44750c784da4dd430afdd97fea5c405a Tgclocals51af24152615272c3d9efc8538f95767 0type..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]string2go.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" 2597 ,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"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 {}<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 {}Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals2c78d3ad9d760b5f66e2e47be684c787 Tgclocals51af24152615272c3d9efc8538f95767 <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 {}0go.string.hdr."[4]uint8" (go.string."[4]uint8"(go.string."[4]uint8" [4]uint8type.[4]uint8B0 runtime.algarray@runtime.gcbits.P0go.string.hdr."[4]uint8"p,go.weak.type.*[4]uint8"runtime.zerovaluetype.uint8type.[]uint8:go.typelink.[4]uint8 [4]uint8type.[4]uint8 type..hashfunc32 ,runtime.memhash_varlentype..eqfunc32 .runtime.memequal_varlentype..alg32 type..hashfunc32type..eqfunc322go.string.hdr."[32]uint8" *go.string."[32]uint8"*go.string."[32]uint8" [32]uint8type.[32]uint8 Y 0type..alg32@runtime.gcbits.P2go.string.hdr."[32]uint8"p.go.weak.type.*[32]uint8"runtime.zerovaluetype.uint8type.[]uint8>go.typelink.[32]uint8 [32]uint8type.[32]uint8Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals2c78d3ad9d760b5f66e2e47be684c787 Tgclocals51af24152615272c3d9efc8538f95767 <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 {}"runtime.gcbits.12go.string.hdr."struct { F uintptr; searchpaths []string; initmap map[*types.Package]gccgoimporter.InitData }" ]go.string."struct { F uintptr; searchpaths []string; initmap map[*types.Package]gccgoimporter.InitData }"go.string."struct { F uintptr; searchpaths []string; initmap map[*types.Package]gccgoimporter.InitData }"struct { F uintptr; searchpaths []string; initmap map[*types.Package]gccgoimporter.InitData }$go.string.hdr.".F" go.string.".F"go.string.".F".F6go.string.hdr."searchpaths" .go.string."searchpaths".go.string."searchpaths" searchpaths.go.string.hdr."initmap" &go.string."initmap"&go.string."initmap"initmaptype.struct { F uintptr; searchpaths []string; initmap map[*go/types.Package]"".InitData }(( 0 runtime.algarray@"runtime.gcbits.12Pgo.string.hdr."struct { F uintptr; searchpaths []string; initmap map[*types.Package]gccgoimporter.InitData }"pgo.weak.type.*struct { F uintptr; searchpaths []string; initmap map[*go/types.Package]"".InitData }"runtime.zerovaluetype.struct { F uintptr; searchpaths []string; initmap map[*go/types.Package]"".InitData }$go.string.hdr.".F""go.importpath."".type.uintptr6go.string.hdr."searchpaths""go.importpath."".type.[]string.go.string.hdr."initmap""go.importpath."".Ltype.map[*go/types.Package]"".InitDatago.string.hdr."*struct { F uintptr; searchpaths []string; initmap map[*types.Package]gccgoimporter.InitData }" ^go.string."*struct { F uintptr; searchpaths []string; initmap map[*types.Package]gccgoimporter.InitData }"go.string."*struct { F uintptr; searchpaths []string; initmap map[*types.Package]gccgoimporter.InitData }"*struct { F uintptr; searchpaths []string; initmap map[*types.Package]gccgoimporter.InitData }type.*struct { F uintptr; searchpaths []string; initmap map[*go/types.Package]"".InitData }60 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."*struct { F uintptr; searchpaths []string; initmap map[*types.Package]gccgoimporter.InitData }"pgo.weak.type.**struct { F uintptr; searchpaths []string; initmap map[*go/types.Package]"".InitData }"runtime.zerovaluetype.struct { F uintptr; searchpaths []string; initmap map[*go/types.Package]"".InitData }*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,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]int8go.string.hdr."[]types.Type" 0go.string."[]types.Type"0go.string."[]types.Type" []types.Type(type.[]go/types.Typeoi0 runtime.algarray@"runtime.gcbits.01P8go.string.hdr."[]types.Type"p:go.weak.type.*[]go/types.Type"runtime.zerovalue$type.go/types.TypePgo.typelink.[]types.Type []go/types.Type(type.[]go/types.TypeTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals2c78d3ad9d760b5f66e2e47be684c787 Tgclocals51af24152615272c3d9efc8538f95767 >type..hashfunc.[8]go/types.Type6type..hash.[8]go/types.Type:type..eqfunc.[8]go/types.Type2type..eq.[8]go/types.Type4type..alg.[8]go/types.Type >type..hashfunc.[8]go/types.Type:type..eqfunc.[8]go/types.Type&runtime.gcbits.ffff:go.string.hdr."[8]types.Type" 2go.string."[8]types.Type"2go.string."[8]types.Type" [8]types.Type*type.[8]go/types.Type* 04type..alg.[8]go/types.Type@&runtime.gcbits.ffffP:go.string.hdr."[8]types.Type"p<go.weak.type.*[8]go/types.Type"runtime.zerovalue$type.go/types.Type(type.[]go/types.TypeTgo.typelink.[8]types.Type [8]go/types.Type*type.[8]go/types.TypeTgo.string.hdr."*map.bucket[int]types.Type" Lgo.string."*map.bucket[int]types.Type"Lgo.string."*map.bucket[int]types.Type"@6*map.bucket[int]types.TypeDtype.*map.bucket[int]go/types.Type60 runtime.algarray@"runtime.gcbits.01PTgo.string.hdr."*map.bucket[int]types.Type"pVgo.weak.type.**map.bucket[int]go/types.Type"runtime.zerovalueBtype.map.bucket[int]go/types.Type.runtime.gcbits.00feff03Rgo.string.hdr."map.bucket[int]types.Type" Jgo.string."map.bucket[int]types.Type"Jgo.string."map.bucket[int]types.Type"@4map.bucket[int]types.TypeBtype.map.bucket[int]go/types.Type#H0 runtime.algarray@.runtime.gcbits.00feff03PRgo.string.hdr."map.bucket[int]types.Type"pTgo.weak.type.*map.bucket[int]go/types.Type"runtime.zerovalueBtype.map.bucket[int]go/types.Type.go.string.hdr."topbits"type.[8]uint8(go.string.hdr."keys"type.[8]int,go.string.hdr."values"*type.[8]go/types.Type0go.string.hdr."overflow"Dtype.*map.bucket[int]go/types.TypeLgo.string.hdr."map.hdr[int]types.Type" Dgo.string."map.hdr[int]types.Type"Dgo.string."map.hdr[int]types.Type"0.map.hdr[int]types.Type<type.map.hdr[int]go/types.Type00 (,0 runtime.algarray@"runtime.gcbits.2cPLgo.string.hdr."map.hdr[int]types.Type"pNgo.weak.type.*map.hdr[int]go/types.Type"runtime.zerovalue<type.map.hdr[int]go/types.Type*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"Dtype.*map.bucket[int]go/types.Type4go.string.hdr."oldbuckets"Dtype.*map.bucket[int]go/types.Type2go.string.hdr."nevacuate"type.uintptr0go.string.hdr."overflow"&type.unsafe.PointerDgo.string.hdr."map[int]types.Type" <go.string."map[int]types.Type"<go.string."map[int]types.Type"0&map[int]types.Type4type.map[int]go/types.Typetu50 runtime.algarray@"runtime.gcbits.01PDgo.string.hdr."map[int]types.Type"pFgo.weak.type.*map[int]go/types.Type"runtime.zerovaluetype.int$type.go/types.TypeBtype.map.bucket[int]go/types.Type<type.map.hdr[int]go/types.Typehgo.typelink.map[int]types.Type map[int]go/types.Type4type.map[int]go/types.Typezruntime.gcbits.0300000000000000000000000000000000040088417501..AuHgo.string.hdr."gccgoimporter.parser" @go.string."gccgoimporter.parser"@go.string."gccgoimporter.parser"0*gccgoimporter.parser.go.string.hdr."scanner" &go.string."scanner"&go.string."scanner"scanner&go.string.hdr."tok" go.string."tok"go.string."tok"tok&go.string.hdr."lit" go.string."lit"go.string."lit"lit.go.string.hdr."pkgname" &go.string."pkgname"&go.string."pkgname"pkgname&go.string.hdr."pkg" go.string."pkg"go.string."pkg"pkg.go.string.hdr."imports" &go.string."imports"&go.string."imports"imports.go.string.hdr."typeMap" &go.string."typeMap"&go.string."typeMap"typeMap0go.string.hdr."initdata" (go.string."initdata"(go.string."initdata" initdata,go.string.hdr."parser" $go.string."parser"$go.string."parser"parsertype."".parserX (0@P`hpxJ0 runtime.algarray@zruntime.gcbits.0300000000000000000000000000000000040088417501PHgo.string.hdr."gccgoimporter.parser"ptype.*"".parser"runtime.zerovaluetype."".parser.go.string.hdr."scanner""go.importpath."".2type.text/scanner.Scanner&go.string.hdr."tok""go.importpath."".type.int32&go.string.hdr."lit""go.importpath."".type.string.go.string.hdr."pkgpath""go.importpath."".type.string.go.string.hdr."pkgname""go.importpath."".type.string&go.string.hdr."pkg""go.importpath."".,type.*go/types.Package.go.string.hdr."imports""go.importpath."".Btype.map[string]*go/types.Package.go.string.hdr."typeMap""go.importpath."".4type.map[int]go/types.Type0go.string.hdr."initdata""go.importpath."". type."".InitData`type."".parser,go.string.hdr."parser""go.importpath."".type."".parserJgo.string.hdr."*gccgoimporter.parser" Bgo.string."*gccgoimporter.parser"Bgo.string."*gccgoimporter.parser"0,*gccgoimporter.parservgo.string.hdr."func(*gccgoimporter.parser, *types.Package)" +ngo.string."func(*gccgoimporter.parser, *types.Package)"ngo.string."func(*gccgoimporter.parser, *types.Package)"`Xfunc(*gccgoimporter.parser, *types.Package)Ptype.func(*"".parser, *go/types.Package)G!30 runtime.algarray@"runtime.gcbits.01Pvgo.string.hdr."func(*gccgoimporter.parser, *types.Package)"pbgo.weak.type.*func(*"".parser, *go/types.Package)"runtime.zerovaluePtype.func(*"".parser, *go/types.Package)Ptype.func(*"".parser, *go/types.Package)type.*"".parser,type.*go/types.Packagego.typelink.func(*gccgoimporter.parser, *types.Package) func(*"".parser, *go/types.Package)Ptype.func(*"".parser, *go/types.Package)rgo.string.hdr."func(*gccgoimporter.parser, interface {})" )jgo.string."func(*gccgoimporter.parser, interface {})"jgo.string."func(*gccgoimporter.parser, interface {})"`Tfunc(*gccgoimporter.parser, interface {})Ftype.func(*"".parser, interface {})30 runtime.algarray@"runtime.gcbits.01Prgo.string.hdr."func(*gccgoimporter.parser, interface {})"pXgo.weak.type.*func(*"".parser, interface {})"runtime.zerovalueFtype.func(*"".parser, interface {})Ftype.func(*"".parser, interface {})type.*"".parser"type.interface {}go.typelink.func(*gccgoimporter.parser, interface {}) func(*"".parser, interface {})Ftype.func(*"".parser, interface {})go.string.hdr."func(*gccgoimporter.parser, string, ...interface {})" 4go.string."func(*gccgoimporter.parser, string, ...interface {})"go.string."func(*gccgoimporter.parser, string, ...interface {})"pjfunc(*gccgoimporter.parser, string, ...interface {})\type.func(*"".parser, string, ...interface {})l30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*gccgoimporter.parser, string, ...interface {})"pngo.weak.type.*func(*"".parser, string, ...interface {})"runtime.zerovalue\type.func(*"".parser, string, ...interface {})\type.func(*"".parser, string, ...interface {})type.*"".parsertype.string&type.[]interface {}go.typelink.func(*gccgoimporter.parser, string, ...interface {}) func(*"".parser, string, ...interface {})\type.func(*"".parser, string, ...interface {})rgo.string.hdr."func(*gccgoimporter.parser, int32) string" )jgo.string."func(*gccgoimporter.parser, int32) string"jgo.string."func(*gccgoimporter.parser, int32) string"`Tfunc(*gccgoimporter.parser, int32) stringFtype.func(*"".parser, int32) stringHB30 runtime.algarray@"runtime.gcbits.01Prgo.string.hdr."func(*gccgoimporter.parser, int32) string"pXgo.weak.type.*func(*"".parser, int32) string"runtime.zerovalueFtype.func(*"".parser, int32) stringFtype.func(*"".parser, int32) stringtype.*"".parsertype.int32type.stringgo.typelink.func(*gccgoimporter.parser, int32) string func(*"".parser, int32) stringFtype.func(*"".parser, int32) stringfgo.string.hdr."func(*gccgoimporter.parser, string)" #^go.string."func(*gccgoimporter.parser, string)"^go.string."func(*gccgoimporter.parser, string)"PHfunc(*gccgoimporter.parser, string):type.func(*"".parser, string)|30 runtime.algarray@"runtime.gcbits.01Pfgo.string.hdr."func(*gccgoimporter.parser, string)"pLgo.weak.type.*func(*"".parser, string)"runtime.zerovalue:type.func(*"".parser, string):type.func(*"".parser, string)type.*"".parsertype.stringgo.typelink.func(*gccgoimporter.parser, string) func(*"".parser, string):type.func(*"".parser, string)go.string.hdr."func(*gccgoimporter.parser, string, string) *types.Package" :go.string."func(*gccgoimporter.parser, string, string) *types.Package"go.string."func(*gccgoimporter.parser, string, string) *types.Package"vfunc(*gccgoimporter.parser, string, string) *types.Packagentype.func(*"".parser, string, string) *go/types.Package830 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*gccgoimporter.parser, string, string) *types.Package"pgo.weak.type.*func(*"".parser, string, string) *go/types.Package"runtime.zerovaluentype.func(*"".parser, string, string) *go/types.Packagentype.func(*"".parser, string, string) *go/types.Packagetype.*"".parsertype.stringtype.string,type.*go/types.Packagego.typelink.func(*gccgoimporter.parser, string, string) *types.Package func(*"".parser, string, string) *go/types.Packagentype.func(*"".parser, string, string) *go/types.Packagego.string.hdr."func(*gccgoimporter.parser, string, io.Reader, map[string]*types.Package)" Igo.string."func(*gccgoimporter.parser, string, io.Reader, map[string]*types.Package)"go.string."func(*gccgoimporter.parser, string, io.Reader, map[string]*types.Package)"func(*gccgoimporter.parser, string, io.Reader, map[string]*types.Package)type.func(*"".parser, string, io.Reader, map[string]*go/types.Package)M30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*gccgoimporter.parser, string, io.Reader, map[string]*types.Package)"pgo.weak.type.*func(*"".parser, string, io.Reader, map[string]*go/types.Package)"runtime.zerovaluetype.func(*"".parser, string, io.Reader, map[string]*go/types.Package)type.func(*"".parser, string, io.Reader, map[string]*go/types.Package)type.*"".parsertype.stringtype.io.ReaderBtype.map[string]*go/types.Packagego.typelink.func(*gccgoimporter.parser, string, io.Reader, map[string]*types.Package) func(*"".parser, string, io.Reader, map[string]*go/types.Package)type.func(*"".parser, string, io.Reader, map[string]*go/types.Package)Vgo.string.hdr."func(*gccgoimporter.parser)" Ngo.string."func(*gccgoimporter.parser)"Ngo.string."func(*gccgoimporter.parser)"@8func(*gccgoimporter.parser)*type.func(*"".parser)0N>30 runtime.algarray@"runtime.gcbits.01PVgo.string.hdr."func(*gccgoimporter.parser)"p<go.weak.type.*func(*"".parser)"runtime.zerovalue*type.func(*"".parser)*type.func(*"".parser)type.*"".parserpgo.typelink.func(*gccgoimporter.parser) func(*"".parser)*type.func(*"".parser)go.string.hdr."func(*gccgoimporter.parser, *types.Package) types.Type" 6go.string."func(*gccgoimporter.parser, *types.Package) types.Type"go.string."func(*gccgoimporter.parser, *types.Package) types.Type"pnfunc(*gccgoimporter.parser, *types.Package) types.Typeltype.func(*"".parser, *go/types.Package) go/types.TypeP30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*gccgoimporter.parser, *types.Package) types.Type"p~go.weak.type.*func(*"".parser, *go/types.Package) go/types.Type"runtime.zerovalueltype.func(*"".parser, *go/types.Package) go/types.Typeltype.func(*"".parser, *go/types.Package) go/types.Typetype.*"".parser,type.*go/types.Package$type.go/types.Typego.typelink.func(*gccgoimporter.parser, *types.Package) types.Type func(*"".parser, *go/types.Package) go/types.Typeltype.func(*"".parser, *go/types.Package) go/types.Typego.string.hdr."func(*gccgoimporter.parser, *types.Package) *types.Const" 8go.string."func(*gccgoimporter.parser, *types.Package) *types.Const"go.string."func(*gccgoimporter.parser, *types.Package) *types.Const"rfunc(*gccgoimporter.parser, *types.Package) *types.Constptype.func(*"".parser, *go/types.Package) *go/types.Const 30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*gccgoimporter.parser, *types.Package) *types.Const"pgo.weak.type.*func(*"".parser, *go/types.Package) *go/types.Const"runtime.zerovalueptype.func(*"".parser, *go/types.Package) *go/types.Constptype.func(*"".parser, *go/types.Package) *go/types.Consttype.*"".parser,type.*go/types.Package(type.*go/types.Constgo.typelink.func(*gccgoimporter.parser, *types.Package) *types.Const func(*"".parser, *go/types.Package) *go/types.Constptype.func(*"".parser, *go/types.Package) *go/types.Constgo.string.hdr."func(*gccgoimporter.parser) (constant.Value, types.Type)" 8go.string."func(*gccgoimporter.parser) (constant.Value, types.Type)"go.string."func(*gccgoimporter.parser) (constant.Value, types.Type)"rfunc(*gccgoimporter.parser) (constant.Value, types.Type)ptype.func(*"".parser) (go/constant.Value, go/types.Type)6E30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*gccgoimporter.parser) (constant.Value, types.Type)"pgo.weak.type.*func(*"".parser) (go/constant.Value, go/types.Type)"runtime.zerovalueptype.func(*"".parser) (go/constant.Value, go/types.Type)ptype.func(*"".parser) (go/constant.Value, go/types.Type)type.*"".parser,type.go/constant.Value$type.go/types.Typego.typelink.func(*gccgoimporter.parser) (constant.Value, types.Type) func(*"".parser) (go/constant.Value, go/types.Type)ptype.func(*"".parser) (go/constant.Value, go/types.Type)go.string.hdr."func(*gccgoimporter.parser) (*types.Package, string)" 4go.string."func(*gccgoimporter.parser) (*types.Package, string)"go.string."func(*gccgoimporter.parser) (*types.Package, string)"pjfunc(*gccgoimporter.parser) (*types.Package, string)btype.func(*"".parser) (*go/types.Package, string)Q 2621 30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*gccgoimporter.parser) (*types.Package, string)"ptgo.weak.type.*func(*"".parser) (*go/types.Package, string)"runtime.zerovaluebtype.func(*"".parser) (*go/types.Package, string)btype.func(*"".parser) (*go/types.Package, string)type.*"".parser,type.*go/types.Packagetype.stringgo.typelink.func(*gccgoimporter.parser) (*types.Package, string) func(*"".parser) (*go/types.Package, string)btype.func(*"".parser) (*go/types.Package, string)go.string.hdr."func(*gccgoimporter.parser, *types.Package) (*types.Var, string)" @go.string."func(*gccgoimporter.parser, *types.Package) (*types.Var, string)"go.string."func(*gccgoimporter.parser, *types.Package) (*types.Var, string)"func(*gccgoimporter.parser, *types.Package) (*types.Var, string)type.func(*"".parser, *go/types.Package) (*go/types.Var, string)r30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*gccgoimporter.parser, *types.Package) (*types.Var, string)"pgo.weak.type.*func(*"".parser, *go/types.Package) (*go/types.Var, string)"runtime.zerovaluetype.func(*"".parser, *go/types.Package) (*go/types.Var, string)type.func(*"".parser, *go/types.Package) (*go/types.Var, string)type.*"".parser,type.*go/types.Package$type.*go/types.Vartype.stringgo.typelink.func(*gccgoimporter.parser, *types.Package) (*types.Var, string) func(*"".parser, *go/types.Package) (*go/types.Var, string)type.func(*"".parser, *go/types.Package) (*go/types.Var, string)go.string.hdr."func(*gccgoimporter.parser, *types.Package) *types.Func" 7go.string."func(*gccgoimporter.parser, *types.Package) *types.Func"go.string."func(*gccgoimporter.parser, *types.Package) *types.Func"ppfunc(*gccgoimporter.parser, *types.Package) *types.Funcntype.func(*"".parser, *go/types.Package) *go/types.FuncE30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*gccgoimporter.parser, *types.Package) *types.Func"pgo.weak.type.*func(*"".parser, *go/types.Package) *go/types.Func"runtime.zerovaluentype.func(*"".parser, *go/types.Package) *go/types.Funcntype.func(*"".parser, *go/types.Package) *go/types.Functype.*"".parser,type.*go/types.Package&type.*go/types.Funcgo.typelink.func(*gccgoimporter.parser, *types.Package) *types.Func func(*"".parser, *go/types.Package) *go/types.Funcntype.func(*"".parser, *go/types.Package) *go/types.Funcgo.string.hdr."func(*gccgoimporter.parser, *types.Package) *types.Signature" <go.string."func(*gccgoimporter.parser, *types.Package) *types.Signature"go.string."func(*gccgoimporter.parser, *types.Package) *types.Signature"zfunc(*gccgoimporter.parser, *types.Package) *types.Signaturextype.func(*"".parser, *go/types.Package) *go/types.Signature30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*gccgoimporter.parser, *types.Package) *types.Signature"pgo.weak.type.*func(*"".parser, *go/types.Package) *go/types.Signature"runtime.zerovaluextype.func(*"".parser, *go/types.Package) *go/types.Signaturextype.func(*"".parser, *go/types.Package) *go/types.Signaturetype.*"".parser,type.*go/types.Package0type.*go/types.Signaturego.typelink.func(*gccgoimporter.parser, *types.Package) *types.Signature func(*"".parser, *go/types.Package) *go/types.Signaturextype.func(*"".parser, *go/types.Package) *go/types.Signaturebgo.string.hdr."func(*gccgoimporter.parser) int64" !Zgo.string."func(*gccgoimporter.parser) int64"Zgo.string."func(*gccgoimporter.parser) int64"PDfunc(*gccgoimporter.parser) int646type.func(*"".parser) int64\c30 runtime.algarray@"runtime.gcbits.01Pbgo.string.hdr."func(*gccgoimporter.parser) int64"pHgo.weak.type.*func(*"".parser) int64"runtime.zerovalue6type.func(*"".parser) int646type.func(*"".parser) int64type.*"".parsertype.int64go.typelink.func(*gccgoimporter.parser) int64 func(*"".parser) int646type.func(*"".parser) int64dgo.string.hdr."func(*gccgoimporter.parser) string" "\go.string."func(*gccgoimporter.parser) string"\go.string."func(*gccgoimporter.parser) string"PFfunc(*gccgoimporter.parser) string8type.func(*"".parser) string_730 runtime.algarray@"runtime.gcbits.01Pdgo.string.hdr."func(*gccgoimporter.parser) string"pJgo.weak.type.*func(*"".parser) string"runtime.zerovalue8type.func(*"".parser) string8type.func(*"".parser) stringtype.*"".parsertype.stringgo.typelink.func(*gccgoimporter.parser) string func(*"".parser) string8type.func(*"".parser) stringvgo.string.hdr."func(*gccgoimporter.parser, int) types.Type" +ngo.string."func(*gccgoimporter.parser, int) types.Type"ngo.string."func(*gccgoimporter.parser, int) types.Type"`Xfunc(*gccgoimporter.parser, int) types.TypePtype.func(*"".parser, int) go/types.Typej%30 runtime.algarray@"runtime.gcbits.01Pvgo.string.hdr."func(*gccgoimporter.parser, int) types.Type"pbgo.weak.type.*func(*"".parser, int) go/types.Type"runtime.zerovaluePtype.func(*"".parser, int) go/types.TypePtype.func(*"".parser, int) go/types.Typetype.*"".parsertype.int$type.go/types.Typego.typelink.func(*gccgoimporter.parser, int) types.Type func(*"".parser, int) go/types.TypePtype.func(*"".parser, int) go/types.Typetgo.string.hdr."func(*gccgoimporter.parser) *types.Package" *lgo.string."func(*gccgoimporter.parser) *types.Package"lgo.string."func(*gccgoimporter.parser) *types.Package"`Vfunc(*gccgoimporter.parser) *types.PackageNtype.func(*"".parser) *go/types.Package7N30 runtime.algarray@"runtime.gcbits.01Ptgo.string.hdr."func(*gccgoimporter.parser) *types.Package"p`go.weak.type.*func(*"".parser) *go/types.Package"runtime.zerovalueNtype.func(*"".parser) *go/types.PackageNtype.func(*"".parser) *go/types.Packagetype.*"".parser,type.*go/types.Packagego.typelink.func(*gccgoimporter.parser) *types.Package func(*"".parser) *go/types.PackageNtype.func(*"".parser) *go/types.Packagego.string.hdr."func(*gccgoimporter.parser) gccgoimporter.PackageInit" 5go.string."func(*gccgoimporter.parser) gccgoimporter.PackageInit"go.string."func(*gccgoimporter.parser) gccgoimporter.PackageInit"plfunc(*gccgoimporter.parser) gccgoimporter.PackageInitHtype.func(*"".parser) "".PackageInite30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*gccgoimporter.parser) gccgoimporter.PackageInit"pZgo.weak.type.*func(*"".parser) "".PackageInit"runtime.zerovalueHtype.func(*"".parser) "".PackageInitHtype.func(*"".parser) "".PackageInittype.*"".parser&type."".PackageInitgo.typelink.func(*gccgoimporter.parser) gccgoimporter.PackageInit func(*"".parser) "".PackageInitHtype.func(*"".parser) "".PackageInitgo.string.hdr."func(*gccgoimporter.parser, *types.Package) (*types.Var, bool)" >go.string."func(*gccgoimporter.parser, *types.Package) (*types.Var, bool)"go.string."func(*gccgoimporter.parser, *types.Package) (*types.Var, bool)"~func(*gccgoimporter.parser, *types.Package) (*types.Var, bool)|type.func(*"".parser, *go/types.Package) (*go/types.Var, bool)30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*gccgoimporter.parser, *types.Package) (*types.Var, bool)"pgo.weak.type.*func(*"".parser, *go/types.Package) (*go/types.Var, bool)"runtime.zerovalue|type.func(*"".parser, *go/types.Package) (*go/types.Var, bool)|type.func(*"".parser, *go/types.Package) (*go/types.Var, bool)type.*"".parser,type.*go/types.Package$type.*go/types.Vartype.boolgo.typelink.func(*gccgoimporter.parser, *types.Package) (*types.Var, bool) func(*"".parser, *go/types.Package) (*go/types.Var, bool)|type.func(*"".parser, *go/types.Package) (*go/types.Var, bool)go.string.hdr."func(*gccgoimporter.parser, *types.Package) (*types.Tuple, bool)" @go.string."func(*gccgoimporter.parser, *types.Package) (*types.Tuple, bool)"go.string."func(*gccgoimporter.parser, *types.Package) (*types.Tuple, bool)"func(*gccgoimporter.parser, *types.Package) (*types.Tuple, bool)type.func(*"".parser, *go/types.Package) (*go/types.Tuple, bool)30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*gccgoimporter.parser, *types.Package) (*types.Tuple, bool)"pgo.weak.type.*func(*"".parser, *go/types.Package) (*go/types.Tuple, bool)"runtime.zerovaluetype.func(*"".parser, *go/types.Package) (*go/types.Tuple, bool)type.func(*"".parser, *go/types.Package) (*go/types.Tuple, bool)type.*"".parser,type.*go/types.Package(type.*go/types.Tupletype.boolgo.typelink.func(*gccgoimporter.parser, *types.Package) (*types.Tuple, bool) func(*"".parser, *go/types.Package) (*go/types.Tuple, bool)type.func(*"".parser, *go/types.Package) (*go/types.Tuple, bool)xgo.string.hdr."func(*gccgoimporter.parser) (string, string)" ,pgo.string."func(*gccgoimporter.parser) (string, string)"pgo.string."func(*gccgoimporter.parser) (string, string)"`Zfunc(*gccgoimporter.parser) (string, string)Ltype.func(*"".parser) (string, string)30 runtime.algarray@"runtime.gcbits.01Pxgo.string.hdr."func(*gccgoimporter.parser) (string, string)"p^go.weak.type.*func(*"".parser) (string, string)"runtime.zerovalueLtype.func(*"".parser) (string, string)Ltype.func(*"".parser) (string, string)type.*"".parsertype.stringtype.stringgo.typelink.func(*gccgoimporter.parser) (string, string) func(*"".parser) (string, string)Ltype.func(*"".parser) (string, string)go.string.hdr."func(*gccgoimporter.parser, string) (string, string)" 4go.string."func(*gccgoimporter.parser, string) (string, string)"go.string."func(*gccgoimporter.parser, string) (string, string)"pjfunc(*gccgoimporter.parser, string) (string, string)\type.func(*"".parser, string) (string, string)DH30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*gccgoimporter.parser, string) (string, string)"pngo.weak.type.*func(*"".parser, string) (string, string)"runtime.zerovalue\type.func(*"".parser, string) (string, string)\type.func(*"".parser, string) (string, string)type.*"".parsertype.stringtype.stringtype.stringgo.typelink.func(*gccgoimporter.parser, string) (string, string) func(*"".parser, string) (string, string)\type.func(*"".parser, string) (string, string)go.string.hdr."func(*gccgoimporter.parser, *types.Package) *types.Tuple" 8go.string."func(*gccgoimporter.parser, *types.Package) *types.Tuple"go.string."func(*gccgoimporter.parser, *types.Package) *types.Tuple"rfunc(*gccgoimporter.parser, *types.Package) *types.Tupleptype.func(*"".parser, *go/types.Package) *go/types.Tuplei.30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*gccgoimporter.parser, *types.Package) *types.Tuple"pgo.weak.type.*func(*"".parser, *go/types.Package) *go/types.Tuple"runtime.zerovalueptype.func(*"".parser, *go/types.Package) *go/types.Tupleptype.func(*"".parser, *go/types.Package) *go/types.Tupletype.*"".parser,type.*go/types.Package(type.*go/types.Tuplego.typelink.func(*gccgoimporter.parser, *types.Package) *types.Tuple func(*"".parser, *go/types.Package) *go/types.Tupleptype.func(*"".parser, *go/types.Package) *go/types.Tuplego.string.hdr."func(*gccgoimporter.parser, *types.Package, int) types.Type" ;go.string."func(*gccgoimporter.parser, *types.Package, int) types.Type"go.string."func(*gccgoimporter.parser, *types.Package, int) types.Type"xfunc(*gccgoimporter.parser, *types.Package, int) types.Typevtype.func(*"".parser, *go/types.Package, int) go/types.Typeig30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*gccgoimporter.parser, *types.Package, int) types.Type"pgo.weak.type.*func(*"".parser, *go/types.Package, int) go/types.Type"runtime.zerovaluevtype.func(*"".parser, *go/types.Package, int) go/types.Typevtype.func(*"".parser, *go/types.Package, int) go/types.Typetype.*"".parser,type.*go/types.Packagetype.int$type.go/types.Typego.typelink.func(*gccgoimporter.parser, *types.Package, int) types.Type func(*"".parser, *go/types.Package, int) go/types.Typevtype.func(*"".parser, *go/types.Package, int) go/types.Typevgo.string.hdr."func(*gccgoimporter.parser) *types.TypeName" +ngo.string."func(*gccgoimporter.parser) *types.TypeName"ngo.string."func(*gccgoimporter.parser) *types.TypeName"`Xfunc(*gccgoimporter.parser) *types.TypeNamePtype.func(*"".parser) *go/types.TypeName M30 runtime.algarray@"runtime.gcbits.01Pvgo.string.hdr."func(*gccgoimporter.parser) *types.TypeName"pbgo.weak.type.*func(*"".parser) *go/types.TypeName"runtime.zerovaluePtype.func(*"".parser) *go/types.TypeNamePtype.func(*"".parser) *go/types.TypeNametype.*"".parser.type.*go/types.TypeNamego.typelink.func(*gccgoimporter.parser) *types.TypeName func(*"".parser) *go/types.TypeNamePtype.func(*"".parser) *go/types.TypeNamego.string.hdr."func(*gccgoimporter.parser, *types.Package) *types.Var" 6go.string."func(*gccgoimporter.parser, *types.Package) *types.Var"go.string."func(*gccgoimporter.parser, *types.Package) *types.Var"pnfunc(*gccgoimporter.parser, *types.Package) *types.Varltype.func(*"".parser, *go/types.Package) *go/types.Var30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*gccgoimporter.parser, *types.Package) *types.Var"p~go.weak.type.*func(*"".parser, *go/types.Package) *go/types.Var"runtime.zerovalueltype.func(*"".parser, *go/types.Package) *go/types.Varltype.func(*"".parser, *go/types.Package) *go/types.Vartype.*"".parser,type.*go/types.Package$type.*go/types.Vargo.typelink.func(*gccgoimporter.parser, *types.Package) *types.Var func(*"".parser, *go/types.Package) *go/types.Varltype.func(*"".parser, *go/types.Package) *go/types.Varbgo.string.hdr."discardDirectiveWhileParsingTypes" !Zgo.string."discardDirectiveWhileParsingTypes"Zgo.string."discardDirectiveWhileParsingTypes"PDdiscardDirectiveWhileParsingTypesHgo.string.hdr."func(*types.Package)" @go.string."func(*types.Package)"@go.string."func(*types.Package)"0*func(*types.Package)8type.func(*go/types.Package)~_@30 runtime.algarray@"runtime.gcbits.01PHgo.string.hdr."func(*types.Package)"pJgo.weak.type.*func(*go/types.Package)"runtime.zerovalue8type.func(*go/types.Package)8type.func(*go/types.Package),type.*go/types.Packagepgo.typelink.func(*types.Package) func(*go/types.Package)8type.func(*go/types.Package)Dgo.string.hdr."func(interface {})" <go.string."func(interface {})"<go.string."func(interface {})"0&func(interface {}).type.func(interface {})u30 runtime.algarray@"runtime.gcbits.01PDgo.string.hdr."func(interface {})"p@go.weak.type.*func(interface {})"runtime.zerovalue.type.func(interface {}).type.func(interface {})"type.interface {}bgo.typelink.func(interface {}) func(interface {}).type.func(interface {}),go.string.hdr."errorf" $go.string."errorf"$go.string."errorf"errorfZgo.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 {}),go.string.hdr."expect" $go.string."expect"$go.string."expect"expectDgo.string.hdr."func(int32) string" <go.string."func(int32) string"<go.string."func(int32) string"0&func(int32) string.type.func(int32) stringOA30 runtime.algarray@"runtime.gcbits.01PDgo.string.hdr."func(int32) string"p@go.weak.type.*func(int32) string"runtime.zerovalue.type.func(int32) string.type.func(int32) stringtype.int32type.stringbgo.typelink.func(int32) string func(int32) string.type.func(int32) string:go.string.hdr."expectKeyword" 2go.string."expectKeyword"2go.string."expectKeyword" expectKeyword8go.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."getPkg" $go.string."getPkg"$go.string."getPkg"getPkgfgo.string.hdr."func(string, string) *types.Package" #^go.string."func(string, string) *types.Package"^go.string."func(string, string) *types.Package"PHfunc(string, string) *types.PackageVtype.func(string, string) *go/types.PackageFV"30 runtime.algarray@"runtime.gcbits.01Pfgo.string.hdr."func(string, string) *types.Package"phgo.weak.type.*func(string, string) *go/types.Package"runtime.zerovalueVtype.func(string, string) *go/types.PackageVtype.func(string, string) *go/types.Packagetype.stringtype.string,type.*go/types.Packagego.typelink.func(string, string) *types.Package func(string, string) *go/types.PackageVtype.func(string, string) *go/types.Packagego.string.hdr."func(string, io.Reader, map[string]*types.Package)" 2|go.string."func(string, io.Reader, map[string]*types.Package)"|go.string."func(string, io.Reader, map[string]*types.Package)"pffunc(string, io.Reader, map[string]*types.Package)ttype.func(string, io.Reader, map[string]*go/types.Package)O30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(string, io.Reader, map[string]*types.Package)"pgo.weak.type.*func(string, io.Reader, map[string]*go/types.Package)"runtime.zerovaluettype.func(string, io.Reader, map[string]*go/types.Package)ttype.func(string, io.Reader, map[string]*go/types.Package)type.stringtype.io.ReaderBtype.map[string]*go/types.Packagego.typelink.func(string, io.Reader, map[string]*types.Package) func(string, io.Reader, map[string]*go/types.Package)ttype.func(string, io.Reader, map[string]*go/types.Package)Dgo.string.hdr."maybeCreatePackage" <go.string."maybeCreatePackage"<go.string."maybeCreatePackage"0&maybeCreatePackage,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()(go.string.hdr."next" go.string."next" go.string."next" 2625 nextJgo.string.hdr."parseArrayOrSliceType" Bgo.string."parseArrayOrSliceType"Bgo.string."parseArrayOrSliceType"0,parseArrayOrSliceType^go.string.hdr."func(*types.Package) types.Type" Vgo.string."func(*types.Package) types.Type"Vgo.string."func(*types.Package) types.Type"@@func(*types.Package) types.TypeTtype.func(*go/types.Package) go/types.TypeA"30 runtime.algarray@"runtime.gcbits.01P^go.string.hdr."func(*types.Package) types.Type"pfgo.weak.type.*func(*go/types.Package) go/types.Type"runtime.zerovalueTtype.func(*go/types.Package) go/types.TypeTtype.func(*go/types.Package) go/types.Type,type.*go/types.Package$type.go/types.Typego.typelink.func(*types.Package) types.Type func(*go/types.Package) go/types.TypeTtype.func(*go/types.Package) go/types.Type:go.string.hdr."parseChanType" 2go.string."parseChanType"2go.string."parseChanType" parseChanType4go.string.hdr."parseConst" 2627 ,go.string."parseConst",go.string."parseConst" parseConstbgo.string.hdr."func(*types.Package) *types.Const" !Zgo.string."func(*types.Package) *types.Const"Zgo.string."func(*types.Package) *types.Const"PDfunc(*types.Package) *types.ConstXtype.func(*go/types.Package) *go/types.Conste30 runtime.algarray@"runtime.gcbits.01Pbgo.string.hdr."func(*types.Package) *types.Const"pjgo.weak.type.*func(*go/types.Package) *go/types.Const"runtime.zerovalueXtype.func(*go/types.Package) *go/types.ConstXtype.func(*go/types.Package) *go/types.Const,type.*go/types.Package(type.*go/types.Constgo.typelink.func(*types.Package) *types.Const func(*go/types.Package) *go/types.ConstXtype.func(*go/types.Package) *go/types.Const>go.string.hdr."parseConstValue" 6go.string."parseConstValue"6go.string."parseConstValue" parseConstValuefgo.string.hdr."func() (constant.Value, types.Type)" #^go.string."func() (constant.Value, types.Type)"^go.string."func() (constant.Value, types.Type)"PHfunc() (constant.Value, types.Type)\type.func() (go/constant.Value, go/types.Type)S(30 runtime.algarray@"runtime.gcbits.01Pfgo.string.hdr."func() (constant.Value, types.Type)"pngo.weak.type.*func() (go/constant.Value, go/types.Type)"runtime.zerovalue\type.func() (go/constant.Value, go/types.Type)\type.func() (go/constant.Value, go/types.Type),type.go/constant.Value$type.go/types.Typego.typelink.func() (constant.Value, types.Type) func() (go/constant.Value, go/types.Type)\type.func() (go/constant.Value, go/types.Type)<go.string.hdr."parseDirective" 4go.string."parseDirective"4go.string."parseDirective" parseDirectiveBgo.string.hdr."parseExportedName" :go.string."parseExportedName":go.string."parseExportedName"0$parseExportedName^go.string.hdr."func() (*types.Package, string)" Vgo.string."func() (*types.Package, string)"Vgo.string."func() (*types.Package, string)"@@func() (*types.Package, string)Ntype.func() (*go/types.Package, string)ky30 runtime.algarray@"runtime.gcbits.01P^go.string.hdr."func() (*types.Package, string)"p`go.weak.type.*func() (*go/types.Package, string)"runtime.zerovalueNtype.func() (*go/types.Package, string)Ntype.func() (*go/types.Package, string),type.*go/types.Packagetype.stringgo.typelink.func() (*types.Package, string) func() (*go/types.Package, string)Ntype.func() (*go/types.Package, string)4go.string.hdr."parseField" 2628 ,go.string."parseField",go.string."parseField" parseFieldrgo.string.hdr."func(*types.Package) (*types.Var, string)" )jgo.string."func(*types.Package) (*types.Var, string)"jgo.string."func(*types.Package) (*types.Var, string)"`Tfunc(*types.Package) (*types.Var, string)htype.func(*go/types.Package) (*go/types.Var, string)Tn30 runtime.algarray@"runtime.gcbits.01Prgo.string.hdr."func(*types.Package) (*types.Var, string)"pzgo.weak.type.*func(*go/types.Package) (*go/types.Var, string)"runtime.zerovaluehtype.func(*go/types.Package) (*go/types.Var, string)htype.func(*go/types.Package) (*go/types.Var, string),type.*go/types.Package$type.*go/types.Vartype.stringgo.typelink.func(*types.Package) (*types.Var, string) func(*go/types.Package) (*go/types.Var, string)htype.func(*go/types.Package) (*go/types.Var, string)2go.string.hdr."parseFunc" *go.string."parseFunc"*go.string."parseFunc" parseFunc`go.string.hdr."func(*types.Package) *types.Func" Xgo.string."func(*types.Package) *types.Func"Xgo.string."func(*types.Package) *types.Func"PBfunc(*types.Package) *types.FuncVtype.func(*go/types.Package) *go/types.FuncD230 runtime.algarray@"runtime.gcbits.01P`go.string.hdr."func(*types.Package) *types.Func"phgo.weak.type.*func(*go/types.Package) *go/types.Func"runtime.zerovalueVtype.func(*go/types.Package) *go/types.FuncVtype.func(*go/types.Package) *go/types.Func,type.*go/types.Package&type.*go/types.Funcgo.typelink.func(*types.Package) *types.Func func(*go/types.Package) *go/types.FuncVtype.func(*go/types.Package) *go/types.FuncBgo.string.hdr."parseFunctionType" :go.string."parseFunctionType":go.string."parseFunctionType"0$parseFunctionTypejgo.string.hdr."func(*types.Package) *types.Signature" %bgo.string."func(*types.Package) *types.Signature"bgo.string."func(*types.Package) *types.Signature"PLfunc(*types.Package) *types.Signature`type.func(*go/types.Package) *go/types.SignatureD30 runtime.algarray@"runtime.gcbits.01Pjgo.string.hdr."func(*types.Package) *types.Signature"prgo.weak.type.*func(*go/types.Package) *go/types.Signature"runtime.zerovalue`type.func(*go/types.Package) *go/types.Signature`type.func(*go/types.Package) *go/types.Signature,type.*go/types.Package0type.*go/types.Signaturego.typelink.func(*types.Package) *types.Signature func(*go/types.Package) *go/types.Signature`type.func(*go/types.Package) *go/types.Signature:go.string.hdr."parseInitData" 2go.string."parseInitData"2go.string."parseInitData" parseInitDataLgo.string.hdr."parseInitDataDirective" Dgo.string."parseInitDataDirective"Dgo.string."parseInitDataDirective"0.parseInitDataDirective0go.string.hdr."parseInt" (go.string."parseInt"(go.string."parseInt" parseInt8go.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() int64Dgo.string.hdr."parseInterfaceType" <go.string."parseInterfaceType"<go.string."parseInterfaceType"0&parseInterfaceType8go.string.hdr."parseMapType" 0go.string."parseMapType"0go.string."parseMapType" parseMapType2go.string.hdr."parseName" *go.string."parseName"*go.string."parseName" parseName: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."parseNamedType" 4go.string."parseNamedType"4go.string."parseNamedType" parseNamedTypeHgo.string.hdr."func(int) types.Type" @go.string."func(int) types.Type"@go.string."func(int) types.Type"0*func(int) types.Type8type.func(int) go/types.TypeJ=d30 runtime.algarray@"runtime.gcbits.01PHgo.string.hdr."func(int) types.Type"pJgo.weak.type.*func(int) go/types.Type"runtime.zerovalue8type.func(int) go/types.Type8type.func(int) go/types.Typetype.int$type.go/types.Typepgo.typelink.func(int) types.Type func(int) go/types.Type8type.func(int) go/types.Type8go.string.hdr."parsePackage" 0go.string."parsePackage"0go.string."parsePackage" parsePackageJgo.string.hdr."func() *types.Package" Bgo.string."func() *types.Package"Bgo.string."func() *types.Package"0,func() *types.Package:type.func() *go/types.PackageEF{30 runtime.algarray@"runtime.gcbits.01PJgo.string.hdr."func() *types.Package"pLgo.weak.type.*func() *go/types.Package"runtime.zerovalue:type.func() *go/types.Package:type.func() *go/types.Package,type.*go/types.Packagetgo.typelink.func() *types.Package func() *go/types.Package:type.func() *go/types.Package@go.string.hdr."parsePackageInit" 8go.string."parsePackageInit"8go.string."parsePackageInit"0"parsePackageInit`go.string.hdr."func() gccgoimporter.PackageInit" Xgo.string."func() gccgoimporter.PackageInit"Xgo.string."func() gccgoimporter.PackageInit"PBfunc() gccgoimporter.PackageInit4type.func() "".PackageInit%30 runtime.algarray@"runtime.gcbits.01P`go.string.hdr."func() gccgoimporter.PackageInit"pFgo.weak.type.*func() "".PackageInit"runtime.zerovalue4type.func() "".PackageInit4type.func() "".PackageInit&type."".PackageInitgo.typelink.func() gccgoimporter.PackageInit func() "".PackageInit4type.func() "".PackageInit4go.string.hdr."parseParam" 2635 ,go.string."parseParam",go.string."parseParam" parseParamngo.string.hdr."func(*types.Package) (*types.Var, bool)" 'fgo.string."func(*types.Package) (*types.Var, bool)"fgo.string."func(*types.Package) (*types.Var, bool)"PPfunc(*types.Package) (*types.Var, bool)dtype.func(*go/types.Package) (*go/types.Var, bool)a30 runtime.algarray@"runtime.gcbits.01Pngo.string.hdr."func(*types.Package) (*types.Var, bool)"pvgo.weak.type.*func(*go/types.Package) (*go/types.Var, bool)"runtime.zerovaluedtype.func(*go/types.Package) (*go/types.Var, bool)dtype.func(*go/types.Package) (*go/types.Var, bool),type.*go/types.Package$type.*go/types.Vartype.boolgo.typelink.func(*types.Package) (*types.Var, bool) func(*go/types.Package) (*go/types.Var, bool)dtype.func(*go/types.Package) (*go/types.Var, bool)<go.string.hdr."parseParamList" 4go.string."parseParamList"4go.string."parseParamList" parseParamListrgo.string.hdr."func(*types.Package) (*types.Tuple, bool)" )jgo.string."func(*types.Package) (*types.Tuple, bool)"jgo.string."func(*types.Package) (*types.Tuple, bool)"`Tfunc(*types.Package) (*types.Tuple, bool)htype.func(*go/types.Package) (*go/types.Tuple, bool){P30 runtime.algarray@"runtime.gcbits.01Prgo.string.hdr."func(*types.Package) (*types.Tuple, bool)"pzgo.weak.type.*func(*go/types.Package) (*go/types.Tuple, bool)"runtime.zerovaluehtype.func(*go/types.Package) (*go/types.Tuple, bool)htype.func(*go/types.Package) (*go/types.Tuple, bool),type.*go/types.Package(type.*go/types.Tupletype.boolgo.typelink.func(*types.Package) (*types.Tuple, bool) func(*go/types.Package) (*go/types.Tuple, bool)htype.func(*go/types.Package) (*go/types.Tuple, bool)@go.string.hdr."parsePointerType" 8go.string."parsePointerType"8go.string."parsePointerType"0"parsePointerTypeDgo.string.hdr."parseQualifiedName" <go.string."parseQualifiedName"<go.string."parseQualifiedName"0&parseQualifiedNameNgo.string.hdr."func() (string, string)" Fgo.string."func() (string, string)"Fgo.string."func() (string, string)"00func() (string, string)8type.func() (string, string)5130 runtime.algarray@"runtime.gcbits.01PNgo.string.hdr."func() (string, string)"pJgo.weak.type.*func() (string, string)"runtime.zerovalue8type.func() (string, string)8type.func() (string, string)type.stringtype.stringvgo.typelink.func() (string, string) func() (string, string)8type.func() (string, string)Jgo.string.hdr."parseQualifiedNameStr" Bgo.string."parseQualifiedNameStr"Bgo.string."parseQualifiedNameStr"0,parseQualifiedNameStrZgo.string.hdr."func(string) (string, string)" Rgo.string."func(string) (string, string)"Rgo.string."func(string) (string, string)"@<func(string) (string, string)Dtype.func(string) (string, string)0030 runtime.algarray@"runtime.gcbits.01PZgo.string.hdr."func(string) (string, string)"pVgo.weak.type.*func(string) (string, string)"runtime.zerovalueDtype.func(string) (string, string)Dtype.func(string) (string, string)type.stringtype.stringtype.stringgo.typelink.func(string) (string, string) func(string) (string, string)Dtype.func(string) (string, string)>go.string.hdr."parseResultList" 6go.string."parseResultList"6go.string."parseResultList" parseResultListbgo.string.hdr."func(*types.Package) *types.Tuple" !Zgo.string."func(*types.Package) *types.Tuple"Zgo.string."func(*types.Package) *types.Tuple"PDfunc(*types.Package) *types.TupleXtype.func(*go/types.Package) *go/types.TupleH30 runtime.algarray@"runtime.gcbits.01Pbgo.string.hdr."func(*types.Package) *types.Tuple"pjgo.weak.type.*func(*go/types.Package) *go/types.Tuple"runtime.zerovalueXtype.func(*go/types.Package) *go/types.TupleXtype.func(*go/types.Package) *go/types.Tuple,type.*go/types.Package(type.*go/types.Tuplego.typelink.func(*types.Package) *types.Tuple func(*go/types.Package) *go/types.TupleXtype.func(*go/types.Package) *go/types.Tuple6go.string.hdr."parseString" .go.string."parseString".go.string."parseString" parseString>go.string.hdr."parseStructType" 6go.string."parseStructType"6go.string."parseStructType" parseStructType2go.string.hdr."parseType" *go.string."parseType"*go.string."parseType" parseTypeFgo.string.hdr."parseTypeDefinition" >go.string."parseTypeDefinition">go.string."parseTypeDefinition"0(parseTypeDefinitionhgo.string.hdr."func(*types.Package, int) types.Type" $`go.string."func(*types.Package, int) types.Type"`go.string."func(*types.Package, int) types.Type"PJfunc(*types.Package, int) types.Type^type.func(*go/types.Package, int) go/types.Type30 runtime.algarray@"runtime.gcbits.01Phgo.string.hdr."func(*types.Package, int) types.Type"ppgo.weak.type.*func(*go/types.Package, int) go/types.Type"runtime.zerovalue^type.func(*go/types.Package, int) go/types.Type^type.func(*go/types.Package, int) go/types.Type,type.*go/types.Packagetype.int$type.go/types.Typego.typelink.func(*types.Package, int) types.Type func(*go/types.Package, int) go/types.Type^type.func(*go/types.Package, int) go/types.Type:go.string.hdr."parseTypeName" 2go.string."parseTypeName"2go.string."parseTypeName" parseTypeNameLgo.string.hdr."func() *types.TypeName" Dgo.string."func() *types.TypeName"Dgo.string."func() *types.TypeName"0.func() *types.TypeName<type.func() *go/types.TypeNamen30 runtime.algarray@"runtime.gcbits.01PLgo.string.hdr."func() *types.TypeName"pNgo.weak.type.*func() *go/types.TypeName"runtime.zerovalue<type.func() *go/types.TypeName<type.func() *go/types.TypeName.type.*go/types.TypeNamexgo.typelink.func() *types.TypeName func() *go/types.TypeName<type.func() *go/types.TypeNameTgo.string.hdr."parseUnquotedQualifiedName" Lgo.string."parseUnquotedQualifiedName"Lgo.string."parseUnquotedQualifiedName"@6parseUnquotedQualifiedNameFgo.string.hdr."parseUnquotedString" >go.string."parseUnquotedString">go.string."parseUnquotedString"0(parseUnquotedString0go.string.hdr."parseVar" (go.string."parseVar"(go.string."parseVar" parseVar^go.string.hdr."func(*types.Package) *types.Var" Vgo.string."func(*types.Package) *types.Var"Vgo.string."func(*types.Package) *types.Var"@@func(*types.Package) *types.VarTtype.func(*go/types.Package) *go/types.Vari30 runtime.algarray@"runtime.gcbits.01P^go.string.hdr."func(*types.Package) *types.Var"pfgo.weak.type.*func(*go/types.Package) *go/types.Var"runtime.zerovalueTtype.func(*go/types.Package) *go/types.VarTtype.func(*go/types.Package) *go/types.Var,type.*go/types.Package$type.*go/types.Vargo.typelink.func(*types.Package) *types.Var func(*go/types.Package) *go/types.VarTtype.func(*go/types.Package) *go/types.Vartype.*"".parser 1`6))0 runtime.algarray@"runtime.gcbits.01PJgo.string.hdr."*gccgoimporter.parser"p0go.weak.type.**"".parser"runtime.zerovaluetype."".parser`type.*"".parsertype.*"".parserbgo.string.hdr."discardDirectiveWhileParsingTypes""go.importpath."".8type.func(*go/types.Package)Ptype.func(*"".parser, *go/types.Package)\"".(*parser).discardDirectiveWhileParsingTypes\"".(*parser).discardDirectiveWhileParsingTypes*go.string.hdr."error""go.importpath.""..type.func(interface {})Ftype.func(*"".parser, interface {})$"".(*parser).error$"".(*parser).error,go.string.hdr."errorf""go.importpath."".Dtype.func(string, ...interface {})\type.func(*"".parser, string, ...interface {})&"".(*parser).errorf&"".(*parser).errorf,go.string.hdr."expect""go.importpath.""..type.func(int32) stringFtype.func(*"".parser, int32) string&"".(*parser).expect&"".(*parser).expect:go.string.hdr."expectKeyword""go.importpath.""."type.func(string):type.func(*"".parser, string)4"".(*parser).expectKeyword4"".(*parser).expectKeyword,go.string.hdr."getPkg""go.importpath."".Vtype.func(string, string) *go/types.Packagentype.func(*"".parser, string, string) *go/types.Package&"".(*parser).getPkg&"".(*parser).getPkg(go.string.hdr."init""go.importpath."".ttype.func(string, io.Reader, map[string]*go/types.Package)type.func(*"".parser, string, io.Reader, map[string]*go/types.Package)""".(*parser).init""".(*parser).initDgo.string.hdr."maybeCreatePackage""go.importpath."".type.func()*type.func(*"".parser)>"".(*parser).maybeCreatePackage>"".(*parser).maybeCreatePackage(go.string.hdr."next""go.importpath."".type.func()*type.func(*"".parser)""".(*parser).next""".(*parser).nextJgo.string.hdr."parseArrayOrSliceType""go.importpath."".Ttype.func(*go/types.Package) go/types.Type ltype.func(*"".parser, *go/types.Package) go/types.Type D"".(*parser).parseArrayOrSliceType D"".(*parser).parseArrayOrSliceType :go.string.hdr."parseChanType" "go.importpath."". Ttype.func(*go/types.Package) go/types.Type ltype.func(*"".parser, *go/types.Package) go/types.Type 4"".(*parser).parseChanType 2638 4"".(*parser).parseChanType 2639 4go.string.hdr."parseConst" 2640 "go.importpath."". 2641 Xtype.func(*go/types.Package) *go/types.Const 2642 ptype.func(*"".parser, *go/types.Package) *go/types.Const 2643 ."".(*parser).parseConst 2644 ."".(*parser).parseConst 2645 >go.string.hdr."parseConstValue""go.importpath."".\type.func() (go/constant.Value, go/types.Type)ptype.func(*"".parser) (go/constant.Value, go/types.Type)8"".(*parser).parseConstValue8"".(*parser).parseConstValue<go.string.hdr."parseDirective""go.importpath."".type.func()*type.func(*"".parser)6"".(*parser).parseDirective6"".(*parser).parseDirectiveBgo.string.hdr."parseExportedName""go.importpath."".Ntype.func() (*go/types.Package, string)btype.func(*"".parser) (*go/types.Package, string)<"".(*parser).parseExportedName <"".(*parser).parseExportedName 4go.string.hdr."parseField" "go.importpath."". htype.func(*go/types.Package) (*go/types.Var, string) type.func(*"".parser, *go/types.Package) (*go/types.Var, string) ."".(*parser).parseField ."".(*parser).parseField 2go.string.hdr."parseFunc""go.importpath."".Vtype.func(*go/types.Package) *go/types.Funcntype.func(*"".parser, *go/types.Package) *go/types.Func,"".(*parser).parseFunc,"".(*parser).parseFuncBgo.string.hdr."parseFunctionType""go.importpath."".`type.func(*go/types.Package) *go/types.Signaturextype.func(*"".parser, *go/types.Package) *go/types.Signature<"".(*parser).parseFunctionType<"".(*parser).parseFunctionType:go.string.hdr."parseInitData""go.importpath."".type.func()*type.func(*"".parser)4"".(*parser).parseInitData4"".(*parser).parseInitDataLgo.string.hdr."parseInitDataDirective""go.importpath."".type.func()*type.func(*"".parser)F"".(*parser).parseInitDataDirectiveF"".(*parser).parseInitDataDirective0go.string.hdr."parseInt""go.importpath.""."type.func() int646type.func(*"".parser) int64*"".(*parser).parseInt*"".(*parser).parseIntDgo.string.hdr."parseInterfaceType""go.importpath."".Ttype.func(*go/types.Package) go/types.Typeltype.func(*"".parser, *go/types.Package) go/types.Type>"".(*parser).parseInterfaceType>"".(*parser).parseInterfaceType8go.string.hdr."parseMapType""go.importpath."".Ttype.func(*go/types.Package) go/types.Typeltype.func(*"".parser, *go/types.Package) go/types.Type2"".(*parser).parseMapType2"".(*parser).parseMapType2go.string.hdr."parseName""go.importpath."".$type.func() string8type.func(*"".parser) string,"".(*parser).parseName,"".(*parser).parseName<go.string.hdr."parseNamedType""go.importpath."".8type.func(int) go/types.TypePtype.func(*"".parser, int) go/types.Type6"".(*parser).parseNamedType6"".(*parser).parseNamedType8go.string.hdr."parsePackage""go.importpath."".:type.func() *go/types.PackageNtype.func(*"".parser) *go/types.Package2"".(*parser).parsePackage2"".(*parser).parsePackage@go.string.hdr."parsePackageInit""go.importpath."".4type.func() "".PackageInitHtype.func(*"".parser) "".PackageInit:"".(*parser).parsePackageInit:"".(*parser).parsePackageInit4go.string.hdr."parseParam""go.importpath."".dtype.func(*go/types.Package) (*go/types.Var, bool)|type.func(*"".parser, *go/types.Package) (*go/types.Var, bool)."".(*parser).parseParam."".(*parser).parseParam<go.string.hdr."parseParamList""go.importpath."".htype.func(*go/types.Package) (*go/types.Tuple, bool)type.func(*"".parser, *go/types.Package) (*go/types.Tuple, bool)6"".(*parser).parseParamList6"".(*parser).parseParamList@go.string.hdr."parsePointerType""go.importpath."".Ttype.func(*go/types.Package) go/types.Typeltype.func(*"".parser, *go/types.Package) go/types.Type:"".(*parser).parsePointerType:"".(*parser).parsePointerTypeDgo.string.hdr."parseQualifiedName""go.importpath."".8type.func() (string, string)Ltype.func(*"".parser) (string, string)>"".(*parser).parseQualifiedName>"".(*parser).parseQualifiedNameJgo.string.hdr."parseQualifiedNameStr""go.importpath."".Dtype.func(string) (string, string)\type.func(*"".parser, string) (string, string)D"".(*parser).parseQualifiedNameStrD"".(*parser).parseQualifiedNameStr>go.string.hdr."parseResultList""go.importpath."".Xtype.func(*go/types.Package) *go/types.Tupleptype.func(*"".parser, *go/types.Package) *go/types.Tuple8"".(*parser).parseResultList8"".(*parser).parseResultList6go.string.hdr."parseString""go.importpath."".$type.func() string8type.func(*"".parser) string0"".(*parser).parseString0"".(*parser).parseString>go.string.hdr."parseStructType""go.importpath."".Ttype.func(*go/types.Package) go/types.Typeltype.func(*"".parser, *go/types.Package) go/types.Type8"".(*parser).parseStructType8"".(*parser).parseStructType2go.string.hdr."parseType""go.importpath."".Ttype.func(*go/types.Package) go/types.Typeltype.func(*"".parser, *go/types.Package) go/types.Type,"".(*parser).parseType,"".(*parser).parseTypeFgo.string.hdr."parseTypeDefinition""go.importpath."".^type.func(*go/types.Package, int) go/types.Typevtype.func(*"".parser, *go/types.Package, int) go/types.Type@"".(*parser).parseTypeDefinition@"".(*parser).parseTypeDefinition:go.string.hdr."parseTypeName""go.importpath."".<type.func() *go/types.TypeNamePtype.func(*"".parser) *go/types.TypeName4"".(*parser).parseTypeName4"".(*parser).parseTypeNameTgo.string.hdr."parseUnquotedQualifiedName""go.importpath."".8type.func() (string, string)Ltype.func(*"".parser) (string, string)N"".(*parser).parseUnquotedQualifiedNameN"".(*parser).parseUnquotedQualifiedNameFgo.string.hdr."parseUnquotedString""go.importpath."".$type.func() string8type.func(*"".parser) string@"".(*parser).parseUnquotedString@"".(*parser).parseUnquotedString0go.string.hdr."parseVar" "go.importpath."". Ttype.func(*go/types.Package) *go/types.Var ltype.func(*"".parser, *go/types.Package) *go/types.Var *"".(*parser).parseVar *"".(*parser).parseVarzgo.string.hdr."struct { F uintptr; p *gccgoimporter.parser }" -rgo.string."struct { F uintptr; p *gccgoimporter.parser }"rgo.string."struct { F uintptr; p *gccgoimporter.parser }"`\struct { F uintptr; p *gccgoimporter.parser }Ntype.struct { F uintptr; p *"".parser }0 runtime.algarray@"runtime.gcbits.02Pzgo.string.hdr."struct { F uintptr; p *gccgoimporter.parser }"p`go.weak.type.*struct { F uintptr; p *"".parser }"runtime.zerovalueNtype.struct { F uintptr; p *"".parser }$go.string.hdr.".F""go.importpath."".type.uintptr"go.string.hdr."p""go.importpath."".type.*"".parser|go.string.hdr."*struct { F uintptr; p *gccgoimporter.parser }" .tgo.string."*struct { F uintptr; p *gccgoimporter.parser }"tgo.string."*struct { F uintptr; p *gccgoimporter.parser }"`^*struct { F uintptr; p *gccgoimporter.parser }Ptype.*struct { F uintptr; p *"".parser }1660 runtime.algarray@"runtime.gcbits.01P|go.string.hdr."*struct { F uintptr; p *gccgoimporter.parser }"pbgo.weak.type.**struct { F uintptr; p *"".parser }"runtime.zerovalueNtype.struct { F uintptr; p *"".parser }Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals584c0e3716f3090cbb512e5551f2db1c00 2671 0Tgclocals42e7756549fd1f1e78e70fcb9f08dd2b00:type..hashfunc."".importError2type..hash."".importError6type..eqfunc."".importError.type..eq."".importError0type..alg."".importError :type..hashfunc."".importError6type..eqfunc."".importErrorTgo.string.hdr."*gccgoimporter.importError" Lgo.string."*gccgoimporter.importError"Lgo.string."*gccgoimporter.importError"@6*gccgoimporter.importError:go.string.hdr."gccgoimporter" 2go.string."gccgoimporter"2go.string."gccgoimporter" gccgoimporter6go.string.hdr."importError" .go.string."importError".go.string."importError" importError*go.string.hdr."Error" "go.string."Error""go.string."Error"ErrorTgclocalsc55cf99de9cdd8c8202a466952fa1a45 Tgclocals69076ee43f1cead0792b9f36906b1b56 ngo.string.hdr."func(*gccgoimporter.importError) string" 'fgo.string."func(*gccgoimporter.importError) string"fgo.string."func(*gccgoimporter.importError) string"PPfunc(*gccgoimporter.importError) stringBtype.func(*"".importError) string9-30 runtime.algarray@"runtime.gcbits.01Pngo.string.hdr."func(*gccgoimporter.importError) string"pTgo.weak.type.*func(*"".importError) string"runtime.zerovalueBtype.func(*"".importError) stringBtype.func(*"".importError) string(type.*"".importErrortype.stringgo.typelink.func(*gccgoimporter.importError) string func(*"".importError) stringBtype.func(*"".importError) string(type.*"".importError'o60 runtime.algarray@"runtime.gcbits.01PTgo.string.hdr."*gccgoimporter.importError"p:go.weak.type.**"".importError"runtime.zerovalue&type."".importError`(type.*"".importError(type.*"".importError*go.string.hdr."Error"$type.func() stringBtype.func(*"".importError) string."".(*importError).Error."".(*importError).Error"runtime.gcbits.61aRgo.string.hdr."gccgoimporter.importError" Jgo.string."gccgoimporter.importError"Jgo.string."gccgoimporter.importError"@4gccgoimporter.importError&go.string.hdr."pos" go.string."pos"go.string."pos"pos&go.string.hdr."err" go.string."err"go.string."err"errlgo.string.hdr."func(gccgoimporter.importError) string" &dgo.string."func(gccgoimporter.importError) string"dgo.string."func(gccgoimporter.importError) string"PNfunc(gccgoimporter.importError) string@type.func("".importError) stringbO30 runtime.algarray@"runtime.gcbits.01Plgo.string.hdr."func(gccgoimporter.importError) string"pRgo.weak.type.*func("".importError) string"runtime.zerovalue@type.func("".importError) string@type.func("".importError) string&type."".importErrortype.stringgo.typelink.func(gccgoimporter.importError) string func("".importError) string@type.func("".importError) string&type."".importError88(*00type..alg."".importError@"runtime.gcbits.61PRgo.string.hdr."gccgoimporter.importError"p(type.*"".importError"runtime.zerovalue&type."".importError&go.string.hdr."pos""go.importpath."".4type.text/scanner.Position&go.string.hdr."err""go.importpath."".type.error`&type."".importError6go.string.hdr."importError""go.importpath."".&type."".importError*go.string.hdr."Error"$type.func() string@type.func("".importError) string."".(*importError).Error("".importError.ErrorTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals2c78d3ad9d760b5f66e2e47be684c787 Tgclocals51af24152615272c3d9efc8538f95767 <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."**types.Package" 6go.string."**types.Package"6go.string."**types.Package" **types.Package.type.**go/types.Package!u60 runtime.algarray@"runtime.gcbits.01P>go.string.hdr."**types.Package"p@go.weak.type.***go/types.Package"runtime.zerovalue,type.*go/types.Package<go.string.hdr."[]types.Object" 4go.string."[]types.Object"4go.string."[]types.Object" []types.Object,type.[]go/types.Objectj0 runtime.algarray@"runtime.gcbits.01P<go.string.hdr."[]types.Object"p>go.weak.type.*[]go/types.Object"runtime.zerovalue(type.go/types.ObjectXgo.typelink.[]types.Object []go/types.Object,type.[]go/types.ObjectTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals2c78d3ad9d760b5f66e2e47be684c787 Tgclocals51af24152615272c3d9efc8538f95767 Btype..hashfunc.[8]go/types.Object:type..hash.[8]go/types.Object>type..eqfunc.[8]go/types.Object6type..eq.[8]go/types.Object8type..alg.[8]go/types.Object Btype..hashfunc.[8]go/types.Object>type..eqfunc.[8]go/types.Object>go.string.hdr."[8]types.Object" 6go.string."[8]types.Object"6go.string."[8]types.Object" [8]types.Object.type.[8]go/types.Objectx*08type..alg.[8]go/types.Object@&runtime.gcbits.ffffP>go.string.hdr."[8]types.Object"p@go.weak.type.*[8]go/types.Object"runtime.zerovalue(type.go/types.Object,type.[]go/types.Object\go.typelink.[8]types.Object [8]go/types.Object.type.[8]go/types.Object^go.string.hdr."*map.bucket[string]types.Object" Vgo.string."*map.bucket[string]types.Object"Vgo.string."*map.bucket[string]types.Object"@@*map.bucket[string]types.ObjectNtype.*map.bucket[string]go/types.Object=Q60 runtime.algarray@"runtime.gcbits.01P^go.string.hdr."*map.bucket[string]types.Object"p`go.weak.type.**map.bucket[string]go/types.Object"runtime.zerovalueLtype.map.bucket[string]go/types.Object2runtime.gcbits.aaaafeff03 2681 2682 \go.string.hdr."map.bucket[string]types.Object" Tgo.string."map.bucket[string]types.Object"Tgo.string."map.bucket[string]types.Object"@>map.bucket[string]types.ObjectLtype.map.bucket[string]go/types.Object0 runtime.algarray@2runtime.gcbits.aaaafeff03P\go.string.hdr."map.bucket[string]types.Object"p^go.weak.type.*map.bucket[string]go/types.Object"runtime.zerovalueLtype.map.bucket[string]go/types.Object.go.string.hdr."topbits"type.[8]uint8(go.string.hdr."keys"type.[8]string,go.string.hdr."values".type.[8]go/types.Object0go.string.hdr."overflow"Ntype.*map.bucket[string]go/types.ObjectVgo.string.hdr."map.hdr[string]types.Object" Ngo.string."map.hdr[string]types.Object"Ngo.string."map.hdr[string]types.Object"@8map.hdr[string]types.ObjectFtype.map.hdr[string]go/types.Object00 (,0 runtime.algarray@"runtime.gcbits.2cPVgo.string.hdr."map.hdr[string]types.Object"pXgo.weak.type.*map.hdr[string]go/types.Object"runtime.zerovalueFtype.map.hdr[string]go/types.Object*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"Ntype.*map.bucket[string]go/types.Object4go.string.hdr."oldbuckets"Ntype.*map.bucket[string]go/types.Object2go.string.hdr."nevacuate"type.uintptr0go.string.hdr."overflow"&type.unsafe.PointerNgo.string.hdr."map[string]types.Object" Fgo.string."map[string]types.Object"Fgo.string."map[string]types.Object"00map[string]types.Object>type.map[string]go/types.Object950 runtime.algarray@"runtime.gcbits.01PNgo.string.hdr."map[string]types.Object"pPgo.weak.type.*map[string]go/types.Object"runtime.zerovaluetype.string(type.go/types.ObjectLtype.map.bucket[string]go/types.ObjectFtype.map.hdr[string]go/types.Object|go.typelink.map[string]types.Object map[string]go/types.Object>type.map[string]go/types.Object8go.string.hdr."[]*types.Var" 0go.string."[]*types.Var"0go.string."[]*types.Var" []*types.Var(type.[]*go/types.VarQvR0 runtime.algarray@"runtime.gcbits.01P8go.string.hdr."[]*types.Var"p:go.weak.type.*[]*go/types.Var"runtime.zerovalue$type.*go/types.VarPgo.typelink.[]*types.Var []*go/types.Var(type.[]*go/types.Var:go.string.hdr."[1]*types.Var" 2go.string."[1]*types.Var"2go.string."[1]*types.Var" [1]*types.Var*type.[1]*go/types.VarA10 runtime.algarray@"runtime.gcbits.01P:go.string.hdr."[1]*types.Var"p<go.weak.type.*[1]*go/types.Var"runtime.zerovalue$type.*go/types.Var(type.[]*go/types.VarTgo.typelink.[1]*types.Var [1]*go/types.Var*type.[1]*go/types.Var<go.string.hdr."*[1]*types.Var" 4go.string."*[1]*types.Var"4go.string."*[1]*types.Var" *[1]*types.Var,type.*[1]*go/types.Var 60 runtime.algarray@"runtime.gcbits.01P<go.string.hdr."*[1]*types.Var"p>go.weak.type.**[1]*go/types.Var"runtime.zerovalue*type.[1]*go/types.Var<go.string.hdr."[]*types.Named" 4go.string."[]*types.Named"4go.string."[]*types.Named" []*types.Named,type.[]*go/types.Named<;0 runtime.algarray@"runtime.gcbits.01P<go.string.hdr."[]*types.Named"p>go.weak.type.*[]*go/types.Named"runtime.zerovalue(type.*go/types.NamedXgo.typelink.[]*types.Named []*go/types.Named,type.[]*go/types.Named:go.string.hdr."[]*types.Func" 2go.string."[]*types.Func"2go.string."[]*types.Func" []*types.Func*type.[]*go/types.Funcg0 runtime.algarray@"runtime.gcbits.01P:go.string.hdr."[]*types.Func"p<go.weak.type.*[]*go/types.Func"runtime.zerovalue&type.*go/types.FuncTgo.typelink.[]*types.Func []*go/types.Func*type.[]*go/types.FuncTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals2c78d3ad9d760b5f66e2e47be684c787 Tgclocals51af24152615272c3d9efc8538f95767 @type..hashfunc.[22]go/types.Type8type..hash.[22]go/types.Type<type..eqfunc.[22]go/types.Type4type..eq.[22]go/types.Type6type..alg.[22]go/types.Type @type..hashfunc.[22]go/types.Type<type..eqfunc.[22]go/types.Type6runtime.gcbits.ffffffffff0f<go.string.hdr."[22]types.Type" 4go.string."[22]types.Type"4go.string."[22]types.Type" [22]types.Type,type.[22]go/types.Type``=06type..alg.[22]go/types.Type@6runtime.gcbits.ffffffffff0fP<go.string.hdr."[22]types.Type"p>go.weak.type.*[22]go/types.Type"runtime.zerovalue$type.go/types.Type(type.[]go/types.TypeXgo.typelink.[22]types.Type [22]go/types.Type,type.[22]go/types.TypeNgo.string.hdr."*map.hdr[int]types.Type" Fgo.string."*map.hdr[int]types.Type"Fgo.string."*map.hdr[int]types.Type"00*map.hdr[int]types.Type>type.*map.hdr[int]go/types.Typea)60 runtime.algarray@"runtime.gcbits.01PNgo.string.hdr."*map.hdr[int]types.Type"pPgo.weak.type.**map.hdr[int]go/types.Type"runtime.zerovalue<type.map.hdr[int]go/types.TypeNgo.string.hdr."map.iter[int]types.Type" Fgo.string."map.iter[int]types.Type"Fgo.string."map.iter[int]types.Type"00map.iter[int]types.Type&go.string.hdr."key" go.string."key"go.string."key"key&go.string.hdr."val" go.string."val"go.string."val"val"go.string.hdr."t" go.string."t"go.string."t"t"go.string.hdr."h" go.string."h"go.string."h"h(go.string.hdr."bptr" go.string."bptr" go.string."bptr" 2696 bptr2go.string.hdr."overflow0" *go.string."overflow0"*go.string."overflow0" overflow02go.string.hdr."overflow1" *go.string."overflow1"*go.string."overflow1" overflow16go.string.hdr."startBucket" .go.string."startBucket".go.string."startBucket" startBucket*go.string.hdr."stuff" "go.string."stuff""go.string."stuff"stuff,go.string.hdr."bucket" $go.string."bucket"$go.string."bucket"bucket6go.string.hdr."checkBucket" .go.string."checkBucket".go.string."checkBucket" checkBucket>type.map.iter[int]go/types.Type `@3~ (08@HPX<0 runtime.algarray@"runtime.gcbits.ffPNgo.string.hdr."map.iter[int]types.Type"pPgo.weak.type.*map.iter[int]go/types.Type"runtime.zerovalue>type.map.iter[int]go/types.Type&go.string.hdr."key"type.*int&go.string.hdr."val"&type.*go/types.Type"go.string.hdr."t"type.*uint8"go.string.hdr."h">type.*map.hdr[int]go/types.Type.go.string.hdr."buckets"Dtype.*map.bucket[int]go/types.Type(go.string.hdr."bptr"Dtype.*map.bucket[int]go/types.Type2go.string.hdr."overflow0"&type.unsafe.Pointer2go.string.hdr."overflow1"&type.unsafe.Pointer6go.string.hdr."startBucket"type.uintptr*go.string.hdr."stuff"type.uintptr,go.string.hdr."bucket"type.uintptr6go.string.hdr."checkBucket"type.uintptr2go.string.hdr."*[4]uint8" *go.string."*[4]uint8"*go.string."*[4]uint8" *[4]uint8type.*[4]uint8G60 runtime.algarray@"runtime.gcbits.01P2go.string.hdr."*[4]uint8"p.go.weak.type.**[4]uint8"runtime.zerovaluetype.[4]uint82go.string.hdr."*[]string" *go.string."*[]string"*go.string."*[]string" *[]stringtype.*[]string"v60 runtime.algarray@"runtime.gcbits.01P2go.string.hdr."*[]string"p.go.weak.type.**[]string"runtime.zerovaluetype.[]string4go.string.hdr."*[8]string" 2704 ,go.string."*[8]string",go.string."*[8]string" *[8]stringtype.*[8]stringo60 runtime.algarray@"runtime.gcbits.01P4go.string.hdr."*[8]string"p0go.weak.type.**[8]string"runtime.zerovaluetype.[8]string<go.string.hdr."*[8]types.Type" 4go.string."*[8]types.Type"4go.string."*[8]types.Type" *[8]types.Type,type.*[8]go/types.Typet60 runtime.algarray@"runtime.gcbits.01P<go.string.hdr."*[8]types.Type"p>go.weak.type.**[8]go/types.Type"runtime.zerovalue*type.[8]go/types.Type@go.string.hdr."*[8]types.Object" 8go.string."*[8]types.Object"8go.string."*[8]types.Object"0"*[8]types.Object0type.*[8]go/types.Object;'60 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*[8]types.Object"pBgo.weak.type.**[8]go/types.Object"runtime.zerovalue.type.[8]go/types.Object>go.string.hdr."*[22]types.Type" 6go.string."*[22]types.Type"6go.string."*[22]types.Type" *[22]types.Type.type.*[22]go/types.Type60 runtime.algarray@"runtime.gcbits.01P>go.string.hdr."*[22]types.Type"p@go.weak.type.**[22]go/types.Type"runtime.zerovalue,type.[22]go/types.Type.go.string.hdr."runtime" &go.string."runtime"&go.string."runtime"runtime,go.importpath.runtime. &go.string."runtime"*go.string.hdr."bufio" "go.string."bufio""go.string."bufio"bufio(go.importpath.bufio. "go.string."bufio"*go.string.hdr."bytes" "go.string."bytes""go.string."bytes"bytes(go.importpath.bytes. "go.string."bytes",go.string.hdr."errors" $go.string."errors"$go.string."errors"errors*go.importpath.errors. $go.string."errors"$go.string.hdr."io" go.string."io"go.string."io"io"go.importpath.io. go.string."io"0go.string.hdr."go/types" (go.string."go/types"(go.string."go/types" go/types.go.importpath.go/types. (go.string."go/types"&go.string.hdr."fmt" go.string."fmt"go.string."fmt"fmt$go.importpath.fmt. go.string."fmt".go.string.hdr."strconv" &go.string."strconv"&go.string."strconv"strconv,go.importpath.strconv. &go.string."strconv"0go.string.hdr."go/token" (go.string."go/token"(go.string."go/token" go/token.go.importpath.go/token. (go.string."go/token".go.string.hdr."strings" &go.string."strings"&go.string."strings"strings,go.importpath.strings. &go.string."strings"6go.string.hdr."go/constant" .go.string."go/constant".go.string."go/constant" go/constant4go.importpath.go/constant. .go.string."go/constant"$go.string.hdr."os" go.string."os"go.string."os"os"go.importpath.os. go.string."os".go.string.hdr."os/exec" &go.string."os/exec"&go.string."os/exec"os/exec,go.importpath.os/exec. &go.string."os/exec":go.string.hdr."path/filepath" 2go.string."path/filepath"2go.string."path/filepath" path/filepath8go.importpath.path/filepath. 2go.string."path/filepath"2go.string.hdr."debug/elf" *go.string."debug/elf"*go.string."debug/elf" debug/elf0go.importpath.debug/elf. *go.string."debug/elf"8go.string.hdr."text/scanner" 0go.string."text/scanner"0go.string."text/scanner" text/scanner6go.importpath.text/scanner. 0go.string."text/scanner"8type..hash."".PackageInitf2type..hash."".PackageInit4type..eq."".PackageInitf.type..eq."".PackageInit.type..hash.[8]stringf(type..hash.[8]string*type..eq.[8]stringf$type..eq.[8]string.type..hash.[5]stringf(type..hash.[5]string*type..eq.[5]stringf$type..eq.[5]string.type..hash.[1]stringf(type..hash.[1]string*type..eq.[1]stringf$type..eq.[1]string.type..hash.[3]stringf(type..hash.[3]string*type..eq.[3]stringf$type..eq.[3]string.type..hash.[2]stringf(type..hash.[2]string*type..eq.[2]stringf$type..eq.[2]string:type..hash.[2]interface {}f4type..hash.[2]interface {}6type..eq.[2]interface {}f0type..eq.[2]interface {}:type..hash.[1]interface {}f4type..hash.[1]interface {}6type..eq.[1]interface {}f0type..eq.[1]interface {}<type..hash.[8]go/types.Typef6type..hash.[8]go/types.Type8type..eq.[8]go/types.Typef2type..eq.[8]go/types.Type8type..hash."".importErrorf2type..hash."".importError4type..eq."".importErrorf.type..eq."".importError4"".(*importError).Errorf."".(*importError).Error:type..hash.[3]interface {}f4type..hash.[3]interface {}6type..eq.[3]interface {}f0type..eq.[3]interface {}@type..hash.[8]go/types.Objectf:type..hash.[8]go/types.Object<type..eq.[8]go/types.Objectf6type..eq.[8]go/types.Object>type..hash.[22]go/types.Typef8type..hash.[22]go/types.Type:type..eq.[22]go/types.Typef4type..eq.[22]go/types.Type"runtime.zerovalue go13ld