1 !<arch> 2 __.PKGDEF 0 0 0 644 23135 ` 3 go object darwin amd64 go1.5.1 X:none 4 build id "bd847ab5e539cd083caaa043590ee3c0571b171d" 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 295950 ` 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"".NewFatFileSSeH%H$H;AH1H$H$HH$H\$H$0H$H$HH$H$PHD$hHH$HH$HL$hHD$H$H$HH(H$P=HhHHHHL$HLHh H$H$H$0H$ HH$1H9LHH$HH\$HH\$HH\$HD$ H\$(H|$HHHKHOH$H$H$H$H$HL$H$ HH$xH\$ H$HL$(H$0HD$0H\$8H$`H$XHHH$HD$HH-HhH@1HhHh H$H1H9t,H$H$H$H$HHH$HH\$HH\$HD$1L$LL$ML$NL$OHL$LHyHHH$HP@)HH4H@+HHH@+HH$HH$HH\$LHHHHH$HHHHm HHhHm HH$HH$7Hm HH$HD$HH-HhH@1HhHh H$H1H9t,H$H$H$H$HHH$HH\$HH\$HD$H1H9t+H$HH$H$HHH$HH\$HH\$HD$0HD$pHH$HD$H$H$H$(H$ HH$1H9HH$HH\$HH\$HH\$HD$ H\$(H|$HHHKHOH$H$H$H$H$HL$H$ HH$xH\$ H$HL$(H$(HD$0H\$8H$`H$XHHH$HD$Hl$pH(H-HhH@1HhHh H$H1H9t,H$H$H$H$HHH$HH\$HH\$HD$H\$pHH\$pHH$HD$Hl$pH(H-HhH@1HhHh H$H1H9t,H$H$H$H$HHH$HH\$HH\$HD$1H$X$`$a$dH$hH$pH$xH$H$1HHH$)Hl$H$XH\$H$H\$H$(H\$ H$D$DHH$(Hl$(Hl$HT$HL$ HD$(H$0H$HKH$HCH$=)HS1H$(91H$0HSHKHkH$HH$D$HH$H9 202 HHHH$H$H$H 203 H$HH$1H9= 204 HH$HH\$HH\$HH\$HD$ H\$(H|$HHHKHOH$H$H$H$H$HL$H$HH$xH\$ H$HL$(H$HD$0H\$8H$`H$XHHH$HD$Hl$pH(H-HhH@1HhHh H$H1H9t,H$H$H$H$HHH$HH\$HH\$HD$H\$pHH\$pjHjH$H$8H$H$@HL$`Hl$xHH$HL$`HD$H$H$8H(H$@=HhHHHHLD$xHLHh H$H1H9H$H$hH$H$pHL$H$HD$HT$H$XH\$ H$`HN=HAHt,H$H$H$`H$HH iH H\$XHHH$H$H\$HD$HD$\$ (@H\$XH$D$CHH$H$H\$H$H\$H\$CH\$T$DH$D$HuIHYkl$DH$(9H$0H$1H$H$HHi]9tD$TT$P1H$(H$0H$8H$@H$HH$PH$(HH$H$H$HH$H\$TH\$HD$HD$HL$ H$H$xHH$=KHKHH$H$HkHl$H|$HD$HD$HD$HL$ H$HH$xHH$=HKHH$H\$PH\$HD$HD$HL$ H$H H$xHH$=>HKHH$HD$KH$H\$H$H\$H$H\$ H\$(H$H\$0H$HH$HD$Hl$pH(H$H$HhH$=uHh1HhHh H$H1H9t,H$H$H$H$HHH$HH\$HH\$HD$L@L$Hl$H$fLCL$HL$LCL$HL$;%LCL$HL$"1H$H$H$H$ H$HzH$H$H$HH$H$H\$H|$*HD$HD$HL$ H$H$xHH$=HKHH$H$H\$H|$HD$HD$HD$HL$ H$HH$xHH$=>HKHH$HD$)H$H\$H$H\$H$H\$ H\$(H$H\$0H$HH$HD$Hl$pH(H$H$HhH$=uHh1HhHh H$H1H9t,H$H$H$H$HHH$HH\$HH\$HD$L@L$Hl$H$fLCL$HL$%ULCL$HL$%LAL$HD$H$XH$HH$HH\$HH\$HD$"L@L$Hl$HL$`H$HH$HH\$HH\$H\$H$`LCL$HT$HH$HH\$HH\$H\$H$=HH$HH\$HH\$H\$H$zL@L$Hl$HL$hH$& 211 ntype."".FatFile 212 "runtime.newobject*type.io.SectionReader 213 "runtime.newobject6runtime.writeBarrierEnabledFgo.itab.*io.SectionReader.io.Reader<type.encoding/binary.bigEndian<type.encoding/binary.ByteOrdervgo.itab.encoding/binary.bigEndian.encoding/binary.ByteOrder2encoding/binary.BigEndian 214 runtime.convT2Itype.*uint32 215 (encoding/binary.Read&type."".FormatError 216 "runtime.newobjectLgo.string."error reading magic number" :go.itab.*"".FormatError.error (type.*"".FormatError 217 type.error 218 :go.itab.*"".FormatError.error 219 220 runtime.typ2Itab&type."".FormatError 221 "runtime.newobject@go.string."invalid magic number":go.itab.*"".FormatError.error(type.*"".FormatErrortype.error:go.itab.*"".FormatError.error 222 runtime.typ2Itab:go.itab.*"".FormatError.error"".ErrNotFat(type.*"".FormatErrortype.error:go.itab.*"".FormatError.error 223 runtime.typ2Itab 224 $runtime.panicindex 225 $runtime.panicindex 226 $runtime.panicindex 227 $runtime.panicindex 228 $runtime.panicindex 229 $runtime.panicindex 230 $runtime.panicindex 231 $runtime.panicindextype.uint32 232 "runtime.newobjectFgo.itab.*io.SectionReader.io.Reader<type.encoding/binary.bigEndian<type.encoding/binary.ByteOrdervgo.itab.encoding/binary.bigEndian.encoding/binary.ByteOrder2encoding/binary.BigEndian 233 runtime.convT2Itype.*uint32 234 (encoding/binary.Read&type."".FormatError 235 "runtime.newobject<go.string."invalid fat_header":go.itab.*"".FormatError.error(type.*"".FormatErrortype.error:go.itab.*"".FormatError.error 236 runtime.typ2Itab&type."".FormatError 237 "runtime.newobjectFgo.string."file contains no images":go.itab.*"".FormatError.error(type.*"".FormatErrortype.error:go.itab.*"".FormatError.error 238 runtime.typ2Itab! 239 runtime.duffzero!(type.map[uint64]bool! 240 runtime.makemap""type.[]"".FatArch" 241 "runtime.makeslice#6runtime.writeBarrierEnabled&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' 242 runtime.convT2I(,type.*"".FatArchHeader) 243 (encoding/binary.Read)&type."".FormatError* 244 "runtime.newobject*Fgo.string."invalid fat_arch header"*:go.itab.*"".FormatError.error+(type.*"".FormatError+type.error,:go.itab.*"".FormatError.error, 245 runtime.typ2Itab-*type.io.SectionReader- 246 "runtime.newobject.6runtime.writeBarrierEnabled/Jgo.itab.*io.SectionReader.io.ReaderAt/ 247 "".NewFile06runtime.writeBarrierEnabled2(type.map[uint64]bool2 248 2runtime.mapaccess2_fast643(type.map[uint64]bool4 249 $runtime.mapassign17type.uint328 250 runtime.convT2E86runtime.writeBarrierEnabled8type."".Type9 251 runtime.convT2E:6runtime.writeBarrierEnabled:type."".Type; 252 runtime.convT2E;6runtime.writeBarrierEnabled<go.string."Mach-O type for architecture #%d (type=%#x) does not match first (type=%#x)"= 253 fmt.Sprintf=&type."".FormatError= 254 "runtime.newobject>6runtime.writeBarrierEnabled?:go.itab.*"".FormatError.error?(type.*"".FormatError@type.error@:go.itab.*"".FormatError.error@ 255 runtime.typ2Itab@ 256 .runtime.writebarrierptrA 257 .runtime.writebarrierptrA 258 .runtime.writebarrierptrB 259 .runtime.writebarrierptrCtype."".CpuD 260 runtime.convT2EE6runtime.writeBarrierEnabledEtype.uint32F 261 runtime.convT2EF6runtime.writeBarrierEnabledGjgo.string."duplicate architecture cpu=%v, subcpu=%#x"H 262 fmt.SprintfH&type."".FormatErrorH 263 "runtime.newobjectI6runtime.writeBarrierEnabledJ:go.itab.*"".FormatError.errorJ(type.*"".FormatErrorKtype.errorK:go.itab.*"".FormatError.errorK 264 runtime.typ2ItabK 265 .runtime.writebarrierptrL 266 .runtime.writebarrierptrL 267 .runtime.writebarrierptrM 268 .runtime.writebarrierptrN,type.*io.SectionReaderN type.io.ReaderAtNJgo.itab.*io.SectionReader.io.ReaderAtN 269 runtime.typ2ItabO 270 .runtime.writebarrierptrO,type.*io.SectionReaderOtype.io.ReaderOFgo.itab.*io.SectionReader.io.ReaderO 271 runtime.typ2ItabP 272 $runtime.panicindexP 273 .runtime.writebarrierptrP,type.*io.SectionReaderQtype.io.ReaderQFgo.itab.*io.SectionReader.io.ReaderQ 274 runtime.typ2ItabQ,type.*io.SectionReaderRtype.io.ReaderRFgo.itab.*io.SectionReader.io.ReaderR 275 runtime.typ2ItabR 276 .runtime.writebarrierptrS 277 0runtime.morestack_noctxtP 278 "".autotmp_0082type.*uint8"".autotmp_0081(type.*"".FormatError"".autotmp_0080"type.interface {}"".autotmp_0079"type.interface {}"".autotmp_0078"type.interface {}"".autotmp_0077(type.[3]interface {}"".autotmp_0074&type.[]interface {}"".autotmp_0073type.*uint8"".autotmp_0072(type.*"".FormatError"".autotmp_0071"type.interface {}"".autotmp_0070"type.interface {}"".autotmp_0069(type.[2]interface {}"".autotmp_0066&type.[]interface {}"".autotmp_0063type.*uint8"".autotmp_0062,type.*io.SectionReader"".autotmp_0061,type.*io.SectionReader"".autotmp_0059type.int64"".autotmp_0058type.*uint8"".autotmp_0057(type.*"".FormatError"".autotmp_0056type.*uint8"".autotmp_00556type.map.bucket[uint64]bool"".autotmp_0054_0type.map.hdr[uint64]bool"".autotmp_0053type.*uint8"".autotmp_0052(type.*"".FormatError"".autotmp_0051type.*uint8"".autotmp_0050(type.*"".FormatError"".autotmp_0049type.*uint8"".autotmp_0048type.*uint8"".autotmp_0047(type.*"".FormatError"".autotmp_0046type.*uint8"".autotmp_0045type.uint32"".autotmp_0043type.*uint8"".autotmp_0042(type.*"".FormatError"".autotmp_0041type.*uint8"".autotmp_0040,type.*io.SectionReader"".autotmp_0039,type.*io.SectionReader"".autotmp_0038type.uint32"".autotmp_0037(type.*"".FormatError"".autotmp_0036type.string"".autotmp_0035type."".Type"".autotmp_0034type.uint32"".autotmp_0033 type.bool"".autotmp_0032type.uint64"".autotmp_0031(type.*"".FormatError"".autotmp_0030type.string"".autotmp_0028,type.*io.SectionReader"".autotmp_0027type.int64"".autotmp_0026(type.*"".FormatError"".autotmp_0025,type.*"".FatArchHeader"".autotmp_0024,type.*io.SectionReader"".autotmp_0023"type.[]"".FatArch"".autotmp_0022(type.*"".FormatError"".autotmp_0020(type.*"".FormatError"".autotmp_0019type.*uint32"".autotmp_0018,type.*io.SectionReader"".autotmp_0017(type.*"".FormatError"".autotmp_0016type.[]uint8"".autotmp_0014(type.*"".FormatError"".autotmp_0013type.*uint32"".autotmp_0012,type.*io.SectionReader"".&narchtype.*uint32"".&ff type.*"".FatFileio.n4type.int64io.off3type.int64io.r2 type.io.ReaderAt(encoding/binary.b2type.[]uint8(encoding/binary.b1type.[]uint8io.n4type.int64io.off3type.int64io.r2 type.io.ReaderAt"".seenArchtype.uint64 280 "".fa type.*"".FatArch"".itype.uint32"".machoType type."".Type"".seenArches(type.map[uint64]bool"".offsettype.int64"".buftype.[4]uint8"".errtype.error 283 "".sr,type.*io.SectionReader"".~r20type.error"".~r1 type.*"".FatFile"".r type.io.ReaderAt" 286 287 288 289 290 g 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 )\4h## 308 fH,JV->*"9$A%:%:$?Xo< hf 318 |o<0;o<X 322 r*8: 323 nz*8#*DV -:$'Tgclocals53929ba1428962854bac5db99af1019eTgclocals448002f223711a6ecbb3fcbd52894189\prebuilts/go/darwin-x86/src/debug/macho/fat.go"".OpenFateH%H;aHX11H\$xH$H\$`H$H\$hH\$HD$HL$H\$ H$HL$xHtHD$pHXHD$(HD$0H1H9HL$0HD$HH$HL$PHL$HD$(H\$H\$pHL$H\$ H$HL$xHtH$HD$pHXHD$0H1H9tHHL$0H\$pHt4HD$8HC HL$@=u HK(HXLC(L$HL$HH$HH\$HH\$HD$HH$HH\$HH\$HD$N" 326 x 327 os.Open8go.itab.*os.File.io.ReaderAt 328 "".NewFatFile 329 os.(*File).Close4go.itab.*os.File.io.Closer6runtime.writeBarrierEnabled 330 .runtime.writebarrierptrtype.*os.Filetype.io.Closer4go.itab.*os.File.io.Closer 331 runtime.typ2Itabtype.*os.File type.io.ReaderAt8go.itab.*os.File.io.ReaderAt 332 runtime.typ2Itab 333 0runtime.morestack_noctxtP"".autotmp_0109type.*uint8"".autotmp_0107type.*os.File"".autotmp_0106Otype.*os.File"".f_type.*os.File"".err0type.error 335 "".ff type.*"".FatFile"".nametype.string2X{B@(/Z >3 2 ;i5c./'Tgclocals09fd030e7b6f6eb59c2dfd3610406c0eTgclocals17a51a04ceb6337d7c21306719f8d557\prebuilts/go/darwin-x86/src/debug/macho/fat.go&"".(*FatFile).CloseeH%H;avrH8HT$@1H\$HH\$P1HL$HHL$ Hj Ht5HJ Hj(Hl$0H,$HL$(HY HL$HD$H\$@1Hk Hk(HL$HHD$PH8u 339 340 0runtime.morestack_noctxt0p"".err?type.error"".~r0type.error 343 "".ff type.*"".FatFilepmop $ 344 & 346 W9Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440\prebuilts/go/darwin-x86/src/debug/macho/fat.go "".LoadBytes.Raw`B1H\$H\$ H\$H\$(H\$H\$0`"".~r00type.[]uint8"".b"type."".LoadBytes00R0Tgclocals6432f8c6a0d23fa7bee6c5d96f21a92aTgclocals33cdeccccebe80329f1fdbee7f5874cb^prebuilts/go/darwin-x86/src/debug/macho/file.go$"".(*Segment).DataeH%H;aHX1H\$hH\$pH\$x1H$H$H\$`HCpHX HhH)HHH$HD$HD$HT$HL$ HD$(H\$`HkpH,$HT$@HT$HL$HHL$HD$PHD$HD$ HT$(HL$0HD$8Ht$HH9u?1HHl$PH9w)LD$@LD$hHT$pHl$xH$H$HX 351 type.[]uint8 352 "runtime.makeslice 353 4io.(*SectionReader).ReadAt 354 $runtime.panicslice 355 0runtime.morestack_noctxt` 356 "".autotmp_0118type.int64"".dat/type.[]uint8"".~r1@type.error"".~r0type.[]uint8"".s type.*"".Segment :@H 360 <fHVTgclocals7c639281594b5ca3b5c2bcc331d3ab8cTgclocals2c033e7f4f4a74cc7e9f368d1fec9f60^prebuilts/go/darwin-x86/src/debug/macho/file.go$"".(*Segment).OpeneH%H;aPHX1H\$hH\$pH1H9H\$`HkpHD$HHD$8Hl$PHl$@HD$ HH\$(HH$HL$ HD$HD$0Hl$8H(Hl$@=uqHhHHHHLD$(HLHh HD$0H1H9tH\$0H\$pHD$hHXHH$HH\$HH\$HD$L@L$Hl$HL$ HD$0rHH$HH\$HH\$HD$ 363 LJgo.itab.*io.SectionReader.io.ReaderAt*type.io.SectionReader 364 "runtime.newobject6runtime.writeBarrierEnabledNgo.itab.*io.SectionReader.io.ReadSeeker,type.*io.SectionReader$type.io.ReadSeekerNgo.itab.*io.SectionReader.io.ReadSeeker 365 runtime.typ2Itab 366 .runtime.writebarrierptr,type.*io.SectionReader type.io.ReaderAtJgo.itab.*io.SectionReader.io.ReaderAt 367 runtime.typ2Itab 368 0runtime.morestack_noctxt0"".autotmp_0124type.*uint8"".autotmp_0123O,type.*io.SectionReader"".autotmp_0122,type.*io.SectionReader"".autotmp_0120 type.io.ReaderAt"".autotmp_0119,type.*io.SectionReaderio.n4_type.int64io.off3otype.int64io.r2? type.io.ReaderAt"".~r0$type.io.ReadSeeker"".s type.*"".Segment 370 uPTgclocalscb395d89503762333b1bfb09ba74eb12Tgclocals224c066661476ee90d4178fff75bb75d^prebuilts/go/darwin-x86/src/debug/macho/file.go$"".(*Section).DataeH%H;aHX1H\$hH\$pH\$x1H$H$H\$`HCXHX HhH)HHH$HD$HD$HT$HL$ HD$(H\$`HkXH,$HT$@HT$HL$HHL$HD$PHD$HD$ HT$(HL$0HD$8Ht$HH9u?1HHl$PH9w)LD$@LD$hHT$pHl$xH$H$HX 374 type.[]uint8 375 "runtime.makeslice 376 4io.(*SectionReader).ReadAt 377 $runtime.panicslice 378 0runtime.morestack_noctxt` 379 "".autotmp_0130type.int64"".dat/type.[]uint8"".~r1@type.error"".~r0type.[]uint8"".s type.*"".Section :@H 383 <fHVTgclocals7c639281594b5ca3b5c2bcc331d3ab8cTgclocals2c033e7f4f4a74cc7e9f368d1fec9f60^prebuilts/go/darwin-x86/src/debug/macho/file.go$"".(*Section).OpeneH%H;aPHX1H\$hH\$pH1H9H\$`HkXHD$HHD$8Hl$PHl$@HD$ HH\$(HH$HL$ HD$HD$0Hl$8H(Hl$@=uqHhHHHHLD$(HLHh HD$0H1H9tH\$0H\$pHD$hHXHH$HH\$HH\$HD$L@L$Hl$HL$ HD$0rHH$HH\$HH\$HD$ 386 LJgo.itab.*io.SectionReader.io.ReaderAt*type.io.SectionReader 387 "runtime.newobject6runtime.writeBarrierEnabledNgo.itab.*io.SectionReader.io.ReadSeeker,type.*io.SectionReader$type.io.ReadSeekerNgo.itab.*io.SectionReader.io.ReadSeeker 388 runtime.typ2Itab 389 .runtime.writebarrierptr,type.*io.SectionReader type.io.ReaderAtJgo.itab.*io.SectionReader.io.ReaderAt 390 runtime.typ2Itab 391 0runtime.morestack_noctxt0"".autotmp_0136type.*uint8"".autotmp_0135O,type.*io.SectionReader"".autotmp_0134,type.*io.SectionReader"".autotmp_0132 type.io.ReaderAt"".autotmp_0131,type.*io.SectionReaderio.n4_type.int64io.off3otype.int64io.r2? type.io.ReaderAt"".~r0$type.io.ReadSeeker"".s type.*"".Section 393 uPTgclocalscb395d89503762333b1bfb09ba74eb12Tgclocals224c066661476ee90d4178fff75bb75d^prebuilts/go/darwin-x86/src/debug/macho/file.go."".(*FormatError).ErroreH%HD$H;AH1HD$hHD$pH$1H$H$HHJHBHjH HL$8H$HD$@H$1HD$hHD$pHD$hH[H$H$HjH$HD$Hl$H-H,$HH$HD$H$H\$H$H\$H$H\$ HL$(HD$0H$H$H\$H$H\$HL$xHL$H$HD$ H$HL$(HD$0HL$8H$HD$@H$1H\$XH\$`H\$XHGH$H$H$HH$HT$H|$HD$HL$HD$ H$HL$HHHD$P=HCHH$HD$H$H\$H$H\$H$H\$ HL$(HD$0H$H$H\$H$H\$HL$xHL$H$HD$ HL$(HD$0H$H$HLCL$HD$?%L 399 "type.interface {} 400 (runtime.typedmemmove"go.string." '%v'" 401 fmt.Sprintf 402 *runtime.concatstring2type.int64 403 runtime.convT2E6runtime.writeBarrierEnabledDgo.string." in record at byte %#x" 404 fmt.Sprintf 405 406 *runtime.concatstring2 408 .runtime.writebarrierptr 410 0runtime.morestack_noctxt0"".autotmp_0151"type.interface {}"".autotmp_0150(type.[1]interface {}"".autotmp_0148*type.*[1]interface {}"".autotmp_0147&type.[]interface {}"".autotmp_0146(type.[1]interface {}"".autotmp_0143/&type.[]interface {}"".autotmp_0142type.string"".autotmp_0141type.string"".autotmp_0140otype.string"".autotmp_0139Otype.string"".msgtype.string"".~r0type.string"".e(type.*"".FormatErrorE0E* &@HpH48Tgclocals948c285cf1025b717e2658a3cccfd415Tgclocals7affa7083e8c5b016398fe7323f445ae^prebuilts/go/darwin-x86/src/debug/macho/file.go"".OpeneH%H;aHp1H$H$H\$xH$H$H\$HT$HD$HL$ HL$HHD$@Ht!H$H$H$HpHT$0HT$8H1H9&HL$8HD$`H$HL$hHL$HL$0H\$H\$(HD$H\$ H\$HHD$@Ht4H$H$H\$@H$H\$HH$HpHL$8H1H9tgHL$8H\$(HtSHD$PHCpHL$X=u(HKxH\$(H$1H$H$HpLCxL$HL$HH$HH\$HH\$HD$gHH$HH\$HH\$HD$" 416 417 os.Open8go.itab.*os.File.io.ReaderAt 418 "".NewFile 419 os.(*File).Close4go.itab.*os.File.io.Closer6runtime.writeBarrierEnabled 420 .runtime.writebarrierptrtype.*os.Filetype.io.Closer4go.itab.*os.File.io.Closer 421 runtime.typ2Itabtype.*os.File type.io.ReaderAt8go.itab.*os.File.io.ReaderAt 422 runtime.typ2Itab 423 0runtime.morestack_noctxtP"".autotmp_0155type.*uint8"".autotmp_0153type.*os.File"".autotmp_0152otype.*os.File 424 "".fftype.*"".File"".err_type.error"".ftype.*os.File"".~r20type.error"".~r1 type.*"".File"".nametype.string4la@)/!W +>$6 2 ?y2.2'Tgclocals6362f41c131a6ba748d5aa5430c5ca02Tgclocalsd24387c5c2ff8a3e94f5afa1fe021086^prebuilts/go/darwin-x86/src/debug/macho/file.go "".(*File).CloseeH%H;avrH8HT$@1H\$HH\$P1HL$HHL$ HjpHt5HJpHjxHl$0H,$HL$(HY HL$HD$H\$@1HkpHkxHL$HHD$PH8u 431 432 0runtime.morestack_noctxt0p"".err?type.error"".~r0type.error"".ftype.*"".Filepmop $ 435 & 437 W9Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440^prebuilts/go/darwin-x86/src/debug/macho/file.go"".NewFileeH%H$H;A7H1H$H$ HH$H\$H$H$H$H$H$H$HH$HH$H$HD$H$H$H(H$=6HhHHHHL$HLHh H$HHH$HD$H$PH6HHH$HD$H$HT$H$HL$HD$ H$H$H$H[ H$PHD$0HL$8H$H$Ht$H$H$H$ HH5HHH$HH5HHH5Hm HH5Hm H$HH$^5/ HHH$HH-5HH5Hm HH4Hm HH$8HH$@4Hm $23HH$HH\$HH\$HH\$HD$ H$HL$(HD$0H2H$HO H$=2HG($/H$HH$HHa2H$(H1H92H$H$H$H$HL$H1H_ H|$HHHKHOHH$H\$ H$HT$(H$HD$0HT$8H$HH$@Ht$H$H$H$ HH$uH$ HH$iHl$iHl$HT$HL$ HD$(H$xHT$H$HL$H$HD$H$H\$ H$H$H$H[ H$HD$0HL$8H$H$Ht$H$H$H$ HHH$jHl$jHl$HT$HL$ HD$(H$H0H$HK8H$HC@H$=/HS0H$H/Hk H$Hk(H$H$1Hk8H$H$H9H$H$H$HHH$HD$H$H(H-HhH@1HhHh H$H1H9t,H$H$H$ H$HHH$HH\$HH\$HD$H$H.H$xHH$Hl$H$HT$H$H\$H$H$H$H[H\$ $H$H.H$xHHtHHH$Hl$H$HT$H$H\$H$H$H$H[HL$xL$H$D$ D$,D9,1H9,HHLLIL9,H)I)MItMLIH$H$H$L$xH$H$H$D$|HH$H$pD$AA HH$H\$H$HH$H$ H$H$(H$H$0HH$HD$H$H$(HhH$0HhH$ =UH(H@H@ H$H$H$HH$H1H9H$H$H$H$HL$H$H\$H$HD$H$HH$HD$ H$HL$(HD$0HL$8H$xH$pHt$H$H$H$ HHH$HD$H$pH$HhH$HhH$= 445 H($hl$|hH$HHH 446 HHH$H$H$HT$H$HL$H$HHT$HL$ H$pH7 447 H$(HK(H$ = HS H$phHk0H$phHk8H$ph Hk@H$ph$HkHH$ph(kPH$ph,kTH$ph0kXH$ph4k\H$pH$H1H9+ H$H$H 448 Hs0HS8Hk@H$HH$H$H$H9HHH$HH$=HK1H$p[XH$H91HH$HD$H$H$H$8H$H1H9H$H$H$H$HL$H$H\$H$HD$H$HH$HD$ H$HL$(HD$0HL$8H$XH$PHt$H$H$H$ HHH$H\$H$PH$8HHHH$H$H$HT$H$HL$HL$HD$ H$PHyH$(HCH$ =EHH$8HH%HHH$H$H$HT$H$HL$H$8H$PHt$HT$ HH$(HPH$ =yHpi Hh i$Hh(i(h0i,h4i0h8i4h<i8h@H$H$XH$H$H$H$H$HAHHiPH$HiXH$H$HL$L9*HiPH$HH$X=H+H$Xk0H$XHHk(H$H$H$pH$H$xH$H$H$H$HH$HD$H$H$pH(H$x=-HhH$HhH$HhH$L$LHh H$H$XHH$=HkXH1H9tiH$XHkXH$H$H$XH$HkHH$=uHkPH$HLCPL$Hl$HH$HH\$HH\$HD$eLCXL$Hl$@ L@L$Hl$H$H$Hl$HH$HD$H$H\$H$H\$Hl$ HD$(H\$0H$H\$8H$H$H$HHkPH$HkXH$=u HCHJLCHL$HD$H$+L@L$Ht$H$8H$Pd8H$HL$$HH$HH\$HH\$HD$H$p1H9^H$pHk@H$H$pHkHH$H$H$H$H$H$H$H$0HH$HD$H$H$H(H$=gHhH$HhH$HhH$L$LHh H$0H$pHH$0=HkpH1H9H$pHkpH$H$H$pH$Hk`H$=uJHkhH$HH$H9H$H$1H$H$ HLChL$Hl$HH$HH\$HH\$HD$/LCpL$Hl$L@L$Hl$H$~LCL$HL$`HH$HH\$HH\$HD$LC L$HT$H$H^H$Hl$H$pHH$HH\$HH\$HD$H$Hl$H$AHH$H\$H$XH$H$H$H$H$H$HH$HD$H$H$HhH$HhH$=H(H@H@ H$H$XH$H1H9H$H$H$H$HL$H$H\$H$HD$H$HH$HD$ H$HL$(H$XHD$0HT$8H$(H$ Ht$H$H$H$ HHH$iHl$iHl$HT$HL$ HD$(H$`HT$H$hHL$H$pHD$H$XkHl$ H$H$H$H[ HD$0HL$8H$H$Ht$H$H$H$ HH$]HH$X[HHHH$HD$HD$HT$HL$ HD$(H$HHT$H$PHL$H$XHD$H$XkHl$ H$H$H$H[ HD$0HL$8H$H$Ht$H$H$H$ HH$H$H$HH\$H$PH\$H$XH\$H$`H\$ H$hH\$(H$pH\$0H$H\$8H$H\$@H$H\$HH$XH\$PH$H\$XH\$`H$8HD$hHL$pH$hH$`Ht$H$H$H$ HH$8H$H1H9H$H$HHs0HS8Hk@H$HH$H$H$H9s~HHH$HH$=uGHKH$Ht1H$8=u Hk`LC`L$Hl$LCL$HL$@HH$HH\$HH\$HD$HHH$HH\$HH\$HD$<H$Hl$H$L$H$H$HH$HH\$HH\$H$H\$HD$ HL$(HD$0H$Ht~Hs0HS8Hk@H$HH$H$H$H9sCHHH$HH$=u HCOLCL$HD$8{AHH$H\$H$hH$H$H$H$H$H$HH$HD$H$H$HhH$HhH$=MH(H@H@ H$H$hH$H1H9H$H$H$H$HL$H$H\$H$HD$H$HH$HD$ H$HL$(HD$0HL$8H$H$Ht$H$H$H$ HH$hC<HH$H\$H\$HT$HL$ HD$(H$HT$H$HL$H$HD$H$hk8Hl$ H$H$H$H[ H$hHD$0HT$8H$8H$0Ht$H$H$H$ HHH$i<Hl$i<Hl$H\$H$0H\$ H$8H\$(H$@H$H$hH$H$pH$H$xHH$HD$H$H$pHhH$xHhH$h=}H(H@H@ H$H$0H$H$8H$H$@H$HH$1H9HH$H$H\$HD$H\$H|$ HHHHHH$H$H$H$H$HL$H$H\$H$H\$HD$0HL$8H$H$Ht$H$H$H$ HHH$HT$H$@H$HjH$HjH$=H*H$hHHZHH$8HjpH$@HjxH$0=2HjhH$H1H9H$H$HH{0Hs8Hk@H$HH$H$H$H9s~HHH$HH$=u?HKH$Ht)=u HShLChL$HT$lLCL$HL$H$@@HH$HH\$HH\$H$@HD$LBhL$Hl$H$@oH$Hl$H$@BHH$HH\$HH\$H\$H$H$Hl$H$kHH$HH\$HH\$HD$H$Hl$H$AaHH$H\$H$`H$H$H$H$H$H$HH$HD$H$H$HhH$HhH$=H(H@H@ H$H$`H$ H1H9@H$H$H$H$HL$H$H\$H$HD$H$ HH$HD$ H$HL$(HD$0HL$8H$H$Ht$H$H$H$ HHH$H$H$`H\$H$xY9;HH$HD$H$H(H$H-HhH@'HH$H$`H\$HD$HD$HD$HL$ H$HH$HCH$=u}HK H$H$H1H9t,H$H$H$ H$HHH$HH\$HH\$HD$LC L$HL$pHiL$HH9L$H)I)ItML$L$H$Hl$L$LD$H$`H$xHT$HL$ HH$(HH H$ =HHPnh(nh,nh0H$HhH$HhH$=H(H$H1H9H$H$Ht~Hs0HS8Hk@H$HH$H$H$H9sCHHH$HH$=u HKLCL$HL${HH$HH\$HH\$HD$3H$Hl$H$xL@L$HT$H$`H$xiHH$HH\$HH\$HD$H$Hl$H$9AHH$H\$H$@H$H$PH$H$XH$H$`H$(HH$HD$H$H$XHhH$`HhH$P=$H(H@H@ H$(H$(H$H$H$H$@H$H1H9 465 H$H$H$H$HL$H$H\$H$HD$H$HH$HD$ H$HL$(H\$0H$H\$8H$H$Ht4H$H$H$H$H$ HHH$HD$H$pH$HhH$HhH$=k H($hl$|hH$@HH: HHH$H$H$HT$H$HL$HL$HD$ H$pHH$(HC(H$ =HK H$pL$@IhHk0H$pL$@Ih Hk8H$pL$@Ih(Hk@H$pL$@Ih0HkHH$pL$@Ah8kPH$pL$@Ah<kTH$pL$@Ah@kXH$pL$@AhDk\H$pH$H1H9H$H$HqHs0HS8Hk@H$HH$H$H$H92HHH$HH$=HKH$H$p[XH$H9vHH$H\$H$0H$H$H$0H$H1H9GH$H$H$H$HL$H$H\$H$HD$H$HH$HD$ H$HL$(H\$0H$H\$8H$H$Ht4H$H$H$H$H$ HHH$H\$H$`H$0HLHHH$H$H$HT$H$HL$HL$HD$ H$`HH$(HCH$ =HH$0HHHHH$H$H$HT$H$HL$HL$HD$ H$`H@H$(HCH$ =HKH$`L$0Ih Hk H$`L$0Ih(Hk(H$`L$0Ah0k0H$`L$0Ah4k4H$`L$0Ah8k8H$`L$0Ah<k<H$`L$0Ah@k@H$H$H$`H$hH$H$H$H$H$HCHHkPH$HkXH$H$HL$L92HkPH$HH$h=H+H$hk0H$hHHk(H$H$H$H$H$H$H$H$H$ HH$HD$H$H$H(H$=5HhH$HhH$HhH$L$LHh H$ H$hHH$ =HkXH1H9tqH$hHkXH$H$H$hH$HkHH$=uHkPH$HH$LCPL$Hl$HH$HH\$HH\$HD$]LCXL$Hl$8L@L$Hl$H$H$Hl$HH$HD$H$H\$H$H\$Hl$ HD$(H\$0H$H\$8H$H$H$HHkPH$HkXH$=u HCHBLCHL$HD$H$#LCL$HL$]H$HL$4 HH$HH\$HH\$HD$LCL$HL$HH$HH\$HH\$HD$<LC L$HL$GH$Hl$H$p}HH$HH\$HH\$HD$9H$Hl$H$HH$HD$H$H(H-HhH@1HhHh H$H1H9t,H$H$H$ H$HHH$HH\$HH\$HD$CLC0L$HT$&HH$HH\$HH\$H$H$(HD$LG(L$HD$H$S'$HH$HH\$HH\$HH\$HD$ H$HL$(HD$0HtKH$HO H$=uHG($/LG(L$HD$H$HH$HD$HH-HhH@1HhHh H$H1H9t,H$H$H$ H$HHH$HH\$HH\$HD$SL@L$Hl$H$H$ 480 ntype."".File 481 "runtime.newobject*type.io.SectionReader 482 "runtime.newobject6runtime.writeBarrierEnabledtype.[4]uint8 483 "runtime.newobject<type.encoding/binary.bigEndian<type.encoding/binary.ByteOrdervgo.itab.encoding/binary.bigEndian.encoding/binary.ByteOrder2encoding/binary.BigEndian 489 runtime.convT2I 6runtime.writeBarrierEnabledFgo.itab.*io.SectionReader.io.Reader&type.*"".FileHeader 491 (encoding/binary.Readtype.[]uint8 492 "runtime.makeslicetype.[]"".Load 493 "runtime.makeslice6runtime.writeBarrierEnabled&type."".FormatError 494 "runtime.newobjectFgo.string."command block too small":go.itab.*"".FormatError.error(type.*"".FormatErrortype.error:go.itab.*"".FormatError.error 495 runtime.typ2Itab""type."".Segment32" 496 "runtime.newobject#"type.bytes.Reader# 497 "runtime.newobject$6runtime.writeBarrierEnabled%>go.itab.*bytes.Reader.io.Reader'$type.*"".Segment32' 498 (encoding/binary.Read(type."".Segment( 499 "runtime.newobject)6runtime.writeBarrierEnabled+ 500 "".cstring,6runtime.writeBarrierEnabled.6go.itab.*"".Segment."".Load06runtime.writeBarrierEnabled1"type."".Section321 501 "runtime.newobject2>go.itab.*bytes.Reader.io.Reader3$type.*"".Section323 502 (encoding/binary.Read5type."".Section5 503 "runtime.newobject6 504 "".cstring76runtime.writeBarrierEnabled8 505 "".cstring96runtime.writeBarrierEnabled<6runtime.writeBarrierEnabled>*type.io.SectionReader> 506 "runtime.newobject?6runtime.writeBarrierEnabledA6runtime.writeBarrierEnabledAJgo.itab.*io.SectionReader.io.ReaderAtB6runtime.writeBarrierEnabledC 507 .runtime.writebarrierptrC,type.*io.SectionReaderC type.io.ReaderAtCJgo.itab.*io.SectionReader.io.ReaderAtC 508 runtime.typ2ItabD 509 .runtime.writebarrierptrD 510 .runtime.writebarrierptrE 511 .runtime.writebarrierptrE$type.[]*"".SectionE 512 "runtime.growsliceG6runtime.writeBarrierEnabledG 513 .runtime.writebarrierptrH 514 .runtime.writebarrierptrH 515 .runtime.writebarrierptrI$type.*bytes.ReaderItype.io.ReaderI>go.itab.*bytes.Reader.io.ReaderI 516 runtime.typ2ItabK*type.io.SectionReaderL 517 "runtime.newobjectL6runtime.writeBarrierEnabledN6runtime.writeBarrierEnabledNJgo.itab.*io.SectionReader.io.ReaderAtO6runtime.writeBarrierEnabledQ 518 .runtime.writebarrierptrQ,type.*io.SectionReaderQ type.io.ReaderAtQJgo.itab.*io.SectionReader.io.ReaderAtQ 519 runtime.typ2ItabR 520 .runtime.writebarrierptrR 521 .runtime.writebarrierptrS 522 .runtime.writebarrierptrS 523 $runtime.panicindexS type.*"".SegmentStype."".LoadS6go.itab.*"".Segment."".LoadT 524 runtime.typ2ItabT 525 .runtime.writebarrierptrU 526 .runtime.writebarrierptrU$type.*bytes.ReaderUtype.io.ReaderU>go.itab.*bytes.Reader.io.ReaderV 527 runtime.typ2ItabV 528 .runtime.writebarrierptrV"type."".SymtabCmdW 529 "runtime.newobjectX"type.bytes.ReaderX 530 "runtime.newobjectY6runtime.writeBarrierEnabledY>go.itab.*bytes.Reader.io.Reader[$type.*"".SymtabCmd[ 531 (encoding/binary.Read]type.[]uint8] 532 "runtime.makeslice^`type.[]uint8a 533 "runtime.makeslicebf 534 ,"".(*File).parseSymtabg4go.itab.*"".Symtab."".Loadi6runtime.writeBarrierEnabledj6runtime.writeBarrierEnabledj 535 .runtime.writebarrierptrk 536 .runtime.writebarrierptrk 537 $runtime.panicindexktype.*"".Symtabktype."".Loadk4go.itab.*"".Symtab."".Loadl 538 runtime.typ2Itabl$type.*bytes.Readerltype.io.Readerl>go.itab.*bytes.Reader.io.Readerl 539 runtime.typ2Itabm 540 .runtime.writebarrierptrn"type."".LoadBytesntype."".Loadn8go.itab."".LoadBytes."".Loadn 541 runtime.convT2Ip6runtime.writeBarrierEnabledq 542 .runtime.writebarrierptrq 543 $runtime.panicindexq&type."".DysymtabCmdq 544 "runtime.newobjectr"type.bytes.Readerr 545 "runtime.newobjects6runtime.writeBarrierEnabledt>go.itab.*bytes.Reader.io.Readeru(type.*"".DysymtabCmdv 546 (encoding/binary.Readwtype.[]uint8x 547 "runtime.makeslicey{type.[]uint32{ 548 "runtime.makeslice|"type.bytes.Reader} 549 "runtime.newobject}6runtime.writeBarrierEnabled>go.itab.*bytes.Reader.io.Readertype.[]uint32 550 runtime.convT2E 551 (encoding/binary.Read type."".Dysymtab 552 "runtime.newobject6runtime.writeBarrierEnabled 553 runtime.duffcopy6runtime.writeBarrierEnabled8go.itab.*"".Dysymtab."".Load6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled 554 .runtime.writebarrierptr 555 .runtime.writebarrierptr 556 $runtime.panicindex"type.*"".Dysymtabtype."".Load8go.itab.*"".Dysymtab."".Load 557 runtime.typ2Itab 558 .runtime.writebarrierptr 559 .runtime.writebarrierptr$type.*bytes.Readertype.io.Reader>go.itab.*bytes.Reader.io.Reader 560 runtime.typ2Itab 561 .runtime.writebarrierptr$type.*bytes.Readertype.io.Reader>go.itab.*bytes.Reader.io.Reader 562 runtime.typ2Itab 563 .runtime.writebarrierptr type."".DylibCmd 564 "runtime.newobject"type.bytes.Reader 565 "runtime.newobject6runtime.writeBarrierEnabled>go.itab.*bytes.Reader.io.Reader"type.*"".DylibCmd 566 (encoding/binary.Readtype."".Dylib 567 "runtime.newobject&type."".FormatError 568 "runtime.newobjectfgo.string."invalid name in dynamic library command"type.uint32 569 runtime.convT2E6runtime.writeBarrierEnabled:go.itab.*"".FormatError.error(type.*"".FormatErrortype.error:go.itab.*"".FormatError.error 570 runtime.typ2Itab 571 .runtime.writebarrierptr 572 "".cstring6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled2go.itab.*"".Dylib."".Load6runtime.writeBarrierEnabled 573 .runtime.writebarrierptr 574 $runtime.panicindextype.*"".Dylibtype."".Load2go.itab.*"".Dylib."".Load 575 runtime.typ2Itab 576 .runtime.writebarrierptr 577 .runtime.writebarrierptr 578 $runtime.panicslice$type.*bytes.Readertype.io.Reader>go.itab.*bytes.Reader.io.Reader 579 runtime.typ2Itab 580 .runtime.writebarrierptr"type."".Segment64 581 "runtime.newobject"type.bytes.Reader 582 "runtime.newobject6runtime.writeBarrierEnabled>go.itab.*bytes.Reader.io.Reader$type.*"".Segment64 583 (encoding/binary.Readtype."".Segment 584 "runtime.newobject6runtime.writeBarrierEnabled 585 "".cstring6runtime.writeBarrierEnabled6go.itab.*"".Segment."".Load6runtime.writeBarrierEnabled"type."".Section64 586 "runtime.newobject>go.itab.*bytes.Reader.io.Reader$type.*"".Section64 587 (encoding/binary.Readtype."".Section 588 "runtime.newobject 589 "".cstring6runtime.writeBarrierEnabled 590 "".cstring6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled*type.io.SectionReader 591 "runtime.newobject6runtime.writeBarrierEnabled6runtime.writeBarrierEnabledJgo.itab.*io.SectionReader.io.ReaderAt6runtime.writeBarrierEnabled 592 .runtime.writebarrierptr,type.*io.SectionReader type.io.ReaderAtJgo.itab.*io.SectionReader.io.ReaderAt 593 runtime.typ2Itab 594 .runtime.writebarrierptr 595 .runtime.writebarrierptr 596 .runtime.writebarrierptr$type.[]*"".Section 597 "runtime.growslice6runtime.writeBarrierEnabled 598 .runtime.writebarrierptr 599 .runtime.writebarrierptr 600 .runtime.writebarrierptr$type.*bytes.Readertype.io.Reader>go.itab.*bytes.Reader.io.Reader 601 runtime.typ2Itab 602 .runtime.writebarrierptr 603 $runtime.panicindex type.*"".Segmenttype."".Load6go.itab.*"".Segment."".Load 604 runtime.typ2Itab 605 .runtime.writebarrierptr 606 .runtime.writebarrierptr$type.*bytes.Readertype.io.Reader>go.itab.*bytes.Reader.io.Reader 607 runtime.typ2Itab 608 .runtime.writebarrierptr 609 $runtime.panicslice 610 $runtime.panicslice&type."".FormatError 611 "runtime.newobjectLgo.string."invalid command block size":go.itab.*"".FormatError.error(type.*"".FormatErrortype.error:go.itab.*"".FormatError.error 612 runtime.typ2Itab 613 $runtime.panicslice 614 $runtime.panicslice 615 .runtime.writebarrierptr,type.*io.SectionReadertype.io.ReaderFgo.itab.*io.SectionReader.io.Reader 616 runtime.typ2Itab 617 .runtime.writebarrierptrBtype.encoding/binary.littleEndian<type.encoding/binary.ByteOrder|go.itab.encoding/binary.littleEndian.encoding/binary.ByteOrder8encoding/binary.LittleEndian 618 runtime.convT2I6runtime.writeBarrierEnabled 619 .runtime.writebarrierptr&type."".FormatError 620 "runtime.newobject@go.string."invalid magic number":go.itab.*"".FormatError.error(type.*"".FormatErrortype.error:go.itab.*"".FormatError.error 621 runtime.typ2Itab 622 $runtime.panicindex 623 $runtime.panicindex 624 $runtime.panicindex 625 $runtime.panicindex 626 $runtime.panicindex 627 $runtime.panicindex 628 $runtime.panicindex 629 $runtime.panicindex 630 .runtime.writebarrierptr 631 0runtime.morestack_noctxtP"".autotmp_0279type.*uint8"".autotmp_0278,type.*io.SectionReader"".autotmp_0277,type.*io.SectionReader"".autotmp_0276type.int64"".autotmp_0275type.int64"".autotmp_0274type.*uint8"".autotmp_0273,type.*io.SectionReader"".autotmp_0272,type.*io.SectionReader"".autotmp_0271type.int64"".autotmp_0270type.int64"".autotmp_0269type.*uint8"".autotmp_0268type.*uint8"".autotmp_0267type.*uint8"".autotmp_0266$type.*bytes.Reader"".autotmp_0265$type.*bytes.Reader"".autotmp_0264type.*uint8"".autotmp_0263,type.*io.SectionReader"".autotmp_0262,type.*io.SectionReader"".autotmp_0261type.int64"".autotmp_0260type.int64"".autotmp_0259type.*uint8"".autotmp_0258type.*uint8"".autotmp_0257type.*uint8"".autotmp_0256$type.*bytes.Reader"".autotmp_0255$type.*bytes.Reader"".autotmp_0254type.*uint8"".autotmp_0253type.*uint8"".autotmp_0252$type.*bytes.Reader"".autotmp_0251$type.*bytes.Reader"".autotmp_0250type.uint32"".autotmp_0249type.uint32"".autotmp_0248type.*uint8"".autotmp_0247$type.*bytes.Reader"".autotmp_0246$type.*bytes.Reader"".autotmp_0245type.*uint8"".autotmp_0244type.int"".autotmp_0243type.*uint8"".autotmp_0242$type.*bytes.Reader"".autotmp_0241$type.*bytes.Reader"".autotmp_0240type.*uint8"".autotmp_0239type.*uint8"".autotmp_0238(type.*"".FormatError"".autotmp_0237type.*uint8"".autotmp_0236$type.*bytes.Reader"".autotmp_0235$type.*bytes.Reader"".autotmp_0234type."".LoadCmd"".autotmp_0233type.*uint8"".autotmp_0232(type.*"".FormatError"".autotmp_0230type.*uint8"".autotmp_0229(type.*"".FormatError"".autotmp_0228type.int"".autotmp_0227type.int"".autotmp_0226type.*uint8"".autotmp_0225type.*uint8"".autotmp_0224(type.*"".FormatError"".autotmp_0223type.uint32"".autotmp_0222type.uint32"".autotmp_0221,type.*io.SectionReader"".autotmp_0220,type.*io.SectionReader"".autotmp_0219type.int"".autotmp_0218type.string"".autotmp_0217type.[]uint8"".autotmp_0216type.string"".autotmp_0215type.[]uint8"".autotmp_0214$type.*"".Section64"".autotmp_0213$type.*bytes.Reader"".autotmp_0212 type.*"".Segment"".autotmp_0211type.string"".autotmp_0210type.[]uint8"".autotmp_0209$type.*"".Segment64"".autotmp_0208$type.*bytes.Reader"".autotmp_0207type.int"".autotmp_0206type.string"".autotmp_0205type.[]uint8"".autotmp_0204type.string"".autotmp_0203type.[]uint8"".autotmp_0202$type.*"".Section32"".autotmp_0201$type.*bytes.Reader"".autotmp_0200 type.*"".Segment"".autotmp_0199type.string"".autotmp_0198type.[]uint8"".autotmp_0197$type.*"".Segment32"".autotmp_0196$type.*bytes.Reader"".autotmp_0195"type.*"".Dysymtab"".autotmp_0194type.[]uint32"".autotmp_0193$type.*bytes.Reader"".autotmp_0192(type.*"".DysymtabCmd"".autotmp_0191$type.*bytes.Reader"".autotmp_0190type.*"".Symtab"".autotmp_0189$type.*"".SymtabCmd"".autotmp_0188$type.*bytes.Reader"".autotmp_0187type.*"".Dylib"".autotmp_0186type.string"".autotmp_0185type.[]uint8"".autotmp_0184type.uint32"".autotmp_0183(type.*"".FormatError"".autotmp_0181"type.*"".DylibCmd"".autotmp_0180$type.*bytes.Reader"".autotmp_0179"type."".LoadBytes"".autotmp_0177type.[]uint8"".autotmp_0176type.[]uint8"".autotmp_0175(type.*"".FormatError"".autotmp_0174type.int"".autotmp_0172type.[]uint8"".autotmp_0171type.uint32"".autotmp_0170type.[]uint8"".autotmp_0169(type.*"".FormatError"".autotmp_0167_type.[]"".Load"".autotmp_0166&type.*"".FileHeader"".autotmp_0165,type.*io.SectionReader"".autotmp_0164(type.*"".FormatError"".autotmp_0163type.[]uint8"".autotmp_0162type.[]uint8"".autotmp_0161/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 637 "".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 641 "".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 643 "".sh type.*"".Section"".err type.error"".itype.int"".err type.error"".b$type.*bytes.Reader 646 "".sh type.*"".Section"".err 648 type.error"".itype.int"".err 650 type.error"".b$type.*bytes.Reader 651 "".st"type.*"".Dysymtab"".errtype.error"".xtype.[]uint32"".errtype.error"".dattype.[]uint8"".errtype.error"".err 660 type.error 661 "".sttype.*"".Symtab"".errtype.error"".symdattype.[]uint8"".errtype.error"".strtabtype.[]uint8"".errtype.error"".ltype.*"".Dylib"".err type.error"".s type.*"".Segment"".cmddattype.[]uint8"".siztype.uint32"".cmdtype."".LoadCmd"".itype.int 671 "".bo<type.encoding/binary.ByteOrder"".errtype.error"".dattype.[]uint8"".offsettype.int64"".err 676 type.error 677 "".letype.uint32 678 "".betype.uint32"".err type.error 680 "".sr,type.*io.SectionReader"".ftype.*"".File"".~r20type.error"".~r1 type.*"".File"".r type.io.ReaderAt" p 4$~ $ 685 /v$r*7n 688 }LI$8 689 $"2lW*2&s@ 2L 690 }$/q$;q$$#@2\ 691 }vs$;y$G}dc$81H Pds2v 692 }$- 0@ 5 2 695 48 696 (42@ 2Pv # '?[kr lM *:9nlv*2:Xy 703 !1 ^'MG1F> c\#aMiTa1d$"5 5'M0W]`+ 704 C1t!o*j'SYb *:9n\ 706 1Vw";3S%Tgclocals8edb1a0d85cea09aad74eb231c6a4d3aTgclocals7e52bbacc2ec571574e7e9bf4a6b3dfc^prebuilts/go/darwin-x86/src/debug/macho/file.go,"".(*File).parseSymtabeH%H$8H;A1HHH$1H$H$H$PHHk H$Hk(H$HH$hHl$hHl$H\$H$H\$ H$H\$(H$H$XH$H$`H$ H$hH$(HH$HD$HD$xH$ HhH$(HhH$= H(H@H@ HD$hH$1H\$HHl$HH9THD$PHD$@HH$HD$H$H$P]@H\$hH\$xH$H1H9HL$xH$H$H$HL$H$H\$H$HD$H$HH$HD$ H$HL$(H$HL$0HT$8H$H$Ht$H$H$H$HHH$Hl$@L$L9HHH\$XH$x9&HH$HD$H$H(HD$pH-HhH@HH$H$H\$HD$HD$HL$ H\$pHH$HCH$=utHK H\$pH\$pH1H9t)H$H\$pH$H$HHHH$HH\$HH\$HD$LC L$HL$yQ(H$xL$H9L$pH)I)ItML$0L$H$8Hl$L$@LD$H$HD$XHt$HT$ H>H$HPH$=H0i@hi@hHifhHiHhHD$PHHl$HH9HH$HD$HD$`H$HhH$HhH$=ukH(H$Hh8H$Hh@H$=u&Hh0H$1H$H$HHL@0L$Hl$HD$`H$Hl$HD$`H$Ht$H$HD$XHH$HH\$HH\$HD$HH$HD$H\$hH\$xH$H$H1H9HL$xH$H$H$HL$H$H\$H$HD$H$HH$HD$ H$HL$(H$H$HT$0Hl$8H$H$Ht$H$H$H$HH)(i@hi@hHifhiHhrHH$HH\$HH\$HD$H$Hl$HD$xb 716 type.[]"".Symbol 717 "runtime.makeslice"type.bytes.Reader 718 "runtime.newobject6runtime.writeBarrierEnabledtype."".Nlist64 719 "runtime.newobject>go.itab.*bytes.Reader.io.Reader type.*"".Nlist64 720 (encoding/binary.Read 721 &type."".FormatError 722 723 "runtime.newobjectPgo.string."invalid name in symbol table"type.uint32 727 runtime.convT2E6runtime.writeBarrierEnabled :go.itab.*"".FormatError.error(type.*"".FormatErrortype.error:go.itab.*"".FormatError.error 730 runtime.typ2Itab 731 .runtime.writebarrierptr 732 "".cstring6runtime.writeBarrierEnabledtype."".Symtab 733 "runtime.newobject6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled 734 .runtime.writebarrierptr 735 .runtime.writebarrierptr 736 .runtime.writebarrierptr 737 $runtime.panicslice 738 $runtime.panicindex$type.*bytes.Readertype.io.Reader>go.itab.*bytes.Reader.io.Reader 739 runtime.typ2Itabtype."".Nlist32 740 "runtime.newobject>go.itab.*bytes.Reader.io.Reader type.*"".Nlist32 741 (encoding/binary.Read$type.*bytes.Readertype.io.Reader>go.itab.*bytes.Reader.io.Reader 742 runtime.typ2Itab 743 .runtime.writebarrierptr 744 0runtime.morestack_noctxtB"".autotmp_0366type.*uint8"".autotmp_0365(type.*"".FormatError"".autotmp_0364type.*uint8"".autotmp_0362type.int"".autotmp_0361type.int"".autotmp_0360$type.*bytes.Reader"".autotmp_0359$type.*bytes.Reader"".autotmp_0358type.string"".autotmp_0357/type.[]uint8"".autotmp_0355(type.*"".FormatError"".autotmp_0353 type.*"".Nlist32"".autotmp_0352$type.*bytes.Reader"".autotmp_0351 type.*"".Nlist64"".autotmp_0350$type.*bytes.Reader"".&n32 type.*"".Nlist32 745 "".&n type.*"".Nlist64bytes.b2_type.[]uint8 746 "".sttype.*"".Symtab"".symtype.*"".Symbol"".errtype.error"".errtype.error"".itype.int"".b$type.*bytes.Reader"".symtab type.[]"".Symbol 750 "".bo<type.encoding/binary.ByteOrder"".~r6type.error"".~r5type.*"".Symtab"".offsettype.int64"".hdr$type.*"".SymtabCmd"".cmddatptype.[]uint8"".strtab@type.[]uint8"".symdattype.[]uint8"".ftype.*"".FileF"<*Gz]^'$* 161-".2$ 2]Z\gN1 754 *Tgclocals9a5a3a7024c8be006ad8e48741d1a798Tgclocalsa483a1d2808854a048da253436521ea5^prebuilts/go/darwin-x86/src/debug/macho/file.go,"".(*File).pushSection 755 756 eH%HD$H;AyHH$HSHHCPHKXHHH9HkPHH$=H+H$k0H$HHk(H$H\$hH$H\$pHL$@Hl$HHH$HL$@HD$HD$`Hl$hH(Hl$p=HhHHHHLD$HHLHh H$H=HCXH1H9tXH$HKXH$Ht:HD$xHCHH$=uHKPHLCPL$HL$HH$HH\$HH\$HD$vLCXL$HD$Q9L@L$Hl$HL$@HD$`H$Hl$aHH$HT$HD$HL$Hl$ HT$(HD$0HL$8H$HtKHHD$PHHkPHKXHT$X=u HSHLCHL$HT$HT$XHD$Pe* 759 6runtime.writeBarrierEnabled*type.io.SectionReader 760 "runtime.newobject6runtime.writeBarrierEnabled6runtime.writeBarrierEnabledJgo.itab.*io.SectionReader.io.ReaderAt6runtime.writeBarrierEnabled 761 .runtime.writebarrierptr,type.*io.SectionReader type.io.ReaderAtJgo.itab.*io.SectionReader.io.ReaderAt 762 runtime.typ2Itab 763 .runtime.writebarrierptr 764 .runtime.writebarrierptr 765 .runtime.writebarrierptr$type.[]*"".Section 766 "runtime.growslice 6runtime.writeBarrierEnabled 767 .runtime.writebarrierptr 768 769 0runtime.morestack_noctxt@"".autotmp_0380O,type.*io.SectionReader"".autotmp_0379,type.*io.SectionReaderio.n4type.int64io.off3type.int64io.r2? type.io.ReaderAt"".r type.io.ReaderAt 770 "".sh type.*"".Section"".ftype.*"".FileDCF6( h'Tgclocals708f82fbe546ed91e45190d1e56e6f25Tgclocals779a9db66b13ba07fa384043ce5edeb9^prebuilts/go/darwin-x86/src/debug/macho/file.go"".cstringeH%H;aHHHt$PHT$X1H\$hH\$p1H9}H9siHtHH9|Hl$`H9wDH$Ht$0Ht$HD$8HD$Hl$@Hl$H\$ H\$hH\$(H\$pHHM 774 775 776 2runtime.slicebytetostring 777 $runtime.panicslice 778 $runtime.panicindex 779 0runtime.morestack_noctxtP"".autotmp_0389/type.[]uint8"".autotmp_0387type.int"".~r10type.string"".btype.[]uint8%- U 781 }CTgclocals89fe65749ce0afc971c0982226501ff0Tgclocals790e5cc5051fc0affc980ade09e929ec^prebuilts/go/darwin-x86/src/debug/macho/file.go$"".(*File).SegmenteH%HD$H;ApHH$H$HHHS0HC8Hk@H$1H$HD$(HT$xHl$(H9HT$@HHHBHt$0H\$hHD$pHD$PH\$H1H9tH[H-H9HH<tzHHL$8HHI HC(H9u[HL$XH$HD$`HD$H$Hl$H|$H$Ht$0HT$@\$ tH\$8H$HHHHl$(H9H$Hh11In 784 type.*"".Segment 785 runtime.eqstring 786 0runtime.morestack_noctxt@"".autotmp_0396otype.string"".autotmp_0395Otype."".Load"".autotmp_0394type.*"".Load"".autotmp_0393type.int"".autotmp_0392type.int"".autotmp_0390/type.[]"".Load"".s type.*"".Segment"".ltype."".Load"".~r10 type.*"".Segment"".nametype.string"".ftype.*"".File&(6*'r 788 Tgclocalsaefd16b155593f6f07980a05b297ad1fTgclocals9665b14a8a5c9b467b4b6d5946a9b258^prebuilts/go/darwin-x86/src/debug/macho/file.go$"".(*File).SectioneH%H;aHpH$H\$xHHKHHCPHkXHl$h1HD$`HD$(HL$XHl$(H9HL$@HHT$0H\$8HH3HCH9uXHt$HH4$HD$PHD$H$Hl$H|$H$HT$0HL$@\$ tH\$8H$HpHHHl$(H9kH$Hpo 790 791 runtime.eqstring 792 0runtime.morestack_noctxt@"".autotmp_0402Otype.string"".autotmp_0400_"type.**"".Section"".autotmp_0399type.int"".autotmp_0398type.int"".autotmp_0397/$type.[]*"".Section"".so type.*"".Section"".~r10 type.*"".Section"".nametype.string"".ftype.*"".File&%(La 794 uTgclocalsaefd16b155593f6f07980a05b297ad1fTgclocalscf89d5c81323c78771a60eb7aec9de00^prebuilts/go/darwin-x86/src/debug/macho/file.go "".(*File).DWARFeH%H$H;AH1H$H$1LIL IH5HHHH$p1L$L$0L$L$8L$L$@L$L$HH$H$PH$H$XH$ H$`H$(H$h1H$H$0HH$H9HH$HmH HkH$H$H$ H$(H$HH\$HD$H$HL$H$Hl$ HL$(HD$0H$H$H$HL$H$HD$HD$1H9H$H$HHH$H9L$L$L$H$H$H$H$H$H$L$pL$xL$L$L$L$H$H$H$H$H$H$L$L,$L$Ld$L$L\$1H\$H\$ H\$(1H\$0H\$8H\$@L$`LT$HL$hLL$PL$pLD$XH$HH|$`H$PHt$hH$XHl$p1H\$xH$H$1H$H$H$H$0H$H$8H$H$@H$H$H$H$H$H$H$HH$H$H|$HL$Ht$HT$ LL$(L$H$Ht5L$Ih(H9s$H$H$L$HH$pH$Hs/HkHH$xH;H$HKH$HsBF 799 r$go.string."abbrev" go.string."info" go.string."line"go.string."str" 800 runtime.duffzero(go.string."__debug_" 801 *runtime.concatstring2 802 $"".(*File).Section 803 debug/dwarf.New 804 $"".(*Section).Data 805 $runtime.panicindex 806 0runtime.morestack_noctxt@,"".autotmp_0413type.[]uint8"".autotmp_0412type.[]uint8"".autotmp_0411type.[]uint8"".autotmp_0410type.string"".autotmp_0409type.*string"".autotmp_0408type.int"".autotmp_0407type.int"".autotmp_0403type.[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&"tc R4:F0(2$@ITgclocalsc87a734079562d73ffd9eee8328c7183Tgclocals8f7c1cd22974ddf093616cda1c293e05^prebuilts/go/darwin-x86/src/debug/macho/file.go4"".(*File).ImportedSymbolseH%HD$H;AHH$1H$H$H$1H$ H$(HXh1H9HX`1H9HP`H@h1H$H$H$H0X0h4LJ@DM9>L95LR0I)I)ItHk IL$LL$L$L$E1LD$xLD$@HL$pIHl$@I9LL$PII IAAiIAiHIiHIiLT$HH$H$D$D$@$@$f$f$H$H$H$HL$`H$HD$hH$H$H$HHH9H$HHHkHHl$hHkHl$`=ubH+I IHl$@I9H$H$H$H$H$H$1H$ H$(HH$Hl$LT$HLL$PH-H,$HL$HD$HT$H\$ LT$HLL$PHL$(H\$0HT$8HHH$H$H$A7HH$HD$HH-HhH@1HhHh HD$XH1H9t71H$H$H$H\$XH$(H$ HHH$HH\$HH\$HD$O 823 6runtime.writeBarrierEnabled 824 .runtime.writebarrierptr 825 type.[]string 826 827 "runtime.growslice 829 $runtime.panicslice&type."".FormatError 832 "runtime.newobject@go.string."missing symbol table":go.itab.*"".FormatError.error (type.*"".FormatErrortype.error:go.itab.*"".FormatError.error 836 runtime.typ2Itab 837 0runtime.morestack_noctxt`"".autotmp_0425type.string"".autotmp_0424?type."".Symbol"".autotmp_0423type.*"".Symbol"".autotmp_0422type.int"".autotmp_0421type.int"".autotmp_0419(type.*"".FormatError"".autotmp_0418 type.[]"".Symbol"".autotmp_0417 type.[]"".Symbol"".autotmp_0414(type.*"".FormatError"".stype."".Symbol"".alltype.[]string"".~r1@type.error"".~r0type.[]string"".ftype.*"".File(HDSpJ`0I%Tgclocals665da0db10d6ec82b644d9f6aee9e87bTgclocals49cfadf326b2703a3f3cb09b75e3ed92^prebuilts/go/darwin-x86/src/debug/macho/file.go8"".(*File).ImportedLibraries 842 eH%HD$H;A\H1H$H$H$1H$H$1H$H$H$H$HHs0HC8Hk@H$1H$HD$@H$Hl$@H9Ht$PHHHFH|$HH\$xH$HD$`H\$X1H9tH[H-H9`HH<trHAHiHl$hHi Hl$pH$H$H$HHH9H$HHHkHHl$pHkHl$h=ubH+HHHl$@H9H$H$H$H$H$H$1H$H$HH$Hl$H|$HHt$PH-H,$HL$HD$HT$H\$ H|$HHt$PHL$(H\$0HT$8HHH$H$H$11R 844 type.*"".Dylib6runtime.writeBarrierEnabled 845 .runtime.writebarrierptrtype.[]string 846 "runtime.growslice 847 0runtime.morestack_noctxt`"".autotmp_0436type.string"".autotmp_0435type."".Load"".autotmp_0434type.*"".Load"".autotmp_0433type.int"".autotmp_0432type.int"".autotmp_0430_type.[]"".Load"".ltype."".Load"".all/type.[]string"".~r1@type.error"".~r0type.[]string"".ftype.*"".File8Kx.r 851 Jg 0kTgclocalsadb3347b296419e60da36d67f8b7ce43Tgclocalse0215c41a32f26807c4b76bd130fc2ce^prebuilts/go/darwin-x86/src/debug/macho/file.go"".Cpu.StringeH%H;av^H81H\$HH\$P\$@$HH\$HH\$HH\$D$ HL$(HD$0HL$HHD$PH8 855 R"".cpuStringsj"".cpuStrings "".cpuStrings 856 "".stringName 857 0runtime.morestack_noctxt0p"".~r0type.string"".itype."".CpupYop 859 860 O1Tgclocals790e5cc5051fc0affc980ade09e929ecTgclocals33cdeccccebe80329f1fdbee7f5874cb`prebuilts/go/darwin-x86/src/debug/macho/macho.go"".Cpu.GoStringeH%H;av^H81H\$HH\$P\$@$HH\$HH\$HH\$D$ HL$(HD$0HL$HHD$PH8 863 R"".cpuStringsj"".cpuStrings "".cpuStrings 864 "".stringName 865 0runtime.morestack_noctxt0p"".~r0type.string"".itype."".CpupYop 867 868 O1Tgclocals790e5cc5051fc0affc980ade09e929ecTgclocals33cdeccccebe80329f1fdbee7f5874cb`prebuilts/go/darwin-x86/src/debug/macho/macho.go""".LoadCmd.StringeH%H;av^H81H\$HH\$P\$@$HH\$HH\$HH\$D$ HL$(HD$0HL$HHD$PH8 871 R"".cmdStringsj"".cmdStrings "".cmdStrings 872 "".stringName 873 0runtime.morestack_noctxt0p"".~r0type.string"".itype."".LoadCmdpYop 875 876 O1Tgclocals790e5cc5051fc0affc980ade09e929ecTgclocals33cdeccccebe80329f1fdbee7f5874cb`prebuilts/go/darwin-x86/src/debug/macho/macho.go&"".LoadCmd.GoStringeH%H;av^H81H\$HH\$P\$@$HH\$HH\$HH\$D$ HL$(HD$0HL$HHD$PH8 879 R"".cmdStringsj"".cmdStrings "".cmdStrings 880 "".stringName 881 0runtime.morestack_noctxt0p"".~r0type.string"".itype."".LoadCmdpYop 883 884 O1Tgclocals790e5cc5051fc0affc980ade09e929ecTgclocals33cdeccccebe80329f1fdbee7f5874cb`prebuilts/go/darwin-x86/src/debug/macho/macho.go"".stringNameeH%H;afH$1H$H$H$H$H$H\$x1HT$pHD$hH9HDL@HhDL$PDL$8LD$XLD$@Hl$`Hl$H\$89$t\H$HH\$HD$H\$@H|$HHHKHOH\$(H$H\$0H$HH\$@H$H\$HH$HHHH9)H$HD$ 887 HL$HD$H$H$H} 888 889 $go.string."macho." 890 *runtime.concatstring2 891 $strconv.FormatUint 892 0runtime.morestack_noctxtp"".autotmp_0449_type."".intName"".autotmp_0444/"type.[]"".intName"".ntype."".intName"".~r3Ptype.string"".goSyntax@type.bool"".names"type.[]"".intName"".itype.uint322!E,3e 895 \" 6Tgclocals519c17f9420bd6cecccb9a064ccebacbTgclocals6d07ab0a37c299682f1d85b92cb6cfd1`prebuilts/go/darwin-x86/src/debug/macho/macho.go"".flagNameeH%HD$H;AdH$1H$H$1HD$`HH$H$H$H$1H$Hl$HH$Hl$HH9Ht$XHDLNHnH|$PD$D$L$L$H$H$$$$!9$HqHD$hH$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|$HHHKHOH|$PHt$XHL$(HL$`HD$0$$)HHHl$HH9YHD$hH$H$HD$HL$HD$H$HH\$HD$H$HL$H$HD$ H\$(H$H\$0H$HH$H$$H$HD$HL$HD$H$H$H\$H$H\$HH\$HD$ HL$pHL$(HD$xHD$0HL$8HD$@H$H$Hz 898 go.string."+" 899 *runtime.concatstring2$go.string."macho." 900 *runtime.concatstring2 901 *runtime.concatstring2 902 $strconv.FormatUint go.string."0x" 903 904 *runtime.concatstring2 906 $strconv.FormatUintgo.string."+0x" 909 *runtime.concatstring3 911 0runtime.morestack_noctxtp$"".autotmp_0463_type."".intName"".autotmp_0462 type.*"".intName"".autotmp_0461type.int"".autotmp_0460type.int"".autotmp_0459type.string"".autotmp_0458type.string"".autotmp_0457type.string"".autotmp_0456type.int"".autotmp_0454type.string"".autotmp_0453type.string"".autotmp_0452type.string"".autotmp_0450/"type.[]"".intName"".ntype."".intName"".stype.string"".~r3Ptype.string"".goSyntax@type.bool"".names"type.[]"".intName"".itype.uint32( V8 913 914 K 915 Pe ZGTgclocals4c5c0977a05a68da8a51f3539b3a729bTgclocalsa21bcd69831112bd34a31a7b20b717d7`prebuilts/go/darwin-x86/src/debug/macho/macho.go"".initeH%H;avRtu 918 $"".initdone<"".initdoneR 919 "runtime.throwinitb"".initdonen 920 (encoding/binary.initx 921 fmt.init 922 io.init 923 os.init 924 bytes.init 925 debug/dwarf.init 926 strconv.init"".initdone 927 0runtime.morestack_noctxtppp 928 (HTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals33cdeccccebe80329f1fdbee7f5874cb`prebuilts/go/darwin-x86/src/debug/macho/macho.go2type..hash."".FormatErroreH%H;aH H\$(H$H<$H\$0H\$HD$HD$H\$(H$H<$tUH$HD$0HD$HD$H\$(H$H<$t#H$HD$0HD$H\$H\$8H %%%i4 930 931 ~ 932 runtime.memhash 933 runtime.strhash 934 (runtime.nilinterhash 935 0runtime.morestack_noctxt0@"".~r2 type.uintptr"".htype.uintptr"".p(type.*"".FormatError@?@,>Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb\prebuilts/go/darwin-x86/src/debug/macho/fat.go.type..eq."".FormatErroreH%H;a HhHL$pHD$xHH(H9t $HhHqHIHPH@H9Ht$XH4$HL$`HL$HT$HHT$HD$PHD$\$ H\$xHttHKHs H\$pHt]HCHS H9uCHD$(H$HT$0HT$HL$8HL$Ht$@Ht$\$ t $Hh$Hh$Hh 941 942 runtime.eqstring 943 runtime.efaceeq 944 0runtime.morestack_noctxt0"".autotmp_0470"type.interface {}"".autotmp_0469_"type.interface {}"".autotmp_0468?type.string"".autotmp_0467type.string"".~r2 type.bool"".q(type.*"".FormatError"".p(type.*"".FormatError>!yTgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocals895d0569a38a56443b84805daa09d838\prebuilts/go/darwin-x86/src/debug/macho/fat.go "".(*Cpu).StringeH%H;aH0HY Ht H|$8H9;uH#1H\$@H\$HH\$81H9uEHH$HD$HH\$HD$HH\$ HD$(H\$8+,$HL$HD$HL$@HD$HH0D 951 "go.string."macho"go.string."Cpu"$go.string."String" 952 "runtime.panicwrap 953 "".Cpu.String 954 0runtime.morestack_noctxt0`"".~r0type.string""..thistype.*"".Cpu`_`=Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>$"".(*Cpu).GoStringeH%H;aH0HY Ht H|$8H9;uH#1H\$@H\$HH\$81H9uEHH$HD$HH\$HD$HH\$ HD$(H\$8+,$HL$HD$HL$@HD$HH0D 960 "go.string."macho"go.string."Cpu"(go.string."GoString" 961 "runtime.panicwrap 962 "".Cpu.GoString 963 0runtime.morestack_noctxt0`"".~r0type.string""..thistype.*"".Cpu`_`=Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>"".Load.RaweH%H;avbH HY Ht H|$(H9;uH#1H\$8H\$@H\$HH\$0H$H\$(H[ HT$HL$HD$HT$8HL$@HD$HH 968 969 0runtime.morestack_noctxtP@"".~r0 type.[]uint8""..thistype."".Load@]?@ 971 L4Tgclocals1347047f6245a35b91e9a4f213167d52Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>6type..hash."".SectionHeadereH%H;aH H\$(H$H<$H\$0H\$HD$H\$(H$H<$t^H$HD$0HD$HD$H\$(H$H<$t,H$ HD$0HD$HD$$H\$H\$8H %%%i4 973 974 l 975 runtime.strhash 976 runtime.strhash 977 runtime.memhash 978 0runtime.morestack_noctxt0@"".~r2 type.uintptr"".htype.uintptr"".p,type.*"".SectionHeader@?@,5Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb\prebuilts/go/darwin-x86/src/debug/macho/fat.go2type..eq."".SectionHeadereH%H;a{HHH\$PHaH3HKH\$XHDHHCH9*Ht$8H4$HL$@HL$HT$(HT$HD$0HD$\$ H\$PHHSHCH\$XHHsHKH9HT$(H$HD$0HD$Ht$8Ht$HL$@HL$\$ tkH\$PH$H<$tRH$ H\$XH\$H|$t2HD$ HD$$\$u 982 D$`HHD$`HH%%D$`HH=D$`HHh 983 984 985 runtime.eqstring 986 runtime.eqstring 987 runtime.memequal 988 0runtime.morestack_noctxt0"".autotmp_0478type.string"".autotmp_0477type.string"".autotmp_0476?type.string"".autotmp_0475type.string"".~r2 type.bool"".q,type.*"".SectionHeader"".p,type.*"".SectionHeader> sTgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440\prebuilts/go/darwin-x86/src/debug/macho/fat.go*type..hash."".SectioneH%H;aH H\$(H$H<$H\$0H\$HD$H\$(H$H<$t^H$HHD$0HD$HD$H\$(H$H<$t,H$XHD$0HD$HD$H\$H\$8H %%%i4 992 993 l 994 6type..hash."".SectionHeader 995 "runtime.interhash 996 runtime.memhash 997 0runtime.morestack_noctxt0@"".~r2 type.uintptr"".htype.uintptr"".p type.*"".Section@?@,5Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb\prebuilts/go/darwin-x86/src/debug/macho/fat.go&type..eq."".SectioneH%H;aHHHL$PHH\$XHH$H\$\$u 1002 D$`HHH\$XHHKHHsPH\$PHtxHCHHSPH9uaHD$(H$HT$0HT$HL$8HL$Ht$@Ht$\$ t+Hl$PH]XLD$XIhXH9t 1003 D$`HHD$`HHD$`HHj2 1004 ~ 1005 2type..eq."".SectionHeader 1006 runtime.ifaceeq 1007 0runtime.morestack_noctxt0 1008 "".autotmp_0482? type.io.ReaderAt"".autotmp_0481 type.io.ReaderAt"".~r2 type.bool"".q type.*"".Section"".p type.*"".Section>? />Tgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440\prebuilts/go/darwin-x86/src/debug/macho/fat.go("".(*Section).ReadAteH%H;aHPHY Ht H|$XH9;uH#11H$H$H\$XHtpHKHHkPH\$`H\$H\$hH\$H\$pH\$H\$xH\$ Hl$HH,$HL$@HY HT$(HL$0HD$8H$H$H$HP6 1013 1014 0runtime.morestack_noctxt 1015 io.err`type.errorio.nPtype.intio.off@type.int64io.ptype.[]uint8""..this type.*"".Section 1018 BTgclocals6d46c0650eba7dbebc0db316e0e0cf3bTgclocals23e8278e2b69a3a75fa59b23c49ed6ad<autogenerated>""".Section.ReadAteH%H;aHPHY Ht H|$XH9;uH#11H$H$H$H$H$H\$H$H\$H$H\$H$H\$ HD$HH$HL$@HY HT$(HL$0HD$8H$H$H$HP1 1022 1023 0runtime.morestack_noctxt 1024 io.errtype.errorio.ntype.intio.offtype.int64io.ptype.[]uint8""..thistype."".Section9Tgclocalse2b4f7086298d70fc3564ac7e51127dfTgclocals23e8278e2b69a3a75fa59b23c49ed6ad<autogenerated>&"".(*LoadBytes).RaweH%H;aH0HY Ht H|$8H9;uH#1H\$81H9uEHH$HD$HH\$HD$ HH\$ HD$(H\$8Ht!HHKHk1HT$@HL$HHl$PH0F 1034 |"go.string."macho"*go.string."LoadBytes"go.string."Raw" 1035 "runtime.panicwrap 1036 0runtime.morestack_noctxt@`"".~r0type.[]uint8""..this$type.*"".LoadBytes`_` 1038 yGTgclocals2fccd208efe70893f9ac8d682812ae72Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>("".(*LoadCmd).StringeH%H;aH0HY Ht H|$8H9;uH#1H\$@H\$HH\$81H9uEHH$HD$HH\$HD$HH\$ HD$(H\$8+,$HL$HD$HL$@HD$HH0D 1042 "go.string."macho"&go.string."LoadCmd"$go.string."String" 1043 "runtime.panicwrap 1044 """.LoadCmd.String 1045 0runtime.morestack_noctxt0`"".~r0type.string""..this type.*"".LoadCmd`_`=Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>,"".(*LoadCmd).GoStringeH%H;aH0HY Ht H|$8H9;uH#1H\$@H\$HH\$81H9uEHH$HD$HH\$HD$HH\$ HD$(H\$8+,$HL$HD$HL$@HD$HH0D 1051 "go.string."macho"&go.string."LoadCmd"(go.string."GoString" 1052 "runtime.panicwrap 1053 &"".LoadCmd.GoString 1054 0runtime.morestack_noctxt0`"".~r0type.string""..this type.*"".LoadCmd`_`=Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>(type..hash."".SymboleH%H;aH H\$(H$H<$H\$0H\$HD$H\$(H$H<$tgH$HD$0HD$HD$HD$H\$(H$H<$t,H$HD$0HD$HD$H\$H\$8H %%%`+ 1058 1059 l 1060 runtime.strhash 1061 runtime.memhash 1062 runtime.memhash 1063 0runtime.morestack_noctxt0@"".~r2 type.uintptr"".htype.uintptr"".ptype.*"".Symbol@?@35Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb\prebuilts/go/darwin-x86/src/debug/macho/fat.go$type..eq."".SymboleH%H;aHHH\$PHH3HKH\$XHHHCH9Ht$8H4$HL$@HL$HT$(HT$HD$0HD$\$ H\$PH$H<$tjH$H\$XH\$H|$tJHD$\$u 1067 D$`HHHl$PH]LD$XIhH9t 1068 D$`HHD$`HH%%D$`HH" 1069 1070 runtime.eqstring 1071 $runtime.memequal32 1072 0runtime.morestack_noctxt0 1073 "".autotmp_0494?type.string"".autotmp_0493type.string"".~r2 type.bool"".qtype.*"".Symbol"".ptype.*"".Symbol> sTgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440\prebuilts/go/darwin-x86/src/debug/macho/fat.go "".(*Symtab).RaweH%HY Ht H|$H9;uH#1H\$HtHHKHk1HT$HL$Hl$ 1078 @"".~r0type.[]uint8""..thistype.*"".SymtabPPPTgclocals2fccd208efe70893f9ac8d682812ae72Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>"".Symtab.RaweH%HY Ht H|$H9;uH#1HT$HL$HD$1HT$PHL$XHD$` 1082 "".~r0type.[]uint8""..thistype."".SymtabPPPTgclocals091f326ecf6cce9435ec9ce0e9c97773Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>$"".(*Dysymtab).RaweH%HY Ht H|$H9;uH#1H\$HtHHKHk1HT$HL$Hl$ 1086 @"".~r0type.[]uint8""..this"type.*"".DysymtabPPPTgclocals2fccd208efe70893f9ac8d682812ae72Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>"".Dysymtab.RaweH%HY Ht H|$H9;uH#1HT$HL$HD$1H$H$H$ 1090 "".~r0type.[]uint8""..this type."".DysymtabPPPTgclocals072f897d7ac60a2af9f8808f334028dfTgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>6type..hash."".SegmentHeadereH%H;aH H\$(H$H<$H\$0H\$HD$HD$H\$(H$H<$t^H$HD$0HD$HD$H\$(H$H<$t,H$HD$0HD$HD$0H\$H\$8H %%%`+ 1093 1094 ~ 1095 runtime.memhash 1096 runtime.strhash 1097 runtime.memhash 1098 0runtime.morestack_noctxt0@"".~r2 type.uintptr"".htype.uintptr"".p,type.*"".SegmentHeader@?@3>Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb\prebuilts/go/darwin-x86/src/debug/macho/fat.go2type..eq."".SegmentHeadereH%H;aHHHL$PHD$X(9t 1102 D$`HHYh9t 1103 D$`HHHqHIHPH@H9Ht$8H4$HL$@HL$HT$(HT$HD$0HD$\$ tkH\$PH$H<$tRH$H\$XH\$H|$t2HD$HD$0\$u 1104 D$`HHD$`HH%%D$`HH 1105 1106 runtime.eqstring 1107 runtime.memequal 1108 0runtime.morestack_noctxt0 1109 "".autotmp_0501?type.string"".autotmp_0500type.string"".~r2 type.bool"".q,type.*"".SegmentHeader"".p,type.*"".SegmentHeaderJ Tgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440\prebuilts/go/darwin-x86/src/debug/macho/fat.go""".(*Segment).RaweH%HY Ht H|$H9;uH#1H\$HtHHKHk1HT$HL$Hl$ 1113 @"".~r0type.[]uint8""..this type.*"".SegmentPPPTgclocals2fccd208efe70893f9ac8d682812ae72Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>"".Segment.RaweH%HY Ht H|$H9;uH#1HT$HL$HD$1H$H$H$ 1117 "".~r0type.[]uint8""..thistype."".SegmentPPPTgclocals46a1c1ab0387f1543139b4068e5704b3Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>("".(*Segment).ReadAteH%H;aHPHY Ht H|$XH9;uH#11H$H$H\$XHtpHK`HkhH\$`H\$H\$hH\$H\$pH\$H\$xH\$ Hl$HH,$HL$@HY HT$(HL$0HD$8H$H$H$HP6 1121 1122 0runtime.morestack_noctxt 1123 io.err`type.errorio.nPtype.intio.off@type.int64io.ptype.[]uint8""..this type.*"".Segment BTgclocals6d46c0650eba7dbebc0db316e0e0cf3bTgclocals23e8278e2b69a3a75fa59b23c49ed6ad<autogenerated>""".Segment.ReadAteH%H;aHPHY Ht H|$XH9;uH#11H$H$H$H$H$H\$H$H\$H$H\$H$H\$ HD$HH$HL$@HY HT$(HL$0HD$8H$H$H$HP1 1129 1130 0runtime.morestack_noctxt 1131 io.errtype.errorio.ntype.intio.offtype.int64io.ptype.[]uint8""..thistype."".Segment"9Tgclocalsd262a45ab522dafec3666c000188fd17Tgclocals23e8278e2b69a3a75fa59b23c49ed6ad<autogenerated>*type..hash."".FatArcheH%H;avH H\$(H$H<$tbH\$0H\$HD$HD$H\$(H$H<$t,H$HD$0HD$HD$H\$H\$8H %%h 1137 n 1138 runtime.memhash 1139 runtime.memhash 1140 0runtime.morestack_noctxt0@"".~r2 type.uintptr"".htype.uintptr"".p type.*"".FatArch@h?@$ 1142 6jTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb\prebuilts/go/darwin-x86/src/debug/macho/fat.go&type..eq."".FatArcheH%H;avxH HL$(HteH\$0HtVH$H\$HD$\$u 1145 D$8H Hl$(H]LD$0IhH9t 1146 D$8H D$8H o 1147 x 1148 runtime.memequal 1149 0runtime.morestack_noctxt0@"".~r2 type.bool"".q type.*"".FatArch"".p type.*"".FatArch"@@?@ ?@ ?@! 1151 ;eTgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocals33cdeccccebe80329f1fdbee7f5874cb\prebuilts/go/darwin-x86/src/debug/macho/fat.go&"".(*FatArch).Close@>1H\$H\$H\$HkHl$6 "".(*File).Close0"".~r0type.error""..this type.*"".FatArch $ Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>2"".(*FatArch).parseSymtab`PHD$h1H\$pH\$xH\$HkHl$H,"".(*File).parseSymtab"".~r6type.error"".~r5type.*"".Symtab"".offsettype.int64"".hdr$type.*"".SymtabCmd"".cmddatptype.[]uint8"".strtab@type.[]uint8"".symdattype.[]uint8""..this type.*"".FatArch00&0Tgclocals31b664e705afeb14fb6410f1ce6578b4Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>2"".(*FatArch).pushSection@&H\$HkHl$,"".(*File).pushSection@"".r type.io.ReaderAt 1156 "".sh type.*"".Section""..this type.*"".FatArch ( Tgclocals31b2ddfd7c7062d584469c95698a3e1dTgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>*"".(*FatArch).Segment@8HD$ H\$HkHl$0$"".(*File).Segment@"".~r10 type.*"".Segment"".nametype.string""..this type.*"".FatArch * Tgclocals0ebb2d1da58c1b4224bf5a7b370d7578Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>*"".(*FatArch).Section@8HD$ H\$HkHl$0$"".(*File).Section@"".~r10 type.*"".Section"".nametype.string""..this type.*"".FatArch , Tgclocals0ebb2d1da58c1b4224bf5a7b370d7578Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>&"".(*FatArch).DWARF`PHD$1H\$H\$ H\$HkHl$H "".(*File).DWARF@"".~r1 type.error"".~r0,type.*debug/dwarf.Data""..this type.*"".FatArch00.0Tgclocals2fccd208efe70893f9ac8d682812ae72Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>:"".(*FatArch).ImportedSymbols``1H\$H\$H\$ 1H\$(H\$0H\$HkHl$X4"".(*File).ImportedSymbols`"".~r1@type.error"".~r0type.[]string""..this type.*"".FatArch0000Tgclocals6432f8c6a0d23fa7bee6c5d96f21a92aTgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>>"".(*FatArch).ImportedLibraries``1H\$H\$H\$ 1H\$(H\$0H\$HkHl$X8"".(*File).ImportedLibraries`"".~r1@type.error"".~r0type.[]string""..this type.*"".FatArch0020Tgclocals6432f8c6a0d23fa7bee6c5d96f21a92aTgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated> "".FatArch.CloseeH%H;avMHHY Ht H|$ H9;uH#1H\$@H\$HH\$8H$HL$HD$HL$@HD$HH 1167 ~ 1168 "".(*File).Close 1169 0runtime.morestack_noctxt`0"".~r0@type.error""..thistype."".FatArch0H/0p4p 1171 >2Tgclocals5673b80ff38a1b463f633e405c8da5ddTgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>,"".FatArch.parseSymtabeH%H;aHxHY HtH$H9;uH#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\$XHT$`HL$hHD$pH$H$H$Hx 1173 1174 ,"".(*File).parseSymtab 1175 0runtime.morestack_noctxt"".~r6type.error"".~r5type.*"".Symtab"".offsettype.int64"".hdr$type.*"".SymtabCmd"".cmddattype.[]uint8"".strtabptype.[]uint8"".symdat@type.[]uint8""..thistype."".FatArch6CTgclocals98762bb2660916a5350aca10f782dd22Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>,"".FatArch.pushSectioneH%HD$H;AHHY HtH$H9;uH#H$H$H\$XH$H$H$H$HHD$`HPHHhPHHXHHH9HkPHHl$X=H+H\$Xk0H\$XHHk(H$H\$xH$H$HL$@Hl$HHH$HL$@HD$HD$pHl$xH(H$=HhHHHHLD$HHLHh H\$XH=HCXH1H9tUH\$XHKXH\$XHt=H$HCHH$=uHKPHLCPL$HL$HH$HH\$HH\$HD$yLCXL$HD$T<L@L$Hl$HL$@HD$pH$Hl$gHH$HT$HD$HL$Hl$ HT$(HD$0HL$8H\$`HtKHHD$PHHkPHKXHT$h=u HSHLCHL$HT$HT$hHD$P#* 1184 6runtime.writeBarrierEnabled*type.io.SectionReader 1185 "runtime.newobject6runtime.writeBarrierEnabled6runtime.writeBarrierEnabledJgo.itab.*io.SectionReader.io.ReaderAt6runtime.writeBarrierEnabled 1186 .runtime.writebarrierptr,type.*io.SectionReader type.io.ReaderAtJgo.itab.*io.SectionReader.io.ReaderAt 1187 runtime.typ2Itab 1188 .runtime.writebarrierptr 1189 .runtime.writebarrierptr 1190 .runtime.writebarrierptr $type.[]*"".Section 1191 "runtime.growslice 1192 6runtime.writeBarrierEnabled 1193 1194 .runtime.writebarrierptr 1196 0runtime.morestack_noctxtp"".autotmp_0518o,type.*io.SectionReader"".autotmp_0517,type.*io.SectionReaderio.n4type.int64io.off3type.int64io.r2_ type.io.ReaderAt"".r? type.io.ReaderAt 1197 "".sh type.*"".Section"".ftype.*"".File"".rP type.io.ReaderAt 1198 "".sh@ type.*"".Section""..thistype."".FatArch8& 1199 .:)V%Tgclocals069fa8a164012c962333972e354ecb0bTgclocals71064acfe1682f05734f4afd5915a773<autogenerated>$"".FatArch.SegmenteH%H;avKH HY Ht H|$(H9;uH#H\$@H$H\$HH\$H\$PH\$H\$H\$XH 1203 1204 $"".(*File).Segment 1205 0runtime.morestack_noctxtp@"".~r1` type.*"".Segment"".name@type.string""..thistype."".FatArch@F?@p:p 1207 F*Tgclocals686369526fbc4e6b3f7ad8453ecca347Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>$"".FatArch.SectioneH%H;avKH HY Ht H|$(H9;uH#H\$@H$H\$HH\$H\$PH\$H\$H\$XH 1210 1211 $"".(*File).Section 1212 0runtime.morestack_noctxtp@"".~r1` type.*"".Section"".name@type.string""..thistype."".FatArch@F?@p<p 1214 F*Tgclocals686369526fbc4e6b3f7ad8453ecca347Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated> "".FatArch.DWARFeH%H;avWH HY Ht H|$(H9;uH#1H\$PH\$XH\$@H$HT$HL$HD$HT$HHL$PHD$XH 1217 ~ 1218 "".(*File).DWARF 1219 0runtime.morestack_noctxtp@"".~r1Ptype.error"".~r0@,type.*debug/dwarf.Data""..thistype."".FatArch@R?@ 1222 p>p 1223 >2Tgclocals6c763e815c63ae658fa50104fac9b1c6Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>4"".FatArch.ImportedSymbolseH%H;av|H0HY Ht H|$8H9;uH#1H\$XH\$`H\$h1H\$pH\$xH\$PH$Ht$Hl$HT$HL$ HD$(Ht$XHl$`HT$hHL$pHD$xH0k 1226 1227 4"".(*File).ImportedSymbols 1228 0runtime.morestack_noctxt`"".~r1ptype.error"".~r0@type.[]string""..thistype."".FatArch`w_`@ 1231 OQTgclocalsa0af82f232905219b39b5aa1a5a36fcbTgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>8"".FatArch.ImportedLibrarieseH%H;av|H0HY Ht H|$8H9;uH#1H\$XH\$`H\$h1H\$pH\$xH\$PH$Ht$Hl$HT$HL$ HD$(Ht$XHl$`HT$hHL$pHD$xH0k 1234 1235 8"".(*File).ImportedLibraries 1236 0runtime.morestack_noctxt`"".~r1ptype.error"".~r0@type.[]string""..thistype."".FatArch`w_`B 1239 OQTgclocalsa0af82f232905219b39b5aa1a5a36fcbTgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>4type..hash.[2]interface {}eH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([ 1241 1242 (runtime.nilinterhash 1243 0runtime.morestack_noctxt0P 1244 "".autotmp_0534type.int"".autotmp_0533type.int"".~r2 type.uintptr"".htype.uintptr"".p*type.*[2]interface {}POP 1246 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb\prebuilts/go/darwin-x86/src/debug/macho/fat.go0type..eq.[2]interface {}eH%H;aHX1HD$(Hl$(H9HD$0H\$hHHHHHHsH\$`HtvHHHHHSH9uVHD$8H$HT$@HT$HL$HHL$Ht$PHt$\$ t HD$0HHl$(H9nD$pHXD$pHXc 1249 1250 runtime.efaceeq 1251 0runtime.morestack_noctxt0"".autotmp_0538?"type.interface {}"".autotmp_0537"type.interface {}"".autotmp_0536_type.int"".autotmp_0535Otype.int"".~r2 type.bool"".q*type.*[2]interface {}"".p*type.*[2]interface {}& STgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440\prebuilts/go/darwin-x86/src/debug/macho/fat.go4type..hash.[3]interface {}eH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([ 1255 1256 (runtime.nilinterhash 1257 0runtime.morestack_noctxt0P 1258 "".autotmp_0540type.int"".autotmp_0539type.int"".~r2 type.uintptr"".htype.uintptr"".p*type.*[3]interface {}POP 1260 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb\prebuilts/go/darwin-x86/src/debug/macho/fat.go0type..eq.[3]interface {}eH%H;aHX1HD$(Hl$(H9HD$0H\$hHHHHHHsH\$`HtvHHHHHSH9uVHD$8H$HT$@HT$HL$HHL$Ht$PHt$\$ t HD$0HHl$(H9nD$pHXD$pHXc 1263 1264 runtime.efaceeq 1265 0runtime.morestack_noctxt0"".autotmp_0544?"type.interface {}"".autotmp_0543"type.interface {}"".autotmp_0542_type.int"".autotmp_0541Otype.int"".~r2 type.bool"".q*type.*[3]interface {}"".p*type.*[3]interface {}& STgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440\prebuilts/go/darwin-x86/src/debug/macho/fat.go4type..hash.[1]interface {}eH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([ 1269 1270 (runtime.nilinterhash 1271 0runtime.morestack_noctxt0P 1272 "".autotmp_0546type.int"".autotmp_0545type.int"".~r2 type.uintptr"".htype.uintptr"".p*type.*[1]interface {}POP 1274 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb\prebuilts/go/darwin-x86/src/debug/macho/fat.go0type..eq.[1]interface {}eH%H;aHX1HD$(Hl$(H9HD$0H\$hHHHHHHsH\$`HtvHHHHHSH9uVHD$8H$HT$@HT$HL$HHL$Ht$PHt$\$ t HD$0HHl$(H9nD$pHXD$pHXc 1277 1278 runtime.efaceeq 1279 0runtime.morestack_noctxt0"".autotmp_0550?"type.interface {}"".autotmp_0549"type.interface {}"".autotmp_0548_type.int"".autotmp_0547Otype.int"".~r2 type.bool"".q*type.*[1]interface {}"".p*type.*[1]interface {}& STgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440\prebuilts/go/darwin-x86/src/debug/macho/fat.go"".(*Dylib).RaweH%HY Ht H|$H9;uH#1H\$HtHHKHk1HT$HL$Hl$ 1284 @"".~r0type.[]uint8""..thistype.*"".DylibPPDPTgclocals2fccd208efe70893f9ac8d682812ae72Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>"".Dylib.RaweH%HY Ht H|$H9;uH#1HT$HL$HD$1HT$@HL$HHD$P 1288 "".~r0ptype.[]uint8""..thistype."".DylibPPFPTgclocals286d22ee245f0375a91fa1ab79dfc8dcTgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>(type..hash.[4]stringeH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([ 1291 1292 runtime.strhash 1293 0runtime.morestack_noctxt0P 1294 "".autotmp_0554type.int"".autotmp_0553type.int"".~r2 type.uintptr"".htype.uintptr"".ptype.*[4]stringPOP 1296 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb\prebuilts/go/darwin-x86/src/debug/macho/fat.go$type..eq.[4]stringeH%H;aHX1HD$(Hl$(H9HD$0H\$`HHHHH3HKH\$hHtvHHHHHCH9uVHt$HH4$HL$PHL$HT$8HT$HD$@HD$\$ t HD$0HHl$(H9nD$pHXD$pHXc 1298 1299 runtime.eqstring 1300 0runtime.morestack_noctxt0"".autotmp_0558?type.string"".autotmp_0557type.string"".autotmp_0556_type.int"".autotmp_0555Otype.int"".~r2 type.bool"".qtype.*[4]string"".ptype.*[4]string& STgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440\prebuilts/go/darwin-x86/src/debug/macho/fat.go*type..hash."".intNameeH%H;avvH H\$(H$H<$tYH\$0H\$HD$HD$H\$(H$H<$t#H$HD$0HD$H\$H\$8H %%q 1304 n 1305 runtime.memhash 1306 runtime.strhash 1307 0runtime.morestack_noctxt0@"".~r2 type.uintptr"".htype.uintptr"".p type.*"".intName@_?@ 1309 6ZTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb\prebuilts/go/darwin-x86/src/debug/macho/fat.go&type..eq."".intNameeH%H;avHHHL$PHD$X(9t 1311 D$`HHHqHIHPH@H9u@Ht$8H4$HL$@HL$HT$(HT$HD$0HD$\$ t 1312 D$`HHD$`HHh 1313 1314 runtime.eqstring 1315 0runtime.morestack_noctxt0 1316 "".autotmp_0560?type.string"".autotmp_0559type.string"".~r2 type.bool"".q type.*"".intName"".p type.*"".intName0T 1318 k5Tgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440\prebuilts/go/darwin-x86/src/debug/macho/fat.go0type..hash.[5]"".intNameeH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HkHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([ 1320 1321 *type..hash."".intName 1322 0runtime.morestack_noctxt0P 1323 "".autotmp_0562type.int"".autotmp_0561type.int"".~r2 type.uintptr"".htype.uintptr"".p&type.*[5]"".intNamePOP 1325 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb\prebuilts/go/darwin-x86/src/debug/macho/fat.go,type..eq.[5]"".intNameeH%H;aHX1HD$(Hl$(H9HD$0HL$`HH\$hHHkHHHHkHH(9ukHqHIHPH@H9uVHt$HH4$HL$PHL$HT$8HT$HD$@HD$\$ t HD$0HHl$(H9]D$pHXD$pHXoO 1327 1328 runtime.eqstring 1329 0runtime.morestack_noctxt0"".autotmp_0568?type.string"".autotmp_0567type.string"".autotmp_0564_type.int"".autotmp_0563Otype.int"".~r2 type.bool"".q&type.*[5]"".intName"".p&type.*[5]"".intName& RTgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440\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)Tgclocals448002f223711a6ecbb3fcbd5289418942 gw'@?@??@??@@@Tgclocals53929ba1428962854bac5db99af1019e08go.itab.*os.File.io.ReaderAt04go.itab.*os.File.io.CloserTgclocals17a51a04ceb6337d7c21306719f8d557@@Tgclocals09fd030e7b6f6eb59c2dfd3610406c0e@@Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals6432f8c6a0d23fa7bee6c5d96f21a92aTgclocals2c033e7f4f4a74cc7e9f368d1fec9f60 Tgclocals7c639281594b5ca3b5c2bcc331d3ab8c 0Ngo.itab.*io.SectionReader.io.ReadSeekerTgclocals224c066661476ee90d4178fff75bb75d((Tgclocalscb395d89503762333b1bfb09ba74eb12((Tgclocals2c033e7f4f4a74cc7e9f368d1fec9f60 Tgclocals7c639281594b5ca3b5c2bcc331d3ab8c Tgclocals224c066661476ee90d4178fff75bb75d((Tgclocalscb395d89503762333b1bfb09ba74eb12((*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 %#xTgclocals7affa7083e8c5b016398fe7323f445aeHHTgclocals948c285cf1025b717e2658a3cccfd415HHTgclocalsd24387c5c2ff8a3e94f5afa1fe021086@@ Tgclocals6362f41c131a6ba748d5aa5430c5ca02@@Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa20|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 commandTgclocals7e52bbacc2ec571574e7e9bf4a6b3dfcO@@@@@@@@@@@ @`@`@@`@@`@ @`@@`H@`H`H`H `H`H`i`I`I`I`IA`I`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`H`@ `@ `@ 1353 `@ `H `H`H`H`H`J```L``L``L``LB`L`H`H`H@`Tgclocals8edb1a0d85cea09aad74eb231c6a4d3aOXgo.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 tableTgclocalsa483a1d2808854a048da253436521ea5`` ` ` Ta a a a a Tgclocals9a5a3a7024c8be006ad8e48741d1a798Tgclocals779a9db66b13ba07fa384043ce5edeb900Tgclocals708f82fbe546ed91e45190d1e56e6f2500Tgclocals790e5cc5051fc0affc980ade09e929ecTgclocals89fe65749ce0afc971c0982226501ff0Tgclocals9665b14a8a5c9b467b4b6d5946a9b258 Tgclocalsaefd16b155593f6f07980a05b297ad1f Tgclocalscf89d5c81323c78771a60eb7aec9de00 Tgclocalsaefd16b155593f6f07980a05b297ad1f ,go.string.hdr."abbrev" $go.string."abbrev"$go.string."abbrev"abbrev(go.string.hdr."info" go.string."info" go.string."info" 1356 info(go.string.hdr."line" go.string."line" go.string."line" 1357 line&go.string.hdr."str" go.string."str"go.string."str"str0go.string.hdr."__debug_" (go.string."__debug_"(go.string."__debug_" __debug_Tgclocals8f7c1cd22974ddf093616cda1c293e05PP<UIUIUTgclocalsc87a734079562d73ffd9eee8328c718300Hgo.string.hdr."missing symbol table" @go.string."missing symbol table"@go.string."missing symbol table"0*missing symbol tableTgclocals49cfadf326b2703a3f3cb09b75e3ed9200Tgclocals665da0db10d6ec82b644d9f6aee9e87b00Tgclocalse0215c41a32f26807c4b76bd130fc2ce(( Tgclocalsadb3347b296419e60da36d67f8b7ce43((Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals790e5cc5051fc0affc980ade09e929ecTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals790e5cc5051fc0affc980ade09e929ecTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals790e5cc5051fc0affc980ade09e929ecTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals790e5cc5051fc0affc980ade09e929ec,go.string.hdr."macho." $go.string."macho."$go.string."macho."macho.Tgclocals6d07ab0a37c299682f1d85b92cb6cfd1 Tgclocals519c17f9420bd6cecccb9a064ccebacb"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"+0xTgclocalsa21bcd69831112bd34a31a7b20b717d7(( Tgclocals4c5c0977a05a68da8a51f3539b3a729b((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_0464."".cpuStrings0"type.[]"".intName0""".statictmp_0465."".cmdStrings0"type.[]"".intName0""".statictmp_0466.""".statictmp_0464P&type."".FormatError0Bgo.string."not a fat Mach-O file".""".statictmp_0465$type.[5]"".intName 1362 $go.string."Cpu386"@(go.string."CpuAmd64"p$go.string."CpuArm"$go.string."CpuPpc"(go.string."CpuPpc64".""".statictmp_0466$type.[5]"".intName 1366 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 {}W0 runtime.algarray@"runtime.gcbits.03P8go.string.hdr."interface {}"p4go.weak.type.*interface {}"runtime.zerovalue"type.interface {}Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals895d0569a38a56443b84805daa09d838Tgclocals3bb21ca8fe1d99a3e492463bd711418a: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) string1 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~.80 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.[]bool0 runtime.algarray@"runtime.gcbits.01P,go.string.hdr."[]bool"p(go.weak.type.*[]bool"runtime.zerovaluetype.bool2go.typelink.[]bool []booltype.[]bool.go.string.hdr."[8]bool" &go.string."[8]bool"&go.string."[8]bool"[8]booltype.[8]bools50 runtime.algarray@runtime.gcbits.P.go.string.hdr."[8]bool"p*go.weak.type.*[8]bool"runtime.zerovaluetype.booltype.[]bool6go.typelink.[8]bool [8]booltype.[8]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" 1379 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]boolBa60 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" 1384 ,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" 1386 ,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"StringTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa20go.string.hdr."GoString" (go.string."GoString"(go.string."GoString" GoStringTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Ngo.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;.60 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" 1389 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.*"".Type60 runtime.algarray@"runtime.gcbits.01P6go.string.hdr."*macho.Type"p,go.weak.type.**"".Type"runtime.zerovaluetype."".Type4go.string.hdr."macho.Type" 1395 ,go.string."macho.Type",go.string."macho.Type" macho.Type(go.string.hdr."Type" go.string."Type" go.string."Type" 1396 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.*"".FileHeader9vv60 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" 1399 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" 1402 ,go.string."FileHeader",go.string."FileHeader" FileHeader$type."".FileHeaderpB00type..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."".FileHeaderTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals1347047f6245a35b91e9a4f213167d52<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.*"".LoadL60 runtime.algarray@"runtime.gcbits.01P6go.string.hdr."*macho.Load"p,go.weak.type.**"".Load"runtime.zerovaluetype."".Load4go.string.hdr."macho.Load" 1406 ,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" 1407 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\%J0 runtime.algarray@"runtime.gcbits.01P8go.string.hdr."[]macho.Load"p.go.weak.type.*[]"".Load"runtime.zerovaluetype."".LoadDgo.typelink.[]macho.Load []"".Loadtype.[]"".LoadTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a>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^<S60 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" 1411 Name&go.string.hdr."Seg" go.string."Seg"go.string."Seg"Seg(go.string.hdr."Addr" go.string."Addr" go.string."Addr" 1412 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."".SectionHeaderTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a2type..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"srTgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals6d46c0650eba7dbebc0db316e0e0cf3bTgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocalse2b4f7086298d70fc3564ac7e51127dfgo.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" 1417 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" 1418 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.[]*"".SectionOQ0 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" LoadBytesTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals2fccd208efe70893f9ac8d682812ae72\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"LoadCmdTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Vgo.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.*"".SymtabCmd60 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."".SymtabCmdTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a0type..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.*"".SymbolgI60 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" 1428 Sect(go.string.hdr."Desc" go.string."Desc" go.string."Desc" 1429 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" 1433 SymsTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals2fccd208efe70893f9ac8d682812ae72Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals091f326ecf6cce9435ec9ce0e9c97773ATgo.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.*"".DysymtabCmdCZ60 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" 1437 ,go.string."Iextdefsym",go.string."Iextdefsym" Iextdefsym4go.string.hdr."Nextdefsym" 1438 ,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" 1439 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 1445 <go.string.hdr."Indirectsymoff" 1446 type.uint32 1447 :go.string.hdr."Nindirectsyms"type.uint322go.string.hdr."Extreloff"type.uint32.go.string.hdr."Nextrel"type.uint322go.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.[]uint320 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" IndirectSymsTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals2fccd208efe70893f9ac8d682812ae72Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals072f897d7ac60a2af9f8808f334028df 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" 1460 ,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" 1462 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 1464 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) *"".SectionTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a>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.*"".SegmentHeadere60 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" 1469 Prot*go.string.hdr."Nsect" "go.string."Nsect""go.string."Nsect"Nsect(go.string.hdr."Flag" go.string."Flag" go.string."Flag" 1471 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.SegmentTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals2fccd208efe70893f9ac8d682812ae72Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals46a1c1ab0387f1543139b4068e5704b3pTgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals6d46c0650eba7dbebc0db316e0e0cf3bTgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocalsd262a45ab522dafec3666c000188fd17Vgo.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 1479 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 1483 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.FatArchTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals31b664e705afeb14fb6410f1ce6578b4Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals31b2ddfd7c7062d584469c95698a3e1dTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0ebb2d1da58c1b4224bf5a7b370d7578Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0ebb2d1da58c1b4224bf5a7b370d7578Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals2fccd208efe70893f9ac8d682812ae72Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals6432f8c6a0d23fa7bee6c5d96f21a92aTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals6432f8c6a0d23fa7bee6c5d96f21a92aTgo.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.FatArchTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals5673b80ff38a1b463f633e405c8da5ddTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals98762bb2660916a5350aca10f782dd22$Tgclocals71064acfe1682f05734f4afd5915a773HH 1486 1 Tgclocals069fa8a164012c962333972e354ecb0bHHxxxxxxxTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals686369526fbc4e6b3f7ad8453ecca347Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals686369526fbc4e6b3f7ad8453ecca347Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals6c763e815c63ae658fa50104fac9b1c6Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocalsa0af82f232905219b39b5aa1a5a36fcb Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocalsa0af82f232905219b39b5aa1a5a36fcb 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.[]"".FatArch0 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 1489 { "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 {}Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a<type..hashfunc.[2]interface {}4type..hash.[2]interface {}8type..eqfunc.[2]interface {}0type..eq.[2]interface {}2type..alg.[2]interface {} <type..hashfunc.[2]interface {}8type..eqfunc.[2]interface {}"runtime.gcbits.0f>go.string.hdr."[2]interface {}" 6go.string."[2]interface {}"6go.string."[2]interface {}" [2]interface {}(type.[2]interface {} ,Y02type..alg.[2]interface {}@"runtime.gcbits.0fP>go.string.hdr."[2]interface {}"p:go.weak.type.*[2]interface {}"runtime.zerovalue"type.interface {}&type.[]interface {}Vgo.typelink.[2]interface {} [2]interface {}(type.[2]interface {}@go.string.hdr."*[2]interface {}" 8go.string."*[2]interface {}"8go.string."*[2]interface {}"0"*[2]interface {}*type.*[2]interface {}s-q60 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*[2]interface {}"p<go.weak.type.**[2]interface {}"runtime.zerovalue(type.[2]interface {}Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a<type..hashfunc.[3]interface {}4type..hash.[3]interface {}8type..eqfunc.[3]interface {}0type..eq.[3]interface {}2type..alg.[3]interface {} <type..hashfunc.[3]interface {}8type..eqfunc.[3]interface {}"runtime.gcbits.3f?>go.string.hdr."[3]interface {}" 6go.string."[3]interface {}"6go.string."[3]interface {}" [3]interface {}(type.[3]interface {}0002type..alg.[3]interface {}@"runtime.gcbits.3fP>go.string.hdr."[3]interface {}"p:go.weak.type.*[3]interface {}"runtime.zerovalue"type.interface {}&type.[]interface {}Vgo.typelink.[3]interface {} [3]interface {}(type.[3]interface {}@go.string.hdr."*[3]interface {}" 8go.string."*[3]interface {}"8go.string."*[3]interface {}"0"*[3]interface {}*type.*[3]interface {}60 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*[3]interface {}"p<go.weak.type.**[3]interface {}"runtime.zerovalue(type.[3]interface {}Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a<type..hashfunc.[1]interface {}4type..hash.[1]interface {}8type..eqfunc.[1]interface {}0type..eq.[1]interface {}2type..alg.[1]interface {} <type..hashfunc.[1]interface {}8type..eqfunc.[1]interface {}>go.string.hdr."[1]interface {}" 6go.string."[1]interface {}"6go.string."[1]interface {}" [1]interface {}(type.[1]interface {}P[02type..alg.[1]interface {}@"runtime.gcbits.03P>go.string.hdr."[1]interface {}"p:go.weak.type.*[1]interface {}"runtime.zerovalue"type.interface {}&type.[]interface {}Vgo.typelink.[1]interface {} [1]interface {}(type.[1]interface {}@go.string.hdr."*[1]interface {}" 8go.string."*[1]interface {}"8go.string."*[1]interface {}"0"*[1]interface {}*type.*[1]interface {}560 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*[1]interface {}"p<go.weak.type.**[1]interface {}"runtime.zerovalue(type.[1]interface {}<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" 1494 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~60 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.DylibTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals2fccd208efe70893f9ac8d682812ae72Tgo.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.DylibTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals286d22ee245f0375a91fa1ab79dfc8dc 1500 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)60 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.*"".Section3260 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=60 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.*"".Section6460 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]uint8G60 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.*"".Nlist64tw60 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."".Nlist32w(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.*"".Nlist3260 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.**"".Section60 runtime.algarray@"runtime.gcbits.01P>go.string.hdr."**macho.Section"p4go.weak.type.***"".Section"runtime.zerovalue type.*"".SectionTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a0type..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" 1524 ,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][]uint8Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a2type..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)60 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.[]"".intNameD0 runtime.algarray@"runtime.gcbits.01P>go.string.hdr."[]macho.intName"p4go.weak.type.*[]"".intName"runtime.zerovaluetype."".intNamePgo.typelink.[]macho.intName []"".intName"type.[]"".intNameTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a8type..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_60 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@60 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 1537 $go.string.hdr."FS" 1538 type.uint32 1539 $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:60 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 1547 &go.string.hdr."R14" 1548 type.uint64 1549 &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" 1559 ,go.string."*[4]string",go.string."*[4]string" *[4]stringtype.*[4]stringik60 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[60 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