blob: 4e6d6a2d8f587e8bdf2770156d390ac4ab703985 [file] [log] [blame]
!<arch>
__.PKGDEF 0 0 0 644 48929 `
go object windows amd64 go1.5.1 X:none
build id "58e681a66ea464ba8427d862bad6b4382f3834af"
$$
package amd64
import runtime "runtime"
import obj "cmd/internal/obj"
import log "log"
import fmt "fmt"
import ld "cmd/link/internal/ld"
import elf "debug/elf"
func @"".PADDR (@"".x·2 uint32) (? uint32) { return @"".x·2 &^ 0x80000000 }
import binary "encoding/binary" // indirect
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) }
type @"cmd/link/internal/ld".LinkArch struct { ByteOrder @"encoding/binary".ByteOrder; Name string; Thechar int; Minlc int; Ptrsize int; Regsize int }
import os "os" // indirect
import syscall "syscall" // indirect
type @"syscall".Handle uintptr
type @"syscall".Filetime struct { LowDateTime uint32; HighDateTime uint32 }
func (@"syscall".ft·2 *@"syscall".Filetime "esc:0x1") Nanoseconds () (? int64) { var @"syscall".nsec·3 int64; ; @"syscall".nsec·3 = int64(@"syscall".ft·2.HighDateTime) << 0x20 + int64(@"syscall".ft·2.LowDateTime); @"syscall".nsec·3 -= 0x19db1ded53e8000; @"syscall".nsec·3 *= 0x64; return @"syscall".nsec·3 }
type @"syscall".Win32finddata struct { FileAttributes uint32; CreationTime @"syscall".Filetime; LastAccessTime @"syscall".Filetime; LastWriteTime @"syscall".Filetime; FileSizeHigh uint32; FileSizeLow uint32; Reserved0 uint32; Reserved1 uint32; FileName [259]uint16; AlternateFileName [13]uint16 }
type @"os".dirInfo struct { @"os".data @"syscall".Win32finddata; @"os".needdata bool; @"os".path string; @"os".isempty bool }
import sync "sync" // indirect
type @"sync".Mutex struct { @"sync".state int32; @"sync".sema uint32 }
func (@"sync".m·1 *@"sync".Mutex) Lock ()
func (@"sync".m·1 *@"sync".Mutex) Unlock ()
type @"os".file struct { @"os".fd @"syscall".Handle; @"os".name string; @"os".dirinfo *@"os".dirInfo; @"os".l @"sync".Mutex; @"os".isConsole bool; @"os".lastbits []byte; @"os".readbuf []rune }
func (@"os".file·2 *@"os".file) @"os".close () (? error)
func (@"os".f·2 *@"os".file "esc:0x1") @"os".isdir () (? bool) { return @"os".f·2 != nil && @"os".f·2.@"os".dirinfo != nil }
type @"os".FileMode uint32
func (@"os".m·2 @"os".FileMode) IsDir () (? bool) { return @"os".m·2 & @"os".FileMode(0x80000000) != @"os".FileMode(0x0) }
func (@"os".m·2 @"os".FileMode) IsRegular () (? bool) { return @"os".m·2 & @"os".FileMode(0x8f000000) == @"os".FileMode(0x0) }
func (@"os".m·2 @"os".FileMode) Perm () (? @"os".FileMode) { return @"os".m·2 & @"os".FileMode(0x1ff) }
func (@"os".m·2 @"os".FileMode) String () (? string)
import time "time" // indirect
type @"time".zone struct { @"time".name string; @"time".offset int; @"time".isDST bool }
type @"time".zoneTrans struct { @"time".when int64; @"time".index uint8; @"time".isstd bool; @"time".isutc bool }
type @"time".Location struct { @"time".name string; @"time".zone []@"time".zone; @"time".tx []@"time".zoneTrans; @"time".cacheStart int64; @"time".cacheEnd int64; @"time".cacheZone *@"time".zone }
func (@"time".l·2 *@"time".Location "esc:0x22") String () (? string)
func (@"time".l·2 *@"time".Location "esc:0x1") @"time".firstZoneUsed () (? bool)
func (@"time".l·2 *@"time".Location "esc:0x12") @"time".get () (? *@"time".Location)
func (@"time".l·6 *@"time".Location "esc:0x32") @"time".lookup (@"time".sec·7 int64) (@"time".name·1 string, @"time".offset·2 int, @"time".isDST·3 bool, @"time".start·4 int64, @"time".end·5 int64)
func (@"time".l·2 *@"time".Location "esc:0x1") @"time".lookupFirstZone () (? int)
func (@"time".l·4 *@"time".Location "esc:0x1") @"time".lookupName (@"time".name·5 string "esc:0x1", @"time".unix·6 int64) (@"time".offset·1 int, @"time".isDST·2 bool, @"time".ok·3 bool)
type @"time".Duration int64
func (@"time".d·2 @"time".Duration) Hours () (? float64) { var @"time".hour·3 @"time".Duration; ; @"time".hour·3 = @"time".d·2 / @"time".Duration(0x34630b8a000); var @"time".nsec·4 @"time".Duration; ; @"time".nsec·4 = @"time".d·2 % @"time".Duration(0x34630b8a000); return float64(@"time".hour·3) + float64(@"time".nsec·4) * 8190022623310637111963488201822504381538623676021880892417778544696899264837610290203272971060556344039023584360473938041055625214280336402169897364226048p-553 }
func (@"time".d·2 @"time".Duration) Minutes () (? float64) { var @"time".min·3 @"time".Duration; ; @"time".min·3 = @"time".d·2 / @"time".Duration(0xdf8475800); var @"time".nsec·4 @"time".Duration; ; @"time".nsec·4 = @"time".d·2 % @"time".Duration(0xdf8475800); return float64(@"time".min·3) + float64(@"time".nsec·4) * 7678146209353722106395056769533233877065564876941352542109479049699919628723768656821910653339403201031675627614471533358284117434246264392176261853609984p-547 }
func (@"time".d·2 @"time".Duration) Nanoseconds () (? int64) { return int64(@"time".d·2) }
func (@"time".d·2 @"time".Duration) Seconds () (? float64) { var @"time".sec·3 @"time".Duration; ; @"time".sec·3 = @"time".d·2 / @"time".Duration(0x3b9aca00); var @"time".nsec·4 @"time".Duration; ; @"time".nsec·4 = @"time".d·2 % @"time".Duration(0x3b9aca00); return float64(@"time".sec·3) + float64(@"time".nsec·4) * 7198262071269114660816079141112770740375861891461678802759824945047098083990024106014198994535558872472104883612039846078596891298747423852523262413111296p-541 }
func (@"time".d·2 @"time".Duration) String () (? string)
type @"time".Month int
func (@"time".m·2 @"time".Month) String () (? string) { return @"time".months[@"time".m·2 - @"time".Month(0x1)] }
type @"time".Weekday int
func (@"time".d·2 @"time".Weekday) String () (? string) { return @"time".days[@"time".d·2] }
type @"time".Time struct { @"time".sec int64; @"time".nsec int32; @"time".loc *@"time".Location }
func (@"time".t·2 @"time".Time "esc:0x12") Add (@"time".d·3 @"time".Duration) (? @"time".Time) { @"time".t·2.@"time".sec += int64(@"time".d·3 / @"time".Duration(0x3b9aca00)); var @"time".nsec·4 int32; ; @"time".nsec·4 = int32(@"time".t·2.@"time".nsec) + int32(@"time".d·3 % @"time".Duration(0x3b9aca00)); if @"time".nsec·4 >= 0x3b9aca00 { @"time".t·2.@"time".sec++; @"time".nsec·4 -= 0x3b9aca00 } else { if @"time".nsec·4 < 0x0 { @"time".t·2.@"time".sec--; @"time".nsec·4 += 0x3b9aca00 } }; @"time".t·2.@"time".nsec = @"time".nsec·4; return @"time".t·2 }
func (@"time".t·2 @"time".Time "esc:0x12") AddDate (@"time".years·3 int, @"time".months·4 int, @"time".days·5 int) (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x1") After (@"time".u·3 @"time".Time "esc:0x1") (? bool) { return @"time".t·2.@"time".sec > @"time".u·3.@"time".sec || @"time".t·2.@"time".sec == @"time".u·3.@"time".sec && @"time".t·2.@"time".nsec > @"time".u·3.@"time".nsec }
func (@"time".t·2 @"time".Time "esc:0x9") AppendFormat (@"time".b·3 []byte "esc:0x1a", @"time".layout·4 string "esc:0x9") (? []byte)
func (@"time".t·2 @"time".Time "esc:0x1") Before (@"time".u·3 @"time".Time "esc:0x1") (? bool) { return @"time".t·2.@"time".sec < @"time".u·3.@"time".sec || @"time".t·2.@"time".sec == @"time".u·3.@"time".sec && @"time".t·2.@"time".nsec < @"time".u·3.@"time".nsec }
func (@"time".t·4 @"time".Time "esc:0x1") Clock () (@"time".hour·1 int, @"time".min·2 int, @"time".sec·3 int)
func (@"time".t·4 @"time".Time "esc:0x1") Date () (@"time".year·1 int, @"time".month·2 @"time".Month, @"time".day·3 int)
func (@"time".t·2 @"time".Time "esc:0x1") Day () (? int)
func (@"time".t·2 @"time".Time "esc:0x1") Equal (@"time".u·3 @"time".Time "esc:0x1") (? bool) { return @"time".t·2.@"time".sec == @"time".u·3.@"time".sec && @"time".t·2.@"time".nsec == @"time".u·3.@"time".nsec }
func (@"time".t·2 @"time".Time "esc:0x9") Format (@"time".layout·3 string "esc:0x9") (? string)
func (@"time".t·2 *@"time".Time "esc:0x1") GobDecode (@"time".data·3 []byte "esc:0x1") (? error)
func (@"time".t·3 @"time".Time "esc:0x1") GobEncode () (? []byte, ? error)
func (@"time".t·2 @"time".Time "esc:0x1") Hour () (? int)
func (@"time".t·3 @"time".Time "esc:0x1") ISOWeek () (@"time".year·1 int, @"time".week·2 int)
func (@"time".t·2 @"time".Time "esc:0x12") In (@"time".loc·3 *@"time".Location "esc:0x12") (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x1") IsZero () (? bool) { return @"time".t·2.@"time".sec == 0x0 && @"time".t·2.@"time".nsec == 0x0 }
func (@"time".t·2 @"time".Time "esc:0x12") Local () (? @"time".Time) { @"time".t·2.@"time".loc = @"time".Local; return @"time".t·2 }
func (@"time".t·2 @"time".Time "esc:0x12") Location () (? *@"time".Location) { var @"time".l·3 *@"time".Location; ; @"time".l·3 = @"time".t·2.@"time".loc; if @"time".l·3 == nil { @"time".l·3 = @"time".UTC }; return @"time".l·3 }
func (@"time".t·3 @"time".Time "esc:0x1") MarshalBinary () (? []byte, ? error)
func (@"time".t·3 @"time".Time "esc:0x9") MarshalJSON () (? []byte, ? error)
func (@"time".t·3 @"time".Time "esc:0x9") MarshalText () (? []byte, ? error)
func (@"time".t·2 @"time".Time "esc:0x1") Minute () (? int)
func (@"time".t·2 @"time".Time "esc:0x1") Month () (? @"time".Month)
func (@"time".t·2 @"time".Time "esc:0x1") Nanosecond () (? int) { return int(@"time".t·2.@"time".nsec) }
func (@"time".t·2 @"time".Time "esc:0x12") Round (@"time".d·3 @"time".Duration) (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x1") Second () (? int)
func (@"time".t·2 @"time".Time "esc:0x9") String () (? string)
func (@"time".t·2 @"time".Time "esc:0x1") Sub (@"time".u·3 @"time".Time "esc:0x1") (? @"time".Duration)
func (@"time".t·2 @"time".Time "esc:0x12") Truncate (@"time".d·3 @"time".Duration) (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x12") UTC () (? @"time".Time) { @"time".t·2.@"time".loc = @"time".UTC; return @"time".t·2 }
func (@"time".t·2 @"time".Time "esc:0x1") Unix () (? int64) { return @"time".t·2.@"time".sec + -0xe7791f700 }
func (@"time".t·2 @"time".Time "esc:0x1") UnixNano () (? int64) { return (@"time".t·2.@"time".sec + -0xe7791f700) * 0x3b9aca00 + int64(@"time".t·2.@"time".nsec) }
func (@"time".t·2 *@"time".Time "esc:0x1") UnmarshalBinary (@"time".data·3 []byte "esc:0x1") (? error)
func (@"time".t·2 *@"time".Time "esc:0x1") UnmarshalJSON (@"time".data·3 []byte "esc:0x1") (@"time".err·1 error)
func (@"time".t·2 *@"time".Time "esc:0x1") UnmarshalText (@"time".data·3 []byte "esc:0x1") (@"time".err·1 error)
func (@"time".t·2 @"time".Time "esc:0x1") Weekday () (? @"time".Weekday)
func (@"time".t·2 @"time".Time "esc:0x1") Year () (? int)
func (@"time".t·2 @"time".Time "esc:0x1") YearDay () (? int)
func (@"time".t·3 @"time".Time "esc:0x32") Zone () (@"time".name·1 string, @"time".offset·2 int)
func (@"time".t·2 @"time".Time "esc:0x1") @"time".abs () (? uint64)
func (@"time".t·5 @"time".Time "esc:0x1") @"time".date (@"time".full·6 bool) (@"time".year·1 int, @"time".month·2 @"time".Month, @"time".day·3 int, @"time".yday·4 int)
func (@"time".t·4 @"time".Time "esc:0x32") @"time".locabs () (@"time".name·1 string, @"time".offset·2 int, @"time".abs·3 uint64)
type @"os".FileInfo interface { IsDir() (? bool); ModTime() (? @"time".Time); Mode() (? @"os".FileMode); Name() (? string); Size() (? int64); Sys() (? interface {}) }
type @"os".File struct { @"os".? *@"os".file }
func (@"os".f·2 *@"os".File "esc:0x22") Chdir () (? error) { if @"os".f·2 == nil { return @"os".ErrInvalid }; var @"os".e·3 error; ; @"os".e·3 = @"syscall".Fchdir(@"os".f·2.@"os".file.@"os".fd); if @"os".e·3 != nil { return (&@"os".PathError{ Op:"chdir", Path:@"os".f·2.@"os".file.@"os".name, Err:@"os".e·3 }) }; return nil }
func (@"os".f·2 *@"os".File "esc:0x22") Chmod (@"os".mode·3 @"os".FileMode) (? error)
func (@"os".f·2 *@"os".File "esc:0x22") Chown (@"os".uid·3 int, @"os".gid·4 int) (? error) { if @"os".f·2 == nil { return @"os".ErrInvalid }; var @"os".e·5 error; ; @"os".e·5 = @"syscall".Fchown(@"os".f·2.@"os".file.@"os".fd, @"os".uid·3, @"os".gid·4); if @"os".e·5 != nil { return (&@"os".PathError{ Op:"chown", Path:@"os".f·2.@"os".file.@"os".name, Err:@"os".e·5 }) }; return nil }
func (@"os".file·2 *@"os".File "esc:0x9") Close () (? error)
func (@"os".file·2 *@"os".File "esc:0x1") Fd () (? uintptr) { if @"os".file·2 == nil { return 0xffffffffffffffff }; return uintptr(@"os".file·2.@"os".file.@"os".fd) }
func (@"os".f·2 *@"os".File "esc:0x32") Name () (? string) { return @"os".f·2.@"os".file.@"os".name }
func (@"os".f·3 *@"os".File "esc:0x10a") Read (@"os".b·4 []byte "esc:0x1") (@"os".n·1 int, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x10a") ReadAt (@"os".b·4 []byte "esc:0x1", @"os".off·5 int64) (@"os".n·1 int, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x102") Readdir (@"os".n·4 int) (@"os".fi·1 []@"os".FileInfo, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x102") Readdirnames (@"os".n·4 int) (@"os".names·1 []string, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x10a") Seek (@"os".offset·4 int64, @"os".whence·5 int) (@"os".ret·1 int64, @"os".err·2 error)
func (@"os".file·3 *@"os".File "esc:0x12a") Stat () (? @"os".FileInfo, ? error)
func (@"os".f·2 *@"os".File "esc:0x1") Sync () (? error)
func (@"os".f·2 *@"os".File "esc:0x22") Truncate (@"os".size·3 int64) (? error)
func (@"os".f·3 *@"os".File "esc:0x10a") Write (@"os".b·4 []byte "esc:0x9") (@"os".n·1 int, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x10a") WriteAt (@"os".b·4 []byte "esc:0x1", @"os".off·5 int64) (@"os".n·1 int, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x10a") WriteString (@"os".s·4 string "esc:0x1") (@"os".n·1 int, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x9") @"os".pread (@"os".b·4 []byte "esc:0x1", @"os".off·5 int64) (@"os".n·1 int, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x9") @"os".pwrite (@"os".b·4 []byte "esc:0x1", @"os".off·5 int64) (@"os".n·1 int, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x9") @"os".read (@"os".b·4 []byte "esc:0x1") (@"os".n·1 int, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x9") @"os".readConsole (@"os".b·4 []byte "esc:0x1") (@"os".n·1 int, @"os".err·2 error)
func (@"os".file·3 *@"os".File "esc:0x102") @"os".readdir (@"os".n·4 int) (@"os".fi·1 []@"os".FileInfo, @"os".err·2 error)
func (@"os".file·3 *@"os".File "esc:0x102") @"os".readdirnames (@"os".n·4 int) (@"os".names·1 []string, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x9") @"os".seek (@"os".offset·4 int64, @"os".whence·5 int) (@"os".ret·1 int64, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x9") @"os".write (@"os".b·4 []byte "esc:0x9") (@"os".n·1 int, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x9") @"os".writeConsole (@"os".b·4 []byte "esc:0x9") (@"os".n·1 int, @"os".err·2 error)
import bufio "bufio" // indirect
import io "io" // indirect
type @"io".Reader interface { Read(@"io".p []byte) (@"io".n int, @"io".err error) }
type @"io".Writer interface { Write(@"io".p []byte) (@"io".n int, @"io".err error) }
type @"bufio".Reader struct { @"bufio".buf []byte; @"bufio".rd @"io".Reader; @"bufio".r int; @"bufio".w int; @"bufio".err error; @"bufio".lastByte int; @"bufio".lastRuneSize int }
func (@"bufio".b·2 *@"bufio".Reader "esc:0x1") Buffered () (? int) { return @"bufio".b·2.@"bufio".w - @"bufio".b·2.@"bufio".r }
func (@"bufio".b·3 *@"bufio".Reader "esc:0x10a") Discard (@"bufio".n·4 int) (@"bufio".discarded·1 int, @"bufio".err·2 error)
func (@"bufio".b·3 *@"bufio".Reader "esc:0x12a") Peek (@"bufio".n·4 int) (? []byte, ? error)
func (@"bufio".b·3 *@"bufio".Reader "esc:0x10a") Read (@"bufio".p·4 []byte) (@"bufio".n·1 int, @"bufio".err·2 error)
func (@"bufio".b·3 *@"bufio".Reader "esc:0x10a") ReadByte () (@"bufio".c·1 byte, @"bufio".err·2 error)
func (@"bufio".b·3 *@"bufio".Reader "esc:0x10a") ReadBytes (@"bufio".delim·4 byte) (@"bufio".line·1 []byte, @"bufio".err·2 error)
func (@"bufio".b·4 *@"bufio".Reader "esc:0x82a") ReadLine () (@"bufio".line·1 []byte, @"bufio".isPrefix·2 bool, @"bufio".err·3 error)
func (@"bufio".b·4 *@"bufio".Reader "esc:0x80a") ReadRune () (@"bufio".r·1 rune, @"bufio".size·2 int, @"bufio".err·3 error)
func (@"bufio".b·3 *@"bufio".Reader "esc:0x12a") ReadSlice (@"bufio".delim·4 byte) (@"bufio".line·1 []byte, @"bufio".err·2 error)
func (@"bufio".b·3 *@"bufio".Reader "esc:0x10a") ReadString (@"bufio".delim·4 byte) (@"bufio".line·1 string, @"bufio".err·2 error)
func (@"bufio".b·1 *@"bufio".Reader "esc:0x9") Reset (@"bufio".r·2 @"io".Reader) { @"bufio".b·1.@"bufio".reset(@"bufio".b·1.@"bufio".buf, @"bufio".r·2) }
func (@"bufio".b·2 *@"bufio".Reader "esc:0x1") UnreadByte () (? error) { if @"bufio".b·2.@"bufio".lastByte < 0x0 || @"bufio".b·2.@"bufio".r == 0x0 && @"bufio".b·2.@"bufio".w > 0x0 { return @"bufio".ErrInvalidUnreadByte }; if @"bufio".b·2.@"bufio".r > 0x0 { @"bufio".b·2.@"bufio".r-- } else { @"bufio".b·2.@"bufio".w = 0x1 }; @"bufio".b·2.@"bufio".buf[@"bufio".b·2.@"bufio".r] = byte(@"bufio".b·2.@"bufio".lastByte); @"bufio".b·2.@"bufio".lastByte = -0x1; @"bufio".b·2.@"bufio".lastRuneSize = -0x1; return nil }
func (@"bufio".b·2 *@"bufio".Reader "esc:0x1") UnreadRune () (? error) { if @"bufio".b·2.@"bufio".lastRuneSize < 0x0 || @"bufio".b·2.@"bufio".r < @"bufio".b·2.@"bufio".lastRuneSize { return @"bufio".ErrInvalidUnreadRune }; @"bufio".b·2.@"bufio".r -= @"bufio".b·2.@"bufio".lastRuneSize; @"bufio".b·2.@"bufio".lastByte = -0x1; @"bufio".b·2.@"bufio".lastRuneSize = -0x1; return nil }
func (@"bufio".b·3 *@"bufio".Reader "esc:0x10a") WriteTo (@"bufio".w·4 @"io".Writer) (@"bufio".n·1 int64, @"bufio".err·2 error)
func (@"bufio".b·1 *@"bufio".Reader "esc:0x9") @"bufio".fill ()
func (@"bufio".b·2 *@"bufio".Reader "esc:0x22") @"bufio".readErr () (? error) { var @"bufio".err·3 error; ; @"bufio".err·3 = @"bufio".b·2.@"bufio".err; @"bufio".b·2.@"bufio".err = nil; return @"bufio".err·3 }
func (@"bufio".b·1 *@"bufio".Reader "esc:0x1") @"bufio".reset (@"bufio".buf·2 []byte, @"bufio".r·3 @"io".Reader) { *@"bufio".b·1 = (@"bufio".Reader{ @"bufio".buf:@"bufio".buf·2, @"bufio".rd:@"bufio".r·3, @"bufio".lastByte:-0x1, @"bufio".lastRuneSize:-0x1 }) }
func (@"bufio".b·3 *@"bufio".Reader "esc:0x9") @"bufio".writeBuf (@"bufio".w·4 @"io".Writer) (? int64, ? error)
type @"bufio".Writer struct { @"bufio".err error; @"bufio".buf []byte; @"bufio".n int; @"bufio".wr @"io".Writer }
func (@"bufio".b·2 *@"bufio".Writer "esc:0x1") Available () (? int) { return len(@"bufio".b·2.@"bufio".buf) - @"bufio".b·2.@"bufio".n }
func (@"bufio".b·2 *@"bufio".Writer "esc:0x1") Buffered () (? int) { return @"bufio".b·2.@"bufio".n }
func (@"bufio".b·2 *@"bufio".Writer "esc:0x2a") Flush () (? error)
func (@"bufio".b·3 *@"bufio".Writer "esc:0x10a") ReadFrom (@"bufio".r·4 @"io".Reader) (@"bufio".n·1 int64, @"bufio".err·2 error)
func (@"bufio".b·1 *@"bufio".Writer "esc:0x1") Reset (@"bufio".w·2 @"io".Writer) { @"bufio".b·1.@"bufio".err = nil; @"bufio".b·1.@"bufio".n = 0x0; @"bufio".b·1.@"bufio".wr = @"bufio".w·2 }
func (@"bufio".b·3 *@"bufio".Writer "esc:0x10a") Write (@"bufio".p·4 []byte) (@"bufio".nn·1 int, @"bufio".err·2 error)
func (@"bufio".b·2 *@"bufio".Writer "esc:0x2a") WriteByte (@"bufio".c·3 byte) (? error)
func (@"bufio".b·3 *@"bufio".Writer "esc:0x10a") WriteRune (@"bufio".r·4 rune) (@"bufio".size·1 int, @"bufio".err·2 error)
func (@"bufio".b·3 *@"bufio".Writer "esc:0x10a") WriteString (@"bufio".s·4 string "esc:0x9") (? int, ? error)
func (@"bufio".b·2 *@"bufio".Writer "esc:0x2a") @"bufio".flush () (? error)
type @"cmd/internal/obj".Biobuf struct { @"cmd/internal/obj".f *@"os".File; @"cmd/internal/obj".r *@"bufio".Reader; @"cmd/internal/obj".w *@"bufio".Writer; @"cmd/internal/obj".linelen int }
func (@"cmd/internal/obj".b·2 *@"cmd/internal/obj".Biobuf "esc:0x3a") Flush () (? error)
func (@"cmd/internal/obj".b·3 *@"cmd/internal/obj".Biobuf "esc:0x1ba") Peek (@"cmd/internal/obj".n·4 int) (? []byte, ? error)
func (@"cmd/internal/obj".b·3 *@"cmd/internal/obj".Biobuf "esc:0x18a") Read (@"cmd/internal/obj".p·4 []byte) (? int, ? error)
func (@"cmd/internal/obj".b·3 *@"cmd/internal/obj".Biobuf "esc:0x18a") Write (@"cmd/internal/obj".p·4 []byte) (? int, ? error)
type @"debug/elf".SymType int
func (@"debug/elf".i·2 @"debug/elf".SymType) GoString () (? string)
func (@"debug/elf".i·2 @"debug/elf".SymType) String () (? string)
type @"cmd/link/internal/ld".Segment struct { Rwx uint8; Vaddr uint64; Length uint64; Fileoff uint64; Filelen uint64; Sect *@"cmd/link/internal/ld".Section }
type @"cmd/link/internal/ld".ElfShdr struct { @"cmd/link/internal/ld".name uint32; @"cmd/link/internal/ld".type_ uint32; @"cmd/link/internal/ld".flags uint64; @"cmd/link/internal/ld".addr uint64; @"cmd/link/internal/ld".off uint64; @"cmd/link/internal/ld".size uint64; @"cmd/link/internal/ld".link uint32; @"cmd/link/internal/ld".info uint32; @"cmd/link/internal/ld".addralign uint64; @"cmd/link/internal/ld".entsize uint64; @"cmd/link/internal/ld".shnum int; @"cmd/link/internal/ld".secsym *@"cmd/link/internal/ld".LSym }
type @"cmd/link/internal/ld".Section struct { Rwx uint8; Extnum int16; Align int32; Name string; Vaddr uint64; Length uint64; Next *@"cmd/link/internal/ld".Section; Seg *@"cmd/link/internal/ld".Segment; Elfsect *@"cmd/link/internal/ld".ElfShdr; Reloff uint64; Rellen uint64 }
type @"cmd/link/internal/ld".Auto struct { Asym *@"cmd/link/internal/ld".LSym; Link *@"cmd/link/internal/ld".Auto; Aoffset int32; Name int16; Gotype *@"cmd/link/internal/ld".LSym }
type @"cmd/link/internal/ld".Pcdata struct { P []byte }
type @"cmd/link/internal/ld".Pcln struct { Pcsp @"cmd/link/internal/ld".Pcdata; Pcfile @"cmd/link/internal/ld".Pcdata; Pcline @"cmd/link/internal/ld".Pcdata; Pcdata []@"cmd/link/internal/ld".Pcdata; Npcdata int; Funcdata []*@"cmd/link/internal/ld".LSym; Funcdataoff []int64; Nfuncdata int; File []*@"cmd/link/internal/ld".LSym; Nfile int; Mfile int; Lastfile *@"cmd/link/internal/ld".LSym; Lastindex int }
type @"cmd/link/internal/ld".Reloc struct { Off int32; Siz uint8; Done uint8; Type int32; Variant int32; Add int64; Xadd int64; Sym *@"cmd/link/internal/ld".LSym; Xsym *@"cmd/link/internal/ld".LSym }
type @"cmd/link/internal/ld".LSym struct { Name string; Extname string; Type int16; Version int16; Dupok uint8; Cfunc uint8; External uint8; Nosplit uint8; Reachable bool; Cgoexport uint8; Special uint8; Stkcheck uint8; Hide uint8; Leaf uint8; Localentry uint8; Onlist uint8; ElfType @"debug/elf".SymType; Dynid int32; Plt int32; Got int32; Align int32; Elfsym int32; Args int32; Locals int32; Value int64; Size int64; Hash *@"cmd/link/internal/ld".LSym; Allsym *@"cmd/link/internal/ld".LSym; Next *@"cmd/link/internal/ld".LSym; Sub *@"cmd/link/internal/ld".LSym; Outer *@"cmd/link/internal/ld".LSym; Gotype *@"cmd/link/internal/ld".LSym; Reachparent *@"cmd/link/internal/ld".LSym; Queue *@"cmd/link/internal/ld".LSym; File string; Dynimplib string; Dynimpvers string; Sect *@"cmd/link/internal/ld".Section; Autom *@"cmd/link/internal/ld".Auto; Pcln *@"cmd/link/internal/ld".Pcln; P []byte; R []@"cmd/link/internal/ld".Reloc; Local bool }
func (@"cmd/link/internal/ld".s·2 *@"cmd/link/internal/ld".LSym "esc:0x2a") String () (? string)
type @"cmd/link/internal/ld".symVer struct { @"cmd/link/internal/ld".sym string; @"cmd/link/internal/ld".ver int }
type @"cmd/link/internal/ld".Library struct { Objref string; Srcref string; File string; Pkg string; Shlib string; @"cmd/link/internal/ld".hash []byte }
type @"debug/elf".Class uint8
func (@"debug/elf".i·2 @"debug/elf".Class) GoString () (? string)
func (@"debug/elf".i·2 @"debug/elf".Class) String () (? string)
type @"debug/elf".Data uint8
func (@"debug/elf".i·2 @"debug/elf".Data) GoString () (? string)
func (@"debug/elf".i·2 @"debug/elf".Data) String () (? string)
type @"debug/elf".Version uint8
func (@"debug/elf".i·2 @"debug/elf".Version) GoString () (? string)
func (@"debug/elf".i·2 @"debug/elf".Version) String () (? string)
type @"debug/elf".OSABI uint8
func (@"debug/elf".i·2 @"debug/elf".OSABI) GoString () (? string)
func (@"debug/elf".i·2 @"debug/elf".OSABI) String () (? string)
type @"debug/elf".Type uint16
func (@"debug/elf".i·2 @"debug/elf".Type) GoString () (? string)
func (@"debug/elf".i·2 @"debug/elf".Type) String () (? string)
type @"debug/elf".Machine uint16
func (@"debug/elf".i·2 @"debug/elf".Machine) GoString () (? string)
func (@"debug/elf".i·2 @"debug/elf".Machine) String () (? string)
type @"debug/elf".FileHeader struct { Class @"debug/elf".Class; Data @"debug/elf".Data; Version @"debug/elf".Version; OSABI @"debug/elf".OSABI; ABIVersion uint8; ByteOrder @"encoding/binary".ByteOrder; Type @"debug/elf".Type; Machine @"debug/elf".Machine; Entry uint64 }
type @"debug/elf".SectionType uint32
func (@"debug/elf".i·2 @"debug/elf".SectionType) GoString () (? string)
func (@"debug/elf".i·2 @"debug/elf".SectionType) String () (? string)
type @"debug/elf".SectionFlag uint32
func (@"debug/elf".i·2 @"debug/elf".SectionFlag) GoString () (? string)
func (@"debug/elf".i·2 @"debug/elf".SectionFlag) String () (? string)
type @"debug/elf".SectionHeader struct { Name string; Type @"debug/elf".SectionType; Flags @"debug/elf".SectionFlag; Addr uint64; Offset uint64; Size uint64; Link uint32; Info uint32; Addralign uint64; Entsize uint64 }
type @"io".ReaderAt interface { ReadAt(@"io".p []byte, @"io".off int64) (@"io".n int, @"io".err error) }
type @"io".SectionReader struct { @"io".r @"io".ReaderAt; @"io".base int64; @"io".off int64; @"io".limit int64 }
func (@"io".s·3 *@"io".SectionReader "esc:0x9") Read (@"io".p·4 []byte) (@"io".n·1 int, @"io".err·2 error)
func (@"io".s·3 *@"io".SectionReader "esc:0x9") ReadAt (@"io".p·4 []byte, @"io".off·5 int64) (@"io".n·1 int, @"io".err·2 error)
func (@"io".s·3 *@"io".SectionReader "esc:0x1") Seek (@"io".offset·4 int64, @"io".whence·5 int) (? int64, ? error)
func (@"io".s·2 *@"io".SectionReader "esc:0x1") Size () (? int64) { return @"io".s·2.@"io".limit - @"io".s·2.@"io".base }
type @"io".ReadSeeker interface { Read(@"io".p []byte) (@"io".n int, @"io".err error); Seek(@"io".offset int64, @"io".whence int) (? int64, ? error) }
type @"debug/elf".Section struct { ? @"debug/elf".SectionHeader; ? @"io".ReaderAt; @"debug/elf".sr *@"io".SectionReader }
func (@"debug/elf".s·3 *@"debug/elf".Section "esc:0x9") Data () (? []byte, ? error)
func (@"debug/elf".s·2 *@"debug/elf".Section "esc:0xa") Open () (? @"io".ReadSeeker) { return @"io".NewSectionReader(@"debug/elf".s·2.@"debug/elf".sr, 0x0, 0x7fffffffffffffff) }
type @"debug/elf".ProgType int
func (@"debug/elf".i·2 @"debug/elf".ProgType) GoString () (? string)
func (@"debug/elf".i·2 @"debug/elf".ProgType) String () (? string)
type @"debug/elf".ProgFlag uint32
func (@"debug/elf".i·2 @"debug/elf".ProgFlag) GoString () (? string)
func (@"debug/elf".i·2 @"debug/elf".ProgFlag) String () (? string)
type @"debug/elf".ProgHeader struct { Type @"debug/elf".ProgType; Flags @"debug/elf".ProgFlag; Off uint64; Vaddr uint64; Paddr uint64; Filesz uint64; Memsz uint64; Align uint64 }
type @"debug/elf".Prog struct { ? @"debug/elf".ProgHeader; ? @"io".ReaderAt; @"debug/elf".sr *@"io".SectionReader }
func (@"debug/elf".p·2 *@"debug/elf".Prog "esc:0xa") Open () (? @"io".ReadSeeker) { return @"io".NewSectionReader(@"debug/elf".p·2.@"debug/elf".sr, 0x0, 0x7fffffffffffffff) }
type @"io".Closer interface { Close() (? error) }
type @"debug/elf".verneed struct { File string; Name string }
import dwarf "debug/dwarf" // indirect
type @"debug/dwarf".Tag uint32
func (@"debug/dwarf".t·2 @"debug/dwarf".Tag) GoString () (? string)
func (@"debug/dwarf".t·2 @"debug/dwarf".Tag) String () (? string)
type @"debug/dwarf".Attr uint32
func (@"debug/dwarf".a·2 @"debug/dwarf".Attr) GoString () (? string)
func (@"debug/dwarf".a·2 @"debug/dwarf".Attr) String () (? string)
type @"debug/dwarf".format uint32
type @"debug/dwarf".Class int
func (@"debug/dwarf".i·2 @"debug/dwarf".Class) GoString () (? string)
func (@"debug/dwarf".i·2 @"debug/dwarf".Class) String () (? string)
type @"debug/dwarf".afield struct { @"debug/dwarf".attr @"debug/dwarf".Attr; @"debug/dwarf".fmt @"debug/dwarf".format; @"debug/dwarf".class @"debug/dwarf".Class }
type @"debug/dwarf".abbrev struct { @"debug/dwarf".tag @"debug/dwarf".Tag; @"debug/dwarf".children bool; @"debug/dwarf".field []@"debug/dwarf".afield }
type @"debug/dwarf".abbrevTable map[uint32]@"debug/dwarf".abbrev
type @"debug/dwarf".CommonType struct { ByteSize int64; Name string }
func (@"debug/dwarf".c·2 *@"debug/dwarf".CommonType "esc:0x12") Common () (? *@"debug/dwarf".CommonType) { return @"debug/dwarf".c·2 }
func (@"debug/dwarf".c·2 *@"debug/dwarf".CommonType "esc:0x1") Size () (? int64) { return @"debug/dwarf".c·2.ByteSize }
type @"debug/dwarf".Type interface { Common() (? *@"debug/dwarf".CommonType); Size() (? int64); String() (? string) }
type @"debug/dwarf".Offset uint32
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 }
func (@"debug/dwarf".u·2 *@"debug/dwarf".unit "esc:0x1") @"debug/dwarf".addrsize () (? int) { return @"debug/dwarf".u·2.@"debug/dwarf".asize }
func (@"debug/dwarf".u·3 *@"debug/dwarf".unit "esc:0x1") @"debug/dwarf".dwarf64 () (? bool, ? bool) { return @"debug/dwarf".u·3.@"debug/dwarf".is64, true }
func (@"debug/dwarf".u·2 *@"debug/dwarf".unit "esc:0x1") @"debug/dwarf".version () (? int) { return @"debug/dwarf".u·2.@"debug/dwarf".vers }
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 }
type @"debug/dwarf".dataFormat interface { @"debug/dwarf".addrsize() (? int); @"debug/dwarf".dwarf64() (@"debug/dwarf".dwarf64 bool, @"debug/dwarf".isKnown bool); @"debug/dwarf".version() (? int) }
type @"debug/dwarf".Field struct { Attr @"debug/dwarf".Attr; Val interface {}; Class @"debug/dwarf".Class }
type @"debug/dwarf".Entry struct { Offset @"debug/dwarf".Offset; Tag @"debug/dwarf".Tag; Children bool; Field []@"debug/dwarf".Field }
func (@"debug/dwarf".e·2 *@"debug/dwarf".Entry "esc:0x22") AttrField (@"debug/dwarf".a·3 @"debug/dwarf".Attr) (? *@"debug/dwarf".Field)
func (@"debug/dwarf".e·2 *@"debug/dwarf".Entry "esc:0x32") Val (@"debug/dwarf".a·3 @"debug/dwarf".Attr) (? interface {})
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 }
func (@"debug/dwarf".b·2 *@"debug/dwarf".buf "esc:0x9") @"debug/dwarf".addr () (? uint64)
func (@"debug/dwarf".b·2 *@"debug/dwarf".buf "esc:0x2a") @"debug/dwarf".bytes (@"debug/dwarf".n·3 int) (? []byte) { if len(@"debug/dwarf".b·2.@"debug/dwarf".data) < @"debug/dwarf".n·3 { @"debug/dwarf".b·2.@"debug/dwarf".error("underflow"); return nil }; var @"debug/dwarf".data·4 []byte; ; @"debug/dwarf".data·4 = @"debug/dwarf".b·2.@"debug/dwarf".data[0x0:@"debug/dwarf".n·3]; @"debug/dwarf".b·2.@"debug/dwarf".data = @"debug/dwarf".b·2.@"debug/dwarf".data[@"debug/dwarf".n·3:]; @"debug/dwarf".b·2.@"debug/dwarf".off += @"debug/dwarf".Offset(@"debug/dwarf".n·3); return @"debug/dwarf".data·4 }
func (@"debug/dwarf".b·2 *@"debug/dwarf".buf "esc:0x9") @"debug/dwarf".entry (@"debug/dwarf".atab·3 @"debug/dwarf".abbrevTable "esc:0x1", @"debug/dwarf".ubase·4 @"debug/dwarf".Offset) (? *@"debug/dwarf".Entry)
func (@"debug/dwarf".b·1 *@"debug/dwarf".buf "esc:0x9") @"debug/dwarf".error (@"debug/dwarf".s·2 string) { if @"debug/dwarf".b·1.@"debug/dwarf".err == nil { @"debug/dwarf".b·1.@"debug/dwarf".data = nil; @"debug/dwarf".b·1.@"debug/dwarf".err = (@"debug/dwarf".DecodeError{ Name:@"debug/dwarf".b·1.@"debug/dwarf".name, Offset:@"debug/dwarf".b·1.@"debug/dwarf".off, Err:@"debug/dwarf".s·2 }) } }
func (@"debug/dwarf".b·2 *@"debug/dwarf".buf "esc:0x1") @"debug/dwarf".int () (? int64)
func (@"debug/dwarf".b·1 *@"debug/dwarf".buf "esc:0x9") @"debug/dwarf".skip (@"debug/dwarf".n·2 int) { @"debug/dwarf".b·1.@"debug/dwarf".bytes(@"debug/dwarf".n·2) }
func (@"debug/dwarf".b·2 *@"debug/dwarf".buf "esc:0x9") @"debug/dwarf".string () (? string)
func (@"debug/dwarf".b·2 *@"debug/dwarf".buf "esc:0x1") @"debug/dwarf".uint () (? uint64)
func (@"debug/dwarf".b·2 *@"debug/dwarf".buf "esc:0x9") @"debug/dwarf".uint16 () (? uint16)
func (@"debug/dwarf".b·2 *@"debug/dwarf".buf "esc:0x9") @"debug/dwarf".uint32 () (? uint32)
func (@"debug/dwarf".b·2 *@"debug/dwarf".buf "esc:0x9") @"debug/dwarf".uint64 () (? uint64)
func (@"debug/dwarf".b·2 *@"debug/dwarf".buf "esc:0x9") @"debug/dwarf".uint8 () (? uint8) { if len(@"debug/dwarf".b·2.@"debug/dwarf".data) < 0x1 { @"debug/dwarf".b·2.@"debug/dwarf".error("underflow"); return 0x0 }; var @"debug/dwarf".val·3 byte; ; @"debug/dwarf".val·3 = @"debug/dwarf".b·2.@"debug/dwarf".data[0x0]; @"debug/dwarf".b·2.@"debug/dwarf".data = @"debug/dwarf".b·2.@"debug/dwarf".data[0x1:]; @"debug/dwarf".b·2.@"debug/dwarf".off++; return @"debug/dwarf".val·3 }
func (@"debug/dwarf".b·3 *@"debug/dwarf".buf "esc:0x9") @"debug/dwarf".unitLength () (@"debug/dwarf".length·1 @"debug/dwarf".Offset, @"debug/dwarf".dwarf64·2 bool)
func (@"debug/dwarf".b·3 *@"debug/dwarf".buf "esc:0x1") @"debug/dwarf".varint () (@"debug/dwarf".c·1 uint64, @"debug/dwarf".bits·2 uint)
type @"debug/dwarf".LineFile struct { Name string; Mtime uint64; Length int }
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 }
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 }
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 }
func (@"debug/dwarf".r·2 *@"debug/dwarf".LineReader "esc:0x2a") Next (@"debug/dwarf".entry·3 *@"debug/dwarf".LineEntry "esc:0x1") (? error)
func (@"debug/dwarf".r·1 *@"debug/dwarf".LineReader "esc:0x9") Reset ()
func (@"debug/dwarf".r·1 *@"debug/dwarf".LineReader "esc:0x9") Seek (@"debug/dwarf".pos·2 @"debug/dwarf".LineReaderPos) { @"debug/dwarf".r·1.@"debug/dwarf".buf.@"debug/dwarf".off = @"debug/dwarf".pos·2.@"debug/dwarf".off; @"debug/dwarf".r·1.@"debug/dwarf".buf.@"debug/dwarf".data = @"debug/dwarf".r·1.@"debug/dwarf".section[@"debug/dwarf".r·1.@"debug/dwarf".buf.@"debug/dwarf".off:@"debug/dwarf".r·1.@"debug/dwarf".endOffset]; @"debug/dwarf".r·1.@"debug/dwarf".fileEntries = @"debug/dwarf".r·1.@"debug/dwarf".fileEntries[:@"debug/dwarf".pos·2.@"debug/dwarf".numFileEntries]; @"debug/dwarf".r·1.@"debug/dwarf".state = @"debug/dwarf".pos·2.@"debug/dwarf".state; @"debug/dwarf".r·1.@"debug/dwarf".fileIndex = @"debug/dwarf".pos·2.@"debug/dwarf".fileIndex }
func (@"debug/dwarf".r·2 *@"debug/dwarf".LineReader "esc:0x2a") SeekPC (@"debug/dwarf".pc·3 uint64, @"debug/dwarf".entry·4 *@"debug/dwarf".LineEntry "esc:0x1") (? error)
func (@"debug/dwarf".r·2 *@"debug/dwarf".LineReader "esc:0x22") Tell () (? @"debug/dwarf".LineReaderPos) { return (@"debug/dwarf".LineReaderPos{ @"debug/dwarf".off:@"debug/dwarf".r·2.@"debug/dwarf".buf.@"debug/dwarf".off, @"debug/dwarf".numFileEntries:len(@"debug/dwarf".r·2.@"debug/dwarf".fileEntries), @"debug/dwarf".state:@"debug/dwarf".r·2.@"debug/dwarf".state, @"debug/dwarf".fileIndex:@"debug/dwarf".r·2.@"debug/dwarf".fileIndex }) }
func (@"debug/dwarf".r·1 *@"debug/dwarf".LineReader "esc:0x1") @"debug/dwarf".advancePC (@"debug/dwarf".opAdvance·2 int) { var @"debug/dwarf".opIndex·3 int; ; @"debug/dwarf".opIndex·3 = @"debug/dwarf".r·1.@"debug/dwarf".state.OpIndex + @"debug/dwarf".opAdvance·2; @"debug/dwarf".r·1.@"debug/dwarf".state.Address += uint64(@"debug/dwarf".r·1.@"debug/dwarf".minInstructionLength * (@"debug/dwarf".opIndex·3 / @"debug/dwarf".r·1.@"debug/dwarf".maxOpsPerInstruction)); @"debug/dwarf".r·1.@"debug/dwarf".state.OpIndex = @"debug/dwarf".opIndex·3 % @"debug/dwarf".r·1.@"debug/dwarf".maxOpsPerInstruction }
func (@"debug/dwarf".r·3 *@"debug/dwarf".LineReader "esc:0x10a") @"debug/dwarf".readFileEntry () (? bool, ? error)
func (@"debug/dwarf".r·2 *@"debug/dwarf".LineReader "esc:0x2a") @"debug/dwarf".readHeader () (? error)
func (@"debug/dwarf".r·1 *@"debug/dwarf".LineReader "esc:0x9") @"debug/dwarf".resetState () { @"debug/dwarf".r·1.@"debug/dwarf".state = (@"debug/dwarf".LineEntry{ Address:0x0, OpIndex:0x0, File:nil, Line:0x1, Column:0x0, IsStmt:@"debug/dwarf".r·1.@"debug/dwarf".defaultIsStmt, BasicBlock:false, PrologueEnd:false, EpilogueBegin:false, ISA:0x0, Discriminator:0x0 }); @"debug/dwarf".r·1.@"debug/dwarf".fileIndex = 0x1; @"debug/dwarf".r·1.@"debug/dwarf".updateFile() }
func (@"debug/dwarf".r·2 *@"debug/dwarf".LineReader "esc:0x9") @"debug/dwarf".step (@"debug/dwarf".entry·3 *@"debug/dwarf".LineEntry "esc:0x1") (? bool)
func (@"debug/dwarf".r·1 *@"debug/dwarf".LineReader "esc:0x9") @"debug/dwarf".updateFile () { if @"debug/dwarf".r·1.@"debug/dwarf".fileIndex < len(@"debug/dwarf".r·1.@"debug/dwarf".fileEntries) { @"debug/dwarf".r·1.@"debug/dwarf".state.File = @"debug/dwarf".r·1.@"debug/dwarf".fileEntries[@"debug/dwarf".r·1.@"debug/dwarf".fileIndex] } else { @"debug/dwarf".r·1.@"debug/dwarf".state.File = nil } }
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) }
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 }
func (@"debug/dwarf".r·2 *@"debug/dwarf".Reader "esc:0x1") AddressSize () (? int) { return @"debug/dwarf".r·2.@"debug/dwarf".d.@"debug/dwarf".unit[@"debug/dwarf".r·2.@"debug/dwarf".unit].@"debug/dwarf".asize }
func (@"debug/dwarf".r·3 *@"debug/dwarf".Reader "esc:0x10a") Next () (? *@"debug/dwarf".Entry, ? error)
func (@"debug/dwarf".r·1 *@"debug/dwarf".Reader "esc:0x9") Seek (@"debug/dwarf".off·2 @"debug/dwarf".Offset)
func (@"debug/dwarf".r·1 *@"debug/dwarf".Reader "esc:0x9") SkipChildren ()
func (@"debug/dwarf".r·2 *@"debug/dwarf".Reader "esc:0x9") @"debug/dwarf".clone () (? @"debug/dwarf".typeReader)
func (@"debug/dwarf".r·1 *@"debug/dwarf".Reader "esc:0x9") @"debug/dwarf".maybeNextUnit ()
func (@"debug/dwarf".r·2 *@"debug/dwarf".Reader "esc:0x1") @"debug/dwarf".offset () (? @"debug/dwarf".Offset) { return @"debug/dwarf".r·2.@"debug/dwarf".b.@"debug/dwarf".off }
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 }
func (@"debug/dwarf".d·2 *@"debug/dwarf".Data) AddTypes (@"debug/dwarf".name·3 string, @"debug/dwarf".types·4 []byte) (? error)
func (@"debug/dwarf".d·3 *@"debug/dwarf".Data) LineReader (@"debug/dwarf".cu·4 *@"debug/dwarf".Entry) (? *@"debug/dwarf".LineReader, ? error)
func (@"debug/dwarf".d·2 *@"debug/dwarf".Data) Reader () (? *@"debug/dwarf".Reader)
func (@"debug/dwarf".d·3 *@"debug/dwarf".Data) Type (@"debug/dwarf".off·4 @"debug/dwarf".Offset) (? @"debug/dwarf".Type, ? error)
func (@"debug/dwarf".d·2 *@"debug/dwarf".Data "esc:0x1") @"debug/dwarf".offsetToUnit (@"debug/dwarf".off·3 @"debug/dwarf".Offset) (? int)
func (@"debug/dwarf".d·3 *@"debug/dwarf".Data) @"debug/dwarf".parseAbbrev (@"debug/dwarf".off·4 uint32, @"debug/dwarf".vers·5 int) (? @"debug/dwarf".abbrevTable, ? error)
func (@"debug/dwarf".d·2 *@"debug/dwarf".Data) @"debug/dwarf".parseTypes (@"debug/dwarf".name·3 string, @"debug/dwarf".types·4 []byte) (? error)
func (@"debug/dwarf".d·3 *@"debug/dwarf".Data) @"debug/dwarf".parseUnits () (? []@"debug/dwarf".unit, ? error)
func (@"debug/dwarf".d·3 *@"debug/dwarf".Data) @"debug/dwarf".readType (@"debug/dwarf".name·4 string, @"debug/dwarf".r·5 @"debug/dwarf".typeReader, @"debug/dwarf".off·6 @"debug/dwarf".Offset, @"debug/dwarf".typeCache·7 map[@"debug/dwarf".Offset]@"debug/dwarf".Type "esc:0x1") (? @"debug/dwarf".Type, ? error)
func (@"debug/dwarf".d·3 *@"debug/dwarf".Data) @"debug/dwarf".sigToType (@"debug/dwarf".sig·4 uint64) (? @"debug/dwarf".Type, ? error)
type @"debug/elf".DynTag int
func (@"debug/elf".i·2 @"debug/elf".DynTag) GoString () (? string)
func (@"debug/elf".i·2 @"debug/elf".DynTag) String () (? string)
type @"debug/elf".SectionIndex int
func (@"debug/elf".i·2 @"debug/elf".SectionIndex) GoString () (? string)
func (@"debug/elf".i·2 @"debug/elf".SectionIndex) String () (? string)
type @"debug/elf".Symbol struct { Name string; Info byte; Other byte; Section @"debug/elf".SectionIndex; Value uint64; Size uint64 }
type @"debug/elf".ImportedSymbol struct { Name string; Version string; Library string }
type @"debug/elf".File struct { ? @"debug/elf".FileHeader; Sections []*@"debug/elf".Section; Progs []*@"debug/elf".Prog; @"debug/elf".closer @"io".Closer; @"debug/elf".gnuNeed []@"debug/elf".verneed; @"debug/elf".gnuVersym []byte }
func (@"debug/elf".f·2 *@"debug/elf".File "esc:0x9") Close () (? error)
func (@"debug/elf".f·3 *@"debug/elf".File "esc:0x9") DWARF () (? *@"debug/dwarf".Data, ? error)
func (@"debug/elf".f·3 *@"debug/elf".File "esc:0x9") DynString (@"debug/elf".tag·4 @"debug/elf".DynTag) (? []string, ? error)
func (@"debug/elf".f·3 *@"debug/elf".File "esc:0x9") DynamicSymbols () (? []@"debug/elf".Symbol, ? error)
func (@"debug/elf".f·3 *@"debug/elf".File "esc:0x9") ImportedLibraries () (? []string, ? error)
func (@"debug/elf".f·3 *@"debug/elf".File "esc:0x9") ImportedSymbols () (? []@"debug/elf".ImportedSymbol, ? error)
func (@"debug/elf".f·2 *@"debug/elf".File "esc:0x32") Section (@"debug/elf".name·3 string "esc:0x1") (? *@"debug/elf".Section)
func (@"debug/elf".f·2 *@"debug/elf".File "esc:0x32") SectionByType (@"debug/elf".typ·3 @"debug/elf".SectionType) (? *@"debug/elf".Section)
func (@"debug/elf".f·3 *@"debug/elf".File "esc:0x9") Symbols () (? []@"debug/elf".Symbol, ? error)
func (@"debug/elf".f·2 *@"debug/elf".File "esc:0x9") @"debug/elf".applyRelocations (@"debug/elf".dst·3 []byte, @"debug/elf".rels·4 []byte) (? error)
func (@"debug/elf".f·2 *@"debug/elf".File "esc:0x9") @"debug/elf".applyRelocations386 (@"debug/elf".dst·3 []byte, @"debug/elf".rels·4 []byte) (? error)
func (@"debug/elf".f·2 *@"debug/elf".File "esc:0x9") @"debug/elf".applyRelocationsAMD64 (@"debug/elf".dst·3 []byte, @"debug/elf".rels·4 []byte) (? error)
func (@"debug/elf".f·2 *@"debug/elf".File "esc:0x9") @"debug/elf".applyRelocationsARM (@"debug/elf".dst·3 []byte, @"debug/elf".rels·4 []byte) (? error)
func (@"debug/elf".f·2 *@"debug/elf".File "esc:0x9") @"debug/elf".applyRelocationsARM64 (@"debug/elf".dst·3 []byte, @"debug/elf".rels·4 []byte) (? error)
func (@"debug/elf".f·2 *@"debug/elf".File "esc:0x9") @"debug/elf".applyRelocationsPPC (@"debug/elf".dst·3 []byte, @"debug/elf".rels·4 []byte) (? error)
func (@"debug/elf".f·2 *@"debug/elf".File "esc:0x9") @"debug/elf".applyRelocationsPPC64 (@"debug/elf".dst·3 []byte, @"debug/elf".rels·4 []byte) (? error)
func (@"debug/elf".f·4 *@"debug/elf".File "esc:0x9") @"debug/elf".getSymbols (@"debug/elf".typ·5 @"debug/elf".SectionType) (? []@"debug/elf".Symbol, ? []byte, ? error)
func (@"debug/elf".f·4 *@"debug/elf".File "esc:0x9") @"debug/elf".getSymbols32 (@"debug/elf".typ·5 @"debug/elf".SectionType) (? []@"debug/elf".Symbol, ? []byte, ? error)
func (@"debug/elf".f·4 *@"debug/elf".File "esc:0x9") @"debug/elf".getSymbols64 (@"debug/elf".typ·5 @"debug/elf".SectionType) (? []@"debug/elf".Symbol, ? []byte, ? error)
func (@"debug/elf".f·1 *@"debug/elf".File "esc:0x9") @"debug/elf".gnuVersion (@"debug/elf".i·2 int, @"debug/elf".sym·3 *@"debug/elf".ImportedSymbol "esc:0x1")
func (@"debug/elf".f·1 *@"debug/elf".File "esc:0x9") @"debug/elf".gnuVersionInit (@"debug/elf".str·2 []byte "esc:0x1")
func (@"debug/elf".f·3 *@"debug/elf".File "esc:0x9") @"debug/elf".stringTable (@"debug/elf".link·4 uint32) (? []byte, ? error)
type @"cmd/link/internal/ld".Shlib struct { Path string; Hash []byte; Deps []string; File *@"debug/elf".File }
type @"cmd/link/internal/ld".Link struct { Thechar int32; Thestring string; Goarm int32; Headtype int; Arch *@"cmd/link/internal/ld".LinkArch; Debugasm int32; Debugvlog int32; Bso *@"cmd/internal/obj".Biobuf; Windows int32; Goroot string; Hash map[@"cmd/link/internal/ld".symVer]*@"cmd/link/internal/ld".LSym; Allsym *@"cmd/link/internal/ld".LSym; Nsymbol int32; Tlsg *@"cmd/link/internal/ld".LSym; Libdir []string; Library []*@"cmd/link/internal/ld".Library; Shlibs []@"cmd/link/internal/ld".Shlib; Tlsoffset int; Diag func(? string, ? ...interface {}); Cursym *@"cmd/link/internal/ld".LSym; Version int; Textp *@"cmd/link/internal/ld".LSym; Etextp *@"cmd/link/internal/ld".LSym; Nhistfile int32; Filesyms *@"cmd/link/internal/ld".LSym }
func @"".Addcall (@"".ctxt·2 *@"cmd/link/internal/ld".Link "esc:0x1", @"".s·3 *@"cmd/link/internal/ld".LSym "esc:0x9", @"".t·4 *@"cmd/link/internal/ld".LSym) (? int64)
const @"".MaxAlign = 0x20
const @"".FuncAlign = 0x10
const @"".MINLC = 0x1
const @"".DWARFREGSP = 0x7
const @"".DWARFREGLR = 0x10
func @"".Main ()
func @"".init ()
var @"time".months [12]string
var @"time".days [7]string
var @"time".Local *@"time".Location
var @"time".UTC *@"time".Location
var @"os".ErrInvalid error
func @"syscall".Fchdir (@"syscall".fd·2 @"syscall".Handle) (@"syscall".err·1 error) { return @"syscall".Errno(@"syscall".Errno(0x20000082)) }
type @"os".PathError struct { Op string; Path string; Err error }
func (@"os".e·2 *@"os".PathError "esc:0x9") Error () (? string)
func @"syscall".Fchown (@"syscall".fd·2 @"syscall".Handle, @"syscall".uid·3 int, @"syscall".gid·4 int) (@"syscall".err·1 error) { return @"syscall".Errno(@"syscall".Errno(0x20000082)) }
var @"bufio".ErrInvalidUnreadByte error
var @"bufio".ErrInvalidUnreadRune error
func @"io".NewSectionReader (@"io".r·2 @"io".ReaderAt, @"io".off·3 int64, @"io".n·4 int64) (? *@"io".SectionReader) { return (&@"io".SectionReader{ @"io".r:@"io".r·2, @"io".base:@"io".off·3, @"io".off:@"io".off·3, @"io".limit:@"io".off·3 + @"io".n·4 }) }
type @"debug/dwarf".DecodeError struct { Name string; Offset @"debug/dwarf".Offset; Err string }
func (@"debug/dwarf".e·2 @"debug/dwarf".DecodeError "esc:0x1") Error () (? string)
type @"syscall".Errno uintptr
func (@"syscall".e·2 @"syscall".Errno) Error () (? string)
func (@"syscall".e·2 @"syscall".Errno) Temporary () (? bool) { return @"syscall".e·2 == @"syscall".Errno(0x20000026) || @"syscall".e·2 == @"syscall".Errno(0x2000003b) || @"syscall".e·2.Timeout() }
func (@"syscall".e·2 @"syscall".Errno) Timeout () (? bool) { return @"syscall".e·2 == @"syscall".Errno(0x20000006) || @"syscall".e·2 == @"syscall".Errno(0x2000007f) || @"syscall".e·2 == @"syscall".Errno(0x20000079) }
$$
�_go_.o 0 0 0 644 104276 `
go object windows amd64 go1.5.1 X:none
!
��go13ld$cmd/internal/obj.a,cmd/link/internal/ld.adebug/elf.a
fmt.a
log.a�þ"".PADDR�� ��‹\$ãÿÿÿ‰\$Ã� ��� "".~r1�type.uint32�"".x��type.uint32���V��Tgclocals·23e8278e2b69a3a75fa59b23c49ed6ad�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���rprebuilts/go/linux-x86/src/cmd/link/internal/amd64/asm.goþ"".Addcall��  ��’ eH‹ %(���H‹‰����HD$ÐH;A† ��Hì°���H‹„$À���HÇÅ���@ˆh(H‹h`H‰l$@H‹h`HƒÅH‰h`H‹œ$¸���H‰$H‰D$H‹h`H‰l$è����H‹Œ$À���H¼$€���1ÀHƒÇðè����H‰ËH‰L$PH‹‘��H‹��H‹‰��H‰ÅHÿÅH9͇ò���H‰«��H‰ÓH‰ÅHkí0HëH¬$€���H‰\$H‰l$H-����H‰,$è����H‹\$PH‹ƒ��HÿÈH‹“��H‹‹��H‹«��H‰l$xH‰ÓH‰T$hH‰ÅH‰L$pH9ÈswHkí0HëH‰ØH‰\$XHƒû�t^H‹¬$È���€=�����u4H‰k H‹l$@‰í‰(Ç@���Æ@¶XH‹l$@HëH‰œ$Ð���HÄ°���ÃLC L‰$H‰l$è����H‹D$X뷉ëžè���� H����H‰$H‰T$H‰D$H‰L$H‰l$ è����H‹T$(H‹D$0H‹L$8H‹\$PHƒû�tWH‰ÅH‰D$HHÿÅH‰«��H‰‹��H‰T$`€=�����u H‰“��é¤þÿÿLƒ��L‰$H‰T$è����H‹T$`H‹D$Hé€þÿÿ‰ë¥è����é·ýÿÿ������Ò
��8cmd/link/internal/ld.Symgrow���ˆ
‚ � runtime.duffzero���º��>type.cmd/link/internal/ld.Reloc���Ì
��(runtime.typedmemmove���Ž�6runtime.writeBarrierEnabled��� 
��.runtime.writebarrierptr�����$runtime.panicindex���Ò��Btype.[]cmd/link/internal/ld.Reloc���Œ
��"runtime.growslice���ˆ�6runtime.writeBarrierEnabled���Ð
��.runtime.writebarrierptr���€ 
��0runtime.morestack_noctxt���@à��"".autotmp_0002�_>type.cmd/link/internal/ld.Reloc�2cmd/link/internal/ld.s·2�¿>type.*cmd/link/internal/ld.LSym�"".r�¯@type.*cmd/link/internal/ld.Reloc�"".i�ßtype.int64� "".~r3�0type.int64�"".t� >type.*cmd/link/internal/ld.LSym�"".s�>type.*cmd/link/internal/ld.LSym�"".ctxt��>type.*cmd/link/internal/ld.Link�&àÛßàÎ�Ð�F`.   Å    � �h}ª&b)�Tgclocals·3c6880aeaad1c45dd22473e00a52da5c�Tgclocals·ecd315c134c8990d741ae592a070e546���rprebuilts/go/linux-x86/src/cmd/link/internal/amd64/asm.goþ"".gentext��À��¼eH‹ %(���H‹‰����H;a†ú��Hƒìh¶����€û„Ú��¶����H‰Ø<�uHƒÄhÃH‹����H‰$H����H‰\$HÇD$���HÇD$����è����H‹D$ H·X fƒûuHƒÄhÃH‰D$8HÇÅ���@ˆh(H‹����H‰$H����H‰\$HÇD$���HÇD$����è����H‹L$ fÇA �HÇÅ���@ˆ© ��HÇÅ���@ˆi(1ÀH‰D$@H‰D$HHD$@H-����H‰(H‰L$0H‰HH‰D$(H����H‰$è����H‹D$¶-����@ˆ(¶-����@ˆh¶-����@ˆhHÇÂ���HÇÁ���H‰D$PH‰$H‰T$XH‰T$H‰L$`H‰L$H‹T$(H‹ÿÓH‹����H‰$H����H‰\$HÇD$���HÇD$����è����H‹D$ H‹����H‰$H‹\$0H‰\$H‰D$HÇD$����è����H����H‰$è����H‹D$¶-����@ˆ(HÇÂ���HÇÁ���H‰D$PH‰$H‰T$XH‰T$H‰L$`H‰L$H‹T$(H‹ÿÓH‹����H‰$H‹\$0H‰\$H‹\$8H‰\$è����H����H‰$è����H‹D$¶-����@ˆ(HÇÂ���HÇÁ���H‰D$PH‰$H‰T$XH‰T$H‰L$`H‰L$H‹T$(H‹ÿÓH‹-����H‹è���1íH9ë„
��H‹����H‹«è���Hƒý�„ê���H‹\$0€=�����…Á���H‰]xH‹����Hƒû�„¥���H‹l$0€=�����u}H‰«è���H‹����H‰$H����H‰\$HÇD$���HÇD$����è����H‹D$ HÇÅ���@ˆh(HÇÅ���@ˆ¨ ��fÇ@ �H‹����H‰$H‰D$H‹\$0H‰\$è����HƒÄhÃLƒè���L‰$H‰l$è����épÿÿÿ‰éTÿÿÿLExL‰$H‰\$è����é,ÿÿÿ‰E�éÿÿÿH‹����Hƒû�t4H‹l$0€=�����u H‰«à���éýþÿÿLƒà���L‰$H‰l$è����éãþÿÿ‰ëÈHÇÀ���é$üÿÿè����éâûÿÿ^������B��<cmd/link/internal/ld.Buildmode���b��>cmd/link/internal/ld.Linkshared���ˆ��2cmd/link/internal/ld.Ctxt���ž��Bgo.string."runtime.addmoduledata"���Ö
��>cmd/link/internal/ld.Linklookup���®��2cmd/link/internal/ld.Ctxt���Ä��Bgo.string."go.link.addmoduledata"���ü
��>cmd/link/internal/ld.Linklookup���ô�� "".gentext.func1���¤��type.[3]uint8���¶
��"runtime.newobject���Î��""".statictmp_0014���â�""".statictmp_0014���ø�""".statictmp_0014���î�������ø��2cmd/link/internal/ld.Ctxt���Ž��Fgo.string."runtime.firstmoduledata"���Æ
��>cmd/link/internal/ld.Linklookup���Þ��2cmd/link/internal/ld.Ctxt��� 
��Bcmd/link/internal/ld.Addpcrelplus���®��type.[1]uint8���À
��"runtime.newobject���Ø��""".statictmp_0017���Ì�������Ö��2cmd/link/internal/ld.Ctxt��� 
��"".Addcall���ž ��type.[1]uint8���° 
��"runtime.newobject���È ��""".statictmp_0020���¼
�������Æ
��2cmd/link/internal/ld.Ctxt���ø
��2cmd/link/internal/ld.Ctxt���° �6runtime.writeBarrierEnabled���Ô ��2cmd/link/internal/ld.Ctxt���þ �6runtime.writeBarrierEnabled���  ��2cmd/link/internal/ld.Ctxt���¶ ��Jgo.string."go.link.addmoduledatainit"���î 
��>cmd/link/internal/ld.Linklookup���Ä ��2cmd/link/internal/ld.Ctxt���ô 
��8cmd/link/internal/ld.Addaddr���¨
��.runtime.writebarrierptr���ä
��.runtime.writebarrierptr���Œ��2cmd/link/internal/ld.Ctxt���®�6runtime.writeBarrierEnabled���ö
��.runtime.writebarrierptr���ª
��0runtime.morestack_noctxt����Ð��"".autotmp_0021��type.*[1]uint8�"".autotmp_0019��type.[]uint8�"".autotmp_0016��type.[]uint8�"".autotmp_0013�/type.[]uint8�"".autotmp_0012�O|type.struct { F uintptr; initfunc *cmd/link/internal/ld.LSym }�"".o�&type.func(...uint8)�"".initfunc�o>type.*cmd/link/internal/ld.LSym� "".addmoduledata�_>type.*cmd/link/internal/ld.LSym�4Ð"ÏÐBÏÐþÏН� �žz3 3 )j[T$T.&3  "A  �(�jS]­Wۍ�Tgclocals·f14a5bc6d08bc46424827f54d2e3f8ed�Tgclocals·a70c3deac909e6ab834da5951d01923b���rprebuilts/go/linux-x86/src/cmd/link/internal/amd64/asm.goþ"".adddynrela��€��äeH‹ %(���H‹‰����H;a†Ž���Hƒì(H‹����H‰$H‹\$0H‰\$H‹\$8H‰\$H‹\$@Hc+H‰l$è����H‹����H‰$H‹\$0H‰\$HÇD$���è����H‹D$@H‹����H‰$H‹\$0H‰\$H‹h H‰l$H‹hH‰l$è����HƒÄ(Ãè����éNÿÿÿ������B��2cmd/link/internal/ld.Ctxt���–
��@cmd/link/internal/ld.Addaddrplus���¤��2cmd/link/internal/ld.Ctxt���Ü
��<cmd/link/internal/ld.Adduint64���ô��2cmd/link/internal/ld.Ctxt���¾
��@cmd/link/internal/ld.Addaddrplus���Ò
��0runtime.morestack_noctxt���0P��"".r� @type.*cmd/link/internal/ld.Reloc�"".s�>type.*cmd/link/internal/ld.LSym�"".rela��>type.*cmd/link/internal/ld.LSym�P‰OP�À�Ò1(,�
�Jv�Tgclocals·5c5a9f3dff47a8940bdc317b9324ac2a�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���rprebuilts/go/linux-x86/src/cmd/link/internal/amd64/asm.goþ"".adddynrel��€\��â[eH‹ %(���H‹‰����HD$°H;A†È��HìÐ���1ÀH|$0è����H‹´$Ø���H‹”$à���H‹B H‰D$(H‹����Hƒû�„„��€=�����…H��H‰³Ð���‹jý��‘��ý��© ��ý��…��H·X fƒû"…Ù���1ÛH‰\$@H‰\$HH\$@Hƒû�„í���HDŽ$������HDŽ$˜������H‰œ$ˆ���H����H‰$H‰D$Hƒ|$�„¥���HÇD$����è����H‹L$H‹D$ H‹œ$ˆ���H‰L$PH‰ H‰D$X€=�����u[H‰CH����H‰$HÇD$7���H‹œ$ˆ���H‰\$H‹œ$���H‰\$H‹œ$˜���H‰\$ è����H‹”$à���ÇB���HÄÐ���ÃLCL‰$H‰D$è����땉%����éOÿÿÿ‰é ÿÿÿý��…Q��H·X fƒû"…â���1ÛH‰\$`H‰\$hH\$`Hƒû�„ ��HDŽ$������HDŽ$˜������H‰œ$ˆ���H����H‰$H‰D$Hƒ|$�„Ø��HÇD$����è����H‹L$H‹D$ H‹œ$ˆ���H‰L$PH‰ H‰D$X€=�����…‡��H‰CH����H‰$HÇD$9���H‹œ$ˆ���H‰\$H‹œ$���H‰\$H‹œ$˜���H‰\$ è����H‹”$à���H‹D$(H·X fƒû�t&H·X fƒûtÇB ���H‹jHƒÅH‰jHÄÐ���Ã1ÛH‰\$@H‰\$HH\$@Hƒû�„ã���HDŽ$������HDŽ$˜������H‰œ$ˆ���H����H‰$H‰D$Hƒ|$�„›���HÇD$����è����H‹L$H‹D$ H‹œ$ˆ���H‰L$PH‰ H‰D$X€=�����uQH‰CH����H‰$HÇD$���H‹œ$ˆ���H‰\$H‹œ$���H‰\$H‹œ$˜���H‰\$ è����H‹”$à���éÿÿÿLCL‰$H‰D$è����량%����éYÿÿÿ‰éÿÿÿLCL‰$H‰D$è����éfþÿÿ‰%����éþÿÿ‰éÙýÿÿý��…±���ÇB ���H‹jHƒÅH‰jH·X fƒû"ukH‰$è����H‹����H‰$H����H‰\$HÇD$���HÇD$����è����H‹Œ$à���H‹D$ Hƒù�tE€=�����u H‰A H‹AH‹l$(Hcm<HÅH‰iHÄÐ���ÃLA L‰$H‰D$è����H‹Œ$à���ëȉ뷋Zû���Œ��1ÛH‰\$`H‰\$hH\$`Hƒû�„ä���HDŽ$������HDŽ$˜������H‰œ$ˆ���H����H‰$H‰T$Hƒ|$�„œ���HƒD$HÇD$����è����H‹L$H‹D$ H‹œ$ˆ���H‰L$PH‰ H‰D$X€=�����uLH‰CH����H‰$HÇD$���H‹œ$ˆ���H‰\$H‹œ$���H‰\$H‹œ$˜���H‰\$ è����HÄÐ���ÃLCL‰$H‰D$è����뤉%����éXÿÿÿ‰éÿÿÿH·X fƒû"tHÄÐ���Ëjƒý…q��H·^ fƒû…B��€=�����„5��‹����ƒû
…“���H‰$è����H‹����H‰$H����H‰\$HÇD$���HÇD$����è����H‹Œ$à���H‹D$ Hƒù�tE€=�����u H‰A H‹AH‹l$(Hcm<HÅH‰iHÄÐ���ÃLA L‰$H‰D$è����H‹Œ$à���ëȉë·H‰$è����H‹����H‰$H����H‰\$HÇD$���HÇD$����è����H‹Œ$à���H‹D$ Hƒù�tE€=�����u H‰A H‹AH‹l$(Hcm@HÅH‰iHÄÐ���ÃLA L‰$H‰D$è����H‹Œ$à���ëȉë·H·^ fƒû„��H‹����Hƒû�„w��€=�����…K��H‰³Ð���1ÛH‰œ$ ���H‰œ$¨���H‰œ$°���H‰œ$¸���H‰œ$À���H‰œ$È���Hœ$ ���Hƒû�„ù��HDŽ$������HDŽ$˜������H‰œ$ˆ���H����H‰$H‰D$Hƒ|$�„±��HÇD$����è����H‹L$H‹D$ H‹œ$ˆ���H‰L$PH‰ H‰D$X€=�����…`��H‰CH����H‰$H‹œ$à���H‰\$Hƒ|$�„,��HƒD$HÇD$����è����H‹L$H‹D$ H‹œ$ˆ���HƒÃH‰L$PH‰ H‰D$X€=�����…Ñ���H‰CH����H‰$H‹\$(H‰\$Hƒ|$�„ ���HƒD$ HÇD$����è����H‹L$H‹D$ H‹œ$ˆ���HƒÃ H‰L$PH‰ H‰D$X€=�����uLH‰CH����H‰$HÇD$?���H‹œ$ˆ���H‰\$H‹œ$���H‰\$H‹œ$˜���H‰\$ è����HÄÐ���ÃLCL‰$H‰D$è����뤉%����éTÿÿÿLCL‰$H‰D$è����éÿÿÿ‰%����éÈþÿÿLCL‰$H‰D$è����éþÿÿ‰%����éCþÿÿ‰é�þÿÿLƒÐ���L‰$H‰t$è����H‹D$(éýÿÿ‰é‚ýÿÿ€=�����„>��H‹����H‰$H‰D$è����H‹����H‰$H����H‰\$HÇD$���HÇD$����è����H‹D$ H‹����H‰$H‰D$0H‰D$H‹œ$Ø���H‰\$H‹œ$à���Hc+H‰l$è����H‹D$(H‹T$0H‹¬$à���¶]€ûur‹h8¸���‹ÝHÁ㠋èH ëH‰ØH‹����H‰$H‰T$H‰D$è����H‹����H‰$H‹\$0H‰\$H‹œ$à���H‹kH‰l$è����H‹œ$à���ÇC���HÄÐ���Ëh8¸
���‹ÝHÁ㠋èH ëH‰ØH‹����H‰$H‰T$H‰D$è����댋����ƒû…��H‹^`H‹-����H9ë…ý��‹ƒû�…ò��H‹����H‰$H‰D$è����H‹����H‰$H����H‰\$HÇD$���HÇD$����è����H‹Œ$Ø���H‹D$ Hƒù�„‘��H·h HÍ���f‰i H‰D$8€=�����…H��H‰ˆ���Hƒù�„0��L‹€€���€=�����…õ���L‰€���Hƒø�„Ý���€=�����…©���H‰ˆ€���Hƒù�„‘���H‹h`H‰iXH‹����H‰$H‰D$HÇD$����è����H‹����H‰$H����H‰\$HÇD$ ���HÇD$����è����H‹D$ H‹����H‰$H‰D$H‹\$(‹k8‰l$è����H‹œ$à���ÇC���HÄÐ���ÉéhÿÿÿL€€���L‰$H‰L$è����H‹Œ$Ø���H‹D$8é7ÿÿÿ‰�éÿÿÿH©€���H‰,$L‰D$è����H‹Œ$Ø���H‹D$8éëþÿÿ‰éÉþÿÿLˆ���L‰$H‰D$è����H‹Œ$Ø���H‹D$8é˜þÿÿ‰éhþÿÿ‹����ƒû …÷ùÿÿHÄÐ���Ãý…©���‹����ƒû uHÄÐ���ÃH‰$è����H‹����H‰$H����H‰\$HÇD$���HÇD$����è����H‹D$ H‹œ$à���Hƒû�tH€=�����u+H‰C H‹œ$à���Hƒû�tH‹l$(Hcm<H‰kHÄÐ���ÉëçLC L‰$H‰D$è����ëʼn봃ý „Nÿÿÿé/ùÿÿý�����ý ��…o��H·X fƒû"„¤���‹ƒûŒ™���‹
ƒéHƒþ�„?��H‹žð���H‹¾ø���H‹®���H‰¬$€���H‰\$pHcéH‰|$xH9ýƒ��H+¶€û‹uK‹:ƒïH‹Žð���H‹†ø���H‹®���HcïH9Ås"H)ƍÇB ���H‹jHƒÅH‰jHÄÐ���Ãè���� H‰$è����H‹œ$à���ÇC ���H‹����H‰$H����H‰\$HÇD$���HÇD$����è����H‹„$à���H‹L$ Hƒø�tQ€=�����u,H‰H H‹hHƒÅH‰hH‹HH‹l$(Hcm@HÍH‰hHÄÐ���ÃL@ L‰$H‰L$è����H‹„$à���뼉�ë«è���� ‰éºþÿÿý���…õÿÿÇB���H·X fƒû"…Ñ���1ÛH‰\$@H‰\$HH\$@Hƒû�„Þ���HDŽ$������HDŽ$˜������H‰œ$ˆ���H����H‰$H‰D$Hƒ|$�„–���HÇD$����è����H‹L$H‹D$ H‹œ$ˆ���H‰L$PH‰ H‰D$X€=�����uLH‰CH����H‰$HÇD$&���H‹œ$ˆ���H‰\$H‹œ$���H‰\$H‹œ$˜���H‰\$ è����HÄÐ���ÃLCL‰$H‰D$è����뤉%����é^ÿÿÿ‰éÿÿÿý��…��ÇB ���H·X fƒû"…Ñ���1ÛH‰\$`H‰\$hH\$`Hƒû�„Þ���HDŽ$������HDŽ$˜������H‰œ$ˆ���H����H‰$H‰D$Hƒ|$�„–���HÇD$����è����H‹L$H‹D$ H‹œ$ˆ���H‰L$PH‰ H‰D$X€=�����uLH‰CH����H‰$HÇD$2���H‹œ$ˆ���H‰\$H‹œ$���H‰\$H‹œ$˜���H‰\$ è����HÄÐ���ÃLCL‰$H‰D$è����뤉%����é^ÿÿÿ‰éÿÿÿý��„¼ýÿÿé¿òÿÿý��S��ý��ý��„¹þÿÿý��„‹ýÿÿéŽòÿÿý��…¬���H·X fƒû"…þÿÿH‰$è����H‹����H‰$H����H‰\$HÇD$���HÇD$����è����H‹Œ$à���H‹D$ Hƒù�tO€=�����u*H‰A Hƒù�tH‹l$(Hcm<H‰iÇA ���HÄÐ���ÉëàLA L‰$H‰D$è����H‹Œ$à���뾉뭁ý��…ÊñÿÿH·X fƒû"„¦��‹ƒûŒ���‹
ƒéHƒþ�„…��H‹žð���H‹¾ø���H‹®���H‰¬$€���H‰\$pHcéH‰|$xH9ýƒK��H+¶€û‹u?‹:ƒïH‹Žð���H‹†ø���H‹®���HcïH9ÅsH)ƍÇB ���HÄÐ���Ãè���� 1ÛH‰\$@H‰\$HH\$@Hƒû�„Þ���HDŽ$������HDŽ$˜������H‰œ$ˆ���H����H‰$H‰D$Hƒ|$�„–���HÇD$����è����H‹L$H‹D$ H‹œ$ˆ���H‰L$PH‰ H‰D$X€=�����uLH‰CH����H‰$HÇD$3���H‹œ$ˆ���H‰\$H‹œ$���H‰\$H‹œ$˜���H‰\$ è����HÄÐ���ÃLCL‰$H‰D$è����뤉%����é^ÿÿÿ‰éÿÿÿè���� ‰étþÿÿH·X fƒû"„Ú���1ÛH‰\$@H‰\$HH\$@Hƒû�„„��HDŽ$������HDŽ$˜������H‰œ$ˆ���H����H‰$H‰D$Hƒ|$�„<��HÇD$����è����H‹L$H‹D$ H‹œ$ˆ���H‰L$PH‰ H‰D$X€=�����…ë���H‰CH����H‰$HÇD$.���H‹œ$ˆ���H‰\$H‹œ$���H‰\$H‹œ$˜���H‰\$ è����H‹D$(H‰$è����H‹œ$à���ÇC ���H‹����H‰$H����H‰\$HÇD$���HÇD$����è����H‹Œ$à���H‹D$ Hƒù�tE€=�����u H‰A H‹AH‹l$(Hcm@HÅH‰iHÄÐ���ÃLA L‰$H‰D$è����H‹Œ$à���ëȉë·LCL‰$H‰D$è����éÿÿÿ‰%����é¸þÿÿ‰éuþÿÿý ��ý ��„7þÿÿý ��„Zúÿÿé;îÿÿý��„Iúÿÿý��„=úÿÿéîÿÿLƒÐ���L‰$H‰t$è����H‹´$Ø���H‹”$à���H‹D$(ééÿÿ‰éuéÿÿè����ééÿÿ¶������\
‚ � runtime.duffzero���œ��2cmd/link/internal/ld.Ctxt���¼�6runtime.writeBarrierEnabled���È��type.string���Ž
��runtime.convT2E���Ø�6runtime.writeBarrierEnabled���ô��†go.string."unexpected R_X86_64_64 relocation for dynamic symbol %s"���æ
��2cmd/link/internal/ld.Diag���¸
��.runtime.writebarrierptr���œ��type.string���â
��runtime.convT2E���¬ �6runtime.writeBarrierEnabled���Ð ��Šgo.string."unexpected R_X86_64_PC32 relocation for dynamic symbol %s"���Â

��2cmd/link/internal/ld.Diag��� ��type.string���ˆ 
��runtime.convT2E���Ò �6runtime.writeBarrierEnabled���î ��Lgo.string."unknown symbol %s in pcrel"���à
��2cmd/link/internal/ld.Diag���ž
��.runtime.writebarrierptr���ì
��.runtime.writebarrierptr���‚
��"".addpltsym�����2cmd/link/internal/ld.Ctxt���¦�� go.string.".plt"���Þ
��>cmd/link/internal/ld.Linklookup����6runtime.writeBarrierEnabled���ú
��.runtime.writebarrierptr���¸��type.int32���Š
��runtime.convT2E���Ô�6runtime.writeBarrierEnabled���ð��Rgo.string."unexpected relocation type %d"���â
��2cmd/link/internal/ld.Diag���–
��.runtime.writebarrierptr���¨�4cmd/link/internal/ld.Iself���Â��:cmd/link/internal/ld.HEADTYPE���æ
��"".addpltsym���ô��2cmd/link/internal/ld.Ctxt���Š�� go.string.".plt"���Â
��>cmd/link/internal/ld.Linklookup���ô�6runtime.writeBarrierEnabled���Þ
��.runtime.writebarrierptr���Œ
��"".addgotsym���š��2cmd/link/internal/ld.Ctxt���°�� go.string.".got"���è
��>cmd/link/internal/ld.Linklookup���š�6runtime.writeBarrierEnabled���„
��.runtime.writebarrierptr���Ì��2cmd/link/internal/ld.Ctxt���ì�6runtime.writeBarrierEnabled���Þ��type.string���¤ 
��runtime.convT2E���î �6runtime.writeBarrierEnabled���’!��type.int32���ô!
��runtime.convT2E���Æ"�6runtime.writeBarrierEnabled���ê"��type.int16���Æ#
��runtime.convT2E���˜$�6runtime.writeBarrierEnabled���´$��–go.string."unsupported relocation for dynamic symbol %s (type=%d stype=%d)"���¦%
��2cmd/link/internal/ld.Diag���Ú%
��.runtime.writebarrierptr���š&
��.runtime.writebarrierptr���à&
��.runtime.writebarrierptr���º'
��.runtime.writebarrierptr���è'�4cmd/link/internal/ld.Iself���„(��2cmd/link/internal/ld.Ctxt��� (
��<cmd/link/internal/ld.Adddynsym���®(��2cmd/link/internal/ld.Ctxt���Ä(��"go.string.".rela"���ü(
��>cmd/link/internal/ld.Linklookup���”)��2cmd/link/internal/ld.Ctxt���ô)
��@cmd/link/internal/ld.Addaddrplus���ä*��2cmd/link/internal/ld.Ctxt���Š+
��<cmd/link/internal/ld.Adduint64���˜+��2cmd/link/internal/ld.Ctxt���à+
��<cmd/link/internal/ld.Adduint64���È,��2cmd/link/internal/ld.Ctxt���î,
��<cmd/link/internal/ld.Adduint64���þ,��:cmd/link/internal/ld.HEADTYPE���¦-�8cmd/link/internal/ld.Thearch���Ü-��2cmd/link/internal/ld.Ctxt���ø-
��<cmd/link/internal/ld.Adddynsym���†.��2cmd/link/internal/ld.Ctxt���œ.�� go.string.".got"���Ô.
��>cmd/link/internal/ld.Linklookup���¸/�6runtime.writeBarrierEnabled���‚0�6runtime.writeBarrierEnabled���¾0�6runtime.writeBarrierEnabled���Œ1��2cmd/link/internal/ld.Ctxt���º1
��<cmd/link/internal/ld.Adduint64���È1��2cmd/link/internal/ld.Ctxt���Þ1��2go.string.".linkedit.got"���–2
��>cmd/link/internal/ld.Linklookup���®2��2cmd/link/internal/ld.Ctxt���â2
��<cmd/link/internal/ld.Adduint32���È3
��.runtime.writebarrierptr���¤4
��.runtime.writebarrierptr���€5
��.runtime.writebarrierptr���¾5��:cmd/link/internal/ld.HEADTYPE���þ5��:cmd/link/internal/ld.HEADTYPE���ª6
��"".addpltsym���¸6��2cmd/link/internal/ld.Ctxt���Î6�� go.string.".plt"���†7
��>cmd/link/internal/ld.Linklookup���¸7�6runtime.writeBarrierEnabled���¸8
��.runtime.writebarrierptr���ò;
��$runtime.panicindex���ˆ<
��"".addgotsym���´<��2cmd/link/internal/ld.Ctxt���Ê<�� go.string.".got"���‚=
��>cmd/link/internal/ld.Linklookup���´=�6runtime.writeBarrierEnabled���¶>
��.runtime.writebarrierptr���Ü>
��$runtime.panicindex���¶@��type.string���ü@
��runtime.convT2E���ÆA�6runtime.writeBarrierEnabled���âA��dgo.string."unexpected reloc for dynamic symbol %s"���ÔB
��2cmd/link/internal/ld.Diag���ˆC
��.runtime.writebarrierptr���úD��type.string���ÀE
��runtime.convT2E���ŠF�6runtime.writeBarrierEnabled���¦F��|go.string."unexpected pc-relative reloc for dynamic symbol %s"���˜G
��2cmd/link/internal/ld.Diag���ÌG
��.runtime.writebarrierptr���ÂI
��"".addpltsym���ÐI��2cmd/link/internal/ld.Ctxt���æI�� go.string.".plt"���žJ
��>cmd/link/internal/ld.Linklookup���ÐJ�6runtime.writeBarrierEnabled���ÎK
��.runtime.writebarrierptr���ÌN
��$runtime.panicindex���ÔO��type.string���šP
��runtime.convT2E���äP�6runtime.writeBarrierEnabled���€Q��~go.string."unexpected GOT_LOAD reloc for non-dynamic symbol %s"���òQ
��2cmd/link/internal/ld.Diag���¦R
��.runtime.writebarrierptr���ÚR
��$runtime.panicindex���ŽT��type.string���ÔT
��runtime.convT2E���žU�6runtime.writeBarrierEnabled���ÂU��tgo.string."unexpected GOT reloc for non-dynamic symbol %s"���´V
��2cmd/link/internal/ld.Diag���ÐV
��"".addgotsym���üV��2cmd/link/internal/ld.Ctxt���’W�� go.string.".got"���ÊW
��>cmd/link/internal/ld.Linklookup���üW�6runtime.writeBarrierEnabled���æX
��.runtime.writebarrierptr���¦Y
��.runtime.writebarrierptr���„[
��.runtime.writebarrierptr���Ð[
��0runtime.morestack_noctxt���  ��z"".autotmp_0093��"type.interface {}�"".autotmp_0092��"type.interface {}�"".autotmp_0091��"type.interface {}�"".autotmp_0090�_(type.[3]interface {}�"".autotmp_0087��&type.[]interface {}�"".autotmp_0086��type.uint64�"".autotmp_0085��type.uint32�"".autotmp_0082��type.int32�"".autotmp_0081��"type.interface {}�"".autotmp_0080��(type.[1]interface {}�"".autotmp_0078��*type.*[1]interface {}�"".autotmp_0077��&type.[]interface {}�"".autotmp_0076��type.int32�"".autotmp_0075��"type.interface {}�"".autotmp_0074��(type.[1]interface {}�"".autotmp_0072��*type.*[1]interface {}�"".autotmp_0071��&type.[]interface {}�"".autotmp_0070��"type.interface {}�"".autotmp_0069��(type.[1]interface {}�"".autotmp_0067��*type.*[1]interface {}�"".autotmp_0066��&type.[]interface {}�"".autotmp_0065��"type.interface {}�"".autotmp_0064��(type.[1]interface {}�"".autotmp_0062��*type.*[1]interface {}�"".autotmp_0061��&type.[]interface {}�"".autotmp_0060��"type.interface {}�"".autotmp_0059��(type.[1]interface {}�"".autotmp_0057��*type.*[1]interface {}�"".autotmp_0056��&type.[]interface {}�"".autotmp_0055��type.int32�"".autotmp_0054��"type.interface {}�"".autotmp_0053�Ÿ(type.[1]interface {}�"".autotmp_0051��*type.*[1]interface {}�"".autotmp_0050��&type.[]interface {}�"".autotmp_0049��"type.interface {}�"".autotmp_0048��(type.[1]interface {}�"".autotmp_0046��*type.*[1]interface {}�"".autotmp_0045��&type.[]interface {}�"".autotmp_0044�ÿ"type.interface {}�"".autotmp_0043�ß(type.[1]interface {}�"".autotmp_0040�&type.[]interface {}�"".autotmp_0038��>type.*cmd/link/internal/ld.LSym�"".autotmp_0037��type.int64�"".autotmp_0036��>type.*cmd/link/internal/ld.LSym�"".autotmp_0035��type.int64�"".autotmp_0034��>type.*cmd/link/internal/ld.LSym�"".autotmp_0033��>type.*cmd/link/internal/ld.LSym�"".autotmp_0032��type.int64�"".autotmp_0031��>type.*cmd/link/internal/ld.LSym�"".autotmp_0030��>type.*cmd/link/internal/ld.LSym�"".autotmp_0029��type.int64�"".autotmp_0028��type.int64�"".autotmp_0027��>type.*cmd/link/internal/ld.LSym�"".autotmp_0026��type.int64�"".autotmp_0025��type.int64�"".autotmp_0023��type.int64� "".got�¯>type.*cmd/link/internal/ld.LSym�"".rela�¿>type.*cmd/link/internal/ld.LSym�"".targ�Ï>type.*cmd/link/internal/ld.LSym�"".r�@type.*cmd/link/internal/ld.Reloc�"".s��>type.*cmd/link/internal/ld.LSym�®& çŸ ÔŸ ËŸ Ÿ 9Ÿ ©Ÿ ’Ÿ ªŸ «Ÿ ÀŸ §Ÿ Ÿ yŸ íŸ ”Ÿ ¨Ÿ ¡Ÿ üŸ ÏŸ ßŸ ŸŸ Û�€.�ôÞB %j Ù'] â Ù'*    N +×'ð   N  N
`%ÏmY 3A0+0
.;%T"""“   N œ < Y)  N  < Ñ'& Ñ'7 y® / yŒ  N ( Y
)Ñ'Ú N *áÞ / ©ª©*�Ü�†l)•p£l'K„lhßÑp P K+GE µ3± ä ªlˆ{Ågl}p¹o?�Tgclocals·50d6a09470a4a7f748de07ade638578a�Tgclocals·647638c6fbbae2839d510ba1e5611707���rprebuilts/go/linux-x86/src/cmd/link/internal/amd64/asm.goþ"".elfreloc1��  ��ž eH‹ %(���H‹‰����H;a†«��HƒìH‹\$H‰$H‹����H‹ÿÓH‹L$H‹Y(‹CH‹iƒý Â��ƒýu¶Y€ûuBHcØHÁã HƒË
H‰$H‹����H‹ÿÓH‹\$H‹kH‰,$H‹����H‹ÿÓHÇD$ ����HƒÄöY€ûuHcØHÁã HƒËH‰$H‹����H‹ÿÓë³HÇD$ ÿÿÿÿHƒÄÃý…®���¶Y€û…“���H‹i(H·] fƒû"ud¶����€ûtO¶����H‰Ù€ù�t HcØHÁã HƒËH‰$H‹����H‹ÿÓéEÿÿÿHcØHÁã HƒË H‰$H‹����H‹ÿÓé%ÿÿÿHÇÁ���ë²HcØHÁã HƒËH‰$H‹����H‹ÿÓéüþÿÿHÇD$ ÿÿÿÿHƒÄÃý ut¶Y€ûu]H‹i(H·] fƒû"u.H‹i(H‹]0Hƒûu HcØHÁã HƒËH‰$H‹����H‹ÿÓé£þÿÿHcØHÁã HƒËH‰$H‹����H‹ÿÓéƒþÿÿHÇD$ ÿÿÿÿHƒÄÃHÇD$ ÿÿÿÿHƒÄÃý u7¶Y€ûu HcØHÁã HƒËH‰$H‹����H‹ÿÓé9þÿÿHÇD$ ÿÿÿÿHƒÄÃýu7¶Y€ûu HcØHÁã HƒËH‰$H‹����H‹ÿÓéýýÿÿHÇD$ ÿÿÿÿHƒÄÃý…qÿÿÿ¶Y€ûu HcØHÁã HƒË H‰$H‹����H‹ÿÓé½ýÿÿHÇD$ ÿÿÿÿHƒÄÃè����é1ýÿÿ8������T�8cmd/link/internal/ld.Thearch���b�������֐�8cmd/link/internal/ld.Thearch���ä�������ˆ�8cmd/link/internal/ld.Thearch���–�������ì�8cmd/link/internal/ld.Thearch���ú�������î��<cmd/link/internal/ld.Buildmode���†��>cmd/link/internal/ld.Linkshared����8cmd/link/internal/ld.Thearch���Ð�������‚�8cmd/link/internal/ld.Thearch����������Ԑ�8cmd/link/internal/ld.Thearch���â�������†�8cmd/link/internal/ld.Thearch���”�������Ɛ�8cmd/link/internal/ld.Thearch���Ô�������ڐ�8cmd/link/internal/ld.Thearch���è�������Ò �8cmd/link/internal/ld.Thearch���à �������Ò
�8cmd/link/internal/ld.Thearch���à
�������Œ 
��0runtime.morestack_noctxt���0�� "".~r2� type.int�"".sectoff�type.int64�"".r��@type.*cmd/link/internal/ld.Reloc�L|3¶x ;;? �Ð�ÌŒ  nm je"  <78= 2+  _ \W NI:   y � �1Ÿ�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���rprebuilts/go/linux-x86/src/cmd/link/internal/amd64/asm.goþ"".machoreloc1��€��øeH‹ %(���H‹‰����HD$°H;A†S��HìÐ���H‹Œ$Ø���H‹A(H·X fƒû#„ð��‹Yƒû „ä��H‰D$0H‹¨Ø���¿]‰Øƒû�…Ò��1ÛH‰œ$���H‰œ$˜���H‰œ$ ���H‰œ$¨���H‰œ$°���H‰œ$¸���H‰œ$À���H‰œ$È���Hœ$���Hƒû�„w��HÇD$P���HÇD$X���H‰\$HH����H‰$H‰L$Hƒ|$�„8��HƒD$HÇD$����è����H‹L$H‹D$ H‹\$HH‰L$8H‰ H‰D$@€=�����…ä��H‰CH����H‰$H‹\$0H‰\$Hƒ|$�„³��HÇD$����è����H‹L$H‹D$ H‹\$HHƒÃH‰L$8H‰ H‰D$@€=�����…a��H‰CH����H‰$H‹\$0H‹«Ø���H‰l$Hƒ|$�„)��HƒD$HÇD$����è����H‹L$H‹D$ H‹\$HHƒÃ H‰L$8H‰ H‰D$@€=�����…Ñ���H‰CH����H‰$H‹\$0H‰\$Hƒ|$�„ ���HƒD$ HÇD$����è����H‹L$H‹D$ H‹\$HHƒÃ0H‰L$8H‰ H‰D$@€=�����uOH‰CH����H‰$HÇD$5���H‹\$HH‰\$H‹\$PH‰\$H‹\$XH‰\$ è����HDŽ$è���ÿÿÿÿHÄÐ���ÃLCL‰$H‰D$è����롉%����éTÿÿÿLCL‰$H‰D$è����éÿÿÿ‰%����éËþÿÿLCL‰$H‰D$è����éŒþÿÿ‰%����éAþÿÿLCL‰$H‰D$è����é þÿÿ‰%����é¼ýÿÿ‰é‚ýÿÿ‹iƒý…¯���ƒÈ�¶i@€ýww@€ýuI‰ÃƒË�‰\$,H‹œ$à���‰Û‰$H‹����H‹ÿӋ\$,‰$H‹����H‹ÿÓHDŽ$è�������HÄÐ���Ã@€ýu‰ÃË���‰\$,ë¬HDŽ$è���ÿÿÿÿHÄÐ���Ã@€ýu‰ÃË���‰\$,ë„@€ýu҉ÁË���‰\$,émÿÿÿƒýu ��� ��� é@ÿÿÿƒý u ��� ���é,ÿÿÿHDŽ$è���ÿÿÿÿHÄÐ���ÃH‰D$0‹X8ƒû�#��1ÛH‰\$`H‰\$hH‰\$pH‰\$xH‰œ$€���H‰œ$ˆ���H\$`Hƒû�„ç��HÇD$P���HÇD$X���H‰\$HH����H‰$H‰L$Hƒ|$�„¨��HƒD$HÇD$����è����H‹L$H‹D$ H‹\$HH‰L$8H‰ H‰D$@€=�����…T��H‰CH����H‰$H‹\$0H‰\$Hƒ|$�„#��HÇD$����è����H‹L$H‹D$ H‹\$HHƒÃH‰L$8H‰ H‰D$@€=�����…Ñ���H‰CH����H‰$H‹\$0H‰\$Hƒ|$�„ ���HƒD$ HÇD$����è����H‹L$H‹D$ H‹\$HHƒÃ H‰L$8H‰ H‰D$@€=�����uOH‰CH����H‰$HÇD$'���H‹\$HH‰\$H‹\$PH‰\$H‹\$XH‰\$ è����HDŽ$è���ÿÿÿÿHÄÐ���ÃLCL‰$H‰D$è����롉%����éTÿÿÿLCL‰$H‰D$è����éÿÿÿ‰%����éÑþÿÿLCL‰$H‰D$è����é™þÿÿ‰%����éLþÿÿ‰éþÿÿ‹@8 ���éÈüÿÿè����é„ùÿÿL������¬��type.int32���þ
��runtime.convT2E���Â�6runtime.writeBarrierEnabled���æ��type.string���¶
��runtime.convT2E���‚�6runtime.writeBarrierEnabled���¦��type.string���
��runtime.convT2E���Ü�6runtime.writeBarrierEnabled���€��type.int16���Ü
��runtime.convT2E���¨ �6runtime.writeBarrierEnabled���Ä ��‚go.string."reloc %d to symbol %s in non-macho section %s type=%d"���¤

��2cmd/link/internal/ld.Diag���ð

��.runtime.writebarrierptr���° 
��.runtime.writebarrierptr���ö 
��.runtime.writebarrierptr���¼ 
��.runtime.writebarrierptr���ä ð�8cmd/link/internal/ld.Thearch���ò �������Šð�8cmd/link/internal/ld.Thearch���˜�������¢��type.int32���ô
��runtime.convT2E���¸�6runtime.writeBarrierEnabled���Ü��type.string���¬
��runtime.convT2E���ø�6runtime.writeBarrierEnabled���œ��type.int16���ø
��runtime.convT2E����6runtime.writeBarrierEnabled����fgo.string."reloc %d to non-macho symbol %s type=%d"�����2cmd/link/internal/ld.Diag���Œ
��.runtime.writebarrierptr���Ì
��.runtime.writebarrierptr���’
��.runtime.writebarrierptr���æ
��0runtime.morestack_noctxt���0 ��2"".autotmp_0126��"type.interface {}�"".autotmp_0125��"type.interface {}�"".autotmp_0124��"type.interface {}�"".autotmp_0123��"type.interface {}�"".autotmp_0122�(type.[4]interface {}�"".autotmp_0119��&type.[]interface {}�"".autotmp_0118��"type.interface {}�"".autotmp_0117��"type.interface {}�"".autotmp_0116�¯"type.interface {}�"".autotmp_0115�ß(type.[3]interface {}�"".autotmp_0112�&type.[]interface {}�"".autotmp_0111��type.uint32�"".autotmp_0110��type.uint32�"".autotmp_0109��type.uint32�"".autotmp_0108��type.uint32�"".autotmp_0107��type.uint32�"".autotmp_0106��type.uint32�"".autotmp_0105��type.uint32�"".autotmp_0104��type.uint32�"".autotmp_0103��type.uint32�
"".rs�¿>type.*cmd/link/internal/ld.LSym�"".v�Çtype.uint32� "".~r2� type.int�"".sectoff�type.int64�"".r��@type.*cmd/link/internal/ld.Reloc�P& ƒŸ ÷Ÿ 'Ÿ fŸ ÆŸ ˆ�€ �º–. ®
 
    5 !¢m)�<�þ¯d& ¢ÀÂd& [�Tgclocals·948c285cf1025b717e2658a3cccfd415�Tgclocals·efe1266183631131db57ccace41151ad���rprebuilts/go/linux-x86/src/cmd/link/internal/amd64/asm.goþ"".pereloc1��€ ��þ eH‹ %(���H‹‰����HD$øH;A†Ö��Hìˆ���H‹Œ$���H‹A(H‰D$(‹X8ƒû���1ÛH‰\$XH‰\$`H‰\$hH‰\$pH‰\$xH‰œ$€���H\$XHƒû�„ã��HÇD$H���HÇD$P���H‰\$@H����H‰$H‰L$Hƒ|$�„¤��HƒD$HÇD$����è����H‹L$H‹D$ H‹\$@H‰L$0H‰ H‰D$8€=�����…P��H‰CH����H‰$H‹\$(H‰\$Hƒ|$�„��HÇD$����è����H‹L$H‹D$ H‹\$@HƒÃH‰L$0H‰ H‰D$8€=�����…Í���H‰CH����H‰$H‹\$(H‰\$Hƒ|$�„œ���HƒD$ HÇD$����è����H‹L$H‹D$ H‹\$@HƒÃ H‰L$0H‰ H‰D$8€=�����uKH‰CH����H‰$HÇD$&���H‹\$@H‰\$H‹\$HH‰\$H‹\$PH‰\$ è����Ƅ$ ����HÄˆ���ÃLCL‰$H‰D$è����륉%����éXÿÿÿLCL‰$H‰D$è����é ÿÿÿ‰%����éÕþÿÿLCL‰$H‰D$è����éþÿÿ‰%����éPþÿÿ‰éþÿÿH‹œ$˜���‰Û‰$H‹����H‹ÿÓH‹\$(‹k8‰,$H‹����H‹ÿÓH‹Œ$���‹iƒýu5¶Y€ûu%¸���f‰$H‹����H‹ÿÓƄ$ ���HÄˆ���ø���ëكýu¸���ë̓ý tôƄ$ ����HÄˆ���Ãè����éýÿÿ,������ž��type.int32���ð
��runtime.convT2E���´�6runtime.writeBarrierEnabled���Ø��type.string���¨
��runtime.convT2E���ô�6runtime.writeBarrierEnabled���˜��type.int16���ô
��runtime.convT2E���À�6runtime.writeBarrierEnabled���Ü��dgo.string."reloc %d to non-coff symbol %s type=%d"���¼
��2cmd/link/internal/ld.Diag���€
��.runtime.writebarrierptr�����.runtime.writebarrierptr���† 
��.runtime.writebarrierptr���Þ ð�8cmd/link/internal/ld.Thearch���ì �������Œ
ð�8cmd/link/internal/ld.Thearch���š
�������è
€�8cmd/link/internal/ld.Thearch���ö
�������ì 
��0runtime.morestack_noctxt���0��"".autotmp_0135��"type.interface {}�"".autotmp_0134��"type.interface {}�"".autotmp_0133�¯"type.interface {}�"".autotmp_0132�_(type.[3]interface {}�"".autotmp_0129�&type.[]interface {}�
"".rs�¿>type.*cmd/link/internal/ld.LSym� "".~r2� type.bool�"".sectoff�type.int64�"".r��@type.*cmd/link/internal/ld.Reloc�4&ËÚ' �€�^Ž.Ÿm  �&�·Âd" Ws�Tgclocals·dea2c01c674be151aeaf6fe41713b420�Tgclocals·f227720e2286816a76f149dae0c572eb���rprebuilts/go/linux-x86/src/cmd/link/internal/amd64/asm.goþ"".archreloc�� ��HÇD$ ÿÿÿÿÃ�@��� "".~r3�0type.int� "".val� type.*int64�"".s�>type.*cmd/link/internal/ld.LSym�"".r��@type.*cmd/link/internal/ld.Reloc���Ô��Tgclocals·e5d5edcf53e2c122038779d75a487a60�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���rprebuilts/go/linux-x86/src/cmd/link/internal/amd64/asm.goþ&"".archrelocvariant��À��´eH‹ %(���H‹‰����H;av=Hƒì(H����H‰$HÇD$���1ÛH‰\$H‰\$H‰\$ è����H‹\$@H‰\$HHƒÄ(Ãè����ë¦������:��Rgo.string."unexpected relocation variant"���€
��log.Fatalf���¨
��0runtime.morestack_noctxt���@P�� "".~r3�0type.int64�"".t� type.int64�"".s�>type.*cmd/link/internal/ld.LSym�"".r��@type.*cmd/link/internal/ld.Reloc�P8OP �`�Ú* �
�?!�Tgclocals·0ebb2d1da58c1b4224bf5a7b370d7578�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���rprebuilts/go/linux-x86/src/cmd/link/internal/amd64/asm.goþ"".elfsetupplt��  ��ˆ eH‹ %(���H‹‰����H;a† ��Hƒì8H‹����H‰$H����H‰\$HÇD$���HÇD$����è����H‹\$ H‰\$(H‹����H‰$H����H‰\$HÇD$���HÇD$����è����H‹D$(H‹\$ H‰\$0H‹X`Hƒû�…”��H‹����H‰$H‰D$ÆD$ÿè����H‹����H‰$H‹\$(H‰\$ÆD$5è����H‹����H‰$H‹\$(H‰\$H‹\$0H‰\$HÇD$���è����H‹����H‰$H‹\$(H‰\$ÆD$ÿè����H‹����H‰$H‹\$(H‰\$ÆD$%è����H‹����H‰$H‹\$(H‰\$H‹\$0H‰\$HÇD$���è����H‹����H‰$H‹\$(H‰\$ÇD$@�è����H‹����H‰$H����H‰\$HÇD$���HÇD$����è����H‹D$ H‹����H‰$H‹\$0H‰\$H‰D$HÇD$����è����H‹����H‰$H‹\$0H‰\$HÇD$����è����H‹����H‰$H‹\$0H‰\$HÇD$����è����HƒÄ8Ãè����é¼ýÿÿ>������B��2cmd/link/internal/ld.Ctxt���X�� go.string.".plt"���
��>cmd/link/internal/ld.Linklookup���²��2cmd/link/internal/ld.Ctxt���È��(go.string.".got.plt"���€
��>cmd/link/internal/ld.Linklookup���È��2cmd/link/internal/ld.Ctxt���î
��:cmd/link/internal/ld.Adduint8���ü��2cmd/link/internal/ld.Ctxt���¬
��:cmd/link/internal/ld.Adduint8���º��2cmd/link/internal/ld.Ctxt���†
��Bcmd/link/internal/ld.Addpcrelplus���”��2cmd/link/internal/ld.Ctxt���Ä
��:cmd/link/internal/ld.Adduint8���Ò��2cmd/link/internal/ld.Ctxt���‚
��:cmd/link/internal/ld.Adduint8�����2cmd/link/internal/ld.Ctxt���Ü
��Bcmd/link/internal/ld.Addpcrelplus���ê��2cmd/link/internal/ld.Ctxt��� 
��<cmd/link/internal/ld.Adduint32���®��2cmd/link/internal/ld.Ctxt���Ä��(go.string.".dynamic"���ü
��>cmd/link/internal/ld.Linklookup���”��2cmd/link/internal/ld.Ctxt���Ö
��@cmd/link/internal/ld.Addaddrplus���ä��2cmd/link/internal/ld.Ctxt���œ
��<cmd/link/internal/ld.Adduint64���ª��2cmd/link/internal/ld.Ctxt���â
��<cmd/link/internal/ld.Adduint64���ö
��0runtime.morestack_noctxt����p�� "".got�>type.*cmd/link/internal/ld.LSym� "".plt�>type.*cmd/link/internal/ld.LSym�p›op�Ð�Dä8=--"[##1��G87Ù¡ �Tgclocals·f6bd6b3389b872033d462029172c8612�Tgclocals·004a01713ed78f3a912721f1856220a7���rprebuilts/go/linux-x86/src/cmd/link/internal/amd64/asm.goþ"".addpltsym��à��ÔeH‹ %(���H‹‰����H;a††��HƒìHH‹D$P‹X<ƒû�|HƒÄHÃH‹����H‰$H‰D$è����€=�����„´��H‹����H‰$H����H‰\$HÇD$���HÇD$����è����H‹\$ H‰\$0H‹����H‰$H����H‰\$HÇD$���HÇD$����è����H‹\$ H‰\$@H‹����H‰$H����H‰\$HÇD$ ���HÇD$����è����H‹\$ H‰\$(H‹l$0H‹]`Hƒû�uè����H‹����H‰$H‹\$0H‰\$ÆD$ÿè����H‹����H‰$H‹\$0H‰\$ÆD$%è����H‹D$@H‹����H‰$H‹\$0H‰\$H‰D$H‹h`H‰l$è����H‹D$0H‹����H‰$H‹\$@H‰\$H‰D$H‹h`H‰l$è����H‹����H‰$H‹\$0H‰\$ÆD$hè����H‹l$@H‹E`H‹����HƒèHƒèH‰$H‹\$0H‰\$H‰ÃHÁû?HÁë=HÃHÁû‰Û‰\$è����H‹����H‰$H‹\$0H‰\$ÆD$éè����H‹D$0H‹����H‰$H‰D$H‹X`HƒÃH÷ۉۉ\$è����H‹D$@H‹����H‰$H‹\$(H‰\$H‰D$H‹X`HƒëH‰\$è����H‹\$P‹k8¸���‹ÝHÁ㠋èH ëH‰ØH‹����H‰$H‹\$(H‰\$H‰D$è����H‹����H‰$H‹\$(H‰\$HÇD$����è����H‹\$PHƒû�tL‹D$0I‹h`Hƒí‰í‰k<HƒÄHÉëå‹����ƒû…\��H‹\$PH‰$è����H‹����H‰$H����H‰\$HÇD$���HÇD$����è����H‹\$ H‰\$8H‹����H‰$H����H‰\$HÇD$ ���HÇD$����è����H‹D$ H‹����H‰$H‰D$H‹\$P‹k8‰l$è����H‹D$8H‹\$PHƒû�„§���H‹h`‰í‰k<H‹����H‰$H‰D$ÆD$ÿè����H‹����H‰$H‹\$8H‰\$ÆD$%è����H‹����H‰$H����H‰\$HÇD$���HÇD$����è����H‹D$ H‹����H‰$H‹\$8H‰\$H‰D$H‹\$PHck@H‰l$è����é“þÿÿ‰éRÿÿÿH����H‰$HÇD$$���1ÛH‰\$H‰\$H‰\$ è����é]þÿÿè����éVûÿÿt������f��2cmd/link/internal/ld.Ctxt���‚
��<cmd/link/internal/ld.Adddynsym���Ž�4cmd/link/internal/ld.Iself���ª��2cmd/link/internal/ld.Ctxt���À�� go.string.".plt"���ø
��>cmd/link/internal/ld.Linklookup���š��2cmd/link/internal/ld.Ctxt���°��(go.string.".got.plt"���è
��>cmd/link/internal/ld.Linklookup���Š��2cmd/link/internal/ld.Ctxt��� ��*go.string.".rela.plt"���Ø
��>cmd/link/internal/ld.Linklookup���”
��"".elfsetupplt���¢��2cmd/link/internal/ld.Ctxt���Ò
��:cmd/link/internal/ld.Adduint8���à��2cmd/link/internal/ld.Ctxt���
��:cmd/link/internal/ld.Adduint8���¨��2cmd/link/internal/ld.Ctxt���ê
��Bcmd/link/internal/ld.Addpcrelplus���‚��2cmd/link/internal/ld.Ctxt���Ä
��@cmd/link/internal/ld.Addaddrplus���Ò��2cmd/link/internal/ld.Ctxt���‚
��:cmd/link/internal/ld.Adduint8���¢��2cmd/link/internal/ld.Ctxt���ˆ
��<cmd/link/internal/ld.Adduint32���–��2cmd/link/internal/ld.Ctxt���Æ
��:cmd/link/internal/ld.Adduint8���Þ��2cmd/link/internal/ld.Ctxt���œ 
��<cmd/link/internal/ld.Adduint32���´ ��2cmd/link/internal/ld.Ctxt���þ 
��@cmd/link/internal/ld.Addaddrplus���Â
��2cmd/link/internal/ld.Ctxt���ò

��<cmd/link/internal/ld.Adduint64���€ ��2cmd/link/internal/ld.Ctxt���¸ 
��<cmd/link/internal/ld.Adduint64��� ��:cmd/link/internal/ld.HEADTYPE���¾ 
��"".addgotsym���Ì ��2cmd/link/internal/ld.Ctxt���â �� go.string.".plt"���š 
��>cmd/link/internal/ld.Linklookup���¼ ��2cmd/link/internal/ld.Ctxt���Ò ��2go.string.".linkedit.plt"���Š
��>cmd/link/internal/ld.Linklookup���¢��2cmd/link/internal/ld.Ctxt���Ö
��<cmd/link/internal/ld.Adduint32���ž��2cmd/link/internal/ld.Ctxt���Ä
��:cmd/link/internal/ld.Adduint8���Ò��2cmd/link/internal/ld.Ctxt���‚
��:cmd/link/internal/ld.Adduint8�����2cmd/link/internal/ld.Ctxt���¦�� go.string.".got"���Þ
��>cmd/link/internal/ld.Linklookup���ö��2cmd/link/internal/ld.Ctxt���Â
��Bcmd/link/internal/ld.Addpcrelplus���è��`go.string."addpltsym: unsupported binary format"���®
��2cmd/link/internal/ld.Diag���Â
��0runtime.morestack_noctxt����� "".autotmp_0139��>type.*cmd/link/internal/ld.LSym� "".plt�>type.*cmd/link/internal/ld.LSym�"".rela�?>type.*cmd/link/internal/ld.LSym� "".got�>type.*cmd/link/internal/ld.LSym� "".plt�/>type.*cmd/link/internal/ld.LSym�"".s��>type.*cmd/link/internal/ld.LSym�(Ñ®�° �šš# 888$-(C$+,:#438Y` *ƒ�.�@s8õ]Cf
Ü P�Tgclocals·6718fa3ce60556785ebaaf7cd5569ede�Tgclocals·c1bec65e57b48082689961ed14d4a304���rprebuilts/go/linux-x86/src/cmd/link/internal/amd64/asm.goþ"".addgotsym��à��ÐeH‹ %(���H‹‰����H;a†��Hƒì8H‹D$@‹X@ƒû�|HƒÄ8ÃH‹����H‰$H‰D$è����H‹����H‰$H����H‰\$HÇD$���HÇD$����è����H‹D$ H‹\$@Hƒû�„��H‹h`‰í‰k@H‹����H‰$H‰D$0H‰D$HÇD$����è����€=�����„Ç���H‹����H‰$H����H‰\$HÇD$���HÇD$����è����H‹D$ H‹����H‰$H‰D$(H‰D$H‹\$0H‰\$H‹\$@Hck@H‰l$è����H‹\$@‹k8¸���‹ÝHÁ㠋èH ëH‰ØH‹����H‰$H‹\$(H‰\$H‰D$è����H‹����H‰$H‹\$(H‰\$HÇD$����è����HƒÄ8Ë����ƒûuVH‹����H‰$H����H‰\$HÇD$ ���HÇD$����è����H‹D$ H‹����H‰$H‰D$H‹\$@‹k8‰l$è����ëšH����H‰$HÇD$$���1ÛH‰\$H‰\$H‰\$ è����ékÿÿÿ‰éiþÿÿè����éØýÿÿ6������f��2cmd/link/internal/ld.Ctxt���‚
��<cmd/link/internal/ld.Adddynsym�����2cmd/link/internal/ld.Ctxt���¦�� go.string.".got"���Þ
��>cmd/link/internal/ld.Linklookup���¦��2cmd/link/internal/ld.Ctxt���Þ
��<cmd/link/internal/ld.Adduint64���ê�4cmd/link/internal/ld.Iself���†��2cmd/link/internal/ld.Ctxt���œ��"go.string.".rela"���Ô
��>cmd/link/internal/ld.Linklookup���ì��2cmd/link/internal/ld.Ctxt���Â
��@cmd/link/internal/ld.Addaddrplus���†��2cmd/link/internal/ld.Ctxt���¶
��<cmd/link/internal/ld.Adduint64���Ä��2cmd/link/internal/ld.Ctxt���ü
��<cmd/link/internal/ld.Adduint64���’��:cmd/link/internal/ld.HEADTYPE���ª��2cmd/link/internal/ld.Ctxt���À��2go.string.".linkedit.got"���ø
��>cmd/link/internal/ld.Linklookup�����2cmd/link/internal/ld.Ctxt���Ä
��<cmd/link/internal/ld.Adduint32���Ö��`go.string."addgotsym: unsupported binary format"���œ
��2cmd/link/internal/ld.Diag���¾
��0runtime.morestack_noctxt���p��"".rela�>type.*cmd/link/internal/ld.LSym� "".got�>type.*cmd/link/internal/ld.LSym�"".s��>type.*cmd/link/internal/ld.LSym�popÖop©�°�T¢ #3# 32:#  T* ��@nr]³�Tgclocals·37a2283f5c69c342946cad8073b58fca�Tgclocals·008e235a1392cc90d1ed9ad2f7e76d87���rprebuilts/go/linux-x86/src/cmd/link/internal/amd64/asm.goþ"".asmb�� a��”aeH‹ %(���H‹‰����H„$øþÿÿH;A†��Hìˆ��1ÀH¼$˜���è����H‹����Hƒû�„@��H����H‰œ$���è����ò$òD$pH‹����H‰„$ˆ���1íH9è„„��1ÛH‰œ$H��H‰œ$P��Hœ$H��Hƒû�„Y��HDŽ$x�����HDŽ$€�����H‰œ$p��H����H‰$H\$pH‰\$HÇD$����è����H‹L$H‹D$ H‹œ$p��H‰Œ$8��H‰ H‰„$@��€=�����…Í��H‰CH‹Œ$���H‹„$ˆ���H‰„$˜���H‰$H‰Œ$ ���H‰L$H����H‰\$HÇD$ ���H‹œ$p��H‰\$ H‹œ$x��H‰\$(H‹œ$€��H‰\$0è����H����H‰$è����H‹����Hƒû�„@��H����H‰œ$���è����ò$òD$pH‹����H‰„$ˆ���1íH9è„Ë��1ÛH‰œ$(��H‰œ$0��Hœ$(��Hƒû�„ ��HDŽ$x�����HDŽ$€�����H‰œ$p��H����H‰$H\$pH‰\$HÇD$����è����H‹L$H‹D$ H‹œ$p��H‰Œ$8��H‰ H‰„$@��€=�����…��H‰CH‹Œ$���H‹„$ˆ���H‰„$˜���H‰$H‰Œ$ ���H‰L$H����H‰\$HÇD$���H‹œ$p��H‰\$ H‹œ$x��H‰\$(H‹œ$€��H‰\$0è����H����H‰$è����€=�����tè����H‹����H‰œ$€���H‹[H‹-����H)ëH‹-����HëH‰$è����H‹„$€���H‹hH‰,$H‹h H‰l$è����H‹œ$€���H‹C(1íH9ètZH‰„$€���H‹XH‹-����H)ëH‹-����HëH‰$è����H‹„$€���H‹hH‰,$H‹h H‰l$è����H‹œ$€���H‹C(1íH9èu¦H‹����Hƒû�†��H‹����Hƒû�„@��H����H‰œ$���è����ò$òD$pH‹����H‰„$ˆ���1íH9è„8��1ÛH‰œ$��H‰œ$ ��Hœ$��Hƒû�„ ��HDŽ$x�����HDŽ$€�����H‰œ$p��H����H‰$H\$pH‰\$HÇD$����è����H‹L$H‹D$ H‹œ$p��H‰Œ$8��H‰ H‰„$@��€=�����…��H‰CH‹Œ$���H‹„$ˆ���H‰„$˜���H‰$H‰Œ$ ���H‰L$H����H‰\$HÇD$���H‹œ$p��H‰\$ H‹œ$x��H‰\$(H‹œ$€��H‰\$0è����H����H‰$è����H‹����H‰$è����H‹����H‰$H‹����H‰\$è����H‹����Hƒû�„@��H����H‰œ$���è����ò$òD$pH‹����H‰„$ˆ���1íH9è„S��1ÛH‰œ$��H‰œ$��Hœ$��Hƒû�„(��HDŽ$x�����HDŽ$€�����H‰œ$p��H����H‰$H\$pH‰\$HÇD$����è����H‹L$H‹D$ H‹œ$p��H‰Œ$8��H‰ H‰„$@��€=�����…œ��H‰CH‹Œ$���H‹„$ˆ���H‰„$˜���H‰$H‰Œ$ ���H‰L$H����H‰\$HÇD$ ���H‹œ$p��H‰\$ H‹œ$x��H‰\$(H‹œ$€��H‰\$0è����H����H‰$è����H‹����H‰$è����H‹����H‰$H‹����H‰\$è����HÇD$`����‹����ƒû…ã��H‹����Hƒû�„@��H����H‰œ$���è����ò$òD$pH‹����H‰„$ˆ���1íH9è„V��1ÛH‰œ$ø���H‰œ$���Hœ$ø���Hƒû�„+��HDŽ$x�����HDŽ$€�����H‰œ$p��H����H‰$H\$pH‰\$HÇD$����è����H‹L$H‹D$ H‹œ$p��H‰Œ$8��H‰ H‰„$@��€=�����…Ÿ��H‰CH‹Œ$���H‹„$ˆ���H‰„$˜���H‰$H‰Œ$ ���H‰L$H����H‰\$HÇD$ ���H‹œ$p��H‰\$ H‹œ$x��H‰\$(H‹œ$€��H‰\$0è����Hc����H‹-����HëH‰ØHc����H‰ÙHƒû�× ��H‰ÇH‹����Hc����H‰ÙHƒû�„ ��H‰ûHÃH‰$è����è����H‹$H‰����è����è����H‹$H‹-����H)ëH‰����è����H‹$H‰\$`‹����ƒøä ��ƒø» ��ƒø…¢ ��HÇ�������Ç��������Ç��������Ç��������HÇD$X����H‹����Hƒû�…ã��H‹����Hƒû�„@��H����H‰œ$���è����ò$òD$pH‹����H‰„$ˆ���1íH9è„Û
��1ÛH‰œ$Ø���H‰œ$à���Hœ$Ø���Hƒû�„°
��HDŽ$x�����HDŽ$€�����H‰œ$p��H����H‰$H\$pH‰\$HÇD$����è����H‹L$H‹D$ H‹œ$p��H‰Œ$8��H‰ H‰„$@��€=�����…$
��H‰CH‹Œ$���H‹„$ˆ���H‰„$˜���H‰$H‰Œ$ ���H‰L$H����H‰\$HÇD$
���H‹œ$p��H‰\$ H‹œ$x��H‰\$(H‹œ$€��H‰\$0è����H����H‰$è����H‹L$X‹����ƒøþ��ƒø¸��ƒø…K��H‹����Hc����H‰ÙHƒû�û��H‹ ����H‹l$`HÁHéH‰L$XH‰ $è����‹����ƒø…��H‹����Hƒûuè����H‹����Hƒû�„@��H����H‰œ$���è����ò$òD$pH‹����H‰„$ˆ���1íH9è„p��1ÛH‰œ$¨���H‰œ$°���Hœ$¨���Hƒû�„E��HDŽ$x�����HDŽ$€�����H‰œ$p��H����H‰$H\$pH‰\$HÇD$����è����H‹L$H‹D$ H‹œ$p��H‰Œ$8��H‰ H‰„$@��€=�����…¹��H‰CH‹Œ$���H‹„$ˆ���H‰„$˜���H‰$H‰Œ$ ���H‰L$H����H‰\$HÇD$ ���H‹œ$p��H‰\$ H‹œ$x��H‰\$(H‹œ$€��H‰\$0è����H����H‰$è����HÇ$����è����‹����ƒøBƒø,ƒøuè����è����HÄˆ��ÃøuîH‹\$XH‰$è����ëރøtëƒøtæƒøtáë̓ø ƒøtՃøtÐ뼃ø …«���»—
��Ë�€��‰$è����H‹����‰Û‰$è����H‹����‰Û‰$è����H‹����H‹-����H)ë‰Û‰$è����‹����‰$è����è����H‹$H‰D$P‰Ããÿÿÿ‰$è����‹����‰$è����‹����‰$è����H‹\$PH‰$è����éÿÿÿƒø
„ÿÿÿƒø …öþÿÿè����éìþÿÿLCL‰$H‰D$è����é4þÿÿ‰é´ýÿÿH����H‰$H����H‰\$H����H‰\$è����H‹\$H‰œ$ˆ���éVýÿÿƒø …ï���è����è����H‹����H‰$H����H‰\$HÇD$���HÇD$����è����H‹\$ H‰\$xH‹\$x1íH9넱üÿÿH‹\$xH‹«ø���‰ë‰����1À‹-����‰Ã9ë}fH‹\$xHƒû�tlH‹“ð���H‹‹ø���H‹«���H‰¬$h��H‰”$X��H‰D$hH‰Œ$`��H9Ès.H¶+@ˆ,$è����H‹D$hHÿÀ‹-����‰Ã9ë|šè����éüÿÿè���� ‰됃ø …¯��H‹����Hƒû�„<��H����H‰œ$���è����ò$òD$pH‹����H‰„$ˆ���1íH9è„+��1ÛH‰œ$¸���H‰œ$À���Hœ$¸���Hƒû�„���HDŽ$x�����HDŽ$€�����H‰œ$p��H����H‰$H\$pH‰\$HÇD$����è����H‹L$H‹D$ H‹œ$p��H‰Œ$8��H‰ H‰„$@��€=�����uxH‰CH‹Œ$���H‹„$ˆ���H‰„$˜���H‰$H‰Œ$ ���H‰L$H����H‰\$HÇD$ ���H‹œ$p��H‰\$ H‹œ$x��H‰\$(H‹œ$€��H‰\$0è����è����é´úÿÿLCL‰$H‰D$è����éuÿÿÿ‰éùþÿÿH����H‰$H����H‰\$H����H‰\$è����H‹\$H‰œ$ˆ���é›þÿÿ€=�����„OúÿÿH‹\$XH‰$è����è����è����H‹����H‰$H‹����H‰\$H‹����H‰\$è����H‹����Hƒû�„@��H����H‰œ$���è����ò$òD$pH‹����H‰„$ˆ���1íH9è„E��1ÛH‰œ$È���H‰œ$Ð���Hœ$È���Hƒû�„��HDŽ$x�����HDŽ$€�����H‰œ$p��H����H‰$H\$pH‰\$HÇD$����è����H‹L$H‹D$ H‹œ$p��H‰Œ$8��H‰ H‰„$@��€=�����…Ž���H‰CH‹Œ$���H‹„$ˆ���H‰„$˜���H‰$H‰Œ$ ���H‰L$H����H‰\$HÇD$ ���H‹œ$p��H‰\$ H‹œ$x��H‰\$(H‹œ$€��H‰\$0è����è����H‹����Hƒû…¨øÿÿè����éžøÿÿLCL‰$H‰D$è����é_ÿÿÿ‰éßþÿÿH����H‰$H����H‰\$H����H‰\$è����H‹\$H‰œ$ˆ���éþÿÿH‰ÞHÿÎHÆH‰ðHƒûÿtH™H÷ûH‰ÐHƒø�}HÈH‰óH)ÃH‰ØéÔ÷ÿÿ1Àëåƒø…Ù÷ÿÿH‹����H‹-����HèHc����H‰ÙHƒû�H‰Áé°÷ÿÿH‰ÞHÿÎHÆH‰ðHƒûÿtH™H÷ûH‰ÐHƒø�}HÈH‰óH)ÃH‰ØëÊ1Àëèƒøu!HÇ�������H‹ ����H‹-����HééX÷ÿÿƒø„vÿÿÿƒø„mÿÿÿéA÷ÿÿƒø ƒø„Zÿÿÿƒø„Qÿÿÿƒø„Hÿÿÿé÷ÿÿƒø tžƒø
„5ÿÿÿƒø …÷ÿÿH‹����H‹-����HèHÇÁ���Hƒù�H‰ÁéßöÿÿH‰ÎHÿÎHÆH‰ðHƒùÿtH™H÷ùH‰ÐHƒø�}HÈH‰óH)ÃH‰ØëÊ1ÀëèLCL‰$H‰D$è����éÉõÿÿ‰éIõÿÿH����H‰$H����H‰\$H����H‰\$è����H‹\$H‰œ$ˆ���éëôÿÿƒøuHÇ�������éTôÿÿ1ÛH‰œ$è���H‰œ$ð���Hœ$è���Hƒû�„Ð���HDŽ$x�����HDŽ$€�����H‰œ$p��H����H‰$H����H‰\$HÇD$����è����H‹L$H‹D$ H‹œ$p��H‰Œ$8��H‰ H‰„$@��€=�����uIH‰CH����H‰$HÇD$���H‹œ$p��H‰\$H‹œ$x��H‰\$H‹œ$€��H‰\$ è����étóÿÿLCL‰$H‰D$è����막é)ÿÿÿƒø„Póÿÿƒø„ãþÿÿƒø„Úþÿÿéåþÿÿƒø ƒø„+óÿÿƒø„¾þÿÿƒø„µþÿÿéÀþÿÿƒø „ óÿÿƒø
„žþÿÿƒø „ùòÿÿé þÿÿH‰ÞHÿÎHÆH‰ðHƒûÿtH™H÷ûH‰ÐHƒø�}HÈH‰óH)ÃH‰ØéKòÿÿ1ÀëåH‰ÞHÿÎHÆH‰ðHƒûÿtH™H÷ûH‰ÐHƒø�}HÈH‰÷H)Çéþñÿÿ1ÀëèLCL‰$H‰D$è����éNñÿÿ‰éÎðÿÿH����H‰$H����H‰\$H����H‰\$è����H‹\$H‰œ$ˆ���épðÿÿLCL‰$H‰D$è����éQïÿÿ‰éÑîÿÿH����H‰$H����H‰\$H����H‰\$è����H‹\$H‰œ$ˆ���ésîÿÿLCL‰$H‰D$è����élíÿÿ‰éììÿÿH����H‰$H����H‰\$H����H‰\$è����H‹\$H‰œ$ˆ���éŽìÿÿLCL‰$H‰D$è����éÙêÿÿ‰éYêÿÿH����H‰$H����H‰\$H����H‰\$è����H‹\$H‰œ$ˆ���éûéÿÿLCL‰$H‰D$è����é éÿÿ‰é èÿÿH����H‰$H����H‰\$H����H‰\$è����H‹\$H‰œ$ˆ���éBèÿÿè����é¶çÿÿú������h
ê� runtime.duffzero���và�4cmd/link/internal/ld.Debug���˜��0cmd/link/internal/ld.Bso���²
��0cmd/internal/obj.Cputime���Ö��Tgo.itab.*cmd/internal/obj.Biobuf.io.Writer���’��type.float64���Ê
��runtime.convT2E��� �6runtime.writeBarrierEnabled���–��0go.string."%5.2f asmb\n"���Š
��fmt.Fprintf���˜��0cmd/link/internal/ld.Bso���ª
��@cmd/internal/obj.(*Biobuf).Flush���¸à�4cmd/link/internal/ld.Debug���Ú��0cmd/link/internal/ld.Bso���ô
��0cmd/internal/obj.Cputime���˜��Tgo.itab.*cmd/internal/obj.Biobuf.io.Writer���Ô��type.float64���Œ 
��runtime.convT2E���â �6runtime.writeBarrierEnabled���Ø
��6go.string."%5.2f codeblk\n"���Ì 
��fmt.Fprintf���Ú ��0cmd/link/internal/ld.Bso���ì 
��@cmd/internal/obj.(*Biobuf).Flush���ø �4cmd/link/internal/ld.Iself���ˆ 
��Bcmd/link/internal/ld.Asmbelfsetup���– P�8cmd/link/internal/ld.Segtext���¼ �8cmd/link/internal/ld.Segtext���Ð 0�8cmd/link/internal/ld.Segtext���è 
��4cmd/link/internal/ld.Cseek���¤ 
��8cmd/link/internal/ld.Codeblk���ð �8cmd/link/internal/ld.Segtext���„0�8cmd/link/internal/ld.Segtext���œ
��4cmd/link/internal/ld.Cseek���Ø
��6cmd/link/internal/ld.Datblk���Œ@�<cmd/link/internal/ld.Segrodata���®à�4cmd/link/internal/ld.Debug���Ð��0cmd/link/internal/ld.Bso���ê
��0cmd/internal/obj.Cputime���Ž��Tgo.itab.*cmd/internal/obj.Biobuf.io.Writer���Ê��type.float64���‚
��runtime.convT2E���Ø�6runtime.writeBarrierEnabled���Î��8go.string."%5.2f rodatblk\n"���Â
��fmt.Fprintf���Ð��0cmd/link/internal/ld.Bso���â
��@cmd/internal/obj.(*Biobuf).Flush���ð0�<cmd/link/internal/ld.Segrodata���‚
��4cmd/link/internal/ld.Cseek����<cmd/link/internal/ld.Segrodata���¦@�<cmd/link/internal/ld.Segrodata���º
��6cmd/link/internal/ld.Datblk���Èà�4cmd/link/internal/ld.Debug���ê��0cmd/link/internal/ld.Bso���„
��0cmd/internal/obj.Cputime���¨��Tgo.itab.*cmd/internal/obj.Biobuf.io.Writer���ä��type.float64���œ
��runtime.convT2E���ò�6runtime.writeBarrierEnabled���è��4go.string."%5.2f datblk\n"���Ü
��fmt.Fprintf���ê��0cmd/link/internal/ld.Bso���ü
��@cmd/internal/obj.(*Biobuf).Flush���Š0�8cmd/link/internal/ld.Segdata���œ
��4cmd/link/internal/ld.Cseek���ª�8cmd/link/internal/ld.Segdata���À@�8cmd/link/internal/ld.Segdata���Ô
��6cmd/link/internal/ld.Datblk���ò��:cmd/link/internal/ld.HEADTYPE���’à�4cmd/link/internal/ld.Debug���´��0cmd/link/internal/ld.Bso���Î
��0cmd/internal/obj.Cputime���ò��Tgo.itab.*cmd/internal/obj.Biobuf.io.Writer���®��type.float64���æ
��runtime.convT2E���¼�6runtime.writeBarrierEnabled���² ��2go.string."%5.2f dwarf\n"���¦!
��fmt.Fprintf���´!��4cmd/link/internal/ld.HEADR���Â! �8cmd/link/internal/ld.Segtext���Ü!��8cmd/link/internal/ld.INITRND���Š"@�8cmd/link/internal/ld.Segdata���˜"��8cmd/link/internal/ld.INITRND���Ð"
��4cmd/link/internal/ld.Cseek���Ú"
��2cmd/link/internal/ld.Cpos���ð"0�:cmd/link/internal/ld.Segdwarf���ú"
��Vcmd/link/internal/ld.Dwarfemitdebugsections���„#
��2cmd/link/internal/ld.Cpos���š#0�:cmd/link/internal/ld.Segdwarf���®#@�:cmd/link/internal/ld.Segdwarf���¸#
��@cmd/link/internal/ld.Domacholink���Ö#��:cmd/link/internal/ld.HEADTYPE���š$ø�4cmd/link/internal/ld.Debug���®$�8cmd/link/internal/ld.Symsize���Â$�6cmd/link/internal/ld.Spsize���Ö$�6cmd/link/internal/ld.Lcsize���þ$°�4cmd/link/internal/ld.Debug��� %à�4cmd/link/internal/ld.Debug���Â%��0cmd/link/internal/ld.Bso���Ü%
��0cmd/internal/obj.Cputime���€&��Tgo.itab.*cmd/internal/obj.Biobuf.io.Writer���¼'��type.float64���ô'
��runtime.convT2E���Ê(�6runtime.writeBarrierEnabled���À)��.go.string."%5.2f sym\n"���´*
��fmt.Fprintf���Â*��0cmd/link/internal/ld.Bso���Ô*
��@cmd/internal/obj.(*Biobuf).Flush���ê*��:cmd/link/internal/ld.HEADTYPE���®+@�:cmd/link/internal/ld.Segdwarf���¼+��8cmd/link/internal/ld.INITRND���ä+0�:cmd/link/internal/ld.Segdwarf���–,
��4cmd/link/internal/ld.Cseek���¢,��:cmd/link/internal/ld.HEADTYPE���Â,��:cmd/link/internal/ld.Linkmode���Ø,
��Fcmd/link/internal/ld.Machoemitreloc���æ,à�4cmd/link/internal/ld.Debug���ˆ-��0cmd/link/internal/ld.Bso���¢-
��0cmd/internal/obj.Cputime���Æ-��Tgo.itab.*cmd/internal/obj.Biobuf.io.Writer���‚/��type.float64���º/
��runtime.convT2E���0�6runtime.writeBarrierEnabled���†1��2go.string."%5.2f headr\n"���ú1
��fmt.Fprintf���ˆ2��0cmd/link/internal/ld.Bso���š2
��@cmd/internal/obj.(*Biobuf).Flush���´2
��4cmd/link/internal/ld.Cseek���À2��:cmd/link/internal/ld.HEADTYPE���è2
��<cmd/link/internal/ld.Asmbmacho���ò2
��6cmd/link/internal/ld.Cflush���¨3
��8cmd/link/internal/ld.Asmbelf���¨4
��4cmd/link/internal/ld.Lputb���¶4@�8cmd/link/internal/ld.Segtext���Ê4
��4cmd/link/internal/ld.Lputb���Ø4@�8cmd/link/internal/ld.Segdata���ì4
��4cmd/link/internal/ld.Lputb���ú4 �8cmd/link/internal/ld.Segdata���ˆ5@�8cmd/link/internal/ld.Segdata���¢5
��4cmd/link/internal/ld.Lputb���®5��8cmd/link/internal/ld.Symsize���¾5
��4cmd/link/internal/ld.Lputb���È5
��>cmd/link/internal/ld.Entryvalue���ú5
��4cmd/link/internal/ld.Lputb���†6��6cmd/link/internal/ld.Spsize���–6
��4cmd/link/internal/ld.Lputb���¢6��6cmd/link/internal/ld.Lcsize���²6
��4cmd/link/internal/ld.Lputb���Î6
��4cmd/link/internal/ld.Vputb���†7
��6cmd/link/internal/ld.Asmbpe���´7
��.runtime.writebarrierptr���Ú7��:type.*cmd/internal/obj.Biobuf���ð7��type.io.Writer���ˆ8��Tgo.itab.*cmd/internal/obj.Biobuf.io.Writer���œ8
�� runtime.typ2Itab���Ü8
��@cmd/link/internal/ld.Asmplan9sym���æ8
��6cmd/link/internal/ld.Cflush���ô8��2cmd/link/internal/ld.Ctxt���Š9��&go.string."pclntab"���Â9
��>cmd/link/internal/ld.Linklookup���ž:��6cmd/link/internal/ld.Lcsize���®:��6cmd/link/internal/ld.Lcsize���Þ;
��2cmd/link/internal/ld.Cput���ú;��6cmd/link/internal/ld.Lcsize���<
��6cmd/link/internal/ld.Cflush���¤<
��$runtime.panicindex���Ð<à�4cmd/link/internal/ld.Debug���ò<��0cmd/link/internal/ld.Bso���Œ=
��0cmd/internal/obj.Cputime���°=��Tgo.itab.*cmd/internal/obj.Biobuf.io.Writer���ì>��type.float64���¤?
��runtime.convT2E���ú?�6runtime.writeBarrierEnabled���è@��2go.string."%5.2f dwarf\n"���ÜA
��fmt.Fprintf���æA
��Vcmd/link/internal/ld.Dwarfemitdebugsections���”B
��.runtime.writebarrierptr���ºB��:type.*cmd/internal/obj.Biobuf���ÐB��type.io.Writer���èB��Tgo.itab.*cmd/internal/obj.Biobuf.io.Writer���üB
�� runtime.typ2Itab���¬C�4cmd/link/internal/ld.Iself���ÖC
��4cmd/link/internal/ld.Cseek���àC
��<cmd/link/internal/ld.Asmelfsym���êC
��6cmd/link/internal/ld.Cflush���øC��<cmd/link/internal/ld.Elfstrdat���ŽD�<cmd/link/internal/ld.Elfstrdat���¦D �<cmd/link/internal/ld.Elfstrdat���ºD
��6cmd/link/internal/ld.Cwrite���ÈDà�4cmd/link/internal/ld.Debug���êD��0cmd/link/internal/ld.Bso���„E
��0cmd/internal/obj.Cputime���¨E��Tgo.itab.*cmd/internal/obj.Biobuf.io.Writer���äF��type.float64���œG
��runtime.convT2E���òG�6runtime.writeBarrierEnabled���èH��2go.string."%5.2f dwarf\n"���ÜI
��fmt.Fprintf���æI
��Vcmd/link/internal/ld.Dwarfemitdebugsections���ôI��:cmd/link/internal/ld.Linkmode���’J
��Bcmd/link/internal/ld.Elfemitreloc���ÀJ
��.runtime.writebarrierptr���æJ��:type.*cmd/internal/obj.Biobuf���üJ��type.io.Writer���”K��Tgo.itab.*cmd/internal/obj.Biobuf.io.Writer���¨K
�� runtime.typ2Itab���ÖL0�8cmd/link/internal/ld.Segdata���äL@�8cmd/link/internal/ld.Segdata���øL��8cmd/link/internal/ld.INITRND���–N¨�4cmd/link/internal/ld.Debug���¬N0�8cmd/link/internal/ld.Segdata���ºN@�8cmd/link/internal/ld.Segdata���þO0�8cmd/link/internal/ld.Segdata���ŒP@�8cmd/link/internal/ld.Segdata���ÄQ
��.runtime.writebarrierptr���êQ��:type.*cmd/internal/obj.Biobuf���€R��type.io.Writer���˜R��Tgo.itab.*cmd/internal/obj.Biobuf.io.Writer���¬R
�� runtime.typ2Itab���èRø�4cmd/link/internal/ld.Debug���T��type.int32���¦T��:cmd/link/internal/ld.HEADTYPE���ÌT
��runtime.convT2E���¢U�6runtime.writeBarrierEnabled���¾U��Dgo.string."unknown header type %d"���°V
��2cmd/link/internal/ld.Diag���ÞV
��.runtime.writebarrierptr���¬Z
��.runtime.writebarrierptr���ÒZ��:type.*cmd/internal/obj.Biobuf���èZ��type.io.Writer���€[��Tgo.itab.*cmd/internal/obj.Biobuf.io.Writer���”[
�� runtime.typ2Itab���Ü[
��.runtime.writebarrierptr���‚\��:type.*cmd/internal/obj.Biobuf���˜\��type.io.Writer���°\��Tgo.itab.*cmd/internal/obj.Biobuf.io.Writer���Ä\
�� runtime.typ2Itab���Œ]
��.runtime.writebarrierptr���²]��:type.*cmd/internal/obj.Biobuf���È]��type.io.Writer���à]��Tgo.itab.*cmd/internal/obj.Biobuf.io.Writer���ô]
�� runtime.typ2Itab���¼^
��.runtime.writebarrierptr���â^��:type.*cmd/internal/obj.Biobuf���ø^��type.io.Writer���_��Tgo.itab.*cmd/internal/obj.Biobuf.io.Writer���¤_
�� runtime.typ2Itab���ì_
��.runtime.writebarrierptr���’`��:type.*cmd/internal/obj.Biobuf���¨`��type.io.Writer���À`��Tgo.itab.*cmd/internal/obj.Biobuf.io.Writer���Ô`
�� runtime.typ2Itab���‚a
��0runtime.morestack_noctxt������È"".autotmp_0255��type.uint32�"".autotmp_0253��type.int32�"".autotmp_0252��"type.interface {}�"".autotmp_0251�¿(type.[1]interface {}�"".autotmp_0249��*type.*[1]interface {}�"".autotmp_0248��&type.[]interface {}�"".autotmp_0247��type.*uint8�"".autotmp_0246��"type.interface {}�"".autotmp_0245�Ÿ(type.[1]interface {}�"".autotmp_0243��*type.*[1]interface {}�"".autotmp_0242��&type.[]interface {}�"".autotmp_0241��type.*uint8�"".autotmp_0240��"type.interface {}�"".autotmp_0239�ÿ(type.[1]interface {}�"".autotmp_0237��*type.*[1]interface {}�"".autotmp_0236��&type.[]interface {}�"".autotmp_0235��type.*uint8�"".autotmp_0234��type.int32�"".autotmp_0233��type.int64�"".autotmp_0232��type.int64�"".autotmp_0231��type.int64�"".autotmp_0230��type.int32�"".autotmp_0229��"type.interface {}�"".autotmp_0228�ß(type.[1]interface {}�"".autotmp_0226��*type.*[1]interface {}�"".autotmp_0225��&type.[]interface {}�"".autotmp_0224��type.*uint8�"".autotmp_0223��"type.interface {}�"".autotmp_0222�¿(type.[1]interface {}�"".autotmp_0220��*type.*[1]interface {}�"".autotmp_0219��&type.[]interface {}�"".autotmp_0217��type.int64�"".autotmp_0216��type.int64�"".autotmp_0213��"type.interface {}�"".autotmp_0212�Ÿ(type.[1]interface {}�"".autotmp_0210��*type.*[1]interface {}�"".autotmp_0209��&type.[]interface {}�"".autotmp_0208��type.*uint8�"".autotmp_0207��"type.interface {}�"".autotmp_0206�ÿ(type.[1]interface {}�"".autotmp_0204��*type.*[1]interface {}�"".autotmp_0203��&type.[]interface {}�"".autotmp_0202��type.*uint8�"".autotmp_0201��"type.interface {}�"".autotmp_0200�ß(type.[1]interface {}�"".autotmp_0198��*type.*[1]interface {}�"".autotmp_0197��&type.[]interface {}�"".autotmp_0196��type.*uint8�"".autotmp_0195��"type.interface {}�"".autotmp_0194�¿(type.[1]interface {}�"".autotmp_0192��*type.*[1]interface {}�"".autotmp_0191��&type.[]interface {}�"".autotmp_0190��type.*uint8�"".autotmp_0189�Ÿ"type.interface {}�"".autotmp_0188�(type.[1]interface {}�"".autotmp_0185�/&type.[]interface {}�"".autotmp_0184�ÿtype.*uint8�"".autotmp_0183��type.int32�"".autotmp_0182��type.float64�"".autotmp_0181��:type.*cmd/internal/obj.Biobuf�"".autotmp_0180��type.float64�"".autotmp_0179��:type.*cmd/internal/obj.Biobuf�"".autotmp_0178��type.int�"".autotmp_0176��type.float64�"".autotmp_0175��:type.*cmd/internal/obj.Biobuf�"".autotmp_0174��type.int64�"".autotmp_0173��type.int64�"".autotmp_0172��type.int64�"".autotmp_0171��type.int64�"".autotmp_0170��type.int64�"".autotmp_0169��type.int64�"".autotmp_0168��type.int64�"".autotmp_0167��type.int64�"".autotmp_0166��type.int64�"".autotmp_0165��type.float64�"".autotmp_0164��:type.*cmd/internal/obj.Biobuf�"".autotmp_0163��type.int64�"".autotmp_0162��type.int64�"".autotmp_0161��type.int64�"".autotmp_0160��type.int64�"".autotmp_0159��type.int64�"".autotmp_0158��type.int64�"".autotmp_0157��type.int64�"".autotmp_0156��type.int64�"".autotmp_0155��type.float64�"".autotmp_0154��:type.*cmd/internal/obj.Biobuf�"".autotmp_0153��type.float64�"".autotmp_0152��:type.*cmd/internal/obj.Biobuf�"".autotmp_0151��type.float64�"".autotmp_0150��:type.*cmd/internal/obj.Biobuf�"".autotmp_0149��type.float64�"".autotmp_0148��:type.*cmd/internal/obj.Biobuf�"".autotmp_0147�¯type.float64�"".autotmp_0146�ï:type.*cmd/internal/obj.Biobuf�
"".vl�ïtype.int64�"".i�¿type.int� "".sym�Ÿ>type.*cmd/link/internal/ld.LSym�"".symo�ßtype.int64�"".machlink�Ïtype.int64�"".sect�Dtype.*cmd/link/internal/ld.Section�)›‹�Ð0�¼Î 8ÀÀ 11
ÀÀ ÀL   


 À -"P  
À "  A4
=  $  IX9 8R"' ¼XA (À@KX55  2 (1 +  21X -Û.- *    %gXXX#X X�Ž�XŒ 5Œ NÁŒ aŒ yŒ ›Œ ·Œ Ý4 Á>Œœ4-WŒ 24Ž4rç4$4$4$4$4'�Tgclocals·f5be5308b59e045b7c5b33ee8908cfb7�Tgclocals·0c307f52eef8d8cf77ce8495ff7b0cd2���rprebuilts/go/linux-x86/src/cmd/link/internal/amd64/asm.goþ"".Main��`��PeH‹ %(���H‹‰����H;av è����è����Ãè����ëØ������.
��"".linkarchinit���8
��6cmd/link/internal/ld.Ldmain���D
��0runtime.morestack_noctxt��������0�0�V�
��Tgclocals·33cdeccccebe80329f1fdbee7f5874cb�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���rprebuilts/go/linux-x86/src/cmd/link/internal/amd64/obj.goþ"".linkarchinit��à��ØeH‹ %(���H‹‰����H;a†H��Hƒì8H����H‰����HÇ�������H����H‰����è����H‹ $H‹D$HƒøuEH‰L$(H‰ $H‰D$0H‰D$H-����H‰l$HÇD$���è����¶\$ €û�tH����H‰����HÇ����6���H‹-����H‹]0H‰����H‹-����H‹]0H‰����H‹-����H‹]8H‰����HÇ�������HÇ���� ���HÇ�������HÇ�������HÇ�������H����€=�����…��H‰����H����€=�����…é��H‰����H����€=�����…´��H‰����H����€=�����…��H‰����H����€=�����…J��H‰����H����€=�����…��H‰����H����€=�����…à��H‰����H����€=�����…«��H‰����H����€=�����…v��H‰����H����€=�����…A��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ƒÄ8ÃH-����H‰,$H‰\$è����éKÿÿÿH-����H‰,$H‰\$è����éÿÿÿH-����H‰,$H‰\$è����éáþÿÿH-����H‰,$H‰\$è����é¬þÿÿH-����H‰,$H‰\$è����éwþÿÿH-����H‰,$H‰\$è����éBþÿÿH-����H‰,$H‰\$è����é þÿÿH-����H‰,$H‰\$è����éØýÿÿH-����H‰,$H‰\$è����é£ýÿÿH-����H‰,$H‰\$è����énýÿÿH-����H‰,$H‰\$è����é9ýÿÿH-����H‰,$H‰\$è����éýÿÿH-����H‰,$H‰\$è����éÏüÿÿè����é”ûÿÿÖ������B��"go.string."amd64"���P��<cmd/link/internal/ld.Thestring���^�<cmd/link/internal/ld.Thestring���t��<cmd/link/internal/ld.Linkamd64���‚��@cmd/link/internal/ld.Thelinkarch���Œ
��4cmd/internal/obj.Getgoarch���Þ��(go.string."amd64p32"���„
�� runtime.eqstring���¦��Bcmd/link/internal/ld.Linkamd64p32���´��@cmd/link/internal/ld.Thelinkarch���Â�8cmd/link/internal/ld.Thearch���Ø��@cmd/link/internal/ld.Thelinkarch���î�8cmd/link/internal/ld.Thearch���ü��@cmd/link/internal/ld.Thelinkarch���’ �8cmd/link/internal/ld.Thearch��� ��@cmd/link/internal/ld.Thelinkarch���¶0�8cmd/link/internal/ld.Thearch���Ä8�8cmd/link/internal/ld.Thearch���ÚH�8cmd/link/internal/ld.Thearch���ðX�8cmd/link/internal/ld.Thearch���†h�8cmd/link/internal/ld.Thearch���œx�8cmd/link/internal/ld.Thearch���²��"".adddynrel·f���¾�6runtime.writeBarrierEnabled���ÚÐ�8cmd/link/internal/ld.Thearch���è��"".archinit·f���ô�6runtime.writeBarrierEnabled���à�8cmd/link/internal/ld.Thearch���ž��"".archreloc·f���ª�6runtime.writeBarrierEnabled���Æð�8cmd/link/internal/ld.Thearch���Ô��,"".archrelocvariant·f���à�6runtime.writeBarrierEnabled���ü€�8cmd/link/internal/ld.Thearch���Š��"".asmb·f���–�6runtime.writeBarrierEnabled���²�8cmd/link/internal/ld.Thearch���À��"".elfreloc1·f���Ì�6runtime.writeBarrierEnabled���è �8cmd/link/internal/ld.Thearch���ö��""".elfsetupplt·f���‚�6runtime.writeBarrierEnabled���ž°�8cmd/link/internal/ld.Thearch���¬��"".gentext·f���¸�6runtime.writeBarrierEnabled���ÔÀ�8cmd/link/internal/ld.Thearch���â��""".machoreloc1·f���î�6runtime.writeBarrierEnabled���ŠÐ�8cmd/link/internal/ld.Thearch���˜��"".pereloc1·f���¤�6runtime.writeBarrierEnabled���Àà�8cmd/link/internal/ld.Thearch���Î��:cmd/link/internal/ld.Lputl·f���Ú�6runtime.writeBarrierEnabled���öð�8cmd/link/internal/ld.Thearch���„ ��:cmd/link/internal/ld.Wputl·f��� �6runtime.writeBarrierEnabled���¬ €�8cmd/link/internal/ld.Thearch���º ��:cmd/link/internal/ld.Vputl·f���Æ �6runtime.writeBarrierEnabled���⠐�8cmd/link/internal/ld.Thearch���ð ��Ngo.string."/lib64/ld-linux-x86-64.so.2"���þ �8cmd/link/internal/ld.Thearch���Œ
˜�8cmd/link/internal/ld.Thearch���¢
��@go.string."/libexec/ld-elf.so.1"���°
°�8cmd/link/internal/ld.Thearch���¾
¸�8cmd/link/internal/ld.Thearch���Ô
��<go.string."/usr/libexec/ld.so"���â
ð�8cmd/link/internal/ld.Thearch���ð
ø�8cmd/link/internal/ld.Thearch���† ��<go.string."/libexec/ld.elf_so"���” Ð�8cmd/link/internal/ld.Thearch���¢ Ø�8cmd/link/internal/ld.Thearch���¸ ��Hgo.string."/usr/libexec/ld-elf.so.2"���Æ �8cmd/link/internal/ld.Thearch���Ô ˜�8cmd/link/internal/ld.Thearch���ê ��<go.string."/lib/amd64/ld.so.1"���ø °�8cmd/link/internal/ld.Thearch���† ¸�8cmd/link/internal/ld.Thearch���¦ �8cmd/link/internal/ld.Thearch��� 
��.runtime.writebarrierptr���Ú €�8cmd/link/internal/ld.Thearch���ö 
��.runtime.writebarrierptr���Ž ð�8cmd/link/internal/ld.Thearch���ª 
��.runtime.writebarrierptr��� à�8cmd/link/internal/ld.Thearch���Þ 
��.runtime.writebarrierptr���ö Ð�8cmd/link/internal/ld.Thearch���’
��.runtime.writebarrierptr���ªÀ�8cmd/link/internal/ld.Thearch���Æ
��.runtime.writebarrierptr���Þ°�8cmd/link/internal/ld.Thearch���ú
��.runtime.writebarrierptr���’ �8cmd/link/internal/ld.Thearch���®
��.runtime.writebarrierptr���Ɛ�8cmd/link/internal/ld.Thearch���â
��.runtime.writebarrierptr���ú€�8cmd/link/internal/ld.Thearch���–
��.runtime.writebarrierptr���®ð�8cmd/link/internal/ld.Thearch���Ê
��.runtime.writebarrierptr���âà�8cmd/link/internal/ld.Thearch���þ
��.runtime.writebarrierptr���–Ð�8cmd/link/internal/ld.Thearch���²
��.runtime.writebarrierptr���Æ
��0runtime.morestack_noctxt����p��"".autotmp_0275�type.string�pñopà�ð�ö`K      #� �E«�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb�Tgclocals·23e8278e2b69a3a75fa59b23c49ed6ad���rprebuilts/go/linux-x86/src/cmd/link/internal/amd64/obj.goþ"".archinit��À#��¬#eH‹ %(���H‹‰����HD$¨H;A†­��HìØ���1ÀH|$@è����H‹����Hƒû�u\è����H‹ $H‹D$HƒøuHH‰Œ$���H‰ $H‰„$˜���H‰D$H-����H‰l$HÇD$���è����¶\$ €û�t HÇ�������¶����€û„��¶����€û„õ��¶����€û„õ��¶����H‰Ø<�…Ó��‹����ƒøˆ��ƒøh��ƒø…Á��‹����ƒø2��ƒøi��ƒø…��è����Ç�������‹����ƒûÿu
Ç�������H‹����HƒûÿuHc����HÃ���H‰����H‹����Hƒûÿu HÇ��������H‹����Hƒû�„_��‹����ƒû�„P��H‹����H‰\$H‹����‰\$D1ÛH‰œ$¸���H‰œ$À���H‰œ$È���H‰œ$Ð���Hœ$¸���Hƒû�„9��HDŽ$¨������HDŽ$°������H‰œ$ ���H����H‰$H\$HH‰\$HÇD$����è����H‹L$H‹D$ H‹œ$ ���H‰L$`H‰ H‰D$h€=�����…³���H‰CH����H‰$H\$DH‰\$HÇD$����è����H‹L$H‹D$ H‹œ$ ���HƒÃH‰L$`H‰ H‰D$h€=�����uLH‰CH����H‰$HÇD$-���H‹œ$ ���H‰\$H‹œ$¨���H‰\$H‹œ$°���H‰\$ è����HÄØ���ÃLCL‰$H‰D$è����ë¤LCL‰$H‰D$è����é:ÿÿÿ‰éÀþÿÿƒøugè����Ç�������H‹����HƒûÿuHc����HÃ��@�H‰����H‹����Hƒûÿu HÇ��������‹����ƒûÿ…ùýÿÿÇ�������éêýÿÿ1ÛH‰\$PH‰\$XH\$PHƒû�„Ê���HDŽ$¨������HDŽ$°������H‰œ$ ���H����H‰$H����H‰\$HÇD$����è����H‹L$H‹D$ H‹œ$ ���H‰L$`H‰ H‰D$h€=�����uIH‰CH����H‰$HÇD$���H‹œ$ ���H‰\$H‹œ$¨���H‰\$H‹œ$°���H‰\$ è����éýÿÿLCL‰$H‰D$è����막é/ÿÿÿƒø… ���HÇÀ”���HÇÁ���Hƒù�W‰Ã‰����H‹����Hƒûÿu »��€H‰����H‹����Hƒûÿu HÇ��������‹����ƒûÿ…™üÿÿÇ�������éŠüÿÿH‰ÎHÿÎHÆH‰ðHƒùÿtH™H÷ùH‰ÐHƒø�}HÈH‰óH)ÃH‰Øéxÿÿÿ1Àëåƒø„ûýÿÿƒø„òýÿÿéTþÿÿƒø•���ƒøuyè����H‹����HÿÃH‰����Ç�������HÇ���� ���H‹����Hƒûÿu HÇ�������H‹����Hƒûÿu HÇ��������‹����ƒûÿ…ÆûÿÿÇ�������é·ûÿÿƒø„]ýÿÿƒø„Týÿÿé¶ýÿÿƒø ubÇ����(���H‹����HƒûÿuHc����HÃ�� �H‰����H‹����Hƒûÿu HÇ��������‹����ƒûÿ…HûÿÿÇ������ �é9ûÿÿƒø
„ßüÿÿƒø …=ýÿÿè����‹����‰����H‹����HƒûÿuHc����HÃ��@�H‰����H‹����Hƒûÿu HÇ��������‹����ƒûÿ…ÍúÿÿÇ�������é¾úÿÿƒø„6úÿÿH‹����Hƒû�u HÇ�������H‹����Hƒû… úÿÿè����H‹ $H‹D$HƒøuAH‰Œ$���H‰ $H‰„$˜���H‰D$H-����H‰l$HÇD$���è����¶\$ €û�…¸ùÿÿHc����H‰$è����H‹\$H‰œ$€���H‹\$H‰œ$ˆ���1ÛH‰\$pH‰\$xH\$pHƒû�„Ë���HDŽ$¨������HDŽ$°������H‰œ$ ���H����H‰$Hœ$€���H‰\$HÇD$����è����H‹L$H‹D$ H‹œ$ ���H‰L$`H‰ H‰D$h€=�����uIH‰CH����H‰$HÇD$(���H‹œ$ ���H‰\$H‹œ$¨���H‰\$H‹œ$°���H‰\$ è����é¼øÿÿLCL‰$H‰D$è����막é.ÿÿÿƒø„˜øÿÿƒø„øÿÿéTþÿÿƒøƒø„|øÿÿƒø„søÿÿé8þÿÿƒø„eøÿÿƒø
„\øÿÿƒø „SøÿÿéþÿÿHÇ�������éøÿÿHÇÀ���é øÿÿè����é*÷ÿÿÐ������\
‚ � runtime.duffzero���j��:cmd/link/internal/ld.Linkmode���€
��Hcmd/internal/obj.Getgoextlinkenabled���Þ��go.string."0"���„
�� runtime.eqstring���¦�:cmd/link/internal/ld.Linkmode���¼��<cmd/link/internal/ld.Buildmode���Ü��<cmd/link/internal/ld.Buildmode���ü��<cmd/link/internal/ld.Buildmode���œ��>cmd/link/internal/ld.Linkshared���¾��:cmd/link/internal/ld.HEADTYPE���€��:cmd/link/internal/ld.HEADTYPE���À
��<cmd/link/internal/ld.Machoinit���Ì�4cmd/link/internal/ld.HEADR���à��8cmd/link/internal/ld.INITRND���ö�8cmd/link/internal/ld.INITRND���Œ��:cmd/link/internal/ld.INITTEXT���¦��4cmd/link/internal/ld.HEADR���Â��:cmd/link/internal/ld.INITTEXT���Ð��8cmd/link/internal/ld.INITDAT���ê�8cmd/link/internal/ld.INITDAT���€��8cmd/link/internal/ld.INITDAT��� ��8cmd/link/internal/ld.INITRND���À��8cmd/link/internal/ld.INITDAT���Ö��8cmd/link/internal/ld.INITRND���”��type.uint64���Ì
��runtime.convT2E���– �6runtime.writeBarrierEnabled���º ��type.uint32���ò 
��runtime.convT2E���Ä
�6runtime.writeBarrierEnabled���à
��tgo.string."warning: -D0x%x is ignored because of -R0x%x\n"���Ò 
��fmt.Printf���† 
��.runtime.writebarrierptr���® 
��.runtime.writebarrierptr���Ú 
��8cmd/link/internal/ld.Elfinit���æ �4cmd/link/internal/ld.HEADR���ü ��:cmd/link/internal/ld.INITTEXT���– ��4cmd/link/internal/ld.HEADR���² ��:cmd/link/internal/ld.INITTEXT���À ��8cmd/link/internal/ld.INITDAT���Ú �8cmd/link/internal/ld.INITDAT���î ��8cmd/link/internal/ld.INITRND���Œ�8cmd/link/internal/ld.INITRND���¢��type.int32���¸��:cmd/link/internal/ld.HEADTYPE���Þ
��runtime.convT2E���¨�6runtime.writeBarrierEnabled���Ä��Bgo.string."unknown -H option: %v"���¶
��4cmd/link/internal/ld.Exitf���ä
��.runtime.writebarrierptr���À��4cmd/link/internal/ld.HEADR���Î��:cmd/link/internal/ld.INITTEXT���ò��:cmd/link/internal/ld.INITTEXT���€��8cmd/link/internal/ld.INITDAT���š�8cmd/link/internal/ld.INITDAT���®��8cmd/link/internal/ld.INITRND���Ì�8cmd/link/internal/ld.INITRND���œ
��8cmd/link/internal/ld.Elfinit���ªð�4cmd/link/internal/ld.Debug���¾ð�4cmd/link/internal/ld.Debug���Ê�4cmd/link/internal/ld.HEADR���à�<cmd/link/internal/ld.Funcalign���ö��:cmd/link/internal/ld.INITTEXT����:cmd/link/internal/ld.INITTEXT���¦��8cmd/link/internal/ld.INITDAT���À�8cmd/link/internal/ld.INITDAT���Ô��8cmd/link/internal/ld.INITRND���ò�8cmd/link/internal/ld.INITRND���È�4cmd/link/internal/ld.HEADR���Þ��:cmd/link/internal/ld.INITTEXT���ø��4cmd/link/internal/ld.HEADR���”��:cmd/link/internal/ld.INITTEXT���¢��8cmd/link/internal/ld.INITDAT���¼�8cmd/link/internal/ld.INITDAT���Ð��8cmd/link/internal/ld.INITRND���î�8cmd/link/internal/ld.INITRND���®
��6cmd/link/internal/ld.Peinit���º��@cmd/link/internal/ld.PEFILEHEADR���Æ��4cmd/link/internal/ld.HEADR���Ô��:cmd/link/internal/ld.INITTEXT���î��@cmd/link/internal/ld.PESECTHEADR���Š��:cmd/link/internal/ld.INITTEXT���˜��8cmd/link/internal/ld.INITDAT���²�8cmd/link/internal/ld.INITDAT���Æ��8cmd/link/internal/ld.INITRND���ä�8cmd/link/internal/ld.INITRND���–��:cmd/link/internal/ld.Linkmode���°�:cmd/link/internal/ld.Linkmode���Æ��:cmd/link/internal/ld.Linkmode���ä
��Hcmd/internal/obj.Getgoextlinkenabled���Â��go.string."1"���è
�� runtime.eqstring���’��:cmd/link/internal/ld.HEADTYPE���¤
��8cmd/link/internal/ld.Headstr���Ü��type.string���š
��runtime.convT2E���ä�6runtime.writeBarrierEnabled���€ ��hgo.string."cannot use -linkmode=external with -H %s"���ò 
��log.Fatalf��� !
��.runtime.writebarrierptr���æ"�:cmd/link/internal/ld.Linkmode���š#
��0runtime.morestack_noctxt����°��&"".autotmp_0303��"type.interface {}�"".autotmp_0302��"type.interface {}�"".autotmp_0301�?(type.[2]interface {}�"".autotmp_0298��&type.[]interface {}�"".autotmp_0297��"type.interface {}�"".autotmp_0296�(type.[1]interface {}�"".autotmp_0294��*type.*[1]interface {}�"".autotmp_0293��&type.[]interface {}�"".autotmp_0292��type.int32�"".autotmp_0291�ï"type.interface {}�"".autotmp_0290�Ï(type.[1]interface {}�"".autotmp_0287�o&type.[]interface {}�"".autotmp_0284�§type.uint32�"".autotmp_0283�Ÿtype.uint64�"".autotmp_0281��type.int64�"".autotmp_0280��type.int64�"".autotmp_0278�¯type.string�"".autotmp_0277��type.string�"".autotmp_0276�type.string�&°Î¯°ë �à� ®2^ B" < 
 
   h Ð2Y
   
BµÌ¶µ     
„•5>] ~
     
$W]
   
žW :     
Á   f÷"  �B�?æÃ*ÂlÜÿl‘�Tgclocals·f5be5308b59e045b7c5b33ee8908cfb7�Tgclocals·12ba81bf702e38805674d786e66595de���rprebuilts/go/linux-x86/src/cmd/link/internal/amd64/obj.goþ "".gentext.func1��à��ÜeH‹ %(���H‹‰����H;a†Š���HƒìXH‹ZH‰\$0H‹T$`H‹D$hH‹\$pH‰\$P1ÉH‰D$HH‰D$ H‰T$@H‰ÐH‹l$ H9é}FH‰D$8¶(H‰L$(H‹����H‰$H‹\$0H‰\$@ˆl$è����H‹D$8HÿÀH‹L$(HÿÁH‹l$ H9é|ºHƒÄXÃè����éRÿÿÿ������Ò��2cmd/link/internal/ld.Ctxt���‚
��:cmd/link/internal/ld.Adduint8���Ê
��"runtime.morestack���0°�� "".autotmp_0307�?type.*uint8�"".autotmp_0306�otype.int�"".autotmp_0305�_type.int�"".autotmp_0304�/type.[]uint8�"".initfunc�O>type.*cmd/link/internal/ld.LSym�
"".op��type.[]uint8�°…¯° �°�˜'? � �€0�Tgclocals·41a13ac73c712c01973b8fe23f62d694�Tgclocals·e62cf9b968bd495b0f6a29a94dd7f199���rprebuilts/go/linux-x86/src/cmd/link/internal/amd64/asm.goþ"".init��à��ÊeH‹ %(���H‹‰����H;avH¶����€û�t¶����€ûuÃè���� Æ����è����è����è����è����è����Æ����Ãè����ë›������2��"".initdone·���J��"".initdone·���`
��"runtime.throwinit���p�"".initdone·���|
��*cmd/internal/obj.init���†
��2cmd/link/internal/ld.init���
��debug/elf.init���š
��fmt.init���¤
��log.init���°�"".initdone·���¾
��0runtime.morestack_noctxt��������p�p�p�
�/A�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���nprebuilts/go/linux-x86/src/cmd/link/internal/amd64/z.goþ4type..hash.[1]interface {}�à��ØeH‹ %(���H‹‰����H;a†ˆ���Hƒì(H‹L$81ÀHÇD$���H‹l$H9è}\H‰D$ H‰ÅH‰ÈHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$0Hƒû�t;HÁåHëH‰$H‰D$8H‰D$è����H‹L$H‹D$ HÿÀH‹l$H9è|¤H‰L$@HƒÄ(ÉëÁè����éTÿÿÿ������ò
��(runtime.nilinterhash���Æ
��0runtime.morestack_noctxt���0P��
"".autotmp_0310�type.int�"".autotmp_0309�type.int� "".~r2� type.uintptr�"".h�type.uintptr�"".p��*type.*[1]interface {}�POP�°�°�
�x8�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���rprebuilts/go/linux-x86/src/cmd/link/internal/amd64/asm.goþ0type..eq.[1]interface {}�€��äeH‹ %(���H‹‰����H;a†Î���HƒìX1ÀHÇD$(���H‹l$(H9荒���H‰D$0H‹\$hHƒû�„–���H‰ÅHÁåHëH‹ H‹sH‹\$`Hƒû�tvH‰ÅHÁåHëH‹H‹SH9ÈuVH‰D$8H‰$H‰T$@H‰T$H‰L$HH‰L$H‰t$PH‰t$è����¶\$ €û�t H‹D$0HÿÀH‹l$(H9èŒnÿÿÿÆD$pHƒÄXÃÆD$p�HƒÄXÉ놉écÿÿÿè����éÿÿÿ������Ê
��runtime.efaceeq���Ò
��0runtime.morestack_noctxt���0°��"".autotmp_0314�?"type.interface {}�"".autotmp_0313�"type.interface {}�"".autotmp_0312�_type.int�"".autotmp_0311�Otype.int� "".~r2� type.bool�"".q�*type.*[1]interface {}�"".p��*type.*[1]interface {}�&°´¯° ¯°#�€�€� �¤\�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·a8eabfc4a4514ed6b3b0c61e9680e440���rprebuilts/go/linux-x86/src/cmd/link/internal/amd64/asm.goþ4type..hash.[3]interface {}�à��ØeH‹ %(���H‹‰����H;a†ˆ���Hƒì(H‹L$81ÀHÇD$���H‹l$H9è}\H‰D$ H‰ÅH‰ÈHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$0Hƒû�t;HÁåHëH‰$H‰D$8H‰D$è����H‹L$H‹D$ HÿÀH‹l$H9è|¤H‰L$@HƒÄ(ÉëÁè����éTÿÿÿ������ò
��(runtime.nilinterhash���Æ
��0runtime.morestack_noctxt���0P��
"".autotmp_0316�type.int�"".autotmp_0315�type.int� "".~r2� type.uintptr�"".h�type.uintptr�"".p��*type.*[3]interface {}�POP�°�°�
�x8�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���rprebuilts/go/linux-x86/src/cmd/link/internal/amd64/asm.goþ0type..eq.[3]interface {}�€��äeH‹ %(���H‹‰����H;a†Î���HƒìX1ÀHÇD$(���H‹l$(H9荒���H‰D$0H‹\$hHƒû�„–���H‰ÅHÁåHëH‹ H‹sH‹\$`Hƒû�tvH‰ÅHÁåHëH‹H‹SH9ÈuVH‰D$8H‰$H‰T$@H‰T$H‰L$HH‰L$H‰t$PH‰t$è����¶\$ €û�t H‹D$0HÿÀH‹l$(H9èŒnÿÿÿÆD$pHƒÄXÃÆD$p�HƒÄXÉ놉écÿÿÿè����éÿÿÿ������Ê
��runtime.efaceeq���Ò
��0runtime.morestack_noctxt���0°��"".autotmp_0320�?"type.interface {}�"".autotmp_0319�"type.interface {}�"".autotmp_0318�_type.int�"".autotmp_0317�Otype.int� "".~r2� type.bool�"".q�*type.*[3]interface {}�"".p��*type.*[3]interface {}�&°´¯° ¯°#�€�€� �¤\�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·a8eabfc4a4514ed6b3b0c61e9680e440���rprebuilts/go/linux-x86/src/cmd/link/internal/amd64/asm.goþ4type..hash.[4]interface {}�à��ØeH‹ %(���H‹‰����H;a†ˆ���Hƒì(H‹L$81ÀHÇD$���H‹l$H9è}\H‰D$ H‰ÅH‰ÈHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$0Hƒû�t;HÁåHëH‰$H‰D$8H‰D$è����H‹L$H‹D$ HÿÀH‹l$H9è|¤H‰L$@HƒÄ(ÉëÁè����éTÿÿÿ������ò
��(runtime.nilinterhash���Æ
��0runtime.morestack_noctxt���0P��
"".autotmp_0322�type.int�"".autotmp_0321�type.int� "".~r2� type.uintptr�"".h�type.uintptr�"".p��*type.*[4]interface {}�POP�°�°�
�x8�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���rprebuilts/go/linux-x86/src/cmd/link/internal/amd64/asm.goþ0type..eq.[4]interface {}�€��äeH‹ %(���H‹‰����H;a†Î���HƒìX1ÀHÇD$(���H‹l$(H9荒���H‰D$0H‹\$hHƒû�„–���H‰ÅHÁåHëH‹ H‹sH‹\$`Hƒû�tvH‰ÅHÁåHëH‹H‹SH9ÈuVH‰D$8H‰$H‰T$@H‰T$H‰L$HH‰L$H‰t$PH‰t$è����¶\$ €û�t H‹D$0HÿÀH‹l$(H9èŒnÿÿÿÆD$pHƒÄXÃÆD$p�HƒÄXÉ놉écÿÿÿè����éÿÿÿ������Ê
��runtime.efaceeq���Ò
��0runtime.morestack_noctxt���0°��"".autotmp_0326�?"type.interface {}�"".autotmp_0325�"type.interface {}�"".autotmp_0324�_type.int�"".autotmp_0323�Otype.int� "".~r2� type.bool�"".q�*type.*[4]interface {}�"".p��*type.*[4]interface {}�&°´¯° ¯°#�€�€� �¤\�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·a8eabfc4a4514ed6b3b0c61e9680e440���rprebuilts/go/linux-x86/src/cmd/link/internal/amd64/asm.goþ4type..hash.[2]interface {}�à��ØeH‹ %(���H‹‰����H;a†ˆ���Hƒì(H‹L$81ÀHÇD$���H‹l$H9è}\H‰D$ H‰ÅH‰ÈHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$0Hƒû�t;HÁåHëH‰$H‰D$8H‰D$è����H‹L$H‹D$ HÿÀH‹l$H9è|¤H‰L$@HƒÄ(ÉëÁè����éTÿÿÿ������ò
��(runtime.nilinterhash���Æ
��0runtime.morestack_noctxt���0P��
"".autotmp_0328�type.int�"".autotmp_0327�type.int� "".~r2� type.uintptr�"".h�type.uintptr�"".p��*type.*[2]interface {}�POP�°�°�
�x8�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���rprebuilts/go/linux-x86/src/cmd/link/internal/amd64/asm.goþ0type..eq.[2]interface {}�€��äeH‹ %(���H‹‰����H;a†Î���HƒìX1ÀHÇD$(���H‹l$(H9荒���H‰D$0H‹\$hHƒû�„–���H‰ÅHÁåHëH‹ H‹sH‹\$`Hƒû�tvH‰ÅHÁåHëH‹H‹SH9ÈuVH‰D$8H‰$H‰T$@H‰T$H‰L$HH‰L$H‰t$PH‰t$è����¶\$ €û�t H‹D$0HÿÀH‹l$(H9èŒnÿÿÿÆD$pHƒÄXÃÆD$p�HƒÄXÉ놉écÿÿÿè����éÿÿÿ������Ê
��runtime.efaceeq���Ò
��0runtime.morestack_noctxt���0°��"".autotmp_0332�?"type.interface {}�"".autotmp_0331�"type.interface {}�"".autotmp_0330�_type.int�"".autotmp_0329�Otype.int� "".~r2� type.bool�"".q�*type.*[2]interface {}�"".p��*type.*[2]interface {}�&°´¯° ¯°#�€�€� �¤\�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·a8eabfc4a4514ed6b3b0c61e9680e440���rprebuilts/go/linux-x86/src/cmd/link/internal/amd64/asm.goþTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·23e8278e2b69a3a75fa59b23c49ed6ad��������������þTgclocals·ecd315c134c8990d741ae592a070e546�8��8��� ������� �� ���������þTgclocals·3c6880aeaad1c45dd22473e00a52da5c�8��8����������������������þJgo.string.hdr."runtime.addmoduledata"� �� ������������������Bgo.string."runtime.addmoduledata"���þBgo.string."runtime.addmoduledata"�0��,runtime.addmoduledata��þJgo.string.hdr."go.link.addmoduledata"� �� ������������������Bgo.string."go.link.addmoduledata"���þBgo.string."go.link.addmoduledata"�0��,go.link.addmoduledata��þNgo.string.hdr."runtime.firstmoduledata"� �� ������������������Fgo.string."runtime.firstmoduledata"���þFgo.string."runtime.firstmoduledata"�0��0runtime.firstmoduledata��þRgo.string.hdr."go.link.addmoduledatainit"� �� ������������������Jgo.string."go.link.addmoduledatainit"���þJgo.string."go.link.addmoduledatainit"�@��4go.link.addmoduledatainit��þTgclocals·a70c3deac909e6ab834da5951d01923b�@��@��������������������������þTgclocals·f14a5bc6d08bc46424827f54d2e3f8ed�����������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·5c5a9f3dff47a8940bdc317b9324ac2a�������������þZgo.string.hdr."unexpected relocation type %d"� �� ������������������Rgo.string."unexpected relocation type %d"���þRgo.string."unexpected relocation type %d"�@��<unexpected relocation type %d��þ’go.string.hdr."unexpected R_X86_64_PC32 relocation for dynamic symbol %s"� �� ��������9����������Šgo.string."unexpected R_X86_64_PC32 relocation for dynamic symbol %s"���þŠgo.string."unexpected R_X86_64_PC32 relocation for dynamic symbol %s"�€��tunexpected R_X86_64_PC32 relocation for dynamic symbol %s��þTgo.string.hdr."unknown symbol %s in pcrel"� �� ������������������Lgo.string."unknown symbol %s in pcrel"���þLgo.string."unknown symbol %s in pcrel"�@��6unknown symbol %s in pcrel��þ(go.string.hdr.".plt"� �� ������������������ go.string.".plt"���þ go.string.".plt"���
.plt��þ(go.string.hdr.".got"� �� ������������������ go.string.".got"���þ go.string.".got"���
.got��þŽgo.string.hdr."unexpected R_X86_64_64 relocation for dynamic symbol %s"� �� ��������7����������†go.string."unexpected R_X86_64_64 relocation for dynamic symbol %s"���þ†go.string."unexpected R_X86_64_64 relocation for dynamic symbol %s"�p��punexpected R_X86_64_64 relocation for dynamic symbol %s��þlgo.string.hdr."unexpected reloc for dynamic symbol %s"� �� ��������&����������dgo.string."unexpected reloc for dynamic symbol %s"���þdgo.string."unexpected reloc for dynamic symbol %s"�P��Nunexpected reloc for dynamic symbol %s��þ„go.string.hdr."unexpected pc-relative reloc for dynamic symbol %s"� �� ��������2����������|go.string."unexpected pc-relative reloc for dynamic symbol %s"���þ|go.string."unexpected pc-relative reloc for dynamic symbol %s"�p��funexpected pc-relative reloc for dynamic symbol %s��þ†go.string.hdr."unexpected GOT_LOAD reloc for non-dynamic symbol %s"� �� ��������3����������~go.string."unexpected GOT_LOAD reloc for non-dynamic symbol %s"���þ~go.string."unexpected GOT_LOAD reloc for non-dynamic symbol %s"�p��hunexpected GOT_LOAD reloc for non-dynamic symbol %s��þ|go.string.hdr."unexpected GOT reloc for non-dynamic symbol %s"� �� ��������.����������tgo.string."unexpected GOT reloc for non-dynamic symbol %s"���þtgo.string."unexpected GOT reloc for non-dynamic symbol %s"�`��^unexpected GOT reloc for non-dynamic symbol %s��þ*go.string.hdr.".rela"� �� ������������������"go.string.".rela"���þ"go.string.".rela"��� .rela��þ:go.string.hdr.".linkedit.got"� �� �������� ����������2go.string.".linkedit.got"���þ2go.string.".linkedit.got"� ��.linkedit.got��þžgo.string.hdr."unsupported relocation for dynamic symbol %s (type=%d stype=%d)"� �� ��������?����������–go.string."unsupported relocation for dynamic symbol %s (type=%d stype=%d)"���þ–go.string."unsupported relocation for dynamic symbol %s (type=%d stype=%d)"�€��€unsupported relocation for dynamic symbol %s (type=%d stype=%d)��þTgclocals·647638c6fbbae2839d510ba1e5611707�h��h ����������™��˜��˜��™��›��š����™‘�˜‘�˜��þTgclocals·50d6a09470a4a7f748de07ade638578a�h��h ����������������������������������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þngo.string.hdr."reloc %d to non-macho symbol %s type=%d"� �� ��������'����������fgo.string."reloc %d to non-macho symbol %s type=%d"���þfgo.string."reloc %d to non-macho symbol %s type=%d"�P��Preloc %d to non-macho symbol %s type=%d��þŠgo.string.hdr."reloc %d to symbol %s in non-macho section %s type=%d"� �� ��������5����������‚go.string."reloc %d to symbol %s in non-macho section %s type=%d"���þ‚go.string."reloc %d to symbol %s in non-macho section %s type=%d"�p��lreloc %d to symbol %s in non-macho section %s type=%d��þTgclocals·efe1266183631131db57ccace41151ad�H��H���������� ð�ð��ð�É��È��À���þTgclocals·948c285cf1025b717e2658a3cccfd415�H��H����������������������������þlgo.string.hdr."reloc %d to non-coff symbol %s type=%d"� �� ��������&����������dgo.string."reloc %d to non-coff symbol %s type=%d"���þdgo.string."reloc %d to non-coff symbol %s type=%d"�P��Nreloc %d to non-coff symbol %s type=%d��þTgclocals·f227720e2286816a76f149dae0c572eb�8��8��� �������É��È��À������þTgclocals·dea2c01c674be151aeaf6fe41713b420�8��8����������������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·e5d5edcf53e2c122038779d75a487a60�������������þZgo.string.hdr."unexpected relocation variant"� �� ������������������Rgo.string."unexpected relocation variant"���þRgo.string."unexpected relocation variant"�@��<unexpected relocation variant��þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0ebb2d1da58c1b4224bf5a7b370d7578�������������þ0go.string.hdr.".got.plt"� �� ������������������(go.string.".got.plt"���þ(go.string.".got.plt"� ��.got.plt��þ0go.string.hdr.".dynamic"� �� ������������������(go.string.".dynamic"���þ(go.string.".dynamic"� ��.dynamic��þTgclocals·004a01713ed78f3a912721f1856220a7�0��0��������������������þTgclocals·f6bd6b3389b872033d462029172c8612�����������þ2go.string.hdr.".rela.plt"� �� �������� ����������*go.string.".rela.plt"���þ*go.string.".rela.plt"� ��.rela.plt��þ:go.string.hdr.".linkedit.plt"� �� �������� ����������2go.string.".linkedit.plt"���þ2go.string.".linkedit.plt"� ��.linkedit.plt��þhgo.string.hdr."addpltsym: unsupported binary format"� �� ��������$����������`go.string."addpltsym: unsupported binary format"���þ`go.string."addpltsym: unsupported binary format"�P��Jaddpltsym: unsupported binary format��þTgclocals·c1bec65e57b48082689961ed14d4a304�@��@�������������
��� ����������þTgclocals·6718fa3ce60556785ebaaf7cd5569ede�@��@�������������������������þhgo.string.hdr."addgotsym: unsupported binary format"� �� ��������$����������`go.string."addgotsym: unsupported binary format"���þ`go.string."addgotsym: unsupported binary format"�P��Jaddgotsym: unsupported binary format��þTgclocals·008e235a1392cc90d1ed9ad2f7e76d87�(��(�����������������þTgclocals·37a2283f5c69c342946cad8073b58fca�(��(����������������þ0Tgo.itab.*cmd/internal/obj.Biobuf.io.Writer�����þ8go.string.hdr."%5.2f asmb\n"� �� �������� ����������0go.string."%5.2f asmb\n"���þ0go.string."%5.2f asmb\n"� ��%5.2f asmb
��þ>go.string.hdr."%5.2f codeblk\n"� �� ������������������6go.string."%5.2f codeblk\n"���þ6go.string."%5.2f codeblk\n"� ��%5.2f codeblk
��þ@go.string.hdr."%5.2f rodatblk\n"� �� ������������������8go.string."%5.2f rodatblk\n"���þ8go.string."%5.2f rodatblk\n"� �� %5.2f rodatblk
��þ<go.string.hdr."%5.2f datblk\n"� �� �������� ����������4go.string."%5.2f datblk\n"���þ4go.string."%5.2f datblk\n"� ��%5.2f datblk
��þ:go.string.hdr."%5.2f dwarf\n"� �� �������� ����������2go.string."%5.2f dwarf\n"���þ2go.string."%5.2f dwarf\n"� ��%5.2f dwarf
��þLgo.string.hdr."unknown header type %d"� �� ������������������Dgo.string."unknown header type %d"���þDgo.string."unknown header type %d"�0��.unknown header type %d��þ6go.string.hdr."%5.2f sym\n"� �� ��������
����������.go.string."%5.2f sym\n"���þ.go.string."%5.2f sym\n"� ��%5.2f sym
��þ.go.string.hdr."pclntab"� �� ������������������&go.string."pclntab"���þ&go.string."pclntab"���pclntab��þ:go.string.hdr."%5.2f headr\n"� �� �������� ����������2go.string."%5.2f headr\n"���þ2go.string."%5.2f headr\n"� ��%5.2f headr
��þTgclocals·0c307f52eef8d8cf77ce8495ff7b0cd2�€��€���"�����������Èÿÿ ����ÌÿÿŒ����Àÿÿ ����Âÿÿ ����ÀÿÿŒ����Áÿÿ �����þTgclocals·f5be5308b59e045b7c5b33ee8908cfb7�����������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þ*go.string.hdr."amd64"� �� ������������������"go.string."amd64"���þ"go.string."amd64"��� amd64��þ0go.string.hdr."amd64p32"� �� ������������������(go.string."amd64p32"���þ(go.string."amd64p32"� ��amd64p32��þVgo.string.hdr."/lib64/ld-linux-x86-64.so.2"� �� ������������������Ngo.string."/lib64/ld-linux-x86-64.so.2"���þNgo.string."/lib64/ld-linux-x86-64.so.2"�@��8/lib64/ld-linux-x86-64.so.2��þHgo.string.hdr."/libexec/ld-elf.so.1"� �� ������������������@go.string."/libexec/ld-elf.so.1"���þ@go.string."/libexec/ld-elf.so.1"�0��*/libexec/ld-elf.so.1��þDgo.string.hdr."/usr/libexec/ld.so"� �� ������������������<go.string."/usr/libexec/ld.so"���þ<go.string."/usr/libexec/ld.so"�0��&/usr/libexec/ld.so��þDgo.string.hdr."/libexec/ld.elf_so"� �� ������������������<go.string."/libexec/ld.elf_so"���þ<go.string."/libexec/ld.elf_so"�0��&/libexec/ld.elf_so��þPgo.string.hdr."/usr/libexec/ld-elf.so.2"� �� ������������������Hgo.string."/usr/libexec/ld-elf.so.2"���þHgo.string."/usr/libexec/ld-elf.so.2"�@��2/usr/libexec/ld-elf.so.2��þDgo.string.hdr."/lib/amd64/ld.so.1"� �� ������������������<go.string."/lib/amd64/ld.so.1"���þ<go.string."/lib/amd64/ld.so.1"�0��&/lib/amd64/ld.so.1��þTgclocals·23e8278e2b69a3a75fa59b23c49ed6ad��������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þ"go.string.hdr."0"� �� ������������������go.string."0"���þgo.string."0"���0��þ"go.string.hdr."1"� �� ������������������go.string."1"���þgo.string."1"���1��þpgo.string.hdr."cannot use -linkmode=external with -H %s"� �� ��������(����������hgo.string."cannot use -linkmode=external with -H %s"���þhgo.string."cannot use -linkmode=external with -H %s"�`��Rcannot use -linkmode=external with -H %s��þJgo.string.hdr."unknown -H option: %v"� �� ������������������Bgo.string."unknown -H option: %v"���þBgo.string."unknown -H option: %v"�0��,unknown -H option: %v��þ|go.string.hdr."warning: -D0x%x is ignored because of -R0x%x\n"� �� ��������-����������tgo.string."warning: -D0x%x is ignored because of -R0x%x\n"���þtgo.string."warning: -D0x%x is ignored because of -R0x%x\n"�`��\warning: -D0x%x is ignored because of -R0x%x
��þTgclocals·12ba81bf702e38805674d786e66595de�H��H����������3���s��s���3��3ä�3à��þTgclocals·f5be5308b59e045b7c5b33ee8908cfb7�����������þTgclocals·e62cf9b968bd495b0f6a29a94dd7f199� �� ��������������þTgclocals·41a13ac73c712c01973b8fe23f62d694� �� �������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þ."".zeroes�� type.string���þ""".statictmp_0014��type.[3]uint8�H=�þ""".statictmp_0017��type.[1]uint8�è�þ""".statictmp_0020��type.[1]uint8�Ã�þ0"".initdone·��type.uint8���þ"".PADDR·f��������������"".PADDR���þ"".Addcall·f��������������"".Addcall���þ"".gentext·f��������������"".gentext���þ "".adddynrela·f��������������"".adddynrela���þ"".adddynrel·f��������������"".adddynrel���þ"".elfreloc1·f��������������"".elfreloc1���þ""".machoreloc1·f��������������"".machoreloc1���þ"".pereloc1·f��������������"".pereloc1���þ"".archreloc·f��������������"".archreloc���þ,"".archrelocvariant·f��������������&"".archrelocvariant���þ""".elfsetupplt·f��������������"".elfsetupplt���þ"".addpltsym·f��������������"".addpltsym���þ"".addgotsym·f��������������"".addgotsym���þ"".asmb·f��������������"".asmb���þ"".Main·f��������������"".Main���þ$"".linkarchinit·f��������������"".linkarchinit���þ"".archinit·f��������������"".archinit���þ&"".gentext.func1·f�������������� "".gentext.func1���þ"".init·f��������������"".init���þ"runtime.gcbits.01����þ4go.string.hdr."[]ld.Reloc"� �� ��������
����������,go.string."[]ld.Reloc"���þ,go.string."[]ld.Reloc"� ��[]ld.Reloc��þBtype.[]cmd/link/internal/ld.Reloc� �� ��������������Žwڏ��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��4go.string.hdr."[]ld.Reloc"���p��Tgo.weak.type.*[]cmd/link/internal/ld.Reloc���€��"runtime.zerovalue�����>type.cmd/link/internal/ld.Reloc���þfgo.typelink.[]ld.Reloc []cmd/link/internal/ld.Reloc��������������Btype.[]cmd/link/internal/ld.Reloc���þ.go.string.hdr."[]uint8"� �� ������������������&go.string."[]uint8"���þ&go.string."[]uint8"���[]uint8��þtype.[]uint8� �� ��������������ß~.8��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��.go.string.hdr."[]uint8"���p��*go.weak.type.*[]uint8���€��"runtime.zerovalue�����type.uint8���þ6go.typelink.[]uint8 []uint8��������������type.[]uint8���þtype..hashfunc3� �� ������������������,runtime.memhash_varlen���þtype..eqfunc3� �� ������������������.runtime.memequal_varlen���þtype..alg3� �� �������������������type..hashfunc3�����type..eqfunc3���þruntime.gcbits.������þ0go.string.hdr."[3]uint8"� �� ������������������(go.string."[3]uint8"���þ(go.string."[3]uint8"� ��[3]uint8��þtype.[3]uint8�À��À���������������¹RÝ�‘�����������������������������������������������������������������������0��type..alg3���@��runtime.gcbits.���P��0go.string.hdr."[3]uint8"���p��,go.weak.type.*[3]uint8���€��"runtime.zerovalue�����type.uint8��� ��type.[]uint8���þ:go.typelink.[3]uint8 [3]uint8��������������type.[3]uint8���þ0go.string.hdr."[1]uint8"� �� ������������������(go.string."[1]uint8"���þ(go.string."[1]uint8"� ��[1]uint8��þtype.[1]uint8�À��À���������������16Ê�‘�����������������������������������������������������������������������0@� runtime.algarray���@��runtime.gcbits.���P��0go.string.hdr."[1]uint8"���p��,go.weak.type.*[1]uint8���€��"runtime.zerovalue�����type.uint8��� ��type.[]uint8���þ:go.typelink.[1]uint8 [1]uint8��������������type.[1]uint8���þ<go.string.hdr."func(...uint8)"� �� ������������������4go.string."func(...uint8)"���þ4go.string."func(...uint8)"� ��func(...uint8)��þ&type.func(...uint8)�����������������+ Š¯�3�������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��<go.string.hdr."func(...uint8)"���p��8go.weak.type.*func(...uint8)���€��"runtime.zerovalue��� €�&type.func(...uint8)���А�&type.func(...uint8)���€��type.[]uint8���þRgo.typelink.func(...uint8) func(...uint8)��������������&type.func(...uint8)���þ"runtime.gcbits.02����þngo.string.hdr."struct { F uintptr; initfunc *ld.LSym }"� �� ��������'����������fgo.string."struct { F uintptr; initfunc *ld.LSym }"���þfgo.string."struct { F uintptr; initfunc *ld.LSym }"�P��Pstruct { F uintptr; initfunc *ld.LSym }��þ$go.string.hdr.".F"� �� ������������������go.string.".F"���þgo.string.".F"���.F��þNgo.string.hdr."cmd/link/internal/amd64"� �� ������������������Fgo.string."cmd/link/internal/amd64"���þFgo.string."cmd/link/internal/amd64"�0��0cmd/link/internal/amd64��þ"go.importpath."".� �� ������������������Fgo.string."cmd/link/internal/amd64"���þ0go.string.hdr."initfunc"� �� ������������������(go.string."initfunc"���þ(go.string."initfunc"� ��initfunc��þ|type.struct { F uintptr; initfunc *cmd/link/internal/ld.LSym }�à��à��������������+ðáµ������������������������������������������������������������������������������������������������������������������������������������������������������0À� runtime.algarray���@��"runtime.gcbits.02���P��ngo.string.hdr."struct { F uintptr; initfunc *ld.LSym }"���p��Žgo.weak.type.*struct { F uintptr; initfunc *cmd/link/internal/ld.LSym }���€��"runtime.zerovalue���À�|type.struct { F uintptr; initfunc *cmd/link/internal/ld.LSym }���À��$go.string.hdr.".F"���Ð��"go.importpath."".���à��type.uintptr�����0go.string.hdr."initfunc"��� ��"go.importpath."".���°��>type.*cmd/link/internal/ld.LSym���þpgo.string.hdr."*struct { F uintptr; initfunc *ld.LSym }"� �� ��������(����������hgo.string."*struct { F uintptr; initfunc *ld.LSym }"���þhgo.string."*struct { F uintptr; initfunc *ld.LSym }"�`��R*struct { F uintptr; initfunc *ld.LSym }��þ~type.*struct { F uintptr; initfunc *cmd/link/internal/ld.LSym }� �� ��������������Ü,èN�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��pgo.string.hdr."*struct { F uintptr; initfunc *ld.LSym }"���p��go.weak.type.**struct { F uintptr; initfunc *cmd/link/internal/ld.LSym }���€��"runtime.zerovalue�����|type.struct { F uintptr; initfunc *cmd/link/internal/ld.LSym }���þ2go.string.hdr."*[3]uint8"� �� �������� ����������*go.string."*[3]uint8"���þ*go.string."*[3]uint8"� ��*[3]uint8��þtype.*[3]uint8� �� ��������������ifl�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��2go.string.hdr."*[3]uint8"���p��.go.weak.type.**[3]uint8���€��"runtime.zerovalue�����type.[3]uint8���þ2go.string.hdr."*[1]uint8"� �� �������� ����������*go.string."*[1]uint8"���þ*go.string."*[1]uint8"� ��*[1]uint8��þtype.*[1]uint8� �� ��������������±˜~[�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��2go.string.hdr."*[1]uint8"���p��.go.weak.type.**[1]uint8���€��"runtime.zerovalue�����type.[1]uint8���þ"runtime.gcbits.03����þ8go.string.hdr."interface {}"� �� �������� ����������0go.string."interface {}"���þ0go.string."interface {}"� ��interface {}��þ"type.interface {}�À��À��������������çW ������������������������������������������������������������������������� 0€� runtime.algarray���@��"runtime.gcbits.03���P��8go.string.hdr."interface {}"���p��4go.weak.type.*interface {}���€��"runtime.zerovalue���À�"type.interface {}���þ<go.string.hdr."[]interface {}"� �� ������������������4go.string."[]interface {}"���þ4go.string."[]interface {}"� ��[]interface {}��þ&type.[]interface {}� �� ��������������p“ê/��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��<go.string.hdr."[]interface {}"���p��8go.weak.type.*[]interface {}���€��"runtime.zerovalue�����"type.interface {}���þRgo.typelink.[]interface {} []interface {}��������������&type.[]interface {}���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440��������������þTgclocals·3bb21ca8fe1d99a3e492463bd711418a�������������þ<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‘[ú������������������������������������������������������������������������0��2type..alg.[1]interface {}���@��"runtime.gcbits.03���P��>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 {}� �� ��������������¿¨5�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��@go.string.hdr."*[1]interface {}"���p��<go.weak.type.**[1]interface {}���€��"runtime.zerovalue�����(type.[1]interface {}���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440��������������þTgclocals·3bb21ca8fe1d99a3e492463bd711418a�������������þ<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 {}�À��À0�������0�������ÝÏÙ������������������������������������������������������������������������0��2type..alg.[3]interface {}���@��"runtime.gcbits.3f���P��>go.string.hdr."[3]interface {}"���p��:go.weak.type.*[3]interface {}���€��"runtime.zerovalue�����"type.interface {}��� ��&type.[]interface {}���þVgo.typelink.[3]interface {} [3]interface {}��������������(type.[3]interface {}���þ@go.string.hdr."*[3]interface {}"� �� ������������������8go.string."*[3]interface {}"���þ8go.string."*[3]interface {}"�0��"*[3]interface {}��þ*type.*[3]interface {}� �� ��������������°þ¹�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��@go.string.hdr."*[3]interface {}"���p��<go.weak.type.**[3]interface {}���€��"runtime.zerovalue�����(type.[3]interface {}���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440��������������þTgclocals·3bb21ca8fe1d99a3e492463bd711418a�������������þ<type..hashfunc.[4]interface {}��������������4type..hash.[4]interface {}���þ8type..eqfunc.[4]interface {}��������������0type..eq.[4]interface {}���þ2type..alg.[4]interface {}� �� �������������������<type..hashfunc.[4]interface {}�����8type..eqfunc.[4]interface {}���þ"runtime.gcbits.ff���ÿ�þ>go.string.hdr."[4]interface {}"� �� ������������������6go.string."[4]interface {}"���þ6go.string."[4]interface {}"� �� [4]interface {}��þ(type.[4]interface {}�À��À@�������@�������P2ï������������������������������������������������������������������������0��2type..alg.[4]interface {}���@��"runtime.gcbits.ff���P��>go.string.hdr."[4]interface {}"���p��:go.weak.type.*[4]interface {}���€��"runtime.zerovalue�����"type.interface {}��� ��&type.[]interface {}���þVgo.typelink.[4]interface {} [4]interface {}��������������(type.[4]interface {}���þ@go.string.hdr."*[4]interface {}"� �� ������������������8go.string."*[4]interface {}"���þ8go.string."*[4]interface {}"�0��"*[4]interface {}��þ*type.*[4]interface {}� �� ��������������ˆ-l�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��@go.string.hdr."*[4]interface {}"���p��<go.weak.type.**[4]interface {}���€��"runtime.zerovalue�����(type.[4]interface {}���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440��������������þTgclocals·3bb21ca8fe1d99a3e492463bd711418a�������������þ<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 {}�À��À ������� �������,Y¤ñ������������������������������������������������������������������������0��2type..alg.[2]interface {}���@��"runtime.gcbits.0f���P��>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-q�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��@go.string.hdr."*[2]interface {}"���p��<go.weak.type.**[2]interface {}���€��"runtime.zerovalue�����(type.[2]interface {}���þ.go.string.hdr."runtime"� �� ������������������&go.string."runtime"���þ&go.string."runtime"���runtime��þ,go.importpath.runtime.� �� ������������������&go.string."runtime"���þ@go.string.hdr."cmd/internal/obj"� �� ������������������8go.string."cmd/internal/obj"���þ8go.string."cmd/internal/obj"�0��"cmd/internal/obj��þ>go.importpath.cmd/internal/obj.� �� ������������������8go.string."cmd/internal/obj"���þ&go.string.hdr."log"� �� ������������������go.string."log"���þgo.string."log"���log��þ$go.importpath.log.� �� ������������������go.string."log"���þ&go.string.hdr."fmt"� �� ������������������go.string."fmt"���þgo.string."fmt"���fmt��þ$go.importpath.fmt.� �� ������������������go.string."fmt"���þHgo.string.hdr."cmd/link/internal/ld"� �� ������������������@go.string."cmd/link/internal/ld"���þ@go.string."cmd/link/internal/ld"�0��*cmd/link/internal/ld��þFgo.importpath.cmd/link/internal/ld.� �� ������������������@go.string."cmd/link/internal/ld"���þ2go.string.hdr."debug/elf"� �� �������� ����������*go.string."debug/elf"���þ*go.string."debug/elf"� ��debug/elf��þ0go.importpath.debug/elf.� �� �������� ����������*go.string."debug/elf"���þ:type..hash.[1]interface {}·f��������������4type..hash.[1]interface {}���þ6type..eq.[1]interface {}·f��������������0type..eq.[1]interface {}���þ:type..hash.[3]interface {}·f��������������4type..hash.[3]interface {}���þ6type..eq.[3]interface {}·f��������������0type..eq.[3]interface {}���þ:type..hash.[4]interface {}·f��������������4type..hash.[4]interface {}���þ6type..eq.[4]interface {}·f��������������0type..eq.[4]interface {}���þ:type..hash.[2]interface {}·f��������������4type..hash.[2]interface {}���þ6type..eq.[2]interface {}·f��������������0type..eq.[2]interface {}���þ"runtime.zerovalue������ÿÿgo13ld