Home | History | Annotate | Download | only in internal
      1 !<arch>
      2 __.PKGDEF       0           0     0     644     35226     `
      3 go object darwin amd64 go1.5.1 X:none
      4 build id "983681c00c9a829a93ada3fdbf7770efb2ce834a"
      5 
      6 $$
      7 package asm
      8 	import runtime "runtime"
      9 	import bytes "bytes"
     10 	import utf8 "unicode/utf8"
     11 	import fmt "fmt"
     12 	import strconv "strconv"
     13 	import os "os"
     14 	import scanner "text/scanner"
     15 	import arch "cmd/asm/internal/arch"
     16 	import obj "cmd/internal/obj"
     17 	import flags "cmd/asm/internal/flags"
     18 	import lex "cmd/asm/internal/lex"
     19 	import log "log"
     20 	type @"cmd/asm/internal/lex".ScanToken int32
     21 	func (@"cmd/asm/internal/lex".t2 @"cmd/asm/internal/lex".ScanToken) String () (? string)
     22 	type @"cmd/asm/internal/lex".TokenReader interface { Close(); Col() (? int); File() (? string); Line() (? int); Next() (? @"cmd/asm/internal/lex".ScanToken); SetPos(@"cmd/asm/internal/lex".line int, @"cmd/asm/internal/lex".file string); Text() (? string) }
     23 	type @"cmd/asm/internal/lex".Token struct { ? @"cmd/asm/internal/lex".ScanToken; @"cmd/asm/internal/lex".text string }
     24 	func (@"cmd/asm/internal/lex".l2 @"cmd/asm/internal/lex".Token "esc:0x12") String () (? string) { return @"cmd/asm/internal/lex".l2.@"cmd/asm/internal/lex".text }
     25 	import binary "encoding/binary" // indirect
     26 	type @"encoding/binary".ByteOrder interface { PutUint16(? []byte, ? uint16); PutUint32(? []byte, ? uint32); PutUint64(? []byte, ? uint64); String() (? string); Uint16(? []byte) (? uint16); Uint32(? []byte) (? uint32); Uint64(? []byte) (? uint64) }
     27 	type @"cmd/internal/obj".Auto struct { Asym *@"cmd/internal/obj".LSym; Link *@"cmd/internal/obj".Auto; Aoffset int32; Name int16; Gotype *@"cmd/internal/obj".LSym }
     28 	type @"cmd/internal/obj".Pcdata struct { P []byte }
     29 	type @"cmd/internal/obj".Pcln struct { Pcsp @"cmd/internal/obj".Pcdata; Pcfile @"cmd/internal/obj".Pcdata; Pcline @"cmd/internal/obj".Pcdata; Pcdata []@"cmd/internal/obj".Pcdata; Funcdata []*@"cmd/internal/obj".LSym; Funcdataoff []int64; File []*@"cmd/internal/obj".LSym; Lastfile *@"cmd/internal/obj".LSym; Lastindex int }
     30 	type @"cmd/internal/obj".Reloc struct { Off int32; Siz uint8; Type int32; Add int64; Sym *@"cmd/internal/obj".LSym }
     31 	type @"cmd/internal/obj".LSym struct { Name string; Type int16; Version int16; Dupok uint8; Cfunc uint8; Nosplit uint8; Leaf uint8; Seenglobl uint8; Onlist uint8; Local bool; Args int32; Locals int32; Value int64; Size int64; Next *@"cmd/internal/obj".LSym; Gotype *@"cmd/internal/obj".LSym; Autom *@"cmd/internal/obj".Auto; Text *@"cmd/internal/obj".Prog; Etext *@"cmd/internal/obj".Prog; Pcln *@"cmd/internal/obj".Pcln; P []byte; R []@"cmd/internal/obj".Reloc }
     32 	type @"cmd/internal/obj".LinkArch struct { ByteOrder @"encoding/binary".ByteOrder; Name string; Thechar int; Preprocess func(? *@"cmd/internal/obj".Link, ? *@"cmd/internal/obj".LSym); Assemble func(? *@"cmd/internal/obj".Link, ? *@"cmd/internal/obj".LSym); Follow func(? *@"cmd/internal/obj".Link, ? *@"cmd/internal/obj".LSym); Progedit func(? *@"cmd/internal/obj".Link, ? *@"cmd/internal/obj".Prog); UnaryDst map[int]bool; Minlc int; Ptrsize int; Regsize int }
     33 	type @"os".dirInfo struct { @"os".buf []byte; @"os".nbuf int; @"os".bufp int }
     34 	type @"os".file struct { @"os".fd int; @"os".name string; @"os".dirinfo *@"os".dirInfo; @"os".nepipe int32 }
     35 	func (@"os".file2 *@"os".file) @"os".close () (? error)
     36 	type @"os".FileMode uint32
     37 	func (@"os".m2 @"os".FileMode) IsDir () (? bool) { return @"os".m2 & @"os".FileMode(0x80000000) != @"os".FileMode(0x0) }
     38 	func (@"os".m2 @"os".FileMode) IsRegular () (? bool) { return @"os".m2 & @"os".FileMode(0x8f000000) == @"os".FileMode(0x0) }
     39 	func (@"os".m2 @"os".FileMode) Perm () (? @"os".FileMode) { return @"os".m2 & @"os".FileMode(0x1ff) }
     40 	func (@"os".m2 @"os".FileMode) String () (? string)
     41 	import time "time" // indirect
     42 	type @"time".zone struct { @"time".name string; @"time".offset int; @"time".isDST bool }
     43 	type @"time".zoneTrans struct { @"time".when int64; @"time".index uint8; @"time".isstd bool; @"time".isutc bool }
     44 	type @"time".Location struct { @"time".name string; @"time".zone []@"time".zone; @"time".tx []@"time".zoneTrans; @"time".cacheStart int64; @"time".cacheEnd int64; @"time".cacheZone *@"time".zone }
     45 	func (@"time".l2 *@"time".Location "esc:0x22") String () (? string)
     46 	func (@"time".l2 *@"time".Location "esc:0x1") @"time".firstZoneUsed () (? bool)
     47 	func (@"time".l2 *@"time".Location "esc:0x12") @"time".get () (? *@"time".Location)
     48 	func (@"time".l6 *@"time".Location "esc:0x32") @"time".lookup (@"time".sec7 int64) (@"time".name1 string, @"time".offset2 int, @"time".isDST3 bool, @"time".start4 int64, @"time".end5 int64)
     49 	func (@"time".l2 *@"time".Location "esc:0x1") @"time".lookupFirstZone () (? int)
     50 	func (@"time".l4 *@"time".Location "esc:0x1") @"time".lookupName (@"time".name5 string "esc:0x1", @"time".unix6 int64) (@"time".offset1 int, @"time".isDST2 bool, @"time".ok3 bool)
     51 	type @"time".Duration int64
     52 	func (@"time".d2 @"time".Duration) Hours () (? float64) { var @"time".hour3 @"time".Duration; ; @"time".hour3 = @"time".d2 / @"time".Duration(0x34630b8a000); var @"time".nsec4 @"time".Duration; ; @"time".nsec4 = @"time".d2 % @"time".Duration(0x34630b8a000); return float64(@"time".hour3) + float64(@"time".nsec4) * 8190022623310637111963488201822504381538623676021880892417778544696899264837610290203272971060556344039023584360473938041055625214280336402169897364226048p-553 }
     53 	func (@"time".d2 @"time".Duration) Minutes () (? float64) { var @"time".min3 @"time".Duration; ; @"time".min3 = @"time".d2 / @"time".Duration(0xdf8475800); var @"time".nsec4 @"time".Duration; ; @"time".nsec4 = @"time".d2 % @"time".Duration(0xdf8475800); return float64(@"time".min3) + float64(@"time".nsec4) * 7678146209353722106395056769533233877065564876941352542109479049699919628723768656821910653339403201031675627614471533358284117434246264392176261853609984p-547 }
     54 	func (@"time".d2 @"time".Duration) Nanoseconds () (? int64) { return int64(@"time".d2) }
     55 	func (@"time".d2 @"time".Duration) Seconds () (? float64) { var @"time".sec3 @"time".Duration; ; @"time".sec3 = @"time".d2 / @"time".Duration(0x3b9aca00); var @"time".nsec4 @"time".Duration; ; @"time".nsec4 = @"time".d2 % @"time".Duration(0x3b9aca00); return float64(@"time".sec3) + float64(@"time".nsec4) * 7198262071269114660816079141112770740375861891461678802759824945047098083990024106014198994535558872472104883612039846078596891298747423852523262413111296p-541 }
     56 	func (@"time".d2 @"time".Duration) String () (? string)
     57 	type @"time".Month int
     58 	func (@"time".m2 @"time".Month) String () (? string) { return @"time".months[@"time".m2 - @"time".Month(0x1)] }
     59 	type @"time".Weekday int
     60 	func (@"time".d2 @"time".Weekday) String () (? string) { return @"time".days[@"time".d2] }
     61 	type @"time".Time struct { @"time".sec int64; @"time".nsec int32; @"time".loc *@"time".Location }
     62 	func (@"time".t2 @"time".Time "esc:0x12") Add (@"time".d3 @"time".Duration) (? @"time".Time) { @"time".t2.@"time".sec += int64(@"time".d3 / @"time".Duration(0x3b9aca00)); var @"time".nsec4 int32; ; @"time".nsec4 = int32(@"time".t2.@"time".nsec) + int32(@"time".d3 % @"time".Duration(0x3b9aca00)); if @"time".nsec4 >= 0x3b9aca00 { @"time".t2.@"time".sec++; @"time".nsec4 -= 0x3b9aca00 } else { if @"time".nsec4 < 0x0 { @"time".t2.@"time".sec--; @"time".nsec4 += 0x3b9aca00 } }; @"time".t2.@"time".nsec = @"time".nsec4; return @"time".t2 }
     63 	func (@"time".t2 @"time".Time "esc:0x12") AddDate (@"time".years3 int, @"time".months4 int, @"time".days5 int) (? @"time".Time)
     64 	func (@"time".t2 @"time".Time "esc:0x1") After (@"time".u3 @"time".Time "esc:0x1") (? bool) { return @"time".t2.@"time".sec > @"time".u3.@"time".sec || @"time".t2.@"time".sec == @"time".u3.@"time".sec && @"time".t2.@"time".nsec > @"time".u3.@"time".nsec }
     65 	func (@"time".t2 @"time".Time "esc:0x9") AppendFormat (@"time".b3 []byte "esc:0x1a", @"time".layout4 string "esc:0x9") (? []byte)
     66 	func (@"time".t2 @"time".Time "esc:0x1") Before (@"time".u3 @"time".Time "esc:0x1") (? bool) { return @"time".t2.@"time".sec < @"time".u3.@"time".sec || @"time".t2.@"time".sec == @"time".u3.@"time".sec && @"time".t2.@"time".nsec < @"time".u3.@"time".nsec }
     67 	func (@"time".t4 @"time".Time "esc:0x1") Clock () (@"time".hour1 int, @"time".min2 int, @"time".sec3 int)
     68 	func (@"time".t4 @"time".Time "esc:0x1") Date () (@"time".year1 int, @"time".month2 @"time".Month, @"time".day3 int)
     69 	func (@"time".t2 @"time".Time "esc:0x1") Day () (? int)
     70 	func (@"time".t2 @"time".Time "esc:0x1") Equal (@"time".u3 @"time".Time "esc:0x1") (? bool) { return @"time".t2.@"time".sec == @"time".u3.@"time".sec && @"time".t2.@"time".nsec == @"time".u3.@"time".nsec }
     71 	func (@"time".t2 @"time".Time "esc:0x9") Format (@"time".layout3 string "esc:0x9") (? string)
     72 	func (@"time".t2 *@"time".Time "esc:0x1") GobDecode (@"time".data3 []byte "esc:0x1") (? error)
     73 	func (@"time".t3 @"time".Time "esc:0x1") GobEncode () (? []byte, ? error)
     74 	func (@"time".t2 @"time".Time "esc:0x1") Hour () (? int)
     75 	func (@"time".t3 @"time".Time "esc:0x1") ISOWeek () (@"time".year1 int, @"time".week2 int)
     76 	func (@"time".t2 @"time".Time "esc:0x12") In (@"time".loc3 *@"time".Location "esc:0x12") (? @"time".Time)
     77 	func (@"time".t2 @"time".Time "esc:0x1") IsZero () (? bool) { return @"time".t2.@"time".sec == 0x0 && @"time".t2.@"time".nsec == 0x0 }
     78 	func (@"time".t2 @"time".Time "esc:0x12") Local () (? @"time".Time) { @"time".t2.@"time".loc = @"time".Local; return @"time".t2 }
     79 	func (@"time".t2 @"time".Time "esc:0x12") Location () (? *@"time".Location) { var @"time".l3 *@"time".Location; ; @"time".l3 = @"time".t2.@"time".loc; if @"time".l3 == nil { @"time".l3 = @"time".UTC }; return @"time".l3 }
     80 	func (@"time".t3 @"time".Time "esc:0x1") MarshalBinary () (? []byte, ? error)
     81 	func (@"time".t3 @"time".Time "esc:0x9") MarshalJSON () (? []byte, ? error)
     82 	func (@"time".t3 @"time".Time "esc:0x9") MarshalText () (? []byte, ? error)
     83 	func (@"time".t2 @"time".Time "esc:0x1") Minute () (? int)
     84 	func (@"time".t2 @"time".Time "esc:0x1") Month () (? @"time".Month)
     85 	func (@"time".t2 @"time".Time "esc:0x1") Nanosecond () (? int) { return int(@"time".t2.@"time".nsec) }
     86 	func (@"time".t2 @"time".Time "esc:0x12") Round (@"time".d3 @"time".Duration) (? @"time".Time)
     87 	func (@"time".t2 @"time".Time "esc:0x1") Second () (? int)
     88 	func (@"time".t2 @"time".Time "esc:0x9") String () (? string)
     89 	func (@"time".t2 @"time".Time "esc:0x1") Sub (@"time".u3 @"time".Time "esc:0x1") (? @"time".Duration)
     90 	func (@"time".t2 @"time".Time "esc:0x12") Truncate (@"time".d3 @"time".Duration) (? @"time".Time)
     91 	func (@"time".t2 @"time".Time "esc:0x12") UTC () (? @"time".Time) { @"time".t2.@"time".loc = @"time".UTC; return @"time".t2 }
     92 	func (@"time".t2 @"time".Time "esc:0x1") Unix () (? int64) { return @"time".t2.@"time".sec + -0xe7791f700 }
     93 	func (@"time".t2 @"time".Time "esc:0x1") UnixNano () (? int64) { return (@"time".t2.@"time".sec + -0xe7791f700) * 0x3b9aca00 + int64(@"time".t2.@"time".nsec) }
     94 	func (@"time".t2 *@"time".Time "esc:0x1") UnmarshalBinary (@"time".data3 []byte "esc:0x1") (? error)
     95 	func (@"time".t2 *@"time".Time "esc:0x1") UnmarshalJSON (@"time".data3 []byte "esc:0x1") (@"time".err1 error)
     96 	func (@"time".t2 *@"time".Time "esc:0x1") UnmarshalText (@"time".data3 []byte "esc:0x1") (@"time".err1 error)
     97 	func (@"time".t2 @"time".Time "esc:0x1") Weekday () (? @"time".Weekday)
     98 	func (@"time".t2 @"time".Time "esc:0x1") Year () (? int)
     99 	func (@"time".t2 @"time".Time "esc:0x1") YearDay () (? int)
    100 	func (@"time".t3 @"time".Time "esc:0x32") Zone () (@"time".name1 string, @"time".offset2 int)
    101 	func (@"time".t2 @"time".Time "esc:0x1") @"time".abs () (? uint64)
    102 	func (@"time".t5 @"time".Time "esc:0x1") @"time".date (@"time".full6 bool) (@"time".year1 int, @"time".month2 @"time".Month, @"time".day3 int, @"time".yday4 int)
    103 	func (@"time".t4 @"time".Time "esc:0x32") @"time".locabs () (@"time".name1 string, @"time".offset2 int, @"time".abs3 uint64)
    104 	type @"os".FileInfo interface { IsDir() (? bool); ModTime() (? @"time".Time); Mode() (? @"os".FileMode); Name() (? string); Size() (? int64); Sys() (? interface {}) }
    105 	type @"os".File struct { @"os".? *@"os".file }
    106 	func (@"os".f2 *@"os".File "esc:0x22") Chdir () (? error)
    107 	func (@"os".f2 *@"os".File "esc:0x22") Chmod (@"os".mode3 @"os".FileMode) (? error)
    108 	func (@"os".f2 *@"os".File "esc:0x22") Chown (@"os".uid3 int, @"os".gid4 int) (? error)
    109 	func (@"os".f2 *@"os".File "esc:0x9") Close () (? error)
    110 	func (@"os".f2 *@"os".File "esc:0x1") Fd () (? uintptr) { if @"os".f2 == nil { return 0xffffffffffffffff }; return uintptr(@"os".f2.@"os".file.@"os".fd) }
    111 	func (@"os".f2 *@"os".File "esc:0x32") Name () (? string) { return @"os".f2.@"os".file.@"os".name }
    112 	func (@"os".f3 *@"os".File "esc:0x102") Read (@"os".b4 []byte "esc:0x1") (@"os".n1 int, @"os".err2 error)
    113 	func (@"os".f3 *@"os".File "esc:0x102") ReadAt (@"os".b4 []byte "esc:0x1", @"os".off5 int64) (@"os".n1 int, @"os".err2 error)
    114 	func (@"os".f3 *@"os".File "esc:0x1") Readdir (@"os".n4 int) (@"os".fi1 []@"os".FileInfo, @"os".err2 error)
    115 	func (@"os".f3 *@"os".File "esc:0x1") Readdirnames (@"os".n4 int) (@"os".names1 []string, @"os".err2 error)
    116 	func (@"os".f3 *@"os".File "esc:0x102") Seek (@"os".offset4 int64, @"os".whence5 int) (@"os".ret1 int64, @"os".err2 error)
    117 	func (@"os".f3 *@"os".File "esc:0x10a") Stat () (? @"os".FileInfo, ? error)
    118 	func (@"os".f2 *@"os".File "esc:0x1") Sync () (? error)
    119 	func (@"os".f2 *@"os".File "esc:0x22") Truncate (@"os".size3 int64) (? error)
    120 	func (@"os".f3 *@"os".File "esc:0x10a") Write (@"os".b4 []byte "esc:0x1") (@"os".n1 int, @"os".err2 error)
    121 	func (@"os".f3 *@"os".File "esc:0x102") WriteAt (@"os".b4 []byte "esc:0x1", @"os".off5 int64) (@"os".n1 int, @"os".err2 error)
    122 	func (@"os".f3 *@"os".File "esc:0x10a") WriteString (@"os".s4 string "esc:0x1") (@"os".n1 int, @"os".err2 error)
    123 	func (@"os".f3 *@"os".File "esc:0x1") @"os".pread (@"os".b4 []byte "esc:0x1", @"os".off5 int64) (@"os".n1 int, @"os".err2 error)
    124 	func (@"os".f3 *@"os".File "esc:0x1") @"os".pwrite (@"os".b4 []byte "esc:0x1", @"os".off5 int64) (@"os".n1 int, @"os".err2 error)
    125 	func (@"os".f3 *@"os".File "esc:0x1") @"os".read (@"os".b4 []byte "esc:0x1") (@"os".n1 int, @"os".err2 error)
    126 	func (@"os".f3 *@"os".File "esc:0x1") @"os".readdir (@"os".n4 int) (@"os".fi1 []@"os".FileInfo, @"os".err2 error)
    127 	func (@"os".f3 *@"os".File "esc:0x1") @"os".readdirnames (@"os".n4 int) (@"os".names1 []string, @"os".err2 error)
    128 	func (@"os".f3 *@"os".File "esc:0x1") @"os".seek (@"os".offset4 int64, @"os".whence5 int) (@"os".ret1 int64, @"os".err2 error)
    129 	func (@"os".f3 *@"os".File "esc:0x1") @"os".write (@"os".b4 []byte "esc:0x1") (@"os".n1 int, @"os".err2 error)
    130 	import bufio "bufio" // indirect
    131 	import io "io" // indirect
    132 	type @"io".Reader interface { Read(@"io".p []byte) (@"io".n int, @"io".err error) }
    133 	type @"io".Writer interface { Write(@"io".p []byte) (@"io".n int, @"io".err error) }
    134 	type @"bufio".Reader struct { @"bufio".buf []byte; @"bufio".rd @"io".Reader; @"bufio".r int; @"bufio".w int; @"bufio".err error; @"bufio".lastByte int; @"bufio".lastRuneSize int }
    135 	func (@"bufio".b2 *@"bufio".Reader "esc:0x1") Buffered () (? int) { return @"bufio".b2.@"bufio".w - @"bufio".b2.@"bufio".r }
    136 	func (@"bufio".b3 *@"bufio".Reader "esc:0x10a") Discard (@"bufio".n4 int) (@"bufio".discarded1 int, @"bufio".err2 error)
    137 	func (@"bufio".b3 *@"bufio".Reader "esc:0x12a") Peek (@"bufio".n4 int) (? []byte, ? error)
    138 	func (@"bufio".b3 *@"bufio".Reader "esc:0x10a") Read (@"bufio".p4 []byte) (@"bufio".n1 int, @"bufio".err2 error)
    139 	func (@"bufio".b3 *@"bufio".Reader "esc:0x10a") ReadByte () (@"bufio".c1 byte, @"bufio".err2 error)
    140 	func (@"bufio".b3 *@"bufio".Reader "esc:0x10a") ReadBytes (@"bufio".delim4 byte) (@"bufio".line1 []byte, @"bufio".err2 error)
    141 	func (@"bufio".b4 *@"bufio".Reader "esc:0x82a") ReadLine () (@"bufio".line1 []byte, @"bufio".isPrefix2 bool, @"bufio".err3 error)
    142 	func (@"bufio".b4 *@"bufio".Reader "esc:0x80a") ReadRune () (@"bufio".r1 rune, @"bufio".size2 int, @"bufio".err3 error)
    143 	func (@"bufio".b3 *@"bufio".Reader "esc:0x12a") ReadSlice (@"bufio".delim4 byte) (@"bufio".line1 []byte, @"bufio".err2 error)
    144 	func (@"bufio".b3 *@"bufio".Reader "esc:0x10a") ReadString (@"bufio".delim4 byte) (@"bufio".line1 string, @"bufio".err2 error)
    145 	func (@"bufio".b1 *@"bufio".Reader "esc:0x9") Reset (@"bufio".r2 @"io".Reader) { @"bufio".b1.@"bufio".reset(@"bufio".b1.@"bufio".buf, @"bufio".r2) }
    146 	func (@"bufio".b2 *@"bufio".Reader "esc:0x1") UnreadByte () (? error) { if @"bufio".b2.@"bufio".lastByte < 0x0 || @"bufio".b2.@"bufio".r == 0x0 && @"bufio".b2.@"bufio".w > 0x0 { return @"bufio".ErrInvalidUnreadByte }; if @"bufio".b2.@"bufio".r > 0x0 { @"bufio".b2.@"bufio".r-- } else { @"bufio".b2.@"bufio".w = 0x1 }; @"bufio".b2.@"bufio".buf[@"bufio".b2.@"bufio".r] = byte(@"bufio".b2.@"bufio".lastByte); @"bufio".b2.@"bufio".lastByte = -0x1; @"bufio".b2.@"bufio".lastRuneSize = -0x1; return nil }
    147 	func (@"bufio".b2 *@"bufio".Reader "esc:0x1") UnreadRune () (? error) { if @"bufio".b2.@"bufio".lastRuneSize < 0x0 || @"bufio".b2.@"bufio".r < @"bufio".b2.@"bufio".lastRuneSize { return @"bufio".ErrInvalidUnreadRune }; @"bufio".b2.@"bufio".r -= @"bufio".b2.@"bufio".lastRuneSize; @"bufio".b2.@"bufio".lastByte = -0x1; @"bufio".b2.@"bufio".lastRuneSize = -0x1; return nil }
    148 	func (@"bufio".b3 *@"bufio".Reader "esc:0x10a") WriteTo (@"bufio".w4 @"io".Writer) (@"bufio".n1 int64, @"bufio".err2 error)
    149 	func (@"bufio".b1 *@"bufio".Reader "esc:0x9") @"bufio".fill ()
    150 	func (@"bufio".b2 *@"bufio".Reader "esc:0x22") @"bufio".readErr () (? error) { var @"bufio".err3 error; ; @"bufio".err3 = @"bufio".b2.@"bufio".err; @"bufio".b2.@"bufio".err = nil; return @"bufio".err3 }
    151 	func (@"bufio".b1 *@"bufio".Reader "esc:0x1") @"bufio".reset (@"bufio".buf2 []byte, @"bufio".r3 @"io".Reader) { *@"bufio".b1 = (@"bufio".Reader{ @"bufio".buf:@"bufio".buf2, @"bufio".rd:@"bufio".r3, @"bufio".lastByte:-0x1, @"bufio".lastRuneSize:-0x1 }) }
    152 	func (@"bufio".b3 *@"bufio".Reader "esc:0x9") @"bufio".writeBuf (@"bufio".w4 @"io".Writer) (? int64, ? error)
    153 	type @"bufio".Writer struct { @"bufio".err error; @"bufio".buf []byte; @"bufio".n int; @"bufio".wr @"io".Writer }
    154 	func (@"bufio".b2 *@"bufio".Writer "esc:0x1") Available () (? int) { return len(@"bufio".b2.@"bufio".buf) - @"bufio".b2.@"bufio".n }
    155 	func (@"bufio".b2 *@"bufio".Writer "esc:0x1") Buffered () (? int) { return @"bufio".b2.@"bufio".n }
    156 	func (@"bufio".b2 *@"bufio".Writer "esc:0x2a") Flush () (? error)
    157 	func (@"bufio".b3 *@"bufio".Writer "esc:0x10a") ReadFrom (@"bufio".r4 @"io".Reader) (@"bufio".n1 int64, @"bufio".err2 error)
    158 	func (@"bufio".b1 *@"bufio".Writer "esc:0x1") Reset (@"bufio".w2 @"io".Writer) { @"bufio".b1.@"bufio".err = nil; @"bufio".b1.@"bufio".n = 0x0; @"bufio".b1.@"bufio".wr = @"bufio".w2 }
    159 	func (@"bufio".b3 *@"bufio".Writer "esc:0x10a") Write (@"bufio".p4 []byte) (@"bufio".nn1 int, @"bufio".err2 error)
    160 	func (@"bufio".b2 *@"bufio".Writer "esc:0x2a") WriteByte (@"bufio".c3 byte) (? error)
    161 	func (@"bufio".b3 *@"bufio".Writer "esc:0x10a") WriteRune (@"bufio".r4 rune) (@"bufio".size1 int, @"bufio".err2 error)
    162 	func (@"bufio".b3 *@"bufio".Writer "esc:0x10a") WriteString (@"bufio".s4 string "esc:0x9") (? int, ? error)
    163 	func (@"bufio".b2 *@"bufio".Writer "esc:0x2a") @"bufio".flush () (? error)
    164 	type @"cmd/internal/obj".Biobuf struct { @"cmd/internal/obj".f *@"os".File; @"cmd/internal/obj".r *@"bufio".Reader; @"cmd/internal/obj".w *@"bufio".Writer; @"cmd/internal/obj".linelen int }
    165 	func (@"cmd/internal/obj".b2 *@"cmd/internal/obj".Biobuf "esc:0x3a") Flush () (? error)
    166 	func (@"cmd/internal/obj".b3 *@"cmd/internal/obj".Biobuf "esc:0x1ba") Peek (@"cmd/internal/obj".n4 int) (? []byte, ? error)
    167 	func (@"cmd/internal/obj".b3 *@"cmd/internal/obj".Biobuf "esc:0x18a") Read (@"cmd/internal/obj".p4 []byte) (? int, ? error)
    168 	func (@"cmd/internal/obj".b3 *@"cmd/internal/obj".Biobuf "esc:0x18a") Write (@"cmd/internal/obj".p4 []byte) (? int, ? error)
    169 	type @"cmd/internal/obj".SymVer struct { Name string; Version int }
    170 	type @"cmd/internal/obj".LineStack struct { Parent *@"cmd/internal/obj".LineStack; Lineno int; File string; AbsFile string; FileLine int; Directive bool; Sym *@"cmd/internal/obj".LSym }
    171 	func (@"cmd/internal/obj".stk2 *@"cmd/internal/obj".LineStack "esc:0x1") @"cmd/internal/obj".fileLineAt (@"cmd/internal/obj".lineno3 int) (? int) { return @"cmd/internal/obj".stk2.FileLine + @"cmd/internal/obj".lineno3 - @"cmd/internal/obj".stk2.Lineno }
    172 	type @"cmd/internal/obj".LineRange struct { Start int; Stack *@"cmd/internal/obj".LineStack }
    173 	type @"cmd/internal/obj".LineHist struct { Top *@"cmd/internal/obj".LineStack; Ranges []@"cmd/internal/obj".LineRange; Dir string; TrimPathPrefix string; GOROOT string; GOROOT_FINAL string }
    174 	func (@"cmd/internal/obj".h3 *@"cmd/internal/obj".LineHist "esc:0x42") AbsFileLine (@"cmd/internal/obj".lineno4 int) (@"cmd/internal/obj".file1 string, @"cmd/internal/obj".line2 int)
    175 	func (@"cmd/internal/obj".h2 *@"cmd/internal/obj".LineHist "esc:0x32") At (@"cmd/internal/obj".lineno3 int) (? *@"cmd/internal/obj".LineStack)
    176 	func (@"cmd/internal/obj".h3 *@"cmd/internal/obj".LineHist "esc:0x42") FileLine (@"cmd/internal/obj".lineno4 int) (@"cmd/internal/obj".file1 string, @"cmd/internal/obj".line2 int)
    177 	func (@"cmd/internal/obj".h2 *@"cmd/internal/obj".LineHist "esc:0x9") LineString (@"cmd/internal/obj".lineno3 int) (? string)
    178 	func (@"cmd/internal/obj".h1 *@"cmd/internal/obj".LineHist "esc:0x9") Pop (@"cmd/internal/obj".lineno2 int)
    179 	func (@"cmd/internal/obj".h1 *@"cmd/internal/obj".LineHist "esc:0x9") Push (@"cmd/internal/obj".lineno2 int, @"cmd/internal/obj".file3 string)
    180 	func (@"cmd/internal/obj".h1 *@"cmd/internal/obj".LineHist "esc:0x9") Update (@"cmd/internal/obj".lineno2 int, @"cmd/internal/obj".file3 string, @"cmd/internal/obj".line4 int)
    181 	func (@"cmd/internal/obj".h1 *@"cmd/internal/obj".LineHist "esc:0x9") @"cmd/internal/obj".setFile (@"cmd/internal/obj".stk2 *@"cmd/internal/obj".LineStack "esc:0x1", @"cmd/internal/obj".file3 string)
    182 	func (@"cmd/internal/obj".h1 *@"cmd/internal/obj".LineHist "esc:0x9") @"cmd/internal/obj".startRange (@"cmd/internal/obj".lineno2 int, @"cmd/internal/obj".top3 *@"cmd/internal/obj".LineStack) { @"cmd/internal/obj".h1.Top = @"cmd/internal/obj".top3; @"cmd/internal/obj".h1.Ranges = append(@"cmd/internal/obj".h1.Ranges, (@"cmd/internal/obj".LineRange{ Start:@"cmd/internal/obj".top3.Lineno, Stack:@"cmd/internal/obj".top3 })) }
    183 	type @"cmd/internal/obj".Plist struct { Name *@"cmd/internal/obj".LSym; Firstpc *@"cmd/internal/obj".Prog; Recur int; Link *@"cmd/internal/obj".Plist }
    184 	type @"cmd/internal/obj".Addr struct { Type int16; Reg int16; Index int16; Scale int16; Name int8; Class int8; Etype uint8; Offset int64; Width int64; Sym *@"cmd/internal/obj".LSym; Gotype *@"cmd/internal/obj".LSym; Val interface {}; Node interface {} }
    185 	type @"cmd/internal/obj".Link struct { Goarm int32; Headtype int; Arch *@"cmd/internal/obj".LinkArch; Debugasm int32; Debugvlog int32; Debugzerostack int32; Debugdivmod int32; Debugpcln int32; Flag_shared int32; Flag_dynlink bool; Bso *@"cmd/internal/obj".Biobuf; Pathname string; Windows int32; Goroot string; Goroot_final string; Enforce_data_order int32; Hash map[@"cmd/internal/obj".SymVer]*@"cmd/internal/obj".LSym; LineHist @"cmd/internal/obj".LineHist; Imports []string; Plist *@"cmd/internal/obj".Plist; Plast *@"cmd/internal/obj".Plist; Sym_div *@"cmd/internal/obj".LSym; Sym_divu *@"cmd/internal/obj".LSym; Sym_mod *@"cmd/internal/obj".LSym; Sym_modu *@"cmd/internal/obj".LSym; Tlsg *@"cmd/internal/obj".LSym; Plan9privates *@"cmd/internal/obj".LSym; Curp *@"cmd/internal/obj".Prog; Printp *@"cmd/internal/obj".Prog; Blitrl *@"cmd/internal/obj".Prog; Elitrl *@"cmd/internal/obj".Prog; Rexflag int; Rep int; Repn int; Lock int; Asmode int; Andptr []byte; And [100]uint8; Instoffset int64; Autosize int32; Armsize int32; Pc int64; Tlsoffset int; Diag func(? string, ? ...interface {}); Mode int; Cursym *@"cmd/internal/obj".LSym; Version int; Textp *@"cmd/internal/obj".LSym; Etextp *@"cmd/internal/obj".LSym }
    186 	func (@"cmd/internal/obj".ctxt1 *@"cmd/internal/obj".Link "esc:0x9") AddImport (@"cmd/internal/obj".pkg2 string) { @"cmd/internal/obj".ctxt1.Imports = append(@"cmd/internal/obj".ctxt1.Imports, @"cmd/internal/obj".pkg2) }
    187 	func (@"cmd/internal/obj".ctxt2 *@"cmd/internal/obj".Link "esc:0x1") Dconv (@"cmd/internal/obj".a3 *@"cmd/internal/obj".Addr "esc:0x9") (? string)
    188 	func (@"cmd/internal/obj".ctxt2 *@"cmd/internal/obj".Link "esc:0x9") Line (@"cmd/internal/obj".n3 int) (? string)
    189 	func (@"cmd/internal/obj".ctxt2 *@"cmd/internal/obj".Link) NewProg () (? *@"cmd/internal/obj".Prog) { var @"cmd/internal/obj".p3 *@"cmd/internal/obj".Prog; ; @"cmd/internal/obj".p3 = new(@"cmd/internal/obj".Prog); @"cmd/internal/obj".p3.Ctxt = @"cmd/internal/obj".ctxt2; return @"cmd/internal/obj".p3 }
    190 	type @"cmd/internal/obj".ProgInfo struct { Flags uint32; Reguse uint64; Regset uint64; Regindex uint64 }
    191 	type @"cmd/internal/obj".Prog struct { Ctxt *@"cmd/internal/obj".Link; Link *@"cmd/internal/obj".Prog; From @"cmd/internal/obj".Addr; From3 *@"cmd/internal/obj".Addr; To @"cmd/internal/obj".Addr; Opt interface {}; Forwd *@"cmd/internal/obj".Prog; Pcond *@"cmd/internal/obj".Prog; Rel *@"cmd/internal/obj".Prog; Pc int64; Lineno int32; Spadj int32; As int16; Reg int16; RegTo2 int16; Mark uint16; Optab uint16; Scond uint8; Back uint8; Ft uint8; Tt uint8; Isize uint8; Mode int8; Info @"cmd/internal/obj".ProgInfo }
    192 	func (@"cmd/internal/obj".p2 *@"cmd/internal/obj".Prog "esc:0x1") From3Offset () (? int64) { if @"cmd/internal/obj".p2.From3 == nil { return 0x0 }; return @"cmd/internal/obj".p2.From3.Offset }
    193 	func (@"cmd/internal/obj".p2 *@"cmd/internal/obj".Prog "esc:0x1") From3Type () (? int16) { if @"cmd/internal/obj".p2.From3 == nil { return 0x0 }; return @"cmd/internal/obj".p2.From3.Type }
    194 	func (@"cmd/internal/obj".p2 *@"cmd/internal/obj".Prog "esc:0x9") Line () (? string)
    195 	func (@"cmd/internal/obj".p2 *@"cmd/internal/obj".Prog "esc:0x9") String () (? string)
    196 	type @"".Patch struct { @"".prog *@"cmd/internal/obj".Prog; @"".label string }
    197 	type @"cmd/asm/internal/arch".Arch struct { ? *@"cmd/internal/obj".LinkArch; Instructions map[string]int; Register map[string]int16; RegisterPrefix map[string]bool; RegisterNumber func(? string, ? int16) (? int16, ? bool); IsJump func(@"cmd/asm/internal/arch".word string) (? bool) }
    198 	type @"".Parser struct { @"".lex @"cmd/asm/internal/lex".TokenReader; @"".lineNum int; @"".histLineNum int32; @"".errorLine int32; @"".errorCount int; @"".pc int64; @"".input []@"cmd/asm/internal/lex".Token; @"".inputPos int; @"".pendingLabels []string; @"".labels map[string]*@"cmd/internal/obj".Prog; @"".toPatch []@"".Patch; @"".addr []@"cmd/internal/obj".Addr; @"".arch *@"cmd/asm/internal/arch".Arch; @"".ctxt *@"cmd/internal/obj".Link; @"".firstProg *@"cmd/internal/obj".Prog; @"".lastProg *@"cmd/internal/obj".Prog; @"".dataAddr map[string]int64 }
    199 	func (@"".p3 *@"".Parser "esc:0x2a") Parse () (? *@"cmd/internal/obj".Prog, ? bool)
    200 	func (@"".p2 *@"".Parser "esc:0x9") @"".address (@"".operand3 []@"cmd/asm/internal/lex".Token) (? @"cmd/internal/obj".Addr)
    201 	func (@"".p1 *@"".Parser "esc:0x9") @"".append (@"".prog2 *@"cmd/internal/obj".Prog, @"".cond3 string, @"".doLabel4 bool)
    202 	func (@"".p1 *@"".Parser "esc:0x9") @"".asmData (@"".word2 string "esc:0x1", @"".operands3 [][]@"cmd/asm/internal/lex".Token "esc:0x9")
    203 	func (@"".p1 *@"".Parser "esc:0x9") @"".asmFuncData (@"".word2 string "esc:0x1", @"".operands3 [][]@"cmd/asm/internal/lex".Token "esc:0x9")
    204 	func (@"".p1 *@"".Parser "esc:0x9") @"".asmGlobl (@"".word2 string "esc:0x1", @"".operands3 [][]@"cmd/asm/internal/lex".Token "esc:0x9")
    205 	func (@"".p1 *@"".Parser "esc:0x9") @"".asmInstruction (@"".op2 int, @"".cond3 string, @"".a4 []@"cmd/internal/obj".Addr "esc:0x9")
    206 	func (@"".p1 *@"".Parser "esc:0x9") @"".asmJump (@"".op2 int, @"".cond3 string, @"".a4 []@"cmd/internal/obj".Addr)
    207 	func (@"".p1 *@"".Parser "esc:0x9") @"".asmPCData (@"".word2 string "esc:0x1", @"".operands3 [][]@"cmd/asm/internal/lex".Token "esc:0x9")
    208 	func (@"".p1 *@"".Parser "esc:0x9") @"".asmText (@"".word2 string "esc:0x1", @"".operands3 [][]@"cmd/asm/internal/lex".Token "esc:0x9")
    209 	func (@"".p2 *@"".Parser "esc:0x1") @"".at (@"".next3 ...@"cmd/asm/internal/lex".ScanToken "esc:0x1") (? bool)
    210 	func (@"".p2 *@"".Parser "esc:0x1") @"".atRegisterShift () (? bool)
    211 	func (@"".p2 *@"".Parser "esc:0x1") @"".atStartOfRegister (@"".name3 string "esc:0x1") (? bool) {  var @"".present4 bool; _, @"".present4 = @"".p2.@"".arch.Register[@"".name3]; if @"".present4 { return true }; return @"".p2.@"".arch.RegisterPrefix[@"".name3] && @"".p2.@"".peek() == @"cmd/asm/internal/lex".ScanToken(0x28) }
    212 	func (@"".p2 *@"".Parser "esc:0x9") @"".atof (@"".str3 string) (? float64)
    213 	func (@"".p2 *@"".Parser "esc:0x9") @"".atoi (@"".str3 string) (? uint64)
    214 	func (@"".p2 *@"".Parser "esc:0x9") @"".atos (@"".str3 string "esc:0x12") (? string)
    215 	func (@"".p1 *@"".Parser "esc:0x1") @"".back () { @"".p1.@"".inputPos-- }
    216 	func (@"".p1 *@"".Parser "esc:0x1") @"".branch (@"".jmp2 *@"cmd/internal/obj".Prog "esc:0x1", @"".target3 *@"cmd/internal/obj".Prog) { @"".jmp2.To = (@"cmd/internal/obj".Addr{ Type:0x5, Index:0x0 }); @"".jmp2.To.Val = @"".target3 }
    217 	func (@"".p1 *@"".Parser "esc:0x9") @"".errorf (@"".format2 string "esc:0x9", @"".args3 ...interface {} "esc:0x9")
    218 	func (@"".p2 *@"".Parser "esc:0x9") @"".evalInteger (@"".pseudo3 string, @"".operands4 []@"cmd/asm/internal/lex".Token) (? int64)
    219 	func (@"".p1 *@"".Parser "esc:0x9") @"".expect (@"".expected2 @"cmd/asm/internal/lex".ScanToken)
    220 	func (@"".p2 *@"".Parser "esc:0x9") @"".expr () (? uint64)
    221 	func (@"".p2 *@"".Parser "esc:0x9") @"".factor () (? uint64)
    222 	func (@"".p2 *@"".Parser "esc:0x9") @"".floatExpr () (? float64)
    223 	func (@"".p2 *@"".Parser "esc:0x3a") @"".get (@"".expected3 @"cmd/asm/internal/lex".ScanToken) (? @"cmd/asm/internal/lex".Token)
    224 	func (@"".p2 *@"".Parser "esc:0x9") @"".getConstant (@"".prog3 *@"cmd/internal/obj".Prog "esc:0x1", @"".op4 int, @"".addr5 *@"cmd/internal/obj".Addr "esc:0x9") (? int64)
    225 	func (@"".p2 *@"".Parser "esc:0x9") @"".getConstantPseudo (@"".pseudo3 string, @"".addr4 *@"cmd/internal/obj".Addr "esc:0x9") (? int64)
    226 	func (@"".p2 *@"".Parser "esc:0x9") @"".getImmediate (@"".prog3 *@"cmd/internal/obj".Prog "esc:0x1", @"".op4 int, @"".addr5 *@"cmd/internal/obj".Addr "esc:0x9") (? int64)
    227 	func (@"".p2 *@"".Parser "esc:0x9") @"".getRegister (@"".prog3 *@"cmd/internal/obj".Prog "esc:0x1", @"".op4 int, @"".addr5 *@"cmd/internal/obj".Addr "esc:0x9") (? int16)
    228 	func (@"".p2 *@"".Parser "esc:0x1") @"".have (@"".token3 @"cmd/asm/internal/lex".ScanToken) (? bool)
    229 	func (@"".p1 *@"".Parser "esc:0x9") @"".instruction (@"".op2 int, @"".word3 string, @"".cond4 string, @"".operands5 [][]@"cmd/asm/internal/lex".Token "esc:0x9")
    230 	func (@"".p2 *@"".Parser "esc:0x9") @"".line () (? bool)
    231 	func (@"".p2 *@"".Parser "esc:0x1") @"".more () (? bool) { return @"".p2.@"".inputPos < len(@"".p2.@"".input) }
    232 	func (@"".p2 *@"".Parser "esc:0x32") @"".next () (? @"cmd/asm/internal/lex".Token) { if !@"".p2.@"".more() { return @"".EOF };  var @"".tok3 @"cmd/asm/internal/lex".Token; @"".tok3 = @"".p2.@"".input[@"".p2.@"".inputPos]; @"".p2.@"".inputPos++; return @"".tok3 }
    233 	func (@"".p2 *@"".Parser "esc:0x9") @"".operand (@"".a3 *@"cmd/internal/obj".Addr "esc:0x1") (? bool)
    234 	func (@"".p2 *@"".Parser "esc:0x9") @"".parseScale (@"".s3 string) (? int8)
    235 	func (@"".p1 *@"".Parser "esc:0x9") @"".patch ()
    236 	func (@"".p2 *@"".Parser "esc:0x1") @"".peek () (? @"cmd/asm/internal/lex".ScanToken) { if @"".p2.@"".more() { return @"".p2.@"".input[@"".p2.@"".inputPos].ScanToken }; return @"cmd/asm/internal/lex".ScanToken(-0x1) }
    237 	func (@"".p2 *@"".Parser "esc:0x9") @"".positiveAtoi (@"".str3 string) (? int64)
    238 	func (@"".p1 *@"".Parser "esc:0x9") @"".pseudo (@"".op2 int, @"".word3 string, @"".operands4 [][]@"cmd/asm/internal/lex".Token "esc:0x9")
    239 	func (@"".p5 *@"".Parser "esc:0x9") @"".register (@"".name6 string, @"".prefix7 rune) (@"".r11 int16, @"".r22 int16, @"".scale3 int8, @"".ok4 bool)
    240 	func (@"".p1 *@"".Parser "esc:0x9") @"".registerIndirect (@"".a2 *@"cmd/internal/obj".Addr "esc:0x1", @"".prefix3 rune)
    241 	func (@"".p1 *@"".Parser "esc:0x9") @"".registerList (@"".a2 *@"cmd/internal/obj".Addr "esc:0x1")
    242 	func (@"".p2 *@"".Parser "esc:0x9") @"".registerNumber (@"".name3 string) (? uint16)
    243 	func (@"".p3 *@"".Parser "esc:0x9") @"".registerReference (@"".name4 string) (? int16, ? bool)
    244 	func (@"".p2 *@"".Parser "esc:0x9") @"".registerShift (@"".name3 string, @"".prefix4 rune) (? int64)
    245 	func (@"".p1 *@"".Parser "esc:0x9") @"".setPseudoRegister (@"".addr2 *@"cmd/internal/obj".Addr "esc:0x1", @"".reg3 string, @"".isStatic4 bool, @"".prefix5 rune)
    246 	func (@"".p1 *@"".Parser "esc:0x1") @"".start (@"".operand2 []@"cmd/asm/internal/lex".Token) { @"".p1.@"".input = @"".operand2; @"".p1.@"".inputPos = 0x0 }
    247 	func (@"".p1 *@"".Parser "esc:0x9") @"".symbolReference (@"".a2 *@"cmd/internal/obj".Addr "esc:0x1", @"".name3 string, @"".prefix4 rune)
    248 	func (@"".p2 *@"".Parser "esc:0x9") @"".term () (? uint64)
    249 	func (@"".p1 *@"".Parser "esc:0x9") @"".validateImmediate (@"".pseudo2 string, @"".addr3 *@"cmd/internal/obj".Addr "esc:0x9")
    250 	func (@"".p1 *@"".Parser "esc:0x9") @"".validateSymbol (@"".pseudo2 string, @"".addr3 *@"cmd/internal/obj".Addr "esc:0x9", @"".offsetOk4 bool)
    251 	func @"".NewParser (@"".ctxt2 *@"cmd/internal/obj".Link, @"".ar3 *@"cmd/asm/internal/arch".Arch, @"".lexer4 @"cmd/asm/internal/lex".TokenReader) (? *@"".Parser) { return (&@"".Parser{ @"".ctxt:@"".ctxt2, @"".arch:@"".ar3, @"".lex:@"".lexer4, @"".labels:make(map[string]*@"cmd/internal/obj".Prog), @"".dataAddr:make(map[string]int64) }) }
    252 	var @"".EOF @"cmd/asm/internal/lex".Token
    253 	func @"".init ()
    254 	var @"time".months [12]string
    255 	var @"time".days [7]string
    256 	var @"time".Local *@"time".Location
    257 	var @"time".UTC *@"time".Location
    258 	var @"bufio".ErrInvalidUnreadByte error
    259 	var @"bufio".ErrInvalidUnreadRune error
    260 	const @"cmd/internal/obj".TYPE_BRANCH = 0x5
    261 	const @"text/scanner".EOF = -0x1
    262 
    263 $$
    264 _go_.o          0           0     0     644     370426    `
    265 go object darwin amd64 go1.5.1 X:none
    266 
    267 !
    268 go13ldbytes.a
    269 fmt.atext/scanner.a.cmd/asm/internal/arch.a0cmd/asm/internal/flags.a,cmd/asm/internal/lex.a$cmd/internal/obj.a
    270 log.aos.astrconv.aunicode/utf8.a&"".(*Parser).append..eH%H$H;AHp1H$PH$XH$`H$hH$H$xH$H$H^HHHk H5H$H$HT$HL$H$x\$MH$H$H$H$1H$H$H$HH$H$H$HH$H$H\$HD$HL$HD$ H$H$HH$=sHCH$xH$HH\$HD$H$H\$H$H\$ H$H\$(H$xH1H9H$=HHnH$=7H$KHn(HHn(HNPHFXHn`H$(1H$ HD$@H$HHl$@H9HD$XHHH@HT$HHL$pHD$xHH$HnhHl$H$HL$H$HD$H\$ H1H9H\$pH$H\$xH$1H$H$H$H$H$H$H$HH$H$H\$HD$HL$HD$ H$H$HH$=HCH$xH$HH\$HD$H$H\$H$H\$ H$H\$(H\$pH$H\$xH$H$H\$`HH$H$xHkhHl$H$H\$H\$`H\$H$xHD$XHT$HHHHl$@H9Hn`HFXH$HHn(HH9H$H\$h1H$PH$XH$`H$hH$PH3H$H$H$HH$Ht$H|$HD$HD$HL$HD$ H$H$HH$=HCHD$hHHH$HH$HH$=8HCH$H$H$H\$H$H\$H$xH1H9jH$H\$hHHD$P1H91H$0H$8H$@H$HH$0HQH$H$H$HH$Ht$H|$	HD$HD$HL$HD$ H$H$HH$=HCHD$hHHH$HH$HH$=u]HCH
HD$PH$H$H$HL$H$H\$H$H\$H$H\$ HpLCL$HD$LCL$HD$A%HH$HH\$HH\$H$xH\$H\$P5LCL$HD$LCL$HD$_%	`LCL$HD$X4LL$Hl$H$xLL$Hl$H$x_HHt9H$=u	H]8LEL$H\$H$xELCL$HD$zH7gH$H$HT$HL$H$x\$1H$H$H$H$1H$H$H$HH$H$H$HH$H$H\$HD$HL$HD$ H$H$HH$=u^HCH$xH$HH\$HD$H$H\$H$H\$ H$H\$(H$xrLCL$HD$RH$H$1H$H$H$HH$H$H$HH$H$H\$HD$HL$HD$ H$H$HH$=u^HCH$xH$HH\$HD$H$H\$H$H\$ H$H\$(H$xLLCL$HD$V~
    282 
    283  runtime.duffzero
    284 Ncmd/asm/internal/arch.ARMConditionCodestype.string
    285 runtime.convT2E6runtime.writeBarrierEnabledVgo.string."unrecognized condition code .%q"
    286 &"".(*Parser).errorf6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled
    287 Ltype.map[string]*cmd/internal/obj.Prog
    289 4runtime.mapaccess1_faststr
type.string
    292 runtime.convT2E6runtime.writeBarrierEnabledJgo.string."label %q multiply defined"
    293 &"".(*Parser).errorfLtype.map[string]*cmd/internal/obj.Prog
    294 $runtime.mapassign18cmd/asm/internal/flags.Debugtype.int32
    295 runtime.convT2E6runtime.writeBarrierEnabled6type.*cmd/internal/obj.Prog6runtime.writeBarrierEnabled
    296 fmt.Println"".testOut>go.itab.*bytes.Buffer.io.Writertype.int32
    297 runtime.convT2E6runtime.writeBarrierEnabled6type.*cmd/internal/obj.Prog6runtime.writeBarrierEnabled"".testOut
    298 fmt.Fprintln
    299 .runtime.writebarrierptr
    300 .runtime.writebarrierptr$type.*bytes.Buffertype.io.Writer>go.itab.*bytes.Buffer.io.Writer
    301  runtime.typ2Itab
    302 .runtime.writebarrierptr 
    303 .runtime.writebarrierptr 
    304 .runtime.writebarrierptr!
    305 .runtime.writebarrierptr"
    306 .runtime.writebarrierptr"6runtime.writeBarrierEnabled#
    307 .runtime.writebarrierptr#
    308 .runtime.writebarrierptr$
    309 Bcmd/asm/internal/arch.ARM64Suffix&type.string'
    310 runtime.convT2E'6runtime.writeBarrierEnabled(Fgo.string."unrecognized suffix .%q")
    311 &"".(*Parser).errorf)
    312 .runtime.writebarrierptr+type.string+
    313 runtime.convT2E,6runtime.writeBarrierEnabled,Fgo.string."unrecognized suffix .%q"-
    314 &"".(*Parser).errorf.
    315 .runtime.writebarrierptr.
    316 0runtime.morestack_noctxtPZ"".autotmp_0049"type.interface {}"".autotmp_0048(type.[2]interface {}"".autotmp_0046*type.*[2]interface {}"".autotmp_0045&type.[]interface {}"".autotmp_0044type.*uint8"".autotmp_0043"type.interface {}"".autotmp_0042?(type.[2]interface {}"".autotmp_0039&type.[]interface {}"".autotmp_0038"type.interface {}"".autotmp_0037(type.[1]interface {}"".autotmp_0035*type.*[1]interface {}"".autotmp_0034&type.[]interface {}"".autotmp_0033type.string"".autotmp_0032type.*string"".autotmp_0031type.int"".autotmp_0030type.int"".autotmp_0029"type.interface {}"".autotmp_0028(type.[1]interface {}"".autotmp_0026*type.*[1]interface {}"".autotmp_0025&type.[]interface {}"".autotmp_0024"type.interface {}"".autotmp_0023(type.[1]interface {}"".autotmp_0021*type.*[1]interface {}"".autotmp_0020&type.[]interface {}"".autotmp_0019"type.interface {}"".autotmp_0018(type.[1]interface {}"".autotmp_0015&type.[]interface {}"".autotmp_0014type.int"".autotmp_00136type.*cmd/internal/obj.Prog"".autotmp_00126type.*cmd/internal/obj.Prog"".autotmp_00116type.*cmd/internal/obj.Prog"".autotmp_0010type.string"".autotmp_0009type.string"".autotmp_00086type.*cmd/internal/obj.Prog"".autotmp_0007type.string"".autotmp_0006type.[]string"".autotmp_0004type.string"".autotmp_0003type.string"".autotmp_0002type.bool"".autotmp_0001type.string"".labeltype.string"".doLabel@type.bool"".cond type.string"".prog6type.*cmd/internal/obj.Prog"".ptype.*"".Parser"2i
    317 
    318 1&WPg}A"
    323 1
_
@)1(6Tgclocals7f0484f7c0eb6b78d0b765dc3b47d0d5Tgclocalsc58862557f4300fe38f42b4bc6e20e07nprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/asm.go6"".(*Parser).validateSymboleH%HD$H;AH1H$H$H$H$H$XhX[H$H\$@H$H\$H1H$H$H$H$H$HHD$XHD$`H\$PHH$H\$@H\$HD$HL$HD$ H\$PHL$0HHD$8=HCHH$H$Hk Hl$H|$THD$HL$HD$ H\$PHHL$0HHD$8=HCH$H$HH\$HD$!H\$PH\$H\$XH\$ H\$`H\$(H$$^HXHPH$H\$@H$H\$H1H\$hH\$pH\$xH$H\$hHMHD$XHD$`H\$PHH$H\$@H\$HD$HL$HD$ H\$PHL$0HHD$8=HCHH$H$Hk Hl$H|$HD$HL$HD$ H\$PHHL$0HHD$8=uPHCH$H$HH\$HD$'H\$PH\$H\$XH\$ H\$`H\$(HLCL$HD$%YLCL$HD$LCL$HD$%LCL$HD$aHXfHXf,
    331 type.string
    332 runtime.convT2E6runtime.writeBarrierEnabledtype.string
    333 runtime.convT2E6runtime.writeBarrierEnabledZgo.string."%s symbol %q must be a symbol(SB)"
    334 &"".(*Parser).errorf	type.string	
    335 runtime.convT2E
    336 6runtime.writeBarrierEnabled
    337 type.string
    339 runtime.convT2E6runtime.writeBarrierEnabledfgo.string."%s symbol %q must not be offset from SB"
    343 &"".(*Parser).errorf
    345 .runtime.writebarrierptr
    347 .runtime.writebarrierptr
    348 .runtime.writebarrierptr
    349 .runtime.writebarrierptr
    350 0runtime.morestack_noctxtP"".autotmp_0069"type.interface {}"".autotmp_0068"type.interface {}"".autotmp_0067(type.[2]interface {}"".autotmp_0065*type.*[2]interface {}"".autotmp_0064&type.[]interface {}"".autotmp_0063"type.interface {}"".autotmp_0062"type.interface {}"".autotmp_0061?(type.[2]interface {}"".autotmp_0058&type.[]interface {}"".autotmp_0057type.string"".autotmp_0056type.string"".offsetOk@type.bool"".addr06type.*cmd/internal/obj.Addr"".pseudotype.string"".ptype.*"".Parser4I>A&>fTgclocals4744d3578fa925fbe6e3be7799aec2caTgclocals1c3cbd56281cb1dbaf60c28dc8083298nprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/asm.go0"".(*Parser).evalIntegereH%HD$H;AHH$H$H$H\$H$H\$H$H\$H\$ H|$pHH$H$H$H\$H$H\$H\$pH\$H\$ H$HC
    352 
    353 
    354 ("".(*Parser).address
    355  runtime.duffcopy
    356 <"".(*Parser).getConstantPseudo
    357 0runtime.morestack_noctxtp
    358 "".addr4type.cmd/internal/obj.Addr"".~r2`type.int64"".operands0Btype.[]cmd/asm/internal/lex.Token"".pseudotype.string"".ptype.*"".Parser
JJ
RG'Tgclocalse2e48659d066365ff31f925de75c53e8Tgclocals48f1472f8ad4f51dbb454469c80e96f0nprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/asm.go<"".(*Parser).validateImmediateeH%HD$H;AHH$Hfu'XuHXfuHXfuHH$H\$PH$H\$XHH$HD$H\$H\$@H\$H\$H1H\$xH$H$H$H\$xH+HD$hHD$pH\$`HH$H\$PH\$HD$HL$HD$ H\$`HL$0HHD$8=HCHH$H\$@H\$HD$HL$HD$ H\$`HHL$0HHD$8=uMHCH$H$HH\$HD$)H\$`H\$H\$hH\$ H\$pH\$(LCL$HD$LCL$HD$<
    365 "".emptyProg
    366 ,cmd/internal/obj.Dconvtype.string
    367 runtime.convT2E6runtime.writeBarrierEnabledtype.string
    368 runtime.convT2E6runtime.writeBarrierEnabledjgo.string."%s: expected immediate constant; found %s"
    369 &"".(*Parser).errorf
    370 .runtime.writebarrierptr
    371 .runtime.writebarrierptr
    372 0runtime.morestack_noctxt@"".autotmp_0078"type.interface {}"".autotmp_0077"type.interface {}"".autotmp_0076?(type.[2]interface {}"".autotmp_0073o&type.[]interface {}"".autotmp_0072type.string"".autotmp_0071type.string"".addr06type.*cmd/internal/obj.Addr"".pseudotype.string"".ptype.*"".Parser8"')2|:Tgclocals1d6cb4fb76e57dd85138d282e1a547d7Tgclocalsc4aa0c7895fda00e599071448995a44cnprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/asm.go("".(*Parser).asmText-,eH%H$xH;AH1H$H$H$0H
    375 H
    376 H$H$HH\$HD$%1H\$H\$ H\$(H$H$HH$HD$HD$HD$HD$ H$HG
    377 =#
    378 HChH$H$H$(H$0	H|$HHHNHOHNHOH\$ H$hHH$H$HH\$HD$H$hH\$D$ H$0H$Hg	LL$H{H$HHD$xH$H)	H$H$HH\$HD$H$(HHH|$HHHNHOHNHOH$0L$H$H\$0H$HD$xHH$(HH9HkHHH$HCHsH$H$H,H>$HHHHHIHtIHH$LD$sL$HA-u;D$sHHHHIHtIHH$LL$H$HBHT-HH)$ HIHk1H$(H$0H$H$H$HL$H$Hl$H\$H$|$stHH$H$H$HHHL$HtIHH$LL$H$H$H:HHA-LHH]HHH+$8HKHk1H$@H$HH$H$H$HL$H$Hl$H\$H$HH$H|$HH1H$HH$L=Lf
L$AhH$hH$HjH$Hl$H\$HH$HH$H$H|$HH91HfH$HiH=HJ`fBhH$HjxH$H$\$tHH$H\$tH\$HD$HL$HD$ H$HtuH$HH$=u>HH$H$H$H\$1H\$H\$D$ HLL$HD$LB`L$HL$H$H$LD$H$%H$H$H$H$1H$H$H$HH$XH$`H$PHH$H$H\$HD$HL$HD$ H$PH$HH$=ufHCH$H$HH\$HD$/H$PH\$H$XH\$ H$`H\$(H$H$,LCL$HD$jL$H$1H$H$H$HH$XH$`H$PHH$H$H\$HD$HL$HD$ H$PH$HH$=uYHCH$H$HH\$HD$1H$PH\$H$XH\$ H$`H\$(HLCL$HD$L$H$1H$H$H$HH$XH$`H$PHH$H$H\$HD$HL$HD$ H$PH$HH$=uYHCH$H$HH\$HD$1H$PH\$H$XH\$ H$`H\$(HLCL$HD$VLChL$HD$Z
    401 bgo.string."expect two or three operands for TEXT"
    402 &"".(*Parser).errorf
    403 $"".(*Parser).patchLtype.map[string]*cmd/internal/obj.Prog
    404 runtime.makemap6runtime.writeBarrierEnabled
    405 ("".(*Parser).address
    406  runtime.duffcopy go.string."TEXT"
    407 6"".(*Parser).validateSymbol go.string."TEXT"
    408 0"".(*Parser).evalInteger
    409 2"".(*Parser).positiveAtoi
    410 2"".(*Parser).positiveAtoi4type.cmd/internal/obj.Prog
    411 "runtime.newobject
    412  runtime.duffzero6runtime.writeBarrierEnabled
    413  runtime.duffcopy4type.cmd/internal/obj.Addr
    414 (runtime.typedmemmove4type.cmd/internal/obj.Addr
    415 "runtime.newobject
    416  runtime.duffzero6runtime.writeBarrierEnabledtype.int32
    417 runtime.convT2E6runtime.writeBarrierEnabled
    418 &"".(*Parser).append
    419 .runtime.writebarrierptr
    420 .runtime.writebarrierptr
    421 .runtime.writebarrierptr
    422 $runtime.panicindextype.string
    423 runtime.convT2E6runtime.writeBarrierEnabledvgo.string."TEXT %s: argument size must be of form -integer" 
    424 &"".(*Parser).errorf!
    425 .runtime.writebarrierptr!
    426 $runtime.panicindex!
    427 $runtime.panicindex"
    428 $runtime.panicslice"
    429 $runtime.panicindex#type.string$
    430 runtime.convT2E$6runtime.writeBarrierEnabled%zgo.string."TEXT %s: frame size must be an immediate constant"&
    431 &"".(*Parser).errorf&
    432 .runtime.writebarrierptr&
    433 $runtime.panicindex&
    434 $runtime.panicslice&
    435 $runtime.panicindex'
    436 $runtime.panicslice(type.string(
    437 runtime.convT2E)6runtime.writeBarrierEnabled*zgo.string."TEXT %s: frame size must be an immediate constant"*
    438 &"".(*Parser).errorf+
    439 .runtime.writebarrierptr+
    440 $runtime.panicindex+
    441 $runtime.panicindex+
    442 $runtime.panicindex,
    443 $runtime.panicindex,
    444 .runtime.writebarrierptr,
    445 0runtime.morestack_noctxt`N"".autotmp_01084type.cmd/internal/obj.Addr"".autotmp_01076type.*cmd/internal/obj.Prog"".autotmp_0106"type.interface {}"".autotmp_0105(type.[1]interface {}"".autotmp_0103*type.*[1]interface {}"".autotmp_0102&type.[]interface {}"".autotmp_0101"type.interface {}"".autotmp_0100(type.[1]interface {}"".autotmp_0098*type.*[1]interface {}"".autotmp_0097&type.[]interface {}"".autotmp_0096"type.interface {}"".autotmp_0095(type.[1]interface {}"".autotmp_0092&type.[]interface {}"".autotmp_0091type.int32"".autotmp_0090type.string"".autotmp_0089type.int"".autotmp_0088type.int"".autotmp_0087type.string"".autotmp_0086type.int"".autotmp_0085type.string"".autotmp_0084type.int"".autotmp_0083type.int"".autotmp_0082type.int"".~r0type.string2cmd/asm/internal/lex.l2>type.cmd/asm/internal/lex.Token"".~r0type.string2cmd/asm/internal/lex.l2>type.cmd/asm/internal/lex.Token"".prog6type.*cmd/internal/obj.Prog"".argSizetype.int64"".frameSizetype.int64"".negativetype.bool
    448 "".opBtype.[]cmd/asm/internal/lex.Token"".flagtype.int64"".nexttype.int"".nametype.string"".nameAddr4type.cmd/internal/obj.Addr"".operands0Ftype.[][]cmd/asm/internal/lex.Token"".wordtype.string"".ptype.*"".Parser6"
y<7
    450 SX@)
    453 |6'16'hH=l):Ms
p/-"$+
z
    459 nI	'

!=Tgclocals32feae25e7294cb6360bc80cd3f15f3aTgclocals1f3919bb777838d3d17e63d85e585d28nprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/asm.go("".(*Parser).asmDataeH%H$XH;AtH(1H$H$H$PHDH$0H$HH\$HD$1H\$H\$ H\$(H$HH$PHH$HCHkH$H$HHD$xH[IIHI9MkL]/5IIHI9tMkL]HHHH9HkH]$HMHE1H$H$H$0H$H$HL$H$HD$H$\$\$wH\$xHH9wHH$0H$H$H\$HD$HL$H\$ H$HH$0H$HH\$HD$H$H\$D$ H$HH+H$HkH$H$0H$H$HH$PHH|$HHHNHOHNHOH\$ H$8HH$8f	CfH$H$HH$H$0HHl$H$HL$H$HD$HD$ \$(H(H$H9
H$H$H$H$1H$H$H$H3H$(H$0H$ HH$H$H\$HD$HL$HD$ H$ H$HH$=HCH$0H$HH\$HD$H$ H\$H$(H\$ H$0H\$(H$H$H$H$H$Hl$wHH$HH$H$0HHl$H$H\$H$H\$HH$H|$HH1H$HH$0L=\LfL$0AhH$H$HjH$Hl$H\$HH$HH$H|$HH1HHl$wHiH$H=HK`H$8H$H$Ht]HkhH$Hl$H\$HH$H$H$0H$HD$1H\$H\$D$ H(LC`L$HL$eMH$LD$H$fFLCL$HD$If	H$0H$HH\$HD$31H\$H\$ H\$(f
    467 fH$0H$HH\$HD$1H\$H\$ H\$(H$H$HD$xg`
    475 Pgo.string."expect two operands for DATA"
    476 &"".(*Parser).errorf
    477 ."".(*Parser).parseScale
    478 ("".(*Parser).address
    479  runtime.duffcopy go.string."DATA"
    480 6"".(*Parser).validateSymbol
    481 
    482 ("".(*Parser).address
    483 
    484  runtime.duffcopy*type.map[string]int64
    487 4runtime.mapaccess2_faststrtype.string
    488 runtime.convT2E6runtime.writeBarrierEnabledRgo.string."overlapping DATA entry for %s"
    489 &"".(*Parser).errorf*type.map[string]int64
    490 $runtime.mapassign14type.cmd/internal/obj.Prog
    491 "runtime.newobject
    492  runtime.duffzero6runtime.writeBarrierEnabled
    493  runtime.duffcopy4type.cmd/internal/obj.Addr
    494 (runtime.typedmemmove4type.cmd/internal/obj.Addr
    495 "runtime.newobject
    496  runtime.duffzero6runtime.writeBarrierEnabled
    497  runtime.duffcopy4type.cmd/internal/obj.Addr
    498 (runtime.typedmemmove
    499 &"".(*Parser).append
    500 .runtime.writebarrierptr
    501 .runtime.writebarrierptr
    502 .runtime.writebarrierptr~go.string."DATA value must be an immediate constant or address"
    503 &"".(*Parser).errorf
    504 $runtime.panicindex
    505 $runtime.panicslice
    506 $runtime.panicindexTgo.string."expect /size for DATA argument"
    507 &"".(*Parser).errorf
    508 $runtime.panicindex
    509 $runtime.panicindex
    510 $runtime.panicindex
    511 0runtime.morestack_noctxt`,"".autotmp_01274type.cmd/internal/obj.Addr"".autotmp_01254type.cmd/internal/obj.Addr"".autotmp_01246type.*cmd/internal/obj.Prog"".autotmp_0123"type.interface {}"".autotmp_0122(type.[1]interface {}"".autotmp_0119&type.[]interface {}"".autotmp_0116type.int64"".autotmp_0115type.string"".autotmp_0114type.string"".autotmp_0113type.string"".autotmp_0112type.int"".~r0type.string2cmd/asm/internal/lex.l2>type.cmd/asm/internal/lex.Token"".valueAddr4type.cmd/internal/obj.Addr"".nametype.string"".nameAddr4type.cmd/internal/obj.Addr"".scaletype.int8"".ntype.int
    513 "".opBtype.[]cmd/asm/internal/lex.Token"".operands0Ftype.[][]cmd/asm/internal/lex.Token"".wordtype.string"".ptype.*"".Parser"472Zy=8)\
    516 uw)
:M')	"
    520 7
	LbxNMpw/NM @+Tgclocalsa51e9fa8520e9b367aa6d3b3ddac08f4Tgclocals4150d7e41eb9b4431fd320233a815b32nprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/asm.go*"".(*Parser).asmGlobleH%H$H;AHxH$HHH$H$HH\$HD$&1H\$H\$ H\$(H$H$H$H$HqH|$HHHNHOHNHOH\$ H$HH$H$HH\$HD$H$H\$D$ H$HHD$pHD$xHH$H$HH\$HD$H$HHH|$HHHNHOHNHOH$H\$0H\$xHD$pHH$H$H$HH99HkHH|$HHHNHOHNHOH\$ H$(HH$H$HH\$HD$H$(H\$HH$HT$HH1H$H$L=[LfL$AhH$H$HjH$Hl$H\$HH$HH$HL$HH1HHl$xHiH$H=HK`H$(H$H$Ht]HkhH$Hl$H\$HH$H$H$H$HD$1H\$H\$D$ HxLC`L$HL$eM H$LD$H$XeD
    528 dgo.string."expect two or three operands for GLOBL"
    529 &"".(*Parser).errorf
    530 ("".(*Parser).address
    531  runtime.duffcopy"go.string."GLOBL"
    532 6"".(*Parser).validateSymbol"go.string."GLOBL"
    533 0"".(*Parser).evalInteger
    534 ("".(*Parser).address
    535  runtime.duffcopy"go.string."GLOBL"
    536 <"".(*Parser).validateImmediate4type.cmd/internal/obj.Prog
    537 "runtime.newobject	
    538  runtime.duffzero	6runtime.writeBarrierEnabled
    539 
    540  runtime.duffcopy4type.cmd/internal/obj.Addr
    543 (runtime.typedmemmove4type.cmd/internal/obj.Addr
    546 "runtime.newobject
    548  runtime.duffzero6runtime.writeBarrierEnabled
    551  runtime.duffcopy
4type.cmd/internal/obj.Addr
    554 (runtime.typedmemmove
    555 &"".(*Parser).append
    556 .runtime.writebarrierptr
    557 .runtime.writebarrierptr
    558 $runtime.panicindex
    559 $runtime.panicindex
    560 $runtime.panicindex
    561 0runtime.morestack_noctxt`"".autotmp_01354type.cmd/internal/obj.Addr"".autotmp_01334type.cmd/internal/obj.Addr"".autotmp_01326type.*cmd/internal/obj.Prog"".autotmp_0131type.int"".autotmp_0130type.int"".addr4type.cmd/internal/obj.Addr"".flagtype.int64"".nexttype.int"".nameAddr4type.cmd/internal/obj.Addr"".operands0Ftype.[][]cmd/asm/internal/lex.Token"".wordtype.string"".ptype.*"".Parser"r*?S@	
    563 i\3)
0M'	)		
    566 .p:$Tgclocalsf5c212ebdbc346d9ea57c781b84b5e7bTgclocalsa40d5981d77d8b72e6354cdee576a445nprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/asm.go,"".(*Parser).asmPCDataeH%H$H;AHhH$HH$pH$HH\$HD$1H\$H\$ H\$(H$pH$H$H$5H|$HHHNHOHNHOH\$ H$HH$pH$HH\$HD$H$H\$H$pH$H$H$HH|$HHHNHOHNHOH\$ H|$xHH$pH$HH\$HD$H\$xH\$HH$HT$HH1HT$pH$pL=LfL$pAhH$H$HjH$Hl$H\$HH$Ht$xH$H\$pHtZHkhH$Hl$H\$HH$HD$pH$pH$HD$1H\$H\$D$ HhH$LD$HT$p'4
    575 Tgo.string."expect two operands for PCDATA"
    576 &"".(*Parser).errorf
    577 ("".(*Parser).address
    578  runtime.duffcopy$go.string."PCDATA"
    579 <"".(*Parser).validateImmediate
    580 ("".(*Parser).address
    581  runtime.duffcopy$go.string."PCDATA"
    582 <"".(*Parser).validateImmediate4type.cmd/internal/obj.Prog
    583 "runtime.newobject
    584  runtime.duffzero6runtime.writeBarrierEnabled
    585  runtime.duffcopy4type.cmd/internal/obj.Addr
    586 (runtime.typedmemmove
    587  runtime.duffcopy	4type.cmd/internal/obj.Addr	
    588 (runtime.typedmemmove
    589 
    590 &"".(*Parser).append
    591 
    592 .runtime.writebarrierptr
    593 
    594 $runtime.panicindex
    596 $runtime.panicindex
    598 0runtime.morestack_noctxt`"".autotmp_01394type.cmd/internal/obj.Addr"".autotmp_01384type.cmd/internal/obj.Addr"".autotmp_01376type.*cmd/internal/obj.Prog"".value4type.cmd/internal/obj.Addr"".key4type.cmd/internal/obj.Addr"".operands0Ftype.[][]cmd/asm/internal/lex.Token"".wordtype.string"".ptype.*"".Parser"GR"7X3Y0)-'	,foTgclocalsf5c212ebdbc346d9ea57c781b84b5e7bTgclocals9323da4f2905ef8dddb8f2a4fb009fddnprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/asm.go0"".(*Parser).asmFuncDataeH%H$H;AHhH$HH$pH$HH\$HD$ 1H\$H\$ H\$(H$pH$H$H$:H|$HHHNHOHNHOH\$ H|$xHH$pH$HH\$HD$H\$xH\$H$pH$H$H$HH|$HHHNHOHNHOH\$ H$HH$pH$HH\$HD$H$H\$D$ HH$HT$HH1HT$pH$pL=LfL$pAhHt$xH$HjH$Hl$H\$HH$H$H$H\$pHtZHkhH$Hl$H\$HH$HD$pH$pH$HD$1H\$H\$D$ HhH$LD$HT$p"4
    607 Xgo.string."expect two operands for FUNCDATA"
    608 &"".(*Parser).errorf
    609 ("".(*Parser).address
    610  runtime.duffcopy(go.string."FUNCDATA"
    611 <"".(*Parser).validateImmediate
    612 ("".(*Parser).address
    613  runtime.duffcopy(go.string."FUNCDATA"
    614 6"".(*Parser).validateSymbol4type.cmd/internal/obj.Prog
    615 "runtime.newobject
    616  runtime.duffzero6runtime.writeBarrierEnabled
    617  runtime.duffcopy4type.cmd/internal/obj.Addr
    618 (runtime.typedmemmove
    619  runtime.duffcopy	4type.cmd/internal/obj.Addr	
    620 (runtime.typedmemmove
    621 
    622 &"".(*Parser).append
    623 
    624 .runtime.writebarrierptr
    626 $runtime.panicindex
    628 $runtime.panicindex
    630 0runtime.morestack_noctxt`"".autotmp_01434type.cmd/internal/obj.Addr"".autotmp_01424type.cmd/internal/obj.Addr"".autotmp_01416type.*cmd/internal/obj.Prog"".nameAddr4type.cmd/internal/obj.Addr"".valueAddr4type.cmd/internal/obj.Addr"".operands0Ftype.[][]cmd/asm/internal/lex.Token"".wordtype.string"".ptype.*"".Parser"BR"7U0\8)-'	,frTgclocalsf5c212ebdbc346d9ea57c781b84b5e7bTgclocalsa7bf2c8780c4e3c3d4a877416246da9enprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/asm.go("".(*Parser).asmJump--eH%H$@H;AGH@1H|$pHH$L$HL$PL$hH$pHL$HH
    636 1HL$xM=
    637 LH
    638 AkfDHHL$`HHLHfH$1Hf$I[(HHiHH$HthHjhH$Hl$H\$HH$H$HH$H\$`H\$H$XH\$H$`H\$D$ H@Hfu*Ht LBhLD$HL$HH$HfuYYHfuY6Y)Hf{HYflHYH^HY 1H9uH@HH$IkhHl$HL$PHY H|$HHHKHOH$HHL$`H\$ H1H9*1H$H$H$H$Ht$PHn H$HMHHMHKHHRpHCxHHHH9w8HkxHHHkHH$H\$Hl$H-H,$HH$HT$HD$HL$Hl$ HT$(HD$0HL$8H$HHtNHHD$HHHkxHHT$p=u	HSp^LCpL$HT$HT$pHD$H=HD$XH$1Hf$f$HL$hHHihH$Hl$H\$HH$HD$XHHH\$hHtFH$HH$=uHLL$HD$oHfuzYuqHL$PHtbLBhLD$HL$HH$H$HHHmH] H9XHl$PH]HEH\$`fCh5Hfu:Hv-Ht#LBhLD$LL$HH$1H$H$H$HH$H$HH$H$HH$=uFHJL$HH\$HD$HT$H$H\$ H$H\$(@LBL$HL$L$HH$LHt8Ht.LBhLD$HL$HH$H\$`fChHt-Ht#LBhLD$HL$HH$HukLHv[HPH\$PHvELALD$LL$HH$L$HL$hH$pHT$`HL$PHIHmH] H9LHHH\$PL$HL$LT$HtLL$H\$ H$1Hf$H$H\$`H*HkH$Hl$H\$HH$H$HH$H\$`H\$H$PH\$H$hH$pHPH\$HD$ HH$HD$fD$H$HHHU HL$HL$hH$pHT$`HL$PH\$H\$f|$Df|$F1H$H$H$HH$H$H$HH$H\$FH\$HD$HL$HD$ H$H$HH$=HCH$HH$HH\$HD$H$H\$H$H\$ H$H\$(L$HL$hH|$DH$pHT$`HL$PfLCL$HD$hL$H\$H$H\$H$1H$H$H$HH$H$H$HH$H$H\$HD$HL$HD$ H$H$HH$=uYHCH$HH$HH\$HD$+H$H\$H$H\$ H$H\$(H@LCL$HD$zH$LD$L$HL$PL$hH$pHL$x8
    654 T
    655 	 runtime.duffzerob4type.cmd/internal/obj.Progt
    656 "runtime.newobject
    657  runtime.duffzero6runtime.writeBarrierEnabled
    658  runtime.duffzero4type.cmd/internal/obj.Addr
    659 (runtime.typedmemmove
    660 &"".(*Parser).append4type.cmd/internal/obj.Addr
    661 (runtime.typedmemmoveLtype.map[string]*cmd/internal/obj.Prog	
    662 4runtime.mapaccess1_faststrtype."".Patch
    665 (runtime.typedmemmovetype.[]"".Patch
    668 "runtime.growslice6runtime.writeBarrierEnabled
    669 .runtime.writebarrierptr
    670  runtime.duffzero4type.cmd/internal/obj.Addr
    671 (runtime.typedmemmove6type.*cmd/internal/obj.Prog6runtime.writeBarrierEnabled
    672 .runtime.writebarrierptr4type.cmd/internal/obj.Addr
    673 (runtime.typedmemmove4type.cmd/internal/obj.Addr
    674 (runtime.typedmemmove
    675 $runtime.panicindex6type.*cmd/internal/obj.Addr6runtime.writeBarrierEnabledHgo.string."cannot assemble jump %+v"
    676 &"".(*Parser).errorf
    677 .runtime.writebarrierptr4type.cmd/internal/obj.Addr
    678 (runtime.typedmemmove4type.cmd/internal/obj.Addr
    679 (runtime.typedmemmove
    680 $runtime.panicindex4type.cmd/internal/obj.Addr
    681 (runtime.typedmemmove
    682 $runtime.panicindex
    683 $runtime.panicindex
    684 0"".(*Parser).getConstant
    685  runtime.duffzero4type.cmd/internal/obj.Addr
    686 (runtime.typedmemmove 
    687 0"".(*Parser).getConstant go.string."R"!#type.int16#
    688 runtime.convT2E$6runtime.writeBarrierEnabled%Dgo.string."bad register number %d"%
    689 &"".(*Parser).errorf'
    690 .runtime.writebarrierptr'
    691 $runtime.panicindex'
    692 $runtime.panicindex'
    693 $runtime.panicindex'
    694 ,cmd/internal/obj.Aconv)type.string)
    695 runtime.convT2E*6runtime.writeBarrierEnabled*ngo.string."wrong number of arguments to %s instruction"+
    696 &"".(*Parser).errorf,
    697 .runtime.writebarrierptr,
    698 .runtime.writebarrierptr-
    699 0runtime.morestack_noctxtp:"".autotmp_0171(type.[1]interface {}"".autotmp_0169*type.*[1]interface {}"".autotmp_0168&type.[]interface {}"".autotmp_0167type."".Patch"".autotmp_0166"type.interface {}"".autotmp_0165(type.[1]interface {}"".autotmp_0163*type.*[1]interface {}"".autotmp_0162&type.[]interface {}"".autotmp_0161"type.interface {}"".autotmp_0160(type.[1]interface {}"".autotmp_0157&type.[]interface {}"".autotmp_01556type.*cmd/internal/obj.Prog"".autotmp_01536type.*cmd/internal/obj.Prog"".autotmp_01524type.cmd/internal/obj.Addr"".autotmp_01516type.*cmd/internal/obj.Prog"".autotmp_01504type.cmd/internal/obj.Addr"".autotmp_0149type.string"".autotmp_0148type.int16"".autotmp_0147type.int64"".autotmp_01464type.cmd/internal/obj.Addr"".target6type.*cmd/internal/obj.Prog"".jmp6type.*cmd/internal/obj.Prog"".regtype.int16"".prog6type.*cmd/internal/obj.Prog"".target6type.*cmd/internal/obj.Addr"".a@8type.[]cmd/internal/obj.Addr"".cond type.string
    702 "".optype.int"".ptype.*"".Parser6"o.
    703 I
    705 
8
    707 ,J:K
    708 $DC$$+J$#  )4
    713 
    714 *
    715 	+1*67*>=MF
    720 'ZMa	)&93	9::)\t[L|CT>,gFDTgclocals39ef54fff68d3d39a4a6417140f64987Tgclocals892000436f8894b186ff1d0f73c88830nprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/asm.go$"".(*Parser).patch
eH%H$XH;AH(1HD$hHD$pH$0HHSpHCxHH$1H$HD$0H$HHl$0H9HD$PHH0HPHhHL$8H$Ht$xH$H$H$H$HH$H$0HkhHl$H$H|$HHHKHOH\$ H1H9=1H\$hH\$pH\$hHH$H$H$HH$H\$xH\$HD$HD$HL$HD$ H$HL$XHHD$`=HCH$0H$HH\$HD$H$H\$H$H\$ H$H\$(HD$PHL$8HHHl$0H9eH$0HHCxH(LCL$HD$^H$0HL$xHD$@H$1Hf$f$HL$HHHihH$Hl$H\$HH$HD$@HHH\$HHt=HL$XHHD$`=uHLL$HD$x` 
    728 Ltype.map[string]*cmd/internal/obj.Prog
    729 4runtime.mapaccess1_faststrtype.string
    730 runtime.convT2E6runtime.writeBarrierEnabled<go.string."undefined label %s"
    731 &"".(*Parser).errorf	
    732 .runtime.writebarrierptr	
    733  runtime.duffzero
    734 4type.cmd/internal/obj.Addr
    736 (runtime.typedmemmove6type.*cmd/internal/obj.Prog6runtime.writeBarrierEnabled
    740 .runtime.writebarrierptr
    742 0runtime.morestack_noctxt"".autotmp_0191"type.interface {}"".autotmp_0190(type.[1]interface {}"".autotmp_0187&type.[]interface {}"".autotmp_0186type."".Patch"".autotmp_0185type.*"".Patch"".autotmp_0184type.int"".autotmp_0183type.int"".autotmp_01826type.*cmd/internal/obj.Prog"".autotmp_01814type.cmd/internal/obj.Addr"".autotmp_0179type.[]"".Patch"".target6type.*cmd/internal/obj.Prog"".jmp6type.*cmd/internal/obj.Prog"".patchtype."".Patch"".ptype.*"".Parser"H.D/1
    746 2p	
    747 "	 w}PzU+Tgclocals5d2b5a2aeff4e4cf961f497a12cc05aeTgclocals8f5c6de914f31ca8c8c99ad92e4b4aafnprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/asm.go&"".(*Parser).brancheH%H;aHxH|$(1HfD$(fD$,H$HHkhH\$(Hl$H\$HH$H$HHH$Ht=HD$HHL$ =uHHxLL$HL$u$
    751 F
    752  runtime.duffzero4type.cmd/internal/obj.Addr
    753 (runtime.typedmemmove6type.*cmd/internal/obj.Prog6runtime.writeBarrierEnabled
    754 .runtime.writebarrierptr
    755 0runtime.morestack_noctxt0"".autotmp_01944type.cmd/internal/obj.Addr"".target 6type.*cmd/internal/obj.Prog"".jmp6type.*cmd/internal/obj.Prog"".ptype.*"".Parser0(EF5A
    757 e{Tgclocals5c5a9f3dff47a8940bdc317b9324ac2aTgclocals5f32766c99d383f833fae93d4e4d71d1nprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/asm.go6"".(*Parser).asmInstructioneH%H$`H;A(H 1H$pH$xH$H$H$HH$L$HH$PH$0HT$HH4(1H$H$(L='LH'L$(AhfH$H
    759 HuEH$(H$H$H\$H$8H\$H$@H\$D$ H HHH$H$(HHHkHHl$HL$H$H$PH$HH\$+@$HHLFhLD$HL$HH$H$(HHmH] H9H$0H$\$H$HH$PH$HtnLEhLD$H\$HH$H$HH$Pv6H$Ht#LELD$H\$HH$^EEAHv-Ht#LFLD$HL$HH$HH$(HHmH] H5H$\$H$HH$PH$HLELD$H\$HH$H$(H$H$H\$H$0H\$H$HH$Pv+HPH\$H\$ HH$fEoH$0H$H$H$PH$H\$HHfHHsHPH]fHHHPHLFLD$H\$HH$H$H$PH$HHtIHv<HhfHv#LBhLD$HD$HH$pHHfHH{HPH]fHHLFLD$HD$HH$H$H$PH$HHtWIHvGIPIhfHHv'HPLBhLD$H\$HH$bH$0H$H\$H$HH\$H$P1H$8H$@H$8HYH$`H$hH$XHH$H$HH\$HD$HL$HD$ H$XH$(HH$0=HCH$(H$HH\$HD$H$XH\$H$`H\$ H$hH\$(H$0H$L$HH$P\$HH$HLELD$LL$HH$H$(H$H$H\$H$0H\$H$HH$Pv+HPH\$H\$ HH$fEoHH$HtrLELD$LL$HH$H$HH$Pv:H$HPHt#LEhLD$H\$HH$kEELCL$HD$#HH$(HHmH] H7H$L$HH$P\$HH$HLELD$LL$HH$H$(H$H$H\$H$0H\$H$HH$Pv+HPH\$H\$ HH$f.Eo*H$H\$H$HH\$H$PH$PH$1H$pH$xH$H$H$pHUH$`H$hH$XHH$H$HH\$HD$HL$HD$ H$XH$(HH$0=HCHH$H$H\$HD$HL$HD$ H$XHH$(HH$0=uVHCH$(H$HH\$HD$,H$XH\$H$`H\$ H$hH\$(LCL$HD$LCL$HD$'HH"H$(HHHk H6H5H$H$H$PH$H\$HHHPHLFLD$H\$HH$H$(H$H$H\$H$0H\$H$HH$PvcH\$H$H\$ fH$HH$Pv*HLAhLD$H\$HH$8HHLFLD$HL$HH$H$(H$H$H\$H$0H\$H$HH$PvgHPH\$H$H\$ fH$HH$Pv*HLAhLD$H\$HH$.4H6oH^H$HDLELD$LL$HH$H$HH$PHPH$0HH$HD$H$0H$H$HH$HD$Hl$H-H,$H$H$Htx=u[HC`H$HH$Pv=H$HHt#LEhLD$H\$HH$ELC`L$HD$EEH$(H$HH\$HD$@1H\$H\$ H\$(]H7^H$H$H$PH$H\$HH7H&LFLD$HL$HH$H$HH$PH$HPHLEhLD$H\$HH$H$HH$PHH]fH$0H$H\$H$HH\$H$P1H$H$ H$H$H$`H$hH$XHH$H$HH\$HD$HL$HD$ H$XH$(HH$0=HCH$(H$HH\$HD$NH$XH\$H$`H\$ H$hH\$(H$Ht2L$HH$PvIIhf)LCL$HD$XE,HHLFLD$HL$HH$H$(H$H$H\$H$0H\$H$HH$PvgHPH\$H$H\$ fH$HH$Pv*HLAhLD$H\$HH$4H8H9HH$H$H$PH$H\$HHLFLD$HL$HH$H$(H$H$H\$H$0H\$H$HH$PvgHH\$H$H\$ fH$HH$Pv'HPLAhLD$H\$HH$4HHHPH+ffHUHDLFLD$HL$HH$H$HH$PHPH$HH$HD$H$H$H$HH$HD$Hl$H-H,$H$H$Htx=u[HC`H$HH$Pv=H$HHt#LEhLD$H\$HH$ELC`L$HD$EfHHLFLD$HL$HH$H$(H$H$H\$H$0H\$H$HH$PvgHPH\$H$H\$ fH$HH$Pv*HLAhLD$H\$HH$q4H$0H$H\$H$HH\$H$P1H$H$H$HH$`H$hH$XHH$H$HH\$HD$HL$HD$ H$XH$(HH$0=uVHCH$(H$HH\$HD$+H$XH\$H$`H\$ H$hH\$(<LCL$HD$HH$(HHmH] H5\H$L$HH$PH$0\$-H$(H$H$H\$HL$HLL$H$(H$H$H\$H$0H\$H$HH$PHPH\$H\$ f\$`H$(H$H$H\$H$0H\$H$HH$PSHH\$H$(H$H$H\$H$0H\$H$HH$PHH\$H\$ f\$^H$HH$PH$HLELD$H\$HH$H$HH$PvrH$HHtXLEhLD$H\$HH$H$fChH$Hl$^HkxH$Hl$`fEENH$(HHmH] H7HH$HLELD$LL$HH$H$(H$H$H\$H$0H\$H$HH$POHPH\$H\$ HH$fH$HH$PHH$HH$HD$H$H$H$HH$HD$Hl$H-H,$H$H$Htx=u[HC`H$HH$Pv=H$HHt#LEhLD$H\$HH$ELC`L$HD$EEGH$(HHmH] H9H$H$0\$H$HH$PH$HLELD$H\$HH$H$(H$H$H\$H$0H\$H$HH$POHPH\$H\$ HH$fH$HH$PHH$HH$HD$H$H$H$HH$HD$Hl$H-H,$H$H$Htx=u[HC`H$HH$Pv=H$HHt#LEhLD$H\$HH$ELC`L$HD$EEGH$H\$H$HH\$H$P1H$H$H$HH$`H$hH$XHH$H$HH\$HD$HL$HD$ H$XH$(HH$0=uVHCH$(H$HH\$HD$+H$XH\$H$`H\$ H$hH\$(\LCL$HD$HBH$(HHmH] H9H$H$0\$H$HH$PH$HLELD$H\$HH$H$(H$H$H\$H$0H\$H$HH$P<HPH\$H$H\$ fH$(H$HL$H$0H\$H$HH$PHH\$H\$ H$H$(H$H$H\$H$0H\$H$HH$P{HH\$H$HD$ H9HH HH)H !\$dHH$HL$HH1Hfl$dHiH$Htx=u[HK`H$HH$Pv=H$H@Ht#LEhLD$H\$HH$ELC`L$HL$W1&1HHH s1HHII)LI s
!\$d11EZH$H\$H$HH\$H$P1H$H$H$HH$`H$hH$XHH$H$HH\$HD$HL$HD$ H$XH$(HH$0=uVHCH$(H$HH\$HD$+H$XH\$H$`H\$ H$hH\$(LCL$HD$HH$(HHmH] H5VH$H$H$0\$/fBhH$(H$HT$HL$H$HH$PH\$H\$ H$H$(H$H$H\$H$0H\$H$HH$PHPH\$H\$ H$H$(H$H$H\$H$0H\$H$HH$P;HH\$H\$ HH\$xH$(H$H$H\$H$0H\$H$HH$PHH\$H\$ HH\$pH$(H$H$H\$H$0H\$H$HH$PsH@H\$H\$ HH\$hH$(H$H$H\$H$0H\$H$HH$PHH\$HD$ H$0H$H$8H\$H$@H\$H$H\$H$H\$ H\$xH\$(H\$pH\$0H\$hH\$8HD$@H\$HH$H\$Pf\$b\$R
H$8H$HH$@H$P1H$H$H$H H$`H$hH$XHH$H$HH\$HD$HL$HD$ H$XH$(HH$0=HCH$(H$HH\$HD$H$XH\$H$`H\$ H$hH\$(H$H$Hkx1H$8H$@H$Hl$bfLCL$HD$\\7H$LD$L$HH$PH$H$00
    865 
    866  runtime.duffzero4type.cmd/internal/obj.Prog
    867 "runtime.newobject
    868  runtime.duffzero6runtime.writeBarrierEnabled
    869 &"".(*Parser).append"type.map[int]bool
    870 2runtime.mapaccess1_fast644type.cmd/internal/obj.Addr
    871 (runtime.typedmemmove
    872 @cmd/asm/internal/arch.IsPPC64NEG	4type.cmd/internal/obj.Addr	
    873 (runtime.typedmemmove
    874 4type.cmd/internal/obj.Addr
    875 
    876 (runtime.typedmemmove
    877 
    878 $runtime.panicindex
    879 
    880 $runtime.panicindex
    881 
    882 $runtime.panicindex4type.cmd/internal/obj.Addr
    885 (runtime.typedmemmove
    887 $runtime.panicindex
    889 <cmd/asm/internal/arch.IsARMCMP
4type.cmd/internal/obj.Addr
    891 (runtime.typedmemmove
    892 0"".(*Parser).getRegister
    893 $runtime.panicindex
    894 $runtime.panicindex
    895 @cmd/asm/internal/arch.IsARMSTREX4type.cmd/internal/obj.Addr
    896 (runtime.typedmemmove4type.cmd/internal/obj.Addr
    897 (runtime.typedmemmove
    898 $runtime.panicindex
    899 $runtime.panicindex
    900 $runtime.panicindex4type.cmd/internal/obj.Addr
    901 (runtime.typedmemmove4type.cmd/internal/obj.Addr
    902 (runtime.typedmemmove
    903 $runtime.panicindex
    904 $runtime.panicindex
    905 $runtime.panicindex
    906 ,cmd/internal/obj.Aconvtype.string
    907 runtime.convT2E6runtime.writeBarrierEnabledTgo.string."unrecognized addressing for %s"
    908 &"".(*Parser).errorf
    909 Fcmd/asm/internal/arch.IsARMFloatCmp4type.cmd/internal/obj.Addr
    910 (runtime.typedmemmove
    911 0"".(*Parser).getRegister
    912 $runtime.panicindex 
    913 $runtime.panicindex 4type.cmd/internal/obj.Addr 
    914 (runtime.typedmemmove!4type.cmd/internal/obj.Addr"
    915 (runtime.typedmemmove"
    916 $runtime.panicindex"
    917 $runtime.panicindex"
    918 .runtime.writebarrierptr#
    919 $runtime.panicindex#
    920 $runtime.panicindex#
    921 $runtime.panicindex#
    922 $runtime.panicindex$
    923 @cmd/asm/internal/arch.IsARM64CMP%4type.cmd/internal/obj.Addr%
    924 (runtime.typedmemmove&
    925 0"".(*Parser).getRegister'
    926 $runtime.panicindex'
    927 $runtime.panicindex'
    928 ,cmd/internal/obj.Aconv)type.string*
    929 runtime.convT2E*6runtime.writeBarrierEnabled+type.int+
    930 runtime.convT2E,6runtime.writeBarrierEnabled,pgo.string."can't handle %s instruction with %d operands"-
    931 &"".(*Parser).errorf.
    932 .runtime.writebarrierptr.
    933 .runtime.writebarrierptr/
    934 @cmd/asm/internal/arch.IsARMSTREX04type.cmd/internal/obj.Addr1
    935 (runtime.typedmemmove2
    936 0"".(*Parser).getRegister34type.cmd/internal/obj.Addr3
    937 (runtime.typedmemmove3
    938 $runtime.panicindex3
    939 $runtime.panicindex3
    940 $runtime.panicindex44type.cmd/internal/obj.Addr4
    941 (runtime.typedmemmove5
    942 0"".(*Parser).getRegister64type.cmd/internal/obj.Addr6
    943 (runtime.typedmemmove7
    944 $runtime.panicindex7
    945 $runtime.panicindex7
    946 $runtime.panicindex84type.cmd/internal/obj.Addr8
    947 (runtime.typedmemmove9
    948  runtime.duffcopy94type.cmd/internal/obj.Addr9
    949 "runtime.newobject9
    950  runtime.duffcopy:4type.cmd/internal/obj.Addr:
    951 (runtime.typedmemmove;6runtime.writeBarrierEnabled<4type.cmd/internal/obj.Addr<
    952 (runtime.typedmemmove<
    953 $runtime.panicindex<
    954 .runtime.writebarrierptr=
    955 $runtime.panicindex=
    956 $runtime.panicindex=go.string."TODO: implement three-operand instructions for this architecture">
    957 &"".(*Parser).errorf>
    958 Dcmd/asm/internal/arch.IsARM64STLXR?4type.cmd/internal/obj.Addr?
    959 (runtime.typedmemmoveA4type.cmd/internal/obj.AddrA
    960 (runtime.typedmemmoveB
    961 ,cmd/internal/obj.AconvCtype.stringD
    962 runtime.convT2ED6runtime.writeBarrierEnabledEgo.string."invalid addressing modes for third operand to %s instruction, must be register"F
    963 &"".(*Parser).errorfG
    964 $runtime.panicindexG
    965 .runtime.writebarrierptrG
    966 $runtime.panicindexH
    967 $runtime.panicindexH
    968 $runtime.panicindexH4type.cmd/internal/obj.AddrI
    969 (runtime.typedmemmoveJ
    970 0"".(*Parser).getRegisterK4type.cmd/internal/obj.AddrK
    971 (runtime.typedmemmoveK
    972 $runtime.panicindexK
    973 $runtime.panicindexK
    974 $runtime.panicindexL
    975 @cmd/asm/internal/arch.IsPPC64CMPM4type.cmd/internal/obj.AddrM
    976 (runtime.typedmemmoveN
    977 0"".(*Parser).getRegisterO4type.cmd/internal/obj.AddrP
    978 (runtime.typedmemmoveP
    979 $runtime.panicindexP
    980 $runtime.panicindexP
    981 $runtime.panicindexQ4type.cmd/internal/obj.AddrQ
    982 (runtime.typedmemmoveR
    983  runtime.duffcopyR4type.cmd/internal/obj.AddrR
    984 "runtime.newobjectS
    985  runtime.duffcopyS4type.cmd/internal/obj.AddrS
    986 (runtime.typedmemmoveT6runtime.writeBarrierEnabledU4type.cmd/internal/obj.AddrU
    987 (runtime.typedmemmoveU
    988 $runtime.panicindexV
    989 .runtime.writebarrierptrV
    990 $runtime.panicindexV
    991 $runtime.panicindexW4type.cmd/internal/obj.AddrW
    992 (runtime.typedmemmoveX
    993 0"".(*Parser).getRegisterY4type.cmd/internal/obj.AddrY
    994 (runtime.typedmemmoveZ
    995 $runtime.panicindexZ
    996 $runtime.panicindexZ
    997 $runtime.panicindexZ
    998 ,cmd/internal/obj.Aconv\type.string\
    999 runtime.convT2E]6runtime.writeBarrierEnabled]ngo.string."invalid addressing modes for %s instruction"^
   1000 &"".(*Parser).errorf_
   1001 .runtime.writebarrierptr_
   1002 $runtime.panicindex`
   1003 >cmd/asm/internal/arch.IsARMMULAa
   1004 0"".(*Parser).getRegisterb
   1005 0"".(*Parser).getRegisterd
   1006 0"".(*Parser).getRegistere
   1007 0"".(*Parser).getRegisterf4type.cmd/internal/obj.Addrf
   1008 (runtime.typedmemmoveg4type.cmd/internal/obj.Addrg
   1009 (runtime.typedmemmoveh
   1010 $runtime.panicindexh
   1011 $runtime.panicindexi
   1012 $runtime.panicindexi
   1013 $runtime.panicindexi
   1014 $runtime.panicindexi
   1015 $runtime.panicindexj4type.cmd/internal/obj.Addrj
   1016 (runtime.typedmemmovel
   1017 0"".(*Parser).getRegisterm
   1018  runtime.duffcopym4type.cmd/internal/obj.Addrm
   1019 "runtime.newobjectm
   1020  runtime.duffcopyn4type.cmd/internal/obj.Addrn
   1021 (runtime.typedmemmoveo6runtime.writeBarrierEnabledp4type.cmd/internal/obj.Addrp
   1022 (runtime.typedmemmovep
   1023 $runtime.panicindexp
   1024 .runtime.writebarrierptrq
   1025 $runtime.panicindexq
   1026 $runtime.panicindexq
   1027 $runtime.panicindexr
   1028 @cmd/asm/internal/arch.IsPPC64RLDs4type.cmd/internal/obj.Addrs
   1029 (runtime.typedmemmovet
   1030 0"".(*Parser).getRegisteru
   1031  runtime.duffcopyu4type.cmd/internal/obj.Addru
   1032 "runtime.newobjectv
   1033  runtime.duffcopyw4type.cmd/internal/obj.Addrw
   1034 (runtime.typedmemmovew6runtime.writeBarrierEnabledx4type.cmd/internal/obj.Addrx
   1035 (runtime.typedmemmovey
   1036 $runtime.panicindexy
   1037 .runtime.writebarrierptry
   1038 $runtime.panicindexy
   1039 $runtime.panicindexz
   1040 $runtime.panicindexz
   1041 ,cmd/internal/obj.Aconv{type.string|
   1042 runtime.convT2E|6runtime.writeBarrierEnabled}ngo.string."can't handle %s instruction with 4 operands"~
   1043 &"".(*Parser).errorf~
   1044 .runtime.writebarrierptr
   1045 @cmd/asm/internal/arch.IsPPC64RLD4type.cmd/internal/obj.Addr
   1046 (runtime.typedmemmove
   1047 0"".(*Parser).getRegister
   1048 0"".(*Parser).getConstant
   1049 0"".(*Parser).getConstant4type.cmd/internal/obj.Addr
   1050 "runtime.newobject
   1051  runtime.duffzero6runtime.writeBarrierEnabled4type.cmd/internal/obj.Addr
   1052 (runtime.typedmemmove
   1053 $runtime.panicindex
   1054 .runtime.writebarrierptr
   1055 $runtime.panicindex
   1056 $runtime.panicindex
   1057 $runtime.panicindex
   1058 $runtime.panicindex
   1059 ,cmd/internal/obj.Aconvtype.string
   1060 runtime.convT2E6runtime.writeBarrierEnabledngo.string."can't handle %s instruction with 5 operands"
   1061 &"".(*Parser).errorf
   1062 .runtime.writebarrierptr
   1063 <cmd/asm/internal/arch.IsARMMRC
   1064 0"".(*Parser).getConstant
   1065 0"".(*Parser).getConstant
   1066 0"".(*Parser).getRegister
   1067 0"".(*Parser).getRegister
   1068 0"".(*Parser).getRegister
   1069 0"".(*Parser).getConstant
   1070 Dcmd/asm/internal/arch.ARMMRCOffsettype.string
   1071 runtime.convT2E6runtime.writeBarrierEnabledVgo.string."unrecognized condition code .%q"
   1072 &"".(*Parser).errorf
   1073 .runtime.writebarrierptr
   1074 $runtime.panicindex
   1075 $runtime.panicindex
   1076 $runtime.panicindex
   1077 $runtime.panicindex
   1078 $runtime.panicindex
   1079 $runtime.panicindex
   1080 .runtime.writebarrierptr
   1081 0runtime.morestack_noctxtp"".autotmp_0279"type.interface {}"".autotmp_0278"type.interface {}"".autotmp_0277(type.[2]interface {}"".autotmp_0274&type.[]interface {}"".autotmp_0273"type.interface {}"".autotmp_0272	(type.[1]interface {}"".autotmp_0270*type.*[1]interface {}"".autotmp_0269&type.[]interface {}"".autotmp_0268"type.interface {}"".autotmp_0267(type.[1]interface {}"".autotmp_0265*type.*[1]interface {}"".autotmp_0264&type.[]interface {}"".autotmp_0262"type.interface {}"".autotmp_0261(type.[1]interface {}"".autotmp_0259*type.*[1]interface {}"".autotmp_0258&type.[]interface {}"".autotmp_0257"type.interface {}"".autotmp_0256(type.[1]interface {}"".autotmp_0254*type.*[1]interface {}"".autotmp_0253&type.[]interface {}"".autotmp_0252type.int16"".autotmp_0251"type.interface {}"".autotmp_0250(type.[1]interface {}"".autotmp_0248*type.*[1]interface {}"".autotmp_0247&type.[]interface {}"".autotmp_0246type.int"".autotmp_0245"type.interface {}"".autotmp_0244(type.[1]interface {}"".autotmp_0241&type.[]interface {}"".autotmp_0239	6type.*cmd/internal/obj.Prog"".autotmp_0238	type.int"".autotmp_0237type.string"".autotmp_0236type.string"".autotmp_0235type.int16"".autotmp_0234type.int16"".autotmp_0233type.int16"".autotmp_0232type.bool"".autotmp_0231type.string"".autotmp_0230type.int16"".autotmp_0229type.bool"".autotmp_0228type.string"".autotmp_02274type.cmd/internal/obj.Addr"".autotmp_0226type.int16"".autotmp_0225type.bool"".autotmp_02244type.cmd/internal/obj.Addr"".autotmp_0223type.int16"".autotmp_0222type.bool"".autotmp_0221type.string"".autotmp_02204type.cmd/internal/obj.Addr"".autotmp_0219type.int16"".autotmp_0218type.int16"".autotmp_0217type.bool"".autotmp_02164type.cmd/internal/obj.Addr"".autotmp_0215type.int16"".autotmp_0214type.string"".autotmp_0213type.bool"".autotmp_0212type.int16"".autotmp_0211type.int16"".autotmp_0210type.bool"".autotmp_0209type.int16"".autotmp_0208type.bool"".autotmp_0207type.int16"".autotmp_0206type.bool"".autotmp_0205type.string"".autotmp_0204type.bool"".autotmp_0202type.bool"".autotmp_0201type.bool"".autotmp_0199type.int"".p	6type.*cmd/internal/obj.Addr"".x4type.cmd/internal/obj.Addr"".p	6type.*cmd/internal/obj.Addr"".x4type.cmd/internal/obj.Addr"".p	6type.*cmd/internal/obj.Addr"".x4type.cmd/internal/obj.Addr"".p	6type.*cmd/internal/obj.Addr"".x4type.cmd/internal/obj.Addr"".MRC
   1084 type.int16"".offset
   1085 type.int64
   1086 "".x4
   1087 type.int64
   1088 "".x3
   1089 type.int64
   1090 "".x2
   1091 type.int64
   1092 "".x1
   1093 type.int64
   1094 "".x0
   1095 type.int64"".mask
   1096 type.uint32"".mask1
   1097 type.int64
   1098 "".r3type.int16
   1100 "".r1
   1101 type.int16"".prog	6type.*cmd/internal/obj.Prog"".a@8type.[]cmd/internal/obj.Addr"".cond type.string
   1102 "".optype.int"".ptype.*"".Parser"OQ	Q
   1106 A'
   1107 
   1108 =
   1109 Z2
   1110 @C?*
   1115 !G_)*
   1116 78Q$EF8J+OP
   1119 /:_]^6Cop	
   1123 H:_gh2
   1124 r
   1125  
   1126 /
   1127 9X82\8"
   1129 :F:7
   1131 /2K-42\8
   1133 
   1134 /2_5
   1135 
   1136 2F	
   1138 2\8
   1139 P2VNYGF!:cF@GcF
   1145 @G`S[	5:F9	"
   1149 HDX]]]S	$.	
   1150 \K6"l,GR FgI[8NiH>Q4h8
   1151 NiL(6NiBNi!=f(=R?;Tgclocals1129c559a57d7e622dcf32bac7a12c07Tgclocalsa1c4ebb166bafab048d8381c2b765f31nprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/asm.go"".newAddreH%H;avhHpHH$HD$Ht$xH|$ HD$Ht1Hl$ HD$Hl$H-H,$H\$H$Hp
   1154 ,4type.cmd/internal/obj.Addr>
   1155 "runtime.newobjectf
   1156  runtime.duffcopy4type.cmd/internal/obj.Addr
   1157 (runtime.typedmemmove
   1158 0runtime.morestack_noctxt"".autotmp_02804type.cmd/internal/obj.Addr"".p6type.*cmd/internal/obj.Addr"".~r16type.*cmd/internal/obj.Addr"".x4type.cmd/internal/obj.Addr_
	9	>$Tgclocals7db8ea1d24e52ec1d4dbb65939436e3fTgclocals57020178141ca060aca86085906195cdnprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/asm.go<"".(*Parser).getConstantPseudoeH%HD$H;AHH$Hfu3Xu*HXfuHXfuHhH$HH$H\$PH$H\$XHH$HD$H\$H\$@H\$H\$H1H\$xH$H$H$H\$xH3HD$hHD$pH\$`HH$H\$PH\$HD$HL$HD$ H\$`HL$0HHD$8=HCHH$H\$@H\$HD$HL$HD$ H\$`HHL$0HHD$8=uUHCH$H$HH\$HD$'H\$`H\$H\$hH\$ H\$pH\$(H$sLCL$HD$LCL$HD$4
   1164 "".emptyProg
   1165 ,cmd/internal/obj.Dconvtype.string
   1166 runtime.convT2E6runtime.writeBarrierEnabledtype.string
   1167 runtime.convT2E6runtime.writeBarrierEnabledfgo.string."%s: expected integer constant; found %s"
   1168 &"".(*Parser).errorf
   1169 .runtime.writebarrierptr
   1170 .runtime.writebarrierptr
   1171 0runtime.morestack_noctxtP"".autotmp_0288"type.interface {}"".autotmp_0287"type.interface {}"".autotmp_0286?(type.[2]interface {}"".autotmp_0283o&type.[]interface {}"".autotmp_0282type.string"".autotmp_0281type.string"".~r2@type.int64"".addr06type.*cmd/internal/obj.Addr"".pseudotype.string"".ptype.*"".ParserD"	')2|6Tgclocalsa4a72fe4111c0d730d77d6113711d8c8Tgclocalsc4aa0c7895fda00e599071448995a44cnprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/asm.go0"".(*Parser).getConstanteH%HD$H;AHH$Hfu3Xu*HXfuHXfuHhH$HH$H$H\$H\$PH\$H\$XH$H$H$H\$H\$H\$@H\$H\$H1H\$xH$H$H$H\$xH3HD$hHD$pH\$`HH$H\$PH\$HD$HL$HD$ H\$`HL$0HHD$8=HCHH$H\$@H\$HD$HL$HD$ H\$`HHL$0HHD$8=uUHCH$H$HH\$HD$'H\$`H\$H\$hH\$ H\$pH\$(H$_LCL$HD$LCL$HD$4
   1177 
   1178 ,cmd/internal/obj.Aconv
   1179 ,cmd/internal/obj.Dconvtype.string
   1180 runtime.convT2E6runtime.writeBarrierEnabledtype.string
   1181 runtime.convT2E6runtime.writeBarrierEnabledfgo.string."%s: expected integer constant; found %s"
   1182 &"".(*Parser).errorf
   1183 .runtime.writebarrierptr
   1184 .runtime.writebarrierptr
   1185 0runtime.morestack_noctxtP"".autotmp_0296"type.interface {}"".autotmp_0295"type.interface {}"".autotmp_0294?(type.[2]interface {}"".autotmp_0291o&type.[]interface {}"".autotmp_0290type.string"".autotmp_0289type.string"".~r3@type.int64"".addr06type.*cmd/internal/obj.Addr
   1187 "".op type.int"".prog6type.*cmd/internal/obj.Prog"".ptype.*"".ParserD"
   1188 ')2
p2|2Tgclocalsa4a72fe4111c0d730d77d6113711d8c8Tgclocalsc4aa0c7895fda00e599071448995a44cnprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/asm.go2"".(*Parser).getImmediateeH%HD$H;AHH$Hfu3Xu*HXfuHXfuHhH$HH$H$H\$H\$PH\$H\$XH$H$H$H\$H\$H\$@H\$H\$H1H\$xH$H$H$H\$xH3HD$hHD$pH\$`HH$H\$PH\$HD$HL$HD$ H\$`HL$0HHD$8=HCHH$H\$@H\$HD$HL$HD$ H\$`HHL$0HHD$8=uUHCH$H$HH\$HD$)H\$`H\$H\$hH\$ H\$pH\$(H$_LCL$HD$LCL$HD$4
   1194 
   1195 ,cmd/internal/obj.Aconv
   1196 ,cmd/internal/obj.Dconvtype.string
   1197 runtime.convT2E6runtime.writeBarrierEnabledtype.string
   1198 runtime.convT2E6runtime.writeBarrierEnabledjgo.string."%s: expected immediate constant; found %s"
   1199 &"".(*Parser).errorf
   1200 .runtime.writebarrierptr
   1201 .runtime.writebarrierptr
   1202 0runtime.morestack_noctxtP"".autotmp_0304"type.interface {}"".autotmp_0303"type.interface {}"".autotmp_0302?(type.[2]interface {}"".autotmp_0299o&type.[]interface {}"".autotmp_0298type.string"".autotmp_0297type.string"".~r3@type.int64"".addr06type.*cmd/internal/obj.Addr
   1204 "".op type.int"".prog6type.*cmd/internal/obj.Prog"".ptype.*"".ParserD"
   1205 ')2
p2|2Tgclocalsa4a72fe4111c0d730d77d6113711d8c8Tgclocalsc4aa0c7895fda00e599071448995a44cnprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/asm.go0"".(*Parser).getRegistereH%HD$H;AHH$Hfu3HXHu)Xu HXfuHhf$HH$H$H\$H\$PH\$H\$XH$H$H$H\$H\$H\$@H\$H\$H1H\$xH$H$H$H\$xH3HD$hHD$pH\$`HH$H\$PH\$HD$HL$HD$ H\$`HL$0HHD$8=HCHH$H\$@H\$HD$HL$HD$ H\$`HHL$0HHD$8=uUHCH$H$HH\$HD$H\$`H\$H\$hH\$ H\$pH\$(H$^LCL$HD$LCL$HD$4
   1212 
   1213 ,cmd/internal/obj.Aconv
   1214 ,cmd/internal/obj.Dconvtype.string
   1215 runtime.convT2E6runtime.writeBarrierEnabledtype.string
   1216 runtime.convT2E6runtime.writeBarrierEnabledVgo.string."%s: expected register; found %s"
   1217 &"".(*Parser).errorf
   1218 .runtime.writebarrierptr
   1219 .runtime.writebarrierptr
   1220 0runtime.morestack_noctxtP"".autotmp_0312"type.interface {}"".autotmp_0311"type.interface {}"".autotmp_0310?(type.[2]interface {}"".autotmp_0307o&type.[]interface {}"".autotmp_0306type.string"".autotmp_0305type.string"".~r3@type.int16"".addr06type.*cmd/internal/obj.Addr
   1222 "".op type.int"".prog6type.*cmd/internal/obj.Prog"".ptype.*"".ParserD"
   1223 '(2
p2|2Tgclocalsa4a72fe4111c0d730d77d6113711d8c8Tgclocalsc4aa0c7895fda00e599071448995a44cnprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/asm.go"".NewParsereH%H;aH@HH$HD$HD$HD$H\$ H\$8HH$HD$HD$HD$H\$ H\$0HH$HL$HHA1HHL$(Hl$H=HHHl$P=HHl$XH)Hl$`=u~HiHtpHl$8=uIHihHt;Hl$0=uHHL$hH@LL$Hl$HL$(LAhL$Hl$HL$(LAL$Hl$HL$(jLL$Hl$HL$(1LL$Hl$HL$(&
   1227 4Ltype.map[string]*cmd/internal/obj.Prog|
   1228 runtime.makemap*type.map[string]int64
   1229 runtime.makemaptype."".Parser
   1230 "runtime.newobject
   1231  runtime.duffzero6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled
   1232 .runtime.writebarrierptr
   1233 .runtime.writebarrierptr
   1234 .runtime.writebarrierptr
   1235 .runtime.writebarrierptr
   1236 .runtime.writebarrierptr
   1237 0runtime.morestack_noctxtP"".autotmp_0315/type.*"".Parser"".autotmp_0314*type.map[string]int64"".autotmp_0313Ltype.map[string]*cmd/internal/obj.Prog"".~r3@type.*"".Parser"".lexer Jtype.cmd/asm/internal/lex.TokenReader
   1239 "".ar@type.*cmd/asm/internal/arch.Arch"".ctxt6type.*cmd/internal/obj.Link&`
   1240 5
   1241  =5pTgclocalsba362c851cf6718bcf08a64a3f3a3743Tgclocalsd91ae6c6ea3a9c894c8489bb20888324rprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/parse.go&"".(*Parser).errorfeH%H$`H;A	H H$0H$8H$(=tyH$HL$H$@H\$H$HH\$H$PH\$ HL$(HD$0H$H$H$HD$H\$HH$HKHL$Xh9uH hhH\$PH$HH\$HD$HT$HL$ HH\$(HD$0H\$8H$0H\$@H$8H$(HHHkH$H,$H$HY0H\$H$H\$H$1H$H$H$H$H$HeH$H$H$HH$H$H\$HD$HL$HD$ H$H$HH$=HCHH$H$(H\$H|$HD$HD$HL$HD$ H$HH$HH$=AHCH$H$H$HH$H$HHH)H~KHH$H$Ht$HT$H$HL$HD$ Ht$(H\$0H$HL$8HH$H$H$L$HLIH$H9zH9qH)I)IH$ItHkIHl$LD$LL$H$@H\$ H$HH\$(H$PH\$0H$H$H$HHH9HH$H$@H$HH$PH1H9H
HD$pH$HL$xHL$H$0H\$H$8H\$H$@H\$ H$HH\$(H$PH\$0H$(Hi HHi HY H
   1252 HH$H$1H$H$H$HH$H$H$HH$H$H\$HD$HL$HD$ H$H$HH$=u7HCH$H$H$H\$H$H\$H LCL$HD$:HH$HH\$HH\$HD$HLCL$HD$%RLCL$HD$J
   1256 x"".panicOnError
   1257 fmt.Errorf
   1258 runtime.convI2E
   1259 runtime.gopanic&go.string."%s:%d: "go.string."\n"
   1260 *runtime.concatstring3type.string
   1261 runtime.convT2E6runtime.writeBarrierEnabledtype.int	
   1262 runtime.convT2E
   1263 6runtime.writeBarrierEnabled&type.[]interface {}
   1266 &runtime.growslice_n"type.interface {}
   1268 ,runtime.typedslicecopy4go.itab.*os.File.io.Writeros.Stderr
   1269 fmt.Fprintf6go.string."too many errors"type.string
   1270 runtime.convT2E6runtime.writeBarrierEnabled
   1271 log.Fatal
   1272 .runtime.writebarrierptrtype.*os.Filetype.io.Writer4go.itab.*os.File.io.Writer
   1273  runtime.typ2Itab
   1274 $runtime.panicslice
   1275 $runtime.panicslice
   1276 .runtime.writebarrierptr
   1277 .runtime.writebarrierptr
   1278 0runtime.morestack_noctxt`"".autotmp_0332"type.interface {}"".autotmp_0331(type.[1]interface {}"".autotmp_0328&type.[]interface {}"".autotmp_0325&type.[]interface {}"".autotmp_0324?(type.[2]interface {}"".autotmp_0321o&type.[]interface {}"".autotmp_0320type.[32]uint8"".autotmp_0319type.string"".autotmp_0318type.int"".autotmp_0317type.string"".autotmp_0316type.error"".args0&type.[]interface {}"".formattype.string"".ptype.*"".Parser*"	J|:	y
   1280 \z2V6s]1	GTgclocalscaf2d2f2b6c07bf7c446a6b7db63a04cTgclocals98bd3e00bc9a36c7ad58e60ac3ddf81brprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/parse.go$"".(*Parser).ParseeH%H;avdHHL$H$HL$\$tHY H~HD$ D$(HH$H\$HHl$ D$(H
   1286 :
   1287 """.(*Parser).line
   1288 $"".(*Parser).patch
   1289 0runtime.morestack_noctxt0 "".~r1 type.bool"".~r06type.*cmd/internal/obj.Prog"".ptype.*"".Parser ; # 
 
   1293 	

   1296 dTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbrprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/parse.go""".(*Parser).line<<eH%H$H;AH1H$H$H$HHH	HkH$H,$H$HY@\$\$LH$HHHkH$H,$H$HY8T$LH$HD$HAHAu$H
   1299 X;ORHH	HkH$H,$H$HYPH\$H$H\$H$1H$H$H$HH$XH$`H$PHH$H$H\$HD$HL$HD$ H$PH$HH$=uaHCH$H$HH\$HD$H$PH\$H$XH\$ H$`H\$($HLCL$HD$HH	HkH$H,$H$HYPL$LH\$H\$xH\$H$1H$H$H$1HH$HIH$H$H$HD$PHD$X
   1302 
   1303 ;HH$HD$HD$H\$H$ H\$ H$(H\$(H$0H$H HHkH$H,$H$HY@L$L$H|$PHt$XH$L$ITH$(HBHHmH] H5HHmH] H7:HHPPHhXHH`HHH9wNHkXHHHkHH$HkHl$x=uH+$HH$Hl$HH$HT$HD$HL$Hl$ HT$(Hl$0HL$8H$HtKHHl$`HHkXHK`HT$p=u	HSPKLCPL$HT$HT$pHD$`*u?H$HH\$HD$1H\$H\$ H\$($H
   1307 ;Hu,:([L$L)x]oH^HHhH$H,$H$HYPHL$HD$\$L$H$HL$H$HD$\$$hH\$ H$pH\$(H$xH$ H$(H$0HHH9woH$(HHHkH$h+H$xHkH$p=uHkH$HLCL$Hl$H-H,$HL$HD$HT$H\$ HL$(H\$0HT$8HHH$(H$0H$ CHHH\$PHH|$P^L$L:uYH|KH$HH\$HD$1H\$H\$ H\$(L$L$H$L$LLLD$XH$(HH$LLLHH9hHH$HHHkHH$(HkH$0HkH$ =H+HHHH9HHH\$hHHLHH9HkHH+H$8HkH$@HkH$HLHH9nHkHLIH9QMkLHl$H\$HH$L$LH$Hl$hL$L9HkHH$@HkH$HHkH$8=H+HD$X
   1308 HL$xH$HH$HH\$H$HL$H$HD$H$Ht$xH$HD$ \$(H(tOH<$Hl$Ht$HT$H$H\$ H$H\$(H$H\$0$HHH$HHkHl$H$Ht$H$HT$Ht$xH$HD$ \$(H(tqH$H$Hl$Ht$HT$H$H\$ H$H\$(H$H\$0H$H\$8H$H\$@$HH$H$1H$H$H$HH$XH$`H$PHH$H$H\$HD$HL$HD$ H$PH$HH$=uaHCH$H$HH\$HD$H$PH\$H$XH\$ H$`H\$($HLCL$HD$H$Hl$L$L0H$Hl$L$H$Ht$XL$LH-H,$HT$HD$H|$H\$ Ht$XL$LLL$(H|$0Hl$8HHH$H$LL$AI,tH}jH$HH\$HD$1H\$H\$ H\$(L$L2.+H*HHhH$H,$H$HY@\$\$LH$HHHkH$H,$H$HYPH\$H$H\$H$\$L
H$H$H$H$1H$H$H$HUH$XH$`H$PHH$H$H\$HD$HL$HD$ H$PH$HH$=HCH$H$HH\$HD$+H$PH\$H$XH\$ H$`H\$(H$H$H\$H$H\$HH\$HD$ H$H\$(H$H\$0H\$8H$H\$@H$uLCL$HD$'o-
   1318 :cmd/asm/internal/lex.histLinetype.string
   1319 runtime.convT2E6runtime.writeBarrierEnabledRgo.string."expected identifier, found %q"
   1320 &"".(*Parser).errorf
   1321 .runtime.writebarrierptr	
   1322 
   1323  runtime.duffzeroBtype.[]cmd/asm/internal/lex.Token
   1326 "runtime.makeslice
6runtime.writeBarrierEnabled
   1328 .runtime.writebarrierptrtype.[]string
   1329 "runtime.growslice6runtime.writeBarrierEnabled
   1330 .runtime.writebarrierptr4go.string."unexpected EOF"
   1331 &"".(*Parser).errorf
   1332 2cmd/asm/internal/lex.Make6runtime.writeBarrierEnabled
   1333 .runtime.writebarrierptrBtype.[]cmd/asm/internal/lex.Token
   1334 "runtime.growsliceDgo.string."invalid ':' in operand"
   1335 &"".(*Parser).errorf6runtime.writeBarrierEnabled"Btype.[]cmd/asm/internal/lex.Token"
   1336 (runtime.typedmemmove#6runtime.writeBarrierEnabled$&type.map[string]int$:cmd/asm/internal/arch.Pseudos%
   1337 4runtime.mapaccess2_faststr&
   1338 &"".(*Parser).pseudo&&type.map[string]int'
   1339 4runtime.mapaccess2_faststr)
   1340 0"".(*Parser).instruction+type.string+
   1341 runtime.convT2E,6runtime.writeBarrierEnabled-Ngo.string."unrecognized instruction %q"-
   1342 &"".(*Parser).errorf.
   1343 .runtime.writebarrierptr.
   1344 .runtime.writebarrierptr/
   1345 $runtime.panicindex/
   1346 $runtime.panicindex/
   1347 $runtime.panicindex/
   1348 $runtime.panicindex/
   1349 .runtime.writebarrierptr0Ftype.[][]cmd/asm/internal/lex.Token0
   1350 "runtime.growslice26go.string."missing operand"2
   1351 &"".(*Parser).errorf346type.string7
   1352 runtime.convT2E86runtime.writeBarrierEnabled8ngo.string."ARM condition expected identifier, found %s"9
   1353 &"".(*Parser).errorf:go.string.".":
   1354 *runtime.concatstring3;
   1355 .runtime.writebarrierptr<
   1356 0runtime.morestack_noctxt J"".autotmp_0376"type.interface {}"".autotmp_0375(type.[1]interface {}"".autotmp_0373*type.*[1]interface {}"".autotmp_0372&type.[]interface {}"".autotmp_0371type.*int"".autotmp_0369Btype.[]cmd/asm/internal/lex.Token"".autotmp_0367type.int"".autotmp_0366"type.interface {}"".autotmp_0365(type.[1]interface {}"".autotmp_0363*type.*[1]interface {}"".autotmp_0362&type.[]interface {}"".autotmp_0361Htype.[3][]cmd/asm/internal/lex.Token"".autotmp_0360"type.interface {}"".autotmp_0359(type.[1]interface {}"".autotmp_0356&type.[]interface {}"".autotmp_0353type.string"".autotmp_0352type.string"".autotmp_0351type.string"".autotmp_0350type.int"".autotmp_0348type.int"".autotmp_0347>type.cmd/asm/internal/lex.Token"".autotmp_0346type.string"".autotmp_0345type.int"".autotmp_0344type.int"".autotmp_0343type.string"".autotmp_0341type.int"".autotmp_0340type.string"".strtype.string"".itemsBtype.[]cmd/asm/internal/lex.Token"".colontype.int"".nestingtype.int"".operandsFtype.[][]cmd/asm/internal/lex.Token"".condtype.string"".wordtype.string"".tokFtype.cmd/asm/internal/lex.ScanToken"".~r0type.bool"".ptype.*"".Parserp"	<6H	?E		IY2	H/*OPOP]		Ke	e	te?Ta#c^'bin3m	3M
p3!h"0]&YG
fJ
"*
B@V1MTgclocals7da860f906b08151c04118af7349facbTgclocalsc85d9dc33eb2066c2a69ececc376d01drprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/parse.go0"".(*Parser).instructioneH%H$H;AH1H$H$H$HHH$H$H$H\$HHU(HH$\$\$wH$H$H$H$(1H$ H$H$HH$H9?H$HHHpHhH$H$H$H$H<$H$HT$H$Ht$H$Hl$H\$ H$0H|$w H$2f
H$H$H$H$1H$H$H$HH$H$H$HH$H$H\$HD$HL$HD$ H$H$HH$=THCH$H$HH\$HD$$H$H\$H$H\$ H$H\$(H$HHHHHH95HHHHkPHH$0H\$Hl$H-H,$H$H$H$HHH$H9|$wtdH<$H$H\$H$H\$H$H\$Ht/HH|$ HHHKHOHKHOHH<$H$H\$H$H\$H$H\$Ht/HH|$ HHHKHOHKHOHHH$HT$HD$HL$Hl$ HT$(HD$0HL$8H$Ht]HHD$xHHHH$=uH[LL$HT$H$HD$x4LCL$HD$=K&
   1376 
   1377 ("".(*Parser).address
   1378  runtime.duffcopytype.string
   1379 runtime.convT2E6runtime.writeBarrierEnabled	`go.string."illegal use of pseudo-register in %s"	
   1380 &"".(*Parser).errorf4type.cmd/internal/obj.Addr
   1383 (runtime.typedmemmove
   1385 ("".(*Parser).asmJump
   1386 6"".(*Parser).asmInstruction8type.[]cmd/internal/obj.Addr
   1387 "runtime.growslice6runtime.writeBarrierEnabled
   1388 .runtime.writebarrierptr
   1389 .runtime.writebarrierptr
   1390 0runtime.morestack_noctxt""".autotmp_0404"type.interface {}"".autotmp_0403(type.[1]interface {}"".autotmp_0400&type.[]interface {}"".autotmp_0399Btype.[]cmd/asm/internal/lex.Token"".autotmp_0398Dtype.*[]cmd/asm/internal/lex.Token"".autotmp_0397type.int"".autotmp_0396type.int"".autotmp_0395type.string"".autotmp_0394Ftype.[][]cmd/asm/internal/lex.Token"".addr4type.cmd/internal/obj.Addr
   1391 "".opBtype.[]cmd/asm/internal/lex.Token"".isJumptype.bool"".operands`Ftype.[][]cmd/asm/internal/lex.Token"".cond@type.string"".word type.string
   1392 "".optype.int"".ptype.*"".Parser("c	Z<:Ej	(XX4ubh(-Tgclocals2c5ed2e93b84b2fb53c3f6abd4b764dcTgclocals802fc80e48c6fa5863a6c6c0d6f28f77rprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/parse.go&"".(*Parser).pseudo	eH%H;aHxL$H$H$H$H$H$H$HCHu'L$HT$HL$H|$Ht$ Hl$(HxHu$L$HT$HL$H|$Ht$ Hl$(HT$PHL$X1H\$@H\$HH\$@HHD$hHD$pH\$`HH$H\$PH\$HD$HL$HD$ H\$`HL$0HHD$8=uMHCH$H$HH\$HD$H\$`H\$H\$hH\$ H\$pH\$(LCL$HD$9Hu'L$HT$HL$H|$Ht$ Hl$(Hu'L$HT$HL$H|$Ht$ Hl$(H
L$HT$HL$H|$Ht$ Hl$(Z
   1398 
   1399 ("".(*Parser).asmData
   1400 0"".(*Parser).asmFuncDatatype.string
   1401 runtime.convT2E6runtime.writeBarrierEnabled:go.string."unimplemented: %s"
   1402 &"".(*Parser).errorf
   1403 .runtime.writebarrierptr
   1404 *"".(*Parser).asmGlobl
   1405 ,"".(*Parser).asmPCData
   1406 ("".(*Parser).asmText
   1407 0runtime.morestack_noctxtp"".autotmp_0414"type.interface {}"".autotmp_0413o(type.[1]interface {}"".autotmp_0410/&type.[]interface {}"".autotmp_0408Otype.string"".operands@Ftype.[][]cmd/asm/internal/lex.Token"".word type.string
   1408 "".optype.int"".ptype.*"".ParsernZG"	"
"
"
   1412 "|m1Tgclocals4e1f0f86d81a3d0aec516e90b6f8598dTgclocalse686e33109a1bc2792301626c7b401c5rprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/parse.go$"".(*Parser).starteH%H;avSHH\$Hl$(Hk8Hl$0Hk@Hl$ =uHk0H\$HCHHLC0L$Hl$
   1414 b6runtime.writeBarrierEnabled
   1415 .runtime.writebarrierptr
   1416 0runtime.morestack_noctxt@ "".operandBtype.[]cmd/asm/internal/lex.Token"".ptype.*"".Parser : "p )
   1418 [Tgclocals0ebb2d1da58c1b4224bf5a7b370d7578Tgclocals33cdeccccebe80329f1fdbee7f5874cbrprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/parse.go("".(*Parser).addresseH%HD$H;AHH$1HH$H$H$H$Ht$HHL$(HN8HD$0HF@HT$ =uQHV0HFHH|$81HH$H$H\$8H\$Ht$8H$HLF0L$HT$Ht$o
   1420 \
   1421  runtime.duffzero6runtime.writeBarrierEnabled
   1422  runtime.duffzero
   1423 ("".(*Parser).operand
   1424  runtime.duffcopy
   1425 .runtime.writebarrierptr
   1426 0runtime.morestack_noctxt"".operandBtype.[]cmd/asm/internal/lex.Token"".ptype.*"".Parser"".addr4type.cmd/internal/obj.Addr"".~r1@4type.cmd/internal/obj.Addr"".operandBtype.[]cmd/asm/internal/lex.Token"".ptype.*"".Parser. 2[ ,!Tgclocals0b2b7c0fc1a5c11396ae77ecade6ec0dTgclocalsae95d52f74c90cba539636c9e13dce9drprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/parse.go."".(*Parser).parseScaleeH%HD$H;AHH$HL$PH$H|KHH$HD$XHD$H-Hl$HD$HL$PHD$XH\$ HHulH$HD$XHD$H-Hl$HD$HL$PHD$X\$ t0H$H$vH0$HHD$XHu-H$HD$H-Hl$HD$\$ uH$H\$`H$H\$h1H\$@H\$HH\$@HHD$xH$H\$pHH$H\$`H\$HD$HL$HD$ H\$pHL$0HHD$8=u[HCH$H$HH\$HD$
H\$pH\$H\$xH\$ H$H\$($HLCL$HD$(Hu@H$HD$XHD$H-Hl$HD$HL$PHD$X\$ EHD$XHH$HD$H-Hl$HD$\$ h/&
   1440 go.string."2"
   1441 "runtime.cmpstringgo.string."1"
   1442  runtime.eqstring
   1443 $runtime.panicindexgo.string."2"
   1444  runtime.eqstringtype.string
   1445 runtime.convT2E6runtime.writeBarrierEnabled2go.string."bad scale: %s"
   1446 &"".(*Parser).errorf
   1447 .runtime.writebarrierptr	go.string."4"	
   1448  runtime.eqstring
   1449 go.string."8"
   1450 
   1451  runtime.eqstring
   1453 0runtime.morestack_noctxt@"".autotmp_0421"type.interface {}"".autotmp_0420(type.[1]interface {}"".autotmp_0417/&type.[]interface {}"".autotmp_0416otype.string"".autotmp_0415Otype.string"".~r10type.int8"".stype.string"".ptype.*"".Parser*4fB08	&gp"7J1Tgclocals304f1a7ece42768e76e94191b15e0406Tgclocalsbd085b959f4c17d1f3498b17a948de72rprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/parse.go("".(*Parser).operand^]eH%H$H;ALH1H$H$H$Hi8Hu?H$HH\$HD$1H\$H\$ H\$($HD$@Hq8HYHH9LAHHY0HA8Hi@H$H$LH$I9~HkH$\T$@1Hq8HYHH9$HH$HH$1Hq8HYHH9-HH$ $PH$(H$0$P$@H$XH$`1H$HH$PH$H$(H$H$0$P3HH$(H$0H$8H$@HH$H$HHkHl$H$HL$H$HD$H$\$(H<H$H$H\$H$(H\$H$0H\$\$@\$ H$Hq8HYHH9LAHHY0HA8Hi@H$H$LH$I9gHkHu$H$P[u\$@t7H$HH\$HD$1H\$H\$ H\$(H$H$H$H\$H$H$D$$H$PHH$(H$0H$hH$pHH$H$HHkHl$H$HL$H$HD$H$\$(TH<H$H$t$@$PH$XH$`\$H$f
$p1H$xH$H<$H$HL$H$HT$t$H$HD$ H$HCHV8H^HH9LFHH^0HF8Hn@H$H$LH$I9HkH(1HV8H^HH9$HH$HH$1HV8H^HH9bH
H$H$H$$$H$H$1H$H$H$H$H$HH$PH$XH$`HH$Ht$xHHkHl$H$HL$H$HD$\$(H<
H$HH$H$PH$1H$H$H$H_H$H$H$HH$H$H\$HD$HL$HD$ H$H$HH$=HCH$H$HH\$HD$H$H\$H$H\$ H$H\$(H$H$H$HH\$H$PH\$H$Hl$fkH$H$D$)H$H4$D$$HLCL$HD$H$XH$`HH$H\$xHHkHl$H$HL$H$HD$H\$ +@tpHD$xHP8HXHH9tQL@HHHP0H@8Hk@H$HH$LH$I9sHkH(1HNHH^0HV8Hn@H$H$HH$H9s8HkHHKHCHnHHHnH$H$H$JHNHH^0HV8Hn@H$H$HH$H9sRHkHDH{HSHnHHHnHD$hD$H$pH$H$xH$/$1H$H$ H<$H$HL$H$HT$t$H$H\$ f\$6H\$"f\$4\$$H\$%st7H4$HH\$HD$"1H\$H\$ H\$(H$H$fH$Hl$6fkH\$4fHH$H$HH$H$H\$HD$H\$HH$HKHL$$P1+HHL$hH\$hHkHH\$hHHkHH$D$H$\$\$@$t7H$HH\$HD$,1H\$H\$ H\$(H$H$f	H$D$D$PHH$H\$PH\$HD$HL$HD$ H$Ht^H$HK0H$=u-HC8H$H$D$$HLC8L$HD$H$D$H$\$\$@$t7H$HH\$HD$$1H\$H\$ H\$(H$H$D$\$$(H\$H$0H\$ H$81H$H$H$0H$H$8H$H$H$H$H\$H\$H$H\$H$H\$ H$H\$(H$H$H1H$H$H$HH$H$H$H$H$H$H\$HL$HD$H$H$HH$=HCH$H$HH\$HD$H$H\$H$H\$ H$H\$(H$f
   1481 H$H$H$H$HH$H$H\$HD$HL$HD$ H$Ht^H$HK0H$=u-HC8H$H$D$$HLC8L$HD$LCL$HD$TH$H$H\$H\$HH$Hl$HHkHL$pD$<H\$pH$D$2H$HC8H$H]HH9D$2|$2Hl$pLEHH\$pHHs0HS8Hk@H$HH$LH$I9HkH+l$<\$<(tf\$@\$D\$D$u.H$fH$D$$H\$D*uH$fH$fH$H$H\$\$@\$H$H$D$$HD$</+(1Hq8HYHH9C-HH$8$XH$@H$H1H$`H$hH$H$HiHHHiHH$H$ H$xH$HH$H$HHkHl$H$HT$H$HD$H$\$(\$3|$3t6HHHHL$XH\$XHkHH\$XHHkHH$xH$HH$H$HHkHl$H$HL$H$HD$H$H\$ +@H$H\$`D$8H\$`H$D$1H$HC8H$H]HH9D$1|$1tjHl$`LEHH\$`HtRHs0HS8Hk@H$HH$LH$I9sHkH+l$8\$8(D$81HQHHY0Hq8Hi@H$H$HH$H9s=HkHDHSHCHiHHHiHD$DH$H$d+-~H$hH$pHH$H$HHkHl$H$HL$H$HD$H$H\$ +@tsH$Hp8HXHH9tQL@HHHp0H@8Hk@H$HH$LH$I9sHkH(1H$8H$@HH$H$HHkHl$H$HL$H$HD$H$H\$ +@tsH$Hp8HXHH9tQL@HHHp0H@8Hk@H$HH$LH$I9sHkH((1HQHHY0Hq8Hi@H$H$HH$H9s=HkHDHSHCHiHHHiHD$DH$H$HQHHY0Hq8Hi@H$H$HH$H9sRHkHDH{HsHiHHHiHD$D$H$H$H$H$*z
   1494 Pgo.string."empty operand: cannot happen"
   1495 &"".(*Parser).errorf"".EOF"".EOF "".EOF"".EOF"".EOF "".EOF*type.map[string]int16	
   1502 4runtime.mapaccess2_faststr
   1503 
   1504 8"".(*Parser).symbolReferencePgo.string."illegal use of register list"
   1507 &"".(*Parser).errorf
   1509 2"".(*Parser).registerList
   1510 &"".(*Parser).expect*type.map[string]int16
   1511 4runtime.mapaccess2_faststr
   1512 8"".(*Parser).atRegisterShift
   1513 4"".(*Parser).registerShift"".EOF"".EOF "".EOF"".EOF"".EOF "".EOF*type.map[string]int16
   1520 4runtime.mapaccess2_faststrtype.string
   1521 runtime.convT2E6runtime.writeBarrierEnabledNgo.string."expected register; found %s"
   1522 &"".(*Parser).errorf
   1523 <"".(*Parser).registerReference
   1524  "".(*Parser).get
   1525 &"".(*Parser).expect 
   1526 .runtime.writebarrierptr (type.map[string]bool!
   1527 4runtime.mapaccess1_faststr#
   1528 $runtime.panicindex%
   1529 $runtime.panicindex'
   1530 $runtime.panicindex'
   1531 $runtime.panicindex(
   1532 *"".(*Parser).register)\go.string."expected simple register reference"*
   1533 &"".(*Parser).errorf+Jgo.string."cannot happen (Addr.Reg2)"+type.string,
   1534 runtime.convT2E,
   1535 runtime.gopanic.
   1536 """.(*Parser).have.pgo.string."floating-point constant must be an immediate"/
   1537 &"".(*Parser).errorf/
   1538 ,"".(*Parser).floatExpr0type.float640
   1539 runtime.convT2E16runtime.writeBarrierEnabled2
   1540 &"".(*Parser).expect2
   1541 .runtime.writebarrierptr2
   1542 """.(*Parser).have3`go.string."string constant must be an immediate"4
   1543 &"".(*Parser).errorf4
   1544  "".(*Parser).get6
   1545 strconv.Unquote8
   1546 runtime.convI2E96runtime.writeBarrierEnabled:Dgo.string."string parse error: %s";
   1547 &"".(*Parser).errorf;type.string<
   1548 runtime.convT2E=6runtime.writeBarrierEnabled=
   1549 &"".(*Parser).expect>
   1550 .runtime.writebarrierptr>
   1551 .runtime.writebarrierptr>
   1552 """.(*Parser).exprB
   1553 &"".(*Parser).expectD
   1554 :"".(*Parser).registerIndirectD
   1555 &"".(*Parser).expectD
   1556 $runtime.panicindexF"".EOFF"".EOFF "".EOFH*type.map[string]int16I
   1560 4runtime.mapaccess2_faststrK(type.map[string]boolK
   1561 4runtime.mapaccess1_faststrO
   1562 $runtime.panicindexQ
   1563 $runtime.panicindexR(type.map[string]boolS
   1564 4runtime.mapaccess1_faststrU
   1565 $runtime.panicindexU
   1566 $runtime.panicindexU(type.map[string]boolV
   1567 4runtime.mapaccess1_faststrX
   1568 $runtime.panicindexZ
   1569 $runtime.panicindex]
   1570 $runtime.panicindex]
   1571 $runtime.panicindex]
   1572 0runtime.morestack_noctxt0"".autotmp_0494
type.int32"".autotmp_0493type.bool"".autotmp_0492"type.interface {}"".autotmp_0491(type.[1]interface {}"".autotmp_0489*type.*[1]interface {}"".autotmp_0488&type.[]interface {}"".autotmp_0487type.bool"".autotmp_0486type.bool"".autotmp_0485type.bool"".autotmp_0484Ftype.cmd/asm/internal/lex.ScanToken"".autotmp_0483"type.interface {}"".autotmp_0482(type.[1]interface {}"".autotmp_0479/&type.[]interface {}"".autotmp_0477type.bool"".autotmp_0476type.bool"".autotmp_0475type.bool"".autotmp_0474type.bool"".autotmp_0473type.bool"".autotmp_0472type.bool"".autotmp_0471type.bool"".autotmp_0468type.bool"".autotmp_0467type.bool"".autotmp_0464type.int"".autotmp_0463
type.uint64"".autotmp_0462type.string"".autotmp_0461type.bool"".autotmp_0460
type.float64"".autotmp_0459type.bool"".autotmp_0458type.int"".autotmp_0457type.int"".autotmp_0456type.int"".autotmp_0455type.bool"".autotmp_0454type.string"".autotmp_0453type.string"".autotmp_0452type.int"".autotmp_0451type.int"".autotmp_0450type.int"".autotmp_0449type.string"".autotmp_0448type.string"".autotmp_0447type.int"".autotmp_0446type.bool"".autotmp_0445type.string"".autotmp_0444type.string"".autotmp_0443type.int"".autotmp_0442type.int"".autotmp_0441type.int"".autotmp_0440type.int"".autotmp_0439type.int"".autotmp_0437type.bool"".autotmp_0436type.int"".autotmp_0435type.bool"".autotmp_0434type.string"".autotmp_0433type.string"".autotmp_0432type.int"".autotmp_0431type.int"".autotmp_0430type.bool"".autotmp_0429type.string"".autotmp_0428type.string"".autotmp_0427type.int"".autotmp_0426type.int"".autotmp_0425type.int"".autotmp_0424type.int"".autotmp_0423type.int"".~r0type.bool"".ptype.*"".Parser"".~r0
Ftype.cmd/asm/internal/lex.ScanToken"".p
type.*"".Parser"".~r0
   1582 type.string2cmd/asm/internal/lex.l2>type.cmd/asm/internal/lex.Token"".p
type.*"".Parser"".p
type.*"".Parser"".~r0type.bool"".ptype.*"".Parser"".~r0
Ftype.cmd/asm/internal/lex.ScanToken"".p
type.*"".Parser"".presenttype.bool"".nametype.string"".ptype.*"".Parser"".~r0type.string2cmd/asm/internal/lex.l2>type.cmd/asm/internal/lex.Token"".~r0>type.cmd/asm/internal/lex.Token"".tok>type.cmd/asm/internal/lex.Token"".name	type.string"".ptype.*"".Parser"".~r0type.string2cmd/asm/internal/lex.l2>type.cmd/asm/internal/lex.Token"".~r0>type.cmd/asm/internal/lex.Token"".tok>type.cmd/asm/internal/lex.Token"".~r0>type.cmd/asm/internal/lex.Token"".tok>type.cmd/asm/internal/lex.Token"".~r0type.string2cmd/asm/internal/lex.l2>type.cmd/asm/internal/lex.Token"".~r0type.string2cmd/asm/internal/lex.l2>type.cmd/asm/internal/lex.Token"".name	type.string"".ptype.*"".Parser"".name	type.string"".ptype.*"".Parser"".~r0type.string2cmd/asm/internal/lex.l2>type.cmd/asm/internal/lex.Token"".~r0>type.cmd/asm/internal/lex.Token"".tok>type.cmd/asm/internal/lex.Token"".~r0>type.cmd/asm/internal/lex.Token"".tok>type.cmd/asm/internal/lex.Token"".errtype.error"".str
   1616 type.string"".rname
   1617 type.string
   1618 "".r2type.int16
   1619 "".r1type.int16"".name	type.string"".tok>type.cmd/asm/internal/lex.Token"".name
   1621 type.string"".tok>type.cmd/asm/internal/lex.Token"".prefix
type.int32"".~r1 type.bool"".a6type.*cmd/internal/obj.Addr"".ptype.*"".Parserz"b	m/<
   1626 /V	DKP@Y
   1627 	7:
Y]DD@|=!%o}t7
]		'	7
q
   1632 '	7
,	

	
   1636 
)K			m		t	]t}	
#p].~+f[u{SR"
   1642 	pTgclocalsf8b9b9ef81e4b3ce773d4b35b5006802Tgclocals5580bc948ad3dc4893bf27b8dd07b7f3rprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/parse.go<"".(*Parser).atStartOfRegistereH%H;a
H@HL$PHD$XHH$H\$HHHkHl$HL$0HL$HD$8HD$\$(t
   1645 D$`H@HL$PHD$XHH$H\$HHHkHl$HL$0HL$HD$8HD$H\$ +@tZHD$HHP8HXHH9t;L@HHHH0H@8Hk@HLI9sHkH(D$`H@D$`
   1647 H*type.map[string]int16
   1648 4runtime.mapaccess2_faststr(type.map[string]bool
   1649 4runtime.mapaccess1_faststr
   1650 $runtime.panicindex
   1651 0runtime.morestack_noctxt@"".autotmp_0527type.bool"".autotmp_0524type.string"".autotmp_0523type.string"".~r10type.bool"".nametype.string"".ptype.*"".Parser"V%H
   1654 
UTgclocals0ebb2d1da58c1b4224bf5a7b370d7578Tgclocals23e8278e2b69a3a75fa59b23c49ed6adrprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/parse.go8"".(*Parser).atRegisterShifteH%H;aHhHD$pHHmH] H5t
   1658 D$xHhHp8HXHH9L@HHX0HH8Hh@Hl$HH\$8LHL$@I9rHkHVt
   1660 D$xHhHp8HXHH9L@HHX0HH8Hh@Hl$HH\$8LHL$@I9HkH(Hh8HXHH)HH\$,-+-k-kHHH$H\$PH\$Hl$XHl$HT$`HT$HL$p\$ tPHQHHHHI0HC8Hk@HHH9s'HkH+|D$xHh1D$xD$xHh
1
   1666 """.statictmp_0540""".statictmp_0540""".statictmp_0540
   1667 "".(*Parser).at
   1668 $runtime.panicindex
   1669 $runtime.panicindex
   1670 $runtime.panicindex
   1671 0runtime.morestack_noctxt "".autotmp_0543type.bool"".autotmp_0542type.int"".autotmp_0539/Jtype.[]cmd/asm/internal/lex.ScanToken"".autotmp_0538type.bool"".autotmp_0537type.bool"".autotmp_0534type.bool"".autotmp_0533wLtype.[3]cmd/asm/internal/lex.ScanToken"".autotmp_0532type.int"".autotmp_0531type.int"".~r0type.bool"".ptype.*"".Parser>#n92
   1673 e
   1674 i
   1675 	Tgclocals3f5c1f818fa7055d0400cecd34057162Tgclocals709a14768fab2805a378215c02f0d27frprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/parse.go<"".(*Parser).registerReferenceeH%H$pH;AHH$ H$(HH$H$HHkHl$H$HL$H$HD$HD$ \$(H(tf$0$2HH$ H$(HH$H$HHkHl$H$HL$H$HD$H\$ +@2H$ H$H$(H$1H\$xH$H\$xHH$H$H$HH$H$H\$HD$HL$HD$ H$HL$hHHD$p=ukHCH$H$HH\$HD$H$H\$H$H\$ H$H\$(f$0$2HLCL$HD$H$H$D$(H$H$D$T$HL$HD$ $$H$H$1H$H$HL$HH$HD$PHD$HD$
   1681 HD$H\$ H\$@H\$(H\$XH\$0H\$`H$H$D$)HL$XH1H\$xH$H\$xHH$H$H$H$H\$`H\$HL$HD$H$HL$hHHD$p=ukHCH$H$HH\$HD$H$H\$H$H\$ H$H\$(f$0$2HLCL$HD$H$ H$H$(H\$H\$@f\$H$HHU HH\$H\$H$ H$H$(H$fD$>1H$H$H$H$H$H[H$H$H$HH$H$H\$HD$HL$HD$ H$HL$hHHD$p=HCHH$H\$>H\$HD$HL$HD$ H$HHL$hHHD$p=ukHCH$H$HH\$HD$H$H\$H$H\$ H$H\$(f$0$2HLCL$HD$LCL$HD$f$0$2H@
   1686 j*type.map[string]int16
   1687 4runtime.mapaccess2_faststr(type.map[string]bool
   1688 4runtime.mapaccess1_faststrtype.string
   1689 runtime.convT2E6runtime.writeBarrierEnabledNgo.string."expected register; found %s"
   1690 &"".(*Parser).errorf
   1691 .runtime.writebarrierptr	
   1692  "".(*Parser).get	
   1693  "".(*Parser).get
   1695  strconv.ParseInt
   1697  "".(*Parser).get
   1699 runtime.convI2E6runtime.writeBarrierEnabledJgo.string."parsing register list: %s"
   1700 &"".(*Parser).errorf
   1701 .runtime.writebarrierptrtype.string
   1702 runtime.convT2E6runtime.writeBarrierEnabledtype.int16
   1703 runtime.convT2E6runtime.writeBarrierEnabledFgo.string."illegal register %s(%d)"
   1704 &"".(*Parser).errorf
   1705 .runtime.writebarrierptr
   1706 .runtime.writebarrierptr
   1707 0runtime.morestack_noctxt@2"".autotmp_0571"type.interface {}"".autotmp_0570"type.interface {}"".autotmp_0569?(type.[2]interface {}"".autotmp_0566&type.[]interface {}"".autotmp_0565"type.interface {}"".autotmp_0564(type.[1]interface {}"".autotmp_0562*type.*[1]interface {}"".autotmp_0561&type.[]interface {}"".autotmp_0560"type.interface {}"".autotmp_0559(type.[1]interface {}"".autotmp_0556o&type.[]interface {}"".autotmp_0554type.int16"".autotmp_0553type.string"".autotmp_0552type.string"".autotmp_0550type.string"".autotmp_0549type.string"".~r0type.string2cmd/asm/internal/lex.l2>type.cmd/asm/internal/lex.Token"".errtype.error"".numtype.int64"".tok>type.cmd/asm/internal/lex.Token"".~r24type.bool"".~r10type.int16"".nametype.string"".ptype.*"".ParserN"|If"`d'x
   1715 I	2+Boy,"`y,G,TTgclocalsed653cb0fab46abb2c19ee6e9c2869e3Tgclocalsc5c5cadbca08572623e9669f2999f91crprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/parse.go*"".(*Parser).register!!eH%H$H;AJH1H$$f$H$H$H$H\$H$H\$$H$H\$f$\$$uH*L$4L$0H$H\$xH$H$1H$H$H$H$H$H$H$H?H$H$H$HH$H\$4H\$HD$HL$HD$ H$HL$hHHD$p=HCHH$H\$0H\$HD$HL$HD$ H$HHL$hHHD$p=KHCHH$H\$xH\$HD$HL$HD$ H$H HL$hHHD$p=HCH$H$HH\$HD$(H$H\$H$H\$ H$H\$(H$Hp8HXHH9cL@HHX0HH8Hh@H$H$xLH$I9(HkH:S,J+AHp8HXHH9 L@HHX0HH8Hh@H$H$xLH$I9HkH*1Hp8HXHH91$HH$HH$1Hp8HXHH9u}-HH
$$HH$H$1H$PH$XH$HT$HHT$HL$PHL$\$$$HHPHHX0Hp8Hh@H$H$xHH$H9s=HkHDHSHKHhHHHhHD$DH$H$*HPHHX0Hp8Hh@H$H$xHH$H9sRHkHDH{HsHhHHHhHD$D$H$ H$H$(H$xHHHS 1$H$H$Hx8HXHH9@@$HH$HH$H$++hH9t7H$HH\$HD$61H\$H\$ H\$(H1Hp8HXHH9-HH
$$`H$H$1H$hH$pHT$8HL$@H$HT$XHT$HL$`HL$H$H\$f$\$$UHHPHHX0Hp8Hh@H$H$xHH$H9s=HkHDHSHKHhHHHhHD$0DH$8H$@	,H5H7H$HH\$HD$61H\$H\$ H\$(HHpHHX0Hx8Hh@H$H$xHH$H9sRHkHDLCH{HhHHHhHD$D$L$L$H$H$LCL$HD$LCL$HD$LCL$HD$4T
   1732 Z
   1733 	 runtime.duffzero
   1734 <"".(*Parser).registerReferencetype.int32
   1735 runtime.convT2E6runtime.writeBarrierEnabledtype.int32
   1736 runtime.convT2E6runtime.writeBarrierEnabledtype.string
   1737 runtime.convT2E6runtime.writeBarrierEnabled	hgo.string."prefix %c not allowed for register: %c%s"
   1738 
   1739 &"".(*Parser).errorf
"".EOF"".EOF "".EOF"".EOF"".EOF "".EOF
   1747 ."".(*Parser).parseScale
   1748 $runtime.panicindex
   1749 $runtime.panicindex
   1750 $runtime.panicindex"".EOF"".EOF "".EOFgo.string."(register+register) not supported on this architecture"
   1754 &"".(*Parser).errorf"".EOF"".EOF "".EOF
   1758 <"".(*Parser).registerReference
   1759 $runtime.panicindexgo.string."(register,register) not supported on this architecture"
   1760 &"".(*Parser).errorf 
   1761 $runtime.panicindex 
   1762 $runtime.panicindex 
   1763 .runtime.writebarrierptr 
   1764 .runtime.writebarrierptr!
   1765 .runtime.writebarrierptr!
   1766 0runtime.morestack_noctxtPT"".autotmp_0598type.bool"".autotmp_0597type.bool"".autotmp_0596type.bool"".autotmp_0595type.bool"".autotmp_0593type.bool"".autotmp_0591"type.interface {}"".autotmp_0590"type.interface {}"".autotmp_0589"type.interface {}"".autotmp_0588_(type.[3]interface {}"".autotmp_0585&type.[]interface {}"".autotmp_0584type.int"".autotmp_0583type.int"".autotmp_0582type.int"".autotmp_0581type.int"".autotmp_0580type.int"".autotmp_0579type.int"".autotmp_0578type.int"".autotmp_0577type.int"".autotmp_0576type.int"".autotmp_0574type.string"".autotmp_0573type.int32"".autotmp_0572type.int32"".~r0type.string2cmd/asm/internal/lex.l2>type.cmd/asm/internal/lex.Token"".~r0>type.cmd/asm/internal/lex.Token"".tok>type.cmd/asm/internal/lex.Token"".~r0>type.cmd/asm/internal/lex.Token"".tok>type.cmd/asm/internal/lex.Token"".~r0type.string2cmd/asm/internal/lex.l2>type.cmd/asm/internal/lex.Token"".~r0>type.cmd/asm/internal/lex.Token"".tok>type.cmd/asm/internal/lex.Token"".~r0>type.cmd/asm/internal/lex.Token"".tok>type.cmd/asm/internal/lex.Token"".nametype.string
   1777 "".okJtype.bool"".scaleHtype.int8
   1778 "".r2Dtype.int16
   1779 "".r1@type.int16"".prefix0type.int32"".nametype.string"".ptype.*"".ParserT"CMT,]Dt}%g	/g8t	/	L
"iJTgclocalse305bb77d4e256fc23850a54ea31a3ddTgclocalsec97f20d9f0612b2d9f1a379fbcf4e65rprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/parse.go4"".(*Parser).registerShift$$eH%H$H;AH1H$H$H$H$$~D$<H$H$H$H$1H$H$H$H$H$HLH$H$H$HH$H\$<H\$HD$HL$HD$ H$H$HH$=HCHH$H$H\$HD$HL$HD$ H$HH$HH$=IHCH$H$HH\$HD$/H$H\$H$H\$ H$H\$(H$H$H$H\$H$H\$H$H\$f\$6\$uH$HfD$81$H$H$Hq8HYHH9$HH$HH$H$+oKfD$81Hq8HYHH9H-H$H$H$$XH$0H$81H$`H$hHl$XHl$hHD$`HD$pfD$:$(HiHHHiHH$HD$HD$@H H\$hH$H\$pH$1H$H$H$HH$H$H$HH$H$H\$HD$HL$HD$ H$H$HH$=HCH$H$HH\$HD$"H$H\$H$H\$ H$H\$(HD$@HHH\$6HHl$8HH	H	HH$HLCL$HD$adH$Hl$HD$H\$f\$4\$H\$hH$H\$pH$1H$H$H$HH$H$H$HH$H$H\$HD$HL$HD$ H$H$HH$=ukHCH$H$HH\$HD$,H$H\$H$H\$ H$H\$(H\$4HHHHbLCL$HD$($@1H$HH$PHl$HH$HD$PH$1H\$xH$H\$xHH$H$H$HH$H$H\$HD$HL$HD$ H$H$HH$=u\HCH$H$HH\$HD$H$H\$H$H\$ H$H\$(HD$:LCL$HD$HQHHY0Hq8Hi@H$H$pHH$xH9s;HkHH{HCHiHHHiH$H$HH$fD$8ufD$8fD$8xHQHHY0Hq8Hi@H$H$pHH$xH9sRHkHDH{HsHiHHHiHD$D$H$H$H$ H$LCL$HD$LCL$HD$-R
   1797 type.int32
   1798 runtime.convT2E6runtime.writeBarrierEnabledtype.string
   1799 runtime.convT2E6runtime.writeBarrierEnabledvgo.string."prefix %c not allowed for shifted register: $%s"
   1800 &"".(*Parser).errorf
   1801 <"".(*Parser).registerReference	"".EOF	"".EOF
   1804  "".EOF"".EOF"".EOF "".EOF
   1813 """.(*Parser).exprtype.string
   1814 runtime.convT2E6runtime.writeBarrierEnabled\go.string."register shift count too large: %s"
   1815 &"".(*Parser).errorf
   1816 .runtime.writebarrierptr
   1817 <"".(*Parser).registerReferencetype.string
   1818 runtime.convT2E6runtime.writeBarrierEnabledpgo.string."rhs of shift must be register or integer: %s"
   1819 &"".(*Parser).errorf
   1820 .runtime.writebarrierptrtype.string
   1821 runtime.convT2E6runtime.writeBarrierEnabledVgo.string."unexpected %s in register shift"
   1822 &"".(*Parser).errorf
   1823 .runtime.writebarrierptr
   1824 $runtime.panicindex#
   1825 $runtime.panicindex#
   1826 .runtime.writebarrierptr#
   1827 .runtime.writebarrierptr$
   1828 0runtime.morestack_noctxtPZ"".autotmp_0646"type.interface {}"".autotmp_0645(type.[1]interface {}"".autotmp_0643*type.*[1]interface {}"".autotmp_0642&type.[]interface {}"".autotmp_0641"type.interface {}"".autotmp_0640(type.[1]interface {}"".autotmp_0638*type.*[1]interface {}"".autotmp_0637&type.[]interface {}"".autotmp_0636"type.interface {}"".autotmp_0635(type.[1]interface {}"".autotmp_0632&type.[]interface {}"".autotmp_0631Ftype.cmd/asm/internal/lex.ScanToken"".autotmp_0630type.bool"".autotmp_0627"type.interface {}"".autotmp_0626"type.interface {}"".autotmp_0625?(type.[2]interface {}"".autotmp_0622o&type.[]interface {}"".autotmp_0621type.string"".autotmp_0620type.string"".autotmp_0618type.int"".autotmp_0617type.string"".autotmp_0616type.int"".autotmp_0615type.int"".autotmp_0614type.int"".autotmp_0612type.string"".autotmp_0611type.int32"".~r0type.string2cmd/asm/internal/lex.l2>type.cmd/asm/internal/lex.Token"".~r0type.string2cmd/asm/internal/lex.l2>type.cmd/asm/internal/lex.Token"".~r0>type.cmd/asm/internal/lex.Token"".tok>type.cmd/asm/internal/lex.Token"".~r0>type.cmd/asm/internal/lex.Token"".tok>type.cmd/asm/internal/lex.Token"".xtype.int64
   1835 "".r2type.int16"".counttype.int16"".strtype.string"".tok>type.cmd/asm/internal/lex.Token
   1838 "".optype.int16
   1839 "".r1type.int16"".~r2@type.int64"".prefix0type.int32"".nametype.string"".ptype.*"".Parser*"K	CqD=	.	#		#r	
5V+M(,y9Tgclocals9a6106d0233cd7717d41fcfdc6100161Tgclocalsc30321bfb430fb01e971ab423fbaae97rprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/parse.go8"".(*Parser).symbolReferenceeH%H$H;AnHhH$xH$p$%fHD$@Hq8HYHH9LAHHY0HA8Hi@H$0H$ LH$(I9HkH<ufHD$@1Hq8HYHH9$HH$HH$H$D$>H$pHq8HYHH9LAHHY0HA8Hi@H$0H$ LH$(I9bHkH+Hq8HYHH9/LAHHY0HA8Hi@H$0H$ LH$(I9HkH-HH$H$HD$@H$H$D$71H$PH$XH$`HT$xH$PH$H$XHD$8H$`HH$Hl$PHHl$H$PH\$H\$H1H9|$7HH$HL$HH1HHL$`H$HiHl$x=H)fAHl$8fiHA(HA01H$PH$XH$`H\$xH$PH$H$XH\$8H$`HL$HHL$XHH$H\$PHHl$H$PH\$H\$XH\$HD$HH$xH=HC H$pHP8HXHH9tL@HHHP0H@8Hk@H$0HH$ LH$(I93HkH<$	H$H$H$H$1H$H$H$HH$@H$HH$8HH$H$H\$HD$HL$HD$ H$8H$HH$=uYHCH$pH$HH\$HD$%H$8H\$H$@H\$ H$HH\$(HhLCL$HD$H$pH$D$(H$pH$D$\$$HL$HD$ 1H$H$HL$hH$HD$pH$H$pH$D$)H$pH$H$xH\$H$H\$H$H\$H\$@HD$ $\$$HhLC L$HD$L4H$Hl$HL$``(H$H$pHD$H$xHCHQHHY0Hq8Hi@H$0H$ HH$(H9sRHkHDH{HsHiHHHiHD$D$H$H$H$H$=$u
   1859 f*fmB
   1861 "".EOF"".EOF "".EOF
   1865  "".(*Parser).get	ntype.map[cmd/internal/obj.SymVer]*cmd/internal/obj.LSym	
   1866 $runtime.mapaccess1
   1867 4type.cmd/internal/obj.LSym
   1868 
   1869 "runtime.newobject
   1870 
   1871  runtime.duffzero6runtime.writeBarrierEnabled
ntype.map[cmd/internal/obj.SymVer]*cmd/internal/obj.LSym
   1875 $runtime.mapassign16runtime.writeBarrierEnabledtype.string
   1876 runtime.convT2E6runtime.writeBarrierEnabledbgo.string."illegal addressing mode for symbol %s"
   1877 &"".(*Parser).errorf
   1878 .runtime.writebarrierptr
   1879  "".(*Parser).get
   1880  "".(*Parser).get
   1881  "".(*Parser).get
   1882 <"".(*Parser).setPseudoRegister
   1883 $runtime.panicindex
   1884 .runtime.writebarrierptr
   1885 .runtime.writebarrierptr
   1886 """.(*Parser).expr
   1887 $runtime.panicindex
   1888 $runtime.panicindex
   1889 $runtime.panicindex
   1890 $runtime.panicindex
   1891 0runtime.morestack_noctxtPF"".autotmp_0675"type.interface {}"".autotmp_0674(type.[1]interface {}"".autotmp_0671_&type.[]interface {}"".autotmp_0670type.bool"".autotmp_06696type.*cmd/internal/obj.LSym"".autotmp_06686type.*cmd/internal/obj.LSym"".autotmp_0667type.bool"".autotmp_0666type.bool"".autotmp_0665type.bool"".autotmp_0662type.string"".autotmp_0661type.int"".autotmp_06606type.*cmd/internal/obj.LSym"".autotmp_06598type.cmd/internal/obj.SymVer"".autotmp_06586type.*cmd/internal/obj.LSym"".autotmp_0657/8type.cmd/internal/obj.SymVer"".autotmp_0655type.int"".autotmp_0654type.int"".autotmp_0653type.int"".autotmp_0652type.int"".~r0type.string2cmd/asm/internal/lex.l2>type.cmd/asm/internal/lex.Token*cmd/internal/obj.s66type.*cmd/internal/obj.LSym4cmd/internal/obj.create5type.bool*cmd/internal/obj.v4type.int0cmd/internal/obj.symb3type.string0cmd/internal/obj.ctxt26type.*cmd/internal/obj.Link0cmd/internal/obj.name3type.string"".~r0>type.cmd/asm/internal/lex.Token"".tok>type.cmd/asm/internal/lex.Token"".regtype.string"".isStatictype.int"".prefix@type.int32"".name type.string"".a6type.*cmd/internal/obj.Addr"".ptype.*"".Parser*"
   1896 2		Y	Dk
   1897 ZQ&""}
   1899 	@."	sQ
ETgclocals2bb91a71e4c2bc170dcb3eeb4d3231b3Tgclocalsd1a20ba5d62ce86e148873692089c5c8rprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/parse.go<"".(*Parser).setPseudoRegistereH%HD$H;ArH1HD$`HD$hH$H]fH$H\$pH$H\$x1H\$`H\$hH\$`HH$H$H$HH$H\$pH\$HD$HL$HD$ H$HL$PHHD$X=HCH$H$HH\$HD$,H$H\$H$H\$ H$H\$(H$HL$@H$H|KHRH$HD$HHD$H-Hl$HD$HL$@HD$HH\$ HHuiH$HD$HHD$H-Hl$HD$HL$@HD$H\$ t-H$C$$u
H$fHHD$HHH$HD$H-Hl$HD$\$ tU$t7H$H$HH\$HD$1H\$H\$ H\$(H$fNH$H\$pH$H\$x1H\$0H\$8H\$0HH$H$H$HH$H\$pH\$HD$HL$HD$ H$HL$PHHD$X=uVHCH$H$HH\$HD$"H$H\$H$H\$ H$H\$(XLCL$HD$$HugH$HD$HHD$H-Hl$HD$HL$@HD$H\$ t+H$C$H$CHD$HHsH$HD$H-Hl$HD$\$ BH$CLCL$HD$gl4
   1912 type.string
   1913 runtime.convT2E6runtime.writeBarrierEnabledpgo.string."internal error: reg %s already set in pseudo"
   1914 &"".(*Parser).errorfgo.string."PC"
   1915 "runtime.cmpstringgo.string."FP"
   1916  runtime.eqstringgo.string."PC"
   1917  runtime.eqstring	Tgo.string."illegal addressing mode for PC"
   1918 
   1919 &"".(*Parser).errorftype.string
   1922 runtime.convT2E6runtime.writeBarrierEnabled
\go.string."expected pseudo-register; found %s"
   1925 &"".(*Parser).errorf
   1926 .runtime.writebarrierptrgo.string."SB"
   1927  runtime.eqstringgo.string."SP"
   1928  runtime.eqstring
   1929 .runtime.writebarrierptr
   1930 0runtime.morestack_noctxtP"".autotmp_0698"type.interface {}"".autotmp_0697(type.[1]interface {}"".autotmp_0695*type.*[1]interface {}"".autotmp_0694&type.[]interface {}"".autotmp_0693type.string"".autotmp_0692"type.interface {}"".autotmp_0691o(type.[1]interface {}"".autotmp_0688/&type.[]interface {}"".autotmp_0687type.string"".autotmp_0686Otype.string"".prefixHtype.int32"".isStatic@type.bool"".reg type.string"".addr6type.*cmd/internal/obj.Addr"".ptype.*"".Parser	t	+fB 
#<7
B	@'4}My7q1'Tgclocals2da4432e8944a65e9cea74ecf194ec49Tgclocals864a93bd8a3e6e3525a048cf7dc947b1rprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/parse.go:"".(*Parser).registerIndirect-,eH%H$H;AH1H|$XH$H$D$(L$1IQ8IYHH9R
   1942 H
H$H$H$$$H$H$1H$H$HL$8HD$@L$HL$XHL$HD$`HD$D$H\$ f\$6H\$"f\$4\$$\$3\$%$$H$H$H$H$1H$H$H$HB	H$H$H$HH$H$H\$HD$HL$HD$ H$HL$xHH$=HCH$H$HH\$HD$ H$H\$H$H\$ H$H\$(H$H$D$)LD$`LL$6$|$3HT$4H$H$ffAft7H$HH\$HD$"1H\$H\$ H\$(HIu|Hl$XH,$LD$H-Hl$HD$LD$`$H$H$\$ t.H$HD$H\$XH\$LD$D$ t$$HXuH\$XH$L$1H\$hH\$pH\$hHH$H$H$HH$H$H\$HD$HL$HD$ H$HL$xHH$=urHCH$H$HH\$HD$$H$H\$H$H\$ H$H\$(LD$`$H$H$LCL$HD${fDHfHHmH] H5HHmH] H7~HHmH] H9uYu@uff@fPHH$HH\$HD$*1H\$H\$ H\$(HftQH$HH\$HD$1H\$H\$ H\$(LL$6$|$3H$H$$uffAuOtJH$HH\$HD$1H\$H\$ H\$(LL$6|$3H$H$@LA8HYHL9@@,HqHHY0HQ8Hi@H$H$HH$H9HkH(1Hq8HYHH9$HH$HH$1Hq8HYHH9b-HH$H$H$$$hH$H$1H$pH$xH$HT$HHT$HD$PHD$D$H\$ f\$6H\$"f\$4\$$\$3\$%$$H$H$H$H$1H\$hH\$pH\$hHeH$H$H$HH$H$H\$HD$HL$HD$ H$HL$xHH$=HCH$H$HH\$HD$ H$H\$H$H\$ H$H\$(H\$4ft7H$H$HH\$HD$1H\$H\$ H\$(H$Hl$6fkH$fl$3fkH$H$D$)HLCL$HD$HQHHY0Hq8Hi@H$H$HH$H9s=HkHDHSHCHiHHHiHD$8DH$@H$HEHQHHY0Hq8Hi@H$H$HH$H9sRHkHDH{HsHiHHHiHD$ D$H$(H$H$0H$@f@fDHf@fhu@ufHHhHH$HH\$HD$&1H\$H\$ H\$(HLCL$HD$7IIHIY0IQ8Ii@H$H$HH$H9s8HkHHKHCIiHHIiH$PH$XH$`Zl
   1960 T
   1961 	 runtime.duffzero
   1962  "".(*Parser).get"".EOF"".EOF "".EOF
   1966 *"".(*Parser).register>type.cmd/asm/internal/lex.Token
   1967 runtime.convT2E6runtime.writeBarrierEnabledXgo.string."indirect through non-register %s"
   1968 &"".(*Parser).errorf	
   1969  "".(*Parser).get
   1970 \go.string."cannot use pseudo-register in pair"
   1971 
   1972 &"".(*Parser).errorfgo.string."PC"
   1975  runtime.eqstring
   1977 <"".(*Parser).setPseudoRegistertype.string
   1978 runtime.convT2E6runtime.writeBarrierEnabled`go.string."cannot reference %s without a symbol"
   1979 &"".(*Parser).errorf
   1980 .runtime.writebarrierptrlgo.string."illegal address mode for register+register"
   1981 &"".(*Parser).errorfTgo.string."indirect through register pair"
   1982 &"".(*Parser).errorfTgo.string."illegal addressing mode for PC"
   1983 &"".(*Parser).errorf"".EOF"".EOF "".EOF"".EOF"".EOF "".EOF
   1990 *"".(*Parser).register>type.cmd/asm/internal/lex.Token
   1991 runtime.convT2E 6runtime.writeBarrierEnabled Xgo.string."indirect through non-register %s"!
   1992 &"".(*Parser).errorf"Vgo.string."unimplemented two-register form""
   1993 &"".(*Parser).errorf#
   1994  "".(*Parser).get$
   1995 .runtime.writebarrierptr&
   1996 $runtime.panicindex(
   1997 $runtime.panicindex(
   1998 $runtime.panicindex)dgo.string."illegal address mode for register pair"*
   1999 &"".(*Parser).errorf*
   2000 .runtime.writebarrierptr,
   2001 $runtime.panicindex,
   2002 0runtime.morestack_noctxt0T"".autotmp_0727"type.interface {}"".autotmp_0726(type.[1]interface {}"".autotmp_0724*type.*[1]interface {}"".autotmp_0723&type.[]interface {}"".autotmp_0722type.bool"".autotmp_0721type.bool"".autotmp_0720type.bool"".autotmp_0719"type.interface {}"".autotmp_0718(type.[1]interface {}"".autotmp_0716*type.*[1]interface {}"".autotmp_0715&type.[]interface {}"".autotmp_0714"type.interface {}"".autotmp_0713(type.[1]interface {}"".autotmp_0710_&type.[]interface {}"".autotmp_0708>type.cmd/asm/internal/lex.Token"".autotmp_0707type.int"".autotmp_0706type.int"".autotmp_0705type.int"".autotmp_0704type.int"".autotmp_0703type.int"".autotmp_0702type.string"".autotmp_0701/>type.cmd/asm/internal/lex.Token"".autotmp_0700type.int"".~r0type.string2cmd/asm/internal/lex.l2>type.cmd/asm/internal/lex.Token"".~r0>type.cmd/asm/internal/lex.Token"".tok>type.cmd/asm/internal/lex.Token"".~r0>type.cmd/asm/internal/lex.Token"".tok>type.cmd/asm/internal/lex.Token"".~r0type.string2cmd/asm/internal/lex.l2>type.cmd/asm/internal/lex.Token"".~r0>type.cmd/asm/internal/lex.Token"".tok>type.cmd/asm/internal/lex.Token"".tok>type.cmd/asm/internal/lex.Token"".scaletype.int8
   2012 "".r2type.int16
   2013 "".r1type.int16"".nametype.string"".tok>type.cmd/asm/internal/lex.Token"".prefix type.int32"".a6type.*cmd/internal/obj.Addr"".ptype.*"".Parserl"66	.!D:I	F/T&	
   2016 
   2017 2
/QJiDDy	7t}
   2022 	'=/3ohBr6L
   2025 |3	CW~yTgclocals8da0ba43906150d9cccbd1db4ea75d01Tgclocals99660f1da41e31dfaf12f9aa9a9583e8rprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/parse.go2"".(*Parser).registerListeH%H$H;AH1HD$hHD$pH$fD$41HW8H_HH9h
HHL$xH$H$H$H$$u7H<$HH\$HD$1H\$H\$ H\$(H]u'H$fH$Hl$4HkH$81H$@H$HH<$HT$HHT$HD$PHD$H$H\$Hf\$0HLO8H_HL9@@OLOHH_0HW8Ho@H$`H$PLH$XI9HkH-1HW8H_HH9`$HH$HH$1HW8H_HH9H
H$$ H$H$1H$(H$0H<$HL$8HL$HD$@HD$H$HD$0H\$Hf9s	HHHft$2f9lHHHHHl$4H!ffD$0fD$61H\$hH\$pH\$hHH$pH$xH$hHH$H\$6H\$HD$HL$HD$ H$hHL$XHHD$`=1HCH$H$HH\$HD$H$hH\$H$pH\$ H$xH\$(H$Ht$2HD$0H\$4HHHHHH	f\$4HHHft$2f9HW8H_HH9tgLGHH_0HG8Ho@H$`H$PLH$XI9s0HkH]H<$D$,H$1SLCL$HD$B1HOHH_0HW8Ho@H$`H$PHH$XH9s8HkHHKHCHoHHHoH$H$H$HOHH_0HW8Ho@H$`H$PHH$XH9sRHkHDHsHSHoHHHoHD$D$H$H$H$H$IHOHH_0HW8Ho@H$`H$PHH$XH9s8HkHHSHCHoHHHoH$H$H$D6
   2036 "".EOF"".EOF "".EOFPgo.string."missing ']' in register list"
   2040 &"".(*Parser).errorf
   2041 6"".(*Parser).registerNumber"".EOF"".EOF "".EOF"".EOF"".EOF "".EOF	
   2048 6"".(*Parser).registerNumbertype.uint16
   2051 runtime.convT2E
6runtime.writeBarrierEnabled
Pgo.string."register R%d already in list"
   2054 &"".(*Parser).errorf
   2055  "".(*Parser).get
   2056 $runtime.panicindex
   2057 .runtime.writebarrierptr
   2058 $runtime.panicindex
   2059 $runtime.panicindex
   2060 $runtime.panicindex
   2061 $runtime.panicindex
   2062 0runtime.morestack_noctxt B"".autotmp_0758type.bool"".autotmp_0757"type.interface {}"".autotmp_0756(type.[1]interface {}"".autotmp_0753/&type.[]interface {}"".autotmp_0751type.bool"".autotmp_0750type.bool"".autotmp_0749type.bool"".autotmp_0746type.int"".autotmp_0745type.uint16"".autotmp_0744type.uint16"".autotmp_0743type.uint16"".autotmp_0742type.int"".autotmp_0741type.int"".autotmp_0740type.int"".autotmp_0739type.int"".autotmp_0738type.int"".autotmp_0737type.int"".~r0type.string2cmd/asm/internal/lex.l2>type.cmd/asm/internal/lex.Token"".~r0>type.cmd/asm/internal/lex.Token"".tok>type.cmd/asm/internal/lex.Token"".~r0>type.cmd/asm/internal/lex.Token"".tok>type.cmd/asm/internal/lex.Token"".~r0type.string2cmd/asm/internal/lex.l2>type.cmd/asm/internal/lex.Token"".~r0>type.cmd/asm/internal/lex.Token"".tok>type.cmd/asm/internal/lex.Token
   2071 "".hitype.uint16
   2072 "".lotype.uint16"".tok>type.cmd/asm/internal/lex.Token"".bitstype.uint16"".a6type.*cmd/internal/obj.Addr"".ptype.*"".Parser("+
   2074 
   2076 6Q/4
+G_D	/-		U10o}o	$}Tgclocals7e902992778eda5f91d29a3f0c115aeeTgclocalsf5b47c6c6e5c15fc4e3a1ec52eb80cf7rprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/parse.go6"".(*Parser).registerNumber
   2079 
   2080 eH%HD$H;AjH1HD$HHD$PH$H$H$HHmH] H5uUHuOH$HD$H-Hl$HD$H$H$\$ tf$
   2083 HHRHL$hHD$p1H\$HH\$PH\$HHH$H$H\$xHH$H\$hH\$HD$HL$HD$ H\$xHL$8HHD$@=HCH$H$HH\$HD$&H\$xH\$H$H\$ H$H\$(H$H$H$H$HL$HD$H\$f\$6\$uf$HH
HHH$H$HHkHl$HL$XHL$HD$`HD$H\$ H+H\$6H)f$HLCL$HD$mt
   2088 go.string."g"
   2089  runtime.eqstringtype.string
   2090 runtime.convT2E6runtime.writeBarrierEnableddgo.string."expected g or R0 through R15; found %s"
   2091 &"".(*Parser).errorf
   2092 <"".(*Parser).registerReferencego.string."R0"*type.map[string]int16
   2093 4runtime.mapaccess1_faststr	
   2094 .runtime.writebarrierptr	
   2095 $runtime.panicindex
   2096 
   2097 0runtime.morestack_noctxt@"".autotmp_0776"type.interface {}"".autotmp_0775(type.[1]interface {}"".autotmp_0772/&type.[]interface {}"".autotmp_0770otype.string"".autotmp_0769Otype.string"".rtype.int16"".~r10type.uint16"".nametype.string"".ptype.*"".Parser4k36;`+l"|w+Tgclocals304f1a7ece42768e76e94191b15e0406Tgclocals9224699ff96647abfb8f0ac12939a1c9rprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/parse.go""".(*Parser).expreH%HD$H;AVHH$H$H$HD$Hz8HZHH9@@LBHHZ0HJ8Hj@H$H$LH$I9HkH-+1Hz8HZHH9@@uM\$`HH\$hHH\$pHD$H$H$HD$H\$HH4HrHHZ0Hz8Hj@H$H$HH$H9sIHkHDLCH{HjHHHjHD$DL$`L$LD$hH$H|$p\-1Hz8HZHH9@@uM\$0HH\$8HH\$@HD$H$H$HD$H\$H)HGHrHHZ0Hz8Hj@H$H$HH$H9sIHkHDLCH{HjHHHjHD$DL$0L$LD$8H$H|$@\H$H^1Hz8HZHH9@@uM\$HHH\$PHH\$XHD$H$H$HD$H\$H1HJHrHHZ0Hz8Hj@H$H$HH$H9sIHkHDLCH{HjHHHjHD$DL$HL$LD$PH$H|$X\|1Hz8HZHH9@@uM\$HH\$ HH\$(HD$H$H$HD$H\$H	H]HrHHZ0Hz8Hj@H$H$HH$H9sFHkHDLCH{HjHHHjHDL$xDL$L$LD$ H$H|$(_%0
   2112 X
   2113 """.(*Parser).term"".EOF"".EOF "".EOF
   2117 """.(*Parser).term
   2118 $runtime.panicindex"".EOF"".EOF "".EOF
   2122 """.(*Parser).term	
   2123 $runtime.panicindex
   2124 "".EOF
   2126 "".EOF
   2128  "".EOF
   2131 """.(*Parser).term
   2133 $runtime.panicindex"".EOF"".EOF "".EOF
   2137 """.(*Parser).term
   2138 $runtime.panicindex
   2139 $runtime.panicindex
   2140 0runtime.morestack_noctxt :"".autotmp_0799type.bool"".autotmp_0798type.bool"".autotmp_0797type.bool"".autotmp_0796type.bool"".autotmp_0793type.uint64"".autotmp_0792type.uint64"".autotmp_0791type.int"".autotmp_0790type.int"".autotmp_0789type.uint64"".autotmp_0788type.uint64"".autotmp_0787type.int"".autotmp_0786type.int"".autotmp_0785type.uint64"".autotmp_0784type.uint64"".autotmp_0783type.int"".autotmp_0782type.int"".autotmp_0780type.uint64"".autotmp_0779type.int"".autotmp_0778type.int"".~r0>type.cmd/asm/internal/lex.Token"".tok>type.cmd/asm/internal/lex.Token"".~r0>type.cmd/asm/internal/lex.Token"".tok>type.cmd/asm/internal/lex.Token"".~r0>type.cmd/asm/internal/lex.Token"".tok_>type.cmd/asm/internal/lex.Token"".~r0>type.cmd/asm/internal/lex.Token"".tok>type.cmd/asm/internal/lex.Token"".~r0type.uint64"".ptype.*"".Parser	_	9&t	9&
   2152 t	9&t	9&q+Tgclocals3f5c1f818fa7055d0400cecd34057162Tgclocalsd1004d6a1a3ba5b803788756d2f14c62rprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/parse.go,"".(*Parser).floatExpreH%H$@H;AH@H$HW1Hq8HYHH9qH-HT$hHl$pHH$HD$xHH$$(uM$1H$H$H$Ht$8Ht$Hl$@Hl$D$$PH@(TH$L$HD$D$01$H$H$IQ8IYHH9$HH$HH$H$])t/L$HH\$HD$1H\$H\$ H\$(D$0$PH@IIHIY0IQ8Ii@H$H$HH$H9sOHkH;HsHSIiHHIiH$$H$H$H$H$+$(H$0H$81H\$XH\$`H\$XHH$H$ H$HH$H$(H\$HD$HL$HD$ H$HL$HHHD$P=ueHCH$HH$HH\$HD$)H$H\$H$H\$ H$ H\$(W$PH@LCL$HD$+u H$D$$PH@-H$T$Y$PH@HQHHY0Hq8Hi@H$H$HH$H9s;HkHH{HCHiHHHiH$H$HH$8.
   2163 "".EOF"".EOF "".EOF
   2167 """.(*Parser).atof
   2168 ,"".(*Parser).floatExpr"".EOF"".EOF "".EOFBgo.string."missing closing paren"
   2172 &"".(*Parser).errorf
   2173 $runtime.panicindex
   2174 >type.cmd/asm/internal/lex.Token
   2175 
   2176 runtime.convT2E6runtime.writeBarrierEnabledjgo.string."unexpected %s evaluating float expression"
   2180 &"".(*Parser).errorf
   2182 .runtime.writebarrierptr
   2184 ,"".(*Parser).floatExpr
   2185 ,"".(*Parser).floatExpr*$f64.bff0000000000000
   2186 $runtime.panicindex
   2187 0runtime.morestack_noctxt ("".autotmp_0825"type.interface {}"".autotmp_0824(type.[1]interface {}"".autotmp_0821_&type.[]interface {}"".autotmp_0820type.bool"".autotmp_0817/>type.cmd/asm/internal/lex.Token"".autotmp_0816type.float64"".autotmp_0815type.float64"".autotmp_0813type.int"".autotmp_0812type.int"".autotmp_0811type.int"".~r0type.string2cmd/asm/internal/lex.l2>type.cmd/asm/internal/lex.Token"".~r0>type.cmd/asm/internal/lex.Token"".tok>type.cmd/asm/internal/lex.Token"".~r0>type.cmd/asm/internal/lex.Token"".tok>type.cmd/asm/internal/lex.Token"".vtype.float64"".tok>type.cmd/asm/internal/lex.Token"".~r0type.float64"".ptype.*"".ParserP"?4X-QM	k/
 	,r y&Tgclocalsf7309186bf9eeb0f8ece2eb16f2dc110Tgclocals5428a5abdd7ef378a3fa89094f2d3826rprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/parse.go""".(*Parser).term#"eH%H$H;AHH$H$H$H|$H|$0HV8H^HH9HLFHH^0HF8Hn@H$H$xLH$I9
HkH%u=1HV8H^HH9$HH$HH$H4$H$H\$H\$@H\$@H}7H4$HH\$HD$1H\$H\$ H\$(H$H\$0H}7H4$HH\$HD$&1H\$H\$ H\$(H$Hl$0HL$@H@sHHHl$01HNHH^0HV8Hn@H$H$xHH$H9sRHkHDH{HSHnHHHnHD$HD$H$PH$H$XH$=51HV8H^HH9\$XHH\$`HH\$hH4$HD$HD$8H}<H$H$HH\$HD$1H\$H\$ H\$(HD$8Hl$0HH@sHH$H1HNHH^0HV8Hn@H$H$xHH$H9sIHkHDH{HSHnHHHnHD$DD$XH$H|$`H$HT$h
%1HV8H^HH9\$pHH\$xHH$H4$H$HL$HL$HH\$0H}<H4$HH\$HD$!1H\$H\$ H\$(HL$HH$HuAH4$HH\$HD$1H\$H\$ H\$(H|$0H$HD$01HHHT$0HNHH^0HV8Hn@H$H$xHH$H9sLHkHDH{HSHnHHHnHD$`DD$pH$hH|$xH$pH$H$H&1HV8H^HH9uX$HH$HH$H|$PH4$H$HD$H|$PH!H|$0HNHH^0HV8Hn@H$H$xHH$H9sRHkHDLCHSHnHHHnHD$D$L$ L$H$(H$Q*1HV8H^HH9uY$HH$HH$H|$PH4$H$HD$H|$PHH|$0HNHH^0HV8Hn@H$H$xHH$H9sRHkHDLCHSHnHHHnHD$D$L$L$H$H$P/1HV8H^HH9$HH$HH$H}7H4$HH\$HD$!1H\$H\$ H\$(H$H4$H$HL$HuAH4$HH\$HD$1H\$H\$ H\$(H|$0H$HHD$01HHHD$01HNHH^0HV8Hn@H$H$xHH$H9sRHkHDLCHSHnHHHnHD$0D$L$8L$H$@H$H`
   2210 ^
   2211 &"".(*Parser).factor"".EOF"".EOF "".EOF
   2215 """.(*Parser).termLgo.string."negative right shift count"
   2216 &"".(*Parser).errorfdgo.string."right shift of value with high bit set"
   2217 &"".(*Parser).errorf
   2218 $runtime.panicindex	"".EOF	"".EOF	 "".EOF
   2222 
   2223 &"".(*Parser).factor
   2224 Jgo.string."negative left shift count"
   2226 &"".(*Parser).errorf
   2228 $runtime.panicindex"".EOF"".EOF "".EOF
   2232 &"".(*Parser).factorZgo.string."modulo of value with high bit set"
   2233 &"".(*Parser).errorf4go.string."modulo by zero"
   2234 &"".(*Parser).errorf
   2235 $runtime.panicindex"".EOF"".EOF "".EOF
   2239 &"".(*Parser).factor
   2240 $runtime.panicindex"".EOF"".EOF "".EOF
   2244 &"".(*Parser).factor
   2245 $runtime.panicindex"".EOF"".EOF "".EOFZgo.string."divide of value with high bit set"
   2249 &"".(*Parser).errorf
   2250 &"".(*Parser).factor8go.string."division by zero"
   2251 &"".(*Parser).errorf"
   2252 $runtime.panicindex"
   2253 $runtime.panicindex"
   2254 0runtime.morestack_noctxt T"".autotmp_0857type.bool"".autotmp_0856type.bool"".autotmp_0855type.bool"".autotmp_0854type.bool"".autotmp_0853type.bool"".autotmp_0852type.bool"".autotmp_0849type.uint64"".autotmp_0848type.uint64"".autotmp_0847type.int"".autotmp_0846type.int"".autotmp_0845type.uint64"".autotmp_0844type.int"".autotmp_0843type.int"".autotmp_0842type.int"".autotmp_0841type.int"".autotmp_0840type.uint64"".autotmp_0839type.int"".autotmp_0838type.int"".autotmp_0837type.uint64"".autotmp_0836type.int"".autotmp_0835type.int"".autotmp_0833type.uint64"".autotmp_0832type.int"".autotmp_0831type.int"".~r0>type.cmd/asm/internal/lex.Token"".tok>type.cmd/asm/internal/lex.Token"".~r0>type.cmd/asm/internal/lex.Token"".tok>type.cmd/asm/internal/lex.Token"".~r0>type.cmd/asm/internal/lex.Token"".tok>type.cmd/asm/internal/lex.Token"".~r0>type.cmd/asm/internal/lex.Token"".tok_>type.cmd/asm/internal/lex.Token"".~r0>type.cmd/asm/internal/lex.Token"".tok>type.cmd/asm/internal/lex.Token"".~r0>type.cmd/asm/internal/lex.Token"".tok>type.cmd/asm/internal/lex.Token"".shifttype.uint64"".shifttype.uint64"".divisortype.uint64"".valuetype.uint64"".~r0type.uint64"".ptype.*"".Parser*""#]BD77ST};<%	t	><<+0/ w>	@(YX}U	@)}	D7<
   2275 }	.Tgclocals3f5c1f818fa7055d0400cecd34057162Tgclocals8fced6160a12548e9e352083226470aerprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/parse.go&"".(*Parser).factoreH%H$H;A%H1H$H$H$1Hq8HYHH9yH-H$H$HH$H$HH$$($01H$8H$@Ht$PH4$Hl$XHl$H\$H\$`H\$H\$hHL$ HT$(HT$xHL$pH1H$H$H$HIH$hH$pH$`H$HT$HL$HD$H$`H$HH$=HCH$H$HH\$HD$H$`H\$H$hH\$ H$pH\$(H\$`H$H\$hH\$L$H\$HuGL$4u;H$H$HH\$HD$-1H\$H\$ H\$(L$4HcH$HLCL$HD$uK$1H$ H$(H$Ht$@Ht$Hl$HHl$H\$H$H(LH$L$H\$H\$81$H$H$IQ8IYHH9u$HH$HH$H$])t/L$HH\$HD$1H\$H\$ H\$(H\$8H$HIIHIY0IQ8Ii@H$XH$HHH$PH9sOHkH;HsHSIiHHIiH$$H$H$H$H$-$xH$H$1H$H$H$HH$hH$pH$`HH$H$xH\$HD$HL$HD$ H$`H$HH$=ueHCH$H$HH\$HD$#H$`H\$H$hH\$ H$pH\$(H$HLCL$HD$+uH$H\$H$H-u!H$H\$HH$H~H$H\$HH$HHQHHY0Hq8Hi@H$XH$HHH$PH9s;HkHH{HCHiHHHiH$H$HH$0@
   2290 "".EOF"".EOF "".EOF
   2294 strconv.Unquote
   2295 runtime.convI2E6runtime.writeBarrierEnabledgo.string."%s"
   2296 &"".(*Parser).errorf
   2297 >unicode/utf8.DecodeRuneInStringrgo.string."illegal UTF-8 encoding for character constant"	
   2298 &"".(*Parser).errorf	
   2299 .runtime.writebarrierptr
   2300 
   2301 """.(*Parser).atoi
   2303 """.(*Parser).expr"".EOF"".EOF
 "".EOF
Bgo.string."missing closing paren"
   2311 &"".(*Parser).errorf
   2312 $runtime.panicindex>type.cmd/asm/internal/lex.Token
   2313 runtime.convT2E6runtime.writeBarrierEnabled^go.string."unexpected %s evaluating expression"
   2314 &"".(*Parser).errorf
   2315 .runtime.writebarrierptr
   2316 &"".(*Parser).factor
   2317 &"".(*Parser).factor
   2318 &"".(*Parser).factor
   2319 $runtime.panicindex
   2320 0runtime.morestack_noctxt <"".autotmp_0893"type.interface {}"".autotmp_0892(type.[1]interface {}"".autotmp_0890*type.*[1]interface {}"".autotmp_0889&type.[]interface {}"".autotmp_0888type.bool"".autotmp_0887"type.interface {}"".autotmp_0886(type.[1]interface {}"".autotmp_0883_&type.[]interface {}"".autotmp_0880/>type.cmd/asm/internal/lex.Token"".autotmp_0879type.int"".autotmp_0878type.int"".autotmp_0877type.uint64"".autotmp_0876type.uint64"".autotmp_0875type.uint64"".autotmp_0873type.int"".~r0>type.cmd/asm/internal/lex.Token"".tok>type.cmd/asm/internal/lex.Token"".~r0type.string2cmd/asm/internal/lex.l2>type.cmd/asm/internal/lex.Token"".~r0type.string2cmd/asm/internal/lex.l2>type.cmd/asm/internal/lex.Token"".~r0>type.cmd/asm/internal/lex.Token"".tok>type.cmd/asm/internal/lex.Token"".vtype.uint64"".rtype.int32"".errtype.error"".strtype.string"".tok>type.cmd/asm/internal/lex.Token"".~r0type.uint64"".ptype.*"".Parserh"m=%*
<Z	T!;	K"	g/
   2334 !	"%r8{G&Tgclocals5f2bd104e8cdd589ccc3748f3a02b8bfTgclocalsabec610ffb06e7d4b91838126802cb15rprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/parse.go2"".(*Parser).positiveAtoi
   2335 
   2336 eH%HD$H;AH1HD$pHD$xH$H$H$H\$HD$HD$@H\$ H\$8HL$(HT$0HT$HHL$@H1H\$pH\$xH\$pHH$H$H$H$HT$HL$HD$H$HL$`HHD$h=HCH$H$HH\$HD$H$H\$H$H\$ H$H\$(H\$8HH$H$H$H$1H\$PH\$XH\$PHH$H$H$HH$H$H\$HD$HL$HD$ H$HL$`HHD$h=ufHCH$H$HH\$HD$H$H\$H$H\$ H$H\$(H\$8H$HLCL$HD$LCL$HD$cV
   2341 
   2342  strconv.ParseInt
   2343 runtime.convI2E6runtime.writeBarrierEnabledgo.string."%s"
   2344 &"".(*Parser).errorftype.string
   2345 runtime.convT2E6runtime.writeBarrierEnabled<go.string."%s overflows int64"	
   2346 &"".(*Parser).errorf	
   2347 .runtime.writebarrierptr
   2348 
   2349 .runtime.writebarrierptr
   2350 
   2351 0runtime.morestack_noctxt@"".autotmp_0908"type.interface {}"".autotmp_0907(type.[1]interface {}"".autotmp_0905*type.*[1]interface {}"".autotmp_0904&type.[]interface {}"".autotmp_0903"type.interface {}"".autotmp_0902o(type.[1]interface {}"".autotmp_0899/&type.[]interface {}"".autotmp_0898Otype.string"".errtype.error"".valuetype.int64"".~r10type.int64"".strtype.string"".ptype.*"".ParserI0
+I$Vq}y'!Tgclocalsae09aea6c950f33bbc27842daf2e8ebcTgclocals99e5686707d0cbb46b1c43afc8e99aderprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/parse.go""".(*Parser).atoieH%HD$H;ABHH$H$H$H\$HD$HD$@H\$ H\$8HL$(HT$0H1H\$`H\$hH\$`HHD$xH$H\$pHL$@H$HT$HHT$HL$HD$H\$pHL$PHHD$X=u`HCH$H$HH\$HD$H\$pH\$H\$xH\$ H$H\$(H\$8H$HLCL$HD$.
   2359 
   2360 "strconv.ParseUint
   2361 runtime.convI2E6runtime.writeBarrierEnabledgo.string."%s"
   2362 &"".(*Parser).errorf
   2363 .runtime.writebarrierptr
   2364 0runtime.morestack_noctxt@"".autotmp_0913o"type.interface {}"".autotmp_0912O(type.[1]interface {}"".autotmp_0909/&type.[]interface {}"".errtype.error"".valuetype.uint64"".~r10type.uint64"".strtype.string"".ptype.*"".Parser1"D
   2368 Jkp'$Tgclocals14c16763214c88f6ebc22b4b638329b7Tgclocalsf67eef10a3bd36095d088336c85ed5dbrprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/parse.go""".(*Parser).atofeH%H;a:HH$WH$H$H\$HD$@D$D$0HL$ HT$(H1H\$XH\$`H\$XHHD$pHD$xH\$hHL$8H$HT$@HT$HL$HD$H\$hHL$HHHD$P=u_HCH$H$HH\$HD$H\$hH\$H\$pH\$ H\$xH\$(D$0$HLCL$HD$2
   2372 
   2373 $strconv.ParseFloat
   2374 runtime.convI2E6runtime.writeBarrierEnabledgo.string."%s"
   2375 &"".(*Parser).errorf
   2376 .runtime.writebarrierptr
   2377 0runtime.morestack_noctxt@"".autotmp_0918o"type.interface {}"".autotmp_0917O(type.[1]interface {}"".autotmp_0914/&type.[]interface {}"".errtype.error"".valuetype.float64"".~r10type.float64"".strtype.string"".ptype.*"".Parser.*5
   2381 ?jm)!Tgclocals14c16763214c88f6ebc22b4b638329b7Tgclocalsf67eef10a3bd36095d088336c85ed5dbrprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/parse.go""".(*Parser).atoseH%HD$H;AYH1H$H$H$H$H$H\$H\$H\$0H\$H\$8HL$ HT$(H1H\$`H\$hH\$`HHD$xH$H\$pHL$@H$HT$HHT$HL$HD$H\$pHL$PHHD$X=umHCH$H$HH\$HD$H\$pH\$H\$xH\$ H$H\$(H\$0H$H\$8H$HLCL$HD$!
   2385 
   2386 strconv.Unquote
   2387 runtime.convI2E6runtime.writeBarrierEnabledgo.string."%s"
   2388 &"".(*Parser).errorf
   2389 .runtime.writebarrierptr
   2390 0runtime.morestack_noctxtP"".autotmp_0923o"type.interface {}"".autotmp_0922O(type.[1]interface {}"".autotmp_0919/&type.[]interface {}"".errtype.error"".valuetype.string"".~r10type.string"".strtype.string"".ptype.*"".Parser*"1<
   2394 "Jup4Tgclocals4cc3ebd343ed417b80f0f13e430a0f50Tgclocalsc92e6b792e462a963d5e54ef8f69a69drprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/parse.go""".(*Parser).nexteH%H;aHD$1HP8HXHH9u#\$HH\$HH\$ HpHHX0HH8Hh@HH9s+HkH3HSHKHhHHHhHt$HT$HL$ \
   2398 ^"".EOFt"".EOF "".EOF
   2402 $runtime.panicindex
   2403 0runtime.morestack_noctxt@"".autotmp_0925type.int"".~r0>type.cmd/asm/internal/lex.Token"".ptype.*"".Parser$#)Tgclocals2fccd208efe70893f9ac8d682812ae72Tgclocals33cdeccccebe80329f1fdbee7f5874cbrprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/parse.go""".(*Parser).back@"HL$HiHHHiH"".ptype.*"".Parser  Tgclocals87d20ce1b58390b294df80b886db78bfTgclocals33cdeccccebe80329f1fdbee7f5874cbrprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/parse.go""".(*Parser).peekeH%H;avMHt$HN8H^HH9<t-LFHH^0HF8Hn@LI9sHkH+l$D$
   2410 
   2411 $runtime.panicindex
   2412 0runtime.morestack_noctxt "".~r0Ftype.cmd/asm/internal/lex.ScanToken"".ptype.*"".Parserpp-	
   2414 L$Tgclocals3f5c1f818fa7055d0400cecd34057162Tgclocals33cdeccccebe80329f1fdbee7f5874cbrprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/parse.go""".(*Parser).more@,HL$HA8HYHH9D$ "".~r0type.bool"".ptype.*"".Parser  Tgclocals3f5c1f818fa7055d0400cecd34057162Tgclocals33cdeccccebe80329f1fdbee7f5874cbrprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/parse.go "".(*Parser).geteH%H;aH1\$(H\$0H\$8H\$H$\$ \$HD$1HP8HXHH9u'H
HT$(HL$0HD$8HHpHHX0HH8Hh@HH9s!HkHHKHsHhHHHhHH8
   2420 r
   2421 &"".(*Parser).expect"".EOF"".EOF "".EOF
   2425 $runtime.panicindex
   2426 0runtime.morestack_noctxtP "".autotmp_0936type.int"".~r1 >type.cmd/asm/internal/lex.Token"".expectedFtype.cmd/asm/internal/lex.ScanToken"".ptype.*"".Parser f R'8Tgclocals89fe65749ce0afc971c0982226501ff0Tgclocals33cdeccccebe80329f1fdbee7f5874cbrprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/parse.go&"".(*Parser).expecteH%HD$H;AHH$$HW8H_HH9LGHH_0HG8Ho@H$H\$xLH$I9NHkH9t$41HW8H_HH9H
HT$H$HL$PH$HD$XH$1H$H$H$H$H$HIH$H$H$HH$H\$4H\$HD$HL$HD$ H$HL$8HHD$@=HCHH$H$H\$HD$HL$HD$ H$HHL$8HHD$@=uYHCH$H$HH\$HD$H$H\$H$H\$ H$H\$(HLCL$HD$LCL$HD$*HOHH_0HW8Ho@H$H\$xHH$H9s/HkHHKHCHoHHHoHT$`HL$hHD$p!"
   2437 "".EOF"".EOF "".EOFFtype.cmd/asm/internal/lex.ScanToken
   2441 runtime.convT2E6runtime.writeBarrierEnabled>type.cmd/asm/internal/lex.Token
   2442 runtime.convT2E6runtime.writeBarrierEnabledBgo.string."expected %s, found %s"
   2443 &"".(*Parser).errorf
   2444 .runtime.writebarrierptr	
   2445 .runtime.writebarrierptr
   2446 
   2447 $runtime.panicindex
   2449 $runtime.panicindex
   2451 0runtime.morestack_noctxt "".autotmp_0952"type.interface {}"".autotmp_0951"type.interface {}"".autotmp_0950?(type.[2]interface {}"".autotmp_0947&type.[]interface {}"".autotmp_0946type.bool"".autotmp_0944o>type.cmd/asm/internal/lex.Token"".autotmp_0943type.int"".autotmp_0942type.int"".autotmp_0941Ftype.cmd/asm/internal/lex.ScanToken"".~r0>type.cmd/asm/internal/lex.Token"".tok>type.cmd/asm/internal/lex.Token"".expectedFtype.cmd/asm/internal/lex.ScanToken"".ptype.*"".Parser$.Y#Tgclocalsf7309186bf9eeb0f8ece2eb16f2dc110Tgclocals395362f14b5e04911285e4917105fef7rprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/parse.go""".(*Parser).haveeH%H;avW|$Ht$HFHHn8H9}4Hn0HN8LF@IH9s&MkL]9uD$HHn8H9|D$
   2457 
   2458 $runtime.panicindex
   2459 0runtime.morestack_noctxt0"".autotmp_0957type.int"".~r1 type.bool"".tokenFtype.cmd/asm/internal/lex.ScanToken"".ptype.*"".Parserpp$
"
   2463 
   2464 
   2465 _Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbrprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/parse.go"".(*Parser).ateH%H;aHt$HT$Hj8HZHH)H9}D$(HL$H\$ 1IL9}?DHzHHHj0HZ8LB@IH9s'MkL]D9tD$(HHL9|D$(c
   2468 
   2469 $runtime.panicindex
   2470 0runtime.morestack_noctxtP
   2471 "".autotmp_0964type.int"".autotmp_0963type.int"".~r1@type.bool"".nextJtype.[]cmd/asm/internal/lex.ScanToken"".ptype.*"".Parser,*
   2474 	
Tgclocals1347047f6245a35b91e9a4f213167d52Tgclocals33cdeccccebe80329f1fdbee7f5874cbrprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/parse.go"".initeH%H;aH0tuH0$HH\$HD$\$H\$(HH\$ =uHH0H-H,$H\$2
   2479 4"".initdoneL"".initdonej
   2480 "runtime.throwinitz"".initdone
   2481 bytes.init
   2482 fmt.init
   2483 "text/scanner.init
   2484 4cmd/asm/internal/arch.init
   2485 6cmd/asm/internal/flags.init
   2486 2cmd/asm/internal/lex.init
   2487 *cmd/internal/obj.init
   2488 log.init
   2489 os.init
   2490 strconv.initgo.string."EOF"
   2491 2cmd/asm/internal/lex.Make"".EOF "".EOF6runtime.writeBarrierEnabled"".EOF"".initdone"".EOF
   2496 .runtime.writebarrierptr
   2497 0runtime.morestack_noctxt``_`_`$twLxwx4Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals33cdeccccebe80329f1fdbee7f5874cbrprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/parse.go(type..hash.[8]stringeH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([
   2501 
   2502 runtime.strhash
   2503 0runtime.morestack_noctxt0P
   2504 "".autotmp_0970type.int"".autotmp_0969type.int"".~r2 type.uintptr"".htype.uintptr"".ptype.*[8]stringPOP
   2506 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbnprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/asm.go$type..eq.[8]stringeH%H;aHX1HD$(Hl$(H9HD$0H\$`HHHHH3HKH\$hHtvHHHHHCH9uVHt$HH4$HL$PHL$HT$8HT$HD$@HD$\$ t HD$0HHl$(H9nD$pHXD$pHXc
   2508 
   2509  runtime.eqstring
   2510 0runtime.morestack_noctxt0"".autotmp_0974?type.string"".autotmp_0973type.string"".autotmp_0972_type.int"".autotmp_0971Otype.int"".~r2 type.bool"".qtype.*[8]string"".ptype.*[8]string&	STgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440nprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/asm.go&type..hash."".PatcheH%H;avvH H\$(H$H<$tYH\$0H\$HD$HD$H\$(H$H<$t#H$HD$0HD$H\$H\$8H %%q
   2514 n
   2515 runtime.memhash
   2516 runtime.strhash
   2517 0runtime.morestack_noctxt0@"".~r2 type.uintptr"".htype.uintptr"".ptype.*"".Patch@_?@
   2519 6ZTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbnprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/asm.go"type..eq."".PatcheH%H;aHHHL$PHD$XHH(H9t
   2521 D$`HHHqHIHPH@H9u@Ht$8H4$HL$@HL$HT$(HT$HD$0HD$\$ t
   2522 D$`HHD$`HHa
   2523 
   2524  runtime.eqstring
   2525 0runtime.morestack_noctxt0
   2526 "".autotmp_0976?type.string"".autotmp_0975type.string"".~r2 type.bool"".qtype.*"".Patch"".ptype.*"".Patch0T	
   2529 r.Tgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440nprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/asm.go4type..hash.[1]interface {}eH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([
   2531 
   2532 (runtime.nilinterhash
   2533 0runtime.morestack_noctxt0P
   2534 "".autotmp_0978type.int"".autotmp_0977type.int"".~r2 type.uintptr"".htype.uintptr"".p*type.*[1]interface {}POP
   2536 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbnprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/asm.go0type..eq.[1]interface {}eH%H;aHX1HD$(Hl$(H9HD$0H\$hHHHHHHsH\$`HtvHHHHHSH9uVHD$8H$HT$@HT$HL$HHL$Ht$PHt$\$ t HD$0HHl$(H9nD$pHXD$pHXc
   2539 
   2540 runtime.efaceeq
   2541 0runtime.morestack_noctxt0"".autotmp_0982?"type.interface {}"".autotmp_0981"type.interface {}"".autotmp_0980_type.int"".autotmp_0979Otype.int"".~r2 type.bool"".q*type.*[1]interface {}"".p*type.*[1]interface {}&	STgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440nprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/asm.go4type..hash.[2]interface {}eH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([
   2545 
   2546 (runtime.nilinterhash
   2547 0runtime.morestack_noctxt0P
   2548 "".autotmp_0984type.int"".autotmp_0983type.int"".~r2 type.uintptr"".htype.uintptr"".p*type.*[2]interface {}POP
   2550 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbnprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/asm.go0type..eq.[2]interface {}eH%H;aHX1HD$(Hl$(H9HD$0H\$hHHHHHHsH\$`HtvHHHHHSH9uVHD$8H$HT$@HT$HL$HHL$Ht$PHt$\$ t HD$0HHl$(H9nD$pHXD$pHXc
   2553 
   2554 runtime.efaceeq
   2555 0runtime.morestack_noctxt0"".autotmp_0988?"type.interface {}"".autotmp_0987"type.interface {}"".autotmp_0986_type.int"".autotmp_0985Otype.int"".~r2 type.bool"".q*type.*[2]interface {}"".p*type.*[2]interface {}&	STgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440nprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/asm.go4type..hash.[3]interface {}eH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([
   2559 
   2560 (runtime.nilinterhash
   2561 0runtime.morestack_noctxt0P
   2562 "".autotmp_0990type.int"".autotmp_0989type.int"".~r2 type.uintptr"".htype.uintptr"".p*type.*[3]interface {}POP
   2564 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbnprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/asm.go0type..eq.[3]interface {}eH%H;aHX1HD$(Hl$(H9HD$0H\$hHHHHHHsH\$`HtvHHHHHSH9uVHD$8H$HT$@HT$HL$HHL$Ht$PHt$\$ t HD$0HHl$(H9nD$pHXD$pHXc
   2567 
   2568 runtime.efaceeq
   2569 0runtime.morestack_noctxt0"".autotmp_0994?"type.interface {}"".autotmp_0993"type.interface {}"".autotmp_0992_type.int"".autotmp_0991Otype.int"".~r2 type.bool"".q*type.*[3]interface {}"".p*type.*[3]interface {}&	STgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440nprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/asm.goJtype..hash.[8]cmd/internal/obj.SymVereH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HkHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([
   2573 
   2574 Dtype..hash.cmd/internal/obj.SymVer
   2575 0runtime.morestack_noctxt0P
   2576 "".autotmp_0996type.int"".autotmp_0995type.int"".~r2 type.uintptr"".htype.uintptr"".p@type.*[8]cmd/internal/obj.SymVerPOP
   2578 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbnprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/asm.goFtype..eq.[8]cmd/internal/obj.SymVereH%H;aHh1HD$(Hl$(H9HD$0HL$pHH\$xHHkHHHHkHHL$@HH1HIH\$8HHHCH9upHt$XH4$HL$`HL$HT$HHT$HD$PHD$\$ t:Hl$@H]LD$8IhH9u#HD$0HHl$(H95$Hh$HhpS3
   2580 
   2581  runtime.eqstring
   2582 0runtime.morestack_noctxt0"".autotmp_1002?type.string"".autotmp_1001type.string"".autotmp_1000_:type.*cmd/internal/obj.SymVer"".autotmp_0999O:type.*cmd/internal/obj.SymVer"".autotmp_0998type.int"".autotmp_0997otype.int"".~r2 type.bool"".q@type.*[8]cmd/internal/obj.SymVer"".p@type.*[8]cmd/internal/obj.SymVer&+Tgclocals51af24152615272c3d9efc8538f95767Tgclocals34eab47d33fa46b254c22cdccfd2dc77nprebuilts/go/darwin-x86/src/cmd/asm/internal/asm/asm.go0>go.itab.*bytes.Buffer.io.Writer^go.string.hdr."unrecognized condition code .%q"  Vgo.string."unrecognized condition code .%q"Vgo.string."unrecognized condition code .%q"@@unrecognized condition code .%qNgo.string.hdr."unrecognized suffix .%q"  Fgo.string."unrecognized suffix .%q"Fgo.string."unrecognized suffix .%q"00unrecognized suffix .%qRgo.string.hdr."label %q multiply defined"  Jgo.string."label %q multiply defined"Jgo.string."label %q multiply defined"@4label %q multiply definedTgclocalsc58862557f4300fe38f42b4bc6e20e07$\\LL	LLTgclocals7f0484f7c0eb6b78d0b765dc3b47d0d5bgo.string.hdr."%s symbol %q must be a symbol(SB)"  !Zgo.string."%s symbol %q must be a symbol(SB)"Zgo.string."%s symbol %q must be a symbol(SB)"PD%s symbol %q must be a symbol(SB)ngo.string.hdr."%s symbol %q must not be offset from SB"  'fgo.string."%s symbol %q must not be offset from SB"fgo.string."%s symbol %q must not be offset from SB"PP%s symbol %q must not be offset from SBTgclocals1c3cbd56281cb1dbaf60c28dc808329888xxTgclocals4744d3578fa925fbe6e3be7799aec2ca88Tgclocals48f1472f8ad4f51dbb454469c80e96f0  
   2594 Tgclocalse2e48659d066365ff31f925de75c53e8  rgo.string.hdr."%s: expected immediate constant; found %s"  )jgo.string."%s: expected immediate constant; found %s"jgo.string."%s: expected immediate constant; found %s"`T%s: expected immediate constant; found %sTgclocalsc4aa0c7895fda00e599071448995a44c00
TTgclocals1d6cb4fb76e57dd85138d282e1a547d700jgo.string.hdr."expect two or three operands for TEXT"  %bgo.string."expect two or three operands for TEXT"bgo.string."expect two or three operands for TEXT"PLexpect two or three operands for TEXT(go.string.hdr."TEXT"   go.string."TEXT" go.string."TEXT"
   2602 TEXTgo.string.hdr."TEXT %s: frame size must be an immediate constant"  1zgo.string."TEXT %s: frame size must be an immediate constant"zgo.string."TEXT %s: frame size must be an immediate constant"pdTEXT %s: frame size must be an immediate constant~go.string.hdr."TEXT %s: argument size must be of form -integer"  /vgo.string."TEXT %s: argument size must be of form -integer"vgo.string."TEXT %s: argument size must be of form -integer"``TEXT %s: argument size must be of form -integerTgclocals1f3919bb777838d3d17e63d85e585d28.@@L\\Tgclocals32feae25e7294cb6360bc80cd3f15f3ahhXgo.string.hdr."expect two operands for DATA"  Pgo.string."expect two operands for DATA"Pgo.string."expect two operands for DATA"@:expect two operands for DATA\go.string.hdr."expect /size for DATA argument"  Tgo.string."expect /size for DATA argument"Tgo.string."expect /size for DATA argument"@>expect /size for DATA argument(go.string.hdr."DATA"   go.string."DATA" go.string."DATA"
   2621 DATAgo.string.hdr."DATA value must be an immediate constant or address"  3~go.string."DATA value must be an immediate constant or address"~go.string."DATA value must be an immediate constant or address"phDATA value must be an immediate constant or addressZgo.string.hdr."overlapping DATA entry for %s"  Rgo.string."overlapping DATA entry for %s"Rgo.string."overlapping DATA entry for %s"@<overlapping DATA entry for %sTgclocals4150d7e41eb9b4431fd320233a815b324!Tgclocalsa51e9fa8520e9b367aa6d3b3ddac08f4pplgo.string.hdr."expect two or three operands for GLOBL"  &dgo.string."expect two or three operands for GLOBL"dgo.string."expect two or three operands for GLOBL"PNexpect two or three operands for GLOBL*go.string.hdr."GLOBL"  "go.string."GLOBL""go.string."GLOBL"GLOBLTgclocalsa40d5981d77d8b72e6354cdee576a44500~~Tgclocalsf5c212ebdbc346d9ea57c781b84b5e7b00\go.string.hdr."expect two operands for PCDATA"  Tgo.string."expect two operands for PCDATA"Tgo.string."expect two operands for PCDATA"@>expect two operands for PCDATA,go.string.hdr."PCDATA"  $go.string."PCDATA"$go.string."PCDATA"PCDATATgclocals9323da4f2905ef8dddb8f2a4fb009fdd00Tgclocalsf5c212ebdbc346d9ea57c781b84b5e7b00`go.string.hdr."expect two operands for FUNCDATA"   Xgo.string."expect two operands for FUNCDATA"Xgo.string."expect two operands for FUNCDATA"PBexpect two operands for FUNCDATA0go.string.hdr."FUNCDATA"  (go.string."FUNCDATA"(go.string."FUNCDATA" FUNCDATATgclocalsa7bf2c8780c4e3c3d4a877416246da9e00Tgclocalsf5c212ebdbc346d9ea57c781b84b5e7b00"go.string.hdr."R"  go.string."R"go.string."R"RLgo.string.hdr."bad register number %d"  Dgo.string."bad register number %d"Dgo.string."bad register number %d"0.bad register number %dvgo.string.hdr."wrong number of arguments to %s instruction"  +ngo.string."wrong number of arguments to %s instruction"ngo.string."wrong number of arguments to %s instruction"`Xwrong number of arguments to %s instructionPgo.string.hdr."cannot assemble jump %+v"  Hgo.string."cannot assemble jump %+v"Hgo.string."cannot assemble jump %+v"@2cannot assemble jump %+vTgclocals892000436f8894b186ff1d0f73c88830ppTgclocals39ef54fff68d3d39a4a6417140f64987ppDgo.string.hdr."undefined label %s"  <go.string."undefined label %s"<go.string."undefined label %s"0&undefined label %sTgclocals8f5c6de914f31ca8c8c99ad92e4b4aaf00Tgclocals5d2b5a2aeff4e4cf961f497a12cc05ae00Tgclocals5f32766c99d383f833fae93d4e4d71d1Tgclocals5c5a9f3dff47a8940bdc317b9324ac2a\go.string.hdr."unrecognized addressing for %s"  Tgo.string."unrecognized addressing for %s"Tgo.string."unrecognized addressing for %s"@>unrecognized addressing for %sgo.string.hdr."invalid addressing modes for third operand to %s instruction, must be register"  Ngo.string."invalid addressing modes for third operand to %s instruction, must be register"go.string."invalid addressing modes for third operand to %s instruction, must be register"invalid addressing modes for third operand to %s instruction, must be registervgo.string.hdr."invalid addressing modes for %s instruction"  +ngo.string."invalid addressing modes for %s instruction"ngo.string."invalid addressing modes for %s instruction"`Xinvalid addressing modes for %s instructiongo.string.hdr."TODO: implement three-operand instructions for this architecture"  @go.string."TODO: implement three-operand instructions for this architecture"go.string."TODO: implement three-operand instructions for this architecture"TODO: implement three-operand instructions for this architecturevgo.string.hdr."can't handle %s instruction with 4 operands"  +ngo.string."can't handle %s instruction with 4 operands"ngo.string."can't handle %s instruction with 4 operands"`Xcan't handle %s instruction with 4 operandsvgo.string.hdr."can't handle %s instruction with 5 operands"  +ngo.string."can't handle %s instruction with 5 operands"ngo.string."can't handle %s instruction with 5 operands"`Xcan't handle %s instruction with 5 operandsxgo.string.hdr."can't handle %s instruction with %d operands"  ,pgo.string."can't handle %s instruction with %d operands"pgo.string."can't handle %s instruction with %d operands"`Zcan't handle %s instruction with %d operandsTgclocalsa1c4ebb166bafab048d8381c2b765f31O\~Tgclocals1129c559a57d7e622dcf32bac7a12c07Tgclocals57020178141ca060aca86085906195cd  Tgclocals7db8ea1d24e52ec1d4dbb65939436e3f  ngo.string.hdr."%s: expected integer constant; found %s"  'fgo.string."%s: expected integer constant; found %s"fgo.string."%s: expected integer constant; found %s"PP%s: expected integer constant; found %sTgclocalsc4aa0c7895fda00e599071448995a44c00
TTgclocalsa4a72fe4111c0d730d77d6113711d8c800Tgclocalsc4aa0c7895fda00e599071448995a44c00
TTgclocalsa4a72fe4111c0d730d77d6113711d8c800Tgclocalsc4aa0c7895fda00e599071448995a44c00
TTgclocalsa4a72fe4111c0d730d77d6113711d8c800^go.string.hdr."%s: expected register; found %s"  Vgo.string."%s: expected register; found %s"Vgo.string."%s: expected register; found %s"@@%s: expected register; found %sTgclocalsc4aa0c7895fda00e599071448995a44c00
TTgclocalsa4a72fe4111c0d730d77d6113711d8c800Tgclocalsd91ae6c6ea3a9c894c8489bb20888324@@Tgclocalsba362c851cf6718bcf08a64a3f3a3743@@04go.itab.*os.File.io.Writer.go.string.hdr."%s:%d: "  &go.string."%s:%d: "&go.string."%s:%d: "%s:%d: $go.string.hdr."\n"  go.string."\n"go.string."\n"
   2692 >go.string.hdr."too many errors"  6go.string."too many errors"6go.string."too many errors"  too many errorsTgclocals98bd3e00bc9a36c7ad58e60ac3ddf81bHH<<<<<<Tgclocalscaf2d2f2b6c07bf7c446a6b7db63a04cHHTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Zgo.string.hdr."expected identifier, found %q"  Rgo.string."expected identifier, found %q"Rgo.string."expected identifier, found %q"@<expected identifier, found %qvgo.string.hdr."ARM condition expected identifier, found %s"  +ngo.string."ARM condition expected identifier, found %s"ngo.string."ARM condition expected identifier, found %s"`XARM condition expected identifier, found %s"go.string.hdr."."  go.string."."go.string.".".<go.string.hdr."unexpected EOF"  4go.string."unexpected EOF"4go.string."unexpected EOF" unexpected EOFLgo.string.hdr."invalid ':' in operand"  Dgo.string."invalid ':' in operand"Dgo.string."invalid ':' in operand"0.invalid ':' in operand>go.string.hdr."missing operand"  6go.string."missing operand"6go.string."missing operand"  missing operandVgo.string.hdr."unrecognized instruction %q"  Ngo.string."unrecognized instruction %q"Ngo.string."unrecognized instruction %q"@8unrecognized instruction %qTgclocalsc85d9dc33eb2066c2a69ececc376d01d+```"`$"`H$*`J$*`J$`H$`$`$`$"`%"`@$"`$f$f$Tgclocals7da860f906b08151c04118af7349facbhgo.string.hdr."illegal use of pseudo-register in %s"  $`go.string."illegal use of pseudo-register in %s"`go.string."illegal use of pseudo-register in %s"PJillegal use of pseudo-register in %sTgclocals802fc80e48c6fa5863a6c6c0d6f28f77HH02r?r?2?3?Tgclocals2c5ed2e93b84b2fb53c3f6abd4b764dcHH	UUUUUUUBgo.string.hdr."unimplemented: %s"  :go.string."unimplemented: %s":go.string."unimplemented: %s"0$unimplemented: %sTgclocalse686e33109a1bc2792301626c7b401c5((	\Tgclocals4e1f0f86d81a3d0aec516e90b6f8598d((Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0ebb2d1da58c1b4224bf5a7b370d7578Tgclocalsae95d52f74c90cba539636c9e13dce9d((?Tgclocals0b2b7c0fc1a5c11396ae77ecade6ec0d(("go.string.hdr."2"  go.string."2"go.string."2"2"go.string.hdr."1"  go.string."1"go.string."1"1"go.string.hdr."4"  go.string."4"go.string."4"4"go.string.hdr."8"  go.string."8"go.string."8"8:go.string.hdr."bad scale: %s"  
2go.string."bad scale: %s"2go.string."bad scale: %s" bad scale: %sTgclocalsbd085b959f4c17d1f3498b17a948de7200LLTgclocals304f1a7ece42768e76e94191b15e040600Xgo.string.hdr."empty operand: cannot happen"  Pgo.string."empty operand: cannot happen"Pgo.string."empty operand: cannot happen"@:empty operand: cannot happenXgo.string.hdr."illegal use of register list"  Pgo.string."illegal use of register list"Pgo.string."illegal use of register list"@:illegal use of register listVgo.string.hdr."expected register; found %s"  Ngo.string."expected register; found %s"Ngo.string."expected register; found %s"@8expected register; found %sdgo.string.hdr."expected simple register reference"  "\go.string."expected simple register reference"\go.string."expected simple register reference"PFexpected simple register referenceRgo.string.hdr."cannot happen (Addr.Reg2)"  Jgo.string."cannot happen (Addr.Reg2)"Jgo.string."cannot happen (Addr.Reg2)"@4cannot happen (Addr.Reg2)xgo.string.hdr."floating-point constant must be an immediate"  ,pgo.string."floating-point constant must be an immediate"pgo.string."floating-point constant must be an immediate"`Zfloating-point constant must be an immediatehgo.string.hdr."string constant must be an immediate"  $`go.string."string constant must be an immediate"`go.string."string constant must be an immediate"PJstring constant must be an immediateLgo.string.hdr."string parse error: %s"  Dgo.string."string parse error: %s"Dgo.string."string parse error: %s"0.string parse error: %sTgclocals5580bc948ad3dc4893bf27b8dd07b7f3l@@@@@@@@Tgclocalsf8b9b9ef81e4b3ce773d4b35b5006802Tgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals0ebb2d1da58c1b4224bf5a7b370d7578Tgclocals709a14768fab2805a378215c02f0d27fTgclocals3f5c1f818fa7055d0400cecd34057162Rgo.string.hdr."parsing register list: %s"  Jgo.string."parsing register list: %s"Jgo.string."parsing register list: %s"@4parsing register list: %sNgo.string.hdr."illegal register %s(%d)"  Fgo.string."illegal register %s(%d)"Fgo.string."illegal register %s(%d)"00illegal register %s(%d)Tgclocalsc5c5cadbca08572623e9669f2999f91cPPTgclocalsed653cb0fab46abb2c19ee6e9c2869e3PPpgo.string.hdr."prefix %c not allowed for register: %c%s"  (hgo.string."prefix %c not allowed for register: %c%s"hgo.string."prefix %c not allowed for register: %c%s"`Rprefix %c not allowed for register: %c%sgo.string.hdr."(register,register) not supported on this architecture"  6go.string."(register,register) not supported on this architecture"go.string."(register,register) not supported on this architecture"pn(register,register) not supported on this architecturego.string.hdr."(register+register) not supported on this architecture"  6go.string."(register+register) not supported on this architecture"go.string."(register+register) not supported on this architecture"pn(register+register) not supported on this architectureTgclocalsec97f20d9f0612b2d9f1a379fbcf4e65PP4Tgclocalse305bb77d4e256fc23850a54ea31a3dd00~go.string.hdr."prefix %c not allowed for shifted register: $%s"  /vgo.string."prefix %c not allowed for shifted register: $%s"vgo.string."prefix %c not allowed for shifted register: $%s"``prefix %c not allowed for shifted register: $%sxgo.string.hdr."rhs of shift must be register or integer: %s"  ,pgo.string."rhs of shift must be register or integer: %s"pgo.string."rhs of shift must be register or integer: %s"`Zrhs of shift must be register or integer: %sdgo.string.hdr."register shift count too large: %s"  "\go.string."register shift count too large: %s"\go.string."register shift count too large: %s"PFregister shift count too large: %s^go.string.hdr."unexpected %s in register shift"  Vgo.string."unexpected %s in register shift"Vgo.string."unexpected %s in register shift"@@unexpected %s in register shiftTgclocalsc30321bfb430fb01e971ab423fbaae97/@y@xxxLyLxCyCx@y@xTgclocals9a6106d0233cd7717d41fcfdc6100161hhjgo.string.hdr."illegal addressing mode for symbol %s"  %bgo.string."illegal addressing mode for symbol %s"bgo.string."illegal addressing mode for symbol %s"PLillegal addressing mode for symbol %sTgclocalsd1a20ba5d62ce86e148873692089c5c8$BBJ@Tgclocals2bb91a71e4c2bc170dcb3eeb4d3231b3PPxgo.string.hdr."internal error: reg %s already set in pseudo"  ,pgo.string."internal error: reg %s already set in pseudo"pgo.string."internal error: reg %s already set in pseudo"`Zinternal error: reg %s already set in pseudo$go.string.hdr."PC"  go.string."PC"go.string."PC"PC$go.string.hdr."FP"  go.string."FP"go.string."FP"FP$go.string.hdr."SB"  go.string."SB"go.string."SB"SB$go.string.hdr."SP"  go.string."SP"go.string."SP"SP\go.string.hdr."illegal addressing mode for PC"  Tgo.string."illegal addressing mode for PC"Tgo.string."illegal addressing mode for PC"@>illegal addressing mode for PCdgo.string.hdr."expected pseudo-register; found %s"  "\go.string."expected pseudo-register; found %s"\go.string."expected pseudo-register; found %s"PFexpected pseudo-register; found %sTgclocals864a93bd8a3e6e3525a048cf7dc947b1HH
Tgclocals2da4432e8944a65e9cea74ecf194ec49HH`go.string.hdr."indirect through non-register %s"   Xgo.string."indirect through non-register %s"Xgo.string."indirect through non-register %s"PBindirect through non-register %sdgo.string.hdr."cannot use pseudo-register in pair"  "\go.string."cannot use pseudo-register in pair"\go.string."cannot use pseudo-register in pair"PFcannot use pseudo-register in pairhgo.string.hdr."cannot reference %s without a symbol"  $`go.string."cannot reference %s without a symbol"`go.string."cannot reference %s without a symbol"PJcannot reference %s without a symbollgo.string.hdr."illegal address mode for register pair"  &dgo.string."illegal address mode for register pair"dgo.string."illegal address mode for register pair"PNillegal address mode for register pairtgo.string.hdr."illegal address mode for register+register"  *lgo.string."illegal address mode for register+register"lgo.string."illegal address mode for register+register"`Villegal address mode for register+register\go.string.hdr."indirect through register pair"  Tgo.string."indirect through register pair"Tgo.string."indirect through register pair"@>indirect through register pair^go.string.hdr."unimplemented two-register form"  Vgo.string."unimplemented two-register form"Vgo.string."unimplemented two-register form"@@unimplemented two-register formTgclocals99660f1da41e31dfaf12f9aa9a9583e85Tgclocals8da0ba43906150d9cccbd1db4ea75d01hhXgo.string.hdr."missing ']' in register list"  Pgo.string."missing ']' in register list"Pgo.string."missing ']' in register list"@:missing ']' in register listXgo.string.hdr."register R%d already in list"  Pgo.string."register R%d already in list"Pgo.string."register R%d already in list"@:register R%d already in listTgclocalsf5b47c6c6e5c15fc4e3a1ec52eb80cf7@@)@Tgclocals7e902992778eda5f91d29a3f0c115aee(("go.string.hdr."g"  go.string."g"go.string."g"glgo.string.hdr."expected g or R0 through R15; found %s"  &dgo.string."expected g or R0 through R15; found %s"dgo.string."expected g or R0 through R15; found %s"PNexpected g or R0 through R15; found %s$go.string.hdr."R0"  go.string."R0"go.string."R0"R0Tgclocals9224699ff96647abfb8f0ac12939a1c900LLTgclocals304f1a7ece42768e76e94191b15e040600Tgclocalsd1004d6a1a3ba5b803788756d2f14c62Tgclocals3f5c1f818fa7055d0400cecd34057162Jgo.string.hdr."missing closing paren"  Bgo.string."missing closing paren"Bgo.string."missing closing paren"0,missing closing parenrgo.string.hdr."unexpected %s evaluating float expression"  )jgo.string."unexpected %s evaluating float expression"jgo.string."unexpected %s evaluating float expression"`Tunexpected %s evaluating float expressionTgclocals5428a5abdd7ef378a3fa89094f2d3826@@!00Tgclocalsf7309186bf9eeb0f8ece2eb16f2dc110((bgo.string.hdr."divide of value with high bit set"  !Zgo.string."divide of value with high bit set"Zgo.string."divide of value with high bit set"PDdivide of value with high bit set@go.string.hdr."division by zero"  8go.string."division by zero"8go.string."division by zero"0"division by zerobgo.string.hdr."modulo of value with high bit set"  !Zgo.string."modulo of value with high bit set"Zgo.string."modulo of value with high bit set"PDmodulo of value with high bit set<go.string.hdr."modulo by zero"  4go.string."modulo by zero"4go.string."modulo by zero" modulo by zeroRgo.string.hdr."negative left shift count"  Jgo.string."negative left shift count"Jgo.string."negative left shift count"@4negative left shift countTgo.string.hdr."negative right shift count"  Lgo.string."negative right shift count"Lgo.string."negative right shift count"@6negative right shift countlgo.string.hdr."right shift of value with high bit set"  &dgo.string."right shift of value with high bit set"dgo.string."right shift of value with high bit set"PNright shift of value with high bit setTgclocals8fced6160a12548e9e352083226470ae  'Tgclocals3f5c1f818fa7055d0400cecd34057162$go.string.hdr."%s"  go.string."%s"go.string."%s"%szgo.string.hdr."illegal UTF-8 encoding for character constant"  -rgo.string."illegal UTF-8 encoding for character constant"rgo.string."illegal UTF-8 encoding for character constant"`\illegal UTF-8 encoding for character constantfgo.string.hdr."unexpected %s evaluating expression"  #^go.string."unexpected %s evaluating expression"^go.string."unexpected %s evaluating expression"PHunexpected %s evaluating expressionTgclocalsabec610ffb06e7d4b91838126802cb15pp*Tgclocals5f2bd104e8cdd589ccc3748f3a02b8bf@@Dgo.string.hdr."%s overflows int64"  <go.string."%s overflows int64"<go.string."%s overflows int64"0&%s overflows int64Tgclocals99e5686707d0cbb46b1c43afc8e99ade88
Tgclocalsae09aea6c950f33bbc27842daf2e8ebc88Tgclocalsf67eef10a3bd36095d088336c85ed5db((	p0Tgclocals14c16763214c88f6ebc22b4b638329b7((Tgclocalsf67eef10a3bd36095d088336c85ed5db((	p0Tgclocals14c16763214c88f6ebc22b4b638329b7((Tgclocalsc92e6b792e462a963d5e54ef8f69a69d((Tgclocals4cc3ebd343ed417b80f0f13e430a0f50((Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals2fccd208efe70893f9ac8d682812ae72Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals87d20ce1b58390b294df80b886db78bfTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals3f5c1f818fa7055d0400cecd34057162Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals3f5c1f818fa7055d0400cecd34057162Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals89fe65749ce0afc971c0982226501ff0Jgo.string.hdr."expected %s, found %s"  Bgo.string."expected %s, found %s"Bgo.string."expected %s, found %s"0,expected %s, found %sTgclocals395362f14b5e04911285e4917105fef7((Tgclocalsf7309186bf9eeb0f8ece2eb16f2dc110((Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals1347047f6245a35b91e9a4f213167d52&go.string.hdr."EOF"  go.string."EOF"go.string."EOF"EOFTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals33cdeccccebe80329f1fdbee7f5874cb."".testOut$type.*bytes.Buffer."".emptyProg4type.cmd/internal/obj.Prog0"".panicOnErrortype.bool."".EOF0>type.cmd/asm/internal/lex.Token""".statictmp_0540Ltype.[3]cmd/asm/internal/lex.ScanToken()0"".initdonetype.uint8,"".(*Parser).appendf&"".(*Parser).append<"".(*Parser).validateSymbolf6"".(*Parser).validateSymbol6"".(*Parser).evalIntegerf0"".(*Parser).evalIntegerB"".(*Parser).validateImmediatef<"".(*Parser).validateImmediate."".(*Parser).asmTextf("".(*Parser).asmText."".(*Parser).asmDataf("".(*Parser).asmData0"".(*Parser).asmGloblf*"".(*Parser).asmGlobl2"".(*Parser).asmPCDataf,"".(*Parser).asmPCData6"".(*Parser).asmFuncDataf0"".(*Parser).asmFuncData."".(*Parser).asmJumpf("".(*Parser).asmJump*"".(*Parser).patchf$"".(*Parser).patch,"".(*Parser).branchf&"".(*Parser).branch<"".(*Parser).asmInstructionf6"".(*Parser).asmInstruction"".newAddrf"".newAddrB"".(*Parser).getConstantPseudof<"".(*Parser).getConstantPseudo6"".(*Parser).getConstantf0"".(*Parser).getConstant8"".(*Parser).getImmediatef2"".(*Parser).getImmediate6"".(*Parser).getRegisterf0"".(*Parser).getRegister"".NewParserf"".NewParser,"".(*Parser).errorff&"".(*Parser).errorf*"".(*Parser).Parsef$"".(*Parser).Parse("".(*Parser).linef""".(*Parser).line6"".(*Parser).instructionf0"".(*Parser).instruction,"".(*Parser).pseudof&"".(*Parser).pseudo*"".(*Parser).startf$"".(*Parser).start."".(*Parser).addressf("".(*Parser).address4"".(*Parser).parseScalef."".(*Parser).parseScale."".(*Parser).operandf("".(*Parser).operandB"".(*Parser).atStartOfRegisterf<"".(*Parser).atStartOfRegister>"".(*Parser).atRegisterShiftf8"".(*Parser).atRegisterShiftB"".(*Parser).registerReferencef<"".(*Parser).registerReference0"".(*Parser).registerf*"".(*Parser).register:"".(*Parser).registerShiftf4"".(*Parser).registerShift>"".(*Parser).symbolReferencef8"".(*Parser).symbolReferenceB"".(*Parser).setPseudoRegisterf<"".(*Parser).setPseudoRegister@"".(*Parser).registerIndirectf:"".(*Parser).registerIndirect8"".(*Parser).registerListf2"".(*Parser).registerList<"".(*Parser).registerNumberf6"".(*Parser).registerNumber("".(*Parser).exprf""".(*Parser).expr2"".(*Parser).floatExprf,"".(*Parser).floatExpr("".(*Parser).termf""".(*Parser).term,"".(*Parser).factorf&"".(*Parser).factor8"".(*Parser).positiveAtoif2"".(*Parser).positiveAtoi("".(*Parser).atoif""".(*Parser).atoi("".(*Parser).atoff""".(*Parser).atof("".(*Parser).atosf""".(*Parser).atos("".(*Parser).nextf""".(*Parser).next("".(*Parser).backf""".(*Parser).back("".(*Parser).peekf""".(*Parser).peek("".(*Parser).moref""".(*Parser).more&"".(*Parser).getf "".(*Parser).get,"".(*Parser).expectf&"".(*Parser).expect("".(*Parser).havef""".(*Parser).have$"".(*Parser).atf"".(*Parser).at"".initf"".init"runtime.gcbits.01.go.string.hdr."[]uint8"  &go.string."[]uint8"&go.string."[]uint8"[]uint8type.[]uint8~.80 runtime.algarray@"runtime.gcbits.01P.go.string.hdr."[]uint8"p*go.weak.type.*[]uint8"runtime.zerovaluetype.uint86go.typelink.[]uint8	[]uint8type.[]uint8runtime.gcbits.0go.string.hdr."[8]uint8"  (go.string."[8]uint8"(go.string."[8]uint8" [8]uint8type.[8]uint8>00 runtime.algarray@runtime.gcbits.P0go.string.hdr."[8]uint8"p,go.weak.type.*[8]uint8"runtime.zerovaluetype.uint8type.[]uint8:go.typelink.[8]uint8	[8]uint8type.[8]uint80go.string.hdr."[]string"  (go.string."[]string"(go.string."[]string" []stringtype.[]string
   2740 0 runtime.algarray@"runtime.gcbits.01P0go.string.hdr."[]string"p,go.weak.type.*[]string"runtime.zerovaluetype.string:go.typelink.[]string	[]stringtype.[]stringTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a0type..hashfunc.[8]string(type..hash.[8]string,type..eqfunc.[8]string$type..eq.[8]string&type..alg.[8]string  0type..hashfunc.[8]string,type..eqfunc.[8]string&runtime.gcbits.5555UU2go.string.hdr."[8]string"  	*go.string."[8]string"*go.string."[8]string" [8]stringtype.[8]stringxUS>0&type..alg.[8]string@&runtime.gcbits.5555P2go.string.hdr."[8]string"p.go.weak.type.*[8]string"runtime.zerovaluetype.stringtype.[]string>go.typelink.[8]string	[8]stringtype.[8]string6go.string.hdr."[]*obj.Prog"  .go.string."[]*obj.Prog".go.string."[]*obj.Prog" []*obj.Prog:type.[]*cmd/internal/obj.Prog~0 runtime.algarray@"runtime.gcbits.01P6go.string.hdr."[]*obj.Prog"pLgo.weak.type.*[]*cmd/internal/obj.Prog"runtime.zerovalue6type.*cmd/internal/obj.Prog`go.typelink.[]*obj.Prog	[]*cmd/internal/obj.Prog:type.[]*cmd/internal/obj.Prog type..hashfunc64  @,runtime.memhash_varlentype..eqfunc64  @.runtime.memequal_varlentype..alg64   type..hashfunc64type..eqfunc64"runtime.gcbits.ff8go.string.hdr."[8]*obj.Prog"  0go.string."[8]*obj.Prog"0go.string."[8]*obj.Prog" [8]*obj.Prog<type.[8]*cmd/internal/obj.Prog@@F0type..alg64@"runtime.gcbits.ffP8go.string.hdr."[8]*obj.Prog"pNgo.weak.type.*[8]*cmd/internal/obj.Prog"runtime.zerovalue6type.*cmd/internal/obj.Prog:type.[]*cmd/internal/obj.Progdgo.typelink.[8]*obj.Prog	[8]*cmd/internal/obj.Prog<type.[8]*cmd/internal/obj.ProgXgo.string.hdr."*map.bucket[string]*obj.Prog"  Pgo.string."*map.bucket[string]*obj.Prog"Pgo.string."*map.bucket[string]*obj.Prog"@:*map.bucket[string]*obj.Prog\type.*map.bucket[string]*cmd/internal/obj.Prog60 runtime.algarray@"runtime.gcbits.01PXgo.string.hdr."*map.bucket[string]*obj.Prog"pngo.weak.type.**map.bucket[string]*cmd/internal/obj.Prog"runtime.zerovalueZtype.map.bucket[string]*cmd/internal/obj.Prog.runtime.gcbits.aaaafe03Vgo.string.hdr."map.bucket[string]*obj.Prog"  Ngo.string."map.bucket[string]*obj.Prog"Ngo.string."map.bucket[string]*obj.Prog"@8map.bucket[string]*obj.Prog.go.string.hdr."topbits"  &go.string."topbits"&go.string."topbits"topbits(go.string.hdr."keys"   go.string."keys" go.string."keys"
   2746 keys,go.string.hdr."values"  $go.string."values"$go.string."values"values0go.string.hdr."overflow"  (go.string."overflow"(go.string."overflow" overflowZtype.map.bucket[string]*cmd/internal/obj.Progr40 runtime.algarray@.runtime.gcbits.aaaafe03PVgo.string.hdr."map.bucket[string]*obj.Prog"plgo.weak.type.*map.bucket[string]*cmd/internal/obj.Prog"runtime.zerovalueZtype.map.bucket[string]*cmd/internal/obj.Prog.go.string.hdr."topbits"type.[8]uint8(go.string.hdr."keys"type.[8]string,go.string.hdr."values"<type.[8]*cmd/internal/obj.Prog0go.string.hdr."overflow"\type.*map.bucket[string]*cmd/internal/obj.Prog"runtime.gcbits.2c,Pgo.string.hdr."map.hdr[string]*obj.Prog"  Hgo.string."map.hdr[string]*obj.Prog"Hgo.string."map.hdr[string]*obj.Prog"@2map.hdr[string]*obj.Prog*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"  
   2750 ,go.string."oldbuckets",go.string."oldbuckets" oldbuckets2go.string.hdr."nevacuate"  	*go.string."nevacuate"*go.string."nevacuate" nevacuateTtype.map.hdr[string]*cmd/internal/obj.Prog00>	 (,0 runtime.algarray@"runtime.gcbits.2cPPgo.string.hdr."map.hdr[string]*obj.Prog"pfgo.weak.type.*map.hdr[string]*cmd/internal/obj.Prog"runtime.zerovalueTtype.map.hdr[string]*cmd/internal/obj.Prog*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[string]*cmd/internal/obj.Prog4go.string.hdr."oldbuckets"\type.*map.bucket[string]*cmd/internal/obj.Prog2go.string.hdr."nevacuate"type.uintptr0go.string.hdr."overflow"&type.unsafe.PointerHgo.string.hdr."map[string]*obj.Prog"  @go.string."map[string]*obj.Prog"@go.string."map[string]*obj.Prog"0*map[string]*obj.ProgLtype.map[string]*cmd/internal/obj.Prog-50 runtime.algarray@"runtime.gcbits.01PHgo.string.hdr."map[string]*obj.Prog"p^go.weak.type.*map[string]*cmd/internal/obj.Prog"runtime.zerovaluetype.string6type.*cmd/internal/obj.ProgZtype.map.bucket[string]*cmd/internal/obj.ProgTtype.map.hdr[string]*cmd/internal/obj.Proggo.typelink.map[string]*obj.Prog	map[string]*cmd/internal/obj.ProgLtype.map[string]*cmd/internal/obj.Prog6go.string.hdr."[]lex.Token"  .go.string."[]lex.Token".go.string."[]lex.Token" []lex.TokenBtype.[]cmd/asm/internal/lex.Token3	0 runtime.algarray@"runtime.gcbits.01P6go.string.hdr."[]lex.Token"pTgo.weak.type.*[]cmd/asm/internal/lex.Token"runtime.zerovalue>type.cmd/asm/internal/lex.Tokenhgo.typelink.[]lex.Token	[]cmd/asm/internal/lex.TokenBtype.[]cmd/asm/internal/lex.TokenTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a.type..hashfunc."".Patch&type..hash."".Patch*type..eqfunc."".Patch"type..eq."".Patch$type..alg."".Patch  .type..hashfunc."".Patch*type..eqfunc."".Patch4go.string.hdr."*asm.Patch"  
   2754 ,go.string."*asm.Patch",go.string."*asm.Patch" *asm.Patchtype.*"".Patch]P460 runtime.algarray@"runtime.gcbits.01P4go.string.hdr."*asm.Patch"p.go.weak.type.**"".Patch"runtime.zerovaluetype."".Patch"runtime.gcbits.032go.string.hdr."asm.Patch"  	*go.string."asm.Patch"*go.string."asm.Patch" asm.Patch(go.string.hdr."prog"   go.string."prog" go.string."prog"
   2756 progHgo.string.hdr."cmd/asm/internal/asm"  @go.string."cmd/asm/internal/asm"@go.string."cmd/asm/internal/asm"0*cmd/asm/internal/asm"go.importpath."".  @go.string."cmd/asm/internal/asm"*go.string.hdr."label"  "go.string."label""go.string."label"label*go.string.hdr."Patch"  "go.string."Patch""go.string."Patch"Patchtype."".PatchrX 0$type..alg."".Patch@"runtime.gcbits.03P2go.string.hdr."asm.Patch"ptype.*"".Patch"runtime.zerovaluetype."".Patch(go.string.hdr."prog""go.importpath."".6type.*cmd/internal/obj.Prog*go.string.hdr."label""go.importpath."".type.string`type."".Patch*go.string.hdr."Patch""go.importpath."".type."".Patch6go.string.hdr."[]asm.Patch"  .go.string."[]asm.Patch".go.string."[]asm.Patch" []asm.Patchtype.[]"".Patch0 runtime.algarray@"runtime.gcbits.01P6go.string.hdr."[]asm.Patch"p0go.weak.type.*[]"".Patch"runtime.zerovaluetype."".PatchDgo.typelink.[]asm.Patch	[]"".Patchtype.[]"".Patch4go.string.hdr."[]obj.Addr"  
   2761 ,go.string."[]obj.Addr",go.string."[]obj.Addr" []obj.Addr8type.[]cmd/internal/obj.Addr
0 runtime.algarray@"runtime.gcbits.01P4go.string.hdr."[]obj.Addr"pJgo.weak.type.*[]cmd/internal/obj.Addr"runtime.zerovalue4type.cmd/internal/obj.Addr\go.typelink.[]obj.Addr	[]cmd/internal/obj.Addr8type.[]cmd/internal/obj.Addr.go.string.hdr."[]int64"  &go.string."[]int64"&go.string."[]int64"[]int64type.[]int64v0 runtime.algarray@"runtime.gcbits.01P.go.string.hdr."[]int64"p*go.weak.type.*[]int64"runtime.zerovaluetype.int646go.typelink.[]int64	[]int64type.[]int640go.string.hdr."[8]int64"  (go.string."[8]int64"(go.string."[8]int64" [8]int64type.[8]int64@0type..alg64@runtime.gcbits.P0go.string.hdr."[8]int64"p,go.weak.type.*[8]int64"runtime.zerovaluetype.int64type.[]int64:go.typelink.[8]int64	[8]int64type.[8]int64Pgo.string.hdr."*map.bucket[string]int64"  Hgo.string."*map.bucket[string]int64"Hgo.string."*map.bucket[string]int64"@2*map.bucket[string]int64:type.*map.bucket[string]int6460 runtime.algarray@"runtime.gcbits.01PPgo.string.hdr."*map.bucket[string]int64"pLgo.weak.type.**map.bucket[string]int64"runtime.zerovalue8type.map.bucket[string]int64.runtime.gcbits.aaaa0002Ngo.string.hdr."map.bucket[string]int64"  Fgo.string."map.bucket[string]int64"Fgo.string."map.bucket[string]int64"00map.bucket[string]int648type.map.bucket[string]int64\0 runtime.algarray@.runtime.gcbits.aaaa0002PNgo.string.hdr."map.bucket[string]int64"pJgo.weak.type.*map.bucket[string]int64"runtime.zerovalue8type.map.bucket[string]int64.go.string.hdr."topbits"type.[8]uint8(go.string.hdr."keys"type.[8]string,go.string.hdr."values"type.[8]int640go.string.hdr."overflow":type.*map.bucket[string]int64Hgo.string.hdr."map.hdr[string]int64"  @go.string."map.hdr[string]int64"@go.string."map.hdr[string]int64"0*map.hdr[string]int642type.map.hdr[string]int6400y	 (,0 runtime.algarray@"runtime.gcbits.2cPHgo.string.hdr."map.hdr[string]int64"pDgo.weak.type.*map.hdr[string]int64"runtime.zerovalue2type.map.hdr[string]int64*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[string]int644go.string.hdr."oldbuckets":type.*map.bucket[string]int642go.string.hdr."nevacuate"type.uintptr0go.string.hdr."overflow"&type.unsafe.Pointer@go.string.hdr."map[string]int64"  8go.string."map[string]int64"8go.string."map[string]int64"0"map[string]int64*type.map[string]int64`50 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."map[string]int64"p<go.weak.type.*map[string]int64"runtime.zerovaluetype.stringtype.int648type.map.bucket[string]int642type.map.hdr[string]int64Zgo.typelink.map[string]int64	map[string]int64*type.map[string]int64.runtime.gcbits.4364f201Cd4go.string.hdr."asm.Parser"  
   2767 ,go.string."asm.Parser",go.string."asm.Parser" asm.Parser&go.string.hdr."lex"  go.string."lex"go.string."lex"lex.go.string.hdr."lineNum"  &go.string."lineNum"&go.string."lineNum"lineNum6go.string.hdr."histLineNum"  .go.string."histLineNum".go.string."histLineNum" histLineNum2go.string.hdr."errorLine"  	*go.string."errorLine"*go.string."errorLine" errorLine4go.string.hdr."errorCount"  
   2769 ,go.string."errorCount",go.string."errorCount" errorCount$go.string.hdr."pc"  go.string."pc"go.string."pc"pc*go.string.hdr."input"  "go.string."input""go.string."input"input0go.string.hdr."inputPos"  (go.string."inputPos"(go.string."inputPos" inputPos:go.string.hdr."pendingLabels"  
2go.string."pendingLabels"2go.string."pendingLabels" pendingLabels,go.string.hdr."labels"  $go.string."labels"$go.string."labels"labels.go.string.hdr."toPatch"  &go.string."toPatch"&go.string."toPatch"toPatch(go.string.hdr."addr"   go.string."addr" go.string."addr"
   2772 addr(go.string.hdr."arch"   go.string."arch" go.string."arch"
   2773 arch(go.string.hdr."ctxt"   go.string."ctxt" go.string."ctxt"
   2774 ctxt2go.string.hdr."firstProg"  	*go.string."firstProg"*go.string."firstProg" firstProg0go.string.hdr."lastProg"  (go.string."lastProg"(go.string."lastProg" lastProg0go.string.hdr."dataAddr"  (go.string."dataAddr"(go.string."dataAddr" dataAddr,go.string.hdr."Parser"  $go.string."Parser"$go.string."Parser"Parsertype."".Parserq[ (0HPhpz0 runtime.algarray@.runtime.gcbits.4364f201P4go.string.hdr."asm.Parser"ptype.*"".Parser"runtime.zerovaluetype."".Parser&go.string.hdr."lex""go.importpath."".Jtype.cmd/asm/internal/lex.TokenReader.go.string.hdr."lineNum""go.importpath."".type.int6go.string.hdr."histLineNum""go.importpath."".type.int322go.string.hdr."errorLine""go.importpath."".type.int324go.string.hdr."errorCount""go.importpath."".type.int$go.string.hdr."pc""go.importpath."".type.int64*go.string.hdr."input""go.importpath."".Btype.[]cmd/asm/internal/lex.Token0go.string.hdr."inputPos""go.importpath."".type.int:go.string.hdr."pendingLabels""go.importpath."".type.[]string,go.string.hdr."labels""go.importpath."".Ltype.map[string]*cmd/internal/obj.Prog.go.string.hdr."toPatch""go.importpath."".type.[]"".Patch(go.string.hdr."addr""go.importpath."".8type.[]cmd/internal/obj.Addr	(go.string.hdr."arch"	"go.importpath."".	@type.*cmd/asm/internal/arch.Arch	(go.string.hdr."ctxt"	"go.importpath."".	6type.*cmd/internal/obj.Link
   2777 2go.string.hdr."firstProg"
   2778 "go.importpath."".
   2779 6type.*cmd/internal/obj.Prog
   2780 0go.string.hdr."lastProg""go.importpath."".6type.*cmd/internal/obj.Prog0go.string.hdr."dataAddr""go.importpath."".*type.map[string]int64`type."".Parser,go.string.hdr."Parser""go.importpath."".type."".Parser6go.string.hdr."*asm.Parser"  .go.string."*asm.Parser".go.string."*asm.Parser" *asm.Parserfgo.string.hdr."func(*asm.Parser) (*obj.Prog, bool)"  #^go.string."func(*asm.Parser) (*obj.Prog, bool)"^go.string."func(*asm.Parser) (*obj.Prog, bool)"PHfunc(*asm.Parser) (*obj.Prog, bool)htype.func(*"".Parser) (*cmd/internal/obj.Prog, bool)30 runtime.algarray@"runtime.gcbits.01Pfgo.string.hdr."func(*asm.Parser) (*obj.Prog, bool)"pzgo.weak.type.*func(*"".Parser) (*cmd/internal/obj.Prog, bool)"runtime.zerovaluehtype.func(*"".Parser) (*cmd/internal/obj.Prog, bool)htype.func(*"".Parser) (*cmd/internal/obj.Prog, bool)type.*"".Parser6type.*cmd/internal/obj.Progtype.boolgo.typelink.func(*asm.Parser) (*obj.Prog, bool)	func(*"".Parser) (*cmd/internal/obj.Prog, bool)htype.func(*"".Parser) (*cmd/internal/obj.Prog, bool)ngo.string.hdr."func(*asm.Parser, []lex.Token) obj.Addr"  'fgo.string."func(*asm.Parser, []lex.Token) obj.Addr"fgo.string."func(*asm.Parser, []lex.Token) obj.Addr"PPfunc(*asm.Parser, []lex.Token) obj.Addrtype.func(*"".Parser, []cmd/asm/internal/lex.Token) cmd/internal/obj.AddrK\J30 runtime.algarray@"runtime.gcbits.01Pngo.string.hdr."func(*asm.Parser, []lex.Token) obj.Addr"pgo.weak.type.*func(*"".Parser, []cmd/asm/internal/lex.Token) cmd/internal/obj.Addr"runtime.zerovaluetype.func(*"".Parser, []cmd/asm/internal/lex.Token) cmd/internal/obj.Addrtype.func(*"".Parser, []cmd/asm/internal/lex.Token) cmd/internal/obj.Addrtype.*"".ParserBtype.[]cmd/asm/internal/lex.Token4type.cmd/internal/obj.Addrgo.typelink.func(*asm.Parser, []lex.Token) obj.Addr	func(*"".Parser, []cmd/asm/internal/lex.Token) cmd/internal/obj.Addrtype.func(*"".Parser, []cmd/asm/internal/lex.Token) cmd/internal/obj.Addrtgo.string.hdr."func(*asm.Parser, *obj.Prog, string, bool)"  *lgo.string."func(*asm.Parser, *obj.Prog, string, bool)"lgo.string."func(*asm.Parser, *obj.Prog, string, bool)"`Vfunc(*asm.Parser, *obj.Prog, string, bool)vtype.func(*"".Parser, *cmd/internal/obj.Prog, string, bool)30 runtime.algarray@"runtime.gcbits.01Ptgo.string.hdr."func(*asm.Parser, *obj.Prog, string, bool)"pgo.weak.type.*func(*"".Parser, *cmd/internal/obj.Prog, string, bool)"runtime.zerovaluevtype.func(*"".Parser, *cmd/internal/obj.Prog, string, bool)vtype.func(*"".Parser, *cmd/internal/obj.Prog, string, bool)type.*"".Parser6type.*cmd/internal/obj.Progtype.stringtype.boolgo.typelink.func(*asm.Parser, *obj.Prog, string, bool)	func(*"".Parser, *cmd/internal/obj.Prog, string, bool)vtype.func(*"".Parser, *cmd/internal/obj.Prog, string, bool):go.string.hdr."[][]lex.Token"  
2go.string."[][]lex.Token"2go.string."[][]lex.Token" [][]lex.TokenFtype.[][]cmd/asm/internal/lex.Token<0 runtime.algarray@"runtime.gcbits.01P:go.string.hdr."[][]lex.Token"pXgo.weak.type.*[][]cmd/asm/internal/lex.Token"runtime.zerovalueBtype.[]cmd/asm/internal/lex.Tokenpgo.typelink.[][]lex.Token	[][]cmd/asm/internal/lex.TokenFtype.[][]cmd/asm/internal/lex.Tokenpgo.string.hdr."func(*asm.Parser, string, [][]lex.Token)"  (hgo.string."func(*asm.Parser, string, [][]lex.Token)"hgo.string."func(*asm.Parser, string, [][]lex.Token)"`Rfunc(*asm.Parser, string, [][]lex.Token)ztype.func(*"".Parser, string, [][]cmd/asm/internal/lex.Token)D30 runtime.algarray@"runtime.gcbits.01Ppgo.string.hdr."func(*asm.Parser, string, [][]lex.Token)"pgo.weak.type.*func(*"".Parser, string, [][]cmd/asm/internal/lex.Token)"runtime.zerovalueztype.func(*"".Parser, string, [][]cmd/asm/internal/lex.Token)ztype.func(*"".Parser, string, [][]cmd/asm/internal/lex.Token)type.*"".Parsertype.stringFtype.[][]cmd/asm/internal/lex.Tokengo.typelink.func(*asm.Parser, string, [][]lex.Token)	func(*"".Parser, string, [][]cmd/asm/internal/lex.Token)ztype.func(*"".Parser, string, [][]cmd/asm/internal/lex.Token)tgo.string.hdr."func(*asm.Parser, int, string, []obj.Addr)"  *lgo.string."func(*asm.Parser, int, string, []obj.Addr)"lgo.string."func(*asm.Parser, int, string, []obj.Addr)"`Vfunc(*asm.Parser, int, string, []obj.Addr)vtype.func(*"".Parser, int, string, []cmd/internal/obj.Addr)930 runtime.algarray@"runtime.gcbits.01Ptgo.string.hdr."func(*asm.Parser, int, string, []obj.Addr)"pgo.weak.type.*func(*"".Parser, int, string, []cmd/internal/obj.Addr)"runtime.zerovaluevtype.func(*"".Parser, int, string, []cmd/internal/obj.Addr)vtype.func(*"".Parser, int, string, []cmd/internal/obj.Addr)type.*"".Parsertype.inttype.string8type.[]cmd/internal/obj.Addrgo.typelink.func(*asm.Parser, int, string, []obj.Addr)	func(*"".Parser, int, string, []cmd/internal/obj.Addr)vtype.func(*"".Parser, int, string, []cmd/internal/obj.Addr)>go.string.hdr."[]lex.ScanToken"  6go.string."[]lex.ScanToken"6go.string."[]lex.ScanToken"  []lex.ScanTokenJtype.[]cmd/asm/internal/lex.ScanTokenw0 runtime.algarray@"runtime.gcbits.01P>go.string.hdr."[]lex.ScanToken"p\go.weak.type.*[]cmd/asm/internal/lex.ScanToken"runtime.zerovalueFtype.cmd/asm/internal/lex.ScanTokenxgo.typelink.[]lex.ScanToken	[]cmd/asm/internal/lex.ScanTokenJtype.[]cmd/asm/internal/lex.ScanTokenpgo.string.hdr."func(*asm.Parser, ...lex.ScanToken) bool"  (hgo.string."func(*asm.Parser, ...lex.ScanToken) bool"hgo.string."func(*asm.Parser, ...lex.ScanToken) bool"`Rfunc(*asm.Parser, ...lex.ScanToken) boolztype.func(*"".Parser, ...cmd/asm/internal/lex.ScanToken) bool30 runtime.algarray@"runtime.gcbits.01Ppgo.string.hdr."func(*asm.Parser, ...lex.ScanToken) bool"pgo.weak.type.*func(*"".Parser, ...cmd/asm/internal/lex.ScanToken) bool"runtime.zerovalueztype.func(*"".Parser, ...cmd/asm/internal/lex.ScanToken) boolztype.func(*"".Parser, ...cmd/asm/internal/lex.ScanToken) booltype.*"".ParserJtype.[]cmd/asm/internal/lex.ScanTokentype.boolgo.typelink.func(*asm.Parser, ...lex.ScanToken) bool	func(*"".Parser, ...cmd/asm/internal/lex.ScanToken) boolztype.func(*"".Parser, ...cmd/asm/internal/lex.ScanToken) boolLgo.string.hdr."func(*asm.Parser) bool"  Dgo.string."func(*asm.Parser) bool"Dgo.string."func(*asm.Parser) bool"0.func(*asm.Parser) bool4type.func(*"".Parser) boolB=d30 runtime.algarray@"runtime.gcbits.01PLgo.string.hdr."func(*asm.Parser) bool"pFgo.weak.type.*func(*"".Parser) bool"runtime.zerovalue4type.func(*"".Parser) bool4type.func(*"".Parser) booltype.*"".Parsertype.boolpgo.typelink.func(*asm.Parser) bool	func(*"".Parser) bool4type.func(*"".Parser) bool\go.string.hdr."func(*asm.Parser, string) bool"  Tgo.string."func(*asm.Parser, string) bool"Tgo.string."func(*asm.Parser, string) bool"@>func(*asm.Parser, string) boolDtype.func(*"".Parser, string) bool30 runtime.algarray@"runtime.gcbits.01P\go.string.hdr."func(*asm.Parser, string) bool"pVgo.weak.type.*func(*"".Parser, string) bool"runtime.zerovalueDtype.func(*"".Parser, string) boolDtype.func(*"".Parser, string) booltype.*"".Parsertype.stringtype.boolgo.typelink.func(*asm.Parser, string) bool	func(*"".Parser, string) boolDtype.func(*"".Parser, string) boolbgo.string.hdr."func(*asm.Parser, string) float64"  !Zgo.string."func(*asm.Parser, string) float64"Zgo.string."func(*asm.Parser, string) float64"PDfunc(*asm.Parser, string) float64Jtype.func(*"".Parser, string) float64$30 runtime.algarray@"runtime.gcbits.01Pbgo.string.hdr."func(*asm.Parser, string) float64"p\go.weak.type.*func(*"".Parser, string) float64"runtime.zerovalueJtype.func(*"".Parser, string) float64Jtype.func(*"".Parser, string) float64type.*"".Parsertype.stringtype.float64go.typelink.func(*asm.Parser, string) float64	func(*"".Parser, string) float64Jtype.func(*"".Parser, string) float64`go.string.hdr."func(*asm.Parser, string) uint64"   Xgo.string."func(*asm.Parser, string) uint64"Xgo.string."func(*asm.Parser, string) uint64"PBfunc(*asm.Parser, string) uint64Htype.func(*"".Parser, string) uint64tB	*30 runtime.algarray@"runtime.gcbits.01P`go.string.hdr."func(*asm.Parser, string) uint64"pZgo.weak.type.*func(*"".Parser, string) uint64"runtime.zerovalueHtype.func(*"".Parser, string) uint64Htype.func(*"".Parser, string) uint64type.*"".Parsertype.stringtype.uint64go.typelink.func(*asm.Parser, string) uint64	func(*"".Parser, string) uint64Htype.func(*"".Parser, string) uint64`go.string.hdr."func(*asm.Parser, string) string"   Xgo.string."func(*asm.Parser, string) string"Xgo.string."func(*asm.Parser, string) string"PBfunc(*asm.Parser, string) stringHtype.func(*"".Parser, string) stringz30 runtime.algarray@"runtime.gcbits.01P`go.string.hdr."func(*asm.Parser, string) string"pZgo.weak.type.*func(*"".Parser, string) string"runtime.zerovalueHtype.func(*"".Parser, string) stringHtype.func(*"".Parser, string) stringtype.*"".Parsertype.stringtype.stringgo.typelink.func(*asm.Parser, string) string	func(*"".Parser, string) stringHtype.func(*"".Parser, string) stringBgo.string.hdr."func(*asm.Parser)"  :go.string."func(*asm.Parser)":go.string."func(*asm.Parser)"0$func(*asm.Parser)*type.func(*"".Parser)D30 runtime.algarray@"runtime.gcbits.01PBgo.string.hdr."func(*asm.Parser)"p<go.weak.type.*func(*"".Parser)"runtime.zerovalue*type.func(*"".Parser)*type.func(*"".Parser)type.*"".Parser\go.typelink.func(*asm.Parser)	func(*"".Parser)*type.func(*"".Parser)ngo.string.hdr."func(*asm.Parser, *obj.Prog, *obj.Prog)"  'fgo.string."func(*asm.Parser, *obj.Prog, *obj.Prog)"fgo.string."func(*asm.Parser, *obj.Prog, *obj.Prog)"PPfunc(*asm.Parser, *obj.Prog, *obj.Prog)type.func(*"".Parser, *cmd/internal/obj.Prog, *cmd/internal/obj.Prog)4730 runtime.algarray@"runtime.gcbits.01Pngo.string.hdr."func(*asm.Parser, *obj.Prog, *obj.Prog)"pgo.weak.type.*func(*"".Parser, *cmd/internal/obj.Prog, *cmd/internal/obj.Prog)"runtime.zerovaluetype.func(*"".Parser, *cmd/internal/obj.Prog, *cmd/internal/obj.Prog)type.func(*"".Parser, *cmd/internal/obj.Prog, *cmd/internal/obj.Prog)type.*"".Parser6type.*cmd/internal/obj.Prog6type.*cmd/internal/obj.Proggo.typelink.func(*asm.Parser, *obj.Prog, *obj.Prog)	func(*"".Parser, *cmd/internal/obj.Prog, *cmd/internal/obj.Prog)type.func(*"".Parser, *cmd/internal/obj.Prog, *cmd/internal/obj.Prog)8go.string.hdr."interface {}"  0go.string."interface {}"0go.string."interface {}" interface {}"type.interface {}W0 runtime.algarray@"runtime.gcbits.03P8go.string.hdr."interface {}"p4go.weak.type.*interface {}"runtime.zerovalue"type.interface {}<go.string.hdr."[]interface {}"  4go.string."[]interface {}"4go.string."[]interface {}" []interface {}&type.[]interface {}p/0 runtime.algarray@"runtime.gcbits.01P<go.string.hdr."[]interface {}"p8go.weak.type.*[]interface {}"runtime.zerovalue"type.interface {}Rgo.typelink.[]interface {}	[]interface {}&type.[]interface {}tgo.string.hdr."func(*asm.Parser, string, ...interface {})"  *lgo.string."func(*asm.Parser, string, ...interface {})"lgo.string."func(*asm.Parser, string, ...interface {})"`Vfunc(*asm.Parser, string, ...interface {})\type.func(*"".Parser, string, ...interface {})[o]30 runtime.algarray@"runtime.gcbits.01Ptgo.string.hdr."func(*asm.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(*asm.Parser, string, ...interface {})	func(*"".Parser, string, ...interface {})\type.func(*"".Parser, string, ...interface {})xgo.string.hdr."func(*asm.Parser, string, []lex.Token) int64"  ,pgo.string."func(*asm.Parser, string, []lex.Token) int64"pgo.string."func(*asm.Parser, string, []lex.Token) int64"`Zfunc(*asm.Parser, string, []lex.Token) int64type.func(*"".Parser, string, []cmd/asm/internal/lex.Token) int64e 30 runtime.algarray@"runtime.gcbits.01Pxgo.string.hdr."func(*asm.Parser, string, []lex.Token) int64"pgo.weak.type.*func(*"".Parser, string, []cmd/asm/internal/lex.Token) int64"runtime.zerovaluetype.func(*"".Parser, string, []cmd/asm/internal/lex.Token) int64type.func(*"".Parser, string, []cmd/asm/internal/lex.Token) int64type.*"".Parsertype.stringBtype.[]cmd/asm/internal/lex.Tokentype.int64go.typelink.func(*asm.Parser, string, []lex.Token) int64	func(*"".Parser, string, []cmd/asm/internal/lex.Token) int64type.func(*"".Parser, string, []cmd/asm/internal/lex.Token) int64`go.string.hdr."func(*asm.Parser, lex.ScanToken)"   Xgo.string."func(*asm.Parser, lex.ScanToken)"Xgo.string."func(*asm.Parser, lex.ScanToken)"PBfunc(*asm.Parser, lex.ScanToken)jtype.func(*"".Parser, cmd/asm/internal/lex.ScanToken),Z30 runtime.algarray@"runtime.gcbits.01P`go.string.hdr."func(*asm.Parser, lex.ScanToken)"p|go.weak.type.*func(*"".Parser, cmd/asm/internal/lex.ScanToken)"runtime.zerovaluejtype.func(*"".Parser, cmd/asm/internal/lex.ScanToken)jtype.func(*"".Parser, cmd/asm/internal/lex.ScanToken)type.*"".ParserFtype.cmd/asm/internal/lex.ScanTokengo.typelink.func(*asm.Parser, lex.ScanToken)	func(*"".Parser, cmd/asm/internal/lex.ScanToken)jtype.func(*"".Parser, cmd/asm/internal/lex.ScanToken)Pgo.string.hdr."func(*asm.Parser) uint64"  Hgo.string."func(*asm.Parser) uint64"Hgo.string."func(*asm.Parser) uint64"@2func(*asm.Parser) uint648type.func(*"".Parser) uint64vB30 runtime.algarray@"runtime.gcbits.01PPgo.string.hdr."func(*asm.Parser) uint64"pJgo.weak.type.*func(*"".Parser) uint64"runtime.zerovalue8type.func(*"".Parser) uint648type.func(*"".Parser) uint64type.*"".Parsertype.uint64xgo.typelink.func(*asm.Parser) uint64	func(*"".Parser) uint648type.func(*"".Parser) uint64Rgo.string.hdr."func(*asm.Parser) float64"  Jgo.string."func(*asm.Parser) float64"Jgo.string."func(*asm.Parser) float64"@4func(*asm.Parser) float64:type.func(*"".Parser) float64Ek30 runtime.algarray@"runtime.gcbits.01PRgo.string.hdr."func(*asm.Parser) float64"pLgo.weak.type.*func(*"".Parser) float64"runtime.zerovalue:type.func(*"".Parser) float64:type.func(*"".Parser) float64type.*"".Parsertype.float64|go.typelink.func(*asm.Parser) float64	func(*"".Parser) float64:type.func(*"".Parser) float64tgo.string.hdr."func(*asm.Parser, lex.ScanToken) lex.Token"  *lgo.string."func(*asm.Parser, lex.ScanToken) lex.Token"lgo.string."func(*asm.Parser, lex.ScanToken) lex.Token"`Vfunc(*asm.Parser, lex.ScanToken) lex.Tokentype.func(*"".Parser, cmd/asm/internal/lex.ScanToken) cmd/asm/internal/lex.Token"o$30 runtime.algarray@"runtime.gcbits.01Ptgo.string.hdr."func(*asm.Parser, lex.ScanToken) lex.Token"pgo.weak.type.*func(*"".Parser, cmd/asm/internal/lex.ScanToken) cmd/asm/internal/lex.Token"runtime.zerovaluetype.func(*"".Parser, cmd/asm/internal/lex.ScanToken) cmd/asm/internal/lex.Tokentype.func(*"".Parser, cmd/asm/internal/lex.ScanToken) cmd/asm/internal/lex.Tokentype.*"".ParserFtype.cmd/asm/internal/lex.ScanToken>type.cmd/asm/internal/lex.Tokengo.typelink.func(*asm.Parser, lex.ScanToken) lex.Token	func(*"".Parser, cmd/asm/internal/lex.ScanToken) cmd/asm/internal/lex.Tokentype.func(*"".Parser, cmd/asm/internal/lex.ScanToken) cmd/asm/internal/lex.Tokengo.string.hdr."func(*asm.Parser, *obj.Prog, int, *obj.Addr) int64"  2|go.string."func(*asm.Parser, *obj.Prog, int, *obj.Addr) int64"|go.string."func(*asm.Parser, *obj.Prog, int, *obj.Addr) int64"pffunc(*asm.Parser, *obj.Prog, int, *obj.Addr) int64type.func(*"".Parser, *cmd/internal/obj.Prog, int, *cmd/internal/obj.Addr) int64jc30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*asm.Parser, *obj.Prog, int, *obj.Addr) int64"pgo.weak.type.*func(*"".Parser, *cmd/internal/obj.Prog, int, *cmd/internal/obj.Addr) int64"runtime.zerovaluetype.func(*"".Parser, *cmd/internal/obj.Prog, int, *cmd/internal/obj.Addr) int64type.func(*"".Parser, *cmd/internal/obj.Prog, int, *cmd/internal/obj.Addr) int64type.*"".Parser6type.*cmd/internal/obj.Progtype.int6type.*cmd/internal/obj.Addrtype.int64go.typelink.func(*asm.Parser, *obj.Prog, int, *obj.Addr) int64	func(*"".Parser, *cmd/internal/obj.Prog, int, *cmd/internal/obj.Addr) int64type.func(*"".Parser, *cmd/internal/obj.Prog, int, *cmd/internal/obj.Addr) int64tgo.string.hdr."func(*asm.Parser, string, *obj.Addr) int64"  *lgo.string."func(*asm.Parser, string, *obj.Addr) int64"lgo.string."func(*asm.Parser, string, *obj.Addr) int64"`Vfunc(*asm.Parser, string, *obj.Addr) int64vtype.func(*"".Parser, string, *cmd/internal/obj.Addr) int6430 runtime.algarray@"runtime.gcbits.01Ptgo.string.hdr."func(*asm.Parser, string, *obj.Addr) int64"pgo.weak.type.*func(*"".Parser, string, *cmd/internal/obj.Addr) int64"runtime.zerovaluevtype.func(*"".Parser, string, *cmd/internal/obj.Addr) int64vtype.func(*"".Parser, string, *cmd/internal/obj.Addr) int64type.*"".Parsertype.string6type.*cmd/internal/obj.Addrtype.int64go.typelink.func(*asm.Parser, string, *obj.Addr) int64	func(*"".Parser, string, *cmd/internal/obj.Addr) int64vtype.func(*"".Parser, string, *cmd/internal/obj.Addr) int64go.string.hdr."func(*asm.Parser, *obj.Prog, int, *obj.Addr) int16"  2|go.string."func(*asm.Parser, *obj.Prog, int, *obj.Addr) int16"|go.string."func(*asm.Parser, *obj.Prog, int, *obj.Addr) int16"pffunc(*asm.Parser, *obj.Prog, int, *obj.Addr) int16type.func(*"".Parser, *cmd/internal/obj.Prog, int, *cmd/internal/obj.Addr) int16A530 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*asm.Parser, *obj.Prog, int, *obj.Addr) int16"pgo.weak.type.*func(*"".Parser, *cmd/internal/obj.Prog, int, *cmd/internal/obj.Addr) int16"runtime.zerovaluetype.func(*"".Parser, *cmd/internal/obj.Prog, int, *cmd/internal/obj.Addr) int16type.func(*"".Parser, *cmd/internal/obj.Prog, int, *cmd/internal/obj.Addr) int16type.*"".Parser6type.*cmd/internal/obj.Progtype.int6type.*cmd/internal/obj.Addrtype.int16go.typelink.func(*asm.Parser, *obj.Prog, int, *obj.Addr) int16	func(*"".Parser, *cmd/internal/obj.Prog, int, *cmd/internal/obj.Addr) int16type.func(*"".Parser, *cmd/internal/obj.Prog, int, *cmd/internal/obj.Addr) int16jgo.string.hdr."func(*asm.Parser, lex.ScanToken) bool"  %bgo.string."func(*asm.Parser, lex.ScanToken) bool"bgo.string."func(*asm.Parser, lex.ScanToken) bool"PLfunc(*asm.Parser, lex.ScanToken) boolttype.func(*"".Parser, cmd/asm/internal/lex.ScanToken) bool`$30 runtime.algarray@"runtime.gcbits.01Pjgo.string.hdr."func(*asm.Parser, lex.ScanToken) bool"pgo.weak.type.*func(*"".Parser, cmd/asm/internal/lex.ScanToken) bool"runtime.zerovaluettype.func(*"".Parser, cmd/asm/internal/lex.ScanToken) boolttype.func(*"".Parser, cmd/asm/internal/lex.ScanToken) booltype.*"".ParserFtype.cmd/asm/internal/lex.ScanTokentype.boolgo.typelink.func(*asm.Parser, lex.ScanToken) bool	func(*"".Parser, cmd/asm/internal/lex.ScanToken) boolttype.func(*"".Parser, cmd/asm/internal/lex.ScanToken) boolgo.string.hdr."func(*asm.Parser, int, string, string, [][]lex.Token)"  5go.string."func(*asm.Parser, int, string, string, [][]lex.Token)"go.string."func(*asm.Parser, int, string, string, [][]lex.Token)"plfunc(*asm.Parser, int, string, string, [][]lex.Token)type.func(*"".Parser, int, string, string, [][]cmd/asm/internal/lex.Token)Q30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*asm.Parser, int, string, string, [][]lex.Token)"pgo.weak.type.*func(*"".Parser, int, string, string, [][]cmd/asm/internal/lex.Token)"runtime.zerovaluetype.func(*"".Parser, int, string, string, [][]cmd/asm/internal/lex.Token)type.func(*"".Parser, int, string, string, [][]cmd/asm/internal/lex.Token)type.*"".Parsertype.inttype.stringtype.stringFtype.[][]cmd/asm/internal/lex.Tokengo.typelink.func(*asm.Parser, int, string, string, [][]lex.Token)	func(*"".Parser, int, string, string, [][]cmd/asm/internal/lex.Token)type.func(*"".Parser, int, string, string, [][]cmd/asm/internal/lex.Token)Vgo.string.hdr."func(*asm.Parser) lex.Token"  Ngo.string."func(*asm.Parser) lex.Token"Ngo.string."func(*asm.Parser) lex.Token"@8func(*asm.Parser) lex.Token`type.func(*"".Parser) cmd/asm/internal/lex.Token*930 runtime.algarray@"runtime.gcbits.01PVgo.string.hdr."func(*asm.Parser) lex.Token"prgo.weak.type.*func(*"".Parser) cmd/asm/internal/lex.Token"runtime.zerovalue`type.func(*"".Parser) cmd/asm/internal/lex.Token`type.func(*"".Parser) cmd/asm/internal/lex.Tokentype.*"".Parser>type.cmd/asm/internal/lex.Tokengo.typelink.func(*asm.Parser) lex.Token	func(*"".Parser) cmd/asm/internal/lex.Token`type.func(*"".Parser) cmd/asm/internal/lex.Tokenbgo.string.hdr."func(*asm.Parser, *obj.Addr) bool"  !Zgo.string."func(*asm.Parser, *obj.Addr) bool"Zgo.string."func(*asm.Parser, *obj.Addr) bool"PDfunc(*asm.Parser, *obj.Addr) booldtype.func(*"".Parser, *cmd/internal/obj.Addr) boolR30 runtime.algarray@"runtime.gcbits.01Pbgo.string.hdr."func(*asm.Parser, *obj.Addr) bool"pvgo.weak.type.*func(*"".Parser, *cmd/internal/obj.Addr) bool"runtime.zerovaluedtype.func(*"".Parser, *cmd/internal/obj.Addr) booldtype.func(*"".Parser, *cmd/internal/obj.Addr) booltype.*"".Parser6type.*cmd/internal/obj.Addrtype.boolgo.typelink.func(*asm.Parser, *obj.Addr) bool	func(*"".Parser, *cmd/internal/obj.Addr) booldtype.func(*"".Parser, *cmd/internal/obj.Addr) bool\go.string.hdr."func(*asm.Parser, string) int8"  Tgo.string."func(*asm.Parser, string) int8"Tgo.string."func(*asm.Parser, string) int8"@>func(*asm.Parser, string) int8Dtype.func(*"".Parser, string) int830 runtime.algarray@"runtime.gcbits.01P\go.string.hdr."func(*asm.Parser, string) int8"pVgo.weak.type.*func(*"".Parser, string) int8"runtime.zerovalueDtype.func(*"".Parser, string) int8Dtype.func(*"".Parser, string) int8type.*"".Parsertype.stringtype.int8go.typelink.func(*asm.Parser, string) int8	func(*"".Parser, string) int8Dtype.func(*"".Parser, string) int8^go.string.hdr."func(*asm.Parser) lex.ScanToken"  Vgo.string."func(*asm.Parser) lex.ScanToken"Vgo.string."func(*asm.Parser) lex.ScanToken"@@func(*asm.Parser) lex.ScanTokenhtype.func(*"".Parser) cmd/asm/internal/lex.ScanTokenLd;30 runtime.algarray@"runtime.gcbits.01P^go.string.hdr."func(*asm.Parser) lex.ScanToken"pzgo.weak.type.*func(*"".Parser) cmd/asm/internal/lex.ScanToken"runtime.zerovaluehtype.func(*"".Parser) cmd/asm/internal/lex.ScanTokenhtype.func(*"".Parser) cmd/asm/internal/lex.ScanTokentype.*"".ParserFtype.cmd/asm/internal/lex.ScanTokengo.typelink.func(*asm.Parser) lex.ScanToken	func(*"".Parser) cmd/asm/internal/lex.ScanTokenhtype.func(*"".Parser) cmd/asm/internal/lex.ScanToken^go.string.hdr."func(*asm.Parser, string) int64"  Vgo.string."func(*asm.Parser, string) int64"Vgo.string."func(*asm.Parser, string) int64"@@func(*asm.Parser, string) int64Ftype.func(*"".Parser, string) int64_;30 runtime.algarray@"runtime.gcbits.01P^go.string.hdr."func(*asm.Parser, string) int64"pXgo.weak.type.*func(*"".Parser, string) int64"runtime.zerovalueFtype.func(*"".Parser, string) int64Ftype.func(*"".Parser, string) int64type.*"".Parsertype.stringtype.int64go.typelink.func(*asm.Parser, string) int64	func(*"".Parser, string) int64Ftype.func(*"".Parser, string) int64zgo.string.hdr."func(*asm.Parser, int, string, [][]lex.Token)"  -rgo.string."func(*asm.Parser, int, string, [][]lex.Token)"rgo.string."func(*asm.Parser, int, string, [][]lex.Token)"`\func(*asm.Parser, int, string, [][]lex.Token)type.func(*"".Parser, int, string, [][]cmd/asm/internal/lex.Token)o30 runtime.algarray@"runtime.gcbits.01Pzgo.string.hdr."func(*asm.Parser, int, string, [][]lex.Token)"pgo.weak.type.*func(*"".Parser, int, string, [][]cmd/asm/internal/lex.Token)"runtime.zerovaluetype.func(*"".Parser, int, string, [][]cmd/asm/internal/lex.Token)type.func(*"".Parser, int, string, [][]cmd/asm/internal/lex.Token)type.*"".Parsertype.inttype.stringFtype.[][]cmd/asm/internal/lex.Tokengo.typelink.func(*asm.Parser, int, string, [][]lex.Token)	func(*"".Parser, int, string, [][]cmd/asm/internal/lex.Token)type.func(*"".Parser, int, string, [][]cmd/asm/internal/lex.Token)go.string.hdr."func(*asm.Parser, string, int32) (int16, int16, int8, bool)"  ;go.string."func(*asm.Parser, string, int32) (int16, int16, int8, bool)"go.string."func(*asm.Parser, string, int32) (int16, int16, int8, bool)"xfunc(*asm.Parser, string, int32) (int16, int16, int8, bool)~type.func(*"".Parser, string, int32) (int16, int16, int8, bool)k30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*asm.Parser, string, int32) (int16, int16, int8, bool)"pgo.weak.type.*func(*"".Parser, string, int32) (int16, int16, int8, bool)"runtime.zerovalue~type.func(*"".Parser, string, int32) (int16, int16, int8, bool)~type.func(*"".Parser, string, int32) (int16, int16, int8, bool)type.*"".Parsertype.stringtype.int32type.int16type.int16type.int8type.boolgo.typelink.func(*asm.Parser, string, int32) (int16, int16, int8, bool)	func(*"".Parser, string, int32) (int16, int16, int8, bool)~type.func(*"".Parser, string, int32) (int16, int16, int8, bool)fgo.string.hdr."func(*asm.Parser, *obj.Addr, int32)"  #^go.string."func(*asm.Parser, *obj.Addr, int32)"^go.string."func(*asm.Parser, *obj.Addr, int32)"PHfunc(*asm.Parser, *obj.Addr, int32)htype.func(*"".Parser, *cmd/internal/obj.Addr, int32)~_}_30 runtime.algarray@"runtime.gcbits.01Pfgo.string.hdr."func(*asm.Parser, *obj.Addr, int32)"pzgo.weak.type.*func(*"".Parser, *cmd/internal/obj.Addr, int32)"runtime.zerovaluehtype.func(*"".Parser, *cmd/internal/obj.Addr, int32)htype.func(*"".Parser, *cmd/internal/obj.Addr, int32)type.*"".Parser6type.*cmd/internal/obj.Addrtype.int32go.typelink.func(*asm.Parser, *obj.Addr, int32)	func(*"".Parser, *cmd/internal/obj.Addr, int32)htype.func(*"".Parser, *cmd/internal/obj.Addr, int32)Xgo.string.hdr."func(*asm.Parser, *obj.Addr)"  Pgo.string."func(*asm.Parser, *obj.Addr)"Pgo.string."func(*asm.Parser, *obj.Addr)"@:func(*asm.Parser, *obj.Addr)Ztype.func(*"".Parser, *cmd/internal/obj.Addr)B30 runtime.algarray@"runtime.gcbits.01PXgo.string.hdr."func(*asm.Parser, *obj.Addr)"plgo.weak.type.*func(*"".Parser, *cmd/internal/obj.Addr)"runtime.zerovalueZtype.func(*"".Parser, *cmd/internal/obj.Addr)Ztype.func(*"".Parser, *cmd/internal/obj.Addr)type.*"".Parser6type.*cmd/internal/obj.Addrgo.typelink.func(*asm.Parser, *obj.Addr)	func(*"".Parser, *cmd/internal/obj.Addr)Ztype.func(*"".Parser, *cmd/internal/obj.Addr)`go.string.hdr."func(*asm.Parser, string) uint16"   Xgo.string."func(*asm.Parser, string) uint16"Xgo.string."func(*asm.Parser, string) uint16"PBfunc(*asm.Parser, string) uint16Htype.func(*"".Parser, string) uint1630 runtime.algarray@"runtime.gcbits.01P`go.string.hdr."func(*asm.Parser, string) uint16"pZgo.weak.type.*func(*"".Parser, string) uint16"runtime.zerovalueHtype.func(*"".Parser, string) uint16Htype.func(*"".Parser, string) uint16type.*"".Parsertype.stringtype.uint16go.typelink.func(*asm.Parser, string) uint16	func(*"".Parser, string) uint16Htype.func(*"".Parser, string) uint16ngo.string.hdr."func(*asm.Parser, string) (int16, bool)"  'fgo.string."func(*asm.Parser, string) (int16, bool)"fgo.string."func(*asm.Parser, string) (int16, bool)"PPfunc(*asm.Parser, string) (int16, bool)Vtype.func(*"".Parser, string) (int16, bool)^l30 runtime.algarray@"runtime.gcbits.01Pngo.string.hdr."func(*asm.Parser, string) (int16, bool)"phgo.weak.type.*func(*"".Parser, string) (int16, bool)"runtime.zerovalueVtype.func(*"".Parser, string) (int16, bool)Vtype.func(*"".Parser, string) (int16, bool)type.*"".Parsertype.stringtype.int16type.boolgo.typelink.func(*asm.Parser, string) (int16, bool)	func(*"".Parser, string) (int16, bool)Vtype.func(*"".Parser, string) (int16, bool)lgo.string.hdr."func(*asm.Parser, string, int32) int64"  &dgo.string."func(*asm.Parser, string, int32) int64"dgo.string."func(*asm.Parser, string, int32) int64"PNfunc(*asm.Parser, string, int32) int64Ttype.func(*"".Parser, string, int32) int64CH[30 runtime.algarray@"runtime.gcbits.01Plgo.string.hdr."func(*asm.Parser, string, int32) int64"pfgo.weak.type.*func(*"".Parser, string, int32) int64"runtime.zerovalueTtype.func(*"".Parser, string, int32) int64Ttype.func(*"".Parser, string, int32) int64type.*"".Parsertype.stringtype.int32type.int64go.typelink.func(*asm.Parser, string, int32) int64	func(*"".Parser, string, int32) int64Ttype.func(*"".Parser, string, int32) int64go.string.hdr."func(*asm.Parser, *obj.Addr, string, bool, int32)"  1zgo.string."func(*asm.Parser, *obj.Addr, string, bool, int32)"zgo.string."func(*asm.Parser, *obj.Addr, string, bool, int32)"pdfunc(*asm.Parser, *obj.Addr, string, bool, int32)type.func(*"".Parser, *cmd/internal/obj.Addr, string, bool, int32)G"30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*asm.Parser, *obj.Addr, string, bool, int32)"pgo.weak.type.*func(*"".Parser, *cmd/internal/obj.Addr, string, bool, int32)"runtime.zerovaluetype.func(*"".Parser, *cmd/internal/obj.Addr, string, bool, int32)type.func(*"".Parser, *cmd/internal/obj.Addr, string, bool, int32)type.*"".Parser6type.*cmd/internal/obj.Addrtype.stringtype.booltype.int32go.typelink.func(*asm.Parser, *obj.Addr, string, bool, int32)	func(*"".Parser, *cmd/internal/obj.Addr, string, bool, int32)type.func(*"".Parser, *cmd/internal/obj.Addr, string, bool, int32)\go.string.hdr."func(*asm.Parser, []lex.Token)"  Tgo.string."func(*asm.Parser, []lex.Token)"Tgo.string."func(*asm.Parser, []lex.Token)"@>func(*asm.Parser, []lex.Token)ftype.func(*"".Parser, []cmd/asm/internal/lex.Token)P=s30 runtime.algarray@"runtime.gcbits.01P\go.string.hdr."func(*asm.Parser, []lex.Token)"pxgo.weak.type.*func(*"".Parser, []cmd/asm/internal/lex.Token)"runtime.zerovalueftype.func(*"".Parser, []cmd/asm/internal/lex.Token)ftype.func(*"".Parser, []cmd/asm/internal/lex.Token)type.*"".ParserBtype.[]cmd/asm/internal/lex.Tokengo.typelink.func(*asm.Parser, []lex.Token)	func(*"".Parser, []cmd/asm/internal/lex.Token)ftype.func(*"".Parser, []cmd/asm/internal/lex.Token)vgo.string.hdr."func(*asm.Parser, *obj.Addr, string, int32)"  +ngo.string."func(*asm.Parser, *obj.Addr, string, int32)"ngo.string."func(*asm.Parser, *obj.Addr, string, int32)"`Xfunc(*asm.Parser, *obj.Addr, string, int32)xtype.func(*"".Parser, *cmd/internal/obj.Addr, string, int32)o30 runtime.algarray@"runtime.gcbits.01Pvgo.string.hdr."func(*asm.Parser, *obj.Addr, string, int32)"pgo.weak.type.*func(*"".Parser, *cmd/internal/obj.Addr, string, int32)"runtime.zerovaluextype.func(*"".Parser, *cmd/internal/obj.Addr, string, int32)xtype.func(*"".Parser, *cmd/internal/obj.Addr, string, int32)type.*"".Parser6type.*cmd/internal/obj.Addrtype.stringtype.int32go.typelink.func(*asm.Parser, *obj.Addr, string, int32)	func(*"".Parser, *cmd/internal/obj.Addr, string, int32)xtype.func(*"".Parser, *cmd/internal/obj.Addr, string, int32)hgo.string.hdr."func(*asm.Parser, string, *obj.Addr)"  $`go.string."func(*asm.Parser, string, *obj.Addr)"`go.string."func(*asm.Parser, string, *obj.Addr)"PJfunc(*asm.Parser, string, *obj.Addr)jtype.func(*"".Parser, string, *cmd/internal/obj.Addr)"30 runtime.algarray@"runtime.gcbits.01Phgo.string.hdr."func(*asm.Parser, string, *obj.Addr)"p|go.weak.type.*func(*"".Parser, string, *cmd/internal/obj.Addr)"runtime.zerovaluejtype.func(*"".Parser, string, *cmd/internal/obj.Addr)jtype.func(*"".Parser, string, *cmd/internal/obj.Addr)type.*"".Parsertype.string6type.*cmd/internal/obj.Addrgo.typelink.func(*asm.Parser, string, *obj.Addr)	func(*"".Parser, string, *cmd/internal/obj.Addr)jtype.func(*"".Parser, string, *cmd/internal/obj.Addr)tgo.string.hdr."func(*asm.Parser, string, *obj.Addr, bool)"  *lgo.string."func(*asm.Parser, string, *obj.Addr, bool)"lgo.string."func(*asm.Parser, string, *obj.Addr, bool)"`Vfunc(*asm.Parser, string, *obj.Addr, bool)vtype.func(*"".Parser, string, *cmd/internal/obj.Addr, bool)j*30 runtime.algarray@"runtime.gcbits.01Ptgo.string.hdr."func(*asm.Parser, string, *obj.Addr, bool)"pgo.weak.type.*func(*"".Parser, string, *cmd/internal/obj.Addr, bool)"runtime.zerovaluevtype.func(*"".Parser, string, *cmd/internal/obj.Addr, bool)vtype.func(*"".Parser, string, *cmd/internal/obj.Addr, bool)type.*"".Parsertype.string6type.*cmd/internal/obj.Addrtype.boolgo.typelink.func(*asm.Parser, string, *obj.Addr, bool)	func(*"".Parser, string, *cmd/internal/obj.Addr, bool)vtype.func(*"".Parser, string, *cmd/internal/obj.Addr, bool)*go.string.hdr."Parse"  "go.string."Parse""go.string."Parse"ParsePgo.string.hdr."func() (*obj.Prog, bool)"  Hgo.string."func() (*obj.Prog, bool)"Hgo.string."func() (*obj.Prog, bool)"@2func() (*obj.Prog, bool)Ttype.func() (*cmd/internal/obj.Prog, bool)30 runtime.algarray@"runtime.gcbits.01PPgo.string.hdr."func() (*obj.Prog, bool)"pfgo.weak.type.*func() (*cmd/internal/obj.Prog, bool)"runtime.zerovalueTtype.func() (*cmd/internal/obj.Prog, bool)Ttype.func() (*cmd/internal/obj.Prog, bool)6type.*cmd/internal/obj.Progtype.boolgo.typelink.func() (*obj.Prog, bool)	func() (*cmd/internal/obj.Prog, bool)Ttype.func() (*cmd/internal/obj.Prog, bool).go.string.hdr."address"  &go.string."address"&go.string."address"addressTgo.string.hdr."func([]lex.Token) obj.Addr"  Lgo.string."func([]lex.Token) obj.Addr"Lgo.string."func([]lex.Token) obj.Addr"@6func([]lex.Token) obj.Addrztype.func([]cmd/asm/internal/lex.Token) cmd/internal/obj.Addr.30 runtime.algarray@"runtime.gcbits.01PTgo.string.hdr."func([]lex.Token) obj.Addr"pgo.weak.type.*func([]cmd/asm/internal/lex.Token) cmd/internal/obj.Addr"runtime.zerovalueztype.func([]cmd/asm/internal/lex.Token) cmd/internal/obj.Addrztype.func([]cmd/asm/internal/lex.Token) cmd/internal/obj.AddrBtype.[]cmd/asm/internal/lex.Token4type.cmd/internal/obj.Addrgo.typelink.func([]lex.Token) obj.Addr	func([]cmd/asm/internal/lex.Token) cmd/internal/obj.Addrztype.func([]cmd/asm/internal/lex.Token) cmd/internal/obj.Addr,go.string.hdr."append"  $go.string."append"$go.string."append"appendZgo.string.hdr."func(*obj.Prog, string, bool)"  Rgo.string."func(*obj.Prog, string, bool)"Rgo.string."func(*obj.Prog, string, bool)"@<func(*obj.Prog, string, bool)^type.func(*cmd/internal/obj.Prog, string, bool){,30 runtime.algarray@"runtime.gcbits.01PZgo.string.hdr."func(*obj.Prog, string, bool)"ppgo.weak.type.*func(*cmd/internal/obj.Prog, string, bool)"runtime.zerovalue^type.func(*cmd/internal/obj.Prog, string, bool)^type.func(*cmd/internal/obj.Prog, string, bool)6type.*cmd/internal/obj.Progtype.stringtype.boolgo.typelink.func(*obj.Prog, string, bool)	func(*cmd/internal/obj.Prog, string, bool)^type.func(*cmd/internal/obj.Prog, string, bool).go.string.hdr."asmData"  &go.string."asmData"&go.string."asmData"asmDataVgo.string.hdr."func(string, [][]lex.Token)"  Ngo.string."func(string, [][]lex.Token)"Ngo.string."func(string, [][]lex.Token)"@8func(string, [][]lex.Token)btype.func(string, [][]cmd/asm/internal/lex.Token)E30 runtime.algarray@"runtime.gcbits.01PVgo.string.hdr."func(string, [][]lex.Token)"ptgo.weak.type.*func(string, [][]cmd/asm/internal/lex.Token)"runtime.zerovaluebtype.func(string, [][]cmd/asm/internal/lex.Token)btype.func(string, [][]cmd/asm/internal/lex.Token)type.stringFtype.[][]cmd/asm/internal/lex.Tokengo.typelink.func(string, [][]lex.Token)	func(string, [][]cmd/asm/internal/lex.Token)btype.func(string, [][]cmd/asm/internal/lex.Token)6go.string.hdr."asmFuncData"  .go.string."asmFuncData".go.string."asmFuncData" asmFuncData0go.string.hdr."asmGlobl"  (go.string."asmGlobl"(go.string."asmGlobl" asmGlobl<go.string.hdr."asmInstruction"  4go.string."asmInstruction"4go.string."asmInstruction" asmInstructionZgo.string.hdr."func(int, string, []obj.Addr)"  Rgo.string."func(int, string, []obj.Addr)"Rgo.string."func(int, string, []obj.Addr)"@<func(int, string, []obj.Addr)^type.func(int, string, []cmd/internal/obj.Addr)#30 runtime.algarray@"runtime.gcbits.01PZgo.string.hdr."func(int, string, []obj.Addr)"ppgo.weak.type.*func(int, string, []cmd/internal/obj.Addr)"runtime.zerovalue^type.func(int, string, []cmd/internal/obj.Addr)^type.func(int, string, []cmd/internal/obj.Addr)type.inttype.string8type.[]cmd/internal/obj.Addrgo.typelink.func(int, string, []obj.Addr)	func(int, string, []cmd/internal/obj.Addr)^type.func(int, string, []cmd/internal/obj.Addr).go.string.hdr."asmJump"  &go.string."asmJump"&go.string."asmJump"asmJump2go.string.hdr."asmPCData"  	*go.string."asmPCData"*go.string."asmPCData" asmPCData.go.string.hdr."asmText"  &go.string."asmText"&go.string."asmText"asmText$go.string.hdr."at"  go.string."at"go.string."at"atVgo.string.hdr."func(...lex.ScanToken) bool"  Ngo.string."func(...lex.ScanToken) bool"Ngo.string."func(...lex.ScanToken) bool"@8func(...lex.ScanToken) boolbtype.func(...cmd/asm/internal/lex.ScanToken) boolv30 runtime.algarray@"runtime.gcbits.01PVgo.string.hdr."func(...lex.ScanToken) bool"ptgo.weak.type.*func(...cmd/asm/internal/lex.ScanToken) bool"runtime.zerovaluebtype.func(...cmd/asm/internal/lex.ScanToken) boolbtype.func(...cmd/asm/internal/lex.ScanToken) boolJtype.[]cmd/asm/internal/lex.ScanTokentype.boolgo.typelink.func(...lex.ScanToken) bool	func(...cmd/asm/internal/lex.ScanToken) boolbtype.func(...cmd/asm/internal/lex.ScanToken) bool>go.string.hdr."atRegisterShift"  6go.string."atRegisterShift"6go.string."atRegisterShift"  atRegisterShift6go.string.hdr."func() bool"  .go.string."func() bool".go.string."func() bool" func() bool type.func() boolTx30 runtime.algarray@"runtime.gcbits.01P6go.string.hdr."func() bool"p2go.weak.type.*func() bool"runtime.zerovalue type.func() bool type.func() booltype.boolFgo.typelink.func() bool	func() bool type.func() boolBgo.string.hdr."atStartOfRegister"  :go.string."atStartOfRegister":go.string."atStartOfRegister"0$atStartOfRegisterBgo.string.hdr."func(string) bool"  :go.string."func(string) bool":go.string."func(string) bool"0$func(string) bool,type.func(string) bool*30 runtime.algarray@"runtime.gcbits.01PBgo.string.hdr."func(string) bool"p>go.weak.type.*func(string) bool"runtime.zerovalue,type.func(string) bool,type.func(string) booltype.stringtype.bool^go.typelink.func(string) bool	func(string) bool,type.func(string) bool(go.string.hdr."atof"   go.string."atof" go.string."atof"
   2803 atofHgo.string.hdr."func(string) float64"  @go.string."func(string) float64"@go.string."func(string) float64"0*func(string) float642type.func(string) float6430 runtime.algarray@"runtime.gcbits.01PHgo.string.hdr."func(string) float64"pDgo.weak.type.*func(string) float64"runtime.zerovalue2type.func(string) float642type.func(string) float64type.stringtype.float64jgo.typelink.func(string) float64	func(string) float642type.func(string) float64(go.string.hdr."atoi"   go.string."atoi" go.string."atoi"
   2804 atoiFgo.string.hdr."func(string) uint64"  >go.string."func(string) uint64">go.string."func(string) uint64"0(func(string) uint640type.func(string) uint6430 runtime.algarray@"runtime.gcbits.01PFgo.string.hdr."func(string) uint64"pBgo.weak.type.*func(string) uint64"runtime.zerovalue0type.func(string) uint640type.func(string) uint64type.stringtype.uint64fgo.typelink.func(string) uint64	func(string) uint640type.func(string) uint64(go.string.hdr."atos"   go.string."atos" go.string."atos"
   2805 atosFgo.string.hdr."func(string) string"  >go.string."func(string) string">go.string."func(string) string"0(func(string) string0type.func(string) stringM30 runtime.algarray@"runtime.gcbits.01PFgo.string.hdr."func(string) string"pBgo.weak.type.*func(string) string"runtime.zerovalue0type.func(string) string0type.func(string) stringtype.stringtype.stringfgo.typelink.func(string) string	func(string) string0type.func(string) string(go.string.hdr."back"   go.string."back" go.string."back"
   2806 back,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."branch"  $go.string."branch"$go.string."branch"branchTgo.string.hdr."func(*obj.Prog, *obj.Prog)"  Lgo.string."func(*obj.Prog, *obj.Prog)"Lgo.string."func(*obj.Prog, *obj.Prog)"@6func(*obj.Prog, *obj.Prog)rtype.func(*cmd/internal/obj.Prog, *cmd/internal/obj.Prog)kT30 runtime.algarray@"runtime.gcbits.01PTgo.string.hdr."func(*obj.Prog, *obj.Prog)"pgo.weak.type.*func(*cmd/internal/obj.Prog, *cmd/internal/obj.Prog)"runtime.zerovaluertype.func(*cmd/internal/obj.Prog, *cmd/internal/obj.Prog)rtype.func(*cmd/internal/obj.Prog, *cmd/internal/obj.Prog)6type.*cmd/internal/obj.Prog6type.*cmd/internal/obj.Proggo.typelink.func(*obj.Prog, *obj.Prog)	func(*cmd/internal/obj.Prog, *cmd/internal/obj.Prog)rtype.func(*cmd/internal/obj.Prog, *cmd/internal/obj.Prog),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 {})6go.string.hdr."evalInteger"  .go.string."evalInteger".go.string."evalInteger" evalInteger^go.string.hdr."func(string, []lex.Token) int64"  Vgo.string."func(string, []lex.Token) int64"Vgo.string."func(string, []lex.Token) int64"@@func(string, []lex.Token) int64jtype.func(string, []cmd/asm/internal/lex.Token) int64*.30 runtime.algarray@"runtime.gcbits.01P^go.string.hdr."func(string, []lex.Token) int64"p|go.weak.type.*func(string, []cmd/asm/internal/lex.Token) int64"runtime.zerovaluejtype.func(string, []cmd/asm/internal/lex.Token) int64jtype.func(string, []cmd/asm/internal/lex.Token) int64type.stringBtype.[]cmd/asm/internal/lex.Tokentype.int64go.typelink.func(string, []lex.Token) int64	func(string, []cmd/asm/internal/lex.Token) int64jtype.func(string, []cmd/asm/internal/lex.Token) int64,go.string.hdr."expect"  $go.string."expect"$go.string."expect"expectFgo.string.hdr."func(lex.ScanToken)"  >go.string."func(lex.ScanToken)">go.string."func(lex.ScanToken)"0(func(lex.ScanToken)Rtype.func(cmd/asm/internal/lex.ScanToken)1U30 runtime.algarray@"runtime.gcbits.01PFgo.string.hdr."func(lex.ScanToken)"pdgo.weak.type.*func(cmd/asm/internal/lex.ScanToken)"runtime.zerovalueRtype.func(cmd/asm/internal/lex.ScanToken)Rtype.func(cmd/asm/internal/lex.ScanToken)Ftype.cmd/asm/internal/lex.ScanTokengo.typelink.func(lex.ScanToken)	func(cmd/asm/internal/lex.ScanToken)Rtype.func(cmd/asm/internal/lex.ScanToken)(go.string.hdr."expr"   go.string."expr" go.string."expr"
   2808 expr:go.string.hdr."func() uint64"  
2go.string."func() uint64"2go.string."func() uint64" func() uint64$type.func() uint64$30 runtime.algarray@"runtime.gcbits.01P:go.string.hdr."func() uint64"p6go.weak.type.*func() uint64"runtime.zerovalue$type.func() uint64$type.func() uint64type.uint64Ngo.typelink.func() uint64	func() uint64$type.func() uint64,go.string.hdr."factor"  $go.string."factor"$go.string."factor"factor2go.string.hdr."floatExpr"  	*go.string."floatExpr"*go.string."floatExpr" floatExpr<go.string.hdr."func() float64"  4go.string."func() float64"4go.string."func() float64" func() float64&type.func() float64-30 runtime.algarray@"runtime.gcbits.01P<go.string.hdr."func() float64"p8go.weak.type.*func() float64"runtime.zerovalue&type.func() float64&type.func() float64type.float64Rgo.typelink.func() float64	func() float64&type.func() float64&go.string.hdr."get"  go.string."get"go.string."get"getZgo.string.hdr."func(lex.ScanToken) lex.Token"  Rgo.string."func(lex.ScanToken) lex.Token"Rgo.string."func(lex.ScanToken) lex.Token"@<func(lex.ScanToken) lex.Tokentype.func(cmd/asm/internal/lex.ScanToken) cmd/asm/internal/lex.Token2630 runtime.algarray@"runtime.gcbits.01PZgo.string.hdr."func(lex.ScanToken) lex.Token"pgo.weak.type.*func(cmd/asm/internal/lex.ScanToken) cmd/asm/internal/lex.Token"runtime.zerovaluetype.func(cmd/asm/internal/lex.ScanToken) cmd/asm/internal/lex.Tokentype.func(cmd/asm/internal/lex.ScanToken) cmd/asm/internal/lex.TokenFtype.cmd/asm/internal/lex.ScanToken>type.cmd/asm/internal/lex.Tokengo.typelink.func(lex.ScanToken) lex.Token	func(cmd/asm/internal/lex.ScanToken) cmd/asm/internal/lex.Tokentype.func(cmd/asm/internal/lex.ScanToken) cmd/asm/internal/lex.Token6go.string.hdr."getConstant"  .go.string."getConstant".go.string."getConstant" getConstantjgo.string.hdr."func(*obj.Prog, int, *obj.Addr) int64"  %bgo.string."func(*obj.Prog, int, *obj.Addr) int64"bgo.string."func(*obj.Prog, int, *obj.Addr) int64"PLfunc(*obj.Prog, int, *obj.Addr) int64type.func(*cmd/internal/obj.Prog, int, *cmd/internal/obj.Addr) int6430 runtime.algarray@"runtime.gcbits.01Pjgo.string.hdr."func(*obj.Prog, int, *obj.Addr) int64"pgo.weak.type.*func(*cmd/internal/obj.Prog, int, *cmd/internal/obj.Addr) int64"runtime.zerovaluetype.func(*cmd/internal/obj.Prog, int, *cmd/internal/obj.Addr) int64type.func(*cmd/internal/obj.Prog, int, *cmd/internal/obj.Addr) int646type.*cmd/internal/obj.Progtype.int6type.*cmd/internal/obj.Addrtype.int64go.typelink.func(*obj.Prog, int, *obj.Addr) int64	func(*cmd/internal/obj.Prog, int, *cmd/internal/obj.Addr) int64type.func(*cmd/internal/obj.Prog, int, *cmd/internal/obj.Addr) int64Bgo.string.hdr."getConstantPseudo"  :go.string."getConstantPseudo":go.string."getConstantPseudo"0$getConstantPseudoZgo.string.hdr."func(string, *obj.Addr) int64"  Rgo.string."func(string, *obj.Addr) int64"Rgo.string."func(string, *obj.Addr) int64"@<func(string, *obj.Addr) int64^type.func(string, *cmd/internal/obj.Addr) int64/30 runtime.algarray@"runtime.gcbits.01PZgo.string.hdr."func(string, *obj.Addr) int64"ppgo.weak.type.*func(string, *cmd/internal/obj.Addr) int64"runtime.zerovalue^type.func(string, *cmd/internal/obj.Addr) int64^type.func(string, *cmd/internal/obj.Addr) int64type.string6type.*cmd/internal/obj.Addrtype.int64go.typelink.func(string, *obj.Addr) int64	func(string, *cmd/internal/obj.Addr) int64^type.func(string, *cmd/internal/obj.Addr) int648go.string.hdr."getImmediate"  0go.string."getImmediate"0go.string."getImmediate" getImmediate6go.string.hdr."getRegister"  .go.string."getRegister".go.string."getRegister" getRegisterjgo.string.hdr."func(*obj.Prog, int, *obj.Addr) int16"  %bgo.string."func(*obj.Prog, int, *obj.Addr) int16"bgo.string."func(*obj.Prog, int, *obj.Addr) int16"PLfunc(*obj.Prog, int, *obj.Addr) int16type.func(*cmd/internal/obj.Prog, int, *cmd/internal/obj.Addr) int1630 runtime.algarray@"runtime.gcbits.01Pjgo.string.hdr."func(*obj.Prog, int, *obj.Addr) int16"pgo.weak.type.*func(*cmd/internal/obj.Prog, int, *cmd/internal/obj.Addr) int16"runtime.zerovaluetype.func(*cmd/internal/obj.Prog, int, *cmd/internal/obj.Addr) int16type.func(*cmd/internal/obj.Prog, int, *cmd/internal/obj.Addr) int166type.*cmd/internal/obj.Progtype.int6type.*cmd/internal/obj.Addrtype.int16go.typelink.func(*obj.Prog, int, *obj.Addr) int16	func(*cmd/internal/obj.Prog, int, *cmd/internal/obj.Addr) int16type.func(*cmd/internal/obj.Prog, int, *cmd/internal/obj.Addr) int16(go.string.hdr."have"   go.string."have" go.string."have"
   2814 havePgo.string.hdr."func(lex.ScanToken) bool"  Hgo.string."func(lex.ScanToken) bool"Hgo.string."func(lex.ScanToken) bool"@2func(lex.ScanToken) bool\type.func(cmd/asm/internal/lex.ScanToken) boolI,30 runtime.algarray@"runtime.gcbits.01PPgo.string.hdr."func(lex.ScanToken) bool"pngo.weak.type.*func(cmd/asm/internal/lex.ScanToken) bool"runtime.zerovalue\type.func(cmd/asm/internal/lex.ScanToken) bool\type.func(cmd/asm/internal/lex.ScanToken) boolFtype.cmd/asm/internal/lex.ScanTokentype.boolgo.typelink.func(lex.ScanToken) bool	func(cmd/asm/internal/lex.ScanToken) bool\type.func(cmd/asm/internal/lex.ScanToken) bool6go.string.hdr."instruction"  .go.string."instruction".go.string."instruction" instructionpgo.string.hdr."func(int, string, string, [][]lex.Token)"  (hgo.string."func(int, string, string, [][]lex.Token)"hgo.string."func(int, string, string, [][]lex.Token)"`Rfunc(int, string, string, [][]lex.Token)|type.func(int, string, string, [][]cmd/asm/internal/lex.Token)W230 runtime.algarray@"runtime.gcbits.01Ppgo.string.hdr."func(int, string, string, [][]lex.Token)"pgo.weak.type.*func(int, string, string, [][]cmd/asm/internal/lex.Token)"runtime.zerovalue|type.func(int, string, string, [][]cmd/asm/internal/lex.Token)|type.func(int, string, string, [][]cmd/asm/internal/lex.Token)type.inttype.stringtype.stringFtype.[][]cmd/asm/internal/lex.Tokengo.typelink.func(int, string, string, [][]lex.Token)	func(int, string, string, [][]cmd/asm/internal/lex.Token)|type.func(int, string, string, [][]cmd/asm/internal/lex.Token)(go.string.hdr."line"   go.string."line" go.string."line"
   2816 line(go.string.hdr."more"   go.string."more" go.string."more"
   2817 more(go.string.hdr."next"   go.string."next" go.string."next"
   2818 next@go.string.hdr."func() lex.Token"  8go.string."func() lex.Token"8go.string."func() lex.Token"0"func() lex.TokenLtype.func() cmd/asm/internal/lex.Token]\30 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."func() lex.Token"p^go.weak.type.*func() cmd/asm/internal/lex.Token"runtime.zerovalueLtype.func() cmd/asm/internal/lex.TokenLtype.func() cmd/asm/internal/lex.Token>type.cmd/asm/internal/lex.Token|go.typelink.func() lex.Token	func() cmd/asm/internal/lex.TokenLtype.func() cmd/asm/internal/lex.Token.go.string.hdr."operand"  &go.string."operand"&go.string."operand"operandHgo.string.hdr."func(*obj.Addr) bool"  @go.string."func(*obj.Addr) bool"@go.string."func(*obj.Addr) bool"0*func(*obj.Addr) boolLtype.func(*cmd/internal/obj.Addr) bool30 runtime.algarray@"runtime.gcbits.01PHgo.string.hdr."func(*obj.Addr) bool"p^go.weak.type.*func(*cmd/internal/obj.Addr) bool"runtime.zerovalueLtype.func(*cmd/internal/obj.Addr) boolLtype.func(*cmd/internal/obj.Addr) bool6type.*cmd/internal/obj.Addrtype.boolgo.typelink.func(*obj.Addr) bool	func(*cmd/internal/obj.Addr) boolLtype.func(*cmd/internal/obj.Addr) bool4go.string.hdr."parseScale"  
   2819 ,go.string."parseScale",go.string."parseScale" parseScaleBgo.string.hdr."func(string) int8"  :go.string."func(string) int8":go.string."func(string) int8"0$func(string) int8,type.func(string) int8	b30 runtime.algarray@"runtime.gcbits.01PBgo.string.hdr."func(string) int8"p>go.weak.type.*func(string) int8"runtime.zerovalue,type.func(string) int8,type.func(string) int8type.stringtype.int8^go.typelink.func(string) int8	func(string) int8,type.func(string) int8*go.string.hdr."patch"  "go.string."patch""go.string."patch"patch(go.string.hdr."peek"   go.string."peek" go.string."peek"
   2821 peekHgo.string.hdr."func() lex.ScanToken"  @go.string."func() lex.ScanToken"@go.string."func() lex.ScanToken"0*func() lex.ScanTokenTtype.func() cmd/asm/internal/lex.ScanTokenv430 runtime.algarray@"runtime.gcbits.01PHgo.string.hdr."func() lex.ScanToken"pfgo.weak.type.*func() cmd/asm/internal/lex.ScanToken"runtime.zerovalueTtype.func() cmd/asm/internal/lex.ScanTokenTtype.func() cmd/asm/internal/lex.ScanTokenFtype.cmd/asm/internal/lex.ScanTokengo.typelink.func() lex.ScanToken	func() cmd/asm/internal/lex.ScanTokenTtype.func() cmd/asm/internal/lex.ScanToken8go.string.hdr."positiveAtoi"  0go.string."positiveAtoi"0go.string."positiveAtoi" positiveAtoiDgo.string.hdr."func(string) int64"  <go.string."func(string) int64"<go.string."func(string) int64"0&func(string) int64.type.func(string) int6430 runtime.algarray@"runtime.gcbits.01PDgo.string.hdr."func(string) int64"p@go.weak.type.*func(string) int64"runtime.zerovalue.type.func(string) int64.type.func(string) int64type.stringtype.int64bgo.typelink.func(string) int64	func(string) int64.type.func(string) int64,go.string.hdr."pseudo"  $go.string."pseudo"$go.string."pseudo"pseudo`go.string.hdr."func(int, string, [][]lex.Token)"   Xgo.string."func(int, string, [][]lex.Token)"Xgo.string."func(int, string, [][]lex.Token)"PBfunc(int, string, [][]lex.Token)ltype.func(int, string, [][]cmd/asm/internal/lex.Token)30 runtime.algarray@"runtime.gcbits.01P`go.string.hdr."func(int, string, [][]lex.Token)"p~go.weak.type.*func(int, string, [][]cmd/asm/internal/lex.Token)"runtime.zerovalueltype.func(int, string, [][]cmd/asm/internal/lex.Token)ltype.func(int, string, [][]cmd/asm/internal/lex.Token)type.inttype.stringFtype.[][]cmd/asm/internal/lex.Tokengo.typelink.func(int, string, [][]lex.Token)	func(int, string, [][]cmd/asm/internal/lex.Token)ltype.func(int, string, [][]cmd/asm/internal/lex.Token)0go.string.hdr."register"  (go.string."register"(go.string."register" register|go.string.hdr."func(string, int32) (int16, int16, int8, bool)"  .tgo.string."func(string, int32) (int16, int16, int8, bool)"tgo.string."func(string, int32) (int16, int16, int8, bool)"`^func(string, int32) (int16, int16, int8, bool)ftype.func(string, int32) (int16, int16, int8, bool)[30 runtime.algarray@"runtime.gcbits.01P|go.string.hdr."func(string, int32) (int16, int16, int8, bool)"pxgo.weak.type.*func(string, int32) (int16, int16, int8, bool)"runtime.zerovalueftype.func(string, int32) (int16, int16, int8, bool)ftype.func(string, int32) (int16, int16, int8, bool)type.stringtype.int32type.int16type.int16type.int8type.boolgo.typelink.func(string, int32) (int16, int16, int8, bool)	func(string, int32) (int16, int16, int8, bool)ftype.func(string, int32) (int16, int16, int8, bool)@go.string.hdr."registerIndirect"  8go.string."registerIndirect"8go.string."registerIndirect"0"registerIndirectLgo.string.hdr."func(*obj.Addr, int32)"  Dgo.string."func(*obj.Addr, int32)"Dgo.string."func(*obj.Addr, int32)"0.func(*obj.Addr, int32)Ptype.func(*cmd/internal/obj.Addr, int32)s30 runtime.algarray@"runtime.gcbits.01PLgo.string.hdr."func(*obj.Addr, int32)"pbgo.weak.type.*func(*cmd/internal/obj.Addr, int32)"runtime.zerovaluePtype.func(*cmd/internal/obj.Addr, int32)Ptype.func(*cmd/internal/obj.Addr, int32)6type.*cmd/internal/obj.Addrtype.int32go.typelink.func(*obj.Addr, int32)	func(*cmd/internal/obj.Addr, int32)Ptype.func(*cmd/internal/obj.Addr, int32)8go.string.hdr."registerList"  0go.string."registerList"0go.string."registerList" registerList>go.string.hdr."func(*obj.Addr)"  6go.string."func(*obj.Addr)"6go.string."func(*obj.Addr)"  func(*obj.Addr)Btype.func(*cmd/internal/obj.Addr)30 runtime.algarray@"runtime.gcbits.01P>go.string.hdr."func(*obj.Addr)"pTgo.weak.type.*func(*cmd/internal/obj.Addr)"runtime.zerovalueBtype.func(*cmd/internal/obj.Addr)Btype.func(*cmd/internal/obj.Addr)6type.*cmd/internal/obj.Addrpgo.typelink.func(*obj.Addr)	func(*cmd/internal/obj.Addr)Btype.func(*cmd/internal/obj.Addr)<go.string.hdr."registerNumber"  4go.string."registerNumber"4go.string."registerNumber" registerNumberFgo.string.hdr."func(string) uint16"  >go.string."func(string) uint16">go.string."func(string) uint16"0(func(string) uint160type.func(string) uint16}#30 runtime.algarray@"runtime.gcbits.01PFgo.string.hdr."func(string) uint16"pBgo.weak.type.*func(string) uint16"runtime.zerovalue0type.func(string) uint160type.func(string) uint16type.stringtype.uint16fgo.typelink.func(string) uint16	func(string) uint160type.func(string) uint16Bgo.string.hdr."registerReference"  :go.string."registerReference":go.string."registerReference"0$registerReferenceTgo.string.hdr."func(string) (int16, bool)"  Lgo.string."func(string) (int16, bool)"Lgo.string."func(string) (int16, bool)"@6func(string) (int16, bool)>type.func(string) (int16, bool)KR30 runtime.algarray@"runtime.gcbits.01PTgo.string.hdr."func(string) (int16, bool)"pPgo.weak.type.*func(string) (int16, bool)"runtime.zerovalue>type.func(string) (int16, bool)>type.func(string) (int16, bool)type.stringtype.int16type.boolgo.typelink.func(string) (int16, bool)	func(string) (int16, bool)>type.func(string) (int16, bool):go.string.hdr."registerShift"  
2go.string."registerShift"2go.string."registerShift" registerShiftRgo.string.hdr."func(string, int32) int64"  Jgo.string."func(string, int32) int64"Jgo.string."func(string, int32) int64"@4func(string, int32) int64<type.func(string, int32) int64r|30 runtime.algarray@"runtime.gcbits.01PRgo.string.hdr."func(string, int32) int64"pNgo.weak.type.*func(string, int32) int64"runtime.zerovalue<type.func(string, int32) int64<type.func(string, int32) int64type.stringtype.int32type.int64~go.typelink.func(string, int32) int64	func(string, int32) int64<type.func(string, int32) int64Bgo.string.hdr."setPseudoRegister"  :go.string."setPseudoRegister":go.string."setPseudoRegister"0$setPseudoRegisterhgo.string.hdr."func(*obj.Addr, string, bool, int32)"  $`go.string."func(*obj.Addr, string, bool, int32)"`go.string."func(*obj.Addr, string, bool, int32)"PJfunc(*obj.Addr, string, bool, int32)ltype.func(*cmd/internal/obj.Addr, string, bool, int32){mPR30 runtime.algarray@"runtime.gcbits.01Phgo.string.hdr."func(*obj.Addr, string, bool, int32)"p~go.weak.type.*func(*cmd/internal/obj.Addr, string, bool, int32)"runtime.zerovalueltype.func(*cmd/internal/obj.Addr, string, bool, int32)ltype.func(*cmd/internal/obj.Addr, string, bool, int32)6type.*cmd/internal/obj.Addrtype.stringtype.booltype.int32go.typelink.func(*obj.Addr, string, bool, int32)	func(*cmd/internal/obj.Addr, string, bool, int32)ltype.func(*cmd/internal/obj.Addr, string, bool, int32)*go.string.hdr."start"  "go.string."start""go.string."start"startBgo.string.hdr."func([]lex.Token)"  :go.string."func([]lex.Token)":go.string."func([]lex.Token)"0$func([]lex.Token)Ntype.func([]cmd/asm/internal/lex.Token)f30 runtime.algarray@"runtime.gcbits.01PBgo.string.hdr."func([]lex.Token)"p`go.weak.type.*func([]cmd/asm/internal/lex.Token)"runtime.zerovalueNtype.func([]cmd/asm/internal/lex.Token)Ntype.func([]cmd/asm/internal/lex.Token)Btype.[]cmd/asm/internal/lex.Tokengo.typelink.func([]lex.Token)	func([]cmd/asm/internal/lex.Token)Ntype.func([]cmd/asm/internal/lex.Token)>go.string.hdr."symbolReference"  6go.string."symbolReference"6go.string."symbolReference"  symbolReference\go.string.hdr."func(*obj.Addr, string, int32)"  Tgo.string."func(*obj.Addr, string, int32)"Tgo.string."func(*obj.Addr, string, int32)"@>func(*obj.Addr, string, int32)`type.func(*cmd/internal/obj.Addr, string, int32)30 runtime.algarray@"runtime.gcbits.01P\go.string.hdr."func(*obj.Addr, string, int32)"prgo.weak.type.*func(*cmd/internal/obj.Addr, string, int32)"runtime.zerovalue`type.func(*cmd/internal/obj.Addr, string, int32)`type.func(*cmd/internal/obj.Addr, string, int32)6type.*cmd/internal/obj.Addrtype.stringtype.int32go.typelink.func(*obj.Addr, string, int32)	func(*cmd/internal/obj.Addr, string, int32)`type.func(*cmd/internal/obj.Addr, string, int32)(go.string.hdr."term"   go.string."term" go.string."term"
   2827 termBgo.string.hdr."validateImmediate"  :go.string."validateImmediate":go.string."validateImmediate"0$validateImmediateNgo.string.hdr."func(string, *obj.Addr)"  Fgo.string."func(string, *obj.Addr)"Fgo.string."func(string, *obj.Addr)"00func(string, *obj.Addr)Rtype.func(string, *cmd/internal/obj.Addr)z30 runtime.algarray@"runtime.gcbits.01PNgo.string.hdr."func(string, *obj.Addr)"pdgo.weak.type.*func(string, *cmd/internal/obj.Addr)"runtime.zerovalueRtype.func(string, *cmd/internal/obj.Addr)Rtype.func(string, *cmd/internal/obj.Addr)type.string6type.*cmd/internal/obj.Addrgo.typelink.func(string, *obj.Addr)	func(string, *cmd/internal/obj.Addr)Rtype.func(string, *cmd/internal/obj.Addr)<go.string.hdr."validateSymbol"  4go.string."validateSymbol"4go.string."validateSymbol" validateSymbolZgo.string.hdr."func(string, *obj.Addr, bool)"  Rgo.string."func(string, *obj.Addr, bool)"Rgo.string."func(string, *obj.Addr, bool)"@<func(string, *obj.Addr, bool)^type.func(string, *cmd/internal/obj.Addr, bool)$a30 runtime.algarray@"runtime.gcbits.01PZgo.string.hdr."func(string, *obj.Addr, bool)"ppgo.weak.type.*func(string, *cmd/internal/obj.Addr, bool)"runtime.zerovalue^type.func(string, *cmd/internal/obj.Addr, bool)^type.func(string, *cmd/internal/obj.Addr, bool)type.string6type.*cmd/internal/obj.Addrtype.boolgo.typelink.func(string, *obj.Addr, bool)	func(string, *cmd/internal/obj.Addr, bool)^type.func(string, *cmd/internal/obj.Addr, bool)type.*"".Parser((-{6440 runtime.algarray@"runtime.gcbits.01P6go.string.hdr."*asm.Parser"p0go.weak.type.**"".Parser"runtime.zerovaluetype."".Parser`type.*"".Parsertype.*"".Parser*go.string.hdr."Parse"Ttype.func() (*cmd/internal/obj.Prog, bool)htype.func(*"".Parser) (*cmd/internal/obj.Prog, bool)$"".(*Parser).Parse$"".(*Parser).Parse.go.string.hdr."address""go.importpath."".ztype.func([]cmd/asm/internal/lex.Token) cmd/internal/obj.Addrtype.func(*"".Parser, []cmd/asm/internal/lex.Token) cmd/internal/obj.Addr("".(*Parser).address("".(*Parser).address,go.string.hdr."append""go.importpath."".^type.func(*cmd/internal/obj.Prog, string, bool)vtype.func(*"".Parser, *cmd/internal/obj.Prog, string, bool)&"".(*Parser).append&"".(*Parser).append.go.string.hdr."asmData""go.importpath."".btype.func(string, [][]cmd/asm/internal/lex.Token)ztype.func(*"".Parser, string, [][]cmd/asm/internal/lex.Token)("".(*Parser).asmData("".(*Parser).asmData6go.string.hdr."asmFuncData""go.importpath."".btype.func(string, [][]cmd/asm/internal/lex.Token)ztype.func(*"".Parser, string, [][]cmd/asm/internal/lex.Token)0"".(*Parser).asmFuncData0"".(*Parser).asmFuncData0go.string.hdr."asmGlobl""go.importpath."".btype.func(string, [][]cmd/asm/internal/lex.Token)ztype.func(*"".Parser, string, [][]cmd/asm/internal/lex.Token)*"".(*Parser).asmGlobl*"".(*Parser).asmGlobl<go.string.hdr."asmInstruction""go.importpath."".^type.func(int, string, []cmd/internal/obj.Addr)vtype.func(*"".Parser, int, string, []cmd/internal/obj.Addr)6"".(*Parser).asmInstruction6"".(*Parser).asmInstruction.go.string.hdr."asmJump""go.importpath."".^type.func(int, string, []cmd/internal/obj.Addr)vtype.func(*"".Parser, int, string, []cmd/internal/obj.Addr)("".(*Parser).asmJump("".(*Parser).asmJump2go.string.hdr."asmPCData""go.importpath."".btype.func(string, [][]cmd/asm/internal/lex.Token)ztype.func(*"".Parser, string, [][]cmd/asm/internal/lex.Token),"".(*Parser).asmPCData,"".(*Parser).asmPCData.go.string.hdr."asmText""go.importpath."".btype.func(string, [][]cmd/asm/internal/lex.Token)	ztype.func(*"".Parser, string, [][]cmd/asm/internal/lex.Token)	("".(*Parser).asmText	("".(*Parser).asmText	$go.string.hdr."at"	"go.importpath."".	btype.func(...cmd/asm/internal/lex.ScanToken) bool	ztype.func(*"".Parser, ...cmd/asm/internal/lex.ScanToken) bool	"".(*Parser).at
   2828 "".(*Parser).at
   2829 >go.string.hdr."atRegisterShift"
   2830 "go.importpath."".
   2831  type.func() bool
   2832 4type.func(*"".Parser) bool
   2833 8"".(*Parser).atRegisterShift
   2834 8"".(*Parser).atRegisterShift
   2835 Bgo.string.hdr."atStartOfRegister""go.importpath."".,type.func(string) boolDtype.func(*"".Parser, string) bool<"".(*Parser).atStartOfRegister<"".(*Parser).atStartOfRegister(go.string.hdr."atof""go.importpath."".2type.func(string) float64Jtype.func(*"".Parser, string) float64""".(*Parser).atof""".(*Parser).atof(go.string.hdr."atoi""go.importpath."".0type.func(string) uint64Htype.func(*"".Parser, string) uint64""".(*Parser).atoi
""".(*Parser).atoi
(go.string.hdr."atos"
"go.importpath."".
0type.func(string) string
Htype.func(*"".Parser, string) string
""".(*Parser).atos
""".(*Parser).atos
(go.string.hdr."back""go.importpath."".type.func()*type.func(*"".Parser)""".(*Parser).back""".(*Parser).back,go.string.hdr."branch""go.importpath."".rtype.func(*cmd/internal/obj.Prog, *cmd/internal/obj.Prog)type.func(*"".Parser, *cmd/internal/obj.Prog, *cmd/internal/obj.Prog)&"".(*Parser).branch&"".(*Parser).branch,go.string.hdr."errorf""go.importpath."".Dtype.func(string, ...interface {})\type.func(*"".Parser, string, ...interface {})&"".(*Parser).errorf&"".(*Parser).errorf6go.string.hdr."evalInteger""go.importpath."".jtype.func(string, []cmd/asm/internal/lex.Token) int64type.func(*"".Parser, string, []cmd/asm/internal/lex.Token) int640"".(*Parser).evalInteger0"".(*Parser).evalInteger,go.string.hdr."expect""go.importpath."".Rtype.func(cmd/asm/internal/lex.ScanToken)jtype.func(*"".Parser, cmd/asm/internal/lex.ScanToken)&"".(*Parser).expect&"".(*Parser).expect(go.string.hdr."expr""go.importpath."".$type.func() uint648type.func(*"".Parser) uint64""".(*Parser).expr""".(*Parser).expr,go.string.hdr."factor""go.importpath."".$type.func() uint648type.func(*"".Parser) uint64&"".(*Parser).factor&"".(*Parser).factor2go.string.hdr."floatExpr""go.importpath."".&type.func() float64:type.func(*"".Parser) float64,"".(*Parser).floatExpr,"".(*Parser).floatExpr&go.string.hdr."get""go.importpath."".type.func(cmd/asm/internal/lex.ScanToken) cmd/asm/internal/lex.Tokentype.func(*"".Parser, cmd/asm/internal/lex.ScanToken) cmd/asm/internal/lex.Token "".(*Parser).get "".(*Parser).get6go.string.hdr."getConstant""go.importpath."".type.func(*cmd/internal/obj.Prog, int, *cmd/internal/obj.Addr) int64type.func(*"".Parser, *cmd/internal/obj.Prog, int, *cmd/internal/obj.Addr) int640"".(*Parser).getConstant0"".(*Parser).getConstantBgo.string.hdr."getConstantPseudo""go.importpath."".^type.func(string, *cmd/internal/obj.Addr) int64vtype.func(*"".Parser, string, *cmd/internal/obj.Addr) int64<"".(*Parser).getConstantPseudo<"".(*Parser).getConstantPseudo8go.string.hdr."getImmediate""go.importpath."".type.func(*cmd/internal/obj.Prog, int, *cmd/internal/obj.Addr) int64type.func(*"".Parser, *cmd/internal/obj.Prog, int, *cmd/internal/obj.Addr) int642"".(*Parser).getImmediate2"".(*Parser).getImmediate6go.string.hdr."getRegister""go.importpath."".type.func(*cmd/internal/obj.Prog, int, *cmd/internal/obj.Addr) int16type.func(*"".Parser, *cmd/internal/obj.Prog, int, *cmd/internal/obj.Addr) int160"".(*Parser).getRegister0"".(*Parser).getRegister(go.string.hdr."have""go.importpath."".\type.func(cmd/asm/internal/lex.ScanToken) boolttype.func(*"".Parser, cmd/asm/internal/lex.ScanToken) bool""".(*Parser).have""".(*Parser).have6go.string.hdr."instruction""go.importpath."".|type.func(int, string, string, [][]cmd/asm/internal/lex.Token)type.func(*"".Parser, int, string, string, [][]cmd/asm/internal/lex.Token)0"".(*Parser).instruction0"".(*Parser).instruction(go.string.hdr."line""go.importpath."". type.func() bool4type.func(*"".Parser) bool""".(*Parser).line""".(*Parser).line(go.string.hdr."more""go.importpath."". type.func() bool4type.func(*"".Parser) bool""".(*Parser).more""".(*Parser).more(go.string.hdr."next""go.importpath."".Ltype.func() cmd/asm/internal/lex.Token`type.func(*"".Parser) cmd/asm/internal/lex.Token""".(*Parser).next""".(*Parser).next.go.string.hdr."operand""go.importpath."".Ltype.func(*cmd/internal/obj.Addr) booldtype.func(*"".Parser, *cmd/internal/obj.Addr) bool("".(*Parser).operand("".(*Parser).operand4go.string.hdr."parseScale""go.importpath."".,type.func(string) int8Dtype.func(*"".Parser, string) int8."".(*Parser).parseScale."".(*Parser).parseScale*go.string.hdr."patch""go.importpath."".type.func()*type.func(*"".Parser)$"".(*Parser).patch$"".(*Parser).patch(go.string.hdr."peek""go.importpath."".Ttype.func() cmd/asm/internal/lex.ScanTokenhtype.func(*"".Parser) cmd/asm/internal/lex.ScanToken""".(*Parser).peek""".(*Parser).peek8go.string.hdr."positiveAtoi""go.importpath.""..type.func(string) int64Ftype.func(*"".Parser, string) int642"".(*Parser).positiveAtoi2"".(*Parser).positiveAtoi,go.string.hdr."pseudo""go.importpath."".ltype.func(int, string, [][]cmd/asm/internal/lex.Token)type.func(*"".Parser, int, string, [][]cmd/asm/internal/lex.Token)&"".(*Parser).pseudo&"".(*Parser).pseudo0go.string.hdr."register" "go.importpath."". ftype.func(string, int32) (int16, int16, int8, bool) ~type.func(*"".Parser, string, int32) (int16, int16, int8, bool) *"".(*Parser).register *"".(*Parser).register @go.string.hdr."registerIndirect" "go.importpath."". Ptype.func(*cmd/internal/obj.Addr, int32)!htype.func(*"".Parser, *cmd/internal/obj.Addr, int32)!:"".(*Parser).registerIndirect!:"".(*Parser).registerIndirect!8go.string.hdr."registerList"!"go.importpath."".!Btype.func(*cmd/internal/obj.Addr)!Ztype.func(*"".Parser, *cmd/internal/obj.Addr)!2"".(*Parser).registerList"2"".(*Parser).registerList"<go.string.hdr."registerNumber"""go.importpath.""."0type.func(string) uint16"Htype.func(*"".Parser, string) uint16"6"".(*Parser).registerNumber"6"".(*Parser).registerNumber"Bgo.string.hdr."registerReference"#"go.importpath."".#>type.func(string) (int16, bool)#Vtype.func(*"".Parser, string) (int16, bool)#<"".(*Parser).registerReference#<"".(*Parser).registerReference#:go.string.hdr."registerShift"#"go.importpath."".#<type.func(string, int32) int64$Ttype.func(*"".Parser, string, int32) int64$4"".(*Parser).registerShift$4"".(*Parser).registerShift$Bgo.string.hdr."setPseudoRegister"$"go.importpath."".$ltype.func(*cmd/internal/obj.Addr, string, bool, int32)$type.func(*"".Parser, *cmd/internal/obj.Addr, string, bool, int32)$<"".(*Parser).setPseudoRegister%<"".(*Parser).setPseudoRegister%*go.string.hdr."start"%"go.importpath."".%Ntype.func([]cmd/asm/internal/lex.Token)%ftype.func(*"".Parser, []cmd/asm/internal/lex.Token)%$"".(*Parser).start%$"".(*Parser).start%>go.string.hdr."symbolReference"&"go.importpath."".&`type.func(*cmd/internal/obj.Addr, string, int32)&xtype.func(*"".Parser, *cmd/internal/obj.Addr, string, int32)&8"".(*Parser).symbolReference&8"".(*Parser).symbolReference&(go.string.hdr."term"&"go.importpath."".&$type.func() uint64'8type.func(*"".Parser) uint64'""".(*Parser).term'""".(*Parser).term'Bgo.string.hdr."validateImmediate"'"go.importpath."".'Rtype.func(string, *cmd/internal/obj.Addr)'jtype.func(*"".Parser, string, *cmd/internal/obj.Addr)'<"".(*Parser).validateImmediate(<"".(*Parser).validateImmediate(<go.string.hdr."validateSymbol"("go.importpath."".(^type.func(string, *cmd/internal/obj.Addr, bool)(vtype.func(*"".Parser, string, *cmd/internal/obj.Addr, bool)(6"".(*Parser).validateSymbol(6"".(*Parser).validateSymbolTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a<type..hashfunc.[1]interface {}4type..hash.[1]interface {}8type..eqfunc.[1]interface {}0type..eq.[1]interface {}2type..alg.[1]interface {}  <type..hashfunc.[1]interface {}8type..eqfunc.[1]interface {}>go.string.hdr."[1]interface {}"  6go.string."[1]interface {}"6go.string."[1]interface {}"  [1]interface {}(type.[1]interface {}P[02type..alg.[1]interface {}@"runtime.gcbits.03P>go.string.hdr."[1]interface {}"p:go.weak.type.*[1]interface {}"runtime.zerovalue"type.interface {}&type.[]interface {}Vgo.typelink.[1]interface {}	[1]interface {}(type.[1]interface {}@go.string.hdr."*[1]interface {}"  8go.string."*[1]interface {}"8go.string."*[1]interface {}"0"*[1]interface {}*type.*[1]interface {}560 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*[1]interface {}"p<go.weak.type.**[1]interface {}"runtime.zerovalue(type.[1]interface {}Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a<type..hashfunc.[2]interface {}4type..hash.[2]interface {}8type..eqfunc.[2]interface {}0type..eq.[2]interface {}2type..alg.[2]interface {}  <type..hashfunc.[2]interface {}8type..eqfunc.[2]interface {}"runtime.gcbits.0f>go.string.hdr."[2]interface {}"  6go.string."[2]interface {}"6go.string."[2]interface {}"  [2]interface {}(type.[2]interface {}  ,Y02type..alg.[2]interface {}@"runtime.gcbits.0fP>go.string.hdr."[2]interface {}"p:go.weak.type.*[2]interface {}"runtime.zerovalue"type.interface {}&type.[]interface {}Vgo.typelink.[2]interface {}	[2]interface {}(type.[2]interface {}@go.string.hdr."*[2]interface {}"  8go.string."*[2]interface {}"8go.string."*[2]interface {}"0"*[2]interface {}*type.*[2]interface {}s-q60 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*[2]interface {}"p<go.weak.type.**[2]interface {}"runtime.zerovalue(type.[2]interface {}*go.string.hdr."[]int"  "go.string."[]int""go.string."[]int"[]inttype.[]intf0 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]int,go.string.hdr."[]bool"  $go.string."[]bool"$go.string."[]bool"[]booltype.[]bool0 runtime.algarray@"runtime.gcbits.01P,go.string.hdr."[]bool"p(go.weak.type.*[]bool"runtime.zerovaluetype.bool2go.typelink.[]bool	[]booltype.[]bool.go.string.hdr."[8]bool"  &go.string."[8]bool"&go.string."[8]bool"[8]booltype.[8]bools50 runtime.algarray@runtime.gcbits.P.go.string.hdr."[8]bool"p*go.weak.type.*[8]bool"runtime.zerovaluetype.booltype.[]bool6go.typelink.[8]bool	[8]booltype.[8]boolFgo.string.hdr."map.bucket[int]bool"  >go.string."map.bucket[int]bool">go.string."map.bucket[int]bool"0(map.bucket[int]bool0type.map.bucket[int]boolXCHP0 runtime.algarray@runtime.gcbits.PFgo.string.hdr."map.bucket[int]bool"pBgo.weak.type.*map.bucket[int]bool"runtime.zerovalue0type.map.bucket[int]bool.go.string.hdr."topbits"type.[8]uint8(go.string.hdr."keys"type.[8]int,go.string.hdr."values"type.[8]bool0go.string.hdr."overflow"type.uintptrHgo.string.hdr."*map.bucket[int]bool"  @go.string."*map.bucket[int]bool"@go.string."*map.bucket[int]bool"0**map.bucket[int]bool2type.*map.bucket[int]boolP60 runtime.algarray@"runtime.gcbits.01PHgo.string.hdr."*map.bucket[int]bool"pDgo.weak.type.**map.bucket[int]bool"runtime.zerovalue0type.map.bucket[int]bool@go.string.hdr."map.hdr[int]bool"  8go.string."map.hdr[int]bool"8go.string."map.hdr[int]bool"0"map.hdr[int]bool*type.map.hdr[int]bool00/	 (,0 runtime.algarray@"runtime.gcbits.2cP@go.string.hdr."map.hdr[int]bool"p<go.weak.type.*map.hdr[int]bool"runtime.zerovalue*type.map.hdr[int]bool*go.string.hdr."count"type.int*go.string.hdr."flags"type.uint8"go.string.hdr."B"type.uint8*go.string.hdr."hash0"type.uint32.go.string.hdr."buckets"2type.*map.bucket[int]bool4go.string.hdr."oldbuckets"2type.*map.bucket[int]bool2go.string.hdr."nevacuate"type.uintptr0go.string.hdr."overflow"&type.unsafe.Pointer8go.string.hdr."map[int]bool"  0go.string."map[int]bool"0go.string."map[int]bool" map[int]bool"type.map[int]bool0$5X0 runtime.algarray@"runtime.gcbits.01P8go.string.hdr."map[int]bool"p4go.weak.type.*map[int]bool"runtime.zerovaluetype.inttype.bool0type.map.bucket[int]bool*type.map.hdr[int]boolJgo.typelink.map[int]bool	map[int]bool"type.map[int]bool 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]uint8Lgo.string.hdr."*map.bucket[string]int"  Dgo.string."*map.bucket[string]int"Dgo.string."*map.bucket[string]int"0.*map.bucket[string]int6type.*map.bucket[string]int60 runtime.algarray@"runtime.gcbits.01PLgo.string.hdr."*map.bucket[string]int"pHgo.weak.type.**map.bucket[string]int"runtime.zerovalue4type.map.bucket[string]intJgo.string.hdr."map.bucket[string]int"  Bgo.string."map.bucket[string]int"Bgo.string."map.bucket[string]int"0,map.bucket[string]int4type.map.bucket[string]int]hcq0 runtime.algarray@.runtime.gcbits.aaaa0002PJgo.string.hdr."map.bucket[string]int"pFgo.weak.type.*map.bucket[string]int"runtime.zerovalue4type.map.bucket[string]int.go.string.hdr."topbits"type.[8]uint8(go.string.hdr."keys"type.[8]string,go.string.hdr."values"type.[8]int0go.string.hdr."overflow"6type.*map.bucket[string]intDgo.string.hdr."map.hdr[string]int"  <go.string."map.hdr[string]int"<go.string."map.hdr[string]int"0&map.hdr[string]int.type.map.hdr[string]int005F	 (,0 runtime.algarray@"runtime.gcbits.2cPDgo.string.hdr."map.hdr[string]int"p@go.weak.type.*map.hdr[string]int"runtime.zerovalue.type.map.hdr[string]int*go.string.hdr."count"type.int*go.string.hdr."flags"type.uint8"go.string.hdr."B"type.uint8*go.string.hdr."hash0"type.uint32.go.string.hdr."buckets"6type.*map.bucket[string]int4go.string.hdr."oldbuckets"6type.*map.bucket[string]int2go.string.hdr."nevacuate"type.uintptr0go.string.hdr."overflow"&type.unsafe.Pointer<go.string.hdr."map[string]int"  4go.string."map[string]int"4go.string."map[string]int" map[string]int&type.map[string]intJ50 runtime.algarray@"runtime.gcbits.01P<go.string.hdr."map[string]int"p8go.weak.type.*map[string]int"runtime.zerovaluetype.stringtype.int4type.map.bucket[string]int.type.map.hdr[string]intRgo.typelink.map[string]int	map[string]int&type.map[string]int"runtime.gcbits.49I<go.string.hdr."[3][]lex.Token"  4go.string."[3][]lex.Token"4go.string."[3][]lex.Token" [3][]lex.TokenHtype.[3][]cmd/asm/internal/lex.TokenH8/30 runtime.algarray@"runtime.gcbits.49P<go.string.hdr."[3][]lex.Token"pZgo.weak.type.*[3][]cmd/asm/internal/lex.Token"runtime.zerovalueBtype.[]cmd/asm/internal/lex.TokenFtype.[][]cmd/asm/internal/lex.Tokentgo.typelink.[3][]lex.Token	[3][]cmd/asm/internal/lex.TokenHtype.[3][]cmd/asm/internal/lex.Token8go.string.hdr."*[]lex.Token"  0go.string."*[]lex.Token"0go.string."*[]lex.Token" *[]lex.TokenDtype.*[]cmd/asm/internal/lex.Token,W8{60 runtime.algarray@"runtime.gcbits.01P8go.string.hdr."*[]lex.Token"pVgo.weak.type.**[]cmd/asm/internal/lex.Token"runtime.zerovalueBtype.[]cmd/asm/internal/lex.Token.go.string.hdr."[]int16"  &go.string."[]int16"&go.string."[]int16"[]int16type.[]int1670 runtime.algarray@"runtime.gcbits.01P.go.string.hdr."[]int16"p*go.weak.type.*[]int16"runtime.zerovaluetype.int166go.typelink.[]int16	[]int16type.[]int160go.string.hdr."[8]int16"  (go.string."[8]int16"(go.string."[8]int16" [8]int16type.[8]int16~gz0 runtime.algarray@runtime.gcbits.P0go.string.hdr."[8]int16"p,go.weak.type.*[8]int16"runtime.zerovaluetype.int16type.[]int16:go.typelink.[8]int16	[8]int16type.[8]int16Pgo.string.hdr."*map.bucket[string]int16"  Hgo.string."*map.bucket[string]int16"Hgo.string."*map.bucket[string]int16"@2*map.bucket[string]int16:type.*map.bucket[string]int16sSw60 runtime.algarray@"runtime.gcbits.01PPgo.string.hdr."*map.bucket[string]int16"pLgo.weak.type.**map.bucket[string]int16"runtime.zerovalue8type.map.bucket[string]int16*runtime.gcbits.aaaa08Ngo.string.hdr."map.bucket[string]int16"  Fgo.string."map.bucket[string]int16"Fgo.string."map.bucket[string]int16"00map.bucket[string]int168type.map.bucket[string]int16'0 runtime.algarray@*runtime.gcbits.aaaa08PNgo.string.hdr."map.bucket[string]int16"pJgo.weak.type.*map.bucket[string]int16"runtime.zerovalue8type.map.bucket[string]int16.go.string.hdr."topbits"type.[8]uint8(go.string.hdr."keys"type.[8]string,go.string.hdr."values"type.[8]int160go.string.hdr."overflow":type.*map.bucket[string]int16Hgo.string.hdr."map.hdr[string]int16"  @go.string."map.hdr[string]int16"@go.string."map.hdr[string]int16"0*map.hdr[string]int162type.map.hdr[string]int1600AQ	 (,0 runtime.algarray@"runtime.gcbits.2cPHgo.string.hdr."map.hdr[string]int16"pDgo.weak.type.*map.hdr[string]int16"runtime.zerovalue2type.map.hdr[string]int16*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[string]int164go.string.hdr."oldbuckets":type.*map.bucket[string]int162go.string.hdr."nevacuate"type.uintptr0go.string.hdr."overflow"&type.unsafe.Pointer@go.string.hdr."map[string]int16"  8go.string."map[string]int16"8go.string."map[string]int16"0"map[string]int16*type.map[string]int16<50 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."map[string]int16"p<go.weak.type.*map[string]int16"runtime.zerovaluetype.stringtype.int168type.map.bucket[string]int162type.map.hdr[string]int16Zgo.typelink.map[string]int16	map[string]int16*type.map[string]int16Ngo.string.hdr."*map.bucket[string]bool"  Fgo.string."*map.bucket[string]bool"Fgo.string."*map.bucket[string]bool"00*map.bucket[string]bool8type.*map.bucket[string]bool[E60 runtime.algarray@"runtime.gcbits.01PNgo.string.hdr."*map.bucket[string]bool"pJgo.weak.type.**map.bucket[string]bool"runtime.zerovalue6type.map.bucket[string]bool*runtime.gcbits.aaaa04Lgo.string.hdr."map.bucket[string]bool"  Dgo.string."map.bucket[string]bool"Dgo.string."map.bucket[string]bool"0.map.bucket[string]bool6type.map.bucket[string]bool2aB0 runtime.algarray@*runtime.gcbits.aaaa04PLgo.string.hdr."map.bucket[string]bool"pHgo.weak.type.*map.bucket[string]bool"runtime.zerovalue6type.map.bucket[string]bool.go.string.hdr."topbits"type.[8]uint8(go.string.hdr."keys"type.[8]string,go.string.hdr."values"type.[8]bool0go.string.hdr."overflow"8type.*map.bucket[string]boolFgo.string.hdr."map.hdr[string]bool"  >go.string."map.hdr[string]bool">go.string."map.hdr[string]bool"0(map.hdr[string]bool0type.map.hdr[string]bool003(	 (,0 runtime.algarray@"runtime.gcbits.2cPFgo.string.hdr."map.hdr[string]bool"pBgo.weak.type.*map.hdr[string]bool"runtime.zerovalue0type.map.hdr[string]bool*go.string.hdr."count"type.int*go.string.hdr."flags"type.uint8"go.string.hdr."B"type.uint8*go.string.hdr."hash0"type.uint32.go.string.hdr."buckets"8type.*map.bucket[string]bool4go.string.hdr."oldbuckets"8type.*map.bucket[string]bool2go.string.hdr."nevacuate"type.uintptr0go.string.hdr."overflow"&type.unsafe.Pointer>go.string.hdr."map[string]bool"  6go.string."map[string]bool"6go.string."map[string]bool"  map[string]bool(type.map[string]bool50 runtime.algarray@"runtime.gcbits.01P>go.string.hdr."map[string]bool"p:go.weak.type.*map[string]bool"runtime.zerovaluetype.stringtype.bool6type.map.bucket[string]bool0type.map.hdr[string]boolVgo.typelink.map[string]bool	map[string]bool(type.map[string]bool type..hashfunc12  ,runtime.memhash_varlentype..eqfunc12  .runtime.memequal_varlentype..alg12   type..hashfunc12type..eqfunc12@go.string.hdr."[3]lex.ScanToken"  8go.string."[3]lex.ScanToken"8go.string."[3]lex.ScanToken"0"[3]lex.ScanTokenLtype.[3]cmd/asm/internal/lex.ScanTokenD%e0type..alg12@runtime.gcbits.P@go.string.hdr."[3]lex.ScanToken"p^go.weak.type.*[3]cmd/asm/internal/lex.ScanToken"runtime.zerovalueFtype.cmd/asm/internal/lex.ScanTokenJtype.[]cmd/asm/internal/lex.ScanToken|go.typelink.[3]lex.ScanToken	[3]cmd/asm/internal/lex.ScanTokenLtype.[3]cmd/asm/internal/lex.ScanTokenBgo.string.hdr."*[3]lex.ScanToken"  :go.string."*[3]lex.ScanToken":go.string."*[3]lex.ScanToken"0$*[3]lex.ScanTokenNtype.*[3]cmd/asm/internal/lex.ScanToken\<60 runtime.algarray@"runtime.gcbits.01PBgo.string.hdr."*[3]lex.ScanToken"p`go.weak.type.**[3]cmd/asm/internal/lex.ScanToken"runtime.zerovalueLtype.[3]cmd/asm/internal/lex.ScanTokenTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a<type..hashfunc.[3]interface {}4type..hash.[3]interface {}8type..eqfunc.[3]interface {}0type..eq.[3]interface {}2type..alg.[3]interface {}  <type..hashfunc.[3]interface {}8type..eqfunc.[3]interface {}"runtime.gcbits.3f?>go.string.hdr."[3]interface {}"  6go.string."[3]interface {}"6go.string."[3]interface {}"  [3]interface {}(type.[3]interface {}0002type..alg.[3]interface {}@"runtime.gcbits.3fP>go.string.hdr."[3]interface {}"p:go.weak.type.*[3]interface {}"runtime.zerovalue"type.interface {}&type.[]interface {}Vgo.typelink.[3]interface {}	[3]interface {}(type.[3]interface {}@go.string.hdr."*[3]interface {}"  8go.string."*[3]interface {}"8go.string."*[3]interface {}"0"*[3]interface {}*type.*[3]interface {}60 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*[3]interface {}"p<go.weak.type.**[3]interface {}"runtime.zerovalue(type.[3]interface {}8go.string.hdr."[]obj.SymVer"  0go.string."[]obj.SymVer"0go.string."[]obj.SymVer" []obj.SymVer<type.[]cmd/internal/obj.SymVer;0 runtime.algarray@"runtime.gcbits.01P8go.string.hdr."[]obj.SymVer"pNgo.weak.type.*[]cmd/internal/obj.SymVer"runtime.zerovalue8type.cmd/internal/obj.SymVerdgo.typelink.[]obj.SymVer	[]cmd/internal/obj.SymVer<type.[]cmd/internal/obj.SymVerTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals34eab47d33fa46b254c22cdccfd2dc77  Tgclocals51af24152615272c3d9efc8538f95767  Rtype..hashfunc.[8]cmd/internal/obj.SymVerJtype..hash.[8]cmd/internal/obj.SymVerNtype..eqfunc.[8]cmd/internal/obj.SymVerFtype..eq.[8]cmd/internal/obj.SymVerHtype..alg.[8]cmd/internal/obj.SymVer  Rtype..hashfunc.[8]cmd/internal/obj.SymVerNtype..eqfunc.[8]cmd/internal/obj.SymVer*runtime.gcbits.499224I$:go.string.hdr."[8]obj.SymVer"  
2go.string."[8]obj.SymVer"2go.string."[8]obj.SymVer" [8]obj.SymVer>type.[8]cmd/internal/obj.SymVer0Htype..alg.[8]cmd/internal/obj.SymVer@*runtime.gcbits.499224P:go.string.hdr."[8]obj.SymVer"pPgo.weak.type.*[8]cmd/internal/obj.SymVer"runtime.zerovalue8type.cmd/internal/obj.SymVer<type.[]cmd/internal/obj.SymVerhgo.typelink.[8]obj.SymVer	[8]cmd/internal/obj.SymVer>type.[8]cmd/internal/obj.SymVer6go.string.hdr."[]*obj.LSym"  .go.string."[]*obj.LSym".go.string."[]*obj.LSym" []*obj.LSym:type.[]*cmd/internal/obj.LSym0 runtime.algarray@"runtime.gcbits.01P6go.string.hdr."[]*obj.LSym"pLgo.weak.type.*[]*cmd/internal/obj.LSym"runtime.zerovalue6type.*cmd/internal/obj.LSym`go.typelink.[]*obj.LSym	[]*cmd/internal/obj.LSym:type.[]*cmd/internal/obj.LSym8go.string.hdr."[8]*obj.LSym"  0go.string."[8]*obj.LSym"0go.string."[8]*obj.LSym" [8]*obj.LSym<type.[8]*cmd/internal/obj.LSym@@db;0type..alg64@"runtime.gcbits.ffP8go.string.hdr."[8]*obj.LSym"pNgo.weak.type.*[8]*cmd/internal/obj.LSym"runtime.zerovalue6type.*cmd/internal/obj.LSym:type.[]*cmd/internal/obj.LSymdgo.typelink.[8]*obj.LSym	[8]*cmd/internal/obj.LSym<type.[8]*cmd/internal/obj.LSym`go.string.hdr."*map.bucket[obj.SymVer]*obj.LSym"   Xgo.string."*map.bucket[obj.SymVer]*obj.LSym"Xgo.string."*map.bucket[obj.SymVer]*obj.LSym"PB*map.bucket[obj.SymVer]*obj.LSym~type.*map.bucket[cmd/internal/obj.SymVer]*cmd/internal/obj.LSymb=v60 runtime.algarray@"runtime.gcbits.01P`go.string.hdr."*map.bucket[obj.SymVer]*obj.LSym"pgo.weak.type.**map.bucket[cmd/internal/obj.SymVer]*cmd/internal/obj.LSym"runtime.zerovalue|type.map.bucket[cmd/internal/obj.SymVer]*cmd/internal/obj.LSym2runtime.gcbits.922449fe03
   2890 
   2891 $I^go.string.hdr."map.bucket[obj.SymVer]*obj.LSym"  Vgo.string."map.bucket[obj.SymVer]*obj.LSym"Vgo.string."map.bucket[obj.SymVer]*obj.LSym"@@map.bucket[obj.SymVer]*obj.LSym|type.map.bucket[cmd/internal/obj.SymVer]*cmd/internal/obj.LSymn= 0 runtime.algarray@2runtime.gcbits.922449fe03P^go.string.hdr."map.bucket[obj.SymVer]*obj.LSym"pgo.weak.type.*map.bucket[cmd/internal/obj.SymVer]*cmd/internal/obj.LSym"runtime.zerovalue|type.map.bucket[cmd/internal/obj.SymVer]*cmd/internal/obj.LSym.go.string.hdr."topbits"type.[8]uint8(go.string.hdr."keys">type.[8]cmd/internal/obj.SymVer,go.string.hdr."values"<type.[8]*cmd/internal/obj.LSym0go.string.hdr."overflow"~type.*map.bucket[cmd/internal/obj.SymVer]*cmd/internal/obj.LSymXgo.string.hdr."map.hdr[obj.SymVer]*obj.LSym"  Pgo.string."map.hdr[obj.SymVer]*obj.LSym"Pgo.string."map.hdr[obj.SymVer]*obj.LSym"@:map.hdr[obj.SymVer]*obj.LSymvtype.map.hdr[cmd/internal/obj.SymVer]*cmd/internal/obj.LSym00%	 (,0 runtime.algarray@"runtime.gcbits.2cPXgo.string.hdr."map.hdr[obj.SymVer]*obj.LSym"pgo.weak.type.*map.hdr[cmd/internal/obj.SymVer]*cmd/internal/obj.LSym"runtime.zerovaluevtype.map.hdr[cmd/internal/obj.SymVer]*cmd/internal/obj.LSym*go.string.hdr."count"type.int*go.string.hdr."flags"type.uint8"go.string.hdr."B"type.uint8*go.string.hdr."hash0"type.uint32.go.string.hdr."buckets"~type.*map.bucket[cmd/internal/obj.SymVer]*cmd/internal/obj.LSym4go.string.hdr."oldbuckets"~type.*map.bucket[cmd/internal/obj.SymVer]*cmd/internal/obj.LSym2go.string.hdr."nevacuate"type.uintptr0go.string.hdr."overflow"&type.unsafe.PointerPgo.string.hdr."map[obj.SymVer]*obj.LSym"  Hgo.string."map[obj.SymVer]*obj.LSym"Hgo.string."map[obj.SymVer]*obj.LSym"@2map[obj.SymVer]*obj.LSymntype.map[cmd/internal/obj.SymVer]*cmd/internal/obj.LSymNK
   2893 50 runtime.algarray@"runtime.gcbits.01PPgo.string.hdr."map[obj.SymVer]*obj.LSym"pgo.weak.type.*map[cmd/internal/obj.SymVer]*cmd/internal/obj.LSym"runtime.zerovalue8type.cmd/internal/obj.SymVer6type.*cmd/internal/obj.LSym|type.map.bucket[cmd/internal/obj.SymVer]*cmd/internal/obj.LSymvtype.map.hdr[cmd/internal/obj.SymVer]*cmd/internal/obj.LSymgo.typelink.map[obj.SymVer]*obj.LSym	map[cmd/internal/obj.SymVer]*cmd/internal/obj.LSymntype.map[cmd/internal/obj.SymVer]*cmd/internal/obj.LSym4go.string.hdr."*[8]string"  
   2894 ,go.string."*[8]string",go.string."*[8]string" *[8]stringtype.*[8]stringo60 runtime.algarray@"runtime.gcbits.01P4go.string.hdr."*[8]string"p0go.weak.type.**[8]string"runtime.zerovaluetype.[8]string<go.string.hdr."*[8]obj.SymVer"  4go.string."*[8]obj.SymVer"4go.string."*[8]obj.SymVer" *[8]obj.SymVer@type.*[8]cmd/internal/obj.SymVerj}60 runtime.algarray@"runtime.gcbits.01P<go.string.hdr."*[8]obj.SymVer"pRgo.weak.type.**[8]cmd/internal/obj.SymVer"runtime.zerovalue>type.[8]cmd/internal/obj.SymVer.go.string.hdr."runtime"  &go.string."runtime"&go.string."runtime"runtime,go.importpath.runtime.  &go.string."runtime"*go.string.hdr."bytes"  "go.string."bytes""go.string."bytes"bytes(go.importpath.bytes.  "go.string."bytes"8go.string.hdr."unicode/utf8"  0go.string."unicode/utf8"0go.string."unicode/utf8" unicode/utf86go.importpath.unicode/utf8.  0go.string."unicode/utf8"&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"$go.string.hdr."os"  go.string."os"go.string."os"os"go.importpath.os.  go.string."os"8go.string.hdr."text/scanner"  0go.string."text/scanner"0go.string."text/scanner" text/scanner6go.importpath.text/scanner.  0go.string."text/scanner"Jgo.string.hdr."cmd/asm/internal/arch"  Bgo.string."cmd/asm/internal/arch"Bgo.string."cmd/asm/internal/arch"0,cmd/asm/internal/archHgo.importpath.cmd/asm/internal/arch.  Bgo.string."cmd/asm/internal/arch"@go.string.hdr."cmd/internal/obj"  8go.string."cmd/internal/obj"8go.string."cmd/internal/obj"0"cmd/internal/obj>go.importpath.cmd/internal/obj.  8go.string."cmd/internal/obj"Lgo.string.hdr."cmd/asm/internal/flags"  Dgo.string."cmd/asm/internal/flags"Dgo.string."cmd/asm/internal/flags"0.cmd/asm/internal/flagsJgo.importpath.cmd/asm/internal/flags.  Dgo.string."cmd/asm/internal/flags"Hgo.string.hdr."cmd/asm/internal/lex"  @go.string."cmd/asm/internal/lex"@go.string."cmd/asm/internal/lex"0*cmd/asm/internal/lexFgo.importpath.cmd/asm/internal/lex.  @go.string."cmd/asm/internal/lex"&go.string.hdr."log"  go.string."log"go.string."log"log$go.importpath.log.  go.string."log".type..hash.[8]stringf(type..hash.[8]string*type..eq.[8]stringf$type..eq.[8]string,type..hash."".Patchf&type..hash."".Patch(type..eq."".Patchf"type..eq."".Patch:type..hash.[1]interface {}f4type..hash.[1]interface {}6type..eq.[1]interface {}f0type..eq.[1]interface {}:type..hash.[2]interface {}f4type..hash.[2]interface {}6type..eq.[2]interface {}f0type..eq.[2]interface {}:type..hash.[3]interface {}f4type..hash.[3]interface {}6type..eq.[3]interface {}f0type..eq.[3]interface {}Ptype..hash.[8]cmd/internal/obj.SymVerfJtype..hash.[8]cmd/internal/obj.SymVerLtype..eq.[8]cmd/internal/obj.SymVerfFtype..eq.[8]cmd/internal/obj.SymVer"runtime.zerovaluego13ld