Home | History | Annotate | Download | only in debug
      1 !<arch>
      2 __.PKGDEF       0           0     0     644     23135     `
      3 go object darwin amd64 go1.5.1 X:none
      4 build id "44399926396b675e8621633d362253629d31303d"
      5 
      6 $$
      7 package macho
      8 	import runtime "runtime"
      9 	import binary "encoding/binary"
     10 	import io "io"
     11 	import fmt "fmt"
     12 	import strconv "strconv"
     13 	import os "os"
     14 	import bytes "bytes"
     15 	import dwarf "debug/dwarf"
     16 	type @"".Cpu uint32
     17 	func (@"".i2 @"".Cpu) GoString () (? string)
     18 	func (@"".i2 @"".Cpu) String () (? string)
     19 	type @"".FatArchHeader struct { Cpu @"".Cpu; SubCpu uint32; Offset uint32; Size uint32; Align uint32 }
     20 	type @"".Type uint32
     21 	type @"".FileHeader struct { Magic uint32; Cpu @"".Cpu; SubCpu uint32; Type @"".Type; Ncmd uint32; Cmdsz uint32; Flags uint32 }
     22 	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) }
     23 	type @"".Load interface { Raw() (? []byte) }
     24 	type @"".SectionHeader struct { Name string; Seg string; Addr uint64; Size uint64; Offset uint32; Align uint32; Reloff uint32; Nreloc uint32; Flags uint32 }
     25 	type @"io".ReaderAt interface { ReadAt(@"io".p []byte, @"io".off int64) (@"io".n int, @"io".err error) }
     26 	type @"io".SectionReader struct { @"io".r @"io".ReaderAt; @"io".base int64; @"io".off int64; @"io".limit int64 }
     27 	func (@"io".s3 *@"io".SectionReader "esc:0x9") Read (@"io".p4 []byte) (@"io".n1 int, @"io".err2 error)
     28 	func (@"io".s3 *@"io".SectionReader "esc:0x9") ReadAt (@"io".p4 []byte, @"io".off5 int64) (@"io".n1 int, @"io".err2 error)
     29 	func (@"io".s3 *@"io".SectionReader "esc:0x1") Seek (@"io".offset4 int64, @"io".whence5 int) (? int64, ? error)
     30 	func (@"io".s2 *@"io".SectionReader "esc:0x1") Size () (? int64) { return @"io".s2.@"io".limit - @"io".s2.@"io".base }
     31 	type @"io".ReadSeeker interface { Read(@"io".p []byte) (@"io".n int, @"io".err error); Seek(@"io".offset int64, @"io".whence int) (? int64, ? error) }
     32 	type @"".Section struct { ? @"".SectionHeader; ? @"io".ReaderAt; @"".sr *@"io".SectionReader }
     33 	func (@"".s3 *@"".Section "esc:0x9") Data () (? []byte, ? error)
     34 	func (@"".s2 *@"".Section "esc:0xa") Open () (? @"io".ReadSeeker) { return @"io".NewSectionReader(@"".s2.@"".sr, 0x0, 0x7fffffffffffffff) }
     35 	type @"".LoadBytes []byte
     36 	func (@"".b2 @"".LoadBytes "esc:0x12") Raw () (? []byte) { return @"".b2 }
     37 	type @"".LoadCmd uint32
     38 	func (@"".i2 @"".LoadCmd) GoString () (? string)
     39 	func (@"".i2 @"".LoadCmd) String () (? string)
     40 	type @"".SymtabCmd struct { Cmd @"".LoadCmd; Len uint32; Symoff uint32; Nsyms uint32; Stroff uint32; Strsize uint32 }
     41 	type @"".Symbol struct { Name string; Type uint8; Sect uint8; Desc uint16; Value uint64 }
     42 	type @"".Symtab struct { ? @"".LoadBytes; ? @"".SymtabCmd; Syms []@"".Symbol }
     43 	type @"".DysymtabCmd struct { Cmd @"".LoadCmd; Len uint32; Ilocalsym uint32; Nlocalsym uint32; Iextdefsym uint32; Nextdefsym uint32; Iundefsym uint32; Nundefsym uint32; Tocoffset uint32; Ntoc uint32; Modtaboff uint32; Nmodtab uint32; Extrefsymoff uint32; Nextrefsyms uint32; Indirectsymoff uint32; Nindirectsyms uint32; Extreloff uint32; Nextrel uint32; Locreloff uint32; Nlocrel uint32 }
     44 	type @"".Dysymtab struct { ? @"".LoadBytes; ? @"".DysymtabCmd; IndirectSyms []uint32 }
     45 	type @"io".Closer interface { Close() (? error) }
     46 	type @"".SegmentHeader struct { Cmd @"".LoadCmd; Len uint32; Name string; Addr uint64; Memsz uint64; Offset uint64; Filesz uint64; Maxprot uint32; Prot uint32; Nsect uint32; Flag uint32 }
     47 	type @"".Segment struct { ? @"".LoadBytes; ? @"".SegmentHeader; ? @"io".ReaderAt; @"".sr *@"io".SectionReader }
     48 	func (@"".s3 *@"".Segment "esc:0x9") Data () (? []byte, ? error)
     49 	func (@"".s2 *@"".Segment "esc:0xa") Open () (? @"io".ReadSeeker) { return @"io".NewSectionReader(@"".s2.@"".sr, 0x0, 0x7fffffffffffffff) }
     50 	type @"debug/dwarf".Tag uint32
     51 	func (@"debug/dwarf".t2 @"debug/dwarf".Tag) GoString () (? string)
     52 	func (@"debug/dwarf".t2 @"debug/dwarf".Tag) String () (? string)
     53 	type @"debug/dwarf".Attr uint32
     54 	func (@"debug/dwarf".a2 @"debug/dwarf".Attr) GoString () (? string)
     55 	func (@"debug/dwarf".a2 @"debug/dwarf".Attr) String () (? string)
     56 	type @"debug/dwarf".format uint32
     57 	type @"debug/dwarf".Class int
     58 	func (@"debug/dwarf".i2 @"debug/dwarf".Class) GoString () (? string)
     59 	func (@"debug/dwarf".i2 @"debug/dwarf".Class) String () (? string)
     60 	type @"debug/dwarf".afield struct { @"debug/dwarf".attr @"debug/dwarf".Attr; @"debug/dwarf".fmt @"debug/dwarf".format; @"debug/dwarf".class @"debug/dwarf".Class }
     61 	type @"debug/dwarf".abbrev struct { @"debug/dwarf".tag @"debug/dwarf".Tag; @"debug/dwarf".children bool; @"debug/dwarf".field []@"debug/dwarf".afield }
     62 	type @"debug/dwarf".abbrevTable map[uint32]@"debug/dwarf".abbrev
     63 	type @"debug/dwarf".CommonType struct { ByteSize int64; Name string }
     64 	func (@"debug/dwarf".c2 *@"debug/dwarf".CommonType "esc:0x12") Common () (? *@"debug/dwarf".CommonType) { return @"debug/dwarf".c2 }
     65 	func (@"debug/dwarf".c2 *@"debug/dwarf".CommonType "esc:0x1") Size () (? int64) { return @"debug/dwarf".c2.ByteSize }
     66 	type @"debug/dwarf".Type interface { Common() (? *@"debug/dwarf".CommonType); Size() (? int64); String() (? string) }
     67 	type @"debug/dwarf".Offset uint32
     68 	type @"debug/dwarf".unit struct { @"debug/dwarf".base @"debug/dwarf".Offset; @"debug/dwarf".off @"debug/dwarf".Offset; @"debug/dwarf".data []byte; @"debug/dwarf".atable @"debug/dwarf".abbrevTable; @"debug/dwarf".asize int; @"debug/dwarf".vers int; @"debug/dwarf".is64 bool }
     69 	func (@"debug/dwarf".u2 *@"debug/dwarf".unit "esc:0x1") @"debug/dwarf".addrsize () (? int) { return @"debug/dwarf".u2.@"debug/dwarf".asize }
     70 	func (@"debug/dwarf".u3 *@"debug/dwarf".unit "esc:0x1") @"debug/dwarf".dwarf64 () (? bool, ? bool) { return @"debug/dwarf".u3.@"debug/dwarf".is64, true }
     71 	func (@"debug/dwarf".u2 *@"debug/dwarf".unit "esc:0x1") @"debug/dwarf".version () (? int) { return @"debug/dwarf".u2.@"debug/dwarf".vers }
     72 	type @"debug/dwarf".typeUnit struct { @"debug/dwarf".? @"debug/dwarf".unit; @"debug/dwarf".toff @"debug/dwarf".Offset; @"debug/dwarf".name string; @"debug/dwarf".cache @"debug/dwarf".Type }
     73 	type @"debug/dwarf".dataFormat interface { @"debug/dwarf".addrsize() (? int); @"debug/dwarf".dwarf64() (@"debug/dwarf".dwarf64 bool, @"debug/dwarf".isKnown bool); @"debug/dwarf".version() (? int) }
     74 	type @"debug/dwarf".Field struct { Attr @"debug/dwarf".Attr; Val interface {}; Class @"debug/dwarf".Class }
     75 	type @"debug/dwarf".Entry struct { Offset @"debug/dwarf".Offset; Tag @"debug/dwarf".Tag; Children bool; Field []@"debug/dwarf".Field }
     76 	func (@"debug/dwarf".e2 *@"debug/dwarf".Entry "esc:0x22") AttrField (@"debug/dwarf".a3 @"debug/dwarf".Attr) (? *@"debug/dwarf".Field)
     77 	func (@"debug/dwarf".e2 *@"debug/dwarf".Entry "esc:0x32") Val (@"debug/dwarf".a3 @"debug/dwarf".Attr) (? interface {})
     78 	type @"debug/dwarf".buf struct { @"debug/dwarf".dwarf *@"debug/dwarf".Data; @"debug/dwarf".order @"encoding/binary".ByteOrder; @"debug/dwarf".format @"debug/dwarf".dataFormat; @"debug/dwarf".name string; @"debug/dwarf".off @"debug/dwarf".Offset; @"debug/dwarf".data []byte; @"debug/dwarf".err error }
     79 	func (@"debug/dwarf".b2 *@"debug/dwarf".buf "esc:0x9") @"debug/dwarf".addr () (? uint64)
     80 	func (@"debug/dwarf".b2 *@"debug/dwarf".buf "esc:0x2a") @"debug/dwarf".bytes (@"debug/dwarf".n3 int) (? []byte) { if len(@"debug/dwarf".b2.@"debug/dwarf".data) < @"debug/dwarf".n3 { @"debug/dwarf".b2.@"debug/dwarf".error("underflow"); return nil }; var @"debug/dwarf".data4 []byte; ; @"debug/dwarf".data4 = @"debug/dwarf".b2.@"debug/dwarf".data[0x0:@"debug/dwarf".n3]; @"debug/dwarf".b2.@"debug/dwarf".data = @"debug/dwarf".b2.@"debug/dwarf".data[@"debug/dwarf".n3:]; @"debug/dwarf".b2.@"debug/dwarf".off += @"debug/dwarf".Offset(@"debug/dwarf".n3); return @"debug/dwarf".data4 }
     81 	func (@"debug/dwarf".b2 *@"debug/dwarf".buf "esc:0x9") @"debug/dwarf".entry (@"debug/dwarf".atab3 @"debug/dwarf".abbrevTable "esc:0x1", @"debug/dwarf".ubase4 @"debug/dwarf".Offset) (? *@"debug/dwarf".Entry)
     82 	func (@"debug/dwarf".b1 *@"debug/dwarf".buf "esc:0x9") @"debug/dwarf".error (@"debug/dwarf".s2 string) { if @"debug/dwarf".b1.@"debug/dwarf".err == nil { @"debug/dwarf".b1.@"debug/dwarf".data = nil; @"debug/dwarf".b1.@"debug/dwarf".err = (@"debug/dwarf".DecodeError{ Name:@"debug/dwarf".b1.@"debug/dwarf".name, Offset:@"debug/dwarf".b1.@"debug/dwarf".off, Err:@"debug/dwarf".s2 }) } }
     83 	func (@"debug/dwarf".b2 *@"debug/dwarf".buf "esc:0x1") @"debug/dwarf".int () (? int64)
     84 	func (@"debug/dwarf".b1 *@"debug/dwarf".buf "esc:0x9") @"debug/dwarf".skip (@"debug/dwarf".n2 int) { @"debug/dwarf".b1.@"debug/dwarf".bytes(@"debug/dwarf".n2) }
     85 	func (@"debug/dwarf".b2 *@"debug/dwarf".buf "esc:0x9") @"debug/dwarf".string () (? string)
     86 	func (@"debug/dwarf".b2 *@"debug/dwarf".buf "esc:0x1") @"debug/dwarf".uint () (? uint64)
     87 	func (@"debug/dwarf".b2 *@"debug/dwarf".buf "esc:0x9") @"debug/dwarf".uint16 () (? uint16)
     88 	func (@"debug/dwarf".b2 *@"debug/dwarf".buf "esc:0x9") @"debug/dwarf".uint32 () (? uint32)
     89 	func (@"debug/dwarf".b2 *@"debug/dwarf".buf "esc:0x9") @"debug/dwarf".uint64 () (? uint64)
     90 	func (@"debug/dwarf".b2 *@"debug/dwarf".buf "esc:0x9") @"debug/dwarf".uint8 () (? uint8) { if len(@"debug/dwarf".b2.@"debug/dwarf".data) < 0x1 { @"debug/dwarf".b2.@"debug/dwarf".error("underflow"); return 0x0 }; var @"debug/dwarf".val3 byte; ; @"debug/dwarf".val3 = @"debug/dwarf".b2.@"debug/dwarf".data[0x0]; @"debug/dwarf".b2.@"debug/dwarf".data = @"debug/dwarf".b2.@"debug/dwarf".data[0x1:]; @"debug/dwarf".b2.@"debug/dwarf".off++; return @"debug/dwarf".val3 }
     91 	func (@"debug/dwarf".b3 *@"debug/dwarf".buf "esc:0x9") @"debug/dwarf".unitLength () (@"debug/dwarf".length1 @"debug/dwarf".Offset, @"debug/dwarf".dwarf642 bool)
     92 	func (@"debug/dwarf".b3 *@"debug/dwarf".buf "esc:0x1") @"debug/dwarf".varint () (@"debug/dwarf".c1 uint64, @"debug/dwarf".bits2 uint)
     93 	type @"debug/dwarf".LineFile struct { Name string; Mtime uint64; Length int }
     94 	type @"debug/dwarf".LineEntry struct { Address uint64; OpIndex int; File *@"debug/dwarf".LineFile; Line int; Column int; IsStmt bool; BasicBlock bool; PrologueEnd bool; EpilogueBegin bool; ISA int; Discriminator int; EndSequence bool }
     95 	type @"debug/dwarf".LineReaderPos struct { @"debug/dwarf".off @"debug/dwarf".Offset; @"debug/dwarf".numFileEntries int; @"debug/dwarf".state @"debug/dwarf".LineEntry; @"debug/dwarf".fileIndex int }
     96 	type @"debug/dwarf".LineReader struct { @"debug/dwarf".buf @"debug/dwarf".buf; @"debug/dwarf".section []byte; @"debug/dwarf".version uint16; @"debug/dwarf".minInstructionLength int; @"debug/dwarf".maxOpsPerInstruction int; @"debug/dwarf".defaultIsStmt bool; @"debug/dwarf".lineBase int; @"debug/dwarf".lineRange int; @"debug/dwarf".opcodeBase int; @"debug/dwarf".opcodeLengths []int; @"debug/dwarf".directories []string; @"debug/dwarf".fileEntries []*@"debug/dwarf".LineFile; @"debug/dwarf".programOffset @"debug/dwarf".Offset; @"debug/dwarf".endOffset @"debug/dwarf".Offset; @"debug/dwarf".initialFileEntries int; @"debug/dwarf".state @"debug/dwarf".LineEntry; @"debug/dwarf".fileIndex int }
     97 	func (@"debug/dwarf".r2 *@"debug/dwarf".LineReader "esc:0x2a") Next (@"debug/dwarf".entry3 *@"debug/dwarf".LineEntry "esc:0x1") (? error)
     98 	func (@"debug/dwarf".r1 *@"debug/dwarf".LineReader "esc:0x9") Reset ()
     99 	func (@"debug/dwarf".r1 *@"debug/dwarf".LineReader "esc:0x9") Seek (@"debug/dwarf".pos2 @"debug/dwarf".LineReaderPos) { @"debug/dwarf".r1.@"debug/dwarf".buf.@"debug/dwarf".off = @"debug/dwarf".pos2.@"debug/dwarf".off; @"debug/dwarf".r1.@"debug/dwarf".buf.@"debug/dwarf".data = @"debug/dwarf".r1.@"debug/dwarf".section[@"debug/dwarf".r1.@"debug/dwarf".buf.@"debug/dwarf".off:@"debug/dwarf".r1.@"debug/dwarf".endOffset]; @"debug/dwarf".r1.@"debug/dwarf".fileEntries = @"debug/dwarf".r1.@"debug/dwarf".fileEntries[:@"debug/dwarf".pos2.@"debug/dwarf".numFileEntries]; @"debug/dwarf".r1.@"debug/dwarf".state = @"debug/dwarf".pos2.@"debug/dwarf".state; @"debug/dwarf".r1.@"debug/dwarf".fileIndex = @"debug/dwarf".pos2.@"debug/dwarf".fileIndex }
    100 	func (@"debug/dwarf".r2 *@"debug/dwarf".LineReader "esc:0x2a") SeekPC (@"debug/dwarf".pc3 uint64, @"debug/dwarf".entry4 *@"debug/dwarf".LineEntry "esc:0x1") (? error)
    101 	func (@"debug/dwarf".r2 *@"debug/dwarf".LineReader "esc:0x22") Tell () (? @"debug/dwarf".LineReaderPos) { return (@"debug/dwarf".LineReaderPos{ @"debug/dwarf".off:@"debug/dwarf".r2.@"debug/dwarf".buf.@"debug/dwarf".off, @"debug/dwarf".numFileEntries:len(@"debug/dwarf".r2.@"debug/dwarf".fileEntries), @"debug/dwarf".state:@"debug/dwarf".r2.@"debug/dwarf".state, @"debug/dwarf".fileIndex:@"debug/dwarf".r2.@"debug/dwarf".fileIndex }) }
    102 	func (@"debug/dwarf".r1 *@"debug/dwarf".LineReader "esc:0x1") @"debug/dwarf".advancePC (@"debug/dwarf".opAdvance2 int) { var @"debug/dwarf".opIndex3 int; ; @"debug/dwarf".opIndex3 = @"debug/dwarf".r1.@"debug/dwarf".state.OpIndex + @"debug/dwarf".opAdvance2; @"debug/dwarf".r1.@"debug/dwarf".state.Address += uint64(@"debug/dwarf".r1.@"debug/dwarf".minInstructionLength * (@"debug/dwarf".opIndex3 / @"debug/dwarf".r1.@"debug/dwarf".maxOpsPerInstruction)); @"debug/dwarf".r1.@"debug/dwarf".state.OpIndex = @"debug/dwarf".opIndex3 % @"debug/dwarf".r1.@"debug/dwarf".maxOpsPerInstruction }
    103 	func (@"debug/dwarf".r3 *@"debug/dwarf".LineReader "esc:0x10a") @"debug/dwarf".readFileEntry () (? bool, ? error)
    104 	func (@"debug/dwarf".r2 *@"debug/dwarf".LineReader "esc:0x2a") @"debug/dwarf".readHeader () (? error)
    105 	func (@"debug/dwarf".r1 *@"debug/dwarf".LineReader "esc:0x9") @"debug/dwarf".resetState () { @"debug/dwarf".r1.@"debug/dwarf".state = (@"debug/dwarf".LineEntry{ Address:0x0, OpIndex:0x0, File:nil, Line:0x1, Column:0x0, IsStmt:@"debug/dwarf".r1.@"debug/dwarf".defaultIsStmt, BasicBlock:false, PrologueEnd:false, EpilogueBegin:false, ISA:0x0, Discriminator:0x0 }); @"debug/dwarf".r1.@"debug/dwarf".fileIndex = 0x1; @"debug/dwarf".r1.@"debug/dwarf".updateFile() }
    106 	func (@"debug/dwarf".r2 *@"debug/dwarf".LineReader "esc:0x9") @"debug/dwarf".step (@"debug/dwarf".entry3 *@"debug/dwarf".LineEntry "esc:0x1") (? bool)
    107 	func (@"debug/dwarf".r1 *@"debug/dwarf".LineReader "esc:0x9") @"debug/dwarf".updateFile () { if @"debug/dwarf".r1.@"debug/dwarf".fileIndex < len(@"debug/dwarf".r1.@"debug/dwarf".fileEntries) { @"debug/dwarf".r1.@"debug/dwarf".state.File = @"debug/dwarf".r1.@"debug/dwarf".fileEntries[@"debug/dwarf".r1.@"debug/dwarf".fileIndex] } else { @"debug/dwarf".r1.@"debug/dwarf".state.File = nil } }
    108 	type @"debug/dwarf".typeReader interface { AddressSize() (? int); Next() (? *@"debug/dwarf".Entry, ? error); Seek(? @"debug/dwarf".Offset); @"debug/dwarf".clone() (? @"debug/dwarf".typeReader); @"debug/dwarf".offset() (? @"debug/dwarf".Offset) }
    109 	type @"debug/dwarf".Reader struct { @"debug/dwarf".b @"debug/dwarf".buf; @"debug/dwarf".d *@"debug/dwarf".Data; @"debug/dwarf".err error; @"debug/dwarf".unit int; @"debug/dwarf".lastChildren bool; @"debug/dwarf".lastSibling @"debug/dwarf".Offset }
    110 	func (@"debug/dwarf".r2 *@"debug/dwarf".Reader "esc:0x1") AddressSize () (? int) { return @"debug/dwarf".r2.@"debug/dwarf".d.@"debug/dwarf".unit[@"debug/dwarf".r2.@"debug/dwarf".unit].@"debug/dwarf".asize }
    111 	func (@"debug/dwarf".r3 *@"debug/dwarf".Reader "esc:0x10a") Next () (? *@"debug/dwarf".Entry, ? error)
    112 	func (@"debug/dwarf".r1 *@"debug/dwarf".Reader "esc:0x9") Seek (@"debug/dwarf".off2 @"debug/dwarf".Offset)
    113 	func (@"debug/dwarf".r1 *@"debug/dwarf".Reader "esc:0x9") SkipChildren ()
    114 	func (@"debug/dwarf".r2 *@"debug/dwarf".Reader "esc:0x9") @"debug/dwarf".clone () (? @"debug/dwarf".typeReader)
    115 	func (@"debug/dwarf".r1 *@"debug/dwarf".Reader "esc:0x9") @"debug/dwarf".maybeNextUnit ()
    116 	func (@"debug/dwarf".r2 *@"debug/dwarf".Reader "esc:0x1") @"debug/dwarf".offset () (? @"debug/dwarf".Offset) { return @"debug/dwarf".r2.@"debug/dwarf".b.@"debug/dwarf".off }
    117 	type @"debug/dwarf".Data struct { @"debug/dwarf".abbrev []byte; @"debug/dwarf".aranges []byte; @"debug/dwarf".frame []byte; @"debug/dwarf".info []byte; @"debug/dwarf".line []byte; @"debug/dwarf".pubnames []byte; @"debug/dwarf".ranges []byte; @"debug/dwarf".str []byte; @"debug/dwarf".abbrevCache map[uint32]@"debug/dwarf".abbrevTable; @"debug/dwarf".order @"encoding/binary".ByteOrder; @"debug/dwarf".typeCache map[@"debug/dwarf".Offset]@"debug/dwarf".Type; @"debug/dwarf".typeSigs map[uint64]*@"debug/dwarf".typeUnit; @"debug/dwarf".unit []@"debug/dwarf".unit }
    118 	func (@"debug/dwarf".d2 *@"debug/dwarf".Data) AddTypes (@"debug/dwarf".name3 string, @"debug/dwarf".types4 []byte) (? error)
    119 	func (@"debug/dwarf".d3 *@"debug/dwarf".Data) LineReader (@"debug/dwarf".cu4 *@"debug/dwarf".Entry) (? *@"debug/dwarf".LineReader, ? error)
    120 	func (@"debug/dwarf".d2 *@"debug/dwarf".Data) Reader () (? *@"debug/dwarf".Reader)
    121 	func (@"debug/dwarf".d3 *@"debug/dwarf".Data) Type (@"debug/dwarf".off4 @"debug/dwarf".Offset) (? @"debug/dwarf".Type, ? error)
    122 	func (@"debug/dwarf".d2 *@"debug/dwarf".Data "esc:0x1") @"debug/dwarf".offsetToUnit (@"debug/dwarf".off3 @"debug/dwarf".Offset) (? int)
    123 	func (@"debug/dwarf".d3 *@"debug/dwarf".Data) @"debug/dwarf".parseAbbrev (@"debug/dwarf".off4 uint32, @"debug/dwarf".vers5 int) (? @"debug/dwarf".abbrevTable, ? error)
    124 	func (@"debug/dwarf".d2 *@"debug/dwarf".Data) @"debug/dwarf".parseTypes (@"debug/dwarf".name3 string, @"debug/dwarf".types4 []byte) (? error)
    125 	func (@"debug/dwarf".d3 *@"debug/dwarf".Data) @"debug/dwarf".parseUnits () (? []@"debug/dwarf".unit, ? error)
    126 	func (@"debug/dwarf".d3 *@"debug/dwarf".Data) @"debug/dwarf".readType (@"debug/dwarf".name4 string, @"debug/dwarf".r5 @"debug/dwarf".typeReader, @"debug/dwarf".off6 @"debug/dwarf".Offset, @"debug/dwarf".typeCache7 map[@"debug/dwarf".Offset]@"debug/dwarf".Type "esc:0x1") (? @"debug/dwarf".Type, ? error)
    127 	func (@"debug/dwarf".d3 *@"debug/dwarf".Data) @"debug/dwarf".sigToType (@"debug/dwarf".sig4 uint64) (? @"debug/dwarf".Type, ? error)
    128 	type @"".File struct { ? @"".FileHeader; ByteOrder @"encoding/binary".ByteOrder; Loads []@"".Load; Sections []*@"".Section; Symtab *@"".Symtab; Dysymtab *@"".Dysymtab; @"".closer @"io".Closer }
    129 	func (@"".f2 *@"".File "esc:0x9") Close () (? error)
    130 	func (@"".f3 *@"".File "esc:0x9") DWARF () (? *@"debug/dwarf".Data, ? error)
    131 	func (@"".f3 *@"".File "esc:0x9") ImportedLibraries () (? []string, ? error)
    132 	func (@"".f3 *@"".File "esc:0x9") ImportedSymbols () (? []string, ? error)
    133 	func (@"".f2 *@"".File "esc:0x32") Section (@"".name3 string "esc:0x1") (? *@"".Section)
    134 	func (@"".f2 *@"".File "esc:0x32") Segment (@"".name3 string "esc:0x1") (? *@"".Segment)
    135 	func (@"".f3 *@"".File "esc:0x9") @"".parseSymtab (@"".symdat4 []byte, @"".strtab5 []byte "esc:0x1", @"".cmddat6 []byte, @"".hdr7 *@"".SymtabCmd "esc:0x1", @"".offset8 int64) (? *@"".Symtab, ? error)
    136 	func (@"".f1 *@"".File "esc:0x9") @"".pushSection (@"".sh2 *@"".Section, @"".r3 @"io".ReaderAt) { @"".f1.Sections = append(@"".f1.Sections, @"".sh2); @"".sh2.@"".sr = @"io".NewSectionReader(@"".r3, int64(@"".sh2.SectionHeader.Offset), int64(@"".sh2.SectionHeader.Size)); @"".sh2.ReaderAt = @"".sh2.@"".sr }
    137 	type @"".FatArch struct { ? @"".FatArchHeader; ? *@"".File }
    138 	type @"".FatFile struct { Magic uint32; Arches []@"".FatArch; @"".closer @"io".Closer }
    139 	func (@"".ff2 *@"".FatFile "esc:0x9") Close () (? error)
    140 	type @"".FormatError struct { @"".off int64; @"".msg string; @"".val interface {} }
    141 	func (@"".e2 *@"".FormatError "esc:0x2a") Error () (? string)
    142 	var @"".ErrNotFat *@"".FormatError
    143 	func @"".NewFatFile (@"".r3 @"io".ReaderAt) (? *@"".FatFile, ? error)
    144 	func @"".OpenFat (@"".name3 string) (@"".ff1 *@"".FatFile, @"".err2 error)
    145 	type @"".Dylib struct { ? @"".LoadBytes; Name string; Time uint32; CurrentVersion uint32; CompatVersion uint32 }
    146 	func @"".Open (@"".name3 string) (? *@"".File, ? error)
    147 	func @"".NewFile (@"".r3 @"io".ReaderAt) (? *@"".File, ? error)
    148 	const @"".Magic32 uint32 = 0xfeedface
    149 	const @"".Magic64 uint32 = 0xfeedfacf
    150 	const @"".MagicFat uint32 = 0xcafebabe
    151 	const @"".TypeObj @"".Type = 0x1
    152 	const @"".TypeExec @"".Type = 0x2
    153 	const @"".TypeDylib @"".Type = 0x6
    154 	const @"".TypeBundle @"".Type = 0x8
    155 	const @"".Cpu386 @"".Cpu = 0x7
    156 	const @"".CpuAmd64 @"".Cpu = 0x1000007
    157 	const @"".CpuArm @"".Cpu = 0xc
    158 	const @"".CpuPpc @"".Cpu = 0x12
    159 	const @"".CpuPpc64 @"".Cpu = 0x1000012
    160 	const @"".LoadCmdSegment @"".LoadCmd = 0x1
    161 	const @"".LoadCmdSymtab @"".LoadCmd = 0x2
    162 	const @"".LoadCmdThread @"".LoadCmd = 0x4
    163 	const @"".LoadCmdUnixThread @"".LoadCmd = 0x5
    164 	const @"".LoadCmdDysymtab @"".LoadCmd = 0xb
    165 	const @"".LoadCmdDylib @"".LoadCmd = 0xc
    166 	const @"".LoadCmdDylinker @"".LoadCmd = 0xf
    167 	const @"".LoadCmdSegment64 @"".LoadCmd = 0x19
    168 	type @"".Segment64 struct { Cmd @"".LoadCmd; Len uint32; Name [16]byte; Addr uint64; Memsz uint64; Offset uint64; Filesz uint64; Maxprot uint32; Prot uint32; Nsect uint32; Flag uint32 }
    169 	type @"".Segment32 struct { Cmd @"".LoadCmd; Len uint32; Name [16]byte; Addr uint32; Memsz uint32; Offset uint32; Filesz uint32; Maxprot uint32; Prot uint32; Nsect uint32; Flag uint32 }
    170 	type @"".DylibCmd struct { Cmd @"".LoadCmd; Len uint32; Name uint32; Time uint32; CurrentVersion uint32; CompatVersion uint32 }
    171 	type @"".Section32 struct { Name [16]byte; Seg [16]byte; Addr uint32; Size uint32; Offset uint32; Align uint32; Reloff uint32; Nreloc uint32; Flags uint32; Reserve1 uint32; Reserve2 uint32 }
    172 	type @"".Section64 struct { Name [16]byte; Seg [16]byte; Addr uint64; Size uint64; Offset uint32; Align uint32; Reloff uint32; Nreloc uint32; Flags uint32; Reserve1 uint32; Reserve2 uint32; Reserve3 uint32 }
    173 	type @"".Nlist32 struct { Name uint32; Type uint8; Sect uint8; Desc uint16; Value uint32 }
    174 	type @"".Nlist64 struct { Name uint32; Type uint8; Sect uint8; Desc uint16; Value uint64 }
    175 	type @"".Thread struct { Cmd @"".LoadCmd; Len uint32; Type uint32; Data []uint32 }
    176 	type @"".Regs386 struct { AX uint32; BX uint32; CX uint32; DX uint32; DI uint32; SI uint32; BP uint32; SP uint32; SS uint32; FLAGS uint32; IP uint32; CS uint32; DS uint32; ES uint32; FS uint32; GS uint32 }
    177 	type @"".RegsAMD64 struct { AX uint64; BX uint64; CX uint64; DX uint64; DI uint64; SI uint64; BP uint64; SP uint64; R8 uint64; R9 uint64; R10 uint64; R11 uint64; R12 uint64; R13 uint64; R14 uint64; R15 uint64; IP uint64; FLAGS uint64; CS uint64; FS uint64; GS uint64 }
    178 	func @"".init ()
    179 	func @"io".NewSectionReader (@"io".r2 @"io".ReaderAt, @"io".off3 int64, @"io".n4 int64) (? *@"io".SectionReader) { return (&@"io".SectionReader{ @"io".r:@"io".r2, @"io".base:@"io".off3, @"io".off:@"io".off3, @"io".limit:@"io".off3 + @"io".n4 }) }
    180 	type @"debug/dwarf".DecodeError struct { Name string; Offset @"debug/dwarf".Offset; Err string }
    181 	func (@"debug/dwarf".e2 @"debug/dwarf".DecodeError "esc:0x1") Error () (? string)
    182 
    183 $$
    184 _go_.o          0           0     0     644     345877    `
    185 go object darwin amd64 go1.5.1 X:none
    186 
    187 !
    188 go13ld"encoding/binary.a
    189 fmt.aio.aos.abytes.adebug/dwarf.astrconv.a"".NewFatFileqqeH%H$H;A5HH$H$1H$H$HH$HD$H$PH$HD$0H$H$XH$H$`HD$pHH$HH$HD$H$(H$H$(H$XH+H$`=<HkH$(H$H$H$(Hl$pHhH$H$H$(Hl$pHhH$H$ H$(Hl$pL$LHh H$H$(H$PH$@HH$ 1H9THH$HH\$HH\$HH\$HD$ H\$(H|$HHHKHOH$(H$ H$H$H$HL$H$@HH$H\$ H$HL$(HL$0HD$8H$H$xHHH$HD$H$H$H$HH$H$H$H-HhH@H$H$H$1HhHh H$H1H9t1H$H$H$H$HHH$HH\$HH\$HD$H$PH$H$P]1\$T\$U\$V\$WHH$HD$H\$THH$@H$HH$8H$PH$H$P+H$8H$@H$HH$l$HH$HH$8H$H$H$Hl$H@)HHHH$H$H$HHHl$H@+HHHH$H$H$HHnl$HH@+HHLHH$H$H$!l$HH@+HH$HD$H\$THHHH$H$HH$H$H$H$HH$H$H$_HH$H$H$4HH$H$H$HHHHm	HHHm	HHHm	HH$HD$H$H$H$HH$H$H$H-HhH@H$H$H$1HhHh H$H1H9t1H$H$H$H$HHH$HH\$HH\$HD$HH$ 1H9tHHH$H$HH$H$ H$HHH$HH\$HH\$H\$H$ AHD$xHH$HD$H$HH$H$H$(H$HH$@HH$ 1H9HH$HH\$HH\$HH\$HD$ H\$(H|$HHHKHOH$(H$ H$H$H$HL$H$@HH$H\$ H$HL$(HL$0HD$8H$H$xHHH$HD$H$H$H$Hl$xH(H$H$H$H-HhH@H$H$H$1HhHh H$H1H9t1H$H$H$H$HHH$HH\$HH\$HD$H\$xHH\$xH$HH$H$HHH$HD$H$H$H$Hl$xH(H$H$H$H-HhH@H$H$H$1HhHh H$H1H9t1H$H$H$H$HHH$HH\$HH\$HD$1H$$$$H$H$H$H$H$1HH$HH$H$H+Hl$H$H\$H$H\$H\$ H$D$LH$HH$H$HH$H$HHH$(Hl$(Hl$H\$H$ H\$ H$(H\$(H$0H$PH$H$H$PH$(HkH$0HkH$ =fHkD$PH$HH$H$PH$Hl$P9H$H$H$PHKHCHkH$0HH$ l$PH$(H9
HHHH$H$(H$H
H$8HH$ 1H9$
HH$HH\$HH\$HH\$HD$ H\$(H|$HHHKHOH$(H$ H$H$H$HL$H$8HH$H\$ H$HL$(HL$0HD$8H$H$xHHH$HD$H$H$H$Hl$xH(H$H$H$H-HhH@H$H$H$1HhHh H$H1H9t1H$H$H$H$HHH$HH\$HH\$HD$H\$xHH\$xH$H$H$H$hH$H$H$H$kH$H$hH$H$pH$H\$hH$HH$HD$H$(H$H$(H$hH+H$p=u
    216 HkH$(H$H$H$(Hl$hHhH$H$H$(Hl$hHhH$H$ H$(Hl$hL$LHh H$(H1H9	H$(H$H$H$HL$H\$H$0H\$H$H\$ H$H$H$H$H$H9	H$0=
	HkH$H$H$H$xHt)H$H$H$HH$H$H$H$H$H$H hH	H\$`HHH$H$H\$HD$HD$\$ \$FH$H$H$+@|$FH\$`H$D$GHH$H$H\$H$H\$H\$GH\$H$\$PuJH$H$H$HkH,$H$H$H[kl$L\$P\$PH$H$H$HkH,$H$D$LH$Hm]9t\$P\$\D$X1H$pH$xH$H$H$H$H$pHH$H$H$HH$H\$\H\$HD$H\$H$H\$ H$H$H$H$H$H+H$=HkH$H$H$HH$H$HkHl$H|$HD$HD$H\$H$H\$ H$H$HH$H$H$HH+H$=HkHH$H\$XH\$HD$H\$H$H\$ H$H$H H$H$H$H H+H$=HkHH$HD$KH$H\$H$H\$H$H\$ H\$(H$H\$0H$HH$HD$H$H$H$Hl$xH(H$H$H$H$HkH$=HkH$H$H$H$1HhHh H$H1H9t1H$H$H$H$HHH$HH\$HH\$HD$LCL$Hl$KLCL$Hl$iLCL$Hl$%QLCL$Hl$[1H$PH$XH$`H$hH$PHH$H$H$HH$H$H\$H|$HD$H\$H$H\$ H$H$H$H$H$H+H$=>HkHH$H$H\$H|$
    223 HD$HD$H\$H$H\$ H$H$HH$H$H$HH+H$=HkHH$HD$)H$H\$H$H\$H$H\$ H\$(H$H\$0H$HH$HD$H$H$H$Hl$xH(H$H$H$H$HkH$=HkH$H$H$H$1HhHh H$H1H9t1H$H$H$H$HHH$HH\$HH\$HD$LCL$Hl$KLCL$Hl$i%LCL$Hl$%>LCL$Hl$HH$HH\$HH\$HD$LCL$Hl$xHH$HH\$HH\$H\$H$ yH$1H$H$HLCL$Hl$HH$HH\$HH\$H\$H$ HH$HH\$HH\$H\$H$ rLCL$Hl$
    225 ^
    226 *runtime.racefuncentertype."".FatFile
    227 "runtime.newobject
    228 ,runtime.racewriterange*type.io.SectionReader
    229 "runtime.newobject
    230 "runtime.racewrite6runtime.writeBarrierEnabled
    231 "runtime.racewrite
    232 "runtime.racewrite
    233 "runtime.racewriteFgo.itab.*io.SectionReader.io.Reader<type.encoding/binary.bigEndian<type.encoding/binary.ByteOrdervgo.itab.encoding/binary.bigEndian.encoding/binary.ByteOrder2encoding/binary.BigEndian
    234 runtime.convT2Itype.*uint32	
    235 (encoding/binary.Read	&type."".FormatError
    236 
    237 "runtime.newobject
    238 
    239 "runtime.racewrite
    240 
    241 "runtime.racewriteLgo.string."error reading magic number"
    244 "runtime.racewrite:go.itab.*"".FormatError.error
    247 (runtime.racefuncexit
(type.*"".FormatError
type.error
:go.itab.*"".FormatError.error
    252  runtime.typ2Itab
    254  runtime.raceread2encoding/binary.BigEndian
    255 *runtime.racereadrange
    256  runtime.raceread
    257 "runtime.racewrite
    258 "runtime.racewrite
    259 "runtime.racewrite
    260 "runtime.racewrite8encoding/binary.LittleEndian
    261 *runtime.racereadrange
    262  runtime.raceread
    263  runtime.raceread
    264  runtime.raceread
    265  runtime.raceread&type."".FormatError
    266 "runtime.newobject
    267 "runtime.racewrite
    268 "runtime.racewrite@go.string."invalid magic number"
    269 "runtime.racewrite:go.itab.*"".FormatError.error
    270 (runtime.racefuncexit(type.*"".FormatErrortype.error:go.itab.*"".FormatError.error
    271  runtime.typ2Itab:go.itab.*"".FormatError.error"".ErrNotFat
    272  runtime.raceread"".ErrNotFat
    273 (runtime.racefuncexit(type.*"".FormatErrortype.error:go.itab.*"".FormatError.error
    274  runtime.typ2Itab 
    275 $runtime.panicindex 
    276 $runtime.panicindex 
    277 $runtime.panicindex 
    278 $runtime.panicindex 
    279 $runtime.panicindex 
    280 $runtime.panicindex 
    281 $runtime.panicindex!
    282 $runtime.panicindex!
    283 $runtime.panicindex!
    284 $runtime.panicindex!
    285 $runtime.panicindex!
    286 $runtime.panicindex!
    287 $runtime.panicindex!
    288 $runtime.panicindex!
    289 $runtime.panicindex"
    290 $runtime.panicindex"type.uint32"
    291 "runtime.newobject"
    292 "runtime.racewrite#Fgo.itab.*io.SectionReader.io.Reader#<type.encoding/binary.bigEndian$<type.encoding/binary.ByteOrder$vgo.itab.encoding/binary.bigEndian.encoding/binary.ByteOrder$2encoding/binary.BigEndian$
    293 runtime.convT2I&type.*uint32&
    294 (encoding/binary.Read'&type."".FormatError'
    295 "runtime.newobject'
    296 "runtime.racewrite(
    297 "runtime.racewrite(<go.string."invalid fat_header"(
    298 "runtime.racewrite):go.itab.*"".FormatError.error*
    299 (runtime.racefuncexit*(type.*"".FormatError*type.error*:go.itab.*"".FormatError.error*
    300  runtime.typ2Itab+
    301  runtime.raceread+&type."".FormatError+
    302 "runtime.newobject,
    303 "runtime.racewrite,
    304 "runtime.racewrite,Fgo.string."file contains no images"-
    305 "runtime.racewrite-:go.itab.*"".FormatError.error.
    306 (runtime.racefuncexit.(type.*"".FormatError/type.error/:go.itab.*"".FormatError.error/
    307  runtime.typ2Itab0
    308  runtime.duffzero0
    309  runtime.raceread1(type.map[uint64]bool1
    310 runtime.makemap2
    311  runtime.raceread2
    312  runtime.raceread2"type.[]"".FatArch3
    313 "runtime.makeslice4
    314 "runtime.racewrite46runtime.writeBarrierEnabled5
    315  runtime.raceread6
    316  runtime.raceread8Fgo.itab.*io.SectionReader.io.Reader8<type.encoding/binary.bigEndian8<type.encoding/binary.ByteOrder8vgo.itab.encoding/binary.bigEndian.encoding/binary.ByteOrder92encoding/binary.BigEndian9
    317 runtime.convT2I:,type.*"".FatArchHeader;
    318 (encoding/binary.Read;&type."".FormatError;
    319 "runtime.newobject<
    320 "runtime.racewrite<
    321 "runtime.racewrite<Fgo.string."invalid fat_arch header"=
    322 "runtime.racewrite=:go.itab.*"".FormatError.error>
    323 (runtime.racefuncexit>(type.*"".FormatError>type.error?:go.itab.*"".FormatError.error?
    324  runtime.typ2Itab@
    325  runtime.raceread@
    326  runtime.racereadA*type.io.SectionReaderA
    327 "runtime.newobjectB
    328 "runtime.racewriteB6runtime.writeBarrierEnabledC
    329 "runtime.racewriteC
    330 "runtime.racewriteD
    331 "runtime.racewriteDJgo.itab.*io.SectionReader.io.ReaderAtE
    332 "".NewFileF
    333 "runtime.racewriteG6runtime.writeBarrierEnabledH
    334 (runtime.racefuncexitH
    335  runtime.racereadI
    336  runtime.racereadI(type.map[uint64]boolI
    337 2runtime.mapaccess2_fast64J
    338  runtime.racereadK(type.map[uint64]boolL
    339 $runtime.mapassign1L
    340  runtime.racereadL
    341  runtime.racereadM
    342  runtime.racereadN
    343  runtime.racereadPtype.uint32P
    344 runtime.convT2EQ
    345 "runtime.racewriteQ6runtime.writeBarrierEnabledR
    346  runtime.racereadRtype."".TypeS
    347 runtime.convT2ET
    348 "runtime.racewriteT6runtime.writeBarrierEnabledUtype."".TypeU
    349 runtime.convT2EV
    350 "runtime.racewriteV6runtime.writeBarrierEnabledWgo.string."Mach-O type for architecture #%d (type=%#x) does not match first (type=%#x)"W
    351 fmt.SprintfX&type."".FormatErrorX
    352 "runtime.newobjectX
    353 "runtime.racewriteY
    354 "runtime.racewriteY6runtime.writeBarrierEnabledZ
    355 "runtime.racewriteZ:go.itab.*"".FormatError.error[
    356 (runtime.racefuncexit[(type.*"".FormatError\type.error\:go.itab.*"".FormatError.error\
    357  runtime.typ2Itab\
    358 .runtime.writebarrierptr]
    359 .runtime.writebarrierptr]
    360 .runtime.writebarrierptr^
    361 .runtime.writebarrierptr_type."".Cpu`
    362 runtime.convT2Ea
    363 "runtime.racewritea6runtime.writeBarrierEnabledatype.uint32b
    364 runtime.convT2Ec
    365 "runtime.racewritec6runtime.writeBarrierEnableddjgo.string."duplicate architecture cpu=%v, subcpu=%#x"e
    366 fmt.Sprintfe&type."".FormatErrore
    367 "runtime.newobjectf
    368 "runtime.racewritef
    369 "runtime.racewriteg6runtime.writeBarrierEnabledg
    370 "runtime.racewriteh:go.itab.*"".FormatError.errorh
    371 (runtime.racefuncexiti(type.*"".FormatErroritype.errori:go.itab.*"".FormatError.errori
    372  runtime.typ2Itabj
    373 .runtime.writebarrierptrj
    374 .runtime.writebarrierptrj
    375 .runtime.writebarrierptrk
    376 .runtime.writebarrierptrk,type.*io.SectionReaderl type.io.ReaderAtlJgo.itab.*io.SectionReader.io.ReaderAtl
    377  runtime.typ2Itabl
    378 .runtime.writebarrierptrm,type.*io.SectionReadermtype.io.ReadermFgo.itab.*io.SectionReader.io.Readerm
    379  runtime.typ2Itabn
    380 $runtime.panicindexn
    381 (runtime.racefuncexitn
    382 .runtime.writebarrierptro,type.*io.SectionReaderotype.io.ReaderoFgo.itab.*io.SectionReader.io.Readero
    383  runtime.typ2Itabp,type.*io.SectionReaderptype.io.ReaderpFgo.itab.*io.SectionReader.io.Readerp
    384  runtime.typ2Itabq
    385 .runtime.writebarrierptrq
    386 0runtime.morestack_noctxtP"".autotmp_0087type.*uint8"".autotmp_0086(type.*"".FormatError"".autotmp_0085"type.interface {}"".autotmp_0084"type.interface {}"".autotmp_0083"type.interface {}"".autotmp_0082(type.[3]interface {}"".autotmp_0079&type.[]interface {}"".autotmp_0078type.*uint8"".autotmp_0077(type.*"".FormatError"".autotmp_0076"type.interface {}"".autotmp_0075"type.interface {}"".autotmp_0074(type.[2]interface {}"".autotmp_0071&type.[]interface {}"".autotmp_0070type.*bool"".autotmp_0069type.*uint8"".autotmp_0068,type.*io.SectionReader"".autotmp_0067,type.*io.SectionReader"".autotmp_0065type.int64"".autotmp_0064type.*uint8"".autotmp_0063(type.*"".FormatError"".autotmp_0062type.*uint8"".autotmp_00616type.map.bucket[uint64]bool"".autotmp_0060_0type.map.hdr[uint64]bool"".autotmp_0059type.*uint8"".autotmp_0058(type.*"".FormatError"".autotmp_0057type.*uint8"".autotmp_0056(type.*"".FormatError"".autotmp_0055type.*uint8"".autotmp_0054type.*uint8"".autotmp_0053(type.*"".FormatError"".autotmp_0052type.*uint8"".autotmp_0051type.uint32"".autotmp_0049type.*uint8"".autotmp_0048(type.*"".FormatError"".autotmp_0047type.*uint8"".autotmp_0046,type.*io.SectionReader"".autotmp_0045,type.*io.SectionReader"".autotmp_0044type.uint32"".autotmp_0043(type.*"".FormatError"".autotmp_0042type.string"".autotmp_0041	type."".Type"".autotmp_0040	type.uint32"".autotmp_0039
    388 type.bool"".autotmp_0038type.uint64"".autotmp_0037(type.*"".FormatError"".autotmp_0036type.string"".autotmp_0034type.error"".autotmp_0033type.*"".File"".autotmp_0032,type.*io.SectionReader"".autotmp_0031type.int64"".autotmp_0030(type.*"".FormatError"".autotmp_0029type.error"".autotmp_0028,type.*"".FatArchHeader"".autotmp_0027,type.*io.SectionReader"".autotmp_0026"type.[]"".FatArch"".autotmp_0024(type.*"".FormatError"".autotmp_0023type.int64"".autotmp_0022(type.*"".FormatError"".autotmp_0021type.error"".autotmp_0020type.*uint32"".autotmp_0019,type.*io.SectionReader"".autotmp_0018(type.*"".FormatError"".autotmp_0017type.[]uint8"".autotmp_0016type.[]uint8"".autotmp_0015(type.*"".FormatError"".autotmp_0014type.error"".autotmp_0013type.*uint32"".autotmp_0012,type.*io.SectionReader"".&narchtype.*uint32"".&ff type.*"".FatFileio.n4	type.int64io.off3	type.int64io.r2 type.io.ReaderAt(encoding/binary.b2type.[]uint8(encoding/binary.v2
    390 type.uint32(encoding/binary.b1type.[]uint8io.n4	type.int64io.off3	type.int64io.r2 type.io.ReaderAt"".k
    391 type.bool"".seenArch	type.uint64
    392 "".fa type.*"".FatArch"".i	type.uint32"".machoType
    393 type."".Type"".seenArches(type.map[uint64]bool"".offset	type.int64"".buf	type.[4]uint8"".errtype.error
    396 "".sr,type.*io.SectionReader"".~r20type.error"".~r1  type.*"".FatFile"".r type.io.ReaderAt"	8\"/7(rq7Qvu???	&`_7$VU7
    420 7T657(';iN	;-2?
    421 	PA<'?%:%:.AKBo4
0B@QH0-
    425 00wo40&#0b_tRo40+qB	=rsf+B</S/p*aQ00	:+d/p*aQ00	#*4I
!
    429 
-:$Tgclocals60e848e8172dd306e1c452611b91e687Tgclocals41e8424a308b837f54b4c522289dce16\prebuilts/go/darwin-x86/src/debug/macho/fat.go"".OpenFateH%H;aH`H\$`H$11H$H$H\$hH$H\$pH\$HT$HL$HD$ H$H$HtHD$xH`HT$(HT$8H1H9HL$8HD$PH$HL$XHL$Hl$(HD$HT$HL$ HD$xH$H$HtH,$HD$xH`Hl$8HHD$01H9teH\$xH$H$ HL$8HD$0H\$xHt9HD$@HC HL$H=uHK(H`LC(L$HL$HH$HH\$HH\$H\$H\$0dHH$HH\$HH\$HD$,
    432 B
    433 *runtime.racefuncenter
    434 os.Open
    435 (runtime.racefuncexit8go.itab.*os.File.io.ReaderAt
    436 "".NewFatFile
    437  os.(*File).Close
    438 (runtime.racefuncexit4go.itab.*os.File.io.Closer
    439 "runtime.racewrite6runtime.writeBarrierEnabled
    440 (runtime.racefuncexit
    441 .runtime.writebarrierptrtype.*os.Filetype.io.Closer4go.itab.*os.File.io.Closer
    442  runtime.typ2Itabtype.*os.File type.io.ReaderAt8go.itab.*os.File.io.ReaderAt
    443  runtime.typ2Itab
    444 0runtime.morestack_noctxtP"".autotmp_0118type.*uint8"".autotmp_0117_type.*uint8"".autotmp_0116type.*os.File"".autotmp_0115type.error"".autotmp_0113type.*os.File"".autotmp_0111Otype.*os.File"".fotype.*os.File"".err0type.error
    446 "".ff  type.*"".FatFile"".nametype.string4qdX/	Z		[
    447 ;	2	
* _>80
    449 5	E7Tgclocals17a20e1b1b05d1e0e010094cc31914a5Tgclocals799f74f0b553ed84654bb4084b7aa816\prebuilts/go/darwin-x86/src/debug/macho/fat.go&"".(*FatFile).CloseeH%H;aH8H\$8H$1H\$HH\$P1H\$H\$ H\$@H$H$ HD$@Hh HtkH$H$ H\$@HtpHK Hk(Hl$0H,$HL$(HY HL$HD$HL$HD$ H\$@H$H$ H\$@1Hk Hk(H\$H\$HH\$ H\$PH8
    451 
    452 B
    453 *runtime.racefuncenter
    454  runtime.raceread
    455  runtime.raceread
    456 "runtime.racewrite
    457 (runtime.racefuncexit
    458 0runtime.morestack_noctxt0p"".err?type.error"".~r0type.error
    461 "".ff type.*"".FatFilepop,"I" +N("Tgclocals27f94a2fe0ff5b305b2385471201b6d7Tgclocals0c7ba4686807ed10ce3a3f60b9393cf2\prebuilts/go/darwin-x86/src/debug/macho/fat.go "".LoadBytes.RaweH%H;av<HH\$H$1H\$H\$(H\$H\$0H\$ H\$8H
    467 :
    468 *runtime.racefuncenter
    469 (runtime.racefuncexit
    470 0runtime.morestack_noctxt`"".~r00type.[]uint8"".b"type."".LoadBytes7`R`%Tgclocalsfb5b36e54c12c3751d230ddc83c0c455Tgclocals69c1753bd5f81501d95132d08af04464^prebuilts/go/darwin-x86/src/debug/macho/file.go$"".(*Segment).DataeH%HD$H;AHH$H$1H$H$H$1H$H$H$H$H$pH$HkpHl$@H,$H$ H\$@H$H$HD$@HX HhH)HHH$HD$HD$HT$HL$ HD$(HT$XHL$`HD$hH$H$H$pH$HkpH,$H\$XH\$H\$`H\$H\$hH\$HD$ HD$(HT$0HL$8Ht$`H9ul1HHl$hH9wVLD$XLD$pL$HD$xH$H$H$HT$HH$HL$PH$H.
    474 X
    475 *runtime.racefuncenter
    476  runtime.raceread
    477  runtime.raceread
    478  runtime.racereadtype.[]uint8
    479 "runtime.makeslice
    480  runtime.raceread
    481 4io.(*SectionReader).ReadAt
    482 (runtime.racefuncexit
    483 $runtime.panicslice
    484 0runtime.morestack_noctxt`"".autotmp_0131type.int64"".autotmp_0129type.[]uint8"".autotmp_0128type.int"".autotmp_0125/type.[]uint8io.s2,type.*io.SectionReader"".errtype.error"".dat_type.[]uint8"".~r1@type.error"".~r0type.[]uint8"".s type.*"".Segment!*\a
    489 S +a@4
!Tgclocals3d62476710a386a8bdda2662c18ab6e5Tgclocals7f7e6ec54e0fe5c2b861c6ab03f71f2b^prebuilts/go/darwin-x86/src/debug/macho/file.go$"".(*Segment).OpeneH%H;aH`H\$`H$1H\$pH\$xHHD$81H9fH\$hH$H$pH\$hHkpHD$8HD$PHD$@Hl$XHl$HHD$ HH\$(HH$HD$HD$0H$H\$0Hl$@H+Hl$H=HkH\$0H$H$HD$0Hl$ HhH$H$HD$0Hl$ HhH$H$ HD$0Hl$ LD$(LHh HD$0H1H9tH\$0H\$xHD$pH`HH$HH\$HH\$HD$LCL$Hl$-HH$HH\$HH\$H\$H\$8c.
    495 B
    496 *runtime.racefuncenterhJgo.itab.*io.SectionReader.io.ReaderAt
    497  runtime.raceread*type.io.SectionReader
    498 "runtime.newobject
    499 "runtime.racewrite6runtime.writeBarrierEnabled
    500 "runtime.racewrite
    501 "runtime.racewrite
    502 "runtime.racewriteNgo.itab.*io.SectionReader.io.ReadSeeker
    503 (runtime.racefuncexit,type.*io.SectionReader$type.io.ReadSeekerNgo.itab.*io.SectionReader.io.ReadSeeker
    504  runtime.typ2Itab
    505 .runtime.writebarrierptr,type.*io.SectionReader type.io.ReaderAtJgo.itab.*io.SectionReader.io.ReaderAt
    506  runtime.typ2Itab
    507 0runtime.morestack_noctxt0"".autotmp_0137type.*uint8"".autotmp_0136_,type.*io.SectionReader"".autotmp_0135,type.*io.SectionReader"".autotmp_0134Otype.*uint8"".autotmp_0133 type.io.ReaderAt"".autotmp_0132,type.*io.SectionReaderio.n4otype.int64io.off3type.int64io.r2? type.io.ReaderAt"".~r0$type.io.ReadSeeker"".s type.*"".Segment
    509 & 6J6u-FTgclocals18f6d3d39240673c818afd82a70cfe06Tgclocalsd76d733252dff1db3e6244421edfb3e6^prebuilts/go/darwin-x86/src/debug/macho/file.go$"".(*Section).DataeH%HD$H;AHH$H$1H$H$H$1H$H$H$H$H$XH$HkXHl$@H,$H$ H\$@H$H$HD$@HX HhH)HHH$HD$HD$HT$HL$ HD$(HT$XHL$`HD$hH$H$H$XH$HkXH,$H\$XH\$H\$`H\$H\$hH\$HD$ HD$(HT$0HL$8Ht$`H9ul1HHl$hH9wVLD$XLD$pL$HD$xH$H$H$HT$HH$HL$PH$H.
    512 X
    513 *runtime.racefuncenter
    514  runtime.raceread
    515  runtime.raceread
    516  runtime.racereadtype.[]uint8
    517 "runtime.makeslice
    518  runtime.raceread
    519 4io.(*SectionReader).ReadAt
    520 (runtime.racefuncexit
    521 $runtime.panicslice
    522 0runtime.morestack_noctxt`"".autotmp_0146type.int64"".autotmp_0144type.[]uint8"".autotmp_0143type.int"".autotmp_0140/type.[]uint8io.s2,type.*io.SectionReader"".errtype.error"".dat_type.[]uint8"".~r1@type.error"".~r0type.[]uint8"".s type.*"".Section!*\a
    527 S +a@4
!Tgclocals3d62476710a386a8bdda2662c18ab6e5Tgclocals7f7e6ec54e0fe5c2b861c6ab03f71f2b^prebuilts/go/darwin-x86/src/debug/macho/file.go$"".(*Section).OpeneH%H;aH`H\$`H$1H\$pH\$xHHD$81H9fH\$hH$H$XH\$hHkXHD$8HD$PHD$@Hl$XHl$HHD$ HH\$(HH$HD$HD$0H$H\$0Hl$@H+Hl$H=HkH\$0H$H$HD$0Hl$ HhH$H$HD$0Hl$ HhH$H$ HD$0Hl$ LD$(LHh HD$0H1H9tH\$0H\$xHD$pH`HH$HH\$HH\$HD$LCL$Hl$-HH$HH\$HH\$H\$H\$8c.
    533 B
    534 *runtime.racefuncenterhJgo.itab.*io.SectionReader.io.ReaderAt
    535  runtime.raceread*type.io.SectionReader
    536 "runtime.newobject
    537 "runtime.racewrite6runtime.writeBarrierEnabled
    538 "runtime.racewrite
    539 "runtime.racewrite
    540 "runtime.racewriteNgo.itab.*io.SectionReader.io.ReadSeeker
    541 (runtime.racefuncexit,type.*io.SectionReader$type.io.ReadSeekerNgo.itab.*io.SectionReader.io.ReadSeeker
    542  runtime.typ2Itab
    543 .runtime.writebarrierptr,type.*io.SectionReader type.io.ReaderAtJgo.itab.*io.SectionReader.io.ReaderAt
    544  runtime.typ2Itab
    545 0runtime.morestack_noctxt0"".autotmp_0152type.*uint8"".autotmp_0151_,type.*io.SectionReader"".autotmp_0150,type.*io.SectionReader"".autotmp_0149Otype.*uint8"".autotmp_0148 type.io.ReaderAt"".autotmp_0147,type.*io.SectionReaderio.n4otype.int64io.off3type.int64io.r2? type.io.ReaderAt"".~r0$type.io.ReadSeeker"".s type.*"".Section
    547 & 6J6u-FTgclocals18f6d3d39240673c818afd82a70cfe06Tgclocalsd76d733252dff1db3e6244421edfb3e6^prebuilts/go/darwin-x86/src/debug/macho/file.go."".(*FormatError).ErroreH%HD$H;AH1HD$hHD$pH$H$1H$H$H$H$H$H$H7HhHl$8HhHl$@H$H$HL$8HD$@H$HkH4H$H$1HD$hHD$pHD$hHH$H$H$H$H$H$H$H$HmHkH$H\$Hl$H-H,$HH$HD$H$H\$H$H\$H$H\$ HL$(HD$0H$H$H\$H$H\$HL$xHL$H$HD$ HL$(HD$0HL$8H$HD$@H$1H\$XH\$`H\$XHyH$H$H$HH$H$H\$H|$)HD$H\$H\$HH\$ H\$PH$H$H$Hl$HH+Hl$P=HkHH$HD$H$H\$H$H\$H$H\$ HL$(HD$0H$H$H\$H$H\$HL$xHL$H$HD$ HL$(HD$0HL$8H$HD$@H$HLCL$Hl$0%4B*
    549 p
    550 *runtime.racefuncenter
    551  runtime.raceread
    552  runtime.raceread
    553 "runtime.racewrite
    554  runtime.raceread"type.interface {}
    555 (runtime.typedmemmove"go.string." '%v'"
    556 fmt.Sprintf
    557 *runtime.concatstring2	type.int64	
    558 runtime.convT2E
    559 
    560 "runtime.racewrite
    561 6runtime.writeBarrierEnabled
    562 Dgo.string." in record at byte %#x"
    564 fmt.Sprintf
    566 *runtime.concatstring2
    568 (runtime.racefuncexit
    569 .runtime.writebarrierptr
    570 0runtime.morestack_noctxt0"".autotmp_0167"type.interface {}"".autotmp_0166(type.[1]interface {}"".autotmp_0164*type.*[1]interface {}"".autotmp_0163&type.[]interface {}"".autotmp_0162(type.[1]interface {}"".autotmp_0159/&type.[]interface {}"".autotmp_0158type.string"".autotmp_0157type.string"".autotmp_0156otype.string"".autotmp_0155Otype.string"".msgtype.string"".~r0type.string"".e(type.*"".FormatErrorK8+:.'*67ZtH%fH)>Tgclocalsbf571f6e994f54f15b6c49dddccda3ddTgclocals12abde4ce1c001576b1c5981f9189139^prebuilts/go/darwin-x86/src/debug/macho/file.go"".Open		eH%H;a+HxH\$xH$1H$H$H$H$H$H\$HT$HD$HL$ HL$PHD$HHt&H$H$H$HxHT$0HT$@H1H9VHL$@HD$hH$HL$pHL$Hl$0HD$HT$HL$ HD$(HL$PHT$HHt9H,$H$H\$HH$H\$PH$HxHl$@HHD$81H9H\$(H$H$pHL$@HD$8H\$(HtXHD$XHCpHL$`=u-HKxH\$(H$1H$H$HxLCxL$HL$HH$HH\$HH\$H\$H\$8EHH$HH\$HH\$HD$x,
    577 B
    578 *runtime.racefuncenter
    579 os.Open
    580 (runtime.racefuncexit8go.itab.*os.File.io.ReaderAt
    581 "".NewFile
    582  os.(*File).Close
    583 (runtime.racefuncexit4go.itab.*os.File.io.Closer
    584 "runtime.racewrite6runtime.writeBarrierEnabled
    585 (runtime.racefuncexit
    586 .runtime.writebarrierptrtype.*os.Filetype.io.Closer4go.itab.*os.File.io.Closer
    587  runtime.typ2Itabtype.*os.File type.io.ReaderAt8go.itab.*os.File.io.ReaderAt
    588  runtime.typ2Itab
    589 0runtime.morestack_noctxtP"".autotmp_0175type.*uint8"".autotmp_0174type.*uint8"".autotmp_0173type.*os.File"".autotmp_0172type.error"".autotmp_0170type.*os.File"".autotmp_0168otype.*os.File
    590 "".fftype.*"".File"".err_type.error"".ftype.*os.File"".~r20type.error"".~r1 type.*"".File"".nametype.string8X2W	&_);	2	. p>2+4
    596 T	.7!Tgclocals2513e318c737c9158a282a98e88ca498Tgclocals6235160484cd87ecd8cee2a67bf0f23f^prebuilts/go/darwin-x86/src/debug/macho/file.go "".(*File).CloseeH%H;aH8H\$8H$1H\$HH\$P1H\$H\$ H\$@H$H$pHD$@HhpHtkH$H$pH\$@HtpHKpHkxHl$0H,$HL$(HY HL$HD$HL$HD$ H\$@H$H$pH\$@1HkpHkxH\$H\$HH\$ H\$PH8
    599 
    600 B
    601 *runtime.racefuncenter
    602  runtime.raceread
    603  runtime.raceread
    604 "runtime.racewrite
    605 (runtime.racefuncexit
    606 0runtime.morestack_noctxt0p"".err?type.error"".~r0type.error"".ftype.*"".Filepop,"I" +N("Tgclocals27f94a2fe0ff5b305b2385471201b6d7Tgclocals0c7ba4686807ed10ce3a3f60b9393cf2^prebuilts/go/darwin-x86/src/debug/macho/file.go"".NewFileeH%H$hH;AmOHH$H$1H$8H$@HH$H\$H$H$ H$H$(H$H$HH$HH$HD$H$H$H$H$H+H$=NHkH$H$H$H$H$HhH$H$H$H$HhH$H$ H$H$L$LHh H$PHH$HD$H$XH$HD$H$XHMHHH$HD$H$HT$H$HL$HD$ H$(H$H$ H[ HD$0HL$8H$H$Ht)H$0H$8H$@HHH$HD$H$XHLHHH$ H$HH$LHH$H$H$LHH$H$H$VLHH$H$H$,LH$H$H$HHKHHHKHm	HHKHm	HK)	$HH$HD$H$XHdKHHH$PH$@HH$H-KH,$H$@H$HKHH$H$@H$HJHH$H$@H$HJHH$H$H$@H$HH{JHHdJHm	HHDJHm	HH#JHm	$)HH$H$ HH$HH\$HH\$HH\$HD$ HL$(HD$0H$HGH$HK H$ =GHC(H$H$H$$)H$PH$H<GH$0HH$1H9FH$H$ H$H$H$H$H$HL$H$HFH^ H|$HHHKHOH$0HH$H\$ H$HL$(HD$0HL$8H$PH$HHt)H$0H$8H$@HH$H$H$H$uH$ H$H$H$H$H$H$HH$hHl$hHl$Hl$HT$ HL$(H$Hl$H$HT$H$HL$H$H\$ H$(H$H$ H[ HD$0HL$8H$H$Ht)H$0H$8H$@HH$H$H$H$H$H$H$HH$hHl$hHl$H\$H$H\$ H$H\$(H$H$H$H$0H$H$Hk8H$Hk@H$=CHk0H$H$H$ H$HCHh H$Hh(H$H$H$H$0H$H$Hk8H$H$H9H$H$H$HHH$HD$H$H$H$H$H(H$H$H$H-HhH@H$H$H$1HhHh H$H1H9t1H$0H$H$@H$8HHH$HH\$HH\$HD$H$H+BH$HH$Hl$H$HT$H$H\$H$H$H$H[H\$ $H$HAH$HHtHHH$Hl$H$HT$H$H\$H$H$H$H[HL$H$H$D$ D$4@9*@1H9@IILHIH9?H)I)MItMLLIH$ML$LL$H$H$H$H$D$|HH$H$xD$AKAlHH$HD$H$PH$HD$8H$H$pH$H$xH$H$HH$HD$H$H$H$H$xHkH$HkH$p=H+H$H$H$H$H@H$H$ H$H@ H$H$H$PH$H1H9H$H$H$H$HL$H$H\$H$HD$H$HH$HD$ H$HL$(HL$0HD$8H$H$Ht)H$0H$8H$@HHH$HD$H$xH$H$xH$HkH$HkH$=H+H$xH$H$H$x$hH$H$H$H$xl$|kH$PHHjHHH$H$H$HT$H$HL$H\$H$(H\$ H$0H$xH$H$H$H$xH$0Hk(H$(=Hk H$xH$H$H$H$PH$H$H$xH$PmHh0H$H$H$ H$PH$H$H$xH$PmHh8H$H$H$(H$PH$H$ H$xH$Pm Hh@H$H$H$0H$PH$H$$H$xH$Pm$HhHH$H$H$8H$PH$H$(H$xL$PAh(hPH$H$H$<H$PH$H$,H$xL$PAh,hTH$H$H$@H$PH$H$0H$xL$PAh0hXH$H$H$DH$PH$H$4H$xL$PAh4h\H$HH$1H9TH$H$H$0H$HK0HC8Hk@H$HH$H$H$H9
HHH$H$H$H$H
Hs0HS8Hk@H$HH$H$H$H9
HHH$HH$=A
HCH$H$xH$H$H$@H$x[XH$H9	HH$H\$H$@H$@H$HD$DH$H$H$@H$H1H9=	H$H$H$H$HL$H$H\$H$HD$H$HH$HD$ H$HL$(HL$0HD$8H$xH$H$xHt9H$0H$xH$8H$H$@HHH$H\$H$H$H$XH$@H-HHH$H$H$HT$H$HL$H\$H$(H\$ H$0H$XH$H$XH$0HkH$(=H+H$@HHmHHH$H$H$HT$H$HL$H\$H$(H\$ H$0H$XH$H$H$XH$0HkH$(=HkH$XH$H$ H$@H$H$ H$XH$@m Hk H$XH$H$(H$@H$H$$H$XH$@m$Hk(H$XH$H$0H$@H$H$(H$XL$@Ah(k0H$XH$H$4H$@H$H$,H$XL$@Ah,k4H$XH$H$8H$@H$H$0H$XL$@Ah0k8H$XH$H$<H$@H$H$4H$XL$@Ah4k<H$XH$H$@H$@H$H$8H$XL$@Ah8k@H$H$H$XH$pH$ H$H$(H$H$H$H$HH$H|HkHH$HkPH$HkXH$H$H$H)H}nHH$H$H\$H$H\$H$H\$H$HH\$ H\$(H$H\$0H$H\$8H$H$HHH$H9H$H$H$HH$H$H$HH$p=JH+H$H$H$HH$H$HkPH$HkXH$=HkHH$pH$H$0H$pk0H$H$pH$H$(H$pHk(H$H$H$H$H$H$H$H$H$H$0HH$HD$H$H$H$H$H+H$=HkH$H$H$H$H$HhH$H$H$H$HhH$H$ H$H$L$LHh H$0H$pH$H$XH$pH)H$0=HkXHH$1H9H$pH$H$HH$pH$H$XH$pHkXH$H$H$H$pH$HkHH$=uHkPH$HH$LCPL$Hl$HH$HH\$HH\$H\$H$!LCXL$Hl$LCL$Hl$LCHL$Hl$H$Hl$}LCL$Hl$)H$Hl$cHH$HH\$HH\$HD$H$x1H9AH$xH$H$H$(H$xHh@H$H$H$H$0H$xHkHH$H$ H$H$(H$H$H$H$H$H$8HH$HD$H$H$H$H$H+H$=HkH$H$H$H$H$HhH$H$H$H$HhH$H$ H$H$L$LHh H$8H$xH$H$pH$xHTH$8=(HkpHH$1H9H$xH$H$`H$xH$H$pH$xHipH$H$H$H$Hi`H$=uOHihH$HH$H9:H$H$01H$8H$@HLAhL$Hl$HH$HH\$HH\$H\$H$LCpL$Hl$LCL$Hl$LCL$HD$;HH$HH\$HH\$H\$H$rLC L$Hl$1H$Hl$HH$HH\$HH\$HD$H$Hl$QAkHH$HD$H$`H$HD$H$H$H$H$H$H$HH$HD$H$H$H$H$HkH$HkH$=H+H$H$H$H$H@H$H$ H$H@ H$H$`H$H1H9H$H$H$H$HL$H$H\$H$HD$H$HH$HD$ H$HL$(HL$0HD$8H$0H$(Ht)H$0H$8H$@HH$`H$H$H$`H$H$H$`HH$hHl$hHl$HD$HT$ HL$(H$hH$pH$xH$`H$H$H$hH\$H$pH\$H$xH\$H$`kHl$ H$(H$H$ H[ HL$0HD$8H$H$Ht)H$0H$8H$@HH$H$H$]H$H$`H$H$H$`@H$HHH$HD$HD$HD$HT$ HL$(H$PH$XH$`H$`H$H$H$PH\$H$XH\$H$`H\$H$`kHl$ H$(H$H$ H[ HL$0HD$8H$H$Ht)H$0H$8H$@HH$H$H$PH\$H$XH\$H$`H\$H$hH\$ H$pH\$(H$xH\$0H$H\$8H$H\$@H$H\$HH$`H\$PH$H\$XHl$`HT$hHL$pH$H$Ht)H$0H$8H$@HH$@H$HH$1H9iH$H$H$0H$HK0HC8Hk@H$HH$H$H$H9HHH$H$H$H$HHs0HS8Hk@H$HH$H$H$H9HHH$HH$=u]HCH$H$H$`H$Ht1H$@=u	Hk`aLC`L$Hl$JLCL$HD$&HH$HH\$HH\$H\$H$]H$HH$HH\$HH\$HD$H$Hl$RL$L$H$H$H$H$0H$HK0HC8Hk@H$HH$H$H$H9HHH$HH$HH\$HH\$H$H\$HD$ HL$(HD$0H$Ht~Hs0HS8Hk@H$HH$H$H$H9sCHHH$HH$=u	HCYLCL$HD$B{A	HH$HD$H$pH$HD$PH$H$(H$H$0H$H$8HH$HD$H$H$H$H$0HkH$8HkH$(=4H+H$H$H$H$H@H$H$ H$H@ H$H$pH$H1H9H$H$H$H$HL$H$H\$H$HD$H$HH$HD$ H$HL$(HL$0HD$8H$pH$hHt)H$0H$8H$@HH$pH$H$<H$pC<HH$H\$H\$HD$HT$ HL$(H$H$H$H$pH$H$8H$H\$H$H\$H$H\$H$pk8Hl$ H$(H$H$ H[ HL$0HD$8H$ H$Ht)H$0H$8H$@HH$pH$H$<H$pH$H$<H$pHH$h<Hl$h<Hl$HT$HL$ HD$(H$8H$@H$HH$H$H$H$H$H$HH$HD$H$H$H$H$HkH$HkH$=H+H$H$H$H$H@H$H$ H$H@ H$H$8H$H$@H$H$HH$HH$1H9HH$H$H\$HD$H\$H|$ HHHHHH$H$H$H$H$HL$H$H\$H$H\$HL$0HD$8H$`H$XHt)H$0H$8H$@HHH$HD$H$HH$H$HH$HkH$HkH$=H+H$HH$H$HD$PH$pH$HD$PH$HH$pH7HXHH$H$hH$HH$@HkpH$HHkxH$8=HkhH$HH$HH$1H9iH$H$H$0H$HK0HC8Hk@H$HH$H$H$H9HHH$H$H$H$HHs0HS8Hk@H$HH$H$H$H9HHH$HH$=u]HCH$H$H$hH$Ht1H$H=u	HkhcLChL$Hl$LLCL$HD$&HH$HH\$HH\$H\$H$]LChL$Hl$H$Hl$\HH$HH\$HH\$H\$H$H$Hl$CHH$HH\$HH\$HD$=H$Hl$AnHH$HD$H$hH$HD$H$H$H$H$H$H$HH$HD$H$H$H$H$HkH$HkH$=H+H$H$H$H$H@H$H$ H$H@ H$H$hH$(H1H9H$H$H$H$HL$H$H\$H$HD$H$(HH$HD$ H$HL$(HL$0HD$8H$H$Ht)H$0H$8H$@HHH$H\$H$H$H$H$hH$H$H$hXH$9yHH$HD$H$H$H$H$H(H$H$H$H-HhH@'H$H$HH$H$hH\$HD$HD$HD$HL$ H$HH$HCH$=HK H$H$H1H9t1H$0H$H$@H$8HHH$HH\$HH\$HD$LC L$HL$k?H$H$H$hkH$L$H98L$H)I)ItML$L$H$Hl$L$LD$H\$H$(H\$ H$0H$H$H$H$H$0Hk H$(=HkH$H$H$(H$hH$H$H$L$hAhh(H$H$,H$hH$H$H$L$hAhh,H$H$0H$hH$H$H$L$hAhh0H$H$H$HkH$HkH$=wH+H$H$ HH$1H9H$H$H$0H$HK0HC8Hk@H$HH$H$H$H9HHH$H$ H$H$Ht~Hs0HS8Hk@H$HH$H$H$H9sCHHH$HH$=u	HCLCL$HD$o{HH$HH\$HH\$H\$H$H$Hl$yLCL$Hl$hHH$HH\$HH\$HD$H$Hl$OAHH$H\$H$HH$HH$HD$HH$H$XH$H$`H$H$hH$ HH$HD$H$H$H$H$`HkH$hHkH$X=H+H$H$H$H$H@H$H$ H$H@ H$ H$ H$H$H$H$HH$H1H9H$H$H$H$HL$H$H\$H$HD$H$HH$HD$ H$HL$(HL$0HD$8H$H$H$Ht9H$0H$H$8H$H$@HHH$HD$H$xH$H$xH$HkH$HkH$=H+H$xH$H$H$x$hH$H$H$H$xl$|kH$HHHNHHH$H$H$HT$H$HL$H\$H$(H\$ H$0H$xH$H$H$H$xH$0Hk(H$(=
Hk H$xH$H$H$H$HH$H$H$xL$HIhHh0H$H$H$ H$HH$H$ H$xL$HIh Hh8H$H$H$(H$HH$H$(H$xL$HIh(Hh@H$H$H$0H$HH$H$0H$xL$HIh0HhHH$H$H$8H$HH$H$8H$xL$HAh8hPH$H$H$<H$HH$H$<H$xL$HAh<hTH$H$H$@H$HH$H$@H$xL$HAh@hXH$H$H$DH$HH$H$DH$xL$HAhDh\H$HH$1H94H$H$H$0H$HK0HC8Hk@H$HH$H$H$H9
    652 HHH$H$H$H$H
    653 Hs0HS8Hk@H$HH$H$H$H9_
    654 HHH$HH$=!
    656 HCH$H$xH$H$H$@H$x[XH$H9HH$H\$H$8H$8H$HD$PH$H$H$8H$H1H9?	H$H$H$H$HL$H$H\$H$HD$H$HH$HD$ H$HL$(HL$0HD$8H$8H$@H$8Ht9H$0H$8H$8H$@H$@HHH$H\$H$H$H$hH$8H/HHH$H$H$HT$H$HL$H\$H$(H\$ H$0H$hH$H$hH$0HkH$(=H+H$8HHoHHH$H$H$HT$H$HL$H\$H$(H\$ H$0H$hH$H$H$hH$0HkH$(=HkH$hH$H$ H$8H$H$ H$hL$8Ih Hk H$hH$H$(H$8H$H$(H$hL$8Ih(Hk(H$hH$H$0H$8H$H$0H$hL$8Ah0k0H$hH$H$4H$8H$H$4H$hL$8Ah4k4H$hH$H$8H$8H$H$8H$hL$8Ah8k8H$hH$H$<H$8H$H$<H$hL$8Ah<k<H$hH$H$@H$8H$H$@H$hL$8Ah@k@H$H$H$hH$`H$ H$H$(H$H$H$H$HH$H|HkHH$HkPH$HkXH$H$H$H)H}nHH$H$H\$H$H\$H$H\$H$HH\$ H\$(H$H\$0H$H\$8H$H$HHH$H9H$H$H$HH$H$H$HH$`=JH+H$H$H$HH$H$HkPH$HkXH$=HkHH$`H$H$0H$`k0H$H$`H$H$(H$`Hk(H$H$H$xH$H$H$H$H$H$H$(HH$HD$H$H$H$H$xH+H$=HkH$H$H$H$H$HhH$H$H$H$HhH$H$ H$H$L$LHh H$(H$`H$H$XH$`H)H$(=HkXHH$1H9H$`H$H$HH$`H$H$XH$`HkXH$H$H$H$`H$HkHH$=uHkPH$HH$LCPL$Hl$HH$HH\$HH\$H\$H$!LCXL$Hl$LCL$Hl$LCHL$Hl$H$Hl$}LCL$Hl$'H$Hl$aHH$HH\$HH\$HD$LCL$HD$[HH$HH\$HH\$H\$H$LC L$Hl$MH$Hl$8HH$HH\$HH\$HD$H$Hl$=HH$HD$H$H$H$H$H(H$H$H$H-HhH@H$H$H$1HhHh H$H1H9t1H$0H$H$@H$8HHH$HH\$HH\$HD$<LC0L$Hl$qHH$HH\$HH\$H$H\$H$LC(L$HD$j>$H$H$ HH$HH\$HH\$HH\$HD$ HL$(HD$0H$Ht\H$HK H$ =u+HC(H$H$H$$)LC(L$HD$HH$HD$H$H$H$HH$H$H$H-HhH@H$H$H$1HhHh H$H1H9t1H$0H$H$@H$8HHH$HH\$HH\$HD$ECLCL$Hl$jn	
    680 ^
    681 *runtime.racefuncentertype."".File
    682 "runtime.newobject*type.io.SectionReader
    683 "runtime.newobject
    684 "runtime.racewrite6runtime.writeBarrierEnabled
    685 "runtime.racewrite
    686 "runtime.racewrite
    687 "runtime.racewritetype.[4]uint8
    688 "runtime.newobject
    689 ,runtime.racewriterange	
    690 (runtime.racefuncexit	2encoding/binary.BigEndian	
    691 *runtime.racereadrange
    692 
    693  runtime.raceread
    695  runtime.raceread
    697  runtime.raceread
    699  runtime.raceread8encoding/binary.LittleEndian
    700 *runtime.racereadrange
    701  runtime.raceread
    702  runtime.raceread
    703  runtime.raceread
    704  runtime.raceread
    705 "runtime.racewrite<type.encoding/binary.bigEndian<type.encoding/binary.ByteOrdervgo.itab.encoding/binary.bigEndian.encoding/binary.ByteOrder2encoding/binary.BigEndian
    706 runtime.convT2I6runtime.writeBarrierEnabled
    707 "runtime.racewriteFgo.itab.*io.SectionReader.io.Reader
    708  runtime.raceread&type.*"".FileHeader
    709 (encoding/binary.Read
    710 (runtime.racefuncexit
    711  runtime.raceread
    712  runtime.raceread
    713  runtime.racereadtype.[]uint8
    714 "runtime.makeslice
    715 (runtime.racefuncexit
    716  runtime.raceread 
    717  runtime.raceread type.[]"".Load 
    718 "runtime.makeslice!
    719 "runtime.racewrite"6runtime.writeBarrierEnabled"
    720  runtime.raceread#
    721  runtime.raceread%&type."".FormatError%
    722 "runtime.newobject%
    723 "runtime.racewrite&
    724 "runtime.racewrite&Fgo.string."command block too small"&
    725 "runtime.racewrite':go.itab.*"".FormatError.error(
    726 (runtime.racefuncexit((type.*"".FormatError(type.error(:go.itab.*"".FormatError.error(
    727  runtime.typ2Itab*,0"type."".Segment320
    728 "runtime.newobject1
    729 ,runtime.racewriterange1"type.bytes.Reader2
    730 "runtime.newobject2
    731 "runtime.racewrite36runtime.writeBarrierEnabled3
    732 "runtime.racewrite4
    733 "runtime.racewrite4>go.itab.*bytes.Reader.io.Reader6$type.*"".Segment326
    734 (encoding/binary.Read7
    735 (runtime.racefuncexit7type."".Segment8
    736 "runtime.newobject8
    737 "runtime.racewrite96runtime.writeBarrierEnabled9
    738 "runtime.racewrite:
    739 "runtime.racewrite;
    740 "".cstring<
    741 "runtime.racewrite=6runtime.writeBarrierEnabled=
    742 "runtime.racewrite>
    743  runtime.raceread>
    744 "runtime.racewrite?
    745  runtime.raceread?
    746 "runtime.racewrite@
    747  runtime.raceread@
    748 "runtime.racewriteA
    749  runtime.racereadA
    750 "runtime.racewriteB
    751  runtime.racereadB
    752 "runtime.racewriteC
    753  runtime.racereadC
    754 "runtime.racewriteD
    755  runtime.racereadD
    756 "runtime.racewriteE
    757  runtime.racereadE6go.itab.*"".Segment."".LoadF
    758  runtime.racereadG
    759 "runtime.racewriteI6runtime.writeBarrierEnabledJ
    760  runtime.racereadJ"type."".Section32J
    761 "runtime.newobjectK
    762 ,runtime.racewriterangeL>go.itab.*bytes.Reader.io.ReaderM$type.*"".Section32M
    763 (encoding/binary.ReadO
    764 (runtime.racefuncexitOtype."".SectionO
    765 "runtime.newobjectQ
    766 "".cstringQ
    767 "runtime.racewriteR6runtime.writeBarrierEnabledS
    768 "".cstringT
    769 "runtime.racewriteU6runtime.writeBarrierEnabledU
    770 "runtime.racewriteV
    771  runtime.racereadV
    772 "runtime.racewriteW
    773  runtime.racereadW
    774 "runtime.racewriteX
    775  runtime.racereadX
    776 "runtime.racewriteY
    777  runtime.racereadY
    778 "runtime.racewriteZ
    779  runtime.racereadZ
    780 "runtime.racewrite[
    781  runtime.raceread[
    782 "runtime.racewrite\
    783  runtime.raceread^
    784  runtime.raceread_$type.[]*"".Section`
    785 "runtime.growsliceb
    786 "runtime.racewriteb6runtime.writeBarrierEnabledc
    787 "runtime.racewritec6runtime.writeBarrierEnabledd
    788  runtime.racereadd
    789  runtime.racereadf*type.io.SectionReaderf
    790 "runtime.newobjectg
    791 "runtime.racewriteg6runtime.writeBarrierEnabledh
    792 "runtime.racewriteh
    793 "runtime.racewritei
    794 "runtime.racewritej
    795 "runtime.racewritej6runtime.writeBarrierEnabledjJgo.itab.*io.SectionReader.io.ReaderAtk
    796 "runtime.racewritek
    797  runtime.racereadl6runtime.writeBarrierEnabledm
    798 .runtime.writebarrierptrm,type.*io.SectionReadern type.io.ReaderAtnJgo.itab.*io.SectionReader.io.ReaderAtn
    799  runtime.typ2Itabn
    800 .runtime.writebarrierptro
    801 .runtime.writebarrierptro
    802 .runtime.writebarrierptrp
    803 .runtime.writebarrierptrp
    804 $runtime.panicslicep
    805 .runtime.writebarrierptrq
    806 .runtime.writebarrierptrq$type.*bytes.Readerqtype.io.Readerq>go.itab.*bytes.Reader.io.Readerq
    807  runtime.typ2Itabr
    808  runtime.racereads
    809  runtime.racereadt*type.io.SectionReaderu
    810 "runtime.newobjectu
    811 "runtime.racewriteu6runtime.writeBarrierEnabledv
    812 "runtime.racewritew
    813 "runtime.racewritew
    814 "runtime.racewritex
    815 "runtime.racewritex6runtime.writeBarrierEnabledyJgo.itab.*io.SectionReader.io.ReaderAty
    816 "runtime.racewritez
    817  runtime.raceread{6runtime.writeBarrierEnabled|
    818 (runtime.racefuncexit|
    819 .runtime.writebarrierptr|,type.*io.SectionReader} type.io.ReaderAt}Jgo.itab.*io.SectionReader.io.ReaderAt}
    820  runtime.typ2Itab~
    821 .runtime.writebarrierptr~
    822 .runtime.writebarrierptr~
    823 .runtime.writebarrierptr~
    824 $runtime.panicindex
    825 $runtime.panicindex type.*"".Segmenttype."".Load6go.itab.*"".Segment."".Load
    826  runtime.typ2Itab
    827 .runtime.writebarrierptr
    828 .runtime.writebarrierptr$type.*bytes.Readertype.io.Reader>go.itab.*bytes.Reader.io.Reader
    829  runtime.typ2Itab
    830 .runtime.writebarrierptr"type."".SymtabCmd
    831 "runtime.newobject
    832 ,runtime.racewriterange"type.bytes.Reader
    833 "runtime.newobject
    834 "runtime.racewrite6runtime.writeBarrierEnabled
    835 "runtime.racewrite
    836 "runtime.racewrite>go.itab.*bytes.Reader.io.Reader$type.*"".SymtabCmd
    837 (encoding/binary.Read
    838 (runtime.racefuncexit
    839  runtime.raceread
    840  runtime.racereadtype.[]uint8
    841 "runtime.makeslice
    842  runtime.raceread
    843 (runtime.racefuncexit
    844  runtime.raceread
    845  runtime.racereadtype.[]uint8
    846 "runtime.makeslice
    847  runtime.raceread
    848 (runtime.racefuncexit
    849 ,"".(*File).parseSymtab
    850 (runtime.racefuncexit4go.itab.*"".Symtab."".Load
    851  runtime.raceread
    852 "runtime.racewrite6runtime.writeBarrierEnabled
    853 "runtime.racewrite6runtime.writeBarrierEnabled
    854 .runtime.writebarrierptr
    855 .runtime.writebarrierptr
    856 $runtime.panicindex
    857 $runtime.panicindextype.*"".Symtabtype."".Load4go.itab.*"".Symtab."".Load
    858  runtime.typ2Itab$type.*bytes.Readertype.io.Reader>go.itab.*bytes.Reader.io.Reader
    859  runtime.typ2Itab
    860 .runtime.writebarrierptr
    861  runtime.raceread
    862 "runtime.racewrite"type."".LoadBytestype."".Load8go.itab."".LoadBytes."".Load
    863 runtime.convT2I6runtime.writeBarrierEnabled
    864 .runtime.writebarrierptr
    865 $runtime.panicindex
    866 $runtime.panicindex&type."".DysymtabCmd
    867 "runtime.newobject
    868 ,runtime.racewriterange"type.bytes.Reader
    869 "runtime.newobject
    870 "runtime.racewrite6runtime.writeBarrierEnabled
    871 "runtime.racewrite
    872 "runtime.racewrite>go.itab.*bytes.Reader.io.Reader(type.*"".DysymtabCmd
    873 (encoding/binary.Read
    874 (runtime.racefuncexit
    875  runtime.racereadtype.[]uint8
    876 "runtime.makeslice
    877  runtime.raceread
    878 (runtime.racefuncexit
    879  runtime.raceread
    880  runtime.racereadtype.[]uint32
    881 "runtime.makeslice"type.bytes.Reader
    882 "runtime.newobject
    883 "runtime.racewrite6runtime.writeBarrierEnabled
    884 "runtime.racewrite
    885 "runtime.racewrite>go.itab.*bytes.Reader.io.Readertype.[]uint32
    886 runtime.convT2E
    887 (encoding/binary.Read
    888 (runtime.racefuncexit type."".Dysymtab
    889 "runtime.newobject
    890 "runtime.racewrite6runtime.writeBarrierEnabled
    891 ,runtime.racewriterange
    892 *runtime.racereadrange
    893  runtime.duffcopy
    894 "runtime.racewrite6runtime.writeBarrierEnabled8go.itab.*"".Dysymtab."".Load
    895  runtime.raceread
    896 "runtime.racewrite6runtime.writeBarrierEnabled
    897 "runtime.racewrite6runtime.writeBarrierEnabled
    898 .runtime.writebarrierptr
    899 .runtime.writebarrierptr
    900 $runtime.panicindex
    901 $runtime.panicindex"type.*"".Dysymtabtype."".Load8go.itab.*"".Dysymtab."".Load
    902  runtime.typ2Itab
    903 .runtime.writebarrierptr
    904 .runtime.writebarrierptr$type.*bytes.Readertype.io.Reader>go.itab.*bytes.Reader.io.Reader
    905  runtime.typ2Itab
    906 .runtime.writebarrierptr$type.*bytes.Readertype.io.Reader>go.itab.*bytes.Reader.io.Reader
    907  runtime.typ2Itab
    908 .runtime.writebarrierptr type."".DylibCmd
    909 "runtime.newobject
    910 ,runtime.racewriterange"type.bytes.Reader
    911 "runtime.newobject
    912 "runtime.racewrite6runtime.writeBarrierEnabled
    913 "runtime.racewrite
    914 "runtime.racewrite>go.itab.*bytes.Reader.io.Reader"type.*"".DylibCmd
    915 (encoding/binary.Read
    916 (runtime.racefuncexittype."".Dylib
    917 "runtime.newobject
    918  runtime.raceread&type."".FormatError
    919 "runtime.newobject
    920 "runtime.racewrite
    921 "runtime.racewritefgo.string."invalid name in dynamic library command"
    922 "runtime.racewritetype.uint32
    923 runtime.convT2E6runtime.writeBarrierEnabled:go.itab.*"".FormatError.error
    924 (runtime.racefuncexit(type.*"".FormatErrortype.error:go.itab.*"".FormatError.error
    925  runtime.typ2Itab
    926 .runtime.writebarrierptr
    927  runtime.raceread
    928 "".cstring
    929 "runtime.racewrite6runtime.writeBarrierEnabled
    930 "runtime.racewrite
    931  runtime.raceread
    932 "runtime.racewrite
    933  runtime.raceread
    934 "runtime.racewrite
    935  runtime.raceread
    936 "runtime.racewrite6runtime.writeBarrierEnabled2go.itab.*"".Dylib."".Load
    937  runtime.raceread
    938 "runtime.racewrite6runtime.writeBarrierEnabled
    939 .runtime.writebarrierptr
    940 $runtime.panicindex
    941 $runtime.panicindextype.*"".Dylibtype."".Load2go.itab.*"".Dylib."".Load
    942  runtime.typ2Itab
    943 .runtime.writebarrierptr
    944 .runtime.writebarrierptr
    945 $runtime.panicslice$type.*bytes.Readertype.io.Reader>go.itab.*bytes.Reader.io.Reader
    946  runtime.typ2Itab
    947 .runtime.writebarrierptr"type."".Segment64
    948 "runtime.newobject
    949 ,runtime.racewriterange"type.bytes.Reader
    950 "runtime.newobject
    951 "runtime.racewrite6runtime.writeBarrierEnabled
    952 "runtime.racewrite
    953 "runtime.racewrite>go.itab.*bytes.Reader.io.Reader$type.*"".Segment64
    954 (encoding/binary.Read
    955 (runtime.racefuncexittype."".Segment
    956 "runtime.newobject
    957 "runtime.racewrite6runtime.writeBarrierEnabled
    958 "runtime.racewrite
    959 "runtime.racewrite
    960 "".cstring
    961 "runtime.racewrite6runtime.writeBarrierEnabled
    962 "runtime.racewrite
    963  runtime.raceread
    964 "runtime.racewrite
    965  runtime.raceread
    966 "runtime.racewrite
    967  runtime.raceread
    968 "runtime.racewrite
    969  runtime.raceread
    970 "runtime.racewrite
    971  runtime.raceread
    972 "runtime.racewrite
    973  runtime.raceread
    974 "runtime.racewrite
    975  runtime.raceread
    976 "runtime.racewrite
    977  runtime.raceread6go.itab.*"".Segment."".Load
    978  runtime.raceread
    979 "runtime.racewrite6runtime.writeBarrierEnabled
    980  runtime.raceread"type."".Section64
    981 "runtime.newobject
    982 ,runtime.racewriterange>go.itab.*bytes.Reader.io.Reader$type.*"".Section64
    983 (encoding/binary.Read
    984 (runtime.racefuncexittype."".Section
    985 "runtime.newobject
    986 "".cstring
    987 "runtime.racewrite6runtime.writeBarrierEnabled
    988 "".cstring
    989 "runtime.racewrite6runtime.writeBarrierEnabled
    990 "runtime.racewrite
    991  runtime.raceread
    992 "runtime.racewrite
    993  runtime.raceread
    994 "runtime.racewrite
    995  runtime.raceread
    996 "runtime.racewrite
    997  runtime.raceread
    998 "runtime.racewrite
    999  runtime.raceread
   1000 "runtime.racewrite
   1001  runtime.raceread
   1002 "runtime.racewrite
   1003  runtime.raceread
   1004  runtime.raceread$type.[]*"".Section
   1005 "runtime.growslice
   1006 "runtime.racewrite6runtime.writeBarrierEnabled
   1007 "runtime.racewrite6runtime.writeBarrierEnabled
   1008  runtime.raceread
   1009  runtime.raceread*type.io.SectionReader
   1010 "runtime.newobject
   1011 "runtime.racewrite6runtime.writeBarrierEnabled
   1012 "runtime.racewrite
   1013 "runtime.racewrite
   1014 "runtime.racewrite
   1015 "runtime.racewrite6runtime.writeBarrierEnabledJgo.itab.*io.SectionReader.io.ReaderAt
   1016 "runtime.racewrite
   1017  runtime.raceread6runtime.writeBarrierEnabled
   1018 .runtime.writebarrierptr,type.*io.SectionReader type.io.ReaderAtJgo.itab.*io.SectionReader.io.ReaderAt
   1019  runtime.typ2Itab
   1020 .runtime.writebarrierptr
   1021 .runtime.writebarrierptr
   1022 .runtime.writebarrierptr
   1023 .runtime.writebarrierptr
   1024 $runtime.panicslice
   1025 .runtime.writebarrierptr
   1026 .runtime.writebarrierptr$type.*bytes.Readertype.io.Reader>go.itab.*bytes.Reader.io.Reader
   1027  runtime.typ2Itab
   1028 .runtime.writebarrierptr
   1029 $runtime.panicindex
   1030 $runtime.panicindex type.*"".Segmenttype."".Load6go.itab.*"".Segment."".Load
   1031  runtime.typ2Itab
   1032 .runtime.writebarrierptr
   1033 .runtime.writebarrierptr$type.*bytes.Readertype.io.Reader>go.itab.*bytes.Reader.io.Reader
   1034  runtime.typ2Itab
   1035 .runtime.writebarrierptr
   1036 $runtime.panicslice
   1037 $runtime.panicslice&type."".FormatError
   1038 "runtime.newobject
   1039 "runtime.racewrite
   1040 "runtime.racewriteLgo.string."invalid command block size"
   1041 "runtime.racewrite:go.itab.*"".FormatError.error
   1042 (runtime.racefuncexit(type.*"".FormatErrortype.error:go.itab.*"".FormatError.error
   1043  runtime.typ2Itab
   1044 $runtime.panicslice
   1045 $runtime.panicslice
   1046 .runtime.writebarrierptr,type.*io.SectionReadertype.io.ReaderFgo.itab.*io.SectionReader.io.Reader
   1047  runtime.typ2Itab
   1048 .runtime.writebarrierptr
   1049 "runtime.racewriteBtype.encoding/binary.littleEndian<type.encoding/binary.ByteOrder|go.itab.encoding/binary.littleEndian.encoding/binary.ByteOrder8encoding/binary.LittleEndian
   1050 runtime.convT2I6runtime.writeBarrierEnabled
   1051 "runtime.racewrite
   1052 .runtime.writebarrierptr&type."".FormatError
   1053 "runtime.newobject
   1054 "runtime.racewrite
   1055 "runtime.racewrite@go.string."invalid magic number"
   1056 "runtime.racewrite:go.itab.*"".FormatError.error
   1057 (runtime.racefuncexit(type.*"".FormatErrortype.error:go.itab.*"".FormatError.error
   1058  runtime.typ2Itab
   1059 $runtime.panicindex
   1060 $runtime.panicindex
   1061 $runtime.panicindex
   1062 $runtime.panicindex
   1063 $runtime.panicindex
   1064 $runtime.panicindex
   1065 $runtime.panicindex
   1066 $runtime.panicindex
   1067 $runtime.panicindex
   1068 $runtime.panicindex
   1069 $runtime.panicindex
   1070 $runtime.panicindex
   1071 $runtime.panicindex
   1072 $runtime.panicindex
   1073 $runtime.panicindex
   1074 $runtime.panicindex
   1075 .runtime.writebarrierptr
   1076 0runtime.morestack_noctxtP"".autotmp_0332type.*uint8"".autotmp_0331,type.*io.SectionReader"".autotmp_0330,type.*io.SectionReader"".autotmp_0329type.int64"".autotmp_0328type.int64"".autotmp_0327type.*uint8"".autotmp_0326,type.*io.SectionReader"".autotmp_0325,type.*io.SectionReader"".autotmp_0324type.int64"".autotmp_0323type.int64"".autotmp_0322type.int"".autotmp_0321$type.[]*"".Section"".autotmp_0320type.*uint8"".autotmp_0319type.*uint8"".autotmp_0318type.*uint8"".autotmp_0317$type.*bytes.Reader"".autotmp_0316$type.*bytes.Reader"".autotmp_0315type.*uint8"".autotmp_0314,type.*io.SectionReader"".autotmp_0313,type.*io.SectionReader"".autotmp_0312type.int64"".autotmp_0311type.int64"".autotmp_0310type.int"".autotmp_0309$type.[]*"".Section"".autotmp_0308type.*uint8"".autotmp_0307type.*uint8"".autotmp_0306type.*uint8"".autotmp_0305$type.*bytes.Reader"".autotmp_0304$type.*bytes.Reader"".autotmp_0303type.*uint8"".autotmp_0302type.*uint8"".autotmp_0301$type.*bytes.Reader"".autotmp_0300$type.*bytes.Reader"".autotmp_0299type.uint32"".autotmp_0298type.uint32"".autotmp_0297type.*uint8"".autotmp_0296$type.*bytes.Reader"".autotmp_0295$type.*bytes.Reader"".autotmp_0294type.*uint8"".autotmp_0293type.int"".autotmp_0292type.*uint8"".autotmp_0291$type.*bytes.Reader"".autotmp_0290$type.*bytes.Reader"".autotmp_0289type.*uint8"".autotmp_0288type.*uint8"".autotmp_0287(type.*"".FormatError"".autotmp_0286type.*uint8"".autotmp_0285$type.*bytes.Reader"".autotmp_0284$type.*bytes.Reader"".autotmp_0283type."".LoadCmd"".autotmp_0282type.*uint8"".autotmp_0281(type.*"".FormatError"".autotmp_0279type.*uint8"".autotmp_0278(type.*"".FormatError"".autotmp_0277type.int"".autotmp_0276type.int"".autotmp_0275type.*uint8"".autotmp_0274type.*uint8"".autotmp_0273(type.*"".FormatError"".autotmp_0272type.uint32"".autotmp_0271type.uint32"".autotmp_0270,type.*io.SectionReader"".autotmp_0269,type.*io.SectionReader"".autotmp_0268type.int"".autotmp_0267type.string"".autotmp_0266type.[]uint8"".autotmp_0265type.string"".autotmp_0264type.[]uint8"".autotmp_0263 type.*"".Section"".autotmp_0262type.error"".autotmp_0261$type.*"".Section64"".autotmp_0260$type.*bytes.Reader"".autotmp_0259 type.*"".Segment"".autotmp_0258type.string"".autotmp_0257type.[]uint8"".autotmp_0256 type.*"".Segment"".autotmp_0255type.error"".autotmp_0254$type.*"".Segment64"".autotmp_0253$type.*bytes.Reader"".autotmp_0252type.int"".autotmp_0251type.string"".autotmp_0250type.[]uint8"".autotmp_0249type.string"".autotmp_0248type.[]uint8"".autotmp_0247 type.*"".Section"".autotmp_0246type.error"".autotmp_0245$type.*"".Section32"".autotmp_0244$type.*bytes.Reader"".autotmp_0243 type.*"".Segment"".autotmp_0242type.string"".autotmp_0241type.[]uint8"".autotmp_0240 type.*"".Segment"".autotmp_0239type.error"".autotmp_0238$type.*"".Segment32"".autotmp_0237$type.*bytes.Reader"".autotmp_0236"type.*"".Dysymtab"".autotmp_0235"type.*"".Dysymtab"".autotmp_0234type.error"".autotmp_0233type.[]uint32"".autotmp_0232$type.*bytes.Reader"".autotmp_0230type.error"".autotmp_0229type.[]uint8"".autotmp_0228type.error"".autotmp_0227(type.*"".DysymtabCmd"".autotmp_0226$type.*bytes.Reader"".autotmp_0225type.*"".Symtab"".autotmp_0224type.error"".autotmp_0223type.*"".Symtab"".autotmp_0222type.error"".autotmp_0221type.[]uint8"".autotmp_0220type.error"".autotmp_0219type.[]uint8"".autotmp_0218type.error"".autotmp_0217$type.*"".SymtabCmd"".autotmp_0216$type.*bytes.Reader"".autotmp_0215type.*"".Dylib"".autotmp_0214type.string"".autotmp_0213type.[]uint8"".autotmp_0212type.uint32"".autotmp_0211(type.*"".FormatError"".autotmp_0210type.int"".autotmp_0209type.*"".Dylib"".autotmp_0208type.error"".autotmp_0207"type.*"".DylibCmd"".autotmp_0206$type.*bytes.Reader"".autotmp_0205"type."".LoadBytes"".autotmp_0204type.int64"".autotmp_0203type.[]uint8"".autotmp_0202type.[]uint8"".autotmp_0201(type.*"".FormatError"".autotmp_0200type.int"".autotmp_0198type.[]uint8"".autotmp_0197type.uint32"".autotmp_0196type.[]uint8"".autotmp_0195(type.*"".FormatError"".autotmp_0193_type.[]"".Load"".autotmp_0192type.error"".autotmp_0191type.[]uint8"".autotmp_0190type.error"".autotmp_0189&type.*"".FileHeader"".autotmp_0188,type.*io.SectionReader"".autotmp_0187(type.*"".FormatError"".autotmp_0186type.[]uint8"".autotmp_0185type.[]uint8"".autotmp_0183/type.[]uint8"".&sh64$type.*"".Section64"".&seg64$type.*"".Segment64"".&sh32$type.*"".Section32"".&seg32$type.*"".Segment32"".&hdr(type.*"".DysymtabCmd"".&hdr$type.*"".SymtabCmd"".&hdr"type.*"".DylibCmd"".&identtype.*[4]uint8"".~r0,type.*io.SectionReaderio.n4type.int64io.off3type.int64io.r2
 type.io.ReaderAt"".~r0,type.*io.SectionReaderio.n4type.int64io.off3type.int64io.r2 type.io.ReaderAt"".r
 type.io.ReaderAt
   1081 "".sh type.*"".Section"".ftype.*"".File"".~r0$type.*bytes.Readerbytes.b2type.[]uint8"".~r0,type.*io.SectionReaderio.n4type.int64io.off3type.int64io.r2 type.io.ReaderAt"".r
 type.io.ReaderAt
   1085 "".sh type.*"".Section"".ftype.*"".Filebytes.b2type.[]uint8bytes.b2type.[]uint8bytes.b2type.[]uint8bytes.b2type.[]uint8bytes.b2type.[]uint8(encoding/binary.b2type.[]uint8(encoding/binary.b2type.[]uint8io.n4type.int64io.off3type.int64io.r2
 type.io.ReaderAt
   1087 "".sh type.*"".Section"".errtype.error"".itype.int"".err	type.error"".b$type.*bytes.Reader
   1091 "".sh type.*"".Section"".err
   1093 type.error"".itype.int"".err	type.error"".b$type.*bytes.Reader
   1095 "".st"type.*"".Dysymtab"".err
   1097 type.error"".xtype.[]uint32"".errtype.error"".dattype.[]uint8"".err
   1102 type.error"".errtype.error
   1105 "".sttype.*"".Symtab"".errtype.error"".symdattype.[]uint8"".symsztype.int"".errtype.error"".strtabtype.[]uint8"".errtype.error"".ltype.*"".Dylib"".err	type.error"".s type.*"".Segment"".cmddattype.[]uint8"".siztype.uint32"".cmdtype."".LoadCmd"".itype.int
   1115 "".bo	<type.encoding/binary.ByteOrder"".errtype.error"".dattype.[]uint8"".offsettype.int64"".errtype.error
   1121 "".letype.uint32
   1122 "".betype.uint32"".err
   1124 type.error
   1125 "".sr,type.*io.SectionReader"".ftype.*"".File"".~r20type.error"".~r1 type.*"".File"".r type.io.ReaderAt"
   1129 
   1130 }"/A\"#[n@W7w
   1137 /LKLII("H@@@@@@@C7,ts-CCCCCCC2l/:sO	2c
   1138 /{(n9O2)\
   1141 /vuvsi{dcdcI_G9O	M2[
   1142 /CUC;;AO	
2
   1144 7,NMI("IAAA@@@@C7,('-DDCCCCC2O	27P"
7?	.}B{!OKA	%
   1149 >{OD_0l@NA NHS-.h+{0CB[*B
   1152 C>N8(~B[*HB
   1153 784$G,@NAIJ{
   1154 STUXFWH\:i8fK3*@NA_`i
   1155 ijNiAuxWNy:'(8$-	 ->@NA3
   1156 -v03~CxE
   1157 c8 	
   1158 *w'LNYNHSh+{0CB[*B
   1159 N
   1160 8$G
   1161 /0"43	0"Tgclocalsa71d77e30912fe43934df4063e5a62a9Tgclocalsa389cf4d9f875a5eb497b8827d9457c6^prebuilts/go/darwin-x86/src/debug/macho/file.go\prebuilts/go/darwin-x86/src/debug/macho/fat.go,"".(*File).parseSymtab**eH%H$0H;Ag
   1165 HPH$PH$1H$H$H$XH$H$ H$XH
   1166 Hk H$Hk(H$H$H$H$H$H$H$H$HH$hHl$hHl$HT$HL$ HD$(H$H$H$H$`H$ H$hH$(H$pH$0HH$HD$H$H$H$H$(HkH$0HkH$ =H+H$H$H$H$H@H$H$ H$H@ HD$pH$1H\$HHl$HH9HD$PHD$@HH$HD$H$H$HD$H$XH$H$X]H\$pH$H$H$H1H9BH$H$H$H$HL$H$H\$H$HD$H$HH$HD$ H$HL$(HL$0HD$8H$H$Ht)H$H$H$HPH$Hl$@L$L9kHHH\$`H$H\$XH$H$H$Hl$X9ZHH$HD$HD$xH$HD$xH$H(H$H$HD$xH-HhH@H$H$HH$H$H\$HD$HD$HL$ H\$xHH$HCH$=uyHK H\$xH\$xH1H9t.H$H\$xH$H$HPHH$HH\$HH\$HD$LC L$HL$tLH$H$+H$L$H9L$xH)I)ItML$8L$H$@Hl$L$HLD$H\$H$H\$ H$H\$`H$H\$`H$HkH$=H+H\$`H$H$H$H$H$HD$`L$Ah@hH$H$H$H$H$HD$`L$Ah@hH$H$H$H$H$HD$`L$IhfhH$H$H$H$H$H\$`L$IhHkHD$PHHl$HH9?HH$HD$HD$hH$H\$hH$HkH$HkH$=H+H\$hH$H$0H\$hH$Hk8H$Hk@H$=u0Hk0H\$hH$1H$H$HPLC0L$Hl$H$Hl$hH$Hl$HH$HH\$HH\$HD$HH$HD$H$H$HD$H\$pH$H$H$H1H9H$H$H$H$HL$H$H\$H$HD$H$HH$HD$ H$HL$(HL$0HD$8H$H$Ht)H$H$H$HPH$H$H$H$H$L$A((H$H$H$H$H$H$L$Ah@hH$H$H$H$H$H$L$Ah@hH$H$H$H$H$H$L$IhfhH$H$H$H$H$H$H$mHkHH$HH\$HH\$HD$H$Hl$t
   1176 ^
   1177 *runtime.racefuncenter
   1178  runtime.raceread
   1179  runtime.raceread
   1180  runtime.raceread type.[]"".Symbol
   1181 "runtime.makeslice"type.bytes.Reader
   1182 "runtime.newobject
   1183 "runtime.racewrite6runtime.writeBarrierEnabled
   1184 "runtime.racewrite
   1185 "runtime.racewritetype."".Nlist64
   1186 "runtime.newobject
   1187 ,runtime.racewriterange
   1188  runtime.raceread	>go.itab.*bytes.Reader.io.Reader type.*"".Nlist64
   1191 (encoding/binary.Read
   1193 (runtime.racefuncexit
   1195  runtime.raceread&type."".FormatError
   1196 "runtime.newobject
   1197 "runtime.racewrite
   1198 "runtime.racewritePgo.string."invalid name in symbol table"
   1199 "runtime.racewritetype.uint32
   1200 runtime.convT2E6runtime.writeBarrierEnabled:go.itab.*"".FormatError.error
   1201 (runtime.racefuncexit(type.*"".FormatErrortype.error:go.itab.*"".FormatError.error
   1202  runtime.typ2Itab
   1203 .runtime.writebarrierptr
   1204  runtime.raceread
   1205 "".cstring
   1206 "runtime.racewrite6runtime.writeBarrierEnabled
   1207 "runtime.racewrite
   1208  runtime.raceread
   1209 "runtime.racewrite
   1210  runtime.raceread
   1211 "runtime.racewrite
   1212  runtime.raceread
   1213 "runtime.racewrite
   1214  runtime.racereadtype."".Symtab
   1215 "runtime.newobject
   1216 "runtime.racewrite6runtime.writeBarrierEnabled
   1217 "runtime.racewrite6runtime.writeBarrierEnabled
   1218 (runtime.racefuncexit
   1219 .runtime.writebarrierptr
   1220 .runtime.writebarrierptr
   1221 .runtime.writebarrierptr
   1222 $runtime.panicslice
   1223 $runtime.panicindex$type.*bytes.Readertype.io.Reader>go.itab.*bytes.Reader.io.Reader
   1224  runtime.typ2Itabtype."".Nlist32 
   1225 "runtime.newobject 
   1226 ,runtime.racewriterange!>go.itab.*bytes.Reader.io.Reader" type.*"".Nlist32"
   1227 (encoding/binary.Read#
   1228 (runtime.racefuncexit$
   1229 "runtime.racewrite$
   1230  runtime.raceread%
   1231 "runtime.racewrite%
   1232  runtime.raceread&
   1233 "runtime.racewrite&
   1234  runtime.raceread'
   1235 "runtime.racewrite'
   1236  runtime.raceread(
   1237 "runtime.racewrite(
   1238  runtime.raceread($type.*bytes.Reader)type.io.Reader)>go.itab.*bytes.Reader.io.Reader)
   1239  runtime.typ2Itab)
   1240 .runtime.writebarrierptr*
   1241 0runtime.morestack_noctxtF"".autotmp_0423type.*uint8"".autotmp_0422(type.*"".FormatError"".autotmp_0421type.*uint8"".autotmp_0419type.int"".autotmp_0418type.int"".autotmp_0417$type.*bytes.Reader"".autotmp_0416$type.*bytes.Reader"".autotmp_0414type.string"".autotmp_0413/type.[]uint8"".autotmp_0411(type.*"".FormatError"".autotmp_0410type.int"".autotmp_0409type.error"".autotmp_0408 type.*"".Nlist32"".autotmp_0407$type.*bytes.Reader"".autotmp_0405 type.*"".Nlist64"".autotmp_0404$type.*bytes.Reader"".&n32 type.*"".Nlist32
   1242 "".&n type.*"".Nlist64bytes.b2_type.[]uint8
   1243 "".sttype.*"".Symtab"".symtype.*"".Symbol"".errtype.error"".errtype.error"".itype.int"".b$type.*bytes.Reader"".symtab type.[]"".Symbol
   1247 "".bo<type.encoding/binary.ByteOrder"".~r6type.error"".~r5type.*"".Symtab"".offsettype.int64"".hdr$type.*"".SymtabCmd"".cmddatptype.[]uint8"".strtab@type.[]uint8"".symdattype.[]uint8"".ftype.*"".FileF""DC@{]^]^'/(43*7U?::916CE,2/*)7===;2.hNjP)jx0.<
   1253 
   1255 1Tgclocals2d78067ea144a9738faed3dbcf5d0899Tgclocalsd63fc18f534541952047afa0aca63592^prebuilts/go/darwin-x86/src/debug/macho/file.go,"".(*File).pushSectioneH%HD$H;AHH$H$H$H$H$HH$HHSHHCPHKXHH)H}QHH$H$HT$HD$H$HL$HH$HH\$ HT$(HD$0HL$8HHH$H9H$H$HD$XHH$H$Hl$XHH$=H+H$H$H$HH$H$HkPH$HkXH$=[HkHH$H$H$0H$h0Hl$PH$H$(H$Hk(H$H\$xH$H$H\$PH\$@Hl$HHH$HD$HD$pH$H\$pHl$xH+H$=HkH\$pH$H$HD$pHl$@HhH$H$HD$pHl$@HhH$H$ HD$pHl$@LD$HLHh HD$`H$H$H$XH$HHl$`=HkXHHD$h1H9tH$H$H$HH$H$H$XH$HJXHD$hH$HBHH$=uHJPHLBPL$HL$HH$HH\$HH\$H\$H\$hJLCXL$Hl$ LCL$Hl$^LCHL$Hl$H$Hl$0WH
   1259 X
   1260 *runtime.racefuncenter
   1261  runtime.raceread$type.[]*"".Section
   1262 "runtime.growslice
   1263 "runtime.racewrite6runtime.writeBarrierEnabled
   1264 "runtime.racewrite6runtime.writeBarrierEnabled
   1265  runtime.raceread
   1266  runtime.raceread*type.io.SectionReader
   1267 "runtime.newobject
   1268 "runtime.racewrite6runtime.writeBarrierEnabled
   1269 "runtime.racewrite	
   1270 "runtime.racewrite	
   1271 "runtime.racewrite
   1272 
   1273 "runtime.racewrite
   1274 6runtime.writeBarrierEnabledJgo.itab.*io.SectionReader.io.ReaderAt
   1277 "runtime.racewrite
   1279  runtime.raceread6runtime.writeBarrierEnabled
   1282 (runtime.racefuncexit
   1284 .runtime.writebarrierptr
,type.*io.SectionReader
 type.io.ReaderAt
Jgo.itab.*io.SectionReader.io.ReaderAt
   1288  runtime.typ2Itab
   1289 .runtime.writebarrierptr
   1290 .runtime.writebarrierptr
   1291 .runtime.writebarrierptr
   1292 .runtime.writebarrierptr
   1293 $runtime.panicslice
   1294 0runtime.morestack_noctxt@"".autotmp_0440type.*uint8"".autotmp_0439,type.*io.SectionReader"".autotmp_0438,type.*io.SectionReader"".autotmp_0436type.int64"".autotmp_0435type.int"".autotmp_0434/$type.[]*"".Section"".~r0,type.*io.SectionReaderio.n4type.int64io.off3type.int64io.r2o type.io.ReaderAt"".r  type.io.ReaderAt
   1296 "".sh type.*"".Section"".ftype.*"".File@vK!@+f9iQM
   1298 Tgclocals61e1ac33ca96e64a60da5851be6ed843Tgclocalsd9082870944e370b24e0ca35955f834e^prebuilts/go/darwin-x86/src/debug/macho/file.go"".cstringeH%H;aHPH\$PH$Ht$XHT$`1H\$pH\$x1H9}CHD$0H9HH$Ht$XHT$`HD$0H9snHtHH9|Hl$hH9wIH$Ht$8Ht$HD$@HD$Hl$HHl$H\$ H\$pH\$(H\$xHP	
   1303 B
   1304 *runtime.racefuncenter
   1305  runtime.raceread
   1306 2runtime.slicebytetostring
   1307 (runtime.racefuncexit
   1308 $runtime.panicslice
   1309 $runtime.panicindex
   1310 $runtime.panicindex
   1311 0runtime.morestack_noctxtP
   1312 "".autotmp_0445/type.[]uint8"".autotmp_0443type.int"".i?type.int"".~r10type.string"".btype.[]uint8( ;JI 
   1315 (Tgclocalscfd97ba95bb5326c9855399a9aeae1e4Tgclocalsf56b2291fa344104975cb6587be42b9b^prebuilts/go/darwin-x86/src/debug/macho/file.go$"".(*File).SegmenteH%HD$H;AHH$H$H$H$H$0H$HHS0HC8Hk@H$1H$HD$(H$HHL$0Hl$(H9&HD$@H$H\$@H)HHkHL$pHl$xHD$HHH$HL$PHL$Hl$XHl$H\$HH\$\$ HL$HHL$8H$H$H$H$H\$8HHS HT$`HC(HD$hH9uDH$HD$H$Hl$HL$\$ tH\$8H$HHD$@HL$0HHHL$0Hl$(H9H$Hak	
   1319 X
   1320 *runtime.racefuncenter
   1321  runtime.raceread
   1322  runtime.raceread type.*"".Segment
   1323 $runtime.assertI2T2
   1324  runtime.raceread
   1325  runtime.eqstring
   1326 (runtime.racefuncexit
   1327 (runtime.racefuncexit
   1328 0runtime.morestack_noctxt@"".autotmp_0452otype.string"".autotmp_0451Otype."".Load"".autotmp_0450type.*"".Load"".autotmp_0449type.int"".autotmp_0448type.int"".autotmp_0447 type.*"".Segment"".autotmp_0446/type.[]"".Load"".s type.*"".Segment"".ltype."".Load"".~r10 type.*"".Segment"".nametype.string"".ftype.*"".File&<(8	
$
   1332 +wW+jrTgclocals237ef881ccfc44180de2f6ec69e5e169Tgclocalsedc1c62f815f1a5eb7743c31075afa0a^prebuilts/go/darwin-x86/src/debug/macho/file.go$"".(*File).SectioneH%H;aFHpH\$pH$H\$xH$H$HH\$xHHSHHCPHkXHl$h1HD$`HD$(HT$XHHL$0Hl$(H9HD$@H$H\$@H+Hl$8H,$H$H\$8HHHT$HHCHD$PH9uAH$HD$H$Hl$HL$\$ tH\$8H$HpHD$@HL$0HHHL$0Hl$(H9JH$Hph
   1335 B
   1336 *runtime.racefuncenterh
   1337  runtime.raceread
   1338  runtime.raceread
   1339  runtime.raceread
   1340  runtime.eqstring
   1341 (runtime.racefuncexit
   1342 (runtime.racefuncexit
   1343 0runtime.morestack_noctxt@"".autotmp_0458Otype.string"".autotmp_0456_"type.**"".Section"".autotmp_0455type.int"".autotmp_0454type.int"".autotmp_0453/$type.[]*"".Section"".so type.*"".Section"".~r10 type.*"".Section"".nametype.string"".ftype.*"".File&9%4	pe
$
   1347  hiiTgclocals6c663c8c96689a2fcfc7e468bda6a1bbTgclocals41aa2c1041551573da6b5bc2bc8eb895^prebuilts/go/darwin-x86/src/debug/macho/file.go "".(*File).DWARFeH%H$H;A4HH$H$1H$H$1LIL
IH5HHHH$1L$L$HL$L$PL$L$XL$ L$`H$(H$hH$0H$pH$8H$xH$@H$1H$H$HHH$H$H9H$H$H$HHHkH$H$H$(H$0H$HH\$HD$H$HL$H$Hl$ HL$(HD$0H$H$H$HL$H$HD$HD$1H9!H$H$HHH$H$H9L$L$L$H$H$H$H$H$H$L$L$L$L$L$L$H$H$H$H$H$H$L$L,$L$Ld$L$L\$1H\$H\$ H\$(1H\$0H\$8H\$@L$xLT$HL$LL$PL$LD$XH$`H|$`H$hHt$hH$pHl$p1H\$xH$H$1H$H$H$H$HH$H$PH$H$XH$H$H$H$H$H$8H$H$@H$HH$H$Ht$Hl$HT$HL$ HD$(H$H$H$H$ H$HtxH$H$H$H$H$(H$L$Ih(H9s9H$H$H$H$ H$HH$H$Hs/HkHH$H+H$HkH$Hk$
   1352 ^
   1353 *runtime.racefuncenter$go.string."abbrev" go.string."info" go.string."line"go.string."str"
   1354  runtime.duffzero
   1355  runtime.raceread(go.string."__debug_"
   1356 *runtime.concatstring2
   1357 $"".(*File).Section
   1358 debug/dwarf.New
   1359 (runtime.racefuncexit
   1360 $"".(*Section).Data
   1361  runtime.raceread
   1362 (runtime.racefuncexit
   1363 $runtime.panicindex
   1364 0runtime.morestack_noctxt@4"".autotmp_0474type.[]uint8"".autotmp_0473type.[]uint8"".autotmp_0472type.[]uint8"".autotmp_0471type.string"".autotmp_0470type.*string"".autotmp_0469type.int"".autotmp_0468type.int"".autotmp_0467type.error"".autotmp_0465type.error"".autotmp_0463type.int"".autotmp_0461type.[]uint8"".autotmp_0459type.[4]string"".strtype.[]uint8"".linetype.[]uint8"".infotype.[]uint8"".abbrevtype.[]uint8"".errtype.error"".btype.[]uint8"".s type.*"".Section"".nametype.string"".itype.int"".dattype.[4][]uint8"".namestype.[4]string"".~r1 type.error"".~r0,type.*debug/dwarf.Data"".ftype.*"".File("d
   1376 b"(':F00JM,@*.EmJRTgclocals28f8212cad59d347fd62f023782f4f37Tgclocals1604d580b44bb8883ef2a7c4bc2aa5d0^prebuilts/go/darwin-x86/src/debug/macho/file.go4"".(*File).ImportedSymbolseH%H$PH;AEH0H$0H$1H$@H$HH$P1H$XH$`H$8H$H$hH$8HXh1H9H$H$`H$8HX`1H9H$H$`H$8Hh`Hl$`H$H$hH$8Hkh1H$H$H$Hl$hH,$H$H$HD$hh0l$DH$H$H$H\$hH$H$H$HD$hX0h4\$@H\$`H$H$0H\$`l$DDD$@LK@M9L9LS0I)I)ItHk IL$L$L$L$1L$LD$PL$LHL$XHl$PH9HD$pH$HD$ H\$pH=HHCkIkHHkHHkH$H$D$ D$@$!@$f$"f$H$(H$H$H$H$H$H$H$H$HH)H}QHH$H$HT$HD$H$HL$HH$HH\$ HT$(HD$0HL$8HHH$H9H$HH$HHD$HHHH$H$Hl$HHHH$HkH$=H+H$H$H$H$H$H$HD$pHL$XH HHL$XHl$PH9H$H$@H$H$HH$H$P1H$XH$`H0H$Hl$JHH$HD$HD$xH$HD$xHH$H$HD$xH-HhH@H$H$HD$x1HhHh HD$xH1H9t<1H$@H$HH$PH\$xH$`H$XH0HH$HH\$HH\$HD$@
   1386 ^
   1387 *runtime.racefuncenter
   1388  runtime.raceread
   1389  runtime.raceread
   1390  runtime.raceread
   1391  runtime.raceread
   1392  runtime.raceread
   1393  runtime.raceread
   1394  runtime.raceread
   1395  runtime.raceread
   1396 *runtime.racereadrangetype.[]string
   1399 "runtime.growslice
   1401 "runtime.racewrite6runtime.writeBarrierEnabled
   1402 (runtime.racefuncexit
   1403 .runtime.writebarrierptr
   1404 $runtime.panicslice
   1405 $runtime.panicslice&type."".FormatError
   1406 "runtime.newobject
   1407 "runtime.racewrite
   1408 "runtime.racewrite@go.string."missing symbol table"
   1409 "runtime.racewrite:go.itab.*"".FormatError.error
   1410 (runtime.racefuncexit(type.*"".FormatErrortype.error:go.itab.*"".FormatError.error
   1411  runtime.typ2Itab
   1412 0runtime.morestack_noctxt`("".autotmp_0488type.int"".autotmp_0487type.[]string"".autotmp_0486type.string"".autotmp_0485?type."".Symbol"".autotmp_0484type.*"".Symbol"".autotmp_0483type.int"".autotmp_0482type.int"".autotmp_0480(type.*"".FormatError"".autotmp_0479 type.[]"".Symbol"".autotmp_0478 type.[]"".Symbol"".autotmp_0477type.uint32"".autotmp_0476type.uint32"".autotmp_0475(type.*"".FormatError"".stype."".Symbol"".alltype.[]string
   1414 "".dt"type.*"".Dysymtab
   1415 "".sttype.*"".Symtab"".~r1@type.error"".~r0type.[]string"".ftype.*"".File("?
   1418 N",R$O7D.>[Q
   1420 
30Tgclocals56d7a12768443f00e56ac848b9710dd0Tgclocals27bc8575e9db81b6ca45488ed1b03353^prebuilts/go/darwin-x86/src/debug/macho/file.go8"".(*File).ImportedLibraries

eH%HD$H;A@HH$H$1H$H$H$1H$H$1H$H$H$H$H$H$0H$HHS0HC8Hk@H$1H$HD$HH$HHL$PHl$HH9HD$`H$H\$`HNHHkH$H$HD$hHH$HL$pHL$Hl$xHl$H\$hH\$\$ HL$hYHL$XH$H$H\$XHHkH$Hk H$H$H$H$HH)H}QHH$H$HT$HD$H$HL$HH$HH\$ HT$(HD$0HL$8HHH$H9H$HH$HHD$@HHH$H$Hl$@HHH$HkH$=H+H$H$H$H$H$H$HD$`HL$PHHHL$PHl$HH9H$H$H$H$H$H$1H$H$HH$Hl$J5F
   1428 X
   1429 *runtime.racefuncenter
   1430  runtime.raceread
   1431  runtime.racereadtype.*"".Dylib
   1432 $runtime.assertI2T2
   1433  runtime.racereadtype.[]string
   1434 "runtime.growslice	
   1435 "runtime.racewrite	6runtime.writeBarrierEnabled
   1437 (runtime.racefuncexit
   1439 .runtime.writebarrierptr
   1441 $runtime.panicslice
   1443 0runtime.morestack_noctxt`"".autotmp_0498type.int"".autotmp_0497type.[]string"".autotmp_0496type.string"".autotmp_0495type."".Load"".autotmp_0494type.*"".Load"".autotmp_0493type.int"".autotmp_0492type.int"".autotmp_0491type.*"".Dylib"".autotmp_0490_type.[]"".Load"".libtype.*"".Dylib"".ltype."".Load"".all/type.[]string"".~r1@type.error"".~r0type.[]string"".ftype.*"".FileG8
,J$
   1449 O!2+\a]&Q
   1450 
4Tgclocals258cdc459c5469e864411cd1101b1de6Tgclocals0a5ef47022d813186afbebe81fc127b7^prebuilts/go/darwin-x86/src/debug/macho/file.go"".Cpu.StringeH%H;aHHH\$HH$1H\$XH\$`HH$\$P$HH\$HH\$HH\$D$ HL$(HD$0HL$8HL$XHD$@HD$`HHX
   1453 B
   1454 *runtime.racefuncenterh"".cpuStringsz
   1455  runtime.raceread"".cpuStrings"".cpuStrings "".cpuStrings
   1456 "".stringName
   1457 (runtime.racefuncexit
   1458 0runtime.morestack_noctxt0"".autotmp_0499type.string"".~r0type.string"".itype."".Cpu
   1460  tTgclocalsbcdfbcd04eb70526d9504e97d9ef703dTgclocalsc55cf99de9cdd8c8202a466952fa1a45`prebuilts/go/darwin-x86/src/debug/macho/macho.go"".Cpu.GoStringeH%H;aHHH\$HH$1H\$XH\$`HH$\$P$HH\$HH\$HH\$D$ HL$(HD$0HL$8HL$XHD$@HD$`HHX
   1462 B
   1463 *runtime.racefuncenterh"".cpuStringsz
   1464  runtime.raceread"".cpuStrings"".cpuStrings "".cpuStrings
   1465 "".stringName
   1466 (runtime.racefuncexit
   1467 0runtime.morestack_noctxt0"".autotmp_0500type.string"".~r0type.string"".itype."".Cpu
   1469  tTgclocalsbcdfbcd04eb70526d9504e97d9ef703dTgclocalsc55cf99de9cdd8c8202a466952fa1a45`prebuilts/go/darwin-x86/src/debug/macho/macho.go""".LoadCmd.StringeH%H;aHHH\$HH$1H\$XH\$`HH$\$P$HH\$HH\$HH\$D$ HL$(HD$0HL$8HL$XHD$@HD$`HHX
   1471 B
   1472 *runtime.racefuncenterh"".cmdStringsz
   1473  runtime.raceread"".cmdStrings"".cmdStrings "".cmdStrings
   1474 "".stringName
   1475 (runtime.racefuncexit
   1476 0runtime.morestack_noctxt0"".autotmp_0501type.string"".~r0type.string"".itype."".LoadCmd
   1478  tTgclocalsbcdfbcd04eb70526d9504e97d9ef703dTgclocalsc55cf99de9cdd8c8202a466952fa1a45`prebuilts/go/darwin-x86/src/debug/macho/macho.go&"".LoadCmd.GoStringeH%H;aHHH\$HH$1H\$XH\$`HH$\$P$HH\$HH\$HH\$D$ HL$(HD$0HL$8HL$XHD$@HD$`HHX
   1480 B
   1481 *runtime.racefuncenterh"".cmdStringsz
   1482  runtime.raceread"".cmdStrings"".cmdStrings "".cmdStrings
   1483 "".stringName
   1484 (runtime.racefuncexit
   1485 0runtime.morestack_noctxt0"".autotmp_0502type.string"".~r0type.string"".itype."".LoadCmd
   1487  tTgclocalsbcdfbcd04eb70526d9504e97d9ef703dTgclocalsc55cf99de9cdd8c8202a466952fa1a45`prebuilts/go/darwin-x86/src/debug/macho/macho.go"".stringNameeH%HD$H;AHH$H$1H$H$H$H$H$H$1H$HD$8H$HHL$@Hl$8H9HD$HH$HD$Ht$HH=HNHnT$xT$`H$HL$hH$Hl$p\$`$9$taH$HH\$HD$H\$hH|$HHHKHOH\$(H$H\$0H$HH\$hH$H\$pH$HHL$@HHHHL$@Hl$8H9$H$HD$
   1490 HL$HD$HL$PH$HD$XH$H
   1491 X
   1492 *runtime.racefuncenter
   1493 *runtime.racereadrange$go.string."macho."
   1494 *runtime.concatstring2
   1495 (runtime.racefuncexit
   1496 (runtime.racefuncexit
   1497 $strconv.FormatUint
   1498 (runtime.racefuncexit
   1499 0runtime.morestack_noctxtp"".autotmp_0508_type."".intName"".autotmp_0507 type.*"".intName"".autotmp_0506type.int"".autotmp_0505type.int"".autotmp_0504type.string"".autotmp_0503/"type.[]"".intName"".ntype."".intName"".~r3Ptype.string"".goSyntax@type.bool"".names"type.[]"".intName"".itype.uint322&kFB
   1501 T	"= +vj)+Tgclocals8864b32d0a4a3d4e865455138193b669Tgclocalse46a594da5fb60bcaab9f2b7869b699d`prebuilts/go/darwin-x86/src/debug/macho/macho.go"".flagNameeH%HD$H;AHH$H$D$1H$H$1HL$`HHL$hH$H$H$H$1H$HT$HH$HHHl$PHl$HH9HT$XH$HD$D$HL$`HD$hH\$XH;HsHk$$H$H$H$H$$$D!9$H0H$H$HL$H$HD$HH\$HD$ HL$(HD$0$tPHL$`HD$hH$H$HL$H$HD$HH\$HD$ HL$(HD$0HL$`HD$hH$H$HL$H$HD$H$H|$HHHKHOHL$(HL$`HD$0HD$hD$$A)D$HT$XHl$PHH'iHAH$HD$HL$HD$H$HH\$HD$H$HL$H$HD$ H\$(H$H\$0H$HAH$H$AH$HD$HL$HD$H$H$H\$H$H\$HH\$HD$ HL$pHL$(HD$xHD$0HL$8HD$@HL$`H$HD$hH$H8"
   1506 X
   1507 *runtime.racefuncenter
   1508 *runtime.racereadrangego.string."+"
   1509 *runtime.concatstring2$go.string."macho."
   1510 *runtime.concatstring2
   1511 *runtime.concatstring2
   1512 
   1513 $strconv.FormatUint
   1514 go.string."0x"
   1516 *runtime.concatstring2
   1518 (runtime.racefuncexit
   1520 $strconv.FormatUint
go.string."+0x"
   1522 *runtime.concatstring3
   1523 (runtime.racefuncexit
   1524 0runtime.morestack_noctxtp$"".autotmp_0522_type."".intName"".autotmp_0521 type.*"".intName"".autotmp_0520type.int"".autotmp_0519type.int"".autotmp_0518type.string"".autotmp_0517type.string"".autotmp_0516type.string"".autotmp_0515type.int"".autotmp_0513type.string"".autotmp_0512type.string"".autotmp_0511type.string"".autotmp_0509/"type.[]"".intName"".ntype."".intName"".stype.string"".~r3Ptype.string"".goSyntax@type.bool"".names"type.[]"".intName"".itype.uint32(d('
   1526 F
   1527 P`
   1528 	
   1529 u
   1530 	
   1531 '',+e7Z)Tgclocals5dfd516a978ad00c4312a0e3139d9915Tgclocals1991abbe4808cb813b0c343c91ab6806`prebuilts/go/darwin-x86/src/debug/macho/macho.go"".initeH%H;aHH\$H$HH$t-HH$u
   1533 HHH$HH$H-2
   1535 B
   1536 *runtime.racefuncenterP"".initdoneb
   1537  runtime.racereadp"".initdone"".initdone
   1538  runtime.raceread"".initdone
   1539 (runtime.racefuncexit
   1540 "runtime.throwinit"".initdone
   1541 "runtime.racewrite"".initdone
   1542 (encoding/binary.init
   1543 fmt.init
   1544 io.init
   1545 os.init
   1546 bytes.init
   1547  debug/dwarf.init
   1548 strconv.init"".initdone
   1549 "runtime.racewrite"".initdone
   1550 (runtime.racefuncexit
   1551 0runtime.morestack_noctxtOa
   1552  Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals33cdeccccebe80329f1fdbee7f5874cb`prebuilts/go/darwin-x86/src/debug/macho/macho.go2type..hash."".FormatErroreH%H;aH H\$ H$H\$(H$H<$H\$0H\$HD$HD$H\$(H$H<$t_H$HD$0HD$HD$H\$(H$H<$t-H$HD$0HD$HD$HD$0HD$8H %%%_
   1555 B
   1556 *runtime.racefuncenter
   1557 runtime.memhash
   1558 runtime.strhash
   1559 (runtime.nilinterhash
   1560 (runtime.racefuncexit
   1561 0runtime.morestack_noctxt0@
   1562 "".autotmp_0528type.uintptr"".autotmp_0527type.uintptr"".~r2 type.uintptr"".htype.uintptr"".p(type.*"".FormatError@?@4 Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb\prebuilts/go/darwin-x86/src/debug/macho/fat.go.type..eq."".FormatErroreH%H;aHhH\$hH$H\$pH$H\$xH$HD$pHLD$xI(H9t$HhH$H$H\$pH\HkHl$XHkHl$`H\$xH$H$HT$`H\$xHHKHL$HHCHD$PH9Hl$XH,$HT$HL$HD$\$ H\$xH$H$H\$xHHkHl$8Hk Hl$@H\$pH$H$HT$8H\$pHtbHCHK HL$0HD$(H9u9H$HL$HT$Hl$@Hl$\$ t$Hh$Hh^$Hh
   1566 B
   1567 *runtime.racefuncenter^
   1568  runtime.racereadz
   1569  runtime.raceread
   1570 (runtime.racefuncexit
   1571  runtime.raceread
   1572  runtime.raceread
   1573  runtime.eqstring
   1574  runtime.raceread
   1575  runtime.raceread
   1576 runtime.efaceeq
   1577 (runtime.racefuncexit
   1578 (runtime.racefuncexit
   1579 (runtime.racefuncexit
   1580 0runtime.morestack_noctxt0"".autotmp_0532"type.interface {}"".autotmp_0531_"type.interface {}"".autotmp_0530?type.string"".autotmp_0529type.string"".~r2 type.bool"".q(type.*"".FormatError"".p(type.*"".FormatError>P& LUDvTgclocals9c91d8a91ac42440a3d1507bc8d2e808Tgclocals709ced5e74cbe4c0afb97d3c39ba72fd\prebuilts/go/darwin-x86/src/debug/macho/fat.go "".(*Cpu).StringeH%H;aH@HY Ht
H|$HH9;uH#H\$@H$1H\$PH\$XH\$H1H9uEHH$HD$HH\$HD$HH\$ HD$(H\$HH$H\$H+,$HL$HD$HL$0HL$PHD$8HD$XH@
   1585 n
   1586 *runtime.racefuncenter"go.string."macho"go.string."Cpu"$go.string."String"
   1587 "runtime.panicwrap
   1588  runtime.raceread
   1589 "".Cpu.String
   1590 (runtime.racefuncexit
   1591 0runtime.morestack_noctxt0"".autotmp_0533type.string"".~r0type.string""..thistype.*"".Cpu6Tgclocals69076ee43f1cead0792b9f36906b1b56Tgclocalsc55cf99de9cdd8c8202a466952fa1a45<autogenerated>$"".(*Cpu).GoStringeH%H;aH@HY Ht
H|$HH9;uH#H\$@H$1H\$PH\$XH\$H1H9uEHH$HD$HH\$HD$HH\$ HD$(H\$HH$H\$H+,$HL$HD$HL$0HL$PHD$8HD$XH@
   1596 n
   1597 *runtime.racefuncenter"go.string."macho"go.string."Cpu"(go.string."GoString"
   1598 "runtime.panicwrap
   1599  runtime.raceread
   1600 "".Cpu.GoString
   1601 (runtime.racefuncexit
   1602 0runtime.morestack_noctxt0"".autotmp_0534type.string"".~r0type.string""..thistype.*"".Cpu6Tgclocals69076ee43f1cead0792b9f36906b1b56Tgclocalsc55cf99de9cdd8c8202a466952fa1a45<autogenerated>"".Load.RaweH%H;aH8HY Ht
H|$@H9;uH#H\$8H$1H\$PH\$XH\$`H\$HH$H\$@H[ HT$HL$HD$HT$ HT$PHL$(HL$XHD$0HD$`H8_
   1606 
   1607 n
   1608 *runtime.racefuncenter
   1609 (runtime.racefuncexit
   1610 0runtime.morestack_noctxtPp"".autotmp_0535/type.[]uint8"".~r0 type.[]uint8""..thistype."".Loadpop6W#Tgclocalsac82343006770597a842747caad5b201Tgclocalsf56b2291fa344104975cb6587be42b9b<autogenerated>6type..hash."".SectionHeadereH%H;aH H\$ H$H\$(H$H<$H\$0H\$HD$H\$(H$H<$thH$HD$0HD$HD$H\$(H$H<$t6H$ HD$0HD$HD$$HD$HD$0HD$8H %%%_
   1613 B
   1614 *runtime.racefuncenter
   1615 runtime.strhash
   1616 runtime.strhash
   1617 runtime.memhash
   1618 (runtime.racefuncexit
   1619 0runtime.morestack_noctxt0@
   1620 "".autotmp_0538type.uintptr"".autotmp_0537type.uintptr"".~r2 type.uintptr"".htype.uintptr"".p,type.*"".SectionHeader@?@4 Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb\prebuilts/go/darwin-x86/src/debug/macho/fat.go2type..eq."".SectionHeadereH%H;aHHH\$HH$H\$PH$H\$PHH+Hl$8HkHl$@H\$XH$HT$@H\$XHHHL$(HCHD$0H9ZHl$8H,$HT$HL$HD$\$ /H\$PH$H$H\$PHHkHl$(HkHl$0H\$XH$H$HL$0H\$XHHSHT$8HCHD$@H9Hl$(H,$HL$HT$HD$\$ tuH\$PH$H<$t\H$ H\$XH\$H|$t<HD$ HD$$\$uD$`HHD$`HH%%D$`HH3D$`HHv<
   1625 B
   1626 *runtime.racefuncenter^
   1627  runtime.raceread
   1628  runtime.raceread
   1629  runtime.eqstring
   1630  runtime.raceread
   1631  runtime.raceread
   1632  runtime.eqstring
   1633  runtime.memequal
   1634 (runtime.racefuncexit
   1635 (runtime.racefuncexit
   1636 (runtime.racefuncexit
   1637 (runtime.racefuncexit
   1638 0runtime.morestack_noctxt0"".autotmp_0543type.string"".autotmp_0542type.string"".autotmp_0541?type.string"".autotmp_0540type.string"".~r2 type.bool"".q,type.*"".SectionHeader"".p,type.*"".SectionHeader>  <KULTgclocals9c91d8a91ac42440a3d1507bc8d2e808Tgclocals020fbb1d4892839a04e70deae280e24b\prebuilts/go/darwin-x86/src/debug/macho/fat.go*type..hash."".SectioneH%H;aH H\$ H$H\$(H$H<$H\$0H\$HD$H\$(H$H<$thH$HHD$0HD$HD$H\$(H$H<$t6H$XHD$0HD$HD$HD$HD$0HD$8H %%%_
   1641 B
   1642 *runtime.racefuncenter
   1643 6type..hash."".SectionHeader
   1644 "runtime.interhash
   1645 runtime.memhash
   1646 (runtime.racefuncexit
   1647 0runtime.morestack_noctxt0@
   1648 "".autotmp_0546type.uintptr"".autotmp_0545type.uintptr"".~r2 type.uintptr"".htype.uintptr"".p type.*"".Section@?@4 Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb\prebuilts/go/darwin-x86/src/debug/macho/fat.go&type..eq."".SectioneH%H;azHHH\$HH$HL$PHRH\$XH<H$H\$\$uD$`HHH\$XH$H$HH\$XHHkHHl$8HkPHl$@H\$PH$H$HHT$8H\$PHHCHHKPHL$0HD$(H9H$HL$HT$Hl$@Hl$\$ t[H\$PH$H$XH\$XH$H$XHl$PH]XLD$XIhXH9tD$`HHD$`HHD$`HHM
i
   1654 B
   1655 *runtime.racefuncenter
   1656 2type..eq."".SectionHeader
   1657 (runtime.racefuncexit
   1658  runtime.raceread
   1659  runtime.raceread
   1660 runtime.ifaceeq
   1661  runtime.raceread
   1662  runtime.raceread
   1663 (runtime.racefuncexit
   1664 (runtime.racefuncexit
   1665 (runtime.racefuncexit
   1666 0runtime.morestack_noctxt0
   1667 "".autotmp_0550? type.io.ReaderAt"".autotmp_0549 type.io.ReaderAt"".~r2 type.bool"".q type.*"".Section"".p type.*"".Section>R/ LTgclocals51af24152615272c3d9efc8538f95767Tgclocals2c78d3ad9d760b5f66e2e47be684c787\prebuilts/go/darwin-x86/src/debug/macho/fat.go("".(*Section).ReadAteH%H;aH`HY Ht
H|$hH9;uH#H\$`H$11H$H$H\$hH$H$HH\$hHHKHHkPH\$pH\$H\$xH\$H$H\$H$H\$ Hl$HH,$HL$@HY HD$(HT$0HL$8H$HT$PH$HL$XH$H`t
   1672 n
   1673 *runtime.racefuncenter
   1674  runtime.raceread
   1675 (runtime.racefuncexit
   1676 0runtime.morestack_noctxt"".autotmp_0552type.errorio.err`type.errorio.nPtype.intio.off@type.int64io.ptype.[]uint8""..this type.*"".Section
   1680 6$Tgclocals105f3855eb890a8acc612838e7807774Tgclocals64ca935d1a2110a30e2d604686188539<autogenerated>""".Section.ReadAteH%H;aH`HY Ht
H|$hH9;uH#H\$`H$11H$H$H$H$H$H\$H$H\$H$H\$H$H\$ HD$HH$HL$@HY HD$(HT$0HL$8H$HT$PH$HL$XH$H`
   1683 
   1684 n
   1685 *runtime.racefuncenter
   1686 (runtime.racefuncexit
   1687 0runtime.morestack_noctxt"".autotmp_0557type.errorio.errtype.errorio.ntype.intio.offtype.int64io.ptype.[]uint8""..thistype."".Section6Tgclocalsfa6e4d73e37377c764658fde6dd8e458Tgclocals64ca935d1a2110a30e2d604686188539<autogenerated>&"".(*LoadBytes).RaweH%H;aHxHY HtH$H9;uH#H\$xH$1H$H$H$H$1H9uEHH$HD$HH\$HD$	HH\$ HD$(H$H$H$Ht\HHKHk1HT$HHL$PHl$XHT$`HL$hHl$pHT$0H$HL$8H$Hl$@H$Hx
   1694 t
   1695 *runtime.racefuncenter"go.string."macho"*go.string."LoadBytes"go.string."Raw"
   1696 "runtime.panicwrap
   1697  runtime.raceread
   1698 (runtime.racefuncexit
   1699 0runtime.morestack_noctxt@
   1700 "".autotmp_0561/type.[]uint8"".~r0type.[]uint8"".b_"type."".LoadBytes"".~r0type.[]uint8""..this$type.*"".LoadBytes9#Tgclocals2b53cab6ed88a45a0ffa0fc99b8ff7b1Tgclocalsa064c3f70b9f68636723afa1d70c14e5<autogenerated>("".(*LoadCmd).StringeH%H;aH@HY Ht
H|$HH9;uH#H\$@H$1H\$PH\$XH\$H1H9uEHH$HD$HH\$HD$HH\$ HD$(H\$HH$H\$H+,$HL$HD$HL$0HL$PHD$8HD$XH@
   1706 n
   1707 *runtime.racefuncenter"go.string."macho"&go.string."LoadCmd"$go.string."String"
   1708 "runtime.panicwrap
   1709  runtime.raceread
   1710 """.LoadCmd.String
   1711 (runtime.racefuncexit
   1712 0runtime.morestack_noctxt0"".autotmp_0562type.string"".~r0type.string""..this type.*"".LoadCmd6Tgclocals69076ee43f1cead0792b9f36906b1b56Tgclocalsc55cf99de9cdd8c8202a466952fa1a45<autogenerated>,"".(*LoadCmd).GoStringeH%H;aH@HY Ht
H|$HH9;uH#H\$@H$1H\$PH\$XH\$H1H9uEHH$HD$HH\$HD$HH\$ HD$(H\$HH$H\$H+,$HL$HD$HL$0HL$PHD$8HD$XH@
   1717 n
   1718 *runtime.racefuncenter"go.string."macho"&go.string."LoadCmd"(go.string."GoString"
   1719 "runtime.panicwrap
   1720  runtime.raceread
   1721 &"".LoadCmd.GoString
   1722 (runtime.racefuncexit
   1723 0runtime.morestack_noctxt0"".autotmp_0563type.string"".~r0type.string""..this type.*"".LoadCmd6Tgclocals69076ee43f1cead0792b9f36906b1b56Tgclocalsc55cf99de9cdd8c8202a466952fa1a45<autogenerated>(type..hash."".SymboleH%H;aH H\$ H$H\$(H$H<$H\$0H\$HD$H\$(H$H<$tqH$HD$0HD$HD$HD$H\$(H$H<$t6H$HD$0HD$HD$HD$HD$0HD$8H %%%V
   1726 B
   1727 *runtime.racefuncenter
   1728 runtime.strhash
   1729 runtime.memhash
   1730 runtime.memhash
   1731 (runtime.racefuncexit
   1732 0runtime.morestack_noctxt0@
   1733 "".autotmp_0566type.uintptr"".autotmp_0565type.uintptr"".~r2 type.uintptr"".htype.uintptr"".ptype.*"".Symbol@?@+ Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb\prebuilts/go/darwin-x86/src/debug/macho/fat.go$type..eq."".SymboleH%H;aHHH\$HH$H\$PH$H\$PHPH+Hl$8HkHl$@H\$XH$HT$@H\$XHHHL$(HCHD$0H9Hl$8H,$HT$HL$HD$\$ H\$PH$H<$H$H\$XH\$H|$tHD$\$uD$`HHH\$PH$H$H\$XH$H$Hl$PH]LD$XIhH9tD$`HHD$`HH%u%RD$`HH]
   1738 B
   1739 *runtime.racefuncenter^
   1740  runtime.raceread
   1741  runtime.raceread
   1742  runtime.eqstring
   1743 $runtime.memequal32
   1744 (runtime.racefuncexit
   1745  runtime.raceread
   1746  runtime.raceread
   1747 (runtime.racefuncexit
   1748 (runtime.racefuncexit
   1749 (runtime.racefuncexit
   1750 0runtime.morestack_noctxt0
   1751 "".autotmp_0569?type.string"".autotmp_0568type.string"".~r2 type.bool"".qtype.*"".Symbol"".ptype.*"".Symbol>K&% <KTgclocals51af24152615272c3d9efc8538f95767Tgclocals44750c784da4dd430afdd97fea5c405a\prebuilts/go/darwin-x86/src/debug/macho/fat.go "".(*Symtab).RaweH%H;aHPHY Ht
H|$XH9;uH#H\$PH$1H\$`H\$hH\$pH\$XH$H\$XHtSHHKHk1HT$ HL$(Hl$0HT$8HL$@Hl$HHT$HT$`HL$HL$hHl$Hl$pHP:
   1755 
   1756 n
   1757 *runtime.racefuncenter
   1758  runtime.raceread
   1759 (runtime.racefuncexit
   1760 0runtime.morestack_noctxt@
   1761 "".autotmp_0570/type.[]uint8"".~r0type.[]uint8"".b_"type."".LoadBytes"".~r0type.[]uint8""..thistype.*"".Symtab6x"Tgclocals2b53cab6ed88a45a0ffa0fc99b8ff7b1Tgclocalsa064c3f70b9f68636723afa1d70c14e5<autogenerated>"".Symtab.RaweH%H;aHPHY Ht
H|$XH9;uH#H\$PH$1HT$XHL$`HD$h1HT$ HL$(HD$0HT$8HL$@HD$HHT$H$HL$H$HD$H$HPY
   1766 n
   1767 *runtime.racefuncenter
   1768 (runtime.racefuncexit
   1769 0runtime.morestack_noctxt
   1770 "".autotmp_0571/type.[]uint8"".~r0type.[]uint8"".b_"type."".LoadBytes"".~r0type.[]uint8""..thistype."".Symtab6]Tgclocals0272326ac36403d05ea4d17a6cec9e8fTgclocalsa064c3f70b9f68636723afa1d70c14e5<autogenerated>$"".(*Dysymtab).RaweH%H;aHPHY Ht
H|$XH9;uH#H\$PH$1H\$`H\$hH\$pH\$XH$H\$XHtSHHKHk1HT$ HL$(Hl$0HT$8HL$@Hl$HHT$HT$`HL$HL$hHl$Hl$pHP:
   1775 
   1776 n
   1777 *runtime.racefuncenter
   1778  runtime.raceread
   1779 (runtime.racefuncexit
   1780 0runtime.morestack_noctxt@
   1781 "".autotmp_0572/type.[]uint8"".~r0type.[]uint8"".b_"type."".LoadBytes"".~r0type.[]uint8""..this"type.*"".Dysymtab6x"Tgclocals2b53cab6ed88a45a0ffa0fc99b8ff7b1Tgclocalsa064c3f70b9f68636723afa1d70c14e5<autogenerated>"".Dysymtab.RaweH%H;aHPHY Ht
H|$XH9;uH#H\$PH$1HT$XHL$`HD$h1HT$ HL$(HD$0HT$8HL$@HD$HHT$H$HL$H$HD$H$HPY
   1786 n
   1787 *runtime.racefuncenter
   1788 (runtime.racefuncexit
   1789 0runtime.morestack_noctxt
   1790 "".autotmp_0573/type.[]uint8"".~r0type.[]uint8"".b_"type."".LoadBytes"".~r0type.[]uint8""..this type."".Dysymtab6]Tgclocals60f6e5c5d0b7d02982d13cc674b26873Tgclocalsa064c3f70b9f68636723afa1d70c14e5<autogenerated>6type..hash."".SegmentHeadereH%H;aH H\$ H$H\$(H$H<$H\$0H\$HD$HD$H\$(H$H<$thH$HD$0HD$HD$H\$(H$H<$t6H$HD$0HD$HD$0HD$HD$0HD$8H %%%V
   1794 B
   1795 *runtime.racefuncenter
   1796 runtime.memhash
   1797 runtime.strhash
   1798 runtime.memhash
   1799 (runtime.racefuncexit
   1800 0runtime.morestack_noctxt0@
   1801 "".autotmp_0576type.uintptr"".autotmp_0575type.uintptr"".~r2 type.uintptr"".htype.uintptr"".p,type.*"".SegmentHeader@?@+ Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb\prebuilts/go/darwin-x86/src/debug/macho/fat.go2type..eq."".SegmentHeadereH%H;aHHH\$HH$H\$PH$H\$XH$HD$PLD$XA(9tD$`HHH$H$H\$XH$H$HD$PXLD$XAh9tD$`HHH$H$H\$PHHkHl$8HkHl$@H\$XH$H$HT$@H\$XHHKHL$(HCHD$0H9Hl$8H,$HT$HL$HD$\$ tuH\$PH$H<$t\H$H\$XH\$H|$t<HD$HD$0\$uD$`HHD$`HH%%D$`HH3$ 
   1805 B
   1806 *runtime.racefuncenter^
   1807  runtime.racereadz
   1808  runtime.raceread
   1809 (runtime.racefuncexit
   1810  runtime.raceread
   1811  runtime.raceread
   1812 (runtime.racefuncexit
   1813  runtime.raceread
   1814  runtime.raceread
   1815  runtime.eqstring
   1816  runtime.memequal
   1817 (runtime.racefuncexit
   1818 (runtime.racefuncexit
   1819 (runtime.racefuncexit
   1820 0runtime.morestack_noctxt0
   1821 "".autotmp_0579?type.string"".autotmp_0578type.string"".~r2 type.bool"".q,type.*"".SegmentHeader"".p,type.*"".SegmentHeaderJKD  LTgclocals51af24152615272c3d9efc8538f95767Tgclocals44750c784da4dd430afdd97fea5c405a\prebuilts/go/darwin-x86/src/debug/macho/fat.go""".(*Segment).RaweH%H;aHPHY Ht
H|$XH9;uH#H\$PH$1H\$`H\$hH\$pH\$XH$H\$XHtSHHKHk1HT$ HL$(Hl$0HT$8HL$@Hl$HHT$HT$`HL$HL$hHl$Hl$pHP:
   1825 
   1826 n
   1827 *runtime.racefuncenter
   1828  runtime.raceread
   1829 (runtime.racefuncexit
   1830 0runtime.morestack_noctxt@
   1831 "".autotmp_0580/type.[]uint8"".~r0type.[]uint8"".b_"type."".LoadBytes"".~r0type.[]uint8""..this type.*"".Segment6x"Tgclocals2b53cab6ed88a45a0ffa0fc99b8ff7b1Tgclocalsa064c3f70b9f68636723afa1d70c14e5<autogenerated>"".Segment.RaweH%H;aHPHY Ht
H|$XH9;uH#H\$PH$1HT$XHL$`HD$h1HT$ HL$(HD$0HT$8HL$@HD$HHT$H$HL$H$HD$H$HPY
   1836 n
   1837 *runtime.racefuncenter
   1838 (runtime.racefuncexit
   1839 0runtime.morestack_noctxt
   1840 "".autotmp_0581/type.[]uint8"".~r0type.[]uint8"".b_"type."".LoadBytes"".~r0type.[]uint8""..thistype."".Segment6]Tgclocalsae93ae3b36e06a4d15ed03fb84a4da61Tgclocalsa064c3f70b9f68636723afa1d70c14e5<autogenerated>("".(*Segment).ReadAteH%H;aH`HY Ht
H|$hH9;uH#H\$`H$11H$H$H\$hH$H$`H\$hHHK`HkhH\$pH\$H\$xH\$H$H\$H$H\$ Hl$HH,$HL$@HY HD$(HT$0HL$8H$HT$PH$HL$XH$H`t
   1846 n
   1847 *runtime.racefuncenter
   1848  runtime.raceread
   1849 (runtime.racefuncexit
   1850 0runtime.morestack_noctxt"".autotmp_0583type.errorio.err`type.errorio.nPtype.intio.off@type.int64io.ptype.[]uint8""..this type.*"".Segment 6$Tgclocals105f3855eb890a8acc612838e7807774Tgclocals64ca935d1a2110a30e2d604686188539<autogenerated>""".Segment.ReadAteH%H;aH`HY Ht
H|$hH9;uH#H\$`H$11H$H$H$H$H$H\$H$H\$H$H\$H$H\$ HD$HH$HL$@HY HD$(HT$0HL$8H$HT$PH$HL$XH$H`
   1856 
   1857 n
   1858 *runtime.racefuncenter
   1859 (runtime.racefuncexit
   1860 0runtime.morestack_noctxt"".autotmp_0588type.errorio.errtype.errorio.ntype.intio.offtype.int64io.ptype.[]uint8""..thistype."".Segment"6Tgclocals639088513fb828700983ea20f0247ef0Tgclocals64ca935d1a2110a30e2d604686188539<autogenerated>*type..hash."".FatArcheH%H;aH H\$ H$H\$(H$H<$tlH\$0H\$HD$HD$H\$(H$H<$t6H$HD$0HD$HD$HD$HD$0HD$8H %%L
   1866 B
   1867 *runtime.racefuncenter
   1868 runtime.memhash
   1869 runtime.memhash
   1870 (runtime.racefuncexit
   1871 0runtime.morestack_noctxt0@"".autotmp_0593type.uintptr"".~r2 type.uintptr"".htype.uintptr"".p type.*"".FatArch@?@( Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb\prebuilts/go/darwin-x86/src/debug/macho/fat.go&type..eq."".FatArcheH%H;aH H\$ H$HL$(HH\$0HH$H\$HD$\$uD$8H H\$(H$H$H\$0H$H$Hl$(H]LD$0IhH9tD$8H D$8H nX
   1876 B
   1877 *runtime.racefuncenter
   1878  runtime.memequal
   1879 (runtime.racefuncexit
   1880  runtime.raceread
   1881  runtime.raceread
   1882 (runtime.racefuncexit
   1883 (runtime.racefuncexit
   1884 0runtime.morestack_noctxt0@"".~r2 type.bool"".q type.*"".FatArch"".p type.*"".FatArch"@[?@K?@?@" Tgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocals33cdeccccebe80329f1fdbee7f5874cb\prebuilts/go/darwin-x86/src/debug/macho/fat.go&"".(*FatArch).CloseeH%H;aH(HY Ht
H|$0H9;uH#H\$(H$1H\$8H\$@H\$0H$H$H\$0HkH,$HL$HD$HL$HL$8HD$ HD$@H(b
   1890 n
   1891 *runtime.racefuncenter
   1892  runtime.raceread
   1893  "".(*File).Close
   1894 (runtime.racefuncexit
   1895 0runtime.morestack_noctxt0P"".autotmp_0596type.error"".~r0type.error""..this type.*"".FatArchP|OP$6TTgclocalscad14e25fd48dddd762418d02c031d67Tgclocalsc55cf99de9cdd8c8202a466952fa1a45<autogenerated>2"".(*FatArch).parseSymtabeH%HD$H;A>HHY HtH$H9;uH#H$H$1H$H$H$H$H$H$HkH,$H$H\$H$H\$H$H\$H$H\$ H$H\$(H$H\$0H$H\$8H$H\$@H$H\$HH$H\$PH$H\$XHD$`HT$hHL$pH$HT$xH$H$H$H
   1900 
   1901 *runtime.racefuncenter
   1902  runtime.raceread
   1903 ,"".(*File).parseSymtab
   1904 (runtime.racefuncexit
   1905 0runtime.morestack_noctxt"".autotmp_0598type.error"".~r6type.error"".~r5type.*"".Symtab"".offsettype.int64"".hdr$type.*"".SymtabCmd"".cmddatptype.[]uint8"".strtab@type.[]uint8"".symdattype.[]uint8""..this type.*"".FatArch
   1909 &DTgclocals63aa066b631d213f8d68dac59a6231a0Tgclocalsc55cf99de9cdd8c8202a466952fa1a45<autogenerated>2"".(*FatArch).pushSectioneH%HD$H;ABHHY HtH$H9;uH#H$H$H$H$H$H$HkH$H\$hH$H$H$H$Hl$pH,$H$HH\$pHHSHHCPHKXHH)H}QHH$H$HT$HD$H$HL$HH$HH\$ HT$(HD$0HL$8HHH$H9H$H$HD$XHH$H$Hl$XHHl$h=H+H\$pH$H$HH\$pH$HkPH$HkXH$=[HkHH\$hH$H$0HD$hh0Hl$PH$H$(H\$hHk(H$H$H$H$H\$PH\$@Hl$HHH$HD$H$H$H$H$H+H$=HkH$H$H$H$Hl$@HhH$H$H$Hl$@HhH$H$ H$Hl$@LD$HLHh HD$`H\$hH$H$XH\$hHHl$`=HkXHHD$x1H9tvH\$hH$H$HH\$hH$H$XHT$hHJXHD$xH$HBHH$=uHJPHLBPL$HL$HH$HH\$HH\$H\$H\$xSLCXL$Hl$)LCL$Hl$aLCHL$Hl$H$Hl$6`J
   1913 
   1914 *runtime.racefuncenter
   1915  runtime.raceread
   1916  runtime.raceread$type.[]*"".Section
   1917 "runtime.growslice
   1918 "runtime.racewrite6runtime.writeBarrierEnabled
   1919 "runtime.racewrite6runtime.writeBarrierEnabled
   1920  runtime.raceread
   1921  runtime.raceread*type.io.SectionReader
   1922 "runtime.newobject	
   1923 "runtime.racewrite	6runtime.writeBarrierEnabled
   1924 
   1925 "runtime.racewrite
   1926 
   1927 "runtime.racewrite
   1929 "runtime.racewrite
   1931 "runtime.racewrite6runtime.writeBarrierEnabledJgo.itab.*io.SectionReader.io.ReaderAt
   1935 "runtime.racewrite
   1937  runtime.raceread6runtime.writeBarrierEnabled
   1938 (runtime.racefuncexit
   1939 .runtime.writebarrierptr,type.*io.SectionReader type.io.ReaderAtJgo.itab.*io.SectionReader.io.ReaderAt
   1940  runtime.typ2Itab
   1941 .runtime.writebarrierptr
   1942 .runtime.writebarrierptr
   1943 .runtime.writebarrierptr
   1944 .runtime.writebarrierptr
   1945 $runtime.panicslice
   1946 0runtime.morestack_noctxt@ "".autotmp_0607type.*uint8"".autotmp_0606,type.*io.SectionReader"".autotmp_0605,type.*io.SectionReader"".autotmp_0603type.int64"".autotmp_0602type.int"".autotmp_0601/$type.[]*"".Section"".~r0,type.*io.SectionReaderio.n4type.int64io.off3type.int64io.r2 type.io.ReaderAt"".ro type.io.ReaderAt
   1948 "".sh type.*"".Section"".ftype.*"".File"".r  type.io.ReaderAt
   1949 "".sh type.*"".Section""..this type.*"".FatArch(FDbcBoKGD?
   1950 $Tgclocals20d646de57969b79bccb82c849506f4cTgclocalsf3a4822b613e2974bea1c3dc80f8d901<autogenerated>*"".(*FatArch).SegmenteH%H;avuH HY Ht
H|$(H9;uH#H\$ H$H\$(H$H$H\$(HkH,$H\$0H\$H\$8H\$H\$H\$@H r
   1954 f
   1955 *runtime.racefuncenter
   1956  runtime.raceread
   1957 $"".(*File).Segment
   1958 (runtime.racefuncexit
   1959 0runtime.morestack_noctxt@@"".~r10 type.*"".Segment"".nametype.string""..this type.*"".FatArch@p?@*2HTgclocals8c5ed141de7dee49a8206d15b9021848Tgclocals69c1753bd5f81501d95132d08af04464<autogenerated>*"".(*FatArch).SectioneH%H;avuH HY Ht
H|$(H9;uH#H\$ H$H\$(H$H$H\$(HkH,$H\$0H\$H\$8H\$H\$H\$@H r
   1965 f
   1966 *runtime.racefuncenter
   1967  runtime.raceread
   1968 $"".(*File).Section
   1969 (runtime.racefuncexit
   1970 0runtime.morestack_noctxt@@"".~r10 type.*"".Section"".nametype.string""..this type.*"".FatArch@p?@,2HTgclocals8c5ed141de7dee49a8206d15b9021848Tgclocals69c1753bd5f81501d95132d08af04464<autogenerated>&"".(*FatArch).DWARFeH%H;aH0HY Ht
H|$8H9;uH#H\$0H$1H\$HH\$PH\$8H$H$H\$8HkH,$HD$HT$HL$HD$@HT$ HT$HHL$(HL$PH0X
   1976 n
   1977 *runtime.racefuncenter
   1978  runtime.raceread
   1979  "".(*File).DWARF
   1980 (runtime.racefuncexit
   1981 0runtime.morestack_noctxt@`"".autotmp_0613type.error"".~r1 type.error"".~r0,type.*debug/dwarf.Data""..this type.*"".FatArch`_`.6^Tgclocals4a8dcaa1f0a3d20155921d51fed3ea2cTgclocalsc55cf99de9cdd8c8202a466952fa1a45<autogenerated>:"".(*FatArch).ImportedSymbolseH%H;aHXHY Ht
H|$`H9;uH#H\$XH$1H\$hH\$pH\$x1H$H$H\$`H$H$H\$`HkH,$Ht$Hl$HT$HL$ HD$(Ht$@Ht$hHl$HHl$pHT$PHT$xHL$0H$HD$8H$HX
   1987 n
   1988 *runtime.racefuncenter
   1989  runtime.raceread
   1990 4"".(*File).ImportedSymbols
   1991 (runtime.racefuncexit
   1992 0runtime.morestack_noctxt`
   1993 "".autotmp_0617Otype.error"".autotmp_0616/type.[]string"".~r1@type.error"".~r0type.[]string""..this type.*"".FatArch06Tgclocals18e6f963be655e2098768c933b06e181Tgclocals98a935522f11e180b06d5a082b7d09c1<autogenerated>>"".(*FatArch).ImportedLibrarieseH%H;aHXHY Ht
H|$`H9;uH#H\$XH$1H\$hH\$pH\$x1H$H$H\$`H$H$H\$`HkH,$Ht$Hl$HT$HL$ HD$(Ht$@Ht$hHl$HHl$pHT$PHT$xHL$0H$HD$8H$HX
   1999 n
   2000 *runtime.racefuncenter
   2001  runtime.raceread
   2002 8"".(*File).ImportedLibraries
   2003 (runtime.racefuncexit
   2004 0runtime.morestack_noctxt`
   2005 "".autotmp_0621Otype.error"".autotmp_0620/type.[]string"".~r1@type.error"".~r0type.[]string""..this type.*"".FatArch26Tgclocals18e6f963be655e2098768c933b06e181Tgclocals98a935522f11e180b06d5a082b7d09c1<autogenerated> "".FatArch.CloseeH%H;avjH(HY Ht
H|$0H9;uH#H\$(H$1H\$PH\$XH\$HH$HL$HD$HL$HL$PHD$ HD$XH(
   2010 
   2011 f
   2012 *runtime.racefuncenter
   2013  "".(*File).Close
   2014 (runtime.racefuncexit
   2015 0runtime.morestack_noctxt`P"".autotmp_0624type.error"".~r0@type.error""..thistype."".FatArchPeOP42=Tgclocalsb1eee401641e0da592b3cb09cc2c6624Tgclocalsc55cf99de9cdd8c8202a466952fa1a45<autogenerated>,"".FatArch.parseSymtabeH%HD$H;A$HHY HtH$H9;uH#H$H$1H$H$H$H$H$H\$H$H\$H$H\$H$H\$ H$H\$(H$H\$0H$H\$8H$H\$@H$H\$HH$H\$PH$H\$XHD$`HT$hHL$pH$HT$xH$H$H$H
   2018 
   2019 
   2020 *runtime.racefuncenter
   2021 ,"".(*File).parseSymtab
   2022 (runtime.racefuncexit
   2023 0runtime.morestack_noctxt"".autotmp_0626type.error"".~r6type.error"".~r5type.*"".Symtab"".offsettype.int64"".hdr$type.*"".SymtabCmd"".cmddattype.[]uint8"".strtabptype.[]uint8"".symdat@type.[]uint8""..thistype."".FatArch6D!Tgclocalsd6cc3432368b009d7f8b2df1b8ba3dbfTgclocalsc55cf99de9cdd8c8202a466952fa1a45<autogenerated>,"".FatArch.pushSectioneH%HD$H;A(HHY HtH$H9;uH#H$H$H$H$H\$hH$H$H$H$HD$pH$H$HH\$pHHSHHCPHKXHH)H}QHH$H$HT$HD$H$HL$HH$HH\$ HT$(HD$0HL$8HHH$H9H$H$HD$XHH$H$Hl$XHHl$h=H+H\$pH$H$HH\$pH$HkPH$HkXH$=[HkHH\$hH$H$0HD$hh0Hl$PH$H$(H\$hHk(H$H$H$H$H\$PH\$@Hl$HHH$HD$H$H$H$H$H+H$=HkH$H$H$H$Hl$@HhH$H$H$Hl$@HhH$H$ H$Hl$@LD$HLHh HD$`H\$hH$H$XH\$hHHl$`=HkXHHD$x1H9tvH\$hH$H$HH\$hH$H$XHT$hHJXHD$xH$HBHH$=uHJPHLBPL$HL$HH$HH\$HH\$H\$H\$xSLCXL$Hl$)LCL$Hl$aLCHL$Hl$H$Hl$6`H
   2030 
   2031 *runtime.racefuncenter
   2032  runtime.raceread$type.[]*"".Section
   2033 "runtime.growslice
   2034 "runtime.racewrite6runtime.writeBarrierEnabled
   2035 "runtime.racewrite6runtime.writeBarrierEnabled
   2036  runtime.raceread
   2037  runtime.raceread*type.io.SectionReader
   2038 "runtime.newobject
   2039 "runtime.racewrite	6runtime.writeBarrierEnabled	
   2040 "runtime.racewrite
   2041 
   2042 "runtime.racewrite
   2043 
   2044 "runtime.racewrite
   2046 "runtime.racewrite6runtime.writeBarrierEnabledJgo.itab.*io.SectionReader.io.ReaderAt
   2050 "runtime.racewrite
   2052  runtime.raceread
6runtime.writeBarrierEnabled
   2055 (runtime.racefuncexit
   2056 .runtime.writebarrierptr,type.*io.SectionReader type.io.ReaderAtJgo.itab.*io.SectionReader.io.ReaderAt
   2057  runtime.typ2Itab
   2058 .runtime.writebarrierptr
   2059 .runtime.writebarrierptr
   2060 .runtime.writebarrierptr
   2061 .runtime.writebarrierptr
   2062 $runtime.panicslice
   2063 0runtime.morestack_noctxtp "".autotmp_0635type.*uint8"".autotmp_0634,type.*io.SectionReader"".autotmp_0633,type.*io.SectionReader"".autotmp_0631type.int64"".autotmp_0630type.int"".autotmp_0629/$type.[]*"".Section"".~r0,type.*io.SectionReaderio.n4type.int64io.off3type.int64io.r2 type.io.ReaderAt"".ro type.io.ReaderAt
   2065 "".sh type.*"".Section"".ftype.*"".File"".rP type.io.ReaderAt
   2066 "".sh@ type.*"".Section""..thistype."".FatArch8FDHcBoKGD?
   2067 Tgclocals71f93c4dd38dc5db73dafe855ba7c5c5Tgclocalsf3a4822b613e2974bea1c3dc80f8d901<autogenerated>$"".FatArch.SegmenteH%H;av^H HY Ht
H|$(H9;uH#H\$ H$H\$@H$H\$HH\$H\$PH\$H\$H\$XH 
   2070 
   2071 f
   2072 *runtime.racefuncenter
   2073 $"".(*File).Segment
   2074 (runtime.racefuncexit
   2075 0runtime.morestack_noctxtp@"".~r1` type.*"".Segment"".name@type.string""..thistype."".FatArch@Y?@:21Tgclocals9ff2fbcb33e277692e391e20c0041cb7Tgclocals69c1753bd5f81501d95132d08af04464<autogenerated>$"".FatArch.SectioneH%H;av^H HY Ht
H|$(H9;uH#H\$ H$H\$@H$H\$HH\$H\$PH\$H\$H\$XH 
   2079 
   2080 f
   2081 *runtime.racefuncenter
   2082 $"".(*File).Section
   2083 (runtime.racefuncexit
   2084 0runtime.morestack_noctxtp@"".~r1` type.*"".Section"".name@type.string""..thistype."".FatArch@Y?@<21Tgclocals9ff2fbcb33e277692e391e20c0041cb7Tgclocals69c1753bd5f81501d95132d08af04464<autogenerated> "".FatArch.DWARFeH%H;avtH0HY Ht
H|$8H9;uH#H\$0H$1H\$`H\$hH\$PH$HD$HT$HL$HD$XHT$ HT$`HL$(HL$hH0s
   2088 
   2089 f
   2090 *runtime.racefuncenter
   2091  "".(*File).DWARF
   2092 (runtime.racefuncexit
   2093 0runtime.morestack_noctxtp`"".autotmp_0641type.error"".~r1Ptype.error"".~r0@,type.*debug/dwarf.Data""..thistype."".FatArch`o_`
>2GTgclocalsb2914f46113f6b34971915e7d03ec443Tgclocalsc55cf99de9cdd8c8202a466952fa1a45<autogenerated>4"".FatArch.ImportedSymbolseH%H;aHXHY Ht
H|$`H9;uH#H\$XH$1H$H$H$1H$H$H\$xH$Ht$Hl$HT$HL$ HD$(Ht$@H$Hl$HH$HT$PH$HL$0H$HD$8H$HX
   2099 
   2100 n
   2101 *runtime.racefuncenter
   2102 4"".(*File).ImportedSymbols
   2103 (runtime.racefuncexit
   2104 0runtime.morestack_noctxt
   2105 "".autotmp_0645Otype.error"".autotmp_0644/type.[]string"".~r1ptype.error"".~r0@type.[]string""..thistype."".FatArch@6!Tgclocals8d3e263ccb39b704207a7c2ad2cff396Tgclocals98a935522f11e180b06d5a082b7d09c1<autogenerated>8"".FatArch.ImportedLibrarieseH%H;aHXHY Ht
H|$`H9;uH#H\$XH$1H$H$H$1H$H$H\$xH$Ht$Hl$HT$HL$ HD$(Ht$@H$Hl$HH$HT$PH$HL$0H$HD$8H$HX
   2110 
   2111 n
   2112 *runtime.racefuncenter
   2113 8"".(*File).ImportedLibraries
   2114 (runtime.racefuncexit
   2115 0runtime.morestack_noctxt
   2116 "".autotmp_0649Otype.error"".autotmp_0648/type.[]string"".~r1ptype.error"".~r0@type.[]string""..thistype."".FatArchB6!Tgclocals8d3e263ccb39b704207a7c2ad2cff396Tgclocals98a935522f11e180b06d5a082b7d09c1<autogenerated>4type..hash.[2]interface {}eH%H;aH(H\$(H$HT$81HD$Hl$H9}\HD$ HHHHckRHHH\$0HtEHHH$HD$8HD$HT$HD$ HHl$H9|HT$8HT$@H(C
   2120 
   2121 B
   2122 *runtime.racefuncenter
   2123 (runtime.nilinterhash
   2124 (runtime.racefuncexit
   2125 0runtime.morestack_noctxt0P
   2126 "".autotmp_0654type.int"".autotmp_0653type.int"".~r2 type.uintptr"".htype.uintptr"".p*type.*[2]interface {}POP Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb\prebuilts/go/darwin-x86/src/debug/macho/fat.go0type..eq.[2]interface {}eH%H;a/H`H\$`H$1HD$0Hl$0H9HD$8H\$pHHD$(HHH$HD$(H\$pHHHHH+Hl$PHkHl$XH\$hHHHH$HT$PH\$hHt}Hl$(HHHHKHL$HHD$@H9uLH$HL$HT$Hl$XHl$\$ t%HD$8HHl$0H9(D$xH`D$xH`|2
   2130 B
   2131 *runtime.racefuncenter
   2132  runtime.raceread
   2133  runtime.raceread
   2134 runtime.efaceeq
   2135 (runtime.racefuncexit
   2136 (runtime.racefuncexit
   2137 0runtime.morestack_noctxt0"".autotmp_0658?"type.interface {}"".autotmp_0657"type.interface {}"".autotmp_0656_type.int"".autotmp_0655Otype.int"".iotype.int"".~r2 type.bool"".q*type.*[2]interface {}"".p*type.*[2]interface {}& O_Tgclocals51af24152615272c3d9efc8538f95767Tgclocals2c78d3ad9d760b5f66e2e47be684c787\prebuilts/go/darwin-x86/src/debug/macho/fat.go4type..hash.[3]interface {}eH%H;aH(H\$(H$HT$81HD$Hl$H9}\HD$ HHHHckRHHH\$0HtEHHH$HD$8HD$HT$HD$ HHl$H9|HT$8HT$@H(C
   2140 
   2141 B
   2142 *runtime.racefuncenter
   2143 (runtime.nilinterhash
   2144 (runtime.racefuncexit
   2145 0runtime.morestack_noctxt0P
   2146 "".autotmp_0661type.int"".autotmp_0660type.int"".~r2 type.uintptr"".htype.uintptr"".p*type.*[3]interface {}POP Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb\prebuilts/go/darwin-x86/src/debug/macho/fat.go0type..eq.[3]interface {}eH%H;a/H`H\$`H$1HD$0Hl$0H9HD$8H\$pHHD$(HHH$HD$(H\$pHHHHH+Hl$PHkHl$XH\$hHHHH$HT$PH\$hHt}Hl$(HHHHKHL$HHD$@H9uLH$HL$HT$Hl$XHl$\$ t%HD$8HHl$0H9(D$xH`D$xH`|2
   2150 B
   2151 *runtime.racefuncenter
   2152  runtime.raceread
   2153  runtime.raceread
   2154 runtime.efaceeq
   2155 (runtime.racefuncexit
   2156 (runtime.racefuncexit
   2157 0runtime.morestack_noctxt0"".autotmp_0665?"type.interface {}"".autotmp_0664"type.interface {}"".autotmp_0663_type.int"".autotmp_0662Otype.int"".iotype.int"".~r2 type.bool"".q*type.*[3]interface {}"".p*type.*[3]interface {}& O_Tgclocals51af24152615272c3d9efc8538f95767Tgclocals2c78d3ad9d760b5f66e2e47be684c787\prebuilts/go/darwin-x86/src/debug/macho/fat.go4type..hash.[1]interface {}eH%H;aH(H\$(H$HT$81HD$Hl$H9}\HD$ HHHHckRHHH\$0HtEHHH$HD$8HD$HT$HD$ HHl$H9|HT$8HT$@H(C
   2160 
   2161 B
   2162 *runtime.racefuncenter
   2163 (runtime.nilinterhash
   2164 (runtime.racefuncexit
   2165 0runtime.morestack_noctxt0P
   2166 "".autotmp_0668type.int"".autotmp_0667type.int"".~r2 type.uintptr"".htype.uintptr"".p*type.*[1]interface {}POP Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb\prebuilts/go/darwin-x86/src/debug/macho/fat.go0type..eq.[1]interface {}eH%H;a/H`H\$`H$1HD$0Hl$0H9HD$8H\$pHHD$(HHH$HD$(H\$pHHHHH+Hl$PHkHl$XH\$hHHHH$HT$PH\$hHt}Hl$(HHHHKHL$HHD$@H9uLH$HL$HT$Hl$XHl$\$ t%HD$8HHl$0H9(D$xH`D$xH`|2
   2170 B
   2171 *runtime.racefuncenter
   2172  runtime.raceread
   2173  runtime.raceread
   2174 runtime.efaceeq
   2175 (runtime.racefuncexit
   2176 (runtime.racefuncexit
   2177 0runtime.morestack_noctxt0"".autotmp_0672?"type.interface {}"".autotmp_0671"type.interface {}"".autotmp_0670_type.int"".autotmp_0669Otype.int"".iotype.int"".~r2 type.bool"".q*type.*[1]interface {}"".p*type.*[1]interface {}& O_Tgclocals51af24152615272c3d9efc8538f95767Tgclocals2c78d3ad9d760b5f66e2e47be684c787\prebuilts/go/darwin-x86/src/debug/macho/fat.go"".(*Dylib).RaweH%H;aHPHY Ht
H|$XH9;uH#H\$PH$1H\$`H\$hH\$pH\$XH$H\$XHtSHHKHk1HT$ HL$(Hl$0HT$8HL$@Hl$HHT$HT$`HL$HL$hHl$Hl$pHP:
   2181 
   2182 n
   2183 *runtime.racefuncenter
   2184  runtime.raceread
   2185 (runtime.racefuncexit
   2186 0runtime.morestack_noctxt@
   2187 "".autotmp_0673/type.[]uint8"".~r0type.[]uint8"".b_"type."".LoadBytes"".~r0type.[]uint8""..thistype.*"".DylibD6x"Tgclocals2b53cab6ed88a45a0ffa0fc99b8ff7b1Tgclocalsa064c3f70b9f68636723afa1d70c14e5<autogenerated>"".Dylib.RaweH%H;aHPHY Ht
H|$XH9;uH#H\$PH$1HT$XHL$`HD$h1HT$ HL$(HD$0HT$8HL$@HD$HHT$H$HL$H$HD$H$HPY
   2192 n
   2193 *runtime.racefuncenter
   2194 (runtime.racefuncexit
   2195 0runtime.morestack_noctxt
   2196 "".autotmp_0674/type.[]uint8"".~r0type.[]uint8"".b_"type."".LoadBytes"".~r0ptype.[]uint8""..thistype."".DylibF6]Tgclocals767ae7dff091d4110bf4d350df3b0941Tgclocalsa064c3f70b9f68636723afa1d70c14e5<autogenerated>(type..hash.[4]stringeH%H;aH(H\$(H$HT$81HD$Hl$H9}\HD$ HHHHckRHHH\$0HtEHHH$HD$8HD$HT$HD$ HHl$H9|HT$8HT$@H(C
   2200 
   2201 B
   2202 *runtime.racefuncenter
   2203 runtime.strhash
   2204 (runtime.racefuncexit
   2205 0runtime.morestack_noctxt0P
   2206 "".autotmp_0677type.int"".autotmp_0676type.int"".~r2 type.uintptr"".htype.uintptr"".ptype.*[4]stringPOP Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb\prebuilts/go/darwin-x86/src/debug/macho/fat.go$type..eq.[4]stringeH%H;a/H`H\$`H$1HD$0Hl$0H9HD$8H\$hHHD$(HHH$HD$(H\$hHHHHH+Hl$PHkHl$XH\$pHHHH$HT$XH\$pHt}Hl$(HHHHL$@HCHD$HH9uLHl$PH,$HT$HL$HD$\$ t%HD$8HHl$0H9(D$xH`D$xH`|2
   2211 B
   2212 *runtime.racefuncenter
   2213  runtime.raceread
   2214  runtime.raceread
   2215  runtime.eqstring
   2216 (runtime.racefuncexit
   2217 (runtime.racefuncexit
   2218 0runtime.morestack_noctxt0"".autotmp_0681?type.string"".autotmp_0680type.string"".autotmp_0679_type.int"".autotmp_0678Otype.int"".iotype.int"".~r2 type.bool"".qtype.*[4]string"".ptype.*[4]string& O_Tgclocals51af24152615272c3d9efc8538f95767Tgclocals44750c784da4dd430afdd97fea5c405a\prebuilts/go/darwin-x86/src/debug/macho/fat.go*type..hash."".intNameeH%H;aH H\$ H$H\$(H$H<$tcH\$0H\$HD$HD$H\$(H$H<$t-H$HD$0HD$HD$HD$0HD$8H %%U
   2222 B
   2223 *runtime.racefuncenter
   2224 runtime.memhash
   2225 runtime.strhash
   2226 (runtime.racefuncexit
   2227 0runtime.morestack_noctxt0@"".autotmp_0683type.uintptr"".~r2 type.uintptr"".htype.uintptr"".p type.*"".intName@w?@! Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb\prebuilts/go/darwin-x86/src/debug/macho/fat.go&type..eq."".intNameeH%H;a	HHH\$HH$H\$PH$H\$XH$HD$PLD$XA(9tD$`HHH$H$H\$PHHkHl$8HkHl$@H\$XH$H$HT$@H\$XHt\HKHL$(HCHD$0H9u6Hl$8H,$HT$HL$HD$\$ tD$`HHD$`HHd
   2231 B
   2232 *runtime.racefuncenter^
   2233  runtime.racereadz
   2234  runtime.raceread
   2235 (runtime.racefuncexit
   2236  runtime.raceread
   2237  runtime.raceread
   2238  runtime.eqstring
   2239 (runtime.racefuncexit
   2240 (runtime.racefuncexit
   2241 0runtime.morestack_noctxt0
   2242 "".autotmp_0685?type.string"".autotmp_0684type.string"".~r2 type.bool"".q type.*"".intName"".p type.*"".intName2K DLTgclocals51af24152615272c3d9efc8538f95767Tgclocals44750c784da4dd430afdd97fea5c405a\prebuilts/go/darwin-x86/src/debug/macho/fat.go0type..hash.[5]"".intNameeH%H;aH(H\$(H$HT$81HD$Hl$H9}\HD$ HHHHckRHHH\$0HtEHkHH$HD$8HD$HT$HD$ HHl$H9|HT$8HT$@H(C
   2245 
   2246 B
   2247 *runtime.racefuncenter
   2248 *type..hash."".intName
   2249 (runtime.racefuncexit
   2250 0runtime.morestack_noctxt0P
   2251 "".autotmp_0688type.int"".autotmp_0687type.int"".~r2 type.uintptr"".htype.uintptr"".p&type.*[5]"".intNamePOP Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb\prebuilts/go/darwin-x86/src/debug/macho/fat.go,type..eq.[5]"".intNameeH%H;a}HhH\$hH$1HD$(Hl$(H9HD$0HL$pH7H\$xHHkHHHHkHH\$8HL$@H$H\$8H$HD$@LD$8A(9H$H$H\$@HHkHl$XHkHl$`H\$8H$H$HT$`H\$8HtxHKHL$HHCHD$PH9uOHl$XH,$HT$HL$HD$\$ t(HD$0HHl$(H9$Hh$HhHf
   2256 B
   2257 *runtime.racefuncenter
   2258  runtime.raceread
   2259  runtime.raceread
   2260  runtime.raceread
   2261  runtime.raceread
   2262  runtime.eqstring
   2263 (runtime.racefuncexit
   2264 (runtime.racefuncexit
   2265 0runtime.morestack_noctxt0"".autotmp_0694?type.string"".autotmp_0693type.string"".autotmp_0692_ type.*"".intName"".autotmp_0691O type.*"".intName"".autotmp_0690type.int"".autotmp_0689otype.int"".~r2 type.bool"".q&type.*[5]"".intName"".p&type.*[5]"".intName&) cgDrTgclocals9c91d8a91ac42440a3d1507bc8d2e808Tgclocals5ecf5ca8f6c7e48175a1c74243309f21\prebuilts/go/darwin-x86/src/debug/macho/fat.go0Fgo.itab.*io.SectionReader.io.Reader0vgo.itab.encoding/binary.bigEndian.encoding/binary.ByteOrder0:go.itab.*"".FormatError.error0Jgo.itab.*io.SectionReader.io.ReaderAtTgo.string.hdr."error reading magic number"  Lgo.string."error reading magic number"Lgo.string."error reading magic number"@6error reading magic numberHgo.string.hdr."invalid magic number"  @go.string."invalid magic number"@go.string."invalid magic number"0*invalid magic numberDgo.string.hdr."invalid fat_header"  <go.string."invalid fat_header"<go.string."invalid fat_header"0&invalid fat_headerNgo.string.hdr."file contains no images"  Fgo.string."file contains no images"Fgo.string."file contains no images"00file contains no imagesNgo.string.hdr."invalid fat_arch header"  Fgo.string."invalid fat_arch header"Fgo.string."invalid fat_arch header"00invalid fat_arch headerrgo.string.hdr."duplicate architecture cpu=%v, subcpu=%#x"  )jgo.string."duplicate architecture cpu=%v, subcpu=%#x"jgo.string."duplicate architecture cpu=%v, subcpu=%#x"`Tduplicate architecture cpu=%v, subcpu=%#xgo.string.hdr."Mach-O type for architecture #%d (type=%#x) does not match first (type=%#x)"  Kgo.string."Mach-O type for architecture #%d (type=%#x) does not match first (type=%#x)"go.string."Mach-O type for architecture #%d (type=%#x) does not match first (type=%#x)"Mach-O type for architecture #%d (type=%#x) does not match first (type=%#x)Tgclocals41e8424a308b837f54b4c522289dce162;8@8@A
   2267 a
   2268  Aa G
g
GG00x0xx0xxxxxxTgclocals60e848e8172dd306e1c452611b91e687208go.itab.*os.File.io.ReaderAt04go.itab.*os.File.io.CloserTgclocals799f74f0b553ed84654bb4084b7aa816HHTgclocals17a20e1b1b05d1e0e010094cc31914a5HHTgclocals0c7ba4686807ed10ce3a3f60b9393cf2((Tgclocals27f94a2fe0ff5b305b2385471201b6d7((Tgclocals69c1753bd5f81501d95132d08af04464Tgclocalsfb5b36e54c12c3751d230ddc83c0c455  	Tgclocals7f7e6ec54e0fe5c2b861c6ab03f71f2b00	Tgclocals3d62476710a386a8bdda2662c18ab6e50030Ngo.itab.*io.SectionReader.io.ReadSeekerTgclocalsd76d733252dff1db3e6244421edfb3e6@@
Tgclocals18f6d3d39240673c818afd82a70cfe06@@Tgclocals7f7e6ec54e0fe5c2b861c6ab03f71f2b00	Tgclocals3d62476710a386a8bdda2662c18ab6e5003Tgclocalsd76d733252dff1db3e6244421edfb3e6@@
Tgclocals18f6d3d39240673c818afd82a70cfe06@@*go.string.hdr." '%v'"  "go.string." '%v'""go.string." '%v'" '%v'Lgo.string.hdr." in record at byte %#x"  Dgo.string." in record at byte %#x"Dgo.string." in record at byte %#x"0. in record at byte %#xTgclocals12abde4ce1c001576b1c5981f9189139``
   2287 Tgclocalsbf571f6e994f54f15b6c49dddccda3dd``
   2288 Tgclocals6235160484cd87ecd8cee2a67bf0f23fPP
   2289 
   2290 0	
Tgclocals2513e318c737c9158a282a98e88ca498PPTgclocals0c7ba4686807ed10ce3a3f60b9393cf2((Tgclocals27f94a2fe0ff5b305b2385471201b6d7((0|go.itab.encoding/binary.littleEndian.encoding/binary.ByteOrder08go.itab."".LoadBytes."".Load0>go.itab.*bytes.Reader.io.Reader02go.itab.*"".Dylib."".Load04go.itab.*"".Symtab."".Load08go.itab.*"".Dysymtab."".Load06go.itab.*"".Segment."".LoadNgo.string.hdr."command block too small"  Fgo.string."command block too small"Fgo.string."command block too small"00command block too smallTgo.string.hdr."invalid command block size"  Lgo.string."invalid command block size"Lgo.string."invalid command block size"@6invalid command block sizengo.string.hdr."invalid name in dynamic library command"  'fgo.string."invalid name in dynamic library command"fgo.string."invalid name in dynamic library command"PPinvalid name in dynamic library commandTgclocalsa389cf4d9f875a5eb497b8827d9457c6%%v@@ @ @@@@@@@@@@ @(@@@@`@`@@`@@`@@`@@`@@`@@`H@`H@`H@`H`H	`H`H`H`H`H``` L`L``L!``L!`L`L`L	`H`H`H`H`H`H`H`H`@H`H@`H@`H`H`H`H`H`H `H`H`H`H`H`H`H`H` H` H` H` H` H` H`H`H`$H`$H`H`X`X`X`X`H`H`@ `@ `@ `@ `@ `@ `H `H `H `H`H
   2293 `H`H`HF`J`J`i``i`` I``I`I"`I"`I`I`I
   2294 `H`H`H `H `H`H`Tgclocalsa71d77e30912fe43934df4063e5a62a9vXgo.string.hdr."invalid name in symbol table"  Pgo.string."invalid name in symbol table"Pgo.string."invalid name in symbol table"@:invalid name in symbol tableTgclocalsd63fc18f534541952047afa0aca63592`` ` ` ` a Ta a a a a(  Tgclocals2d78067ea144a9738faed3dbcf5d0899tTgclocalsd9082870944e370b24e0ca35955f834eHH
   2295 Tgclocals61e1ac33ca96e64a60da5851be6ed843HHTgclocalsf56b2291fa344104975cb6587be42b9b  Tgclocalscfd97ba95bb5326c9855399a9aeae1e4  	Tgclocalsedc1c62f815f1a5eb7743c31075afa0a88Tgclocals237ef881ccfc44180de2f6ec69e5e16988Tgclocals41aa2c1041551573da6b5bc2bc8eb89500Tgclocals6c663c8c96689a2fcfc7e468bda6a1bb00,go.string.hdr."abbrev"  $go.string."abbrev"$go.string."abbrev"abbrev(go.string.hdr."info"   go.string."info" go.string."info"
   2299 info(go.string.hdr."line"   go.string."line" go.string."line"
   2300 line&go.string.hdr."str"  go.string."str"go.string."str"str0go.string.hdr."__debug_"  (go.string."__debug_"(go.string."__debug_" __debug_Tgclocals1604d580b44bb8883ef2a7c4bc2aa5d0>T%	T%	3T%	TTTgclocals28f8212cad59d347fd62f023782f4f37HHHgo.string.hdr."missing symbol table"  @go.string."missing symbol table"@go.string."missing symbol table"0*missing symbol tableTgclocals27bc8575e9db81b6ca45488ed1b03353``
   2301 TDTgclocals56d7a12768443f00e56ac848b9710dd0``
   2302 3Tgclocals0a5ef47022d813186afbebe81fc127b7XX	""Tgclocals258cdc459c5469e864411cd1101b1de6XX	3Tgclocalsc55cf99de9cdd8c8202a466952fa1a45  Tgclocalsbcdfbcd04eb70526d9504e97d9ef703d  Tgclocalsc55cf99de9cdd8c8202a466952fa1a45  Tgclocalsbcdfbcd04eb70526d9504e97d9ef703d  Tgclocalsc55cf99de9cdd8c8202a466952fa1a45  Tgclocalsbcdfbcd04eb70526d9504e97d9ef703d  Tgclocalsc55cf99de9cdd8c8202a466952fa1a45  Tgclocalsbcdfbcd04eb70526d9504e97d9ef703d  ,go.string.hdr."macho."  $go.string."macho."$go.string."macho."macho.Tgclocalse46a594da5fb60bcaab9f2b7869b699d((Tgclocals8864b32d0a4a3d4e865455138193b669((""go.string.hdr."+"  go.string."+"go.string."+"+$go.string.hdr."0x"  go.string."0x"go.string."0x"0x&go.string.hdr."+0x"  go.string."+0x"go.string."+0x"+0xTgclocals1991abbe4808cb813b0c343c91ab680688 Tgclocals5dfd516a978ad00c4312a0e3139d991588"Jgo.string.hdr."not a fat Mach-O file"  Bgo.string."not a fat Mach-O file"Bgo.string."not a fat Mach-O file"0,not a fat Mach-O file,go.string.hdr."Cpu386"  $go.string."Cpu386"$go.string."Cpu386"Cpu3860go.string.hdr."CpuAmd64"  (go.string."CpuAmd64"(go.string."CpuAmd64" CpuAmd64,go.string.hdr."CpuArm"  $go.string."CpuArm"$go.string."CpuArm"CpuArm,go.string.hdr."CpuPpc"  $go.string."CpuPpc"$go.string."CpuPpc"CpuPpc0go.string.hdr."CpuPpc64"  (go.string."CpuPpc64"(go.string."CpuPpc64" CpuPpc64<go.string.hdr."LoadCmdSegment"  4go.string."LoadCmdSegment"4go.string."LoadCmdSegment" LoadCmdSegment:go.string.hdr."LoadCmdThread"  
2go.string."LoadCmdThread"2go.string."LoadCmdThread" LoadCmdThreadBgo.string.hdr."LoadCmdUnixThread"  :go.string."LoadCmdUnixThread":go.string."LoadCmdUnixThread"0$LoadCmdUnixThread8go.string.hdr."LoadCmdDylib"  0go.string."LoadCmdDylib"0go.string."LoadCmdDylib" LoadCmdDylib@go.string.hdr."LoadCmdSegment64"  8go.string."LoadCmdSegment64"8go.string."LoadCmdSegment64"0"LoadCmdSegment64Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals33cdeccccebe80329f1fdbee7f5874cb."".ErrNotFat(type.*"".FormatError""".statictmp_0523."".cpuStrings0"type.[]"".intName0""".statictmp_0524."".cmdStrings0"type.[]"".intName0""".statictmp_0525.""".statictmp_0523P&type."".FormatError0Bgo.string."not a fat Mach-O file".""".statictmp_0524$type.[5]"".intName
   2307 $go.string."Cpu386"@(go.string."CpuAmd64"p$go.string."CpuArm"$go.string."CpuPpc"(go.string."CpuPpc64".""".statictmp_0525$type.[5]"".intName

   2311 4go.string."LoadCmdSegment"@2go.string."LoadCmdThread"p:go.string."LoadCmdUnixThread"0go.string."LoadCmdDylib"8go.string."LoadCmdSegment64"0"".initdonetype.uint8 "".NewFatFilef"".NewFatFile"".OpenFatf"".OpenFat,"".(*FatFile).Closef&"".(*FatFile).Close&"".LoadBytes.Rawf "".LoadBytes.Raw*"".(*Segment).Dataf$"".(*Segment).Data*"".(*Segment).Openf$"".(*Segment).Open*"".(*Section).Dataf$"".(*Section).Data*"".(*Section).Openf$"".(*Section).Open4"".(*FormatError).Errorf."".(*FormatError).Error"".Openf"".Open&"".(*File).Closef "".(*File).Close"".NewFilef"".NewFile2"".(*File).parseSymtabf,"".(*File).parseSymtab2"".(*File).pushSectionf,"".(*File).pushSection"".cstringf"".cstring*"".(*File).Segmentf$"".(*File).Segment*"".(*File).Sectionf$"".(*File).Section&"".(*File).DWARFf "".(*File).DWARF:"".(*File).ImportedSymbolsf4"".(*File).ImportedSymbols>"".(*File).ImportedLibrariesf8"".(*File).ImportedLibraries "".Cpu.Stringf"".Cpu.String$"".Cpu.GoStringf"".Cpu.GoString("".LoadCmd.Stringf""".LoadCmd.String,"".LoadCmd.GoStringf&"".LoadCmd.GoString "".stringNamef"".stringName"".flagNamef"".flagName"".initf"".init"runtime.gcbits.038go.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 {}Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals709ced5e74cbe4c0afb97d3c39ba72fd((@Tgclocals9c91d8a91ac42440a3d1507bc8d2e808((:type..hashfunc."".FormatError2type..hash."".FormatError6type..eqfunc."".FormatError.type..eq."".FormatError0type..alg."".FormatError  :type..hashfunc."".FormatError6type..eqfunc."".FormatError"runtime.gcbits.01Dgo.string.hdr."*macho.FormatError"  <go.string."*macho.FormatError"<go.string."*macho.FormatError"0&*macho.FormatError^go.string.hdr."func(*macho.FormatError) string"  Vgo.string."func(*macho.FormatError) string"Vgo.string."func(*macho.FormatError) string"@@func(*macho.FormatError) stringBtype.func(*"".FormatError) string1
30 runtime.algarray@"runtime.gcbits.01P^go.string.hdr."func(*macho.FormatError) string"pTgo.weak.type.*func(*"".FormatError) string"runtime.zerovalueBtype.func(*"".FormatError) stringBtype.func(*"".FormatError) string(type.*"".FormatErrortype.stringgo.typelink.func(*macho.FormatError) string	func(*"".FormatError) stringBtype.func(*"".FormatError) string*go.string.hdr."Error"  "go.string."Error""go.string."Error"Error:go.string.hdr."func() string"  
2go.string."func() string"2go.string."func() string" func() string$type.func() stringm30 runtime.algarray@"runtime.gcbits.01P:go.string.hdr."func() string"p6go.weak.type.*func() string"runtime.zerovalue$type.func() string$type.func() stringtype.stringNgo.typelink.func() string	func() string$type.func() string(type.*"".FormatErrorwz60 runtime.algarray@"runtime.gcbits.01PDgo.string.hdr."*macho.FormatError"p:go.weak.type.**"".FormatError"runtime.zerovalue&type."".FormatError`(type.*"".FormatError(type.*"".FormatError*go.string.hdr."Error"$type.func() stringBtype.func(*"".FormatError) string."".(*FormatError).Error."".(*FormatError).Error"runtime.gcbits.1aBgo.string.hdr."macho.FormatError"  :go.string."macho.FormatError":go.string."macho.FormatError"0$macho.FormatError&go.string.hdr."off"  go.string."off"go.string."off"off6go.string.hdr."debug/macho"  .go.string."debug/macho".go.string."debug/macho" debug/macho"go.importpath."".  .go.string."debug/macho"&go.string.hdr."msg"  go.string."msg"go.string."msg"msg&go.string.hdr."val"  go.string."val"go.string."val"val6go.string.hdr."FormatError"  .go.string."FormatError".go.string."FormatError" FormatError&type."".FormatError((&00type..alg."".FormatError@"runtime.gcbits.1aPBgo.string.hdr."macho.FormatError"p(type.*"".FormatError"runtime.zerovalue&type."".FormatError&go.string.hdr."off""go.importpath."".type.int64&go.string.hdr."msg""go.importpath."".type.string&go.string.hdr."val""go.importpath.""."type.interface {}`&type."".FormatError6go.string.hdr."FormatError""go.importpath."".&type."".FormatError.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."[]uint64"  (go.string."[]uint64"(go.string."[]uint64" []uint64type.[]uint64?i 0 runtime.algarray@"runtime.gcbits.01P0go.string.hdr."[]uint64"p,go.weak.type.*[]uint64"runtime.zerovaluetype.uint64:go.typelink.[]uint64	[]uint64type.[]uint64 type..hashfunc64  @,runtime.memhash_varlentype..eqfunc64  @.runtime.memequal_varlentype..alg64   type..hashfunc64type..eqfunc642go.string.hdr."[8]uint64"  	*go.string."[8]uint64"*go.string."[8]uint64" [8]uint64type.[8]uint64@^0type..alg64@runtime.gcbits.P2go.string.hdr."[8]uint64"p.go.weak.type.*[8]uint64"runtime.zerovaluetype.uint64type.[]uint64>go.typelink.[8]uint64	[8]uint64type.[8]uint64,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]boolLgo.string.hdr."map.bucket[uint64]bool"  Dgo.string."map.bucket[uint64]bool"Dgo.string."map.bucket[uint64]bool"0.map.bucket[uint64]bool.go.string.hdr."topbits"  &go.string."topbits"&go.string."topbits"topbits(go.string.hdr."keys"   go.string."keys" go.string."keys"
   2325 keys,go.string.hdr."values"  $go.string."values"$go.string."values"values0go.string.hdr."overflow"  (go.string."overflow"(go.string."overflow" overflow6type.map.bucket[uint64]boolXPXHP0 runtime.algarray@runtime.gcbits.PLgo.string.hdr."map.bucket[uint64]bool"pHgo.weak.type.*map.bucket[uint64]bool"runtime.zerovalue6type.map.bucket[uint64]bool.go.string.hdr."topbits"type.[8]uint8(go.string.hdr."keys"type.[8]uint64,go.string.hdr."values"type.[8]bool0go.string.hdr."overflow"type.uintptrNgo.string.hdr."*map.bucket[uint64]bool"  Fgo.string."*map.bucket[uint64]bool"Fgo.string."*map.bucket[uint64]bool"00*map.bucket[uint64]bool8type.*map.bucket[uint64]boolBa60 runtime.algarray@"runtime.gcbits.01PNgo.string.hdr."*map.bucket[uint64]bool"pJgo.weak.type.**map.bucket[uint64]bool"runtime.zerovalue6type.map.bucket[uint64]bool"runtime.gcbits.2c,Fgo.string.hdr."map.hdr[uint64]bool"  >go.string."map.hdr[uint64]bool">go.string."map.hdr[uint64]bool"0(map.hdr[uint64]bool*go.string.hdr."count"  "go.string."count""go.string."count"count*go.string.hdr."flags"  "go.string."flags""go.string."flags"flags"go.string.hdr."B"  go.string."B"go.string."B"B*go.string.hdr."hash0"  "go.string."hash0""go.string."hash0"hash0.go.string.hdr."buckets"  &go.string."buckets"&go.string."buckets"buckets4go.string.hdr."oldbuckets"  
   2330 ,go.string."oldbuckets",go.string."oldbuckets" oldbuckets2go.string.hdr."nevacuate"  	*go.string."nevacuate"*go.string."nevacuate" nevacuate0type.map.hdr[uint64]bool00U	 (,0 runtime.algarray@"runtime.gcbits.2cPFgo.string.hdr."map.hdr[uint64]bool"pBgo.weak.type.*map.hdr[uint64]bool"runtime.zerovalue0type.map.hdr[uint64]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[uint64]bool4go.string.hdr."oldbuckets"8type.*map.bucket[uint64]bool2go.string.hdr."nevacuate"type.uintptr0go.string.hdr."overflow"&type.unsafe.Pointer>go.string.hdr."map[uint64]bool"  6go.string."map[uint64]bool"6go.string."map[uint64]bool"  map[uint64]bool(type.map[uint64]boolql5X0 runtime.algarray@"runtime.gcbits.01P>go.string.hdr."map[uint64]bool"p:go.weak.type.*map[uint64]bool"runtime.zerovaluetype.uint64type.bool6type.map.bucket[uint64]bool0type.map.hdr[uint64]boolVgo.typelink.map[uint64]bool	map[uint64]bool(type.map[uint64]bool4go.string.hdr."*macho.Cpu"  
   2332 ,go.string."*macho.Cpu",go.string."*macho.Cpu" *macho.Cpu*go.string.hdr."macho"  "go.string."macho""go.string."macho"macho&go.string.hdr."Cpu"  go.string."Cpu"go.string."Cpu"Cpu,go.string.hdr."String"  $go.string."String"$go.string."String"StringTgclocalsc55cf99de9cdd8c8202a466952fa1a45  Tgclocals69076ee43f1cead0792b9f36906b1b56  0go.string.hdr."GoString"  (go.string."GoString"(go.string."GoString" GoStringTgclocalsc55cf99de9cdd8c8202a466952fa1a45  Tgclocals69076ee43f1cead0792b9f36906b1b56  Ngo.string.hdr."func(*macho.Cpu) string"  Fgo.string."func(*macho.Cpu) string"Fgo.string."func(*macho.Cpu) string"00func(*macho.Cpu) string2type.func(*"".Cpu) stringX30 runtime.algarray@"runtime.gcbits.01PNgo.string.hdr."func(*macho.Cpu) string"pDgo.weak.type.*func(*"".Cpu) string"runtime.zerovalue2type.func(*"".Cpu) string2type.func(*"".Cpu) stringtype.*"".Cputype.stringpgo.typelink.func(*macho.Cpu) string	func(*"".Cpu) string2type.func(*"".Cpu) stringtype.*"".CpuUw6$0 runtime.algarray@"runtime.gcbits.01P4go.string.hdr."*macho.Cpu"p*go.weak.type.**"".Cpu"runtime.zerovaluetype."".Cpu`type.*"".Cputype.*"".Cpu0go.string.hdr."GoString"$type.func() string2type.func(*"".Cpu) string$"".(*Cpu).GoString$"".(*Cpu).GoString,go.string.hdr."String"$type.func() string2type.func(*"".Cpu) string "".(*Cpu).String "".(*Cpu).String2go.string.hdr."macho.Cpu"  	*go.string."macho.Cpu"*go.string."macho.Cpu" macho.CpuLgo.string.hdr."func(macho.Cpu) string"  Dgo.string."func(macho.Cpu) string"Dgo.string."func(macho.Cpu) string"0.func(macho.Cpu) string0type.func("".Cpu) stringQ30 runtime.algarray@"runtime.gcbits.01PLgo.string.hdr."func(macho.Cpu) string"pBgo.weak.type.*func("".Cpu) string"runtime.zerovalue0type.func("".Cpu) string0type.func("".Cpu) stringtype."".Cputype.stringlgo.typelink.func(macho.Cpu) string	func("".Cpu) string0type.func("".Cpu) stringtype."".Cpuc?`&0 runtime.algarray@runtime.gcbits.P2go.string.hdr."macho.Cpu"ptype.*"".Cpu"runtime.zerovalue`type."".Cpu&go.string.hdr."Cpu""go.importpath."".type."".Cpu0go.string.hdr."GoString"$type.func() string0type.func("".Cpu) string$"".(*Cpu).GoString"".Cpu.GoString,go.string.hdr."String"$type.func() string0type.func("".Cpu) string "".(*Cpu).String"".Cpu.String type..hashfunc20  ,runtime.memhash_varlentype..eqfunc20  .runtime.memequal_varlentype..alg20   type..hashfunc20type..eqfunc20Hgo.string.hdr."*macho.FatArchHeader"  @go.string."*macho.FatArchHeader"@go.string."*macho.FatArchHeader"0**macho.FatArchHeader,type.*"".FatArchHeader;.60 runtime.algarray@"runtime.gcbits.01PHgo.string.hdr."*macho.FatArchHeader"p>go.weak.type.**"".FatArchHeader"runtime.zerovalue*type."".FatArchHeaderFgo.string.hdr."macho.FatArchHeader"  >go.string."macho.FatArchHeader">go.string."macho.FatArchHeader"0(macho.FatArchHeader,go.string.hdr."SubCpu"  $go.string."SubCpu"$go.string."SubCpu"SubCpu,go.string.hdr."Offset"  $go.string."Offset"$go.string."Offset"Offset(go.string.hdr."Size"   go.string."Size" go.string."Size"
   2335 Size*go.string.hdr."Align"  "go.string."Align""go.string."Align"Align:go.string.hdr."FatArchHeader"  
2go.string."FatArchHeader"2go.string."FatArchHeader" FatArchHeader*type."".FatArchHeaderk(0type..alg20@runtime.gcbits.PFgo.string.hdr."macho.FatArchHeader"p,type.*"".FatArchHeader"runtime.zerovalue*type."".FatArchHeader&go.string.hdr."Cpu"type."".Cpu,go.string.hdr."SubCpu"type.uint32,go.string.hdr."Offset"type.uint32(go.string.hdr."Size"type.uint32*go.string.hdr."Align"type.uint32`*type."".FatArchHeader:go.string.hdr."FatArchHeader""go.importpath."".*type."".FatArchHeader6go.string.hdr."*macho.Type"  .go.string."*macho.Type".go.string."*macho.Type" *macho.Typetype.*"".Type60 runtime.algarray@"runtime.gcbits.01P6go.string.hdr."*macho.Type"p,go.weak.type.**"".Type"runtime.zerovaluetype."".Type4go.string.hdr."macho.Type"  
   2341 ,go.string."macho.Type",go.string."macho.Type" macho.Type(go.string.hdr."Type"   go.string."Type" go.string."Type"
   2342 Typetype."".TypeG0 runtime.algarray@runtime.gcbits.P4go.string.hdr."macho.Type"ptype.*"".Type"runtime.zerovalue`type."".Type(go.string.hdr."Type""go.importpath."".type."".Type type..hashfunc28  ,runtime.memhash_varlentype..eqfunc28  .runtime.memequal_varlentype..alg28   type..hashfunc28type..eqfunc28Bgo.string.hdr."*macho.FileHeader"  :go.string."*macho.FileHeader":go.string."*macho.FileHeader"0$*macho.FileHeader&type.*"".FileHeader9vv60 runtime.algarray@"runtime.gcbits.01PBgo.string.hdr."*macho.FileHeader"p8go.weak.type.**"".FileHeader"runtime.zerovalue$type."".FileHeader@go.string.hdr."macho.FileHeader"  8go.string."macho.FileHeader"8go.string."macho.FileHeader"0"macho.FileHeader*go.string.hdr."Magic"  "go.string."Magic""go.string."Magic"Magic(go.string.hdr."Ncmd"   go.string."Ncmd" go.string."Ncmd"
   2345 Ncmd*go.string.hdr."Cmdsz"  "go.string."Cmdsz""go.string."Cmdsz"Cmdsz*go.string.hdr."Flags"  "go.string."Flags""go.string."Flags"Flags4go.string.hdr."FileHeader"  
   2348 ,go.string."FileHeader",go.string."FileHeader" FileHeader$type."".FileHeaderpB00type..alg28@runtime.gcbits.P@go.string.hdr."macho.FileHeader"p&type.*"".FileHeader"runtime.zerovalue$type."".FileHeader*go.string.hdr."Magic"type.uint32&go.string.hdr."Cpu"type."".Cpu,go.string.hdr."SubCpu"type.uint32(go.string.hdr."Type"type."".Type(go.string.hdr."Ncmd"type.uint32*go.string.hdr."Cmdsz"type.uint32*go.string.hdr."Flags"type.uint32`$type."".FileHeader4go.string.hdr."FileHeader""go.importpath."".$type."".FileHeaderTgclocalsf56b2291fa344104975cb6587be42b9b  Tgclocalsac82343006770597a842747caad5b201  <go.string.hdr."func() []uint8"  4go.string."func() []uint8"4go.string."func() []uint8" func() []uint8&type.func() []uint8io%30 runtime.algarray@"runtime.gcbits.01P<go.string.hdr."func() []uint8"p8go.weak.type.*func() []uint8"runtime.zerovalue&type.func() []uint8&type.func() []uint8type.[]uint8Rgo.typelink.func() []uint8	func() []uint8&type.func() []uint86go.string.hdr."*macho.Load"  .go.string."*macho.Load".go.string."*macho.Load" *macho.Loadtype.*"".LoadL60 runtime.algarray@"runtime.gcbits.01P6go.string.hdr."*macho.Load"p,go.weak.type.**"".Load"runtime.zerovaluetype."".Load4go.string.hdr."macho.Load"  
   2352 ,go.string."macho.Load",go.string."macho.Load" macho.Load&go.string.hdr."Raw"  go.string."Raw"go.string."Raw"Raw(go.string.hdr."Load"   go.string."Load" go.string."Load"
   2353 Loadtype."".Loadm[0 runtime.algarray@"runtime.gcbits.03P4go.string.hdr."macho.Load"ptype.*"".Load"runtime.zerovaluetype."".Load&go.string.hdr."Raw"&type.func() []uint8`type."".Load(go.string.hdr."Load""go.importpath."".type."".Load8go.string.hdr."[]macho.Load"  0go.string."[]macho.Load"0go.string."[]macho.Load" []macho.Loadtype.[]"".Load\%J0 runtime.algarray@"runtime.gcbits.01P8go.string.hdr."[]macho.Load"p.go.weak.type.*[]"".Load"runtime.zerovaluetype."".LoadDgo.typelink.[]macho.Load	[]"".Loadtype.[]"".LoadTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals020fbb1d4892839a04e70deae280e24b((Tgclocals9c91d8a91ac42440a3d1507bc8d2e808((>type..hashfunc."".SectionHeader6type..hash."".SectionHeader:type..eqfunc."".SectionHeader2type..eq."".SectionHeader4type..alg."".SectionHeader  >type..hashfunc."".SectionHeader:type..eqfunc."".SectionHeaderHgo.string.hdr."*macho.SectionHeader"  @go.string."*macho.SectionHeader"@go.string."*macho.SectionHeader"0**macho.SectionHeader,type.*"".SectionHeader^<S60 runtime.algarray@"runtime.gcbits.01PHgo.string.hdr."*macho.SectionHeader"p>go.weak.type.**"".SectionHeader"runtime.zerovalue*type."".SectionHeader"runtime.gcbits.05Fgo.string.hdr."macho.SectionHeader"  >go.string."macho.SectionHeader">go.string."macho.SectionHeader"0(macho.SectionHeader(go.string.hdr."Name"   go.string."Name" go.string."Name"
   2357 Name&go.string.hdr."Seg"  go.string."Seg"go.string."Seg"Seg(go.string.hdr."Addr"   go.string."Addr" go.string."Addr"
   2358 Addr,go.string.hdr."Reloff"  $go.string."Reloff"$go.string."Reloff"Reloff,go.string.hdr."Nreloc"  $go.string."Nreloc"$go.string."Nreloc"Nreloc:go.string.hdr."SectionHeader"  
2go.string."SectionHeader"2go.string."SectionHeader" SectionHeader*type."".SectionHeaderH;		 (048<@804type..alg."".SectionHeader@"runtime.gcbits.05PFgo.string.hdr."macho.SectionHeader"p,type.*"".SectionHeader"runtime.zerovalue*type."".SectionHeader(go.string.hdr."Name"type.string&go.string.hdr."Seg"type.string(go.string.hdr."Addr"type.uint64(go.string.hdr."Size"type.uint64,go.string.hdr."Offset"type.uint32*go.string.hdr."Align"type.uint32,go.string.hdr."Reloff"type.uint32,go.string.hdr."Nreloc"type.uint32*go.string.hdr."Flags"type.uint32`*type."".SectionHeader:go.string.hdr."SectionHeader""go.importpath."".*type."".SectionHeaderTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals2c78d3ad9d760b5f66e2e47be684c787  Tgclocals51af24152615272c3d9efc8538f95767  2type..hashfunc."".Section*type..hash."".Section.type..eqfunc."".Section&type..eq."".Section(type..alg."".Section  2type..hashfunc."".Section.type..eqfunc."".Section&runtime.gcbits.050e:go.string.hdr."macho.Section"  
2go.string."macho.Section"2go.string."macho.Section" macho.Section$go.string.hdr."sr"  go.string."sr"go.string."sr"srTgclocals64ca935d1a2110a30e2d604686188539  Tgclocals105f3855eb890a8acc612838e7807774  Tgclocals64ca935d1a2110a30e2d604686188539  Tgclocalsfa6e4d73e37377c764658fde6dd8e458  go.string.hdr."func(macho.Section, []uint8, int64) (int, error)"  0xgo.string."func(macho.Section, []uint8, int64) (int, error)"xgo.string."func(macho.Section, []uint8, int64) (int, error)"pbfunc(macho.Section, []uint8, int64) (int, error)dtype.func("".Section, []uint8, int64) (int, error)3B*30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(macho.Section, []uint8, int64) (int, error)"pvgo.weak.type.*func("".Section, []uint8, int64) (int, error)"runtime.zerovaluedtype.func("".Section, []uint8, int64) (int, error)dtype.func("".Section, []uint8, int64) (int, error)type."".Sectiontype.[]uint8type.int64type.inttype.errorgo.typelink.func(macho.Section, []uint8, int64) (int, error)	func("".Section, []uint8, int64) (int, error)dtype.func("".Section, []uint8, int64) (int, error).go.string.hdr."Section"  &go.string."Section"&go.string."Section"Section,go.string.hdr."ReadAt"  $go.string."ReadAt"$go.string."ReadAt"ReadAtbgo.string.hdr."func([]uint8, int64) (int, error)"  !Zgo.string."func([]uint8, int64) (int, error)"Zgo.string."func([]uint8, int64) (int, error)"PDfunc([]uint8, int64) (int, error)Ltype.func([]uint8, int64) (int, error)C,30 runtime.algarray@"runtime.gcbits.01Pbgo.string.hdr."func([]uint8, int64) (int, error)"p^go.weak.type.*func([]uint8, int64) (int, error)"runtime.zerovalueLtype.func([]uint8, int64) (int, error)Ltype.func([]uint8, int64) (int, error)type.[]uint8type.int64type.inttype.errorgo.typelink.func([]uint8, int64) (int, error)	func([]uint8, int64) (int, error)Ltype.func([]uint8, int64) (int, error)type."".Section``<HX(0(type..alg."".Section@&runtime.gcbits.050eP:go.string.hdr."macho.Section"p type.*"".Section"runtime.zerovaluetype."".Section*type."".SectionHeader type.io.ReaderAt$go.string.hdr."sr""go.importpath."".,type.*io.SectionReader`type."".Section.go.string.hdr."Section""go.importpath."".type."".Section,go.string.hdr."ReadAt"Ltype.func([]uint8, int64) (int, error)dtype.func("".Section, []uint8, int64) (int, error)("".(*Section).ReadAt""".Section.ReadAt<go.string.hdr."*macho.Section"  4go.string."*macho.Section"4go.string."*macho.Section" *macho.Sectionjgo.string.hdr."func(*macho.Section) ([]uint8, error)"  %bgo.string."func(*macho.Section) ([]uint8, error)"bgo.string."func(*macho.Section) ([]uint8, error)"PLfunc(*macho.Section) ([]uint8, error)Ntype.func(*"".Section) ([]uint8, error)=30 runtime.algarray@"runtime.gcbits.01Pjgo.string.hdr."func(*macho.Section) ([]uint8, error)"p`go.weak.type.*func(*"".Section) ([]uint8, error)"runtime.zerovalueNtype.func(*"".Section) ([]uint8, error)Ntype.func(*"".Section) ([]uint8, error) type.*"".Sectiontype.[]uint8type.errorgo.typelink.func(*macho.Section) ([]uint8, error)	func(*"".Section) ([]uint8, error)Ntype.func(*"".Section) ([]uint8, error)dgo.string.hdr."func(*macho.Section) io.ReadSeeker"  "\go.string."func(*macho.Section) io.ReadSeeker"\go.string."func(*macho.Section) io.ReadSeeker"PFfunc(*macho.Section) io.ReadSeekerHtype.func(*"".Section) io.ReadSeeker30 runtime.algarray@"runtime.gcbits.01Pdgo.string.hdr."func(*macho.Section) io.ReadSeeker"pZgo.weak.type.*func(*"".Section) io.ReadSeeker"runtime.zerovalueHtype.func(*"".Section) io.ReadSeekerHtype.func(*"".Section) io.ReadSeeker type.*"".Section$type.io.ReadSeekergo.typelink.func(*macho.Section) io.ReadSeeker	func(*"".Section) io.ReadSeekerHtype.func(*"".Section) io.ReadSeekergo.string.hdr."func(*macho.Section, []uint8, int64) (int, error)"  1zgo.string."func(*macho.Section, []uint8, int64) (int, error)"zgo.string."func(*macho.Section, []uint8, int64) (int, error)"pdfunc(*macho.Section, []uint8, int64) (int, error)ftype.func(*"".Section, []uint8, int64) (int, error)i30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*macho.Section, []uint8, int64) (int, error)"pxgo.weak.type.*func(*"".Section, []uint8, int64) (int, error)"runtime.zerovalueftype.func(*"".Section, []uint8, int64) (int, error)ftype.func(*"".Section, []uint8, int64) (int, error) type.*"".Sectiontype.[]uint8type.int64type.inttype.errorgo.typelink.func(*macho.Section, []uint8, int64) (int, error)	func(*"".Section, []uint8, int64) (int, error)ftype.func(*"".Section, []uint8, int64) (int, error)(go.string.hdr."Data"   go.string."Data" go.string."Data"
   2364 DataNgo.string.hdr."func() ([]uint8, error)"  Fgo.string."func() ([]uint8, error)"Fgo.string."func() ([]uint8, error)"00func() ([]uint8, error)8type.func() ([]uint8, error)x]30 runtime.algarray@"runtime.gcbits.01PNgo.string.hdr."func() ([]uint8, error)"pJgo.weak.type.*func() ([]uint8, error)"runtime.zerovalue8type.func() ([]uint8, error)8type.func() ([]uint8, error)type.[]uint8type.errorvgo.typelink.func() ([]uint8, error)	func() ([]uint8, error)8type.func() ([]uint8, error)(go.string.hdr."Open"   go.string."Open" go.string."Open"
   2365 OpenHgo.string.hdr."func() io.ReadSeeker"  @go.string."func() io.ReadSeeker"@go.string."func() io.ReadSeeker"0*func() io.ReadSeeker2type.func() io.ReadSeeker&30 runtime.algarray@"runtime.gcbits.01PHgo.string.hdr."func() io.ReadSeeker"pDgo.weak.type.*func() io.ReadSeeker"runtime.zerovalue2type.func() io.ReadSeeker2type.func() io.ReadSeeker$type.io.ReadSeekerjgo.typelink.func() io.ReadSeeker	func() io.ReadSeeker2type.func() io.ReadSeeker type.*"".SectionRWD6.0 runtime.algarray@"runtime.gcbits.01P<go.string.hdr."*macho.Section"p2go.weak.type.**"".Section"runtime.zerovaluetype."".Section` type.*"".Section type.*"".Section(go.string.hdr."Data"8type.func() ([]uint8, error)Ntype.func(*"".Section) ([]uint8, error)$"".(*Section).Data$"".(*Section).Data(go.string.hdr."Open"2type.func() io.ReadSeekerHtype.func(*"".Section) io.ReadSeeker$"".(*Section).Open$"".(*Section).Open,go.string.hdr."ReadAt"Ltype.func([]uint8, int64) (int, error)ftype.func(*"".Section, []uint8, int64) (int, error)("".(*Section).ReadAt("".(*Section).ReadAt@go.string.hdr."[]*macho.Section"  8go.string."[]*macho.Section"8go.string."[]*macho.Section"0"[]*macho.Section$type.[]*"".SectionOQ0 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."[]*macho.Section"p6go.weak.type.*[]*"".Section"runtime.zerovalue type.*"".SectionTgo.typelink.[]*macho.Section	[]*"".Section$type.[]*"".Section@go.string.hdr."*macho.LoadBytes"  8go.string."*macho.LoadBytes"8go.string."*macho.LoadBytes"0"*macho.LoadBytes2go.string.hdr."LoadBytes"  	*go.string."LoadBytes"*go.string."LoadBytes" LoadBytesTgclocalsa064c3f70b9f68636723afa1d70c14e5  	Tgclocals2b53cab6ed88a45a0ffa0fc99b8ff7b1  \go.string.hdr."func(*macho.LoadBytes) []uint8"  Tgo.string."func(*macho.LoadBytes) []uint8"Tgo.string."func(*macho.LoadBytes) []uint8"@>func(*macho.LoadBytes) []uint8@type.func(*"".LoadBytes) []uint830 runtime.algarray@"runtime.gcbits.01P\go.string.hdr."func(*macho.LoadBytes) []uint8"pRgo.weak.type.*func(*"".LoadBytes) []uint8"runtime.zerovalue@type.func(*"".LoadBytes) []uint8@type.func(*"".LoadBytes) []uint8$type.*"".LoadBytestype.[]uint8go.typelink.func(*macho.LoadBytes) []uint8	func(*"".LoadBytes) []uint8@type.func(*"".LoadBytes) []uint8$type.*"".LoadBytesh-n60 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*macho.LoadBytes"p6go.weak.type.**"".LoadBytes"runtime.zerovalue"type."".LoadBytes`$type.*"".LoadBytes$type.*"".LoadBytes&go.string.hdr."Raw"&type.func() []uint8@type.func(*"".LoadBytes) []uint8&"".(*LoadBytes).Raw&"".(*LoadBytes).Raw>go.string.hdr."macho.LoadBytes"  6go.string."macho.LoadBytes"6go.string."macho.LoadBytes"  macho.LoadBytesZgo.string.hdr."func(macho.LoadBytes) []uint8"  Rgo.string."func(macho.LoadBytes) []uint8"Rgo.string."func(macho.LoadBytes) []uint8"@<func(macho.LoadBytes) []uint8>type.func("".LoadBytes) []uint8PZ30 runtime.algarray@"runtime.gcbits.01PZgo.string.hdr."func(macho.LoadBytes) []uint8"pPgo.weak.type.*func("".LoadBytes) []uint8"runtime.zerovalue>type.func("".LoadBytes) []uint8>type.func("".LoadBytes) []uint8"type."".LoadBytestype.[]uint8go.typelink.func(macho.LoadBytes) []uint8	func("".LoadBytes) []uint8>type.func("".LoadBytes) []uint8"type."".LoadBytes*&A0 runtime.algarray@"runtime.gcbits.01P>go.string.hdr."macho.LoadBytes"p$type.*"".LoadBytes"runtime.zerovaluetype.uint8`"type."".LoadBytes2go.string.hdr."LoadBytes""go.importpath.""."type."".LoadBytes&go.string.hdr."Raw"&type.func() []uint8>type.func("".LoadBytes) []uint8&"".(*LoadBytes).Raw "".LoadBytes.Raw<go.string.hdr."*macho.LoadCmd"  4go.string."*macho.LoadCmd"4go.string."*macho.LoadCmd" *macho.LoadCmd.go.string.hdr."LoadCmd"  &go.string."LoadCmd"&go.string."LoadCmd"LoadCmdTgclocalsc55cf99de9cdd8c8202a466952fa1a45  Tgclocals69076ee43f1cead0792b9f36906b1b56  Tgclocalsc55cf99de9cdd8c8202a466952fa1a45  Tgclocals69076ee43f1cead0792b9f36906b1b56  Vgo.string.hdr."func(*macho.LoadCmd) string"  Ngo.string."func(*macho.LoadCmd) string"Ngo.string."func(*macho.LoadCmd) string"@8func(*macho.LoadCmd) string:type.func(*"".LoadCmd) string30 runtime.algarray@"runtime.gcbits.01PVgo.string.hdr."func(*macho.LoadCmd) string"pLgo.weak.type.*func(*"".LoadCmd) string"runtime.zerovalue:type.func(*"".LoadCmd) string:type.func(*"".LoadCmd) string type.*"".LoadCmdtype.stringgo.typelink.func(*macho.LoadCmd) string	func(*"".LoadCmd) string:type.func(*"".LoadCmd) string type.*"".LoadCmd6$0 runtime.algarray@"runtime.gcbits.01P<go.string.hdr."*macho.LoadCmd"p2go.weak.type.**"".LoadCmd"runtime.zerovaluetype."".LoadCmd` type.*"".LoadCmd type.*"".LoadCmd0go.string.hdr."GoString"$type.func() string:type.func(*"".LoadCmd) string,"".(*LoadCmd).GoString,"".(*LoadCmd).GoString,go.string.hdr."String"$type.func() string:type.func(*"".LoadCmd) string("".(*LoadCmd).String("".(*LoadCmd).String:go.string.hdr."macho.LoadCmd"  
2go.string."macho.LoadCmd"2go.string."macho.LoadCmd" macho.LoadCmdTgo.string.hdr."func(macho.LoadCmd) string"  Lgo.string."func(macho.LoadCmd) string"Lgo.string."func(macho.LoadCmd) string"@6func(macho.LoadCmd) string8type.func("".LoadCmd) string.#30 runtime.algarray@"runtime.gcbits.01PTgo.string.hdr."func(macho.LoadCmd) string"pJgo.weak.type.*func("".LoadCmd) string"runtime.zerovalue8type.func("".LoadCmd) string8type.func("".LoadCmd) stringtype."".LoadCmdtype.string|go.typelink.func(macho.LoadCmd) string	func("".LoadCmd) string8type.func("".LoadCmd) stringtype."".LoadCmdj|y&0 runtime.algarray@runtime.gcbits.P:go.string.hdr."macho.LoadCmd"p type.*"".LoadCmd"runtime.zerovalue`type."".LoadCmd.go.string.hdr."LoadCmd""go.importpath."".type."".LoadCmd0go.string.hdr."GoString"$type.func() string8type.func("".LoadCmd) string,"".(*LoadCmd).GoString&"".LoadCmd.GoString,go.string.hdr."String"$type.func() string8type.func("".LoadCmd) string("".(*LoadCmd).String""".LoadCmd.String type..hashfunc24  ,runtime.memhash_varlentype..eqfunc24  .runtime.memequal_varlentype..alg24   type..hashfunc24type..eqfunc24@go.string.hdr."*macho.SymtabCmd"  8go.string."*macho.SymtabCmd"8go.string."*macho.SymtabCmd"0"*macho.SymtabCmd$type.*"".SymtabCmd60 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*macho.SymtabCmd"p6go.weak.type.**"".SymtabCmd"runtime.zerovalue"type."".SymtabCmd>go.string.hdr."macho.SymtabCmd"  6go.string."macho.SymtabCmd"6go.string."macho.SymtabCmd"  macho.SymtabCmd&go.string.hdr."Cmd"  go.string."Cmd"go.string."Cmd"Cmd&go.string.hdr."Len"  go.string."Len"go.string."Len"Len,go.string.hdr."Symoff"  $go.string."Symoff"$go.string."Symoff"Symoff*go.string.hdr."Nsyms"  "go.string."Nsyms""go.string."Nsyms"Nsyms,go.string.hdr."Stroff"  $go.string."Stroff"$go.string."Stroff"Stroff.go.string.hdr."Strsize"  &go.string."Strsize"&go.string."Strsize"Strsize2go.string.hdr."SymtabCmd"  	*go.string."SymtabCmd"*go.string."SymtabCmd" SymtabCmd"type."".SymtabCmdrH,0type..alg24@runtime.gcbits.P>go.string.hdr."macho.SymtabCmd"p$type.*"".SymtabCmd"runtime.zerovalue"type."".SymtabCmd&go.string.hdr."Cmd"type."".LoadCmd&go.string.hdr."Len"type.uint32,go.string.hdr."Symoff"type.uint32*go.string.hdr."Nsyms"type.uint32,go.string.hdr."Stroff"type.uint32.go.string.hdr."Strsize"type.uint32`"type."".SymtabCmd2go.string.hdr."SymtabCmd""go.importpath.""."type."".SymtabCmdTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals44750c784da4dd430afdd97fea5c405a  Tgclocals51af24152615272c3d9efc8538f95767  0type..hashfunc."".Symbol(type..hash."".Symbol,type..eqfunc."".Symbol$type..eq."".Symbol&type..alg."".Symbol  0type..hashfunc."".Symbol,type..eqfunc."".Symbol:go.string.hdr."*macho.Symbol"  
2go.string."*macho.Symbol"2go.string."*macho.Symbol" *macho.Symboltype.*"".SymbolgI60 runtime.algarray@"runtime.gcbits.01P:go.string.hdr."*macho.Symbol"p0go.weak.type.**"".Symbol"runtime.zerovaluetype."".Symbol8go.string.hdr."macho.Symbol"  0go.string."macho.Symbol"0go.string."macho.Symbol" macho.Symbol(go.string.hdr."Sect"   go.string."Sect" go.string."Sect"
   2375 Sect(go.string.hdr."Desc"   go.string."Desc" go.string."Desc"
   2376 Desc*go.string.hdr."Value"  "go.string."Value""go.string."Value"Value,go.string.hdr."Symbol"  $go.string."Symbol"$go.string."Symbol"Symboltype."".Symbol *(0&type..alg."".Symbol@"runtime.gcbits.01P8go.string.hdr."macho.Symbol"ptype.*"".Symbol"runtime.zerovaluetype."".Symbol(go.string.hdr."Name"type.string(go.string.hdr."Type"type.uint8(go.string.hdr."Sect"type.uint8(go.string.hdr."Desc"type.uint16*go.string.hdr."Value"type.uint64`type."".Symbol,go.string.hdr."Symbol""go.importpath."".type."".Symbol<go.string.hdr."[]macho.Symbol"  4go.string."[]macho.Symbol"4go.string."[]macho.Symbol" []macho.Symbol type.[]"".SymbolbgJ}0 runtime.algarray@"runtime.gcbits.01P<go.string.hdr."[]macho.Symbol"p2go.weak.type.*[]"".Symbol"runtime.zerovaluetype."".SymbolLgo.typelink.[]macho.Symbol	[]"".Symbol type.[]"".Symbol"runtime.gcbits.41A8go.string.hdr."macho.Symtab"  0go.string."macho.Symtab"0go.string."macho.Symtab" macho.Symtab(go.string.hdr."Syms"   go.string."Syms" go.string."Syms"
   2380 SymsTgclocalsa064c3f70b9f68636723afa1d70c14e5  	Tgclocals2b53cab6ed88a45a0ffa0fc99b8ff7b1  Tgclocalsa064c3f70b9f68636723afa1d70c14e5  	Tgclocals0272326ac36403d05ea4d17a6cec9e8f  AATgo.string.hdr."func(macho.Symtab) []uint8"  Lgo.string."func(macho.Symtab) []uint8"Lgo.string."func(macho.Symtab) []uint8"@6func(macho.Symtab) []uint88type.func("".Symtab) []uint8?30 runtime.algarray@"runtime.gcbits.01PTgo.string.hdr."func(macho.Symtab) []uint8"pJgo.weak.type.*func("".Symtab) []uint8"runtime.zerovalue8type.func("".Symtab) []uint88type.func("".Symtab) []uint8type."".Symtabtype.[]uint8|go.typelink.func(macho.Symtab) []uint8	func("".Symtab) []uint88type.func("".Symtab) []uint8,go.string.hdr."Symtab"  $go.string."Symtab"$go.string."Symtab"Symtabtype."".SymtabH8n0&0 runtime.algarray@"runtime.gcbits.41P8go.string.hdr."macho.Symtab"ptype.*"".Symtab"runtime.zerovaluetype."".Symtab"type."".LoadBytes"type."".SymtabCmd(go.string.hdr."Syms" type.[]"".Symbol`type."".Symtab,go.string.hdr."Symtab""go.importpath."".type."".Symtab&go.string.hdr."Raw"&type.func() []uint88type.func("".Symtab) []uint8 "".(*Symtab).Raw"".Symtab.Raw:go.string.hdr."*macho.Symtab"  
2go.string."*macho.Symtab"2go.string."*macho.Symtab" *macho.SymtabVgo.string.hdr."func(*macho.Symtab) []uint8"  Ngo.string."func(*macho.Symtab) []uint8"Ngo.string."func(*macho.Symtab) []uint8"@8func(*macho.Symtab) []uint8:type.func(*"".Symtab) []uint8	30 runtime.algarray@"runtime.gcbits.01PVgo.string.hdr."func(*macho.Symtab) []uint8"pLgo.weak.type.*func(*"".Symtab) []uint8"runtime.zerovalue:type.func(*"".Symtab) []uint8:type.func(*"".Symtab) []uint8type.*"".Symtabtype.[]uint8go.typelink.func(*macho.Symtab) []uint8	func(*"".Symtab) []uint8:type.func(*"".Symtab) []uint8type.*"".Symtabm60 runtime.algarray@"runtime.gcbits.01P:go.string.hdr."*macho.Symtab"p0go.weak.type.**"".Symtab"runtime.zerovaluetype."".Symtab`type.*"".Symtabtype.*"".Symtab&go.string.hdr."Raw"&type.func() []uint8:type.func(*"".Symtab) []uint8 "".(*Symtab).Raw "".(*Symtab).Raw type..hashfunc80  P,runtime.memhash_varlentype..eqfunc80  P.runtime.memequal_varlentype..alg80   type..hashfunc80type..eqfunc80Dgo.string.hdr."*macho.DysymtabCmd"  <go.string."*macho.DysymtabCmd"<go.string."*macho.DysymtabCmd"0&*macho.DysymtabCmd(type.*"".DysymtabCmdCZ60 runtime.algarray@"runtime.gcbits.01PDgo.string.hdr."*macho.DysymtabCmd"p:go.weak.type.**"".DysymtabCmd"runtime.zerovalue&type."".DysymtabCmdBgo.string.hdr."macho.DysymtabCmd"  :go.string."macho.DysymtabCmd":go.string."macho.DysymtabCmd"0$macho.DysymtabCmd2go.string.hdr."Ilocalsym"  	*go.string."Ilocalsym"*go.string."Ilocalsym" Ilocalsym2go.string.hdr."Nlocalsym"  	*go.string."Nlocalsym"*go.string."Nlocalsym" Nlocalsym4go.string.hdr."Iextdefsym"  
   2384 ,go.string."Iextdefsym",go.string."Iextdefsym" Iextdefsym4go.string.hdr."Nextdefsym"  
   2385 ,go.string."Nextdefsym",go.string."Nextdefsym" Nextdefsym2go.string.hdr."Iundefsym"  	*go.string."Iundefsym"*go.string."Iundefsym" Iundefsym2go.string.hdr."Nundefsym"  	*go.string."Nundefsym"*go.string."Nundefsym" Nundefsym2go.string.hdr."Tocoffset"  	*go.string."Tocoffset"*go.string."Tocoffset" Tocoffset(go.string.hdr."Ntoc"   go.string."Ntoc" go.string."Ntoc"
   2386 Ntoc2go.string.hdr."Modtaboff"  	*go.string."Modtaboff"*go.string."Modtaboff" Modtaboff.go.string.hdr."Nmodtab"  &go.string."Nmodtab"&go.string."Nmodtab"Nmodtab8go.string.hdr."Extrefsymoff"  0go.string."Extrefsymoff"0go.string."Extrefsymoff" Extrefsymoff6go.string.hdr."Nextrefsyms"  .go.string."Nextrefsyms".go.string."Nextrefsyms" Nextrefsyms<go.string.hdr."Indirectsymoff"  4go.string."Indirectsymoff"4go.string."Indirectsymoff" Indirectsymoff:go.string.hdr."Nindirectsyms"  
2go.string."Nindirectsyms"2go.string."Nindirectsyms" Nindirectsyms2go.string.hdr."Extreloff"  	*go.string."Extreloff"*go.string."Extreloff" Extreloff.go.string.hdr."Nextrel"  &go.string."Nextrel"&go.string."Nextrel"Nextrel2go.string.hdr."Locreloff"  	*go.string."Locreloff"*go.string."Locreloff" Locreloff.go.string.hdr."Nlocrel"  &go.string."Nlocrel"&go.string."Nlocrel"Nlocrel6go.string.hdr."DysymtabCmd"  .go.string."DysymtabCmd".go.string."DysymtabCmd" DysymtabCmd&type."".DysymtabCmdPqe $(,048<@DHLd0type..alg80@runtime.gcbits.PBgo.string.hdr."macho.DysymtabCmd"p(type.*"".DysymtabCmd"runtime.zerovalue&type."".DysymtabCmd&go.string.hdr."Cmd"type."".LoadCmd&go.string.hdr."Len"type.uint322go.string.hdr."Ilocalsym"type.uint322go.string.hdr."Nlocalsym"type.uint324go.string.hdr."Iextdefsym"type.uint324go.string.hdr."Nextdefsym"type.uint322go.string.hdr."Iundefsym"type.uint322go.string.hdr."Nundefsym"type.uint322go.string.hdr."Tocoffset"type.uint32(go.string.hdr."Ntoc"type.uint322go.string.hdr."Modtaboff"type.uint32.go.string.hdr."Nmodtab"type.uint32	8go.string.hdr."Extrefsymoff"	type.uint32	6go.string.hdr."Nextrefsyms"	type.uint32
   2392 <go.string.hdr."Indirectsymoff"
   2393 type.uint32
   2394 :go.string.hdr."Nindirectsyms"type.uint322go.string.hdr."Extreloff"type.uint32.go.string.hdr."Nextrel"type.uint322go.string.hdr."Locreloff"
type.uint32
.go.string.hdr."Nlocrel"
type.uint32`&type."".DysymtabCmd6go.string.hdr."DysymtabCmd""go.importpath."".&type."".DysymtabCmd0go.string.hdr."[]uint32"  (go.string."[]uint32"(go.string."[]uint32" []uint32type.[]uint320 runtime.algarray@"runtime.gcbits.01P0go.string.hdr."[]uint32"p,go.weak.type.*[]uint32"runtime.zerovaluetype.uint32:go.typelink.[]uint32	[]uint32type.[]uint32&runtime.gcbits.0120 <go.string.hdr."macho.Dysymtab"  4go.string."macho.Dysymtab"4go.string."macho.Dysymtab" macho.Dysymtab8go.string.hdr."IndirectSyms"  0go.string."IndirectSyms"0go.string."IndirectSyms" IndirectSymsTgclocalsa064c3f70b9f68636723afa1d70c14e5  	Tgclocals2b53cab6ed88a45a0ffa0fc99b8ff7b1  Tgclocalsa064c3f70b9f68636723afa1d70c14e5  	Tgclocals60f6e5c5d0b7d02982d13cc674b26873    Xgo.string.hdr."func(macho.Dysymtab) []uint8"  Pgo.string."func(macho.Dysymtab) []uint8"Pgo.string."func(macho.Dysymtab) []uint8"@:func(macho.Dysymtab) []uint8<type.func("".Dysymtab) []uint8"Oy30 runtime.algarray@"runtime.gcbits.01PXgo.string.hdr."func(macho.Dysymtab) []uint8"pNgo.weak.type.*func("".Dysymtab) []uint8"runtime.zerovalue<type.func("".Dysymtab) []uint8<type.func("".Dysymtab) []uint8 type."".Dysymtabtype.[]uint8go.typelink.func(macho.Dysymtab) []uint8	func("".Dysymtab) []uint8<type.func("".Dysymtab) []uint80go.string.hdr."Dysymtab"  (go.string."Dysymtab"(go.string."Dysymtab" Dysymtab type."".Dysymtabp4h&0 runtime.algarray@&runtime.gcbits.0120P<go.string.hdr."macho.Dysymtab"p"type.*"".Dysymtab"runtime.zerovalue type."".Dysymtab"type."".LoadBytes&type."".DysymtabCmd8go.string.hdr."IndirectSyms"type.[]uint32` type."".Dysymtab0go.string.hdr."Dysymtab""go.importpath."". type."".Dysymtab&go.string.hdr."Raw"&type.func() []uint8<type.func("".Dysymtab) []uint8$"".(*Dysymtab).Raw"".Dysymtab.Raw>go.string.hdr."*macho.Dysymtab"  6go.string."*macho.Dysymtab"6go.string."*macho.Dysymtab"  *macho.DysymtabZgo.string.hdr."func(*macho.Dysymtab) []uint8"  Rgo.string."func(*macho.Dysymtab) []uint8"Rgo.string."func(*macho.Dysymtab) []uint8"@<func(*macho.Dysymtab) []uint8>type.func(*"".Dysymtab) []uint8X30 runtime.algarray@"runtime.gcbits.01PZgo.string.hdr."func(*macho.Dysymtab) []uint8"pPgo.weak.type.*func(*"".Dysymtab) []uint8"runtime.zerovalue>type.func(*"".Dysymtab) []uint8>type.func(*"".Dysymtab) []uint8"type.*"".Dysymtabtype.[]uint8go.typelink.func(*macho.Dysymtab) []uint8	func(*"".Dysymtab) []uint8>type.func(*"".Dysymtab) []uint8"type.*"".Dysymtab}
60 runtime.algarray@"runtime.gcbits.01P>go.string.hdr."*macho.Dysymtab"p4go.weak.type.**"".Dysymtab"runtime.zerovalue type."".Dysymtab`"type.*"".Dysymtab"type.*"".Dysymtab&go.string.hdr."Raw"&type.func() []uint8>type.func(*"".Dysymtab) []uint8$"".(*Dysymtab).Raw$"".(*Dysymtab).Raw&runtime.gcbits.70f2p4go.string.hdr."macho.File"  
   2407 ,go.string."macho.File",go.string."macho.File" macho.File2go.string.hdr."ByteOrder"  	*go.string."ByteOrder"*go.string."ByteOrder" ByteOrder*go.string.hdr."Loads"  "go.string."Loads""go.string."Loads"Loads0go.string.hdr."Sections"  (go.string."Sections"(go.string."Sections" Sections,go.string.hdr."closer"  $go.string."closer"$go.string."closer"closer(go.string.hdr."File"   go.string."File" go.string."File"
   2409 Filetype."".File|8 0H`hp00 runtime.algarray@&runtime.gcbits.70f2P4go.string.hdr."macho.File"ptype.*"".File"runtime.zerovaluetype."".File$type."".FileHeader2go.string.hdr."ByteOrder"<type.encoding/binary.ByteOrder*go.string.hdr."Loads"type.[]"".Load0go.string.hdr."Sections"$type.[]*"".Section,go.string.hdr."Symtab"type.*"".Symtab0go.string.hdr."Dysymtab""type.*"".Dysymtab,go.string.hdr."closer""go.importpath."".type.io.Closer`type."".File(go.string.hdr."File""go.importpath."".type."".File6go.string.hdr."*macho.File"  .go.string."*macho.File".go.string."*macho.File" *macho.FileNgo.string.hdr."func(*macho.File) error"  Fgo.string."func(*macho.File) error"Fgo.string."func(*macho.File) error"00func(*macho.File) error2type.func(*"".File) error)d30 runtime.algarray@"runtime.gcbits.01PNgo.string.hdr."func(*macho.File) error"pDgo.weak.type.*func(*"".File) error"runtime.zerovalue2type.func(*"".File) error2type.func(*"".File) errortype.*"".Filetype.errorpgo.typelink.func(*macho.File) error	func(*"".File) error2type.func(*"".File) errorlgo.string.hdr."func(*macho.File) (*dwarf.Data, error)"  &dgo.string."func(*macho.File) (*dwarf.Data, error)"dgo.string."func(*macho.File) (*dwarf.Data, error)"PNfunc(*macho.File) (*dwarf.Data, error)\type.func(*"".File) (*debug/dwarf.Data, error)bW30 runtime.algarray@"runtime.gcbits.01Plgo.string.hdr."func(*macho.File) (*dwarf.Data, error)"pngo.weak.type.*func(*"".File) (*debug/dwarf.Data, error)"runtime.zerovalue\type.func(*"".File) (*debug/dwarf.Data, error)\type.func(*"".File) (*debug/dwarf.Data, error)type.*"".File,type.*debug/dwarf.Datatype.errorgo.typelink.func(*macho.File) (*dwarf.Data, error)	func(*"".File) (*debug/dwarf.Data, error)\type.func(*"".File) (*debug/dwarf.Data, error)0go.string.hdr."[]string"  (go.string."[]string"(go.string."[]string" []stringtype.[]string
   2411 0 runtime.algarray@"runtime.gcbits.01P0go.string.hdr."[]string"p,go.weak.type.*[]string"runtime.zerovaluetype.string:go.typelink.[]string	[]stringtype.[]stringfgo.string.hdr."func(*macho.File) ([]string, error)"  #^go.string."func(*macho.File) ([]string, error)"^go.string."func(*macho.File) ([]string, error)"PHfunc(*macho.File) ([]string, error)Jtype.func(*"".File) ([]string, error)
P30 runtime.algarray@"runtime.gcbits.01Pfgo.string.hdr."func(*macho.File) ([]string, error)"p\go.weak.type.*func(*"".File) ([]string, error)"runtime.zerovalueJtype.func(*"".File) ([]string, error)Jtype.func(*"".File) ([]string, error)type.*"".Filetype.[]stringtype.errorgo.typelink.func(*macho.File) ([]string, error)	func(*"".File) ([]string, error)Jtype.func(*"".File) ([]string, error)pgo.string.hdr."func(*macho.File, string) *macho.Section"  (hgo.string."func(*macho.File, string) *macho.Section"hgo.string."func(*macho.File, string) *macho.Section"`Rfunc(*macho.File, string) *macho.SectionNtype.func(*"".File, string) *"".SectionF30 runtime.algarray@"runtime.gcbits.01Ppgo.string.hdr."func(*macho.File, string) *macho.Section"p`go.weak.type.*func(*"".File, string) *"".Section"runtime.zerovalueNtype.func(*"".File, string) *"".SectionNtype.func(*"".File, string) *"".Sectiontype.*"".Filetype.string type.*"".Sectiongo.typelink.func(*macho.File, string) *macho.Section	func(*"".File, string) *"".SectionNtype.func(*"".File, string) *"".SectionTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals44750c784da4dd430afdd97fea5c405a  Tgclocals51af24152615272c3d9efc8538f95767  >type..hashfunc."".SegmentHeader6type..hash."".SegmentHeader:type..eqfunc."".SegmentHeader2type..eq."".SegmentHeader4type..alg."".SegmentHeader  >type..hashfunc."".SegmentHeader:type..eqfunc."".SegmentHeaderHgo.string.hdr."*macho.SegmentHeader"  @go.string."*macho.SegmentHeader"@go.string."*macho.SegmentHeader"0**macho.SegmentHeader,type.*"".SegmentHeadere60 runtime.algarray@"runtime.gcbits.01PHgo.string.hdr."*macho.SegmentHeader"p>go.weak.type.**"".SegmentHeader"runtime.zerovalue*type."".SegmentHeader"runtime.gcbits.02Fgo.string.hdr."macho.SegmentHeader"  >go.string."macho.SegmentHeader">go.string."macho.SegmentHeader"0(macho.SegmentHeader*go.string.hdr."Memsz"  "go.string."Memsz""go.string."Memsz"Memsz,go.string.hdr."Filesz"  $go.string."Filesz"$go.string."Filesz"Filesz.go.string.hdr."Maxprot"  &go.string."Maxprot"&go.string."Maxprot"Maxprot(go.string.hdr."Prot"   go.string."Prot" go.string."Prot"
   2416 Prot*go.string.hdr."Nsect"  "go.string."Nsect""go.string."Nsect"Nsect(go.string.hdr."Flag"   go.string."Flag" go.string."Flag"
   2418 Flag:go.string.hdr."SegmentHeader"  
2go.string."SegmentHeader"2go.string."SegmentHeader" SegmentHeader*type."".SegmentHeader		H8 (08<@D@04type..alg."".SegmentHeader@"runtime.gcbits.02PFgo.string.hdr."macho.SegmentHeader"p,type.*"".SegmentHeader"runtime.zerovalue*type."".SegmentHeader&go.string.hdr."Cmd"type."".LoadCmd&go.string.hdr."Len"type.uint32(go.string.hdr."Name"type.string(go.string.hdr."Addr"type.uint64*go.string.hdr."Memsz"type.uint64,go.string.hdr."Offset"type.uint64,go.string.hdr."Filesz"type.uint64.go.string.hdr."Maxprot"type.uint32(go.string.hdr."Prot"type.uint32*go.string.hdr."Nsect"type.uint32(go.string.hdr."Flag"type.uint32`*type."".SegmentHeader:go.string.hdr."SegmentHeader""go.importpath."".	*type."".SegmentHeader&runtime.gcbits.1170p:go.string.hdr."macho.Segment"  
2go.string."macho.Segment"2go.string."macho.Segment" macho.SegmentTgclocalsa064c3f70b9f68636723afa1d70c14e5  	Tgclocals2b53cab6ed88a45a0ffa0fc99b8ff7b1  Tgclocalsa064c3f70b9f68636723afa1d70c14e5  	Tgclocalsae93ae3b36e06a4d15ed03fb84a4da61  pTgclocals64ca935d1a2110a30e2d604686188539  Tgclocals105f3855eb890a8acc612838e7807774  Tgclocals64ca935d1a2110a30e2d604686188539  Tgclocals639088513fb828700983ea20f0247ef0  0Vgo.string.hdr."func(macho.Segment) []uint8"  Ngo.string."func(macho.Segment) []uint8"Ngo.string."func(macho.Segment) []uint8"@8func(macho.Segment) []uint8:type.func("".Segment) []uint8gn30 runtime.algarray@"runtime.gcbits.01PVgo.string.hdr."func(macho.Segment) []uint8"pLgo.weak.type.*func("".Segment) []uint8"runtime.zerovalue:type.func("".Segment) []uint8:type.func("".Segment) []uint8type."".Segmenttype.[]uint8go.typelink.func(macho.Segment) []uint8	func("".Segment) []uint8:type.func("".Segment) []uint8go.string.hdr."func(macho.Segment, []uint8, int64) (int, error)"  0xgo.string."func(macho.Segment, []uint8, int64) (int, error)"xgo.string."func(macho.Segment, []uint8, int64) (int, error)"pbfunc(macho.Segment, []uint8, int64) (int, error)dtype.func("".Segment, []uint8, int64) (int, error)AJ30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(macho.Segment, []uint8, int64) (int, error)"pvgo.weak.type.*func("".Segment, []uint8, int64) (int, error)"runtime.zerovaluedtype.func("".Segment, []uint8, int64) (int, error)dtype.func("".Segment, []uint8, int64) (int, error)type."".Segmenttype.[]uint8type.int64type.inttype.errorgo.typelink.func(macho.Segment, []uint8, int64) (int, error)	func("".Segment, []uint8, int64) (int, error)dtype.func("".Segment, []uint8, int64) (int, error).go.string.hdr."Segment"  &go.string."Segment"&go.string."Segment"Segmenttype."".SegmentxxY`p40 runtime.algarray@&runtime.gcbits.1170P:go.string.hdr."macho.Segment"p type.*"".Segment"runtime.zerovaluetype."".Segment"type."".LoadBytes*type."".SegmentHeader type.io.ReaderAt$go.string.hdr."sr""go.importpath."".,type.*io.SectionReader`type."".Segment.go.string.hdr."Segment""go.importpath."".type."".Segment&go.string.hdr."Raw"&type.func() []uint8:type.func("".Segment) []uint8""".(*Segment).Raw"".Segment.Raw,go.string.hdr."ReadAt"Ltype.func([]uint8, int64) (int, error)dtype.func("".Segment, []uint8, int64) (int, error)("".(*Segment).ReadAt""".Segment.ReadAt<go.string.hdr."*macho.Segment"  4go.string."*macho.Segment"4go.string."*macho.Segment" *macho.Segmentjgo.string.hdr."func(*macho.Segment) ([]uint8, error)"  %bgo.string."func(*macho.Segment) ([]uint8, error)"bgo.string."func(*macho.Segment) ([]uint8, error)"PLfunc(*macho.Segment) ([]uint8, error)Ntype.func(*"".Segment) ([]uint8, error)w30 runtime.algarray@"runtime.gcbits.01Pjgo.string.hdr."func(*macho.Segment) ([]uint8, error)"p`go.weak.type.*func(*"".Segment) ([]uint8, error)"runtime.zerovalueNtype.func(*"".Segment) ([]uint8, error)Ntype.func(*"".Segment) ([]uint8, error) type.*"".Segmenttype.[]uint8type.errorgo.typelink.func(*macho.Segment) ([]uint8, error)	func(*"".Segment) ([]uint8, error)Ntype.func(*"".Segment) ([]uint8, error)dgo.string.hdr."func(*macho.Segment) io.ReadSeeker"  "\go.string."func(*macho.Segment) io.ReadSeeker"\go.string."func(*macho.Segment) io.ReadSeeker"PFfunc(*macho.Segment) io.ReadSeekerHtype.func(*"".Segment) io.ReadSeekerw30 runtime.algarray@"runtime.gcbits.01Pdgo.string.hdr."func(*macho.Segment) io.ReadSeeker"pZgo.weak.type.*func(*"".Segment) io.ReadSeeker"runtime.zerovalueHtype.func(*"".Segment) io.ReadSeekerHtype.func(*"".Segment) io.ReadSeeker type.*"".Segment$type.io.ReadSeekergo.typelink.func(*macho.Segment) io.ReadSeeker	func(*"".Segment) io.ReadSeekerHtype.func(*"".Segment) io.ReadSeekerXgo.string.hdr."func(*macho.Segment) []uint8"  Pgo.string."func(*macho.Segment) []uint8"Pgo.string."func(*macho.Segment) []uint8"@:func(*macho.Segment) []uint8<type.func(*"".Segment) []uint8']V30 runtime.algarray@"runtime.gcbits.01PXgo.string.hdr."func(*macho.Segment) []uint8"pNgo.weak.type.*func(*"".Segment) []uint8"runtime.zerovalue<type.func(*"".Segment) []uint8<type.func(*"".Segment) []uint8 type.*"".Segmenttype.[]uint8go.typelink.func(*macho.Segment) []uint8	func(*"".Segment) []uint8<type.func(*"".Segment) []uint8go.string.hdr."func(*macho.Segment, []uint8, int64) (int, error)"  1zgo.string."func(*macho.Segment, []uint8, int64) (int, error)"zgo.string."func(*macho.Segment, []uint8, int64) (int, error)"pdfunc(*macho.Segment, []uint8, int64) (int, error)ftype.func(*"".Segment, []uint8, int64) (int, error)B30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*macho.Segment, []uint8, int64) (int, error)"pxgo.weak.type.*func(*"".Segment, []uint8, int64) (int, error)"runtime.zerovalueftype.func(*"".Segment, []uint8, int64) (int, error)ftype.func(*"".Segment, []uint8, int64) (int, error) type.*"".Segmenttype.[]uint8type.int64type.inttype.errorgo.typelink.func(*macho.Segment, []uint8, int64) (int, error)	func(*"".Segment, []uint8, int64) (int, error)ftype.func(*"".Segment, []uint8, int64) (int, error) type.*"".Segment6680 runtime.algarray@"runtime.gcbits.01P<go.string.hdr."*macho.Segment"p2go.weak.type.**"".Segment"runtime.zerovaluetype."".Segment` type.*"".Segment type.*"".Segment(go.string.hdr."Data"8type.func() ([]uint8, error)Ntype.func(*"".Segment) ([]uint8, error)$"".(*Segment).Data$"".(*Segment).Data(go.string.hdr."Open"2type.func() io.ReadSeekerHtype.func(*"".Segment) io.ReadSeeker$"".(*Segment).Open$"".(*Segment).Open&go.string.hdr."Raw"&type.func() []uint8<type.func(*"".Segment) []uint8""".(*Segment).Raw""".(*Segment).Raw,go.string.hdr."ReadAt"Ltype.func([]uint8, int64) (int, error)ftype.func(*"".Segment, []uint8, int64) (int, error)("".(*Segment).ReadAt("".(*Segment).ReadAtpgo.string.hdr."func(*macho.File, string) *macho.Segment"  (hgo.string."func(*macho.File, string) *macho.Segment"hgo.string."func(*macho.File, string) *macho.Segment"`Rfunc(*macho.File, string) *macho.SegmentNtype.func(*"".File, string) *"".Segment_30 runtime.algarray@"runtime.gcbits.01Ppgo.string.hdr."func(*macho.File, string) *macho.Segment"p`go.weak.type.*func(*"".File, string) *"".Segment"runtime.zerovalueNtype.func(*"".File, string) *"".SegmentNtype.func(*"".File, string) *"".Segmenttype.*"".Filetype.string type.*"".Segmentgo.typelink.func(*macho.File, string) *macho.Segment	func(*"".File, string) *"".SegmentNtype.func(*"".File, string) *"".Segmentgo.string.hdr."func(*macho.File, []uint8, []uint8, []uint8, *macho.SymtabCmd, int64) (*macho.Symtab, error)"  \go.string."func(*macho.File, []uint8, []uint8, []uint8, *macho.SymtabCmd, int64) (*macho.Symtab, error)"go.string."func(*macho.File, []uint8, []uint8, []uint8, *macho.SymtabCmd, int64) (*macho.Symtab, error)"func(*macho.File, []uint8, []uint8, []uint8, *macho.SymtabCmd, int64) (*macho.Symtab, error)type.func(*"".File, []uint8, []uint8, []uint8, *"".SymtabCmd, int64) (*"".Symtab, error)d030 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*macho.File, []uint8, []uint8, []uint8, *macho.SymtabCmd, int64) (*macho.Symtab, error)"pgo.weak.type.*func(*"".File, []uint8, []uint8, []uint8, *"".SymtabCmd, int64) (*"".Symtab, error)"runtime.zerovaluetype.func(*"".File, []uint8, []uint8, []uint8, *"".SymtabCmd, int64) (*"".Symtab, error)type.func(*"".File, []uint8, []uint8, []uint8, *"".SymtabCmd, int64) (*"".Symtab, error)type.*"".Filetype.[]uint8type.[]uint8type.[]uint8$type.*"".SymtabCmdtype.int64type.*"".Symtabtype.errorgo.typelink.func(*macho.File, []uint8, []uint8, []uint8, *macho.SymtabCmd, int64) (*macho.Symtab, error)	func(*"".File, []uint8, []uint8, []uint8, *"".SymtabCmd, int64) (*"".Symtab, error)type.func(*"".File, []uint8, []uint8, []uint8, *"".SymtabCmd, int64) (*"".Symtab, error)|go.string.hdr."func(*macho.File, *macho.Section, io.ReaderAt)"  .tgo.string."func(*macho.File, *macho.Section, io.ReaderAt)"tgo.string."func(*macho.File, *macho.Section, io.ReaderAt)"`^func(*macho.File, *macho.Section, io.ReaderAt)Ztype.func(*"".File, *"".Section, io.ReaderAt)6z30 runtime.algarray@"runtime.gcbits.01P|go.string.hdr."func(*macho.File, *macho.Section, io.ReaderAt)"plgo.weak.type.*func(*"".File, *"".Section, io.ReaderAt)"runtime.zerovalueZtype.func(*"".File, *"".Section, io.ReaderAt)Ztype.func(*"".File, *"".Section, io.ReaderAt)type.*"".File type.*"".Section type.io.ReaderAtgo.typelink.func(*macho.File, *macho.Section, io.ReaderAt)	func(*"".File, *"".Section, io.ReaderAt)Ztype.func(*"".File, *"".Section, io.ReaderAt)*go.string.hdr."Close"  "go.string."Close""go.string."Close"Close8go.string.hdr."func() error"  0go.string."func() error"0go.string."func() error" func() error"type.func() error30 runtime.algarray@"runtime.gcbits.01P8go.string.hdr."func() error"p4go.weak.type.*func() error"runtime.zerovalue"type.func() error"type.func() errortype.errorJgo.typelink.func() error	func() error"type.func() error*go.string.hdr."DWARF"  "go.string."DWARF""go.string."DWARF"DWARFVgo.string.hdr."func() (*dwarf.Data, error)"  Ngo.string."func() (*dwarf.Data, error)"Ngo.string."func() (*dwarf.Data, error)"@8func() (*dwarf.Data, error)Ltype.func() (*debug/dwarf.Data, error)$930 runtime.algarray@"runtime.gcbits.01PVgo.string.hdr."func() (*dwarf.Data, error)"p^go.weak.type.*func() (*debug/dwarf.Data, error)"runtime.zerovalueLtype.func() (*debug/dwarf.Data, error)Ltype.func() (*debug/dwarf.Data, error),type.*debug/dwarf.Datatype.errorgo.typelink.func() (*dwarf.Data, error)	func() (*debug/dwarf.Data, error)Ltype.func() (*debug/dwarf.Data, error)Bgo.string.hdr."ImportedLibraries"  :go.string."ImportedLibraries":go.string."ImportedLibraries"0$ImportedLibrariesPgo.string.hdr."func() ([]string, error)"  Hgo.string."func() ([]string, error)"Hgo.string."func() ([]string, error)"@2func() ([]string, error):type.func() ([]string, error)B30 runtime.algarray@"runtime.gcbits.01PPgo.string.hdr."func() ([]string, error)"pLgo.weak.type.*func() ([]string, error)"runtime.zerovalue:type.func() ([]string, error):type.func() ([]string, error)type.[]stringtype.errorzgo.typelink.func() ([]string, error)	func() ([]string, error):type.func() ([]string, error)>go.string.hdr."ImportedSymbols"  6go.string."ImportedSymbols"6go.string."ImportedSymbols"  ImportedSymbolsVgo.string.hdr."func(string) *macho.Section"  Ngo.string."func(string) *macho.Section"Ngo.string."func(string) *macho.Section"@8func(string) *macho.Section:type.func(string) *"".Section'9+30 runtime.algarray@"runtime.gcbits.01PVgo.string.hdr."func(string) *macho.Section"pLgo.weak.type.*func(string) *"".Section"runtime.zerovalue:type.func(string) *"".Section:type.func(string) *"".Sectiontype.string type.*"".Sectiongo.typelink.func(string) *macho.Section	func(string) *"".Section:type.func(string) *"".SectionVgo.string.hdr."func(string) *macho.Segment"  Ngo.string."func(string) *macho.Segment"Ngo.string."func(string) *macho.Segment"@8func(string) *macho.Segment:type.func(string) *"".Segment
   2426 G30 runtime.algarray@"runtime.gcbits.01PVgo.string.hdr."func(string) *macho.Segment"pLgo.weak.type.*func(string) *"".Segment"runtime.zerovalue:type.func(string) *"".Segment:type.func(string) *"".Segmenttype.string type.*"".Segmentgo.typelink.func(string) *macho.Segment	func(string) *"".Segment:type.func(string) *"".Segment6go.string.hdr."parseSymtab"  .go.string."parseSymtab".go.string."parseSymtab" parseSymtabgo.string.hdr."func([]uint8, []uint8, []uint8, *macho.SymtabCmd, int64) (*macho.Symtab, error)"  Ogo.string."func([]uint8, []uint8, []uint8, *macho.SymtabCmd, int64) (*macho.Symtab, error)"go.string."func([]uint8, []uint8, []uint8, *macho.SymtabCmd, int64) (*macho.Symtab, error)"func([]uint8, []uint8, []uint8, *macho.SymtabCmd, int64) (*macho.Symtab, error)type.func([]uint8, []uint8, []uint8, *"".SymtabCmd, int64) (*"".Symtab, error)i30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func([]uint8, []uint8, []uint8, *macho.SymtabCmd, int64) (*macho.Symtab, error)"pgo.weak.type.*func([]uint8, []uint8, []uint8, *"".SymtabCmd, int64) (*"".Symtab, error)"runtime.zerovaluetype.func([]uint8, []uint8, []uint8, *"".SymtabCmd, int64) (*"".Symtab, error)type.func([]uint8, []uint8, []uint8, *"".SymtabCmd, int64) (*"".Symtab, error)type.[]uint8type.[]uint8type.[]uint8$type.*"".SymtabCmdtype.int64type.*"".Symtabtype.errorgo.typelink.func([]uint8, []uint8, []uint8, *macho.SymtabCmd, int64) (*macho.Symtab, error)	func([]uint8, []uint8, []uint8, *"".SymtabCmd, int64) (*"".Symtab, error)type.func([]uint8, []uint8, []uint8, *"".SymtabCmd, int64) (*"".Symtab, error)6go.string.hdr."pushSection"  .go.string."pushSection".go.string."pushSection" pushSectionbgo.string.hdr."func(*macho.Section, io.ReaderAt)"  !Zgo.string."func(*macho.Section, io.ReaderAt)"Zgo.string."func(*macho.Section, io.ReaderAt)"PDfunc(*macho.Section, io.ReaderAt)Ftype.func(*"".Section, io.ReaderAt)4z>30 runtime.algarray@"runtime.gcbits.01Pbgo.string.hdr."func(*macho.Section, io.ReaderAt)"pXgo.weak.type.*func(*"".Section, io.ReaderAt)"runtime.zerovalueFtype.func(*"".Section, io.ReaderAt)Ftype.func(*"".Section, io.ReaderAt) type.*"".Section type.io.ReaderAtgo.typelink.func(*macho.Section, io.ReaderAt)	func(*"".Section, io.ReaderAt)Ftype.func(*"".Section, io.ReaderAt)type.*"".File
   2430 T6d0 runtime.algarray@"runtime.gcbits.01P6go.string.hdr."*macho.File"p,go.weak.type.**"".File"runtime.zerovaluetype."".File`type.*"".Filetype.*"".File*go.string.hdr."Close""type.func() error2type.func(*"".File) error "".(*File).Close "".(*File).Close*go.string.hdr."DWARF"Ltype.func() (*debug/dwarf.Data, error)\type.func(*"".File) (*debug/dwarf.Data, error) "".(*File).DWARF "".(*File).DWARFBgo.string.hdr."ImportedLibraries":type.func() ([]string, error)Jtype.func(*"".File) ([]string, error)8"".(*File).ImportedLibraries8"".(*File).ImportedLibraries>go.string.hdr."ImportedSymbols":type.func() ([]string, error)Jtype.func(*"".File) ([]string, error)4"".(*File).ImportedSymbols4"".(*File).ImportedSymbols.go.string.hdr."Section":type.func(string) *"".SectionNtype.func(*"".File, string) *"".Section$"".(*File).Section$"".(*File).Section.go.string.hdr."Segment":type.func(string) *"".SegmentNtype.func(*"".File, string) *"".Segment$"".(*File).Segment$"".(*File).Segment6go.string.hdr."parseSymtab""go.importpath."".type.func([]uint8, []uint8, []uint8, *"".SymtabCmd, int64) (*"".Symtab, error)type.func(*"".File, []uint8, []uint8, []uint8, *"".SymtabCmd, int64) (*"".Symtab, error),"".(*File).parseSymtab,"".(*File).parseSymtab6go.string.hdr."pushSection""go.importpath."".Ftype.func(*"".Section, io.ReaderAt)Ztype.func(*"".File, *"".Section, io.ReaderAt),"".(*File).pushSection,"".(*File).pushSectionTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals3bb21ca8fe1d99a3e492463bd711418a2type..hashfunc."".FatArch*type..hash."".FatArch.type..eqfunc."".FatArch&type..eq."".FatArch(type..alg."".FatArch  2type..hashfunc."".FatArch.type..eqfunc."".FatArch<go.string.hdr."*macho.FatArch"  4go.string."*macho.FatArch"4go.string."*macho.FatArch" *macho.FatArchTgclocalsc55cf99de9cdd8c8202a466952fa1a45  Tgclocalscad14e25fd48dddd762418d02c031d67  Tgclocalsc55cf99de9cdd8c8202a466952fa1a45  Tgclocals63aa066b631d213f8d68dac59a6231a0  tTgclocalsf3a4822b613e2974bea1c3dc80f8d901``
   2432 	br
   2433 Tgclocals20d646de57969b79bccb82c849506f4c``
   2434 Tgclocals69c1753bd5f81501d95132d08af04464Tgclocals8c5ed141de7dee49a8206d15b9021848  Tgclocals69c1753bd5f81501d95132d08af04464Tgclocals8c5ed141de7dee49a8206d15b9021848  Tgclocalsc55cf99de9cdd8c8202a466952fa1a45  Tgclocals4a8dcaa1f0a3d20155921d51fed3ea2c  Tgclocals98a935522f11e180b06d5a082b7d09c1  Tgclocals18e6f963be655e2098768c933b06e181  3Tgclocals98a935522f11e180b06d5a082b7d09c1  Tgclocals18e6f963be655e2098768c933b06e181  3Tgo.string.hdr."func(*macho.FatArch) error"  Lgo.string."func(*macho.FatArch) error"Lgo.string."func(*macho.FatArch) error"@6func(*macho.FatArch) error8type.func(*"".FatArch) error5^30 runtime.algarray@"runtime.gcbits.01PTgo.string.hdr."func(*macho.FatArch) error"pJgo.weak.type.*func(*"".FatArch) error"runtime.zerovalue8type.func(*"".FatArch) error8type.func(*"".FatArch) error type.*"".FatArchtype.error|go.typelink.func(*macho.FatArch) error	func(*"".FatArch) error8type.func(*"".FatArch) errorrgo.string.hdr."func(*macho.FatArch) (*dwarf.Data, error)"  )jgo.string."func(*macho.FatArch) (*dwarf.Data, error)"jgo.string."func(*macho.FatArch) (*dwarf.Data, error)"`Tfunc(*macho.FatArch) (*dwarf.Data, error)btype.func(*"".FatArch) (*debug/dwarf.Data, error)=5&30 runtime.algarray@"runtime.gcbits.01Prgo.string.hdr."func(*macho.FatArch) (*dwarf.Data, error)"ptgo.weak.type.*func(*"".FatArch) (*debug/dwarf.Data, error)"runtime.zerovaluebtype.func(*"".FatArch) (*debug/dwarf.Data, error)btype.func(*"".FatArch) (*debug/dwarf.Data, error) type.*"".FatArch,type.*debug/dwarf.Datatype.errorgo.typelink.func(*macho.FatArch) (*dwarf.Data, error)	func(*"".FatArch) (*debug/dwarf.Data, error)btype.func(*"".FatArch) (*debug/dwarf.Data, error)lgo.string.hdr."func(*macho.FatArch) ([]string, error)"  &dgo.string."func(*macho.FatArch) ([]string, error)"dgo.string."func(*macho.FatArch) ([]string, error)"PNfunc(*macho.FatArch) ([]string, error)Ptype.func(*"".FatArch) ([]string, error)mp630 runtime.algarray@"runtime.gcbits.01Plgo.string.hdr."func(*macho.FatArch) ([]string, error)"pbgo.weak.type.*func(*"".FatArch) ([]string, error)"runtime.zerovaluePtype.func(*"".FatArch) ([]string, error)Ptype.func(*"".FatArch) ([]string, error) type.*"".FatArchtype.[]stringtype.errorgo.typelink.func(*macho.FatArch) ([]string, error)	func(*"".FatArch) ([]string, error)Ptype.func(*"".FatArch) ([]string, error)vgo.string.hdr."func(*macho.FatArch, string) *macho.Section"  +ngo.string."func(*macho.FatArch, string) *macho.Section"ngo.string."func(*macho.FatArch, string) *macho.Section"`Xfunc(*macho.FatArch, string) *macho.SectionTtype.func(*"".FatArch, string) *"".Section@30 runtime.algarray@"runtime.gcbits.01Pvgo.string.hdr."func(*macho.FatArch, string) *macho.Section"pfgo.weak.type.*func(*"".FatArch, string) *"".Section"runtime.zerovalueTtype.func(*"".FatArch, string) *"".SectionTtype.func(*"".FatArch, string) *"".Section type.*"".FatArchtype.string type.*"".Sectiongo.typelink.func(*macho.FatArch, string) *macho.Section	func(*"".FatArch, string) *"".SectionTtype.func(*"".FatArch, string) *"".Sectionvgo.string.hdr."func(*macho.FatArch, string) *macho.Segment"  +ngo.string."func(*macho.FatArch, string) *macho.Segment"ngo.string."func(*macho.FatArch, string) *macho.Segment"`Xfunc(*macho.FatArch, string) *macho.SegmentTtype.func(*"".FatArch, string) *"".SegmentZ#^30 runtime.algarray@"runtime.gcbits.01Pvgo.string.hdr."func(*macho.FatArch, string) *macho.Segment"pfgo.weak.type.*func(*"".FatArch, string) *"".Segment"runtime.zerovalueTtype.func(*"".FatArch, string) *"".SegmentTtype.func(*"".FatArch, string) *"".Segment type.*"".FatArchtype.string type.*"".Segmentgo.typelink.func(*macho.FatArch, string) *macho.Segment	func(*"".FatArch, string) *"".SegmentTtype.func(*"".FatArch, string) *"".Segmentgo.string.hdr."func(*macho.FatArch, []uint8, []uint8, []uint8, *macho.SymtabCmd, int64) (*macho.Symtab, error)"  _go.string."func(*macho.FatArch, []uint8, []uint8, []uint8, *macho.SymtabCmd, int64) (*macho.Symtab, error)"go.string."func(*macho.FatArch, []uint8, []uint8, []uint8, *macho.SymtabCmd, int64) (*macho.Symtab, error)"func(*macho.FatArch, []uint8, []uint8, []uint8, *macho.SymtabCmd, int64) (*macho.Symtab, error)type.func(*"".FatArch, []uint8, []uint8, []uint8, *"".SymtabCmd, int64) (*"".Symtab, error)<Z&30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*macho.FatArch, []uint8, []uint8, []uint8, *macho.SymtabCmd, int64) (*macho.Symtab, error)"pgo.weak.type.*func(*"".FatArch, []uint8, []uint8, []uint8, *"".SymtabCmd, int64) (*"".Symtab, error)"runtime.zerovaluetype.func(*"".FatArch, []uint8, []uint8, []uint8, *"".SymtabCmd, int64) (*"".Symtab, error)type.func(*"".FatArch, []uint8, []uint8, []uint8, *"".SymtabCmd, int64) (*"".Symtab, error) type.*"".FatArchtype.[]uint8type.[]uint8type.[]uint8$type.*"".SymtabCmdtype.int64type.*"".Symtabtype.errorgo.typelink.func(*macho.FatArch, []uint8, []uint8, []uint8, *macho.SymtabCmd, int64) (*macho.Symtab, error)	func(*"".FatArch, []uint8, []uint8, []uint8, *"".SymtabCmd, int64) (*"".Symtab, error)type.func(*"".FatArch, []uint8, []uint8, []uint8, *"".SymtabCmd, int64) (*"".Symtab, error)go.string.hdr."func(*macho.FatArch, *macho.Section, io.ReaderAt)"  1zgo.string."func(*macho.FatArch, *macho.Section, io.ReaderAt)"zgo.string."func(*macho.FatArch, *macho.Section, io.ReaderAt)"pdfunc(*macho.FatArch, *macho.Section, io.ReaderAt)`type.func(*"".FatArch, *"".Section, io.ReaderAt)k30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*macho.FatArch, *macho.Section, io.ReaderAt)"prgo.weak.type.*func(*"".FatArch, *"".Section, io.ReaderAt)"runtime.zerovalue`type.func(*"".FatArch, *"".Section, io.ReaderAt)`type.func(*"".FatArch, *"".Section, io.ReaderAt) type.*"".FatArch type.*"".Section type.io.ReaderAtgo.typelink.func(*macho.FatArch, *macho.Section, io.ReaderAt)	func(*"".FatArch, *"".Section, io.ReaderAt)`type.func(*"".FatArch, *"".Section, io.ReaderAt) type.*"".FatArch$B6d0 runtime.algarray@"runtime.gcbits.01P<go.string.hdr."*macho.FatArch"p2go.weak.type.**"".FatArch"runtime.zerovaluetype."".FatArch` type.*"".FatArch type.*"".FatArch*go.string.hdr."Close""type.func() error8type.func(*"".FatArch) error&"".(*FatArch).Close&"".(*FatArch).Close*go.string.hdr."DWARF"Ltype.func() (*debug/dwarf.Data, error)btype.func(*"".FatArch) (*debug/dwarf.Data, error)&"".(*FatArch).DWARF&"".(*FatArch).DWARFBgo.string.hdr."ImportedLibraries":type.func() ([]string, error)Ptype.func(*"".FatArch) ([]string, error)>"".(*FatArch).ImportedLibraries>"".(*FatArch).ImportedLibraries>go.string.hdr."ImportedSymbols":type.func() ([]string, error)Ptype.func(*"".FatArch) ([]string, error):"".(*FatArch).ImportedSymbols:"".(*FatArch).ImportedSymbols.go.string.hdr."Section":type.func(string) *"".SectionTtype.func(*"".FatArch, string) *"".Section*"".(*FatArch).Section*"".(*FatArch).Section.go.string.hdr."Segment":type.func(string) *"".SegmentTtype.func(*"".FatArch, string) *"".Segment*"".(*FatArch).Segment*"".(*FatArch).Segment6go.string.hdr."parseSymtab""go.importpath."".type.func([]uint8, []uint8, []uint8, *"".SymtabCmd, int64) (*"".Symtab, error)type.func(*"".FatArch, []uint8, []uint8, []uint8, *"".SymtabCmd, int64) (*"".Symtab, error)2"".(*FatArch).parseSymtab2"".(*FatArch).parseSymtab6go.string.hdr."pushSection""go.importpath."".Ftype.func(*"".Section, io.ReaderAt)`type.func(*"".FatArch, *"".Section, io.ReaderAt)2"".(*FatArch).pushSection2"".(*FatArch).pushSection"runtime.gcbits.08:go.string.hdr."macho.FatArch"  
2go.string."macho.FatArch"2go.string."macho.FatArch" macho.FatArchTgclocalsc55cf99de9cdd8c8202a466952fa1a45  Tgclocalsb1eee401641e0da592b3cb09cc2c6624  8Tgclocalsc55cf99de9cdd8c8202a466952fa1a45  Tgclocalsd6cc3432368b009d7f8b2df1b8ba3dbf  $Tgclocalsf3a4822b613e2974bea1c3dc80f8d901``
   2438 	br
   2439 Tgclocals71f93c4dd38dc5db73dafe855ba7c5c5``
   2440 xxxxxxxxxxTgclocals69c1753bd5f81501d95132d08af04464Tgclocals9ff2fbcb33e277692e391e20c0041cb7  XTgclocals69c1753bd5f81501d95132d08af04464Tgclocals9ff2fbcb33e277692e391e20c0041cb7  XTgclocalsc55cf99de9cdd8c8202a466952fa1a45  Tgclocalsb2914f46113f6b34971915e7d03ec443  xTgclocals98a935522f11e180b06d5a082b7d09c1  Tgclocals8d3e263ccb39b704207a7c2ad2cff396  	Tgclocals98a935522f11e180b06d5a082b7d09c1  Tgclocals8d3e263ccb39b704207a7c2ad2cff396  	Rgo.string.hdr."func(macho.FatArch) error"  Jgo.string."func(macho.FatArch) error"Jgo.string."func(macho.FatArch) error"@4func(macho.FatArch) error6type.func("".FatArch) errorH]1130 runtime.algarray@"runtime.gcbits.01PRgo.string.hdr."func(macho.FatArch) error"pHgo.weak.type.*func("".FatArch) error"runtime.zerovalue6type.func("".FatArch) error6type.func("".FatArch) errortype."".FatArchtype.errorxgo.typelink.func(macho.FatArch) error	func("".FatArch) error6type.func("".FatArch) errorpgo.string.hdr."func(macho.FatArch) (*dwarf.Data, error)"  (hgo.string."func(macho.FatArch) (*dwarf.Data, error)"hgo.string."func(macho.FatArch) (*dwarf.Data, error)"`Rfunc(macho.FatArch) (*dwarf.Data, error)`type.func("".FatArch) (*debug/dwarf.Data, error)v30 runtime.algarray@"runtime.gcbits.01Ppgo.string.hdr."func(macho.FatArch) (*dwarf.Data, error)"prgo.weak.type.*func("".FatArch) (*debug/dwarf.Data, error)"runtime.zerovalue`type.func("".FatArch) (*debug/dwarf.Data, error)`type.func("".FatArch) (*debug/dwarf.Data, error)type."".FatArch,type.*debug/dwarf.Datatype.errorgo.typelink.func(macho.FatArch) (*dwarf.Data, error)	func("".FatArch) (*debug/dwarf.Data, error)`type.func("".FatArch) (*debug/dwarf.Data, error)jgo.string.hdr."func(macho.FatArch) ([]string, error)"  %bgo.string."func(macho.FatArch) ([]string, error)"bgo.string."func(macho.FatArch) ([]string, error)"PLfunc(macho.FatArch) ([]string, error)Ntype.func("".FatArch) ([]string, error)_<30 runtime.algarray@"runtime.gcbits.01Pjgo.string.hdr."func(macho.FatArch) ([]string, error)"p`go.weak.type.*func("".FatArch) ([]string, error)"runtime.zerovalueNtype.func("".FatArch) ([]string, error)Ntype.func("".FatArch) ([]string, error)type."".FatArchtype.[]stringtype.errorgo.typelink.func(macho.FatArch) ([]string, error)	func("".FatArch) ([]string, error)Ntype.func("".FatArch) ([]string, error)tgo.string.hdr."func(macho.FatArch, string) *macho.Section"  *lgo.string."func(macho.FatArch, string) *macho.Section"lgo.string."func(macho.FatArch, string) *macho.Section"`Vfunc(macho.FatArch, string) *macho.SectionRtype.func("".FatArch, string) *"".Sectionb-30 runtime.algarray@"runtime.gcbits.01Ptgo.string.hdr."func(macho.FatArch, string) *macho.Section"pdgo.weak.type.*func("".FatArch, string) *"".Section"runtime.zerovalueRtype.func("".FatArch, string) *"".SectionRtype.func("".FatArch, string) *"".Sectiontype."".FatArchtype.string type.*"".Sectiongo.typelink.func(macho.FatArch, string) *macho.Section	func("".FatArch, string) *"".SectionRtype.func("".FatArch, string) *"".Sectiontgo.string.hdr."func(macho.FatArch, string) *macho.Segment"  *lgo.string."func(macho.FatArch, string) *macho.Segment"lgo.string."func(macho.FatArch, string) *macho.Segment"`Vfunc(macho.FatArch, string) *macho.SegmentRtype.func("".FatArch, string) *"".Segment 30 runtime.algarray@"runtime.gcbits.01Ptgo.string.hdr."func(macho.FatArch, string) *macho.Segment"pdgo.weak.type.*func("".FatArch, string) *"".Segment"runtime.zerovalueRtype.func("".FatArch, string) *"".SegmentRtype.func("".FatArch, string) *"".Segmenttype."".FatArchtype.string type.*"".Segmentgo.typelink.func(macho.FatArch, string) *macho.Segment	func("".FatArch, string) *"".SegmentRtype.func("".FatArch, string) *"".Segmentgo.string.hdr."func(macho.FatArch, []uint8, []uint8, []uint8, *macho.SymtabCmd, int64) (*macho.Symtab, error)"  ^go.string."func(macho.FatArch, []uint8, []uint8, []uint8, *macho.SymtabCmd, int64) (*macho.Symtab, error)"go.string."func(macho.FatArch, []uint8, []uint8, []uint8, *macho.SymtabCmd, int64) (*macho.Symtab, error)"func(macho.FatArch, []uint8, []uint8, []uint8, *macho.SymtabCmd, int64) (*macho.Symtab, error)type.func("".FatArch, []uint8, []uint8, []uint8, *"".SymtabCmd, int64) (*"".Symtab, error)<30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(macho.FatArch, []uint8, []uint8, []uint8, *macho.SymtabCmd, int64) (*macho.Symtab, error)"pgo.weak.type.*func("".FatArch, []uint8, []uint8, []uint8, *"".SymtabCmd, int64) (*"".Symtab, error)"runtime.zerovaluetype.func("".FatArch, []uint8, []uint8, []uint8, *"".SymtabCmd, int64) (*"".Symtab, error)type.func("".FatArch, []uint8, []uint8, []uint8, *"".SymtabCmd, int64) (*"".Symtab, error)type."".FatArchtype.[]uint8type.[]uint8type.[]uint8$type.*"".SymtabCmdtype.int64type.*"".Symtabtype.errorgo.typelink.func(macho.FatArch, []uint8, []uint8, []uint8, *macho.SymtabCmd, int64) (*macho.Symtab, error)	func("".FatArch, []uint8, []uint8, []uint8, *"".SymtabCmd, int64) (*"".Symtab, error)type.func("".FatArch, []uint8, []uint8, []uint8, *"".SymtabCmd, int64) (*"".Symtab, error)go.string.hdr."func(macho.FatArch, *macho.Section, io.ReaderAt)"  0xgo.string."func(macho.FatArch, *macho.Section, io.ReaderAt)"xgo.string."func(macho.FatArch, *macho.Section, io.ReaderAt)"pbfunc(macho.FatArch, *macho.Section, io.ReaderAt)^type.func("".FatArch, *"".Section, io.ReaderAt) K30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(macho.FatArch, *macho.Section, io.ReaderAt)"ppgo.weak.type.*func("".FatArch, *"".Section, io.ReaderAt)"runtime.zerovalue^type.func("".FatArch, *"".Section, io.ReaderAt)^type.func("".FatArch, *"".Section, io.ReaderAt)type."".FatArch type.*"".Section type.io.ReaderAtgo.typelink.func(macho.FatArch, *macho.Section, io.ReaderAt)	func("".FatArch, *"".Section, io.ReaderAt)^type.func("".FatArch, *"".Section, io.ReaderAt).go.string.hdr."FatArch"  &go.string."FatArch"&go.string."FatArch"FatArchtype."".FatArch		  `Sl0(type..alg."".FatArch@"runtime.gcbits.08P:go.string.hdr."macho.FatArch"p type.*"".FatArch"runtime.zerovaluetype."".FatArch*type."".FatArchHeadertype.*"".File`type."".FatArch.go.string.hdr."FatArch""go.importpath."".type."".FatArch*go.string.hdr."Close""type.func() error6type.func("".FatArch) error&"".(*FatArch).Close "".FatArch.Close*go.string.hdr."DWARF"Ltype.func() (*debug/dwarf.Data, error)`type.func("".FatArch) (*debug/dwarf.Data, error)&"".(*FatArch).DWARF "".FatArch.DWARFBgo.string.hdr."ImportedLibraries":type.func() ([]string, error)Ntype.func("".FatArch) ([]string, error)>"".(*FatArch).ImportedLibraries8"".FatArch.ImportedLibraries>go.string.hdr."ImportedSymbols":type.func() ([]string, error)Ntype.func("".FatArch) ([]string, error):"".(*FatArch).ImportedSymbols4"".FatArch.ImportedSymbols.go.string.hdr."Section":type.func(string) *"".SectionRtype.func("".FatArch, string) *"".Section*"".(*FatArch).Section$"".FatArch.Section.go.string.hdr."Segment":type.func(string) *"".SegmentRtype.func("".FatArch, string) *"".Segment*"".(*FatArch).Segment$"".FatArch.Segment6go.string.hdr."parseSymtab""go.importpath."".type.func([]uint8, []uint8, []uint8, *"".SymtabCmd, int64) (*"".Symtab, error)type.func("".FatArch, []uint8, []uint8, []uint8, *"".SymtabCmd, int64) (*"".Symtab, error)2"".(*FatArch).parseSymtab,"".FatArch.parseSymtab6go.string.hdr."pushSection""go.importpath."".Ftype.func(*"".Section, io.ReaderAt)	^type.func("".FatArch, *"".Section, io.ReaderAt)	2"".(*FatArch).pushSection	,"".FatArch.pushSection>go.string.hdr."[]macho.FatArch"  6go.string."[]macho.FatArch"6go.string."[]macho.FatArch"  []macho.FatArch"type.[]"".FatArch0 runtime.algarray@"runtime.gcbits.01P>go.string.hdr."[]macho.FatArch"p4go.weak.type.*[]"".FatArch"runtime.zerovaluetype."".FatArchPgo.typelink.[]macho.FatArch	[]"".FatArch"type.[]"".FatArch"runtime.gcbits.322:go.string.hdr."macho.FatFile"  
2go.string."macho.FatFile"2go.string."macho.FatFile" macho.FatFile,go.string.hdr."Arches"  $go.string."Arches"$go.string."Arches"Arches.go.string.hdr."FatFile"  &go.string."FatFile"&go.string."FatFile"FatFiletype."".FatFile00
   2443 {	 "0 runtime.algarray@"runtime.gcbits.32P:go.string.hdr."macho.FatFile"p type.*"".FatFile"runtime.zerovaluetype."".FatFile*go.string.hdr."Magic"type.uint32,go.string.hdr."Arches""type.[]"".FatArch,go.string.hdr."closer""go.importpath."".type.io.Closer`type."".FatFile.go.string.hdr."FatFile""go.importpath."".type."".FatFile<go.string.hdr."*macho.FatFile"  4go.string."*macho.FatFile"4go.string."*macho.FatFile" *macho.FatFileTgo.string.hdr."func(*macho.FatFile) error"  Lgo.string."func(*macho.FatFile) error"Lgo.string."func(*macho.FatFile) error"@6func(*macho.FatFile) error8type.func(*"".FatFile) errorPK30 runtime.algarray@"runtime.gcbits.01PTgo.string.hdr."func(*macho.FatFile) error"pJgo.weak.type.*func(*"".FatFile) error"runtime.zerovalue8type.func(*"".FatFile) error8type.func(*"".FatFile) error type.*"".FatFiletype.error|go.typelink.func(*macho.FatFile) error	func(*"".FatFile) error8type.func(*"".FatFile) error type.*"".FatFileS60 runtime.algarray@"runtime.gcbits.01P<go.string.hdr."*macho.FatFile"p2go.weak.type.**"".FatFile"runtime.zerovaluetype."".FatFile` type.*"".FatFile type.*"".FatFile*go.string.hdr."Close""type.func() error8type.func(*"".FatFile) error&"".(*FatFile).Close&"".(*FatFile).Close0go.string.hdr."[4]uint8"  (go.string."[4]uint8"(go.string."[4]uint8" [4]uint8type.[4]uint8B0 runtime.algarray@runtime.gcbits.P0go.string.hdr."[4]uint8"p,go.weak.type.*[4]uint8"runtime.zerovaluetype.uint8type.[]uint8:go.typelink.[4]uint8	[4]uint8type.[4]uint8<go.string.hdr."[]interface {}"  4go.string."[]interface {}"4go.string."[]interface {}" []interface {}&type.[]interface {}p/0 runtime.algarray@"runtime.gcbits.01P<go.string.hdr."[]interface {}"p8go.weak.type.*[]interface {}"runtime.zerovalue"type.interface {}Rgo.typelink.[]interface {}	[]interface {}&type.[]interface {}Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals2c78d3ad9d760b5f66e2e47be684c787  Tgclocals51af24152615272c3d9efc8538f95767  <type..hashfunc.[2]interface {}4type..hash.[2]interface {}8type..eqfunc.[2]interface {}0type..eq.[2]interface {}2type..alg.[2]interface {}  <type..hashfunc.[2]interface {}8type..eqfunc.[2]interface {}"runtime.gcbits.0f>go.string.hdr."[2]interface {}"  6go.string."[2]interface {}"6go.string."[2]interface {}"  [2]interface {}(type.[2]interface {}  ,Y02type..alg.[2]interface {}@"runtime.gcbits.0fP>go.string.hdr."[2]interface {}"p:go.weak.type.*[2]interface {}"runtime.zerovalue"type.interface {}&type.[]interface {}Vgo.typelink.[2]interface {}	[2]interface {}(type.[2]interface {}@go.string.hdr."*[2]interface {}"  8go.string."*[2]interface {}"8go.string."*[2]interface {}"0"*[2]interface {}*type.*[2]interface {}s-q60 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*[2]interface {}"p<go.weak.type.**[2]interface {}"runtime.zerovalue(type.[2]interface {}Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals2c78d3ad9d760b5f66e2e47be684c787  Tgclocals51af24152615272c3d9efc8538f95767  <type..hashfunc.[3]interface {}4type..hash.[3]interface {}8type..eqfunc.[3]interface {}0type..eq.[3]interface {}2type..alg.[3]interface {}  <type..hashfunc.[3]interface {}8type..eqfunc.[3]interface {}"runtime.gcbits.3f?>go.string.hdr."[3]interface {}"  6go.string."[3]interface {}"6go.string."[3]interface {}"  [3]interface {}(type.[3]interface {}0002type..alg.[3]interface {}@"runtime.gcbits.3fP>go.string.hdr."[3]interface {}"p:go.weak.type.*[3]interface {}"runtime.zerovalue"type.interface {}&type.[]interface {}Vgo.typelink.[3]interface {}	[3]interface {}(type.[3]interface {}@go.string.hdr."*[3]interface {}"  8go.string."*[3]interface {}"8go.string."*[3]interface {}"0"*[3]interface {}*type.*[3]interface {}60 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*[3]interface {}"p<go.weak.type.**[3]interface {}"runtime.zerovalue(type.[3]interface {}Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals2c78d3ad9d760b5f66e2e47be684c787  Tgclocals51af24152615272c3d9efc8538f95767  <type..hashfunc.[1]interface {}4type..hash.[1]interface {}8type..eqfunc.[1]interface {}0type..eq.[1]interface {}2type..alg.[1]interface {}  <type..hashfunc.[1]interface {}8type..eqfunc.[1]interface {}>go.string.hdr."[1]interface {}"  6go.string."[1]interface {}"6go.string."[1]interface {}"  [1]interface {}(type.[1]interface {}P[02type..alg.[1]interface {}@"runtime.gcbits.03P>go.string.hdr."[1]interface {}"p:go.weak.type.*[1]interface {}"runtime.zerovalue"type.interface {}&type.[]interface {}Vgo.typelink.[1]interface {}	[1]interface {}(type.[1]interface {}@go.string.hdr."*[1]interface {}"  8go.string."*[1]interface {}"8go.string."*[1]interface {}"0"*[1]interface {}*type.*[1]interface {}560 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*[1]interface {}"p<go.weak.type.**[1]interface {}"runtime.zerovalue(type.[1]interface {}<go.string.hdr."macho.DylibCmd"  4go.string."macho.DylibCmd"4go.string."macho.DylibCmd" macho.DylibCmd(go.string.hdr."Time"   go.string."Time" go.string."Time"
   2451 Time<go.string.hdr."CurrentVersion"  4go.string."CurrentVersion"4go.string."CurrentVersion" CurrentVersion:go.string.hdr."CompatVersion"  
2go.string."CompatVersion"2go.string."CompatVersion" CompatVersion0go.string.hdr."DylibCmd"  (go.string."DylibCmd"(go.string."DylibCmd" DylibCmd type."".DylibCmd,0type..alg24@runtime.gcbits.P<go.string.hdr."macho.DylibCmd"p"type.*"".DylibCmd"runtime.zerovalue type."".DylibCmd&go.string.hdr."Cmd"type."".LoadCmd&go.string.hdr."Len"type.uint32(go.string.hdr."Name"type.uint32(go.string.hdr."Time"type.uint32<go.string.hdr."CurrentVersion"type.uint32:go.string.hdr."CompatVersion"type.uint32` type."".DylibCmd0go.string.hdr."DylibCmd""go.importpath."". type."".DylibCmd>go.string.hdr."*macho.DylibCmd"  6go.string."*macho.DylibCmd"6go.string."*macho.DylibCmd"  *macho.DylibCmd"type.*"".DylibCmd~60 runtime.algarray@"runtime.gcbits.01P>go.string.hdr."*macho.DylibCmd"p4go.weak.type.**"".DylibCmd"runtime.zerovalue type."".DylibCmd8go.string.hdr."*macho.Dylib"  0go.string."*macho.Dylib"0go.string."*macho.Dylib" *macho.DylibTgclocalsa064c3f70b9f68636723afa1d70c14e5  	Tgclocals2b53cab6ed88a45a0ffa0fc99b8ff7b1  Tgo.string.hdr."func(*macho.Dylib) []uint8"  Lgo.string."func(*macho.Dylib) []uint8"Lgo.string."func(*macho.Dylib) []uint8"@6func(*macho.Dylib) []uint88type.func(*"".Dylib) []uint8F30 runtime.algarray@"runtime.gcbits.01PTgo.string.hdr."func(*macho.Dylib) []uint8"pJgo.weak.type.*func(*"".Dylib) []uint8"runtime.zerovalue8type.func(*"".Dylib) []uint88type.func(*"".Dylib) []uint8type.*"".Dylibtype.[]uint8|go.typelink.func(*macho.Dylib) []uint8	func(*"".Dylib) []uint88type.func(*"".Dylib) []uint8type.*"".DylibJ%60 runtime.algarray@"runtime.gcbits.01P8go.string.hdr."*macho.Dylib"p.go.weak.type.**"".Dylib"runtime.zerovaluetype."".Dylib`type.*"".Dylibtype.*"".Dylib&go.string.hdr."Raw"&type.func() []uint88type.func(*"".Dylib) []uint8"".(*Dylib).Raw"".(*Dylib).Raw"runtime.gcbits.09	6go.string.hdr."macho.Dylib"  .go.string."macho.Dylib".go.string."macho.Dylib" macho.DylibTgclocalsa064c3f70b9f68636723afa1d70c14e5  	Tgclocals767ae7dff091d4110bf4d350df3b0941  
   2457 	Rgo.string.hdr."func(macho.Dylib) []uint8"  Jgo.string."func(macho.Dylib) []uint8"Jgo.string."func(macho.Dylib) []uint8"@4func(macho.Dylib) []uint86type.func("".Dylib) []uint88;30 runtime.algarray@"runtime.gcbits.01PRgo.string.hdr."func(macho.Dylib) []uint8"pHgo.weak.type.*func("".Dylib) []uint8"runtime.zerovalue6type.func("".Dylib) []uint86type.func("".Dylib) []uint8type."".Dylibtype.[]uint8xgo.typelink.func(macho.Dylib) []uint8	func("".Dylib) []uint86type.func("".Dylib) []uint8*go.string.hdr."Dylib"  "go.string."Dylib""go.string."Dylib"Dylibtype."".Dylib8 k(,000 runtime.algarray@"runtime.gcbits.09P6go.string.hdr."macho.Dylib"ptype.*"".Dylib"runtime.zerovaluetype."".Dylib"type."".LoadBytes(go.string.hdr."Name"type.string(go.string.hdr."Time"type.uint32<go.string.hdr."CurrentVersion"type.uint32:go.string.hdr."CompatVersion"type.uint32`type."".Dylib*go.string.hdr."Dylib""go.importpath."".type."".Dylib&go.string.hdr."Raw"&type.func() []uint86type.func("".Dylib) []uint8"".(*Dylib).Raw"".Dylib.Raw2go.string.hdr."[16]uint8"  	*go.string."[16]uint8"*go.string."[16]uint8" [16]uint8type.[16]uint8}5G0 runtime.algarray@runtime.gcbits.P2go.string.hdr."[16]uint8"p.go.weak.type.*[16]uint8"runtime.zerovaluetype.uint8type.[]uint8>go.typelink.[16]uint8	[16]uint8type.[16]uint8 type..hashfunc56  8,runtime.memhash_varlentype..eqfunc56  8.runtime.memequal_varlentype..alg56   type..hashfunc56type..eqfunc56>go.string.hdr."macho.Segment32"  6go.string."macho.Segment32"6go.string."macho.Segment32"  macho.Segment322go.string.hdr."Segment32"  	*go.string."Segment32"*go.string."Segment32" Segment32"type."".Segment32		8T $(,04@0type..alg56@runtime.gcbits.P>go.string.hdr."macho.Segment32"p$type.*"".Segment32"runtime.zerovalue"type."".Segment32&go.string.hdr."Cmd"type."".LoadCmd&go.string.hdr."Len"type.uint32(go.string.hdr."Name"type.[16]uint8(go.string.hdr."Addr"type.uint32*go.string.hdr."Memsz"type.uint32,go.string.hdr."Offset"type.uint32,go.string.hdr."Filesz"type.uint32.go.string.hdr."Maxprot"type.uint32(go.string.hdr."Prot"type.uint32*go.string.hdr."Nsect"type.uint32(go.string.hdr."Flag"type.uint32`"type."".Segment322go.string.hdr."Segment32""go.importpath."".	"type."".Segment32@go.string.hdr."*macho.Segment32"  8go.string."*macho.Segment32"8go.string."*macho.Segment32"0"*macho.Segment32$type.*"".Segment32Ph)60 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*macho.Segment32"p6go.weak.type.**"".Segment32"runtime.zerovalue"type."".Segment32 type..hashfunc68  D,runtime.memhash_varlentype..eqfunc68  D.runtime.memequal_varlentype..alg68   type..hashfunc68type..eqfunc68>go.string.hdr."macho.Section32"  6go.string."macho.Section32"6go.string."macho.Section32"  macho.Section320go.string.hdr."Reserve1"  (go.string."Reserve1"(go.string."Reserve1" Reserve10go.string.hdr."Reserve2"  (go.string."Reserve2"(go.string."Reserve2" Reserve22go.string.hdr."Section32"  	*go.string."Section32"*go.string."Section32" Section32"type."".Section32		DyD $(,048<@@0type..alg68@runtime.gcbits.P>go.string.hdr."macho.Section32"p$type.*"".Section32"runtime.zerovalue"type."".Section32(go.string.hdr."Name"type.[16]uint8&go.string.hdr."Seg"type.[16]uint8(go.string.hdr."Addr"type.uint32(go.string.hdr."Size"type.uint32,go.string.hdr."Offset"type.uint32*go.string.hdr."Align"type.uint32,go.string.hdr."Reloff"type.uint32,go.string.hdr."Nreloc"type.uint32*go.string.hdr."Flags"type.uint320go.string.hdr."Reserve1"type.uint320go.string.hdr."Reserve2"type.uint32`"type."".Section322go.string.hdr."Section32""go.importpath."".	"type."".Section32@go.string.hdr."*macho.Section32"  8go.string."*macho.Section32"8go.string."*macho.Section32"0"*macho.Section32$type.*"".Section3260 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*macho.Section32"p6go.weak.type.**"".Section32"runtime.zerovalue"type."".Section32 type..hashfunc72  H,runtime.memhash_varlentype..eqfunc72  H.runtime.memequal_varlentype..alg72   type..hashfunc72type..eqfunc72>go.string.hdr."macho.Segment64"  6go.string."macho.Segment64"6go.string."macho.Segment64"  macho.Segment642go.string.hdr."Segment64"  	*go.string."Segment64"*go.string."Segment64" Segment64"type."".Segment64		HY+ (08<@D@0type..alg72@runtime.gcbits.P>go.string.hdr."macho.Segment64"p$type.*"".Segment64"runtime.zerovalue"type."".Segment64&go.string.hdr."Cmd"type."".LoadCmd&go.string.hdr."Len"type.uint32(go.string.hdr."Name"type.[16]uint8(go.string.hdr."Addr"type.uint64*go.string.hdr."Memsz"type.uint64,go.string.hdr."Offset"type.uint64,go.string.hdr."Filesz"type.uint64.go.string.hdr."Maxprot"type.uint32(go.string.hdr."Prot"type.uint32*go.string.hdr."Nsect"type.uint32(go.string.hdr."Flag"type.uint32`"type."".Segment642go.string.hdr."Segment64""go.importpath."".	"type."".Segment64@go.string.hdr."*macho.Segment64"  8go.string."*macho.Segment64"8go.string."*macho.Segment64"0"*macho.Segment64$type.*"".Segment64xh=60 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*macho.Segment64"p6go.weak.type.**"".Segment64"runtime.zerovalue"type."".Segment64>go.string.hdr."macho.Section64"  6go.string."macho.Section64"6go.string."macho.Section64"  macho.Section640go.string.hdr."Reserve3"  (go.string."Reserve3"(go.string."Reserve3" Reserve32go.string.hdr."Section64"  	*go.string."Section64"*go.string."Section64" Section64"type."".Section64		P (048<@DHLD0type..alg80@runtime.gcbits.P>go.string.hdr."macho.Section64"p$type.*"".Section64"runtime.zerovalue"type."".Section64(go.string.hdr."Name"type.[16]uint8&go.string.hdr."Seg"type.[16]uint8(go.string.hdr."Addr"type.uint64(go.string.hdr."Size"type.uint64,go.string.hdr."Offset"type.uint32*go.string.hdr."Align"type.uint32,go.string.hdr."Reloff"type.uint32,go.string.hdr."Nreloc"type.uint32*go.string.hdr."Flags"type.uint320go.string.hdr."Reserve1"type.uint320go.string.hdr."Reserve2"type.uint320go.string.hdr."Reserve3"type.uint32`	"type."".Section64	2go.string.hdr."Section64"	"go.importpath."".		"type."".Section64@go.string.hdr."*macho.Section64"  8go.string."*macho.Section64"8go.string."*macho.Section64"0"*macho.Section64$type.*"".Section6460 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*macho.Section64"p6go.weak.type.**"".Section64"runtime.zerovalue"type."".Section642go.string.hdr."*[4]uint8"  	*go.string."*[4]uint8"*go.string."*[4]uint8" *[4]uint8type.*[4]uint8G60 runtime.algarray@"runtime.gcbits.01P2go.string.hdr."*[4]uint8"p.go.weak.type.**[4]uint8"runtime.zerovaluetype.[4]uint8:go.string.hdr."macho.Nlist64"  
2go.string."macho.Nlist64"2go.string."macho.Nlist64" macho.Nlist64.go.string.hdr."Nlist64"  &go.string."Nlist64"&go.string."Nlist64"Nlist64type."".Nlist64mfL(0 runtime.algarray@runtime.gcbits.P:go.string.hdr."macho.Nlist64"p type.*"".Nlist64"runtime.zerovaluetype."".Nlist64(go.string.hdr."Name"type.uint32(go.string.hdr."Type"type.uint8(go.string.hdr."Sect"type.uint8(go.string.hdr."Desc"type.uint16*go.string.hdr."Value"type.uint64`type."".Nlist64.go.string.hdr."Nlist64""go.importpath."".type."".Nlist64<go.string.hdr."*macho.Nlist64"  4go.string."*macho.Nlist64"4go.string."*macho.Nlist64" *macho.Nlist64 type.*"".Nlist64tw60 runtime.algarray@"runtime.gcbits.01P<go.string.hdr."*macho.Nlist64"p2go.weak.type.**"".Nlist64"runtime.zerovaluetype."".Nlist64 type..hashfunc12  ,runtime.memhash_varlentype..eqfunc12  .runtime.memequal_varlentype..alg12   type..hashfunc12type..eqfunc12:go.string.hdr."macho.Nlist32"  
2go.string."macho.Nlist32"2go.string."macho.Nlist32" macho.Nlist32.go.string.hdr."Nlist32"  &go.string."Nlist32"&go.string."Nlist32"Nlist32type."".Nlist32w(0type..alg12@runtime.gcbits.P:go.string.hdr."macho.Nlist32"p type.*"".Nlist32"runtime.zerovaluetype."".Nlist32(go.string.hdr."Name"type.uint32(go.string.hdr."Type"type.uint8(go.string.hdr."Sect"type.uint8(go.string.hdr."Desc"type.uint16*go.string.hdr."Value"type.uint32`type."".Nlist32.go.string.hdr."Nlist32""go.importpath."".type."".Nlist32<go.string.hdr."*macho.Nlist32"  4go.string."*macho.Nlist32"4go.string."*macho.Nlist32" *macho.Nlist32 type.*"".Nlist3260 runtime.algarray@"runtime.gcbits.01P<go.string.hdr."*macho.Nlist32"p2go.weak.type.**"".Nlist32"runtime.zerovaluetype."".Nlist32>go.string.hdr."**macho.Section"  6go.string."**macho.Section"6go.string."**macho.Section"  **macho.Section"type.**"".Section60 runtime.algarray@"runtime.gcbits.01P>go.string.hdr."**macho.Section"p4go.weak.type.***"".Section"runtime.zerovalue type.*"".SectionTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals44750c784da4dd430afdd97fea5c405a  Tgclocals51af24152615272c3d9efc8538f95767  0type..hashfunc.[4]string(type..hash.[4]string,type..eqfunc.[4]string$type..eq.[4]string&type..alg.[4]string  0type..hashfunc.[4]string,type..eqfunc.[4]string"runtime.gcbits.55U2go.string.hdr."[4]string"  	*go.string."[4]string"*go.string."[4]string" [4]stringtype.[4]string@8J0&type..alg.[4]string@"runtime.gcbits.55P2go.string.hdr."[4]string"p.go.weak.type.*[4]string"runtime.zerovaluetype.stringtype.[]string>go.typelink.[4]string	[4]stringtype.[4]string2go.string.hdr."[][]uint8"  	*go.string."[][]uint8"*go.string."[][]uint8" [][]uint8type.[][]uint8}0 runtime.algarray@"runtime.gcbits.01P2go.string.hdr."[][]uint8"p.go.weak.type.*[][]uint8"runtime.zerovaluetype.[]uint8>go.typelink.[][]uint8	[][]uint8type.[][]uint8&runtime.gcbits.4902I4go.string.hdr."[4][]uint8"  
   2481 ,go.string."[4][]uint8",go.string."[4][]uint8" [4][]uint8type.[4][]uint8`Pg0 runtime.algarray@&runtime.gcbits.4902P4go.string.hdr."[4][]uint8"p0go.weak.type.*[4][]uint8"runtime.zerovaluetype.[]uint8type.[][]uint8Bgo.typelink.[4][]uint8	[4][]uint8type.[4][]uint8Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals44750c784da4dd430afdd97fea5c405a  Tgclocals51af24152615272c3d9efc8538f95767  2type..hashfunc."".intName*type..hash."".intName.type..eqfunc."".intName&type..eq."".intName(type..alg."".intName  2type..hashfunc."".intName.type..eqfunc."".intName<go.string.hdr."*macho.intName"  4go.string."*macho.intName"4go.string."*macho.intName" *macho.intName type.*"".intName)60 runtime.algarray@"runtime.gcbits.01P<go.string.hdr."*macho.intName"p2go.weak.type.**"".intName"runtime.zerovaluetype."".intName:go.string.hdr."macho.intName"  
2go.string."macho.intName"2go.string."macho.intName" macho.intName"go.string.hdr."i"  go.string."i"go.string."i"i"go.string.hdr."s"  go.string."s"go.string."s"s.go.string.hdr."intName"  &go.string."intName"&go.string."intName"intNametype."".intNames 0(type..alg."".intName@"runtime.gcbits.02P:go.string.hdr."macho.intName"p type.*"".intName"runtime.zerovaluetype."".intName"go.string.hdr."i""go.importpath."".type.uint32"go.string.hdr."s""go.importpath."".type.string`type."".intName.go.string.hdr."intName""go.importpath."".type."".intName>go.string.hdr."[]macho.intName"  6go.string."[]macho.intName"6go.string."[]macho.intName"  []macho.intName"type.[]"".intNameD0 runtime.algarray@"runtime.gcbits.01P>go.string.hdr."[]macho.intName"p4go.weak.type.*[]"".intName"runtime.zerovaluetype."".intNamePgo.typelink.[]macho.intName	[]"".intName"type.[]"".intNameTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals5ecf5ca8f6c7e48175a1c74243309f21((Tgclocals9c91d8a91ac42440a3d1507bc8d2e808((8type..hashfunc.[5]"".intName0type..hash.[5]"".intName4type..eqfunc.[5]"".intName,type..eq.[5]"".intName.type..alg.[5]"".intName  8type..hashfunc.[5]"".intName4type..eqfunc.[5]"".intName&runtime.gcbits.9224$@go.string.hdr."[5]macho.intName"  8go.string."[5]macho.intName"8go.string."[5]macho.intName"0"[5]macho.intName$type.[5]"".intNamexp^0.type..alg.[5]"".intName@&runtime.gcbits.9224P@go.string.hdr."[5]macho.intName"p6go.weak.type.*[5]"".intName"runtime.zerovaluetype."".intName"type.[]"".intNameTgo.typelink.[5]macho.intName	[5]"".intName$type.[5]"".intName:go.string.hdr."*macho.Thread"  
2go.string."*macho.Thread"2go.string."*macho.Thread" *macho.Threadtype.*"".Thread_60 runtime.algarray@"runtime.gcbits.01P:go.string.hdr."*macho.Thread"p0go.weak.type.**"".Thread"runtime.zerovaluetype."".Thread"runtime.gcbits.048go.string.hdr."macho.Thread"  0go.string."macho.Thread"0go.string."macho.Thread" macho.Thread,go.string.hdr."Thread"  $go.string."Thread"$go.string."Thread"Threadtype."".Thread(J$0 runtime.algarray@"runtime.gcbits.04P8go.string.hdr."macho.Thread"ptype.*"".Thread"runtime.zerovaluetype."".Thread&go.string.hdr."Cmd"type."".LoadCmd&go.string.hdr."Len"type.uint32(go.string.hdr."Type"type.uint32(go.string.hdr."Data"type.[]uint32`type."".Thread,go.string.hdr."Thread""go.importpath."".type."".Thread<go.string.hdr."*macho.Regs386"  4go.string."*macho.Regs386"4go.string."*macho.Regs386" *macho.Regs386 type.*"".Regs386@60 runtime.algarray@"runtime.gcbits.01P<go.string.hdr."*macho.Regs386"p2go.weak.type.**"".Regs386"runtime.zerovaluetype."".Regs386:go.string.hdr."macho.Regs386"  
2go.string."macho.Regs386"2go.string."macho.Regs386" macho.Regs386$go.string.hdr."AX"  go.string."AX"go.string."AX"AX$go.string.hdr."BX"  go.string."BX"go.string."BX"BX$go.string.hdr."CX"  go.string."CX"go.string."CX"CX$go.string.hdr."DX"  go.string."DX"go.string."DX"DX$go.string.hdr."DI"  go.string."DI"go.string."DI"DI$go.string.hdr."SI"  go.string."SI"go.string."SI"SI$go.string.hdr."BP"  go.string."BP"go.string."BP"BP$go.string.hdr."SP"  go.string."SP"go.string."SP"SP$go.string.hdr."SS"  go.string."SS"go.string."SS"SS*go.string.hdr."FLAGS"  "go.string."FLAGS""go.string."FLAGS"FLAGS$go.string.hdr."IP"  go.string."IP"go.string."IP"IP$go.string.hdr."CS"  go.string."CS"go.string."CS"CS$go.string.hdr."DS"  go.string."DS"go.string."DS"DS$go.string.hdr."ES"  go.string."ES"go.string."ES"ES$go.string.hdr."FS"  go.string."FS"go.string."FS"FS$go.string.hdr."GS"  go.string."GS"go.string."GS"GS.go.string.hdr."Regs386"  &go.string."Regs386"&go.string."Regs386"Regs386type."".Regs386@g $(,048<T0type..alg64@runtime.gcbits.P:go.string.hdr."macho.Regs386"p type.*"".Regs386"runtime.zerovaluetype."".Regs386$go.string.hdr."AX"type.uint32$go.string.hdr."BX"type.uint32$go.string.hdr."CX"type.uint32$go.string.hdr."DX"type.uint32$go.string.hdr."DI"type.uint32$go.string.hdr."SI"type.uint32$go.string.hdr."BP"type.uint32$go.string.hdr."SP"type.uint32$go.string.hdr."SS"type.uint32*go.string.hdr."FLAGS"type.uint32$go.string.hdr."IP"type.uint32$go.string.hdr."CS"type.uint32	$go.string.hdr."DS"	type.uint32	$go.string.hdr."ES"	type.uint32
   2494 $go.string.hdr."FS"
   2495 type.uint32
   2496 $go.string.hdr."GS"type.uint32`type."".Regs386.go.string.hdr."Regs386""go.importpath."".type."".Regs386"type..hashfunc168  ,runtime.memhash_varlentype..eqfunc168  .runtime.memequal_varlentype..alg168  "type..hashfunc168type..eqfunc168@go.string.hdr."*macho.RegsAMD64"  8go.string."*macho.RegsAMD64"8go.string."*macho.RegsAMD64"0"*macho.RegsAMD64$type.*"".RegsAMD64s:60 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*macho.RegsAMD64"p6go.weak.type.**"".RegsAMD64"runtime.zerovalue"type."".RegsAMD64>go.string.hdr."macho.RegsAMD64"  6go.string."macho.RegsAMD64"6go.string."macho.RegsAMD64"  macho.RegsAMD64$go.string.hdr."R8"  go.string."R8"go.string."R8"R8$go.string.hdr."R9"  go.string."R9"go.string."R9"R9&go.string.hdr."R10"  go.string."R10"go.string."R10"R10&go.string.hdr."R11"  go.string."R11"go.string."R11"R11&go.string.hdr."R12"  go.string."R12"go.string."R12"R12&go.string.hdr."R13"  go.string."R13"go.string."R13"R13&go.string.hdr."R14"  go.string."R14"go.string."R14"R14&go.string.hdr."R15"  go.string."R15"go.string."R15"R152go.string.hdr."RegsAMD64"  	*go.string."RegsAMD64"*go.string."RegsAMD64" RegsAMD64"type."".RegsAMD64 (08@HPX`hpxh0type..alg168@runtime.gcbits.P>go.string.hdr."macho.RegsAMD64"p$type.*"".RegsAMD64"runtime.zerovalue"type."".RegsAMD64$go.string.hdr."AX"type.uint64$go.string.hdr."BX"type.uint64$go.string.hdr."CX"type.uint64$go.string.hdr."DX"type.uint64$go.string.hdr."DI"type.uint64$go.string.hdr."SI"type.uint64$go.string.hdr."BP"type.uint64$go.string.hdr."SP"type.uint64$go.string.hdr."R8"type.uint64$go.string.hdr."R9"type.uint64&go.string.hdr."R10"type.uint64&go.string.hdr."R11"type.uint64	&go.string.hdr."R12"	type.uint64	&go.string.hdr."R13"	type.uint64
   2504 &go.string.hdr."R14"
   2505 type.uint64
   2506 &go.string.hdr."R15"type.uint64$go.string.hdr."IP"type.uint64*go.string.hdr."FLAGS"type.uint64$go.string.hdr."CS"
type.uint64
$go.string.hdr."FS"
type.uint64$go.string.hdr."GS"type.uint64`"type."".RegsAMD642go.string.hdr."RegsAMD64""go.importpath.""."type."".RegsAMD644go.string.hdr."*[4]string"  
   2516 ,go.string."*[4]string",go.string."*[4]string" *[4]stringtype.*[4]stringik60 runtime.algarray@"runtime.gcbits.01P4go.string.hdr."*[4]string"p0go.weak.type.**[4]string"runtime.zerovaluetype.[4]stringBgo.string.hdr."*[5]macho.intName"  :go.string."*[5]macho.intName":go.string."*[5]macho.intName"0$*[5]macho.intName&type.*[5]"".intNamet[60 runtime.algarray@"runtime.gcbits.01PBgo.string.hdr."*[5]macho.intName"p8go.weak.type.**[5]"".intName"runtime.zerovalue$type.[5]"".intName.go.string.hdr."runtime"  &go.string."runtime"&go.string."runtime"runtime,go.importpath.runtime.  &go.string."runtime">go.string.hdr."encoding/binary"  6go.string."encoding/binary"6go.string."encoding/binary"  encoding/binary<go.importpath.encoding/binary.  6go.string."encoding/binary"$go.string.hdr."io"  go.string."io"go.string."io"io"go.importpath.io.  go.string."io"&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"*go.string.hdr."bytes"  "go.string."bytes""go.string."bytes"bytes(go.importpath.bytes.  "go.string."bytes"6go.string.hdr."debug/dwarf"  .go.string."debug/dwarf".go.string."debug/dwarf" debug/dwarf4go.importpath.debug/dwarf.  .go.string."debug/dwarf"8type..hash."".FormatErrorf2type..hash."".FormatError4type..eq."".FormatErrorf.type..eq."".FormatError&"".(*Cpu).Stringf "".(*Cpu).String*"".(*Cpu).GoStringf$"".(*Cpu).GoString"".Load.Rawf"".Load.Raw<type..hash."".SectionHeaderf6type..hash."".SectionHeader8type..eq."".SectionHeaderf2type..eq."".SectionHeader0type..hash."".Sectionf*type..hash."".Section,type..eq."".Sectionf&type..eq."".Section."".(*Section).ReadAtf("".(*Section).ReadAt("".Section.ReadAtf""".Section.ReadAt,"".(*LoadBytes).Rawf&"".(*LoadBytes).Raw."".(*LoadCmd).Stringf("".(*LoadCmd).String2"".(*LoadCmd).GoStringf,"".(*LoadCmd).GoString.type..hash."".Symbolf(type..hash."".Symbol*type..eq."".Symbolf$type..eq."".Symbol&"".(*Symtab).Rawf "".(*Symtab).Raw "".Symtab.Rawf"".Symtab.Raw*"".(*Dysymtab).Rawf$"".(*Dysymtab).Raw$"".Dysymtab.Rawf"".Dysymtab.Raw<type..hash."".SegmentHeaderf6type..hash."".SegmentHeader8type..eq."".SegmentHeaderf2type..eq."".SegmentHeader("".(*Segment).Rawf""".(*Segment).Raw""".Segment.Rawf"".Segment.Raw."".(*Segment).ReadAtf("".(*Segment).ReadAt("".Segment.ReadAtf""".Segment.ReadAt0type..hash."".FatArchf*type..hash."".FatArch,type..eq."".FatArchf&type..eq."".FatArch,"".(*FatArch).Closef&"".(*FatArch).Close8"".(*FatArch).parseSymtabf2"".(*FatArch).parseSymtab8"".(*FatArch).pushSectionf2"".(*FatArch).pushSection0"".(*FatArch).Segmentf*"".(*FatArch).Segment0"".(*FatArch).Sectionf*"".(*FatArch).Section,"".(*FatArch).DWARFf&"".(*FatArch).DWARF@"".(*FatArch).ImportedSymbolsf:"".(*FatArch).ImportedSymbolsD"".(*FatArch).ImportedLibrariesf>"".(*FatArch).ImportedLibraries&"".FatArch.Closef "".FatArch.Close2"".FatArch.parseSymtabf,"".FatArch.parseSymtab2"".FatArch.pushSectionf,"".FatArch.pushSection*"".FatArch.Segmentf$"".FatArch.Segment*"".FatArch.Sectionf$"".FatArch.Section&"".FatArch.DWARFf "".FatArch.DWARF:"".FatArch.ImportedSymbolsf4"".FatArch.ImportedSymbols>"".FatArch.ImportedLibrariesf8"".FatArch.ImportedLibraries: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 {}:type..hash.[1]interface {}f4type..hash.[1]interface {}6type..eq.[1]interface {}f0type..eq.[1]interface {}$"".(*Dylib).Rawf"".(*Dylib).Raw"".Dylib.Rawf"".Dylib.Raw.type..hash.[4]stringf(type..hash.[4]string*type..eq.[4]stringf$type..eq.[4]string0type..hash."".intNamef*type..hash."".intName,type..eq."".intNamef&type..eq."".intName6type..hash.[5]"".intNamef0type..hash.[5]"".intName2type..eq.[5]"".intNamef,type..eq.[5]"".intName"runtime.zerovaluego13ld