blob: b27eab386dd4a728ad454fd3c3cd85bfa25b6040 [file] [log] [blame]
!<arch>
__.PKGDEF 0 0 0 644 36153 `
go object linux amd64 go1.4.2 X:precisestack
$$
package amd64
import log "log"
import runtime "runtime"
import elf "debug/elf"
import obj "bootstrap/internal/obj"
import fmt "fmt"
import ld "bootstrap/link/internal/ld"
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 @"bootstrap/link/internal/ld".LinkArch struct { ByteOrder @"encoding/binary".ByteOrder; Name string; Thechar int; Minlc int; Ptrsize int; Regsize int }
import os "os" // indirect
type @"os".dirInfo struct { @"os".buf []byte; @"os".nbuf int; @"os".bufp int }
type @"os".file struct { @"os".fd int; @"os".name string; @"os".dirinfo *@"os".dirInfo; @"os".nepipe int32 }
func (@"os".file·2 *@"os".file) @"os".close () (? error)
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:0x0") String () (? string)
func (@"time".l·2 *@"time".Location "esc:0x0") @"time".firstZoneUsed () (? bool)
func (@"time".l·2 *@"time".Location "esc:0x2") @"time".get () (? *@"time".Location)
func (@"time".l·6 *@"time".Location "esc:0x1") @"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:0x0") @"time".lookupFirstZone () (? int)
func (@"time".l·4 *@"time".Location "esc:0x0") @"time".lookupName (@"time".name·5 string "esc:0x0", @"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) * 0x9C5FFF26ED75Fp-93 }
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) * 0x9299FF347E9E9p-87 }
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) * 0x112E0BE826D695p-82 }
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:0x2") Add (@"time".d·3 @"time".Duration) (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x2") AddDate (@"time".years·3 int, @"time".months·4 int, @"time".days·5 int) (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x0") After (@"time".u·3 @"time".Time "esc:0x0") (? 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:0x0") Before (@"time".u·3 @"time".Time "esc:0x0") (? 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:0x0") Clock () (@"time".hour·1 int, @"time".min·2 int, @"time".sec·3 int)
func (@"time".t·4 @"time".Time "esc:0x0") Date () (@"time".year·1 int, @"time".month·2 @"time".Month, @"time".day·3 int)
func (@"time".t·2 @"time".Time "esc:0x0") Day () (? int)
func (@"time".t·2 @"time".Time "esc:0x0") Equal (@"time".u·3 @"time".Time "esc:0x0") (? 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:0x0") Format (@"time".layout·3 string "esc:0x0") (? string)
func (@"time".t·2 *@"time".Time "esc:0x0") GobDecode (@"time".data·3 []byte "esc:0x0") (? error)
func (@"time".t·3 @"time".Time "esc:0x0") GobEncode () (? []byte, ? error)
func (@"time".t·2 @"time".Time "esc:0x0") Hour () (? int)
func (@"time".t·3 @"time".Time "esc:0x0") ISOWeek () (@"time".year·1 int, @"time".week·2 int)
func (@"time".t·2 @"time".Time "esc:0x2") In (@"time".loc·3 *@"time".Location "esc:0x2") (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x0") IsZero () (? bool) { return @"time".t·2.@"time".sec == 0x0 && @"time".t·2.@"time".nsec == 0x0 }
func (@"time".t·2 @"time".Time "esc:0x2") Local () (? @"time".Time) { @"time".t·2.@"time".loc = @"time".Local; return @"time".t·2 }
func (@"time".t·2 @"time".Time "esc:0x2") 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:0x0") MarshalBinary () (? []byte, ? error)
func (@"time".t·3 @"time".Time "esc:0x0") MarshalJSON () (? []byte, ? error)
func (@"time".t·3 @"time".Time "esc:0x0") MarshalText () (? []byte, ? error)
func (@"time".t·2 @"time".Time "esc:0x0") Minute () (? int)
func (@"time".t·2 @"time".Time "esc:0x0") Month () (? @"time".Month)
func (@"time".t·2 @"time".Time "esc:0x0") Nanosecond () (? int) { return int(@"time".t·2.@"time".nsec) }
func (@"time".t·2 @"time".Time "esc:0x2") Round (@"time".d·3 @"time".Duration) (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x0") Second () (? int)
func (@"time".t·2 @"time".Time "esc:0x0") String () (? string)
func (@"time".t·2 @"time".Time "esc:0x0") Sub (@"time".u·3 @"time".Time "esc:0x0") (? @"time".Duration)
func (@"time".t·2 @"time".Time "esc:0x2") Truncate (@"time".d·3 @"time".Duration) (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x2") UTC () (? @"time".Time) { @"time".t·2.@"time".loc = @"time".UTC; return @"time".t·2 }
func (@"time".t·2 @"time".Time "esc:0x0") Unix () (? int64) { return @"time".t·2.@"time".sec + -0xE7791F700 }
func (@"time".t·2 @"time".Time "esc:0x0") UnixNano () (? int64) { return (@"time".t·2.@"time".sec + -0xE7791F700) * 0x3B9ACA00 + int64(@"time".t·2.@"time".nsec) }
func (@"time".t·2 *@"time".Time "esc:0x0") UnmarshalBinary (@"time".data·3 []byte "esc:0x0") (? error)
func (@"time".t·2 *@"time".Time "esc:0x0") UnmarshalJSON (@"time".data·3 []byte "esc:0x0") (@"time".err·1 error)
func (@"time".t·2 *@"time".Time "esc:0x0") UnmarshalText (@"time".data·3 []byte "esc:0x0") (@"time".err·1 error)
func (@"time".t·2 @"time".Time "esc:0x0") Weekday () (? @"time".Weekday)
func (@"time".t·2 @"time".Time "esc:0x0") Year () (? int)
func (@"time".t·2 @"time".Time "esc:0x0") YearDay () (? int)
func (@"time".t·3 @"time".Time "esc:0x0") Zone () (@"time".name·1 string, @"time".offset·2 int)
func (@"time".t·2 @"time".Time "esc:0x0") @"time".abs () (? uint64)
func (@"time".t·5 @"time".Time "esc:0x0") @"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:0x1") @"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) Chdir () (? error)
func (@"os".f·2 *@"os".File) Chmod (@"os".mode·3 @"os".FileMode) (? error)
func (@"os".f·2 *@"os".File) Chown (@"os".uid·3 int, @"os".gid·4 int) (? error)
func (@"os".f·2 *@"os".File) Close () (? error)
func (@"os".f·2 *@"os".File "esc:0x0") Fd () (? uintptr) { if @"os".f·2 == nil { return 0xFFFFFFFFFFFFFFFF }; return uintptr(@"os".f·2.@"os".file.@"os".fd) }
func (@"os".f·2 *@"os".File "esc:0x1") Name () (? string) { return @"os".f·2.@"os".file.@"os".name }
func (@"os".f·3 *@"os".File) Read (@"os".b·4 []byte "esc:0x0") (@"os".n·1 int, @"os".err·2 error)
func (@"os".f·3 *@"os".File) ReadAt (@"os".b·4 []byte "esc:0x0", @"os".off·5 int64) (@"os".n·1 int, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x0") Readdir (@"os".n·4 int) (@"os".fi·1 []@"os".FileInfo, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x0") Readdirnames (@"os".n·4 int) (@"os".names·1 []string, @"os".err·2 error)
func (@"os".f·3 *@"os".File) Seek (@"os".offset·4 int64, @"os".whence·5 int) (@"os".ret·1 int64, @"os".err·2 error)
func (@"os".f·3 *@"os".File) Stat () (@"os".fi·1 @"os".FileInfo, @"os".err·2 error)
func (@"os".f·2 *@"os".File "esc:0x0") Sync () (@"os".err·1 error)
func (@"os".f·2 *@"os".File) Truncate (@"os".size·3 int64) (? error)
func (@"os".f·3 *@"os".File) Write (@"os".b·4 []byte "esc:0x0") (@"os".n·1 int, @"os".err·2 error)
func (@"os".f·3 *@"os".File) WriteAt (@"os".b·4 []byte "esc:0x0", @"os".off·5 int64) (@"os".n·1 int, @"os".err·2 error)
func (@"os".f·3 *@"os".File) WriteString (@"os".s·4 string "esc:0x0") (@"os".ret·1 int, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x0") @"os".pread (@"os".b·4 []byte "esc:0x0", @"os".off·5 int64) (@"os".n·1 int, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x0") @"os".pwrite (@"os".b·4 []byte "esc:0x0", @"os".off·5 int64) (@"os".n·1 int, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x0") @"os".read (@"os".b·4 []byte "esc:0x0") (@"os".n·1 int, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x0") @"os".readdir (@"os".n·4 int) (@"os".fi·1 []@"os".FileInfo, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x0") @"os".readdirnames (@"os".n·4 int) (@"os".names·1 []string, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x0") @"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:0x0") @"os".write (@"os".b·4 []byte "esc:0x0") (@"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:0x0") Buffered () (? int) { return @"bufio".b·2.@"bufio".w - @"bufio".b·2.@"bufio".r }
func (@"bufio".b·3 *@"bufio".Reader) Peek (@"bufio".n·4 int) (? []byte, ? error)
func (@"bufio".b·3 *@"bufio".Reader) Read (@"bufio".p·4 []byte) (@"bufio".n·1 int, @"bufio".err·2 error)
func (@"bufio".b·3 *@"bufio".Reader) ReadByte () (@"bufio".c·1 byte, @"bufio".err·2 error)
func (@"bufio".b·3 *@"bufio".Reader) ReadBytes (@"bufio".delim·4 byte) (@"bufio".line·1 []byte, @"bufio".err·2 error)
func (@"bufio".b·4 *@"bufio".Reader) ReadLine () (@"bufio".line·1 []byte, @"bufio".isPrefix·2 bool, @"bufio".err·3 error)
func (@"bufio".b·4 *@"bufio".Reader) ReadRune () (@"bufio".r·1 rune, @"bufio".size·2 int, @"bufio".err·3 error)
func (@"bufio".b·3 *@"bufio".Reader) ReadSlice (@"bufio".delim·4 byte) (@"bufio".line·1 []byte, @"bufio".err·2 error)
func (@"bufio".b·3 *@"bufio".Reader) ReadString (@"bufio".delim·4 byte) (@"bufio".line·1 string, @"bufio".err·2 error)
func (@"bufio".b·1 *@"bufio".Reader) Reset (@"bufio".r·2 @"io".Reader)
func (@"bufio".b·2 *@"bufio".Reader "esc:0x0") UnreadByte () (? error)
func (@"bufio".b·2 *@"bufio".Reader "esc:0x0") 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) WriteTo (@"bufio".w·4 @"io".Writer) (@"bufio".n·1 int64, @"bufio".err·2 error)
func (@"bufio".b·1 *@"bufio".Reader) @"bufio".fill ()
func (@"bufio".b·2 *@"bufio".Reader "esc:0x1") @"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:0x0") @"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) @"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:0x0") Available () (? int) { return len(@"bufio".b·2.@"bufio".buf) - @"bufio".b·2.@"bufio".n }
func (@"bufio".b·2 *@"bufio".Writer "esc:0x0") Buffered () (? int) { return @"bufio".b·2.@"bufio".n }
func (@"bufio".b·2 *@"bufio".Writer) Flush () (? error)
func (@"bufio".b·3 *@"bufio".Writer) ReadFrom (@"bufio".r·4 @"io".Reader) (@"bufio".n·1 int64, @"bufio".err·2 error)
func (@"bufio".b·1 *@"bufio".Writer "esc:0x0") 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) Write (@"bufio".p·4 []byte) (@"bufio".nn·1 int, @"bufio".err·2 error)
func (@"bufio".b·2 *@"bufio".Writer) WriteByte (@"bufio".c·3 byte) (? error)
func (@"bufio".b·3 *@"bufio".Writer) WriteRune (@"bufio".r·4 rune) (@"bufio".size·1 int, @"bufio".err·2 error)
func (@"bufio".b·3 *@"bufio".Writer) WriteString (@"bufio".s·4 string "esc:0x0") (? int, ? error)
func (@"bufio".b·2 *@"bufio".Writer) @"bufio".flush () (? error)
type @"bootstrap/internal/obj".Biobuf struct { @"bootstrap/internal/obj".f *@"os".File; @"bootstrap/internal/obj".r *@"bufio".Reader; @"bootstrap/internal/obj".w *@"bufio".Writer; @"bootstrap/internal/obj".linelen int }
func (@"bootstrap/internal/obj".b·2 *@"bootstrap/internal/obj".Biobuf) Flush () (? error)
func (@"bootstrap/internal/obj".b·3 *@"bootstrap/internal/obj".Biobuf) Peek (@"bootstrap/internal/obj".n·4 int) (? []byte, ? error)
func (@"bootstrap/internal/obj".b·3 *@"bootstrap/internal/obj".Biobuf) Read (@"bootstrap/internal/obj".p·4 []byte) (? int, ? error)
func (@"bootstrap/internal/obj".b·3 *@"bootstrap/internal/obj".Biobuf) Write (@"bootstrap/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 @"bootstrap/link/internal/ld".Segment struct { Rwx uint8; Vaddr uint64; Length uint64; Fileoff uint64; Filelen uint64; Sect *@"bootstrap/link/internal/ld".Section }
type @"bootstrap/link/internal/ld".ElfShdr struct { @"bootstrap/link/internal/ld".name uint32; @"bootstrap/link/internal/ld".type_ uint32; @"bootstrap/link/internal/ld".flags uint64; @"bootstrap/link/internal/ld".addr uint64; @"bootstrap/link/internal/ld".off uint64; @"bootstrap/link/internal/ld".size uint64; @"bootstrap/link/internal/ld".link uint32; @"bootstrap/link/internal/ld".info uint32; @"bootstrap/link/internal/ld".addralign uint64; @"bootstrap/link/internal/ld".entsize uint64; @"bootstrap/link/internal/ld".shnum int; @"bootstrap/link/internal/ld".secsym *@"bootstrap/link/internal/ld".LSym }
type @"bootstrap/link/internal/ld".Section struct { Rwx uint8; Extnum int16; Align int32; Name string; Vaddr uint64; Length uint64; Next *@"bootstrap/link/internal/ld".Section; Seg *@"bootstrap/link/internal/ld".Segment; Elfsect *@"bootstrap/link/internal/ld".ElfShdr; Reloff uint64; Rellen uint64 }
type @"bootstrap/link/internal/ld".Auto struct { Asym *@"bootstrap/link/internal/ld".LSym; Link *@"bootstrap/link/internal/ld".Auto; Aoffset int32; Name int16; Gotype *@"bootstrap/link/internal/ld".LSym }
type @"bootstrap/link/internal/ld".Pcdata struct { P []byte }
type @"bootstrap/link/internal/ld".Pcln struct { Pcsp @"bootstrap/link/internal/ld".Pcdata; Pcfile @"bootstrap/link/internal/ld".Pcdata; Pcline @"bootstrap/link/internal/ld".Pcdata; Pcdata []@"bootstrap/link/internal/ld".Pcdata; Npcdata int; Funcdata []*@"bootstrap/link/internal/ld".LSym; Funcdataoff []int64; Nfuncdata int; File []*@"bootstrap/link/internal/ld".LSym; Nfile int; Mfile int; Lastfile *@"bootstrap/link/internal/ld".LSym; Lastindex int }
type @"bootstrap/link/internal/ld".Reloc struct { Off int32; Siz uint8; Done uint8; Type int32; Variant int32; Add int64; Xadd int64; Sym *@"bootstrap/link/internal/ld".LSym; Xsym *@"bootstrap/link/internal/ld".LSym }
type @"bootstrap/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 *@"bootstrap/link/internal/ld".LSym; Allsym *@"bootstrap/link/internal/ld".LSym; Next *@"bootstrap/link/internal/ld".LSym; Sub *@"bootstrap/link/internal/ld".LSym; Outer *@"bootstrap/link/internal/ld".LSym; Gotype *@"bootstrap/link/internal/ld".LSym; Reachparent *@"bootstrap/link/internal/ld".LSym; Queue *@"bootstrap/link/internal/ld".LSym; File string; Dynimplib string; Dynimpvers string; Sect *@"bootstrap/link/internal/ld".Section; Autom *@"bootstrap/link/internal/ld".Auto; Pcln *@"bootstrap/link/internal/ld".Pcln; P []byte; R []@"bootstrap/link/internal/ld".Reloc; Local bool }
func (@"bootstrap/link/internal/ld".s·2 *@"bootstrap/link/internal/ld".LSym) String () (? string)
type @"bootstrap/link/internal/ld".symVer struct { @"bootstrap/link/internal/ld".sym string; @"bootstrap/link/internal/ld".ver int }
type @"bootstrap/link/internal/ld".Library struct { Objref string; Srcref string; File string; Pkg string; Shlib string; @"bootstrap/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) Read (@"io".p·4 []byte) (@"io".n·1 int, @"io".err·2 error)
func (@"io".s·3 *@"io".SectionReader) ReadAt (@"io".p·4 []byte, @"io".off·5 int64) (@"io".n·1 int, @"io".err·2 error)
func (@"io".s·3 *@"io".SectionReader "esc:0x0") Seek (@"io".offset·4 int64, @"io".whence·5 int) (? int64, ? error)
func (@"io".s·2 *@"io".SectionReader "esc:0x0") 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) Data () (? []byte, ? error)
func (@"debug/elf".s·2 *@"debug/elf".Section) Open () (? @"io".ReadSeeker)
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) Open () (? @"io".ReadSeeker)
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".afield struct { @"debug/dwarf".attr @"debug/dwarf".Attr; @"debug/dwarf".fmt @"debug/dwarf".format }
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:0x2") Common () (? *@"debug/dwarf".CommonType) { return @"debug/dwarf".c·2 }
func (@"debug/dwarf".c·2 *@"debug/dwarf".CommonType "esc:0x0") 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:0x0") @"debug/dwarf".addrsize () (? int) { return @"debug/dwarf".u·2.@"debug/dwarf".asize }
func (@"debug/dwarf".u·3 *@"debug/dwarf".unit "esc:0x0") @"debug/dwarf".dwarf64 () (? bool, ? bool) { return @"debug/dwarf".u·3.@"debug/dwarf".is64, true }
func (@"debug/dwarf".u·2 *@"debug/dwarf".unit "esc:0x0") @"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 {} }
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:0x0") 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) @"debug/dwarf".addr () (? uint64)
func (@"debug/dwarf".b·2 *@"debug/dwarf".buf) @"debug/dwarf".bytes (@"debug/dwarf".n·3 int) (? []byte)
func (@"debug/dwarf".b·2 *@"debug/dwarf".buf) @"debug/dwarf".entry (@"debug/dwarf".atab·3 @"debug/dwarf".abbrevTable "esc:0x0", @"debug/dwarf".ubase·4 @"debug/dwarf".Offset) (? *@"debug/dwarf".Entry)
func (@"debug/dwarf".b·1 *@"debug/dwarf".buf) @"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) @"debug/dwarf".int () (? int64)
func (@"debug/dwarf".b·1 *@"debug/dwarf".buf) @"debug/dwarf".skip (@"debug/dwarf".n·2 int)
func (@"debug/dwarf".b·2 *@"debug/dwarf".buf) @"debug/dwarf".string () (? string)
func (@"debug/dwarf".b·2 *@"debug/dwarf".buf) @"debug/dwarf".uint () (? uint64)
func (@"debug/dwarf".b·2 *@"debug/dwarf".buf) @"debug/dwarf".uint16 () (? uint16)
func (@"debug/dwarf".b·2 *@"debug/dwarf".buf) @"debug/dwarf".uint32 () (? uint32)
func (@"debug/dwarf".b·2 *@"debug/dwarf".buf) @"debug/dwarf".uint64 () (? uint64)
func (@"debug/dwarf".b·2 *@"debug/dwarf".buf) @"debug/dwarf".uint8 () (? uint8)
func (@"debug/dwarf".b·3 *@"debug/dwarf".buf) @"debug/dwarf".varint () (@"debug/dwarf".c·1 uint64, @"debug/dwarf".bits·2 uint)
type @"debug/dwarf".typeReader interface { 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·3 *@"debug/dwarf".Reader) Next () (? *@"debug/dwarf".Entry, ? error)
func (@"debug/dwarf".r·1 *@"debug/dwarf".Reader) Seek (@"debug/dwarf".off·2 @"debug/dwarf".Offset)
func (@"debug/dwarf".r·1 *@"debug/dwarf".Reader) SkipChildren ()
func (@"debug/dwarf".r·2 *@"debug/dwarf".Reader) @"debug/dwarf".clone () (? @"debug/dwarf".typeReader)
func (@"debug/dwarf".r·1 *@"debug/dwarf".Reader) @"debug/dwarf".maybeNextUnit ()
func (@"debug/dwarf".r·2 *@"debug/dwarf".Reader "esc:0x0") @"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·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·3 *@"debug/dwarf".Data) @"debug/dwarf".parseAbbrev (@"debug/dwarf".off·4 uint32) (? @"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:0x0") (? @"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) Close () (? error)
func (@"debug/elf".f·3 *@"debug/elf".File) DWARF () (? *@"debug/dwarf".Data, ? error)
func (@"debug/elf".f·3 *@"debug/elf".File) DynString (@"debug/elf".tag·4 @"debug/elf".DynTag) (? []string, ? error)
func (@"debug/elf".f·3 *@"debug/elf".File) DynamicSymbols () (? []@"debug/elf".Symbol, ? error)
func (@"debug/elf".f·3 *@"debug/elf".File) ImportedLibraries () (? []string, ? error)
func (@"debug/elf".f·3 *@"debug/elf".File) ImportedSymbols () (? []@"debug/elf".ImportedSymbol, ? error)
func (@"debug/elf".f·2 *@"debug/elf".File "esc:0x0") Section (@"debug/elf".name·3 string "esc:0x0") (? *@"debug/elf".Section)
func (@"debug/elf".f·2 *@"debug/elf".File "esc:0x0") SectionByType (@"debug/elf".typ·3 @"debug/elf".SectionType) (? *@"debug/elf".Section)
func (@"debug/elf".f·3 *@"debug/elf".File) Symbols () (? []@"debug/elf".Symbol, ? error)
func (@"debug/elf".f·2 *@"debug/elf".File) @"debug/elf".applyRelocations (@"debug/elf".dst·3 []byte, @"debug/elf".rels·4 []byte) (? error)
func (@"debug/elf".f·2 *@"debug/elf".File) @"debug/elf".applyRelocations386 (@"debug/elf".dst·3 []byte, @"debug/elf".rels·4 []byte) (? error)
func (@"debug/elf".f·2 *@"debug/elf".File) @"debug/elf".applyRelocationsAMD64 (@"debug/elf".dst·3 []byte, @"debug/elf".rels·4 []byte) (? error)
func (@"debug/elf".f·2 *@"debug/elf".File) @"debug/elf".applyRelocationsARM64 (@"debug/elf".dst·3 []byte, @"debug/elf".rels·4 []byte) (? error)
func (@"debug/elf".f·4 *@"debug/elf".File) @"debug/elf".getSymbols (@"debug/elf".typ·5 @"debug/elf".SectionType) (? []@"debug/elf".Symbol, ? []byte, ? error)
func (@"debug/elf".f·4 *@"debug/elf".File) @"debug/elf".getSymbols32 (@"debug/elf".typ·5 @"debug/elf".SectionType) (? []@"debug/elf".Symbol, ? []byte, ? error)
func (@"debug/elf".f·4 *@"debug/elf".File) @"debug/elf".getSymbols64 (@"debug/elf".typ·5 @"debug/elf".SectionType) (? []@"debug/elf".Symbol, ? []byte, ? error)
func (@"debug/elf".f·1 *@"debug/elf".File) @"debug/elf".gnuVersion (@"debug/elf".i·2 int, @"debug/elf".sym·3 *@"debug/elf".ImportedSymbol "esc:0x0")
func (@"debug/elf".f·1 *@"debug/elf".File) @"debug/elf".gnuVersionInit (@"debug/elf".str·2 []byte "esc:0x0")
func (@"debug/elf".f·3 *@"debug/elf".File "esc:0x0") @"debug/elf".stringTable (@"debug/elf".link·4 uint32) (? []byte, ? error)
type @"bootstrap/link/internal/ld".Shlib struct { Path string; Hash []byte; Deps []string; File *@"debug/elf".File }
type @"bootstrap/link/internal/ld".Link struct { Thechar int32; Thestring string; Goarm int32; Headtype int; Arch *@"bootstrap/link/internal/ld".LinkArch; Debugasm int32; Debugvlog int32; Bso *@"bootstrap/internal/obj".Biobuf; Windows int32; Goroot string; Hash map[@"bootstrap/link/internal/ld".symVer]*@"bootstrap/link/internal/ld".LSym; Allsym *@"bootstrap/link/internal/ld".LSym; Nsymbol int32; Tlsg *@"bootstrap/link/internal/ld".LSym; Libdir []string; Library []*@"bootstrap/link/internal/ld".Library; Shlibs []@"bootstrap/link/internal/ld".Shlib; Tlsoffset int; Diag func(? string, ? ...interface {}); Cursym *@"bootstrap/link/internal/ld".LSym; Version int; Textp *@"bootstrap/link/internal/ld".LSym; Etextp *@"bootstrap/link/internal/ld".LSym; Nhistfile int32; Filesyms *@"bootstrap/link/internal/ld".LSym }
func @"".Addcall (@"".ctxt·2 *@"bootstrap/link/internal/ld".Link "esc:0x0", @"".s·3 *@"bootstrap/link/internal/ld".LSym, @"".t·4 *@"bootstrap/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 @"bufio".ErrInvalidUnreadRune error
type @"debug/dwarf".DecodeError struct { Name string; Offset @"debug/dwarf".Offset; Err string }
func (@"debug/dwarf".e·2 @"debug/dwarf".DecodeError "esc:0x0") Error () (? string)
$$
�_go_.6 0 0 0 644 106712 `
go object linux amd64 go1.4.2 X:precisestack
!
��go13ld0bootstrap/internal/obj.a8bootstrap/link/internal/ld.adebug/elf.a
fmt.a
log.a�þ"".PADDR�� ��‹\$ãÿÿÿ‰\$Ã� ��� "".~r1�type.uint32�"".x��type.uint32���V��Tgclocals·9308e7ef08d2cc2f72ae1228688dacf9�Tgclocals·3280bececceccd33cb74587feedb1f9f���T/tmp/go/src/cmd/link/internal/amd64/asm.goþ"".Addcall��à ��Ä dH‹ %����HD$ÈH;Awè����ëå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‰L$HHƒù�„É��H‹‘��H‹‰��H‹›��H‰T$pH‰L$xH‰œ$€���H‰ØH)ËHƒû}FH����H‰$H‰T$XH‰T$H‰L$`H‰L$H‰D$hH‰D$HÇD$ ���è����H‹T$(H‹L$0H‹D$8H‰ÎHÿÆH‰t$`H‰D$hH����H‰$H‰ÓH‰T$XH‰ÍHkí0HëH‰\$Hœ$ˆ���H‰\$è����H‹T$XH‹L$`H‹D$hH‹\$HH‰$Hƒ<$�„Ý���H$��H‰T$pH‰T$H‰L$xH‰L$H‰„$€���H‰D$è����H‹\$HH‹ƒ��HÿÈH‹“��H‹‹��H‹«��H‰¬$€���H‰ÓH‰T$pH‰ÅH‰L$xH9ÈsgHkí0HëH‰\$PH‰$Hƒ<$�tGHƒ$ H‹œ$Ð���H‰\$è����H‹L$@H‹D$P‰Í‰(Ç@���Æ@¶XHËH‰œ$Ø���HÄ¸���É%����ë°è���� ‰%����éÿÿÿ‰é0þÿÿ
������*��0runtime.morestack_noctxt���Ê��Dbootstrap/link/internal/ld.Symgrow���øè� runtime.duffzero�����Ntype.[]bootstrap/link/internal/ld.Reloc���ð��"runtime.growslice���¼��Jtype.bootstrap/link/internal/ld.Reloc���–��.runtime.writebarrierfat���¸��2runtime.writebarrierslice���–��.runtime.writebarrierptr���’ ��$runtime.panicindex���@ð��"".autotmp_0005�¿Ntype.[]bootstrap/link/internal/ld.Reloc�"".autotmp_0004�Ntype.[]bootstrap/link/internal/ld.Reloc�"".autotmp_0003�_Jtype.bootstrap/link/internal/ld.Reloc�"".autotmp_0002��type.int�"".autotmp_0001��Ntype.[]bootstrap/link/internal/ld.Reloc�>bootstrap/link/internal/ld.s·2�ßJtype.*bootstrap/link/internal/ld.LSym�"".r�ÏLtype.*bootstrap/link/internal/ld.Reloc�"".i�ïtype.int64� "".~r3�0type.int64�"".t� Jtype.*bootstrap/link/internal/ld.LSym�"".s�Jtype.*bootstrap/link/internal/ld.LSym�"".ctxt��Jtype.*bootstrap/link/internal/ld.Link�"ðœïð1�ð�8`*   ÿ1 (� �d“SQo>(�Tgclocals·cf331a3279348ad07432cfc0da9eabf8�Tgclocals·6636af5713a0c926e997dfc880593c65���T/tmp/go/src/cmd/link/internal/amd64/asm.goþ"".gentext��€��ðdH‹ %����H;awè����ëêHƒìh¶����€û„Â��€=�����…µ��1À<�uHƒÄhÃH‹5����H‰4$H5����Hl$H‰ïH¥H¥HÇD$����è����H‹D$ H·X fƒûuHƒÄhÃH‰D$8HÇÇ���@ˆx(H‹5����H‰4$H5����H|$H¥H¥HÇD$����è����H‹\$ H‰\$0H‹\$0fÇC �H‹\$0HÇÅ���@ˆ« ��H‹D$0HÇÅ���@ˆh(HÇD$@����HÇD$H����H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‹5����H‰4$H5����Hl$H‰ïH¥H¥HÇD$����è����H‹D$ H‹����H‰$H‹\$0H‰\$H‰D$HÇD$����è����H����H‰$è����H‹D$¶-����@ˆ(HÇÁ���HÇÂ���H‰D$PH‰$H‰L$XH‰L$H‰T$`H‰T$H‹T$(H‹ÿÓH‹����H‰$H‹\$0H‰\$H‹\$8H‰\$è����H����H‰$è����H‹D$¶-����@ˆ(HÇÁ���HÇÂ���H‰D$PH‰$H‰L$XH‰L$H‰T$`H‰T$H‹T$(H‹ÿÓH‹-����H‹è���1íH9ë„ê���H‹����H‹«è���H‰,$Hƒ<$�„Á���Hƒ$xH‹\$0H‰\$è����H‹����H‰$Hƒ<$�„‹���H$è���H‹\$0H‰\$è����H‹5����H‰4$H5����Hl$H‰ïH¥H¥HÇD$����è����H‹D$ HÇÅ���@ˆh(HÇÅ���@ˆ¨ ��fÇ@ �H‹����H‰$H‰D$H‹\$0H‰\$è����HƒÄhÉ%����éiÿÿÿ‰%����é3ÿÿÿH‹����H‰$Hƒ<$�tH$à���H‹\$0H‰\$è����éÿÿÿ‰%����ëÛHÇÀ���éAüÿÿX
������ ��0runtime.morestack_noctxt���:��Hbootstrap/link/internal/ld.Buildmode���X�Jbootstrap/link/internal/ld.Linkshared���Š��>bootstrap/link/internal/ld.Ctxt��� ��Bgo.string."runtime.addmoduledata"���Ô��Jbootstrap/link/internal/ld.Linklookup���¬��>bootstrap/link/internal/ld.Ctxt���Â��Bgo.string."go.link.addmoduledata"���ð��Jbootstrap/link/internal/ld.Linklookup���œ��"".func·001���Ì��type.[3]uint8���Þ��"runtime.newobject���ö��""".statictmp_0024���Š�""".statictmp_0024��� �""".statictmp_0024���–�
������ ��>bootstrap/link/internal/ld.Ctxt���¶��Fgo.string."runtime.firstmoduledata"���ê��Jbootstrap/link/internal/ld.Linklookup���‚��>bootstrap/link/internal/ld.Ctxt���Ä��Nbootstrap/link/internal/ld.Addpcrelplus���Ò��type.[1]uint8���ä��"runtime.newobject���ü��""".statictmp_0027���ð�
������ú��>bootstrap/link/internal/ld.Ctxt���´ ��"".Addcall��� ��type.[1]uint8���Ô ��"runtime.newobject���ì ��""".statictmp_0030���à
������ê
��>bootstrap/link/internal/ld.Ctxt���œ ��>bootstrap/link/internal/ld.Ctxt���ð ��.runtime.writebarrierptr���þ ��>bootstrap/link/internal/ld.Ctxt���Ê ��.runtime.writebarrierptr���Ø ��>bootstrap/link/internal/ld.Ctxt���î ��Jgo.string."go.link.addmoduledatainit"���¢ ��Jbootstrap/link/internal/ld.Linklookup���ø ��>bootstrap/link/internal/ld.Ctxt���¨��Dbootstrap/link/internal/ld.Addaddr���ð��>bootstrap/link/internal/ld.Ctxt���´��.runtime.writebarrierptr����Ð��"".autotmp_0031��type.*[1]uint8�"".autotmp_0029��type.[]uint8�"".autotmp_0026��type.[]uint8�"".autotmp_0023�/type.[]uint8�"".autotmp_0022�O~type.struct { F uintptr; A0 **bootstrap/link/internal/ld.LSym }�"".autotmp_0019��Jtype.*bootstrap/link/internal/ld.LSym�"".autotmp_0018��Jtype.*bootstrap/link/internal/ld.LSym�"".autotmp_0017��Jtype.*bootstrap/link/internal/ld.LSym�"".o�&type.func(...uint8)�"".initfunc�oJtype.*bootstrap/link/internal/ld.LSym� "".addmoduledata�_Jtype.*bootstrap/link/internal/ld.LSym�2Ð'ÏÐ@ÏЙÏÐc�€�†z#1 3 
*jYT$T1-1   ) A��iNw«WÐ�Tgclocals·7c13896baab3273e10662a9a37b348ce�Tgclocals·2511fc8cd8b9e4ca6d4739e41fb5e810���T/tmp/go/src/cmd/link/internal/amd64/asm.goþ"".adddynrela��à��ÈdH‹ %����H;awè����ëê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ƒÄ(Ã
������ ��0runtime.morestack_noctxt���:��>bootstrap/link/internal/ld.Ctxt���Ž��Lbootstrap/link/internal/ld.Addaddrplus���œ��>bootstrap/link/internal/ld.Ctxt���Ô��Hbootstrap/link/internal/ld.Adduint64���ì��>bootstrap/link/internal/ld.Ctxt���¶��Lbootstrap/link/internal/ld.Addaddrplus���0P��"".r� Ltype.*bootstrap/link/internal/ld.Reloc�"".s�Jtype.*bootstrap/link/internal/ld.LSym�"".rela��Jtype.*bootstrap/link/internal/ld.LSym�P‰O �°�Ò1(,�
�Fj�Tgclocals·dc22134b6e2ce9b2d04b1b1b62ac997a�Tgclocals·3280bececceccd33cb74587feedb1f9f���T/tmp/go/src/cmd/link/internal/amd64/asm.goþ"".adddynrel��àS��ÌSdH‹ %����HD$ÀH;Awè����ëåHìÀ���H‹œ$Ð���H‹k H‰l$(H‹����H‰$Hƒ<$�„‘��H$Ð���H‹œ$È���H‰\$è����H‹´$È���H‹”$Ð���H‹D$(‹jý��ÿ��ý��Z ��ý��…
��H·X fƒû"…Ù���H\$PHÇ����HÇC����H\$PHƒû�„Ñ���HÇÂ���HÇÅ���H‰\$xH‰”$€���H‰¬$ˆ���H����H‰$H‰D$Hƒ|$�„†���è����H‹L$H‹D$H‹\$xH‰$H‰L$@H‰L$H‰D$HH‰D$è����H����H,$H‰ïH‰ÞH¥H¥H‹\$xH‰\$H‹œ$€���H‰\$H‹œ$ˆ���H‰\$ è����H‹”$Ð���ÇB���HÄÀ���É%����énÿÿÿ‰é(ÿÿÿý��…��H·X fƒû"…Þ���H\$PHÇ����HÇC����H\$PHƒû�„å��HÇÂ���HÇÅ���H‰\$xH‰”$€���H‰¬$ˆ���H����H‰$H‰D$Hƒ|$�„š��è����H‹L$H‹D$H‹\$xH‰$H‰L$@H‰L$H‰D$HH‰D$è����H����H,$H‰ïH‰ÞH¥H¥H‹\$xH‰\$H‹œ$€���H‰\$H‹œ$ˆ���H‰\$ è����H‹”$Ð���H‹D$(H·X fƒû�t&H·X fƒûtÇB ���H‹jHƒÅH‰jHÄÀ���ÃH\$PHÇ����HÇC����H\$PHƒû�„Ã���HÇÂ���HÇÅ���H‰\$xH‰”$€���H‰¬$ˆ���H����H‰$H‰D$Hƒ|$�t|è����H‹L$H‹D$H‹\$xH‰$H‰L$@H‰L$H‰D$HH‰D$è����H����H,$H‰ïH‰ÞH¥H¥H‹\$xH‰\$H‹œ$€���H‰\$H‹œ$ˆ���H‰\$ è����H‹”$Ð���é ÿÿÿ‰%����éxÿÿÿ‰é6ÿÿÿ‰%����éZþÿÿ‰éþÿÿý��…§���ÇB ���H‹jHƒÅH‰jH·X fƒû"uxH‰$è����H‹5����H‰4$H5����Hl$H‰ïH¥H¥HÇD$����è����H‹D$ H‹œ$Ð���H‰$Hƒ<$�t3Hƒ$ H‰D$è����H‹Œ$Ð���H‹AH‹l$(Hcm<HÅH‰iHÄÀ���É%����ëċZû���Œî���H\$PHÇ����HÇC����H\$PHƒû�„Ä���HÇÅ���HÇÁ���H‰\$xH‰¬$€���H‰Œ$ˆ���H����H‰$H‰T$Hƒ|$�t}HƒD$è����H‹L$H‹D$H‹\$xH‰$H‰L$@H‰L$H‰D$HH‰D$è����H����H,$H‰ïH‰ÞH¥H¥H‹\$xH‰\$H‹œ$€���H‰\$H‹œ$ˆ���H‰\$ è����HÄÀ���É%����éwÿÿÿ‰é5ÿÿÿH·X fƒû"tHÄÀ���Ëjƒý…•��H·^ fƒû….��€=�����„!��‹����ƒû
…‰���H‰$è����H‹5����H‰4$H5����Hl$H‰ïH¥H¥HÇD$����è����H‹D$ H‹œ$Ð���H‰$Hƒ<$�t3Hƒ$ H‰D$è����H‹Œ$Ð���H‹AH‹l$(Hcm<HÅH‰iHÄÀ���É%����ëÄH‰$è����H‹5����H‰4$H5����Hl$H‰ïH¥H¥HÇD$����è����H‹D$ H‹œ$Ð���H‰$Hƒ<$�t3Hƒ$ H‰D$è����H‹Œ$Ð���H‹AH‹l$(Hcm@HÅH‰iHÄÀ���É%����ëÄH·^ fƒû„ö��H‹����H‰$Hƒ<$�„Ô��H$Ð���H‰t$è����H¼$���1Àè����Hœ$���Hƒû�„š��HÇÁ���HÇÂ���H‰\$xH‰Œ$€���H‰”$ˆ���H����H‰$H‹\$(H‰\$Hƒ|$�„J��è����H‹L$H‹D$H‹\$xH‰$H‰L$@H‰L$H‰D$HH‰D$è����H����H‰$H‹œ$Ð���H‰\$Hƒ|$�„é���HƒD$è����H‹L$H‹D$H‹\$xHƒÃH‰$H‰L$@H‰L$H‰D$HH‰D$è����H����H‰$H‹\$(H‰\$Hƒ|$�„���HƒD$ è����H‹L$H‹D$H‹\$xHƒÃ H‰$H‰L$@H‰L$H‰D$HH‰D$è����H����H,$H‰ïH‰ÞH¥H¥H‹\$xH‰\$H‹œ$€���H‰\$H‹œ$ˆ���H‰\$ è����HÄÀ���É%����ésÿÿÿ‰%����é ÿÿÿ‰%����éªþÿÿ‰é_þÿÿ‰%����é þÿÿ€=�����„8��H‹����H‰$H‰D$è����H‹5����H‰4$H5����Hl$H‰ïH¥H¥HÇD$����è����H‹D$ H‹����H‰$H‰D$0H‰D$H‹œ$È���H‰\$H‹œ$Ð���Hc+H‰l$è����H‹D$(H‹T$0H‹¬$Ð���¶]€ûup‹X8¸���HÁ㠋èH ëH‰ØH‹����H‰$H‰T$H‰D$è����H‹����H‰$H‹\$0H‰\$H‹¬$Ð���H‹]H‰\$è����H‹œ$Ð���ÇC���HÄÀ���ËX8¸
���HÁ㠋èH ëH‰ØH‹����H‰$H‰T$H‰D$è����뎋����ƒû…è��H‹^`H‹-����H9ë…Ô��‹ƒû�…É��H‹����H‰$H‰D$è����H‹5����H‰4$H5����Hl$H‰ïH¥H¥HÇD$����è����H‹Œ$È���H‹D$ Hƒù�„j��H·h HÍ���f‰i H‰ $Hƒ<$�„?��H$ˆ���H‰D$8H‰D$è����H‹œ$È���H‰$Hƒ<$�„��H$€���H‹\$8H‹«€���H‰l$è����H‹\$8H‰$Hƒ<$�„Ç���H$€���H‹œ$È���H‰\$è����H‹D$8H‹œ$È���Hƒû�„���H‹h`H‰kXH‹����H‰$H‰D$HÇD$����è����H‹5����H‰4$H5����Hl$H‰ïH¥H¥HÇD$����è����H‹D$ H‹����H‰$H‰D$H‹l$(‹]8‰\$è����H‹œ$Ð���ÇC���HÄÀ���Ééjÿÿÿ‰%����é-ÿÿÿ‰%����éïþÿÿ‰%����éµþÿÿ‰éþÿÿ‹����ƒû …¿úÿÿHÄÀ���Ãý…Ÿ���‹����ƒû uHÄÀ���ÃH‰$è����H‹5����H‰4$H5����Hl$H‰ïH¥H¥HÇD$����è����H‹D$ H‹œ$Ð���H‰$Hƒ<$�t6Hƒ$ H‰D$è����H‹œ$Ð���Hƒû�tH‹l$(Hcm<H‰kHÄÀ���Éëç‰%����ëÁƒý „Xÿÿÿéúÿÿý���u��ý ��…b��H·X fƒû"„¡���‹ƒûŒ–���‹
ƒéHƒþ�„2��L‹Žð���H‹¾ø���L‹†���L‰D$pL‰L$`HcéH9ýH‰|$hƒû���I)¶€û‹uK‹:ƒïH‹Žð���H‹†ø���H‹®���HcïH9Ås"H)ƍÇB ���H‹jHƒÅH‰jHÄÀ���Ãè���� H‰$è����H‹œ$Ð���ÇC ���H‹5����H‰4$H5����Hl$H‰ïH¥H¥HÇD$����è����H‹D$ H‹œ$Ð���H‰$Hƒ<$�t?Hƒ$ H‰D$è����H‹„$Ð���H‹hHƒÅH‰hH‹HH‹l$(Hcm@HÍH‰hHÄÀ���É%����ë¸è���� ‰éÇþÿÿý���…öÿÿÇB���H·X fƒû"…Í���H\$PHÇ����HÇC����H\$PHƒû�„»���HÇÂ���HÇÅ���H‰\$xH‰”$€���H‰¬$ˆ���H����H‰$H‰D$Hƒ|$�twè����H‹L$H‹D$H‹\$xH‰$H‰L$@H‰L$H‰D$HH‰D$è����H����H,$H‰ïH‰ÞH¥H¥H‹\$xH‰\$H‹œ$€���H‰\$H‹œ$ˆ���H‰\$ è����HÄÀ���É%����뀉é>ÿÿÿý��…û���ÇB ���H·X fƒû"…Í���H\$PHÇ����HÇC����H\$PHƒû�„»���HÇÂ���HÇÅ���H‰\$xH‰”$€���H‰¬$ˆ���H����H‰$H‰D$Hƒ|$�twè����H‹L$H‹D$H‹\$xH‰$H‰L$@H‰L$H‰D$HH‰D$è����H����H,$H‰ïH‰ÞH¥H¥H‹\$xH‰\$H‹œ$€���H‰\$H‹œ$ˆ���H‰\$ è����HÄÀ���É%����뀉é>ÿÿÿý��„òýÿÿé�ôÿÿý����ý��ý��„Ôþÿÿý��„ÁýÿÿéÏóÿÿý��…¢���H·X fƒû"…¨þÿÿH‰$è����H‹5����H‰4$H5����Hl$H‰ïH¥H¥HÇD$����è����H‹D$ H‹œ$Ð���H‰$Hƒ<$�t=Hƒ$ H‰D$è����H‹„$Ð���Hƒø�tH‹l$(Hcm<H‰hÇ@ ���HÄÀ���É�ëà‰%����뺁ý��…óÿÿH·X fƒû"„ˆ��‹ƒûŒŠ���‹
ƒéHƒþ�„g��L‹Žð���H‹¾ø���L‹†���L‰D$pL‰L$`HcéH9ýH‰|$hƒ0��I)¶€û‹u?‹:ƒïH‹Žð���H‹†ø���H‹®���HcïH9ÅsH)ƍÇB ���HÄÀ���Ãè���� H\$PHÇ����HÇC����H\$PHƒû�„»���HÇÂ���HÇÅ���H‰\$xH‰”$€���H‰¬$ˆ���H����H‰$H‰D$Hƒ|$�twè����H‹L$H‹D$H‹\$xH‰$H‰L$@H‰L$H‰D$HH‰D$è����H����H,$H‰ïH‰ÞH¥H¥H‹\$xH‰\$H‹œ$€���H‰\$H‹œ$ˆ���H‰\$ è����HÄÀ���É%����뀉é>ÿÿÿè���� ‰é’þÿÿH·X fƒû"„Ö���H\$PHÇ����HÇC����H\$PHƒû�„W��HÇÂ���HÇÅ���H‰\$xH‰”$€���H‰¬$ˆ���H����H‰$H‰D$Hƒ|$�„ ��è����H‹L$H‹D$H‹\$xH‰$H‰L$@H‰L$H‰D$HH‰D$è����H����H,$H‰ïH‰ÞH¥H¥H‹\$xH‰\$H‹œ$€���H‰\$H‹œ$ˆ���H‰\$ è����H‹D$(H‰$è����H‹œ$Ð���ÇC ���H‹5����H‰4$H5����Hl$H‰ïH¥H¥HÇD$����è����H‹D$ H‹œ$Ð���H‰$Hƒ<$�t3Hƒ$ H‰D$è����H‹Œ$Ð���H‹AH‹l$(Hcm@HÅH‰iHÄÀ���É%����ëĉ%����éèþÿÿ‰é¢þÿÿý ��ý ��„\þÿÿý ��„ÂúÿÿéÉïÿÿý��„±úÿÿý��„¥úÿÿé¬ïÿÿ‰%����écëÿÿˆ
������*��0runtime.morestack_noctxt���l��>bootstrap/link/internal/ld.Ctxt���¾��.runtime.writebarrierptr���î��type.string���¢��runtime.convT2E���ú��2runtime.writebarrieriface���ˆ��†go.string."unexpected R_X86_64_64 relocation for dynamic symbol %s"���ö��>bootstrap/link/internal/ld.Diag���š��type.string���Î��runtime.convT2E���¦ ��2runtime.writebarrieriface���´ ��Šgo.string."unexpected R_X86_64_PC32 relocation for dynamic symbol %s"���¢
��>bootstrap/link/internal/ld.Diag���¸ ��type.string���ä ��runtime.convT2E���¼ ��2runtime.writebarrieriface���Ê ��Lgo.string."unknown symbol %s in pcrel"���¸��>bootstrap/link/internal/ld.Diag���„��"".addpltsym���’��>bootstrap/link/internal/ld.Ctxt���¨�� go.string.".plt"���Ü��Jbootstrap/link/internal/ld.Linklookup���ª��.runtime.writebarrierptr���¼��type.int32���ô��runtime.convT2E���Ì��2runtime.writebarrieriface���Ú��Rgo.string."unexpected relocation type %d"���È��>bootstrap/link/internal/ld.Diag���æ�@bootstrap/link/internal/ld.Iself���€��Fbootstrap/link/internal/ld.HEADTYPE���¤��"".addpltsym���²��>bootstrap/link/internal/ld.Ctxt���È�� go.string.".plt"���ü��Jbootstrap/link/internal/ld.Linklookup���Ê��.runtime.writebarrierptr���¶��"".addgotsym���Ä��>bootstrap/link/internal/ld.Ctxt���Ú�� go.string.".got"���Ž��Jbootstrap/link/internal/ld.Linklookup���Ü��.runtime.writebarrierptr���â��>bootstrap/link/internal/ld.Ctxt���¤��.runtime.writebarrierptr���Âè� runtime.duffzero���º��type.string���ø��runtime.convT2E���Ð��2runtime.writebarrieriface���Þ��type.int32���®��runtime.convT2E���Ž ��2runtime.writebarrieriface���œ ��type.int16���æ ��runtime.convT2E���Æ!��2runtime.writebarrieriface���Ô!��–go.string."unsupported relocation for dynamic symbol %s (type=%d stype=%d)"���Â"��>bootstrap/link/internal/ld.Diag���Ì#�@bootstrap/link/internal/ld.Iself���è#��>bootstrap/link/internal/ld.Ctxt���„$��Hbootstrap/link/internal/ld.Adddynsym���’$��>bootstrap/link/internal/ld.Ctxt���¨$��"go.string.".rela"���Ü$��Jbootstrap/link/internal/ld.Linklookup���ô$��>bootstrap/link/internal/ld.Ctxt���Ô%��Lbootstrap/link/internal/ld.Addaddrplus���À&��>bootstrap/link/internal/ld.Ctxt���æ&��Hbootstrap/link/internal/ld.Adduint64���ô&��>bootstrap/link/internal/ld.Ctxt���¼'��Hbootstrap/link/internal/ld.Adduint64��� (��>bootstrap/link/internal/ld.Ctxt���Æ(��Hbootstrap/link/internal/ld.Adduint64���Ö(��Fbootstrap/link/internal/ld.HEADTYPE���þ(�Dbootstrap/link/internal/ld.Thearch���´)��>bootstrap/link/internal/ld.Ctxt���Ð)��Hbootstrap/link/internal/ld.Adddynsym���Þ)��>bootstrap/link/internal/ld.Ctxt���ô)�� go.string.".got"���¨*��Jbootstrap/link/internal/ld.Linklookup���Â+��.runtime.writebarrierptr���¬,��.runtime.writebarrierptr���ˆ-��.runtime.writebarrierptr���Ô-��>bootstrap/link/internal/ld.Ctxt���‚.��Hbootstrap/link/internal/ld.Adduint64���.��>bootstrap/link/internal/ld.Ctxt���¦.��2go.string.".linkedit.got"���Ú.��Jbootstrap/link/internal/ld.Linklookup���ò.��>bootstrap/link/internal/ld.Ctxt���¦/��Hbootstrap/link/internal/ld.Adduint32���Ä0��Fbootstrap/link/internal/ld.HEADTYPE���„1��Fbootstrap/link/internal/ld.HEADTYPE���°1��"".addpltsym���¾1��>bootstrap/link/internal/ld.Ctxt���Ô1�� go.string.".plt"���ˆ2��Jbootstrap/link/internal/ld.Linklookup���Ö2��.runtime.writebarrierptr���Þ6��$runtime.panicindex���ô6��"".addgotsym��� 7��>bootstrap/link/internal/ld.Ctxt���¶7�� go.string.".got"���ê7��Jbootstrap/link/internal/ld.Linklookup���¸8��.runtime.writebarrierptr���´9��$runtime.panicindex���¤;��type.string���Ð;��runtime.convT2E���¨<��2runtime.writebarrieriface���¶<��dgo.string."unexpected reloc for dynamic symbol %s"���¤=��>bootstrap/link/internal/ld.Diag���²?��type.string���Þ?��runtime.convT2E���¶@��2runtime.writebarrieriface���Ä@��|go.string."unexpected pc-relative reloc for dynamic symbol %s"���²A��>bootstrap/link/internal/ld.Diag���®C��"".addpltsym���¼C��>bootstrap/link/internal/ld.Ctxt���ÒC�� go.string.".plt"���†D��Jbootstrap/link/internal/ld.Linklookup���ÔD��.runtime.writebarrierptr���žH��$runtime.panicindex���¼I��type.string���èI��runtime.convT2E���ÀJ��2runtime.writebarrieriface���ÎJ��~go.string."unexpected GOT_LOAD reloc for non-dynamic symbol %s"���¼K��>bootstrap/link/internal/ld.Diag���öK��$runtime.panicindex���ÀM��type.string���ôM��runtime.convT2E���ÌN��2runtime.writebarrieriface���ÚN��tgo.string."unexpected GOT reloc for non-dynamic symbol %s"���ÈO��>bootstrap/link/internal/ld.Diag���äO��"".addgotsym���P��>bootstrap/link/internal/ld.Ctxt���¦P�� go.string.".got"���ÚP��Jbootstrap/link/internal/ld.Linklookup���¨Q��.runtime.writebarrierptr��� €��~"".autotmp_0105��"type.interface {}�"".autotmp_0104��"type.interface {}�"".autotmp_0103��"type.interface {}�"".autotmp_0101��&type.[]interface {}�"".autotmp_0100��type.uint64�"".autotmp_0099��type.uint32�"".autotmp_0096��type.int32�"".autotmp_0095��"type.interface {}�"".autotmp_0094��*type.*[1]interface {}�"".autotmp_0093��&type.[]interface {}�"".autotmp_0092��type.int32�"".autotmp_0091��"type.interface {}�"".autotmp_0090��*type.*[1]interface {}�"".autotmp_0089��&type.[]interface {}�"".autotmp_0088��"type.interface {}�"".autotmp_0087��*type.*[1]interface {}�"".autotmp_0086��&type.[]interface {}�"".autotmp_0085��"type.interface {}�"".autotmp_0084��*type.*[1]interface {}�"".autotmp_0083��&type.[]interface {}�"".autotmp_0082��"type.interface {}�"".autotmp_0081��*type.*[1]interface {}�"".autotmp_0080��&type.[]interface {}�"".autotmp_0079��type.int32�"".autotmp_0078��"type.interface {}�"".autotmp_0077��*type.*[1]interface {}�"".autotmp_0076��&type.[]interface {}�"".autotmp_0075��"type.interface {}�"".autotmp_0074��*type.*[1]interface {}�"".autotmp_0073��&type.[]interface {}�"".autotmp_0072�ÿ"type.interface {}�"".autotmp_0070�&type.[]interface {}�"".autotmp_0068�_(type.[3]interface {}�"".autotmp_0067��Jtype.*bootstrap/link/internal/ld.LSym�"".autotmp_0066��Jtype.*bootstrap/link/internal/ld.LSym�"".autotmp_0065��Jtype.*bootstrap/link/internal/ld.LSym�"".autotmp_0064��type.int64�"".autotmp_0063��Jtype.*bootstrap/link/internal/ld.LSym�"".autotmp_0062��type.int64�"".autotmp_0061��Jtype.*bootstrap/link/internal/ld.LSym�"".autotmp_0060��Jtype.*bootstrap/link/internal/ld.LSym�"".autotmp_0059��type.int64�"".autotmp_0058��Jtype.*bootstrap/link/internal/ld.LSym�"".autotmp_0057��(type.[1]interface {}�"".autotmp_0056��(type.[1]interface {}�"".autotmp_0055��(type.[1]interface {}�"".autotmp_0054��Jtype.*bootstrap/link/internal/ld.LSym�"".autotmp_0053��(type.[1]interface {}�"".autotmp_0052��(type.[1]interface {}�"".autotmp_0051��type.int64�"".autotmp_0050��type.int64�"".autotmp_0049��Jtype.*bootstrap/link/internal/ld.LSym�"".autotmp_0048��type.int64�"".autotmp_0047��type.int64�"".autotmp_0045��type.int64�"".autotmp_0043��(type.[1]interface {}�"".autotmp_0042��(type.[1]interface {}�"".autotmp_0041�ß(type.[1]interface {}� "".got�Jtype.*bootstrap/link/internal/ld.LSym�"".rela�ŸJtype.*bootstrap/link/internal/ld.LSym�"".targ�¯Jtype.*bootstrap/link/internal/ld.LSym�"".r�Ltype.*bootstrap/link/internal/ld.Reloc�"".s��Jtype.*bootstrap/link/internal/ld.LSym�ª"€óÿ€¼ÿ€©ÿ€òÿ€%ÿ€¶ÿ€ˆÿ€Öÿ€Ëÿ€ôÿ€Hÿ€ÿ€~ÿ€Ûÿ€¡ÿ€ÿ€†ÿ€òÿ€µÿ€Ûÿ€‘ÿ€t�ð)�ÌÞ"Ej Ù] Þ Õ    [ +Óð   [  [
`(+ Y 1A.+.
.9&53R   “   S œ < V)  [  < Í& Í7 y® / yŒ  [ ( V
)ÍÖ [ áÞ / ©ª©�¾�^²j¬j¡jføjnª·nah
I+ EE y  R…×  Žjj~¸ejjÿ�Tgclocals·4a3831d274d2be9675c43f86862b9a60�Tgclocals·e7f396d35658e2a51e81fcaefdcb7c40���T/tmp/go/src/cmd/link/internal/amd64/asm.goþ"".elfreloc1��  ��„ dH‹ %����H;awè����ëêHƒìH‹\$H‰$H‹����H‹ÿÓH‹L$H‹Y(‹CH‹iƒý Ã��ƒýu¶Y€ûuBHcØHÁã HƒË
H‰$H‹����H‹ÿÓH‹l$H‹]H‰$H‹����H‹ÿÓHÇD$ ����HƒÄöY€ûuHcØHÁã HƒËH‰$H‹����H‹ÿÓë³HÇD$ ÿÿÿÿHƒÄÃý…¯���¶Y€û…”���H‹i(H·] fƒû"ue¶����€ûtP€=�����uG1ɀù�t HcØHÁã HƒËH‰$H‹����H‹ÿÓéDÿÿÿ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‹ÿÓé8þÿÿ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ƒÄÃ8
������ ��0runtime.morestack_noctxt���L�Dbootstrap/link/internal/ld.Thearch���Z�
������ΐ�Dbootstrap/link/internal/ld.Thearch����
������€�Dbootstrap/link/internal/ld.Thearch���Ž�
������ä�Dbootstrap/link/internal/ld.Thearch���ò�
������æ��Hbootstrap/link/internal/ld.Buildmode���ü�Jbootstrap/link/internal/ld.Linkshared���¼�Dbootstrap/link/internal/ld.Thearch���Ê�
������ü�Dbootstrap/link/internal/ld.Thearch���Š�
������ΐ�Dbootstrap/link/internal/ld.Thearch����
������€�Dbootstrap/link/internal/ld.Thearch���Ž�
������À�Dbootstrap/link/internal/ld.Thearch���Î�
������Ԑ�Dbootstrap/link/internal/ld.Thearch���â�
������Ì �Dbootstrap/link/internal/ld.Thearch���Ú �
������Ì
�Dbootstrap/link/internal/ld.Thearch���Ú
������0�� "".~r2� type.int�"".sectoff�type.int64�"".r��Ltype.*bootstrap/link/internal/ld.Reloc�H|3·x ;;?�Ð�ÈŒ  nm je"  <78= 2+  _ \W NI:   � �-£�Tgclocals·64b411f0f44be3f38c26e84fc3239091�Tgclocals·3280bececceccd33cb74587feedb1f9f���T/tmp/go/src/cmd/link/internal/amd64/asm.goþ"".machoreloc1��À��¬dH‹ %����HD$°H;Awè����ëåHìÐ���H‹Œ$Ø���H‹A(H·X fƒû#„G��‹Yƒû „;��H‰D$0H‹¨Ø���¿]‰Øƒû�…)��H¼$���1Àè����Hœ$���Hƒû�„��HÇÂ���HÇÅ���H‰\$HH‰T$PH‰l$XH����H‰$H‰L$Hƒ|$�„¼��HƒD$è����H‹L$H‹D$H‹\$HH‰$H‰L$8H‰L$H‰D$@H‰D$è����H����H‰$H‹\$0H‰\$Hƒ|$�„X��è����H‹L$H‹D$H‹\$HHƒÃH‰$H‰L$8H‰L$H‰D$@H‰D$è����H����H‰$H‹\$0H‹«Ø���H‰l$Hƒ|$�„ï���HƒD$è����H‹L$H‹D$H‹\$HHƒÃ H‰$H‰L$8H‰L$H‰D$@H‰D$è����H����H‰$H‹\$0H‰\$Hƒ|$�„‡���HƒD$ è����H‹L$H‹D$H‹\$HHƒÃ0H‰$H‰L$8H‰L$H‰D$@H‰D$è����H����H,$H‰ïH‰ÞH¥H¥H‹\$HH‰\$H‹\$PH‰\$H‹\$XH‰\$ è����HDŽ$è���ÿÿÿÿHÄÐ���É%����émÿÿÿ‰%����éÿÿÿ‰%����éœþÿÿ‰%����é8þÿÿ‰éøýÿÿ‹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ƒû�´��H|$`1Àè����H\$`Hƒû�„’��HÇÅ���HÇÂ���H‰\$HH‰l$PH‰T$XH����H‰$H‰L$Hƒ|$�„M��HƒD$è����H‹L$H‹D$H‹\$HH‰$H‰L$8H‰L$H‰D$@H‰D$è����H����H‰$H‹\$0H‰\$Hƒ|$�„é���è����H‹L$H‹D$H‹\$HHƒÃH‰$H‰L$8H‰L$H‰D$@H‰D$è����H����H‰$H‹\$0H‰\$Hƒ|$�„‡���HƒD$ è����H‹L$H‹D$H‹\$HHƒÃ H‰$H‰L$8H‰L$H‰D$@H‰D$è����H����H,$H‰ïH‰ÞH¥H¥H‹\$HH‰\$H‹\$PH‰\$H‹\$XH‰\$ è����HDŽ$è���ÿÿÿÿHÄÐ���É%����émÿÿÿ‰%����é ÿÿÿ‰%����é§þÿÿ‰égþÿÿ‹@8 ���é7ýÿÿB
������*��0runtime.morestack_noctxt���Þà� runtime.duffzero���Ê��type.int32���Š��runtime.convT2E���â��2runtime.writebarrieriface���ð��type.string���®��runtime.convT2E���Ž��2runtime.writebarrieriface���œ��type.string���ô��runtime.convT2E���Ô��2runtime.writebarrieriface���â��type.int16���¬��runtime.convT2E���Œ��2runtime.writebarrieriface���š��‚go.string."reloc %d to symbol %s in non-macho section %s type=%d"���ü��>bootstrap/link/internal/ld.Diag���Š ð�Dbootstrap/link/internal/ld.Thearch���˜ �
������° ð�Dbootstrap/link/internal/ld.Thearch���¾ �
������ºè� runtime.duffzero��� ��type.int32���à��runtime.convT2E���¸��2runtime.writebarrieriface���Æ��type.string���„��runtime.convT2E���ä��2runtime.writebarrieriface���ò��type.int16���¼��runtime.convT2E���œ��2runtime.writebarrieriface���ª��fgo.string."reloc %d to non-macho symbol %s type=%d"���Œ��>bootstrap/link/internal/ld.Diag���0 ��2"".autotmp_0163��"type.interface {}�"".autotmp_0162��"type.interface {}�"".autotmp_0161��"type.interface {}�"".autotmp_0160��"type.interface {}�"".autotmp_0158��&type.[]interface {}�"".autotmp_0157��"type.interface {}�"".autotmp_0156��"type.interface {}�"".autotmp_0155�¯"type.interface {}�"".autotmp_0153�&type.[]interface {}�"".autotmp_0152��type.uint32�"".autotmp_0151��type.uint32�"".autotmp_0150��type.uint32�"".autotmp_0149��type.uint32�"".autotmp_0148��type.uint32�"".autotmp_0147��type.uint32�"".autotmp_0146��type.uint32�"".autotmp_0145��type.uint32�"".autotmp_0144��type.uint32�"".autotmp_0143�(type.[4]interface {}�"".autotmp_0141�ß(type.[3]interface {}�
"".rs�¿Jtype.*bootstrap/link/internal/ld.LSym�"".v�Çtype.uint32� "".~r2� type.int�"".sectoff�type.int64�"".r��Ltype.*bootstrap/link/internal/ld.Reloc�N" ³Ÿ žŸ 'Ÿ fŸ ™Ÿ B�à
�´–* Þ7
 
    5 !õ+�,�Ä‘h£®h[�Tgclocals·fa9b6531d312c0494e402308c9af9222�Tgclocals·346d069b3daeec047c12c73d90bb6b5d���T/tmp/go/src/cmd/link/internal/amd64/asm.goþ"".pereloc1�� 
��Š
dH‹ %����HD$øH;Awè����ëåHìˆ���H‹´$���H‹F(H‰D$(‹X8ƒû�°��H|$X1Àè����H\$XHƒû�„Ž��HÇÂ���HÇÁ���H‰\$@H‰T$HH‰L$PH����H‰$H‰t$Hƒ|$�„I��HƒD$è����H‹L$H‹D$H‹\$@H‰$H‰L$0H‰L$H‰D$8H‰D$è����H����H‰$H‹\$(H‰\$Hƒ|$�„å���è����H‹L$H‹D$H‹\$@HƒÃH‰$H‰L$0H‰L$H‰D$8H‰D$è����H����H‰$H‹\$(H‰\$Hƒ|$�„ƒ���HƒD$ è����H‹L$H‹D$H‹\$@HƒÃ H‰$H‰L$0H‰L$H‰D$8H‰D$è����H����H,$H‰ïH‰ÞH¥H¥H‹\$@H‰\$H‹\$HH‰\$H‹\$PH‰\$ è����Ƅ$ ����HÄˆ���É%����éqÿÿÿ‰%����éÿÿÿ‰%����é«þÿÿ‰ékþÿÿH‹œ$˜���‰Û‰$H‹����H‹ÿÓH‹l$(‹]8‰$H‹����H‹ÿÓH‹Œ$���‹iƒýu5¶Y€ûu%¸���f‰$H‹����H‹ÿÓƄ$ ���HÄˆ���ø���ëكýu¸���ë̓ý tôƄ$ ����HÄˆ���Ã(
������*��0runtime.morestack_noctxt���Žè� runtime.duffzero���ô��type.int32���´��runtime.convT2E���Œ��2runtime.writebarrieriface���š��type.string���Ø��runtime.convT2E���¸��2runtime.writebarrieriface���Æ��type.int16�����runtime.convT2E���ð��2runtime.writebarrieriface���þ��dgo.string."reloc %d to non-coff symbol %s type=%d"���à��>bootstrap/link/internal/ld.Diag���þð�Dbootstrap/link/internal/ld.Thearch���Œ�
������¬ð�Dbootstrap/link/internal/ld.Thearch���º�
������ˆ €�Dbootstrap/link/internal/ld.Thearch���– �
������0��"".autotmp_0177��"type.interface {}�"".autotmp_0176��"type.interface {}�"".autotmp_0175�¯"type.interface {}�"".autotmp_0173�&type.[]interface {}�"".autotmp_0172�_(type.[3]interface {}�
"".rs�¿Jtype.*bootstrap/link/internal/ld.LSym� "".~r2� type.bool�"".sectoff�type.int64�"".r��Ltype.*bootstrap/link/internal/ld.Reloc�."¡˜' ��ZŽ*õ+ ��™®hWs�Tgclocals·dc9fbda297182cedc74bf735e51f81bf�Tgclocals·e382131c027ad721d47faf607f6e19b6���T/tmp/go/src/cmd/link/internal/amd64/asm.goþ"".archreloc�� ��HÇD$ ÿÿÿÿÃ�@��� "".~r3�0type.int� "".val� type.*int64�"".s�Jtype.*bootstrap/link/internal/ld.LSym�"".r��Ltype.*bootstrap/link/internal/ld.Reloc���Ô��Tgclocals·8d11a518189555fd7f3bac3cc6ad264c�Tgclocals·3280bececceccd33cb74587feedb1f9f���T/tmp/go/src/cmd/link/internal/amd64/asm.goþ&"".archrelocvariant��À��¾dH‹ %����H;awè����ëêHƒì(H����H,$H‰ïH‰ÞH¥H¥H\$HÇ����HÇC����HÇC����è����H‹\$@H‰\$HHƒÄ(Ã
������ ��0runtime.morestack_noctxt���:��Rgo.string."unexpected relocation variant"���˜��log.Fatalf���@P�� "".~r3�0type.int64�"".t� type.int64�"".s�Jtype.*bootstrap/link/internal/ld.LSym�"".r��Ltype.*bootstrap/link/internal/ld.Reloc�PDO�`�Ú6�
�K�Tgclocals·9c703c5c7b9c1932c840b69f8ebce236�Tgclocals·3280bececceccd33cb74587feedb1f9f���T/tmp/go/src/cmd/link/internal/amd64/asm.goþ"".elfsetupplt��à��àdH‹ %����H;awè����ëêHƒì8H‹5����H‰4$H5����Hl$H‰ïH¥H¥HÇD$����è����H‹\$ H‰\$(H‹5����H‰4$H5����Hl$H‰ïH¥H¥HÇD$����è����H‹L$(H‹\$ H‰\$0H‹Y`Hƒû�…’��H‹����H‰$H‰L$Æ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‹5����H‰4$H5����Hl$H‰ïH¥H¥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Ã>
������ ��0runtime.morestack_noctxt���:��>bootstrap/link/internal/ld.Ctxt���P�� go.string.".plt"���„��Jbootstrap/link/internal/ld.Linklookup���¦��>bootstrap/link/internal/ld.Ctxt���¼��(go.string.".got.plt"���ð��Jbootstrap/link/internal/ld.Linklookup���¸��>bootstrap/link/internal/ld.Ctxt���Þ��Fbootstrap/link/internal/ld.Adduint8���ì��>bootstrap/link/internal/ld.Ctxt���œ��Fbootstrap/link/internal/ld.Adduint8���ª��>bootstrap/link/internal/ld.Ctxt���ö��Nbootstrap/link/internal/ld.Addpcrelplus���„��>bootstrap/link/internal/ld.Ctxt���´��Fbootstrap/link/internal/ld.Adduint8���Â��>bootstrap/link/internal/ld.Ctxt���ò��Fbootstrap/link/internal/ld.Adduint8���€��>bootstrap/link/internal/ld.Ctxt���Ì��Nbootstrap/link/internal/ld.Addpcrelplus���Ú��>bootstrap/link/internal/ld.Ctxt�����Hbootstrap/link/internal/ld.Adduint32���ž��>bootstrap/link/internal/ld.Ctxt���´��(go.string.".dynamic"���è��Jbootstrap/link/internal/ld.Linklookup���€��>bootstrap/link/internal/ld.Ctxt���Â��Lbootstrap/link/internal/ld.Addaddrplus���Ð��>bootstrap/link/internal/ld.Ctxt���ˆ��Hbootstrap/link/internal/ld.Adduint64���–��>bootstrap/link/internal/ld.Ctxt���Î��Hbootstrap/link/internal/ld.Adduint64����p��"".autotmp_0184��Jtype.*bootstrap/link/internal/ld.LSym�"".autotmp_0183��Jtype.*bootstrap/link/internal/ld.LSym� "".got�Jtype.*bootstrap/link/internal/ld.LSym� "".plt�Jtype.*bootstrap/link/internal/ld.LSym�p•o�°�@ä6;--"Y##��A67ÙŸ
�Tgclocals·0372b889336bbdf612862c172920463d�Tgclocals·14d8dc73e81d4b456633f898a7ae3dd1���T/tmp/go/src/cmd/link/internal/amd64/asm.goþ"".addpltsym��À��´dH‹ %����H;awè����ëêHƒìHH‹D$P‹X<ƒû�|HƒÄHÃH‹����H‰$H‰D$è����€=�����„¬��H‹5����H‰4$H5����Hl$H‰ïH¥H¥HÇD$����è����H‹\$ H‰\$0H‹5����H‰4$H5����Hl$H‰ïH¥H¥HÇD$����è����H‹\$ H‰\$@H‹5����H‰4$H5����Hl$H‰ïH¥H¥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‹l$P‹]8¸���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Éëå‹����ƒû…V��H‹\$PH‰$è����H‹5����H‰4$H5����Hl$H‰ïH¥H¥HÇD$����è����H‹\$ H‰\$8H‹5����H‰4$H5����Hl$H‰ïH¥H¥HÇD$����è����H‹D$ H‹����H‰$H‰D$H‹l$P‹]8‰\$è����H‹D$8H‹\$PHƒû�„¥���H‹h`‰í‰k<H‹����H‰$H‰D$ÆD$ÿè����H‹����H‰$H‹\$8H‰\$ÆD$%è����H‹5����H‰4$H5����Hl$H‰ïH¥H¥HÇD$����è����H‹D$ H‹����H‰$H‹\$8H‰\$H‰D$H‹\$PHck@H‰l$è����é™þÿÿ‰éTÿÿÿH����H,$H‰ïH‰ÞH¥H¥H\$HÇ����HÇC����HÇC����è����éWþÿÿt
������ ��0runtime.morestack_noctxt���^��>bootstrap/link/internal/ld.Ctxt���z��Hbootstrap/link/internal/ld.Adddynsym���†�@bootstrap/link/internal/ld.Iself���¢��>bootstrap/link/internal/ld.Ctxt���¸�� go.string.".plt"���ì��Jbootstrap/link/internal/ld.Linklookup���Ž��>bootstrap/link/internal/ld.Ctxt���¤��(go.string.".got.plt"���Ø��Jbootstrap/link/internal/ld.Linklookup���ú��>bootstrap/link/internal/ld.Ctxt�����*go.string.".rela.plt"���Ä��Jbootstrap/link/internal/ld.Linklookup���€��"".elfsetupplt���Ž��>bootstrap/link/internal/ld.Ctxt���¾��Fbootstrap/link/internal/ld.Adduint8���Ì��>bootstrap/link/internal/ld.Ctxt���ü��Fbootstrap/link/internal/ld.Adduint8���”��>bootstrap/link/internal/ld.Ctxt���Ö��Nbootstrap/link/internal/ld.Addpcrelplus���î��>bootstrap/link/internal/ld.Ctxt���°��Lbootstrap/link/internal/ld.Addaddrplus���¾��>bootstrap/link/internal/ld.Ctxt���î��Fbootstrap/link/internal/ld.Adduint8���Ž��>bootstrap/link/internal/ld.Ctxt���ô��Hbootstrap/link/internal/ld.Adduint32���‚��>bootstrap/link/internal/ld.Ctxt���²��Fbootstrap/link/internal/ld.Adduint8���Ê��>bootstrap/link/internal/ld.Ctxt���ˆ ��Hbootstrap/link/internal/ld.Adduint32���  ��>bootstrap/link/internal/ld.Ctxt���ê ��Lbootstrap/link/internal/ld.Addaddrplus���ª
��>bootstrap/link/internal/ld.Ctxt���Ú
��Hbootstrap/link/internal/ld.Adduint64���è
��>bootstrap/link/internal/ld.Ctxt���  ��Hbootstrap/link/internal/ld.Adduint64���ø ��Fbootstrap/link/internal/ld.HEADTYPE���¦ ��"".addgotsym���´ ��>bootstrap/link/internal/ld.Ctxt���Ê �� go.string.".plt"���þ ��Jbootstrap/link/internal/ld.Linklookup���  ��>bootstrap/link/internal/ld.Ctxt���¶ ��2go.string.".linkedit.plt"���ê ��Jbootstrap/link/internal/ld.Linklookup���‚��>bootstrap/link/internal/ld.Ctxt���¶��Hbootstrap/link/internal/ld.Adduint32���þ��>bootstrap/link/internal/ld.Ctxt���¤��Fbootstrap/link/internal/ld.Adduint8���²��>bootstrap/link/internal/ld.Ctxt���â��Fbootstrap/link/internal/ld.Adduint8���ð��>bootstrap/link/internal/ld.Ctxt���†�� go.string.".got"���º��Jbootstrap/link/internal/ld.Linklookup���Ò��>bootstrap/link/internal/ld.Ctxt���ž��Nbootstrap/link/internal/ld.Addpcrelplus���Ä��`go.string."addpltsym: unsupported binary format"���¢��>bootstrap/link/internal/ld.Diag�����"".autotmp_0190��Jtype.*bootstrap/link/internal/ld.LSym�"".autotmp_0189��Jtype.*bootstrap/link/internal/ld.LSym�"".autotmp_0188��Jtype.*bootstrap/link/internal/ld.LSym�"".autotmp_0187��Jtype.*bootstrap/link/internal/ld.LSym�"".autotmp_0186��Jtype.*bootstrap/link/internal/ld.LSym� "".plt�Jtype.*bootstrap/link/internal/ld.LSym�"".rela�?Jtype.*bootstrap/link/internal/ld.LSym� "".got�Jtype.*bootstrap/link/internal/ld.LSym� "".plt�/Jtype.*bootstrap/link/internal/ld.LSym�"".s��Jtype.*bootstrap/link/internal/ld.LSym�(Éª�  �”š 666$-(C$+,8#436W^ 6 �.�<o6õ[Cb
Ú R�Tgclocals·2c09ec81c5cb12328d7183f25bc48833�Tgclocals·077e96bfc02ee99c7e94723e8fba7646���T/tmp/go/src/cmd/link/internal/amd64/asm.goþ"".addgotsym��À��¼dH‹ %����H;awè����ëêHƒì8H‹D$@‹X@ƒû�|HƒÄ8ÃH‹����H‰$H‰D$è����H‹5����H‰4$H5����Hl$H‰ïH¥H¥HÇD$����è����H‹D$ H‹\$@Hƒû�„–��H‹h`‰í‰k@H‹����H‰$H‰D$0H‰D$HÇD$����è����€=�����„Ã���H‹5����H‰4$H5����Hl$H‰ïH¥H¥HÇD$����è����H‹D$ H‹����H‰$H‰D$(H‰D$H‹\$0H‰\$H‹\$@Hck@H‰l$è����H‹l$@‹]8¸���HÁ㠋èH ëH‰ØH‹����H‰$H‹\$(H‰\$H‰D$è����H‹����H‰$H‹\$(H‰\$HÇD$����è����HƒÄ8Ë����ƒûuTH‹5����H‰4$H5����Hl$H‰ïH¥H¥HÇD$����è����H‹D$ H‹����H‰$H‰D$H‹l$@‹]8‰\$è����ëœH����H,$H‰ïH‰ÞH¥H¥H\$HÇ����HÇC����HÇC����è����éaÿÿÿ‰écþÿÿ6
������ ��0runtime.morestack_noctxt���^��>bootstrap/link/internal/ld.Ctxt���z��Hbootstrap/link/internal/ld.Adddynsym���ˆ��>bootstrap/link/internal/ld.Ctxt���ž�� go.string.".got"���Ò��Jbootstrap/link/internal/ld.Linklookup���š��>bootstrap/link/internal/ld.Ctxt���Ò��Hbootstrap/link/internal/ld.Adduint64���Þ�@bootstrap/link/internal/ld.Iself���ú��>bootstrap/link/internal/ld.Ctxt�����"go.string.".rela"���Ä��Jbootstrap/link/internal/ld.Linklookup���Ü��>bootstrap/link/internal/ld.Ctxt���²��Lbootstrap/link/internal/ld.Addaddrplus���ò��>bootstrap/link/internal/ld.Ctxt���¢��Hbootstrap/link/internal/ld.Adduint64���°��>bootstrap/link/internal/ld.Ctxt���è��Hbootstrap/link/internal/ld.Adduint64���þ��Fbootstrap/link/internal/ld.HEADTYPE���–��>bootstrap/link/internal/ld.Ctxt���¬��2go.string.".linkedit.got"���à��Jbootstrap/link/internal/ld.Linklookup���ø��>bootstrap/link/internal/ld.Ctxt���¬��Hbootstrap/link/internal/ld.Adduint32���¾��`go.string."addgotsym: unsupported binary format"���œ��>bootstrap/link/internal/ld.Diag���p��
"".autotmp_0196��Jtype.*bootstrap/link/internal/ld.LSym�"".autotmp_0195��Jtype.*bootstrap/link/internal/ld.LSym�"".rela�Jtype.*bootstrap/link/internal/ld.LSym� "".got�Jtype.*bootstrap/link/internal/ld.LSym�"".s��Jtype.*bootstrap/link/internal/ld.LSym�popÐop£� �P¢ 1# 128#  R6 ��<lp[­�Tgclocals·15395a9df917b4c9aa74d5c6c7e1ebf4�Tgclocals·f6dcde45bff02c6c4b088b594fd52a4c���T/tmp/go/src/cmd/link/internal/amd64/asm.goþ"".asmb��à]��Â]dH‹ %����HD$ˆH;Awè����ëåHìø���H‹����Hƒû�„B��H����H‰œ$���è����ò$òD$pH‹����H‰„$ˆ���1íH9è„»��Hœ$¸���HÇ����HÇC����Hœ$¸���Hƒû�„‹��HÇÂ���HÇÁ���H‰œ$à���H‰”$è���H‰Œ$ð���H����H‰$H\$pH‰\$è����H‹L$H‹D$H‹œ$à���H‰$H‰Œ$¨���H‰L$H‰„$°���H‰D$è����H‹Œ$���H‹„$ˆ���H‰„$˜���H‰$H‰Œ$ ���H‰L$H����Hl$H‰ïH‰ÞH¥H¥H‹œ$à���H‰\$ H‹œ$è���H‰\$(H‹œ$ð���H‰\$0è����H����H‰$è����H‹����Hƒû�„B��H����H‰œ$���è����ò$òD$pH‹����H‰„$ˆ���1íH9è„��Hœ$¸���HÇ����HÇC����Hœ$¸���Hƒû�„ç��HÇÁ���HÇÂ���H‰œ$à���H‰Œ$è���H‰”$ð���H����H‰$H\$pH‰\$è����H‹L$H‹D$H‹œ$à���H‰$H‰Œ$¨���H‰L$H‰„$°���H‰D$è����H‹Œ$���H‹„$ˆ���H‰„$˜���H‰$H‰Œ$ ���H‰L$H����Hl$H‰ïH‰ÞH¥H¥H‹œ$à���H‰\$ H‹œ$è���H‰\$(H‹œ$ð���H‰\$0è����H����H‰$è����€=�����tè����H‹����H‰œ$€���H‹[H‹-����H)ëH‹-����HëH‰$è����H‹„$€���H‹XH‰$H‹X H‰\$è����H‹œ$€���H‹C(1íH9ètZH‰„$€���H‹XH‹-����H)ëH‹-����HëH‰$è����H‹„$€���H‹XH‰$H‹X H‰\$è����H‹œ$€���H‹C(1íH9èu¦H‹����Hƒû�†��H‹����Hƒû�„B��H����H‰œ$���è����ò$òD$pH‹����H‰„$ˆ���1íH9è„™��Hœ$¸���HÇ����HÇC����Hœ$¸���Hƒû�„i��HÇÂ���HÇÁ���H‰œ$à���H‰”$è���H‰Œ$ð���H����H‰$H\$pH‰\$è����H‹L$H‹D$H‹œ$à���H‰$H‰Œ$¨���H‰L$H‰„$°���H‰D$è����H‹Œ$���H‹„$ˆ���H‰„$˜���H‰$H‰Œ$ ���H‰L$H����Hl$H‰ïH‰ÞH¥H¥H‹œ$à���H‰\$ H‹œ$è���H‰\$(H‹œ$ð���H‰\$0è����H����H‰$è����H‹����H‰$è����H‹����H‰$H‹����H‰\$è����H‹����Hƒû�„B��H����H‰œ$���è����ò$òD$pH‹����H‰„$ˆ���1íH9è„É��Hœ$¸���HÇ����HÇC����Hœ$¸���Hƒû�„™��HÇÁ���HÇÂ���H‰œ$à���H‰Œ$è���H‰”$ð���H����H‰$H\$pH‰\$è����H‹L$H‹D$H‹œ$à���H‰$H‰Œ$¨���H‰L$H‰„$°���H‰D$è����H‹Œ$���H‹„$ˆ���H‰„$˜���H‰$H‰Œ$ ���H‰L$H����Hl$H‰ïH‰ÞH¥H¥H‹œ$à���H‰\$ H‹œ$è���H‰\$(H‹œ$ð���H‰\$0è����H����H‰$è����H‹����H‰$è����H‹����H‰$H‹����H‰\$è����HÇD$`����‹����ƒû…å��H‹����Hƒû�„B��H����H‰œ$���è����ò$òD$pH‹����H‰„$ˆ���1íH9è„á��Hœ$¸���HÇ����HÇC����Hœ$¸���Hƒû�„±��HÇÂ���HÇÁ���H‰œ$à���H‰”$è���H‰Œ$ð���H����H‰$H\$pH‰\$è����H‹L$H‹D$H‹œ$à���H‰$H‰Œ$¨���H‰L$H‰„$°���H‰D$è����H‹Œ$���H‹„$ˆ���H‰„$˜���H‰$H‰Œ$ ���H‰L$H����Hl$H‰ïH‰ÞH¥H¥H‹œ$à���H‰\$ H‹œ$è���H‰\$(H‹œ$ð���H‰\$0è����Hc����H‹-����HëH‰ØHc����H‰ÙHƒû�w ��H‰ÇH‹����Hc����H‰ÙHƒû�$ ��H‰ûHÃH‰$è����è����H‹$H‰����è����è����H‹$H‹-����H)ëH‰����è����H‹$H‰\$`‹����ƒø„ ��ƒø[ ��ƒø…P ��HÇ�������Ç��������Ç��������Ç��������HÇD$X����H‹����Hƒû�…å��H‹����Hƒû�„B��H����H‰œ$���è����ò$òD$pH‹����H‰„$ˆ���1íH9脉
��Hœ$¸���HÇ����HÇC����Hœ$¸���Hƒû�„Y
��HÇÂ���HÇÁ���H‰œ$à���H‰”$è���H‰Œ$ð���H����H‰$H\$pH‰\$è����H‹L$H‹D$H‹œ$à���H‰$H‰Œ$¨���H‰L$H‰„$°���H‰D$è����H‹Œ$���H‹„$ˆ���H‰„$˜���H‰$H‰Œ$ ���H‰L$H����Hl$H‰ïH‰ÞH¥H¥H‹œ$à���H‰\$ H‹œ$è���H‰\$(H‹œ$ð���H‰\$0è����H����H‰$è����H‹L$X‹����ƒøÁ��ƒø{��ƒø…��H‹����Hc����H‰ÙHƒû�¾��H‹ ����H‹l$`HÁHéH‰L$XH‰ $è����‹����ƒø…ñ��H‹����Hƒûuè����H‹����Hƒû�„B��H����H‰œ$���è����ò$òD$pH‹����H‰„$ˆ���1íH9è„[��Hœ$¸���HÇ����HÇC����Hœ$¸���Hƒû�„+��HÇÂ���HÇÁ���H‰œ$à���H‰”$è���H‰Œ$ð���H����H‰$H\$pH‰\$è����H‹L$H‹D$H‹œ$à���H‰$H‰Œ$¨���H‰L$H‰„$°���H‰D$è����H‹Œ$���H‹„$ˆ���H‰„$˜���H‰$H‰Œ$ ���H‰L$H����Hl$H‰ïH‰ÞH¥H¥H‹œ$à���H‰\$ H‹œ$è���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‰$è����éÿÿÿƒø
„ÿÿÿƒø …öþÿÿè����éìþÿÿ‰éÎýÿÿH����H‰$H����H‰\$H����H‰\$è����H‹\$H‰œ$ˆ���ékýÿÿƒø …í���è����è����H‹5����H‰4$H5����Hl$H‰ïH¥H¥HÇD$����è����H‹\$ H‰\$xH‹\$x1íH9ë„ÈüÿÿH‹\$xH‹«ø���‰ë‰����1À‹-����‰Ã9ë}fH‹\$xHƒû�tlH‹“ð���H‹‹ø���H‹«���H‰¬$Ø���H‰”$È���H‰D$hH‰Œ$Ð���H9Ès.H¶+@ˆ,$è����H‹D$hHÿÀ‹-����‰Ã9ë|šè����é6üÿÿè���� ‰됃ø …ž��H‹����Hƒû�„B��H����H‰œ$���è����ò$òD$pH‹����H‰„$ˆ���1íH9è„��Hœ$¸���HÇ����HÇC����Hœ$¸���Hƒû�„ê���HÇÁ���HÇÂ���H‰œ$à���H‰Œ$è���H‰”$ð���H����H‰$H\$pH‰\$è����H‹L$H‹D$H‹œ$à���H‰$H‰Œ$¨���H‰L$H‰„$°���H‰D$è����H‹Œ$���H‹„$ˆ���H‰„$˜���H‰$H‰Œ$ ���H‰L$H����Hl$H‰ïH‰ÞH¥H¥H‹œ$à���H‰\$ H‹œ$è���H‰\$(H‹œ$ð���H‰\$0è����è����éÅúÿÿ‰éÿÿÿH����H‰$H����H‰\$H����H‰\$è����H‹\$H‰œ$ˆ���é¬þÿÿ€=�����„wúÿÿH‹\$XH‰$è����è����è����H‹����H‰$H‹����H‰\$H‹����H‰\$è����H‹����Hƒû�„B��H����H‰œ$���è����ò$òD$pH‹����H‰„$ˆ���1íH9è„0��Hœ$¸���HÇ����HÇC����Hœ$¸���Hƒû�„���HÇÁ���HÇÂ���H‰œ$à���H‰Œ$è���H‰”$ð���H����H‰$H\$pH‰\$è����H‹L$H‹D$H‹œ$à���H‰$H‰Œ$¨���H‰L$H‰„$°���H‰D$è����H‹Œ$���H‹„$ˆ���H‰„$˜���H‰$H‰Œ$ ���H‰L$H����Hl$H‰ïH‰ÞH¥H¥H‹œ$à���H‰\$ H‹œ$è���H‰\$(H‹œ$ð���H‰\$0è����è����H‹����Hƒû…Îøÿÿè����éÄøÿÿ‰éùþÿÿ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éé•÷ÿÿƒø„vÿÿÿƒø„mÿÿÿé~÷ÿÿƒø ƒø„Zÿÿÿƒø„Qÿÿÿƒø„HÿÿÿéY÷ÿÿƒø tžƒø
„5ÿÿÿƒø …B÷ÿÿH‹����H‹-����HèHÇÁ���Hƒù�H‰Áé÷ÿÿH‰ÎHÿÎHÆH‰ðHƒùÿtH™H÷ùH‰ÐHƒø�}HÈH‰óH)ÃH‰ØëÊ1Àëè‰é õÿÿH����H‰$H����H‰\$H����H‰\$è����H‹\$H‰œ$ˆ���é=õÿÿƒøuHÇ�������é¦ôÿÿHœ$¸���HÇ����HÇC����Hœ$¸���Hƒû�„½���HÇÁ���HÇÂ���H‰œ$à���H‰Œ$è���H‰”$ð���H����H‰$H����H‰\$è����H‹L$H‹D$H‹œ$à���H‰$H‰Œ$¨���H‰L$H‰„$°���H‰D$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$à���H‰\$H‹œ$è���H‰\$H‹œ$ð���H‰\$ è����éÀóÿÿ‰é<ÿÿÿƒø„°óÿÿƒø„ñþÿÿƒø„èþÿÿéóþÿÿƒø ƒø„‹óÿÿƒø„Ìþÿÿƒø„ÃþÿÿéÎþÿÿƒø „kóÿÿƒø
„¬þÿÿƒø „Yóÿÿé®þÿÿH‰ÞHÿÎHÆH‰ðHƒûÿtH™H÷ûH‰ÐHƒø�}HÈH‰óH)ÃH‰Øé«òÿÿ1ÀëåH‰ÞHÿÎHÆH‰ðHƒûÿtH™H÷ûH‰ÐHƒø�}HÈH‰÷H)Çé^òÿÿ1Àëè‰éHñÿÿH����H‰$H����H‰\$H����H‰\$è����H‹\$H‰œ$ˆ���éåðÿÿ‰é`ïÿÿH����H‰$H����H‰\$H����H‰\$è����H‹\$H‰œ$ˆ���éýîÿÿ‰éíÿÿH����H‰$H����H‰\$H����H‰\$è����H‹\$H‰œ$ˆ���é-íÿÿ‰éëÿÿH����H‰$H����H‰\$H����H‰\$è����H‹\$H‰œ$ˆ���é¯êÿÿ‰énéÿÿH����H‰$H����H‰\$H����H‰\$è����H‹\$H‰œ$ˆ���é éÿÿä
������*��0runtime.morestack_noctxt���Jà�@bootstrap/link/internal/ld.Debug���l��<bootstrap/link/internal/ld.Bso���†��<bootstrap/internal/obj.Cputime���ª��`go.itab.*bootstrap/internal/obj.Biobuf.io.Writer���ü��type.float64���¢��runtime.convT2E���Œ��2runtime.writebarrieriface���ì��0go.string."%5.2f asmb\n"���â��fmt.Fprintf���ð��<bootstrap/link/internal/ld.Bso���‚��Lbootstrap/internal/obj.(*Biobuf).Flush���à�@bootstrap/link/internal/ld.Debug���²��<bootstrap/link/internal/ld.Bso���Ì��<bootstrap/internal/obj.Cputime���ð��`go.itab.*bootstrap/internal/obj.Biobuf.io.Writer���Â��type.float64���è��runtime.convT2E���Ò ��2runtime.writebarrieriface���²
��6go.string."%5.2f codeblk\n"���¨ ��fmt.Fprintf���¶ ��<bootstrap/link/internal/ld.Bso���È ��Lbootstrap/internal/obj.(*Biobuf).Flush���Ô �@bootstrap/link/internal/ld.Iself���ä ��Nbootstrap/link/internal/ld.Asmbelfsetup���ò P�Dbootstrap/link/internal/ld.Segtext���˜ �Dbootstrap/link/internal/ld.Segtext���¬ 0�Dbootstrap/link/internal/ld.Segtext���Ä ��@bootstrap/link/internal/ld.Cseek���€ ��Dbootstrap/link/internal/ld.Codeblk���Ì �Dbootstrap/link/internal/ld.Segtext���à 0�Dbootstrap/link/internal/ld.Segtext���ø ��@bootstrap/link/internal/ld.Cseek���´��Bbootstrap/link/internal/ld.Datblk���è@�Hbootstrap/link/internal/ld.Segrodata���Šà�@bootstrap/link/internal/ld.Debug���¬��<bootstrap/link/internal/ld.Bso���Æ��<bootstrap/internal/obj.Cputime���ê��`go.itab.*bootstrap/internal/obj.Biobuf.io.Writer���¼��type.float64���â��runtime.convT2E���Ì��2runtime.writebarrieriface���¬��8go.string."%5.2f rodatblk\n"���¢��fmt.Fprintf���°��<bootstrap/link/internal/ld.Bso���Â��Lbootstrap/internal/obj.(*Biobuf).Flush���Ð0�Hbootstrap/link/internal/ld.Segrodata���â��@bootstrap/link/internal/ld.Cseek���ð�Hbootstrap/link/internal/ld.Segrodata���†@�Hbootstrap/link/internal/ld.Segrodata���š��Bbootstrap/link/internal/ld.Datblk���¨à�@bootstrap/link/internal/ld.Debug���Ê��<bootstrap/link/internal/ld.Bso���ä��<bootstrap/internal/obj.Cputime���ˆ��`go.itab.*bootstrap/internal/obj.Biobuf.io.Writer���Ú��type.float64���€��runtime.convT2E���ê��2runtime.writebarrieriface���Ê��4go.string."%5.2f datblk\n"���À��fmt.Fprintf���Î��<bootstrap/link/internal/ld.Bso���à��Lbootstrap/internal/obj.(*Biobuf).Flush���î0�Dbootstrap/link/internal/ld.Segdata���€��@bootstrap/link/internal/ld.Cseek���Ž�Dbootstrap/link/internal/ld.Segdata���¤@�Dbootstrap/link/internal/ld.Segdata���¸��Bbootstrap/link/internal/ld.Datblk���Ö��Fbootstrap/link/internal/ld.HEADTYPE���öà�@bootstrap/link/internal/ld.Debug���˜��<bootstrap/link/internal/ld.Bso���²��<bootstrap/internal/obj.Cputime���Ö��`go.itab.*bootstrap/internal/obj.Biobuf.io.Writer���¨��type.float64���Î��runtime.convT2E���¸��2runtime.writebarrieriface���˜ ��2go.string."%5.2f dwarf\n"���Ž!��fmt.Fprintf���œ!��@bootstrap/link/internal/ld.HEADR���ª! �Dbootstrap/link/internal/ld.Segtext���Ä!��Dbootstrap/link/internal/ld.INITRND���ò!@�Dbootstrap/link/internal/ld.Segdata���€"��Dbootstrap/link/internal/ld.INITRND���¸"��@bootstrap/link/internal/ld.Cseek���Â"��>bootstrap/link/internal/ld.Cpos���Ø"0�Fbootstrap/link/internal/ld.Segdwarf���â"��bbootstrap/link/internal/ld.Dwarfemitdebugsections���ì"��>bootstrap/link/internal/ld.Cpos���‚#0�Fbootstrap/link/internal/ld.Segdwarf���–#@�Fbootstrap/link/internal/ld.Segdwarf��� #��Lbootstrap/link/internal/ld.Domacholink���¾#��Fbootstrap/link/internal/ld.HEADTYPE���‚$ø�@bootstrap/link/internal/ld.Debug���–$�Dbootstrap/link/internal/ld.Symsize���ª$�Bbootstrap/link/internal/ld.Spsize���¾$�Bbootstrap/link/internal/ld.Lcsize���æ$°�@bootstrap/link/internal/ld.Debug���ˆ%à�@bootstrap/link/internal/ld.Debug���ª%��<bootstrap/link/internal/ld.Bso���Ä%��<bootstrap/internal/obj.Cputime���è%��`go.itab.*bootstrap/internal/obj.Biobuf.io.Writer���º'��type.float64���à'��runtime.convT2E���Ê(��2runtime.writebarrieriface���ª)��.go.string."%5.2f sym\n"��� *��fmt.Fprintf���®*��<bootstrap/link/internal/ld.Bso���À*��Lbootstrap/internal/obj.(*Biobuf).Flush���Ö*��Fbootstrap/link/internal/ld.HEADTYPE���š+@�Fbootstrap/link/internal/ld.Segdwarf���¨+��Dbootstrap/link/internal/ld.INITRND���Ð+0�Fbootstrap/link/internal/ld.Segdwarf���‚,��@bootstrap/link/internal/ld.Cseek���Ž,��Fbootstrap/link/internal/ld.HEADTYPE���®,��Fbootstrap/link/internal/ld.Linkmode���Ä,��Rbootstrap/link/internal/ld.Machoemitreloc���Ò,à�@bootstrap/link/internal/ld.Debug���ô,��<bootstrap/link/internal/ld.Bso���Ž-��<bootstrap/internal/obj.Cputime���²-��`go.itab.*bootstrap/internal/obj.Biobuf.io.Writer���„/��type.float64���ª/��runtime.convT2E���”0��2runtime.writebarrieriface���ô0��2go.string."%5.2f headr\n"���ê1��fmt.Fprintf���ø1��<bootstrap/link/internal/ld.Bso���Š2��Lbootstrap/internal/obj.(*Biobuf).Flush���¤2��@bootstrap/link/internal/ld.Cseek���°2��Fbootstrap/link/internal/ld.HEADTYPE���Ø2��Hbootstrap/link/internal/ld.Asmbmacho���â2��Bbootstrap/link/internal/ld.Cflush���˜3��Dbootstrap/link/internal/ld.Asmbelf���˜4��@bootstrap/link/internal/ld.Lputb���¦4@�Dbootstrap/link/internal/ld.Segtext���º4��@bootstrap/link/internal/ld.Lputb���È4@�Dbootstrap/link/internal/ld.Segdata���Ü4��@bootstrap/link/internal/ld.Lputb���ê4 �Dbootstrap/link/internal/ld.Segdata���ø4@�Dbootstrap/link/internal/ld.Segdata���’5��@bootstrap/link/internal/ld.Lputb���ž5��Dbootstrap/link/internal/ld.Symsize���®5��@bootstrap/link/internal/ld.Lputb���¸5��Jbootstrap/link/internal/ld.Entryvalue���ê5��@bootstrap/link/internal/ld.Lputb���ö5��Bbootstrap/link/internal/ld.Spsize���†6��@bootstrap/link/internal/ld.Lputb���’6��Bbootstrap/link/internal/ld.Lcsize���¢6��@bootstrap/link/internal/ld.Lputb���¾6��@bootstrap/link/internal/ld.Vputb���ö6��Bbootstrap/link/internal/ld.Asmbpe���œ7��Ftype.*bootstrap/internal/obj.Biobuf���²7��type.io.Writer���Ê7��`go.itab.*bootstrap/internal/obj.Biobuf.io.Writer���Þ7�� runtime.typ2Itab���ž8��Lbootstrap/link/internal/ld.Asmplan9sym���¨8��Bbootstrap/link/internal/ld.Cflush���¶8��>bootstrap/link/internal/ld.Ctxt���Ì8��&go.string."pclntab"���€9��Jbootstrap/link/internal/ld.Linklookup���Ü9��Bbootstrap/link/internal/ld.Lcsize���ì9��Bbootstrap/link/internal/ld.Lcsize���œ;��>bootstrap/link/internal/ld.Cput���¸;��Bbootstrap/link/internal/ld.Lcsize���Î;��Bbootstrap/link/internal/ld.Cflush���â;��$runtime.panicindex���Ž<à�@bootstrap/link/internal/ld.Debug���°<��<bootstrap/link/internal/ld.Bso���Ê<��<bootstrap/internal/obj.Cputime���î<��`go.itab.*bootstrap/internal/obj.Biobuf.io.Writer���À>��type.float64���æ>��runtime.convT2E���Ð?��2runtime.writebarrieriface���°@��2go.string."%5.2f dwarf\n"���¦A��fmt.Fprintf���°A��bbootstrap/link/internal/ld.Dwarfemitdebugsections���ÖA��Ftype.*bootstrap/internal/obj.Biobuf���ìA��type.io.Writer���„B��`go.itab.*bootstrap/internal/obj.Biobuf.io.Writer���˜B�� runtime.typ2Itab���ÈB�@bootstrap/link/internal/ld.Iself���òB��@bootstrap/link/internal/ld.Cseek���üB��Hbootstrap/link/internal/ld.Asmelfsym���†C��Bbootstrap/link/internal/ld.Cflush���”C��Hbootstrap/link/internal/ld.Elfstrdat���ªC�Hbootstrap/link/internal/ld.Elfstrdat���ÂC �Hbootstrap/link/internal/ld.Elfstrdat���ÖC��Bbootstrap/link/internal/ld.Cwrite���äCà�@bootstrap/link/internal/ld.Debug���†D��<bootstrap/link/internal/ld.Bso��� D��<bootstrap/internal/obj.Cputime���ÄD��`go.itab.*bootstrap/internal/obj.Biobuf.io.Writer���–F��type.float64���¼F��runtime.convT2E���¦G��2runtime.writebarrieriface���†H��2go.string."%5.2f dwarf\n"���üH��fmt.Fprintf���†I��bbootstrap/link/internal/ld.Dwarfemitdebugsections���”I��Fbootstrap/link/internal/ld.Linkmode���²I��Nbootstrap/link/internal/ld.Elfemitreloc���ØI��Ftype.*bootstrap/internal/obj.Biobuf���îI��type.io.Writer���†J��`go.itab.*bootstrap/internal/obj.Biobuf.io.Writer���šJ�� runtime.typ2Itab���ÈK0�Dbootstrap/link/internal/ld.Segdata���ÖK@�Dbootstrap/link/internal/ld.Segdata���êK��Dbootstrap/link/internal/ld.INITRND���ˆM¨�@bootstrap/link/internal/ld.Debug���žM0�Dbootstrap/link/internal/ld.Segdata���¬M@�Dbootstrap/link/internal/ld.Segdata���ðN0�Dbootstrap/link/internal/ld.Segdata���þN@�Dbootstrap/link/internal/ld.Segdata���®P��Ftype.*bootstrap/internal/obj.Biobuf���ÄP��type.io.Writer���ÜP��`go.itab.*bootstrap/internal/obj.Biobuf.io.Writer���ðP�� runtime.typ2Itab���¬Qø�@bootstrap/link/internal/ld.Debug���êR��type.int32���€S��Fbootstrap/link/internal/ld.HEADTYPE���”S��runtime.convT2E���þS��2runtime.writebarrieriface���ŒT��Dgo.string."unknown header type %d"���€U��>bootstrap/link/internal/ld.Diag���ÌX��Ftype.*bootstrap/internal/obj.Biobuf���âX��type.io.Writer���úX��`go.itab.*bootstrap/internal/obj.Biobuf.io.Writer���ŽY�� runtime.typ2Itab���ÎY��Ftype.*bootstrap/internal/obj.Biobuf���äY��type.io.Writer���üY��`go.itab.*bootstrap/internal/obj.Biobuf.io.Writer���Z�� runtime.typ2Itab���ÐZ��Ftype.*bootstrap/internal/obj.Biobuf���æZ��type.io.Writer���þZ��`go.itab.*bootstrap/internal/obj.Biobuf.io.Writer���’[�� runtime.typ2Itab���Ò[��Ftype.*bootstrap/internal/obj.Biobuf���è[��type.io.Writer���€\��`go.itab.*bootstrap/internal/obj.Biobuf.io.Writer���”\�� runtime.typ2Itab���Ô\��Ftype.*bootstrap/internal/obj.Biobuf���ê\��type.io.Writer���‚]��`go.itab.*bootstrap/internal/obj.Biobuf.io.Writer���–]�� runtime.typ2Itab����ð��Î"".autotmp_0301��type.uint32�"".autotmp_0299��type.int32�"".autotmp_0298��"type.interface {}�"".autotmp_0297��*type.*[1]interface {}�"".autotmp_0296��&type.[]interface {}�"".autotmp_0295��type.*uint8�"".autotmp_0294��"type.interface {}�"".autotmp_0293��*type.*[1]interface {}�"".autotmp_0292��&type.[]interface {}�"".autotmp_0291��type.*uint8�"".autotmp_0290��"type.interface {}�"".autotmp_0289��*type.*[1]interface {}�"".autotmp_0288��&type.[]interface {}�"".autotmp_0287��type.*uint8�"".autotmp_0286��type.int32�"".autotmp_0285��type.int64�"".autotmp_0284��type.int64�"".autotmp_0283��type.int64�"".autotmp_0282��type.int32�"".autotmp_0281��"type.interface {}�"".autotmp_0280��*type.*[1]interface {}�"".autotmp_0279��&type.[]interface {}�"".autotmp_0278��type.*uint8�"".autotmp_0277��"type.interface {}�"".autotmp_0276��*type.*[1]interface {}�"".autotmp_0275��&type.[]interface {}�"".autotmp_0273��type.int64�"".autotmp_0272��type.int64�"".autotmp_0269��"type.interface {}�"".autotmp_0268��*type.*[1]interface {}�"".autotmp_0267��&type.[]interface {}�"".autotmp_0266��type.*uint8�"".autotmp_0265��"type.interface {}�"".autotmp_0264��*type.*[1]interface {}�"".autotmp_0263��&type.[]interface {}�"".autotmp_0262��type.*uint8�"".autotmp_0261��"type.interface {}�"".autotmp_0260��*type.*[1]interface {}�"".autotmp_0259��&type.[]interface {}�"".autotmp_0258��type.*uint8�"".autotmp_0257��"type.interface {}�"".autotmp_0256��*type.*[1]interface {}�"".autotmp_0255��&type.[]interface {}�"".autotmp_0254��type.*uint8�"".autotmp_0253�Ÿ"type.interface {}�"".autotmp_0251�/&type.[]interface {}�"".autotmp_0250�ßtype.*uint8�"".autotmp_0249��type.int64�"".autotmp_0248��type.int32�"".autotmp_0247��type.float64�"".autotmp_0246��Ftype.*bootstrap/internal/obj.Biobuf�"".autotmp_0245��(type.[1]interface {}�"".autotmp_0244��type.float64�"".autotmp_0243��Ftype.*bootstrap/internal/obj.Biobuf�"".autotmp_0242��(type.[1]interface {}�"".autotmp_0241��type.int�"".autotmp_0240��type.int�"".autotmp_0238��type.float64�"".autotmp_0237��Ftype.*bootstrap/internal/obj.Biobuf�"".autotmp_0236��(type.[1]interface {}�"".autotmp_0235��type.int64�"".autotmp_0234��type.int64�"".autotmp_0233��type.int64�"".autotmp_0232��type.int64�"".autotmp_0231��type.int64�"".autotmp_0230��type.int64�"".autotmp_0229��type.int64�"".autotmp_0228��type.int64�"".autotmp_0227��type.int64�"".autotmp_0226��type.float64�"".autotmp_0225��Ftype.*bootstrap/internal/obj.Biobuf�"".autotmp_0224��(type.[1]interface {}�"".autotmp_0223��(type.[1]interface {}�"".autotmp_0222��type.int64�"".autotmp_0221��type.int64�"".autotmp_0220��type.int64�"".autotmp_0219��type.int64�"".autotmp_0218��type.int64�"".autotmp_0217��type.int64�"".autotmp_0216��type.int64�"".autotmp_0215��type.int64�"".autotmp_0214��type.int64�"".autotmp_0213��type.float64�"".autotmp_0212��Ftype.*bootstrap/internal/obj.Biobuf�"".autotmp_0211��(type.[1]interface {}�"".autotmp_0210��type.float64�"".autotmp_0209��Ftype.*bootstrap/internal/obj.Biobuf�"".autotmp_0208��(type.[1]interface {}�"".autotmp_0207��type.float64�"".autotmp_0206��Ftype.*bootstrap/internal/obj.Biobuf�"".autotmp_0205��(type.[1]interface {}�"".autotmp_0204��type.float64�"".autotmp_0203��Ftype.*bootstrap/internal/obj.Biobuf�"".autotmp_0202��(type.[1]interface {}�"".autotmp_0201�type.float64�"".autotmp_0200�ÏFtype.*bootstrap/internal/obj.Biobuf�"".autotmp_0199�(type.[1]interface {}�
"".vl�Ïtype.int64�"".i�Ÿtype.int� "".sym�ÿJtype.*bootstrap/link/internal/ld.LSym�"".symo�¿type.int64�"".machlink�¯type.int64�"".sect�ïPtype.*bootstrap/link/internal/ld.Section�"ðšïð³�ð.�¸Î " 11
ÂÂ ÂL   


 Â -"P  
 "  A4
=  $  IA9 6R"' ÂAA (Â@KA55  2 (1 +  21A -á.- *    %gAAA#A P�ö�BŽ %Ž >ÁŽ QŽ iŽ UÆŽ §Ž ê ¿  >Ž 4-WŽ J½v‡ª�Tgclocals·5b049eb50853bef5b7cf0889ee335b7c�Tgclocals·125bfa1744ec3e844ceee241dbee03d5���T/tmp/go/src/cmd/link/internal/amd64/asm.goþ"".Main��`��BdH‹ %����H;awè����ëêè����è����Ã
������ ��0runtime.morestack_noctxt���.��"".linkarchinit���8��Bbootstrap/link/internal/ld.Ldmain��������0�0�V�
��Tgclocals·3280bececceccd33cb74587feedb1f9f�Tgclocals·3280bececceccd33cb74587feedb1f9f���T/tmp/go/src/cmd/link/internal/amd64/obj.goþ"".linkarchinit��€��þ dH‹ %����H;awè����ëêHƒì8H����H‹+H‰-����H‹kH‰-����H����H‰����è����H‹ $H‹D$HƒøuFH‰L$(H‰ $H‰D$0H‰D$H-����LD$L‰ÇH‰îH¥H¥è����¶\$ €û�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����H‰\$è����H����H‰$H$¸���H����H‰\$è����H����H‰$H$À���H����H‰\$è����H����H‰$H$È���H����H‰\$è����H����H‰$H$Ð���H����H‰\$è����H����H‰$H$Ø���H����H‰\$è����H����H‰$H$à���H����H‰\$è����H����H‰$H$è���H����H‰\$è����H����H‰$H$ð���H����H‰\$è����H����H‰$H$ø���H����H‰\$è����H����H‰$H$���H����H‰\$è����H����H‰$H$��H����H‰\$è����H����H-����H‰ßH‰îH¥H¥H����H-����H‰ßH‰îH¥H¥H����H-����H‰ßH‰îH¥H¥H����H-����H‰ßH‰îH¥H¥H����H-����H‰ßH‰îH¥H¥H����H-����H‰ßH‰îH¥H¥HƒÄ8Ö
������ ��0runtime.morestack_noctxt���:��"go.string."amd64"���N��Hbootstrap/link/internal/ld.Thestring���d�Hbootstrap/link/internal/ld.Thestring���r��Hbootstrap/link/internal/ld.Linkamd64���€��Lbootstrap/link/internal/ld.Thelinkarch���Š��@bootstrap/internal/obj.Getgoarch���Ü��(go.string."amd64p32"���„�� runtime.eqstring���¦��Nbootstrap/link/internal/ld.Linkamd64p32���´��Lbootstrap/link/internal/ld.Thelinkarch���Â�Dbootstrap/link/internal/ld.Thearch���Ø��Lbootstrap/link/internal/ld.Thelinkarch���î�Dbootstrap/link/internal/ld.Thearch���ü��Lbootstrap/link/internal/ld.Thelinkarch���’ �Dbootstrap/link/internal/ld.Thearch��� ��Lbootstrap/link/internal/ld.Thelinkarch���¶0�Dbootstrap/link/internal/ld.Thearch���Ä8�Dbootstrap/link/internal/ld.Thearch���ÚH�Dbootstrap/link/internal/ld.Thearch���ðX�Dbootstrap/link/internal/ld.Thearch���†h�Dbootstrap/link/internal/ld.Thearch���œx�Dbootstrap/link/internal/ld.Thearch���²��Dbootstrap/link/internal/ld.Thearch���Ø��"".adddynrel·f���ì��.runtime.writebarrierptr���ú��Dbootstrap/link/internal/ld.Thearch��� ��"".archinit·f���´��.runtime.writebarrierptr���Â��Dbootstrap/link/internal/ld.Thearch���è��"".archreloc·f���ü��.runtime.writebarrierptr���Š��Dbootstrap/link/internal/ld.Thearch���°��,"".archrelocvariant·f���Ä��.runtime.writebarrierptr���Ò��Dbootstrap/link/internal/ld.Thearch���ø��"".asmb·f���Œ��.runtime.writebarrierptr���š��Dbootstrap/link/internal/ld.Thearch���À��"".elfreloc1·f���Ô��.runtime.writebarrierptr���â��Dbootstrap/link/internal/ld.Thearch���ˆ��""".elfsetupplt·f���œ��.runtime.writebarrierptr���ª��Dbootstrap/link/internal/ld.Thearch���Ð��"".gentext·f���ä��.runtime.writebarrierptr���ò��Dbootstrap/link/internal/ld.Thearch���˜ ��""".machoreloc1·f���¬ ��.runtime.writebarrierptr���º ��Dbootstrap/link/internal/ld.Thearch���à ��"".pereloc1·f���ô ��.runtime.writebarrierptr���‚
��Dbootstrap/link/internal/ld.Thearch���¨
��Fbootstrap/link/internal/ld.Lputl·f���¼
��.runtime.writebarrierptr���Ê
��Dbootstrap/link/internal/ld.Thearch���ð
��Fbootstrap/link/internal/ld.Wputl·f���„ ��.runtime.writebarrierptr���’ ��Dbootstrap/link/internal/ld.Thearch���¸ ��Fbootstrap/link/internal/ld.Vputl·f���Ì ��.runtime.writebarrierptr���Ú �Dbootstrap/link/internal/ld.Thearch���è ��Ngo.string."/lib64/ld-linux-x86-64.so.2"���Š °�Dbootstrap/link/internal/ld.Thearch���˜ ��@go.string."/libexec/ld-elf.so.1"���º ð�Dbootstrap/link/internal/ld.Thearch���È ��<go.string."/usr/libexec/ld.so"���ê Ð�Dbootstrap/link/internal/ld.Thearch���ø ��<go.string."/libexec/ld.elf_so"���š �Dbootstrap/link/internal/ld.Thearch���¨ ��Hgo.string."/usr/libexec/ld-elf.so.2"���Ê °�Dbootstrap/link/internal/ld.Thearch���Ø ��<go.string."/lib/amd64/ld.so.1"����p��"".autotmp_0351�type.string�päo�€�Š`L      $$$$$$$$$$$$$� �D¼�Tgclocals·3280bececceccd33cb74587feedb1f9f�Tgclocals·d64e51a4c4bfeaa840e480961ec6b0b3���T/tmp/go/src/cmd/link/internal/amd64/obj.goþ"".archinit��À!��º!dH‹ %����HD$¸H;Awè����ëåHìÈ���H‹����Hƒû�u]è����H‹ $H‹D$HƒøuIH‰Œ$€���H‰ $H‰„$ˆ���H‰D$H-����LD$L‰ÇH‰îH¥H¥è����¶\$ €û�t HÇ�������¶����€û„¥��¶����€û„•��¶����€û„•��€=�����…ˆ��1À<�…n��‹����ƒø#��ƒø��ƒø…o��‹����ƒøà��ƒø��ƒø…Á��è����Ç�������‹����ƒûÿu
Ç�������H‹����HƒûÿuHc����HÃ���H‰����H‹����Hƒûÿu HÇ��������H‹����Hƒû�„C��‹����ƒû�„4��H‹����H‰\$H‹����‰\$DH¼$¨���1Àè����Hœ$¨���Hƒû�„��HÇÁ���HÇÂ���H‰œ$���H‰Œ$˜���H‰”$ ���H����H‰$H\$HH‰\$è����H‹L$H‹D$H‹œ$���H‰$H‰L$PH‰L$H‰D$XH‰D$è����H����H‰$H\$DH‰\$è����H‹L$H‹D$H‹œ$���HƒÃH‰$H‰L$PH‰L$H‰D$XH‰D$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$���H‰\$H‹œ$˜���H‰\$H‹œ$ ���H‰\$ è����HÄÈ���Ééôþÿÿƒøugè����Ç�������H‹����HƒûÿuHc����HÃ��@�H‰����H‹����Hƒûÿu HÇ��������‹����ƒûÿ…@þÿÿÇ�������é1þÿÿH\$pHÇ����HÇC����H\$pHƒû�„·���HÇÁ���HÇÂ���H‰œ$���H‰Œ$˜���H‰”$ ���H����H‰$H����H‰\$è����H‹L$H‹D$H‹œ$���H‰$H‰L$PH‰L$H‰D$XH‰D$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$���H‰\$H‹œ$˜���H‰\$H‹œ$ ���H‰\$ è����éWýÿÿ‰éBÿÿÿƒø… ���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Àëåƒø„þÿÿƒø„ýýÿÿé_þÿÿƒø•���ƒøuyè����H‹����HÿÃH‰����Ç�������HÇ���� ���H‹����Hƒûÿu HÇ�������H‹����Hƒûÿu HÇ��������‹����ƒûÿ…üÿÿÇ�������é üÿÿƒø„hýÿÿƒø„_ýÿÿéÁýÿÿƒø ubÇ����(���H‹����HƒûÿuHc����HÃ�� �H‰����H‹����Hƒûÿu HÇ��������‹����ƒûÿ…šûÿÿÇ������ �é‹ûÿÿƒø
„êüÿÿƒø …Hýÿÿè����‹����‰����H‹����HƒûÿuHc����HÃ��@�H‰����H‹����Hƒûÿu HÇ��������‹����ƒûÿ…ûÿÿÇ�������éûÿÿƒø„ˆúÿÿH‹����Hƒû�u HÇ�������H‹����Hƒû…_úÿÿè����H‹ $H‹D$HƒøuBH‰Œ$€���H‰ $H‰„$ˆ���H‰D$H-����LD$L‰ÇH‰îH¥H¥è����¶\$ €û�… úÿÿHc����H‰$è����H‹\$H‰\$`H‹\$H‰\$hH\$pHÇ����HÇC����H\$pHƒû�„µ���HÇÂ���HÇÁ���H‰œ$���H‰”$˜���H‰Œ$ ���H����H‰$H\$`H‰\$è����H‹L$H‹D$H‹œ$���H‰$H‰L$PH‰L$H‰D$XH‰D$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$���H‰\$H‹œ$˜���H‰\$H‹œ$ ���H‰\$ è����é ùÿÿ‰éDÿÿÿƒø„ýøÿÿƒø„ôøÿÿégþÿÿƒøƒø„áøÿÿƒø„ØøÿÿéKþÿÿƒø„Êøÿÿƒø
„Áøÿÿƒø „¸øÿÿé+þÿÿHÇ�������é‚øÿÿHÇÀ���énøÿÿÈ
������*��0runtime.morestack_noctxt���J��Fbootstrap/link/internal/ld.Linkmode���`��Tbootstrap/internal/obj.Getgoextlinkenabled���¾��go.string."0"���æ�� runtime.eqstring���ˆ�Fbootstrap/link/internal/ld.Linkmode���ž��Hbootstrap/link/internal/ld.Buildmode���¾��Hbootstrap/link/internal/ld.Buildmode���Þ��Hbootstrap/link/internal/ld.Buildmode���ü�Jbootstrap/link/internal/ld.Linkshared���ª��Fbootstrap/link/internal/ld.HEADTYPE���ì��Fbootstrap/link/internal/ld.HEADTYPE���¬��Hbootstrap/link/internal/ld.Machoinit���¸�@bootstrap/link/internal/ld.HEADR���Ì��Dbootstrap/link/internal/ld.INITRND���â�Dbootstrap/link/internal/ld.INITRND���ø��Fbootstrap/link/internal/ld.INITTEXT���’��@bootstrap/link/internal/ld.HEADR���®��Fbootstrap/link/internal/ld.INITTEXT���¼��Dbootstrap/link/internal/ld.INITDAT���Ö�Dbootstrap/link/internal/ld.INITDAT���ì��Dbootstrap/link/internal/ld.INITDAT���Œ��Dbootstrap/link/internal/ld.INITRND���¬��Dbootstrap/link/internal/ld.INITDAT���Â��Dbootstrap/link/internal/ld.INITRND���èð� runtime.duffzero���æ��type.uint64���Œ��runtime.convT2E���ê��2runtime.writebarrieriface���ø��type.uint32���ž ��runtime.convT2E���„
��2runtime.writebarrieriface���’
��tgo.string."warning: -D0x%x is ignored because of -R0x%x\n"���† ��fmt.Printf���¸ ��Dbootstrap/link/internal/ld.Elfinit���Ä �@bootstrap/link/internal/ld.HEADR���Ú ��Fbootstrap/link/internal/ld.INITTEXT���ô ��@bootstrap/link/internal/ld.HEADR��� ��Fbootstrap/link/internal/ld.INITTEXT���ž ��Dbootstrap/link/internal/ld.INITDAT���¸ �Dbootstrap/link/internal/ld.INITDAT���Ì ��Dbootstrap/link/internal/ld.INITRND���ê �Dbootstrap/link/internal/ld.INITRND���œ��type.int32���²��Fbootstrap/link/internal/ld.HEADTYPE���Æ��runtime.convT2E���¤��2runtime.writebarrieriface���²��Bgo.string."unknown -H option: %v"���¦��@bootstrap/link/internal/ld.Exitf���ˆ��@bootstrap/link/internal/ld.HEADR���–��Fbootstrap/link/internal/ld.INITTEXT���º��Fbootstrap/link/internal/ld.INITTEXT���È��Dbootstrap/link/internal/ld.INITDAT���â�Dbootstrap/link/internal/ld.INITDAT���ö��Dbootstrap/link/internal/ld.INITRND���”�Dbootstrap/link/internal/ld.INITRND���ä��Dbootstrap/link/internal/ld.Elfinit���òð�@bootstrap/link/internal/ld.Debug���†ð�@bootstrap/link/internal/ld.Debug���’�@bootstrap/link/internal/ld.HEADR���¨�Hbootstrap/link/internal/ld.Funcalign���¾��Fbootstrap/link/internal/ld.INITTEXT���Ø�Fbootstrap/link/internal/ld.INITTEXT���î��Dbootstrap/link/internal/ld.INITDAT���ˆ�Dbootstrap/link/internal/ld.INITDAT���œ��Dbootstrap/link/internal/ld.INITRND���º�Dbootstrap/link/internal/ld.INITRND����@bootstrap/link/internal/ld.HEADR���¦��Fbootstrap/link/internal/ld.INITTEXT���À��@bootstrap/link/internal/ld.HEADR���Ü��Fbootstrap/link/internal/ld.INITTEXT���ê��Dbootstrap/link/internal/ld.INITDAT���„�Dbootstrap/link/internal/ld.INITDAT���˜��Dbootstrap/link/internal/ld.INITRND���¶�Dbootstrap/link/internal/ld.INITRND���ö��Bbootstrap/link/internal/ld.Peinit���‚��Lbootstrap/link/internal/ld.PEFILEHEADR���Ž��@bootstrap/link/internal/ld.HEADR���œ��Fbootstrap/link/internal/ld.INITTEXT���¶��Lbootstrap/link/internal/ld.PESECTHEADR���Ò��Fbootstrap/link/internal/ld.INITTEXT���à��Dbootstrap/link/internal/ld.INITDAT���ú�Dbootstrap/link/internal/ld.INITDAT���Ž��Dbootstrap/link/internal/ld.INITRND���¬�Dbootstrap/link/internal/ld.INITRND���Þ��Fbootstrap/link/internal/ld.Linkmode���ø�Fbootstrap/link/internal/ld.Linkmode���Ž��Fbootstrap/link/internal/ld.Linkmode���¬��Tbootstrap/internal/obj.Getgoextlinkenabled���Š��go.string."1"���²�� runtime.eqstring���Ü��Fbootstrap/link/internal/ld.HEADTYPE���î��Dbootstrap/link/internal/ld.Headstr���¶��type.string���Ü��runtime.convT2E���º��2runtime.writebarrieriface���È��hgo.string."cannot use -linkmode=external with -H %s"���¼��log.Fatalf���ˆ!�Fbootstrap/link/internal/ld.Linkmode������("".autotmp_0376��"type.interface {}�"".autotmp_0375��"type.interface {}�"".autotmp_0373��&type.[]interface {}�"".autotmp_0372��"type.interface {}�"".autotmp_0371��*type.*[1]interface {}�"".autotmp_0370��&type.[]interface {}�"".autotmp_0369��type.int32�"".autotmp_0368�ï"type.interface {}�"".autotmp_0366�o&type.[]interface {}�"".autotmp_0363�‡type.uint32�"".autotmp_0362�ÿtype.uint64�"".autotmp_0361�?(type.[2]interface {}�"".autotmp_0360��type.int�"".autotmp_0359��type.int64�"".autotmp_0358��type.int64�"".autotmp_0356��(type.[1]interface {}�"".autotmp_0355�Ïtype.string�"".autotmp_0354�¯(type.[1]interface {}�"".autotmp_0353��type.string�"".autotmp_0352�type.string�"¬‘ �à�œ®"_ G" < 
 
   h ´Y
   
BµÕ¶µ     
„•5>] ~
     
$W]
   
žW :     
Á   g÷" �6�/Ö
½ Çpßüpƒ�Tgclocals·5b049eb50853bef5b7cf0889ee335b7c�Tgclocals·73ad887592793a6b02894c238b36c3a5���T/tmp/go/src/cmd/link/internal/amd64/obj.goþ"".func·001��à��ÊdH‹ %����H;awè����ëêHƒìXH‹ZH‰\$8H‹T$`H‹D$hH‹\$pH‰\$P1ÉH‰D$HH‰D$ H‰T$@H‰ÐH‹l$ H9é}KH‰D$0¶(H‰L$(H‹����H‰èH‰$H‹\$8H‹+H‰l$ˆD$è����H‹D$0HÿÀH‹L$(HÿÁH‹l$ H9é|µHƒÄXÃ
������ ��"runtime.morestack���Ê��>bootstrap/link/internal/ld.Ctxt���„��Fbootstrap/link/internal/ld.Adduint8���0°�� "".autotmp_0389�Otype.*uint8�"".autotmp_0388�otype.int�"".autotmp_0387�_type.int�"".autotmp_0386�/type.[]uint8�"".&initfunc�?Ltype.**bootstrap/link/internal/ld.LSym�
"".op��type.[]uint8�°Š¯ �°� ˜#?� �/�Tgclocals·d7e8a62d22b1cde6d92b17a55c33fe8f�Tgclocals·770683613b64aeb90b5472e68a988b48���T/tmp/go/src/cmd/link/internal/amd64/asm.goþ"".init��À��¼dH‹ %����H;awè����ëê¶����€û�t¶����€ûuÃè���� Æ����è����è����è����è����è����Æ����Ã
������ ��0runtime.morestack_noctxt���2��"".initdone·���J��"".initdone·���`��"runtime.throwinit���p�"".initdone·���|��log.init���†��fmt.init�����debug/elf.init���š��>bootstrap/link/internal/ld.init���¤��6bootstrap/internal/obj.init���°�"".initdone·��������`�`�`�
�/1�Tgclocals·3280bececceccd33cb74587feedb1f9f�Tgclocals·3280bececceccd33cb74587feedb1f9f���P/tmp/go/src/cmd/link/internal/amd64/z.goþ4type..hash.[1]interface {}�à��ÎdH‹ %����H;awè����ëêHƒì0H‹L$H1ÀHÇD$ ���H‹l$ H9è}eH‰D$(H‰ÅH‰ÈHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$8Hƒû�tDHkíHëH‰$HÇD$���H‰D$HH‰D$è����H‹L$H‹D$(HÿÀH‹l$ H9è|›H‰L$PHƒÄ0Éë¸
������ ��0runtime.morestack_noctxt���ü��(runtime.nilinterhash���@`�� "".autotmp_0393�type.int�"".autotmp_0392�type.int� "".~r3�0type.uintptr�"".h� type.uintptr�"".s�type.uintptr�"".p��*type.*[1]interface {}�`ˆ_` �°�°�
�}3�Tgclocals·2dc77d960dd3e4b3de2361f9cbd75783�Tgclocals·3280bececceccd33cb74587feedb1f9f���|/tmp/go/pkg/bootstrap/src/bootstrap/link/internal/amd64/asm.goþ0type..eq.[1]interface {}�à��ÈdH‹ %����H;awè����ëêHƒìX1ÀHÇD$(���H‹l$(H9荒���H‰D$0H‹\$hHƒû�„–���H‰ÅHkíHëH‹ H‹sH‹\$`Hƒû�tvH‰ÅHkí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$xHƒÄXÃÆD$x�HƒÄXÉ놉écÿÿÿ
������ ��0runtime.morestack_noctxt���Â��runtime.efaceeq���@°��"".autotmp_0397�?"type.interface {}�"".autotmp_0396�"type.interface {}�"".autotmp_0395�_type.int�"".autotmp_0394�Otype.int� "".~r3�0type.bool�"".s� type.uintptr�"".q�*type.*[1]interface {}�"".p��*type.*[1]interface {}�&°´¯° ¯°�ð�ð� � P�Tgclocals·9c703c5c7b9c1932c840b69f8ebce236�Tgclocals·44568aa369055d8938d809aa5d80843b���|/tmp/go/pkg/bootstrap/src/bootstrap/link/internal/amd64/asm.goþ4type..hash.[3]interface {}�à��ÎdH‹ %����H;awè����ëêHƒì0H‹L$H1ÀHÇD$ ���H‹l$ H9è}eH‰D$(H‰ÅH‰ÈHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$8Hƒû�tDHkíHëH‰$HÇD$���H‰D$HH‰D$è����H‹L$H‹D$(HÿÀH‹l$ H9è|›H‰L$PHƒÄ0Éë¸
������ ��0runtime.morestack_noctxt���ü��(runtime.nilinterhash���@`�� "".autotmp_0400�type.int�"".autotmp_0399�type.int� "".~r3�0type.uintptr�"".h� type.uintptr�"".s�type.uintptr�"".p��*type.*[3]interface {}�`ˆ_` �°�°�
�}3�Tgclocals·2dc77d960dd3e4b3de2361f9cbd75783�Tgclocals·3280bececceccd33cb74587feedb1f9f���|/tmp/go/pkg/bootstrap/src/bootstrap/link/internal/amd64/asm.goþ0type..eq.[3]interface {}�à��ÈdH‹ %����H;awè����ëêHƒìX1ÀHÇD$(���H‹l$(H9荒���H‰D$0H‹\$hHƒû�„–���H‰ÅHkíHëH‹ H‹sH‹\$`Hƒû�tvH‰ÅHkí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$xHƒÄXÃÆD$x�HƒÄXÉ놉écÿÿÿ
������ ��0runtime.morestack_noctxt���Â��runtime.efaceeq���@°��"".autotmp_0404�?"type.interface {}�"".autotmp_0403�"type.interface {}�"".autotmp_0402�_type.int�"".autotmp_0401�Otype.int� "".~r3�0type.bool�"".s� type.uintptr�"".q�*type.*[3]interface {}�"".p��*type.*[3]interface {}�&°´¯° ¯°�ð�ð� � P�Tgclocals·9c703c5c7b9c1932c840b69f8ebce236�Tgclocals·44568aa369055d8938d809aa5d80843b���|/tmp/go/pkg/bootstrap/src/bootstrap/link/internal/amd64/asm.goþ4type..hash.[4]interface {}�à��ÎdH‹ %����H;awè����ëêHƒì0H‹L$H1ÀHÇD$ ���H‹l$ H9è}eH‰D$(H‰ÅH‰ÈHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$8Hƒû�tDHkíHëH‰$HÇD$���H‰D$HH‰D$è����H‹L$H‹D$(HÿÀH‹l$ H9è|›H‰L$PHƒÄ0Éë¸
������ ��0runtime.morestack_noctxt���ü��(runtime.nilinterhash���@`�� "".autotmp_0407�type.int�"".autotmp_0406�type.int� "".~r3�0type.uintptr�"".h� type.uintptr�"".s�type.uintptr�"".p��*type.*[4]interface {}�`ˆ_` �°�°�
�}3�Tgclocals·2dc77d960dd3e4b3de2361f9cbd75783�Tgclocals·3280bececceccd33cb74587feedb1f9f���|/tmp/go/pkg/bootstrap/src/bootstrap/link/internal/amd64/asm.goþ0type..eq.[4]interface {}�à��ÈdH‹ %����H;awè����ëêHƒìX1ÀHÇD$(���H‹l$(H9荒���H‰D$0H‹\$hHƒû�„–���H‰ÅHkíHëH‹ H‹sH‹\$`Hƒû�tvH‰ÅHkí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$xHƒÄXÃÆD$x�HƒÄXÉ놉écÿÿÿ
������ ��0runtime.morestack_noctxt���Â��runtime.efaceeq���@°��"".autotmp_0411�?"type.interface {}�"".autotmp_0410�"type.interface {}�"".autotmp_0409�_type.int�"".autotmp_0408�Otype.int� "".~r3�0type.bool�"".s� type.uintptr�"".q�*type.*[4]interface {}�"".p��*type.*[4]interface {}�&°´¯° ¯°�ð�ð� � P�Tgclocals·9c703c5c7b9c1932c840b69f8ebce236�Tgclocals·44568aa369055d8938d809aa5d80843b���|/tmp/go/pkg/bootstrap/src/bootstrap/link/internal/amd64/asm.goþ4type..hash.[2]interface {}�à��ÎdH‹ %����H;awè����ëêHƒì0H‹L$H1ÀHÇD$ ���H‹l$ H9è}eH‰D$(H‰ÅH‰ÈHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$8Hƒû�tDHkíHëH‰$HÇD$���H‰D$HH‰D$è����H‹L$H‹D$(HÿÀH‹l$ H9è|›H‰L$PHƒÄ0Éë¸
������ ��0runtime.morestack_noctxt���ü��(runtime.nilinterhash���@`�� "".autotmp_0414�type.int�"".autotmp_0413�type.int� "".~r3�0type.uintptr�"".h� type.uintptr�"".s�type.uintptr�"".p��*type.*[2]interface {}�`ˆ_` �°�°�
�}3�Tgclocals·2dc77d960dd3e4b3de2361f9cbd75783�Tgclocals·3280bececceccd33cb74587feedb1f9f���|/tmp/go/pkg/bootstrap/src/bootstrap/link/internal/amd64/asm.goþ0type..eq.[2]interface {}�à��ÈdH‹ %����H;awè����ëêHƒìX1ÀHÇD$(���H‹l$(H9荒���H‰D$0H‹\$hHƒû�„–���H‰ÅHkíHëH‹ H‹sH‹\$`Hƒû�tvH‰ÅHkí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$xHƒÄXÃÆD$x�HƒÄXÉ놉écÿÿÿ
������ ��0runtime.morestack_noctxt���Â��runtime.efaceeq���@°��"".autotmp_0418�?"type.interface {}�"".autotmp_0417�"type.interface {}�"".autotmp_0416�_type.int�"".autotmp_0415�Otype.int� "".~r3�0type.bool�"".s� type.uintptr�"".q�*type.*[2]interface {}�"".p��*type.*[2]interface {}�&°´¯° ¯°�ð�ð� � P�Tgclocals·9c703c5c7b9c1932c840b69f8ebce236�Tgclocals·44568aa369055d8938d809aa5d80843b���|/tmp/go/pkg/bootstrap/src/bootstrap/link/internal/amd64/asm.goþTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·9308e7ef08d2cc2f72ae1228688dacf9�������������þTgclocals·6636af5713a0c926e997dfc880593c65�8��8�����������U
"�U
��U
�U
�þTgclocals·cf331a3279348ad07432cfc0da9eabf8�8��8������*���*���*���*���*����þBgo.string."runtime.addmoduledata"�P��L���������������runtime.addmoduledata�� �Bgo.string."runtime.addmoduledata"���þBgo.string."go.link.addmoduledata"�P��L���������������go.link.addmoduledata�� �Bgo.string."go.link.addmoduledata"���þFgo.string."runtime.firstmoduledata"�P��P���������������runtime.firstmoduledata�� �Fgo.string."runtime.firstmoduledata"���þJgo.string."go.link.addmoduledatainit"�`��T���������������go.link.addmoduledatainit�� �Jgo.string."go.link.addmoduledatainit"���þTgclocals·2511fc8cd8b9e4ca6d4739e41fb5e810�8��8���������� ���j��J��H���þTgclocals·7c13896baab3273e10662a9a37b348ce�����������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·dc22134b6e2ce9b2d04b1b1b62ac997a���������*����þRgo.string."unexpected relocation type %d"�`��\���������������unexpected relocation type %d�� �Rgo.string."unexpected relocation type %d"���þŠgo.string."unexpected R_X86_64_PC32 relocation for dynamic symbol %s"� ��”��������9�������unexpected R_X86_64_PC32 relocation for dynamic symbol %s�� �Šgo.string."unexpected R_X86_64_PC32 relocation for dynamic symbol %s"���þLgo.string."unknown symbol %s in pcrel"�`��V���������������unknown symbol %s in pcrel�� �Lgo.string."unknown symbol %s in pcrel"���þ go.string.".plt"�0��*���������������.plt�� � go.string.".plt"���þ go.string.".got"�0��*���������������.got�� � go.string.".got"���þ†go.string."unexpected R_X86_64_64 relocation for dynamic symbol %s"�����������7�������unexpected R_X86_64_64 relocation for dynamic symbol %s�� �†go.string."unexpected R_X86_64_64 relocation for dynamic symbol %s"���þdgo.string."unexpected reloc for dynamic symbol %s"�p��n��������&�������unexpected reloc for dynamic symbol %s�� �dgo.string."unexpected reloc for dynamic symbol %s"���þ|go.string."unexpected pc-relative reloc for dynamic symbol %s"���†��������2�������unexpected pc-relative reloc for dynamic symbol %s�� �|go.string."unexpected pc-relative reloc for dynamic symbol %s"���þ~go.string."unexpected GOT_LOAD reloc for non-dynamic symbol %s"���ˆ��������3�������unexpected GOT_LOAD reloc for non-dynamic symbol %s�� �~go.string."unexpected GOT_LOAD reloc for non-dynamic symbol %s"���þtgo.string."unexpected GOT reloc for non-dynamic symbol %s"�€��~��������.�������unexpected GOT reloc for non-dynamic symbol %s�� �tgo.string."unexpected GOT reloc for non-dynamic symbol %s"���þ"go.string.".rela"�0��,���������������.rela�� �"go.string.".rela"���þ2go.string.".linkedit.got"�@��<�������� �������.linkedit.got�� �2go.string.".linkedit.got"���þ–go.string."unsupported relocation for dynamic symbol %s (type=%d stype=%d)"� �� ��������?�������unsupported relocation for dynamic symbol %s (type=%d stype=%d)�� �–go.string."unsupported relocation for dynamic symbol %s (type=%d stype=%d)"���þTgclocals·e7f396d35658e2a51e81fcaefdcb7c40�Ð��Ð ���&�������������������< ������<������< �����<������
��������������"�������� ü?����� ü?������ü?����þTgclocals·4a3831d274d2be9675c43f86862b9a60�p��p ������
���
���
���
���
���
���
���
���
���
���
���
����þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·64b411f0f44be3f38c26e84fc3239091�������������þfgo.string."reloc %d to non-macho symbol %s type=%d"�p��p��������'�������reloc %d to non-macho symbol %s type=%d�� �fgo.string."reloc %d to non-macho symbol %s type=%d"���þ‚go.string."reloc %d to symbol %s in non-macho section %s type=%d"���Œ��������5�������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"���þTgclocals·346d069b3daeec047c12c73d90bb6b5d�€��€���(�����������‚��ÿÿ���€��ÿÿ������ÿÿ���‚ðÿ�����€ðÿ������ðÿ������þTgclocals·fa9b6531d312c0494e402308c9af9222�H��H����������������������������þdgo.string."reloc %d to non-coff symbol %s type=%d"�p��n��������&�������reloc %d to non-coff symbol %s type=%d�� �dgo.string."reloc %d to non-coff symbol %s type=%d"���þTgclocals·e382131c027ad721d47faf607f6e19b6�8��8����������‚ðÿ�€ðÿ��ðÿ�����þTgclocals·dc9fbda297182cedc74bf735e51f81bf�8��8����������������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·8d11a518189555fd7f3bac3cc6ad264c���������*����þRgo.string."unexpected relocation variant"�`��\���������������unexpected relocation variant�� �Rgo.string."unexpected relocation variant"���þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·9c703c5c7b9c1932c840b69f8ebce236�������������þ(go.string.".got.plt"�@��2���������������.got.plt�� �(go.string.".got.plt"���þ(go.string.".dynamic"�@��2���������������.dynamic�� �(go.string.".dynamic"���þTgclocals·14d8dc73e81d4b456633f898a7ae3dd1�0��0�������������
�������þTgclocals·0372b889336bbdf612862c172920463d�����������þ*go.string.".rela.plt"�@��4�������� �������.rela.plt�� �*go.string.".rela.plt"���þ2go.string.".linkedit.plt"�@��<�������� �������.linkedit.plt�� �2go.string.".linkedit.plt"���þ`go.string."addpltsym: unsupported binary format"�p��j��������$�������addpltsym: unsupported binary format�� �`go.string."addpltsym: unsupported binary format"���þTgclocals·077e96bfc02ee99c7e94723e8fba7646�@��@�������������ˆ���Š���
��� ����þTgclocals·2c09ec81c5cb12328d7183f25bc48833�@��@�������������������������þ`go.string."addgotsym: unsupported binary format"�p��j��������$�������addgotsym: unsupported binary format�� �`go.string."addgotsym: unsupported binary format"���þTgclocals·f6dcde45bff02c6c4b088b594fd52a4c�(��(�����������������þTgclocals·15395a9df917b4c9aa74d5c6c7e1ebf4�(��(����������������þ,`go.itab.*bootstrap/internal/obj.Biobuf.io.Writer�����þ0go.string."%5.2f asmb\n"�@��8�������� �������%5.2f asmb
�� �0go.string."%5.2f asmb\n"���þ6go.string."%5.2f codeblk\n"�@��>���������������%5.2f codeblk
�� �6go.string."%5.2f codeblk\n"���þ8go.string."%5.2f rodatblk\n"�@��@���������������%5.2f rodatblk
�� �8go.string."%5.2f rodatblk\n"���þ4go.string."%5.2f datblk\n"�@��<�������� �������%5.2f datblk
�� �4go.string."%5.2f datblk\n"���þ2go.string."%5.2f dwarf\n"�@��:�������� �������%5.2f dwarf
�� �2go.string."%5.2f dwarf\n"���þDgo.string."unknown header type %d"�P��N���������������unknown header type %d�� �Dgo.string."unknown header type %d"���þ.go.string."%5.2f sym\n"�@��6��������
�������%5.2f sym
�� �.go.string."%5.2f sym\n"���þ&go.string."pclntab"�0��0���������������pclntab�� �&go.string."pclntab"���þ2go.string."%5.2f headr\n"�@��:�������� �������%5.2f headr
�� �2go.string."%5.2f headr\n"���þTgclocals·125bfa1744ec3e844ceee241dbee03d5�H��H��� �������€��� �������������þTgclocals·5b049eb50853bef5b7cf0889ee335b7c�����������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þ"go.string."amd64"�0��,���������������amd64�� �"go.string."amd64"���þ(go.string."amd64p32"�@��2���������������amd64p32�� �(go.string."amd64p32"���þNgo.string."/lib64/ld-linux-x86-64.so.2"�`��X���������������/lib64/ld-linux-x86-64.so.2�� �Ngo.string."/lib64/ld-linux-x86-64.so.2"���þ@go.string."/libexec/ld-elf.so.1"�P��J���������������/libexec/ld-elf.so.1�� �@go.string."/libexec/ld-elf.so.1"���þ<go.string."/usr/libexec/ld.so"�P��F���������������/usr/libexec/ld.so�� �<go.string."/usr/libexec/ld.so"���þ<go.string."/libexec/ld.elf_so"�P��F���������������/libexec/ld.elf_so�� �<go.string."/libexec/ld.elf_so"���þHgo.string."/usr/libexec/ld-elf.so.2"�`��R���������������/usr/libexec/ld-elf.so.2�� �Hgo.string."/usr/libexec/ld-elf.so.2"���þ<go.string."/lib/amd64/ld.so.1"�P��F���������������/lib/amd64/ld.so.1�� �<go.string."/lib/amd64/ld.so.1"���þTgclocals·d64e51a4c4bfeaa840e480961ec6b0b3��������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þgo.string."0"�0��$���������������0�� �go.string."0"���þgo.string."1"�0��$���������������1�� �go.string."1"���þhgo.string."cannot use -linkmode=external with -H %s"�€��r��������(�������cannot use -linkmode=external with -H %s�� �hgo.string."cannot use -linkmode=external with -H %s"���þBgo.string."unknown -H option: %v"�P��L���������������unknown -H option: %v�� �Bgo.string."unknown -H option: %v"���þtgo.string."warning: -D0x%x is ignored because of -R0x%x\n"�€��|��������-�������warning: -D0x%x is ignored because of -R0x%x
�� �tgo.string."warning: -D0x%x is ignored because of -R0x%x\n"���þTgclocals·73ad887592793a6b02894c238b36c3a5�H��H���������� � ���������Â?��À?�þTgclocals·5b049eb50853bef5b7cf0889ee335b7c�����������þTgclocals·770683613b64aeb90b5472e68a988b48� �� ���
�������
����þTgclocals·d7e8a62d22b1cde6d92b17a55c33fe8f� �� �������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þ*"".zeroes�� type.string���þ""".statictmp_0024��type.[3]uint8�H=�þ""".statictmp_0027��type.[1]uint8�è�þ""".statictmp_0030��type.[1]uint8�Ã�þ,"".initdone·��type.uint8���þ"".PADDR·f��������������"".PADDR���þ,runtime.throwreturn·f��������������&runtime.throwreturn���þ"".Addcall·f��������������"".Addcall���þJbootstrap/link/internal/ld.Symgrow·f��������������Dbootstrap/link/internal/ld.Symgrow���þ(runtime.growslice·f��������������"runtime.growslice���þ4runtime.writebarrierfat·f��������������.runtime.writebarrierfat���þ8runtime.writebarrierslice·f��������������2runtime.writebarrierslice���þ*runtime.panicindex·f��������������$runtime.panicindex���þ4runtime.writebarrierptr·f��������������.runtime.writebarrierptr���þ"".gentext·f��������������"".gentext���þPbootstrap/link/internal/ld.Linklookup·f��������������Jbootstrap/link/internal/ld.Linklookup���þ"".func·001·f��������������"".func·001���þ(runtime.newobject·f��������������"runtime.newobject���þTbootstrap/link/internal/ld.Addpcrelplus·f��������������Nbootstrap/link/internal/ld.Addpcrelplus���þJbootstrap/link/internal/ld.Addaddr·f��������������Dbootstrap/link/internal/ld.Addaddr���þ "".adddynrela·f��������������"".adddynrela���þRbootstrap/link/internal/ld.Addaddrplus·f��������������Lbootstrap/link/internal/ld.Addaddrplus���þNbootstrap/link/internal/ld.Adduint64·f��������������Hbootstrap/link/internal/ld.Adduint64���þ"".adddynrel·f��������������"".adddynrel���þ$runtime.convT2E·f��������������runtime.convT2E���þ8runtime.writebarrieriface·f��������������2runtime.writebarrieriface���þDbootstrap/link/internal/ld.Diag·f��������������>bootstrap/link/internal/ld.Diag���þ"".addpltsym·f��������������"".addpltsym���þ"".addgotsym·f��������������"".addgotsym���þNbootstrap/link/internal/ld.Adddynsym·f��������������Hbootstrap/link/internal/ld.Adddynsym���þNbootstrap/link/internal/ld.Adduint32·f��������������Hbootstrap/link/internal/ld.Adduint32���þ"".elfreloc1·f��������������"".elfreloc1���þ""".machoreloc1·f��������������"".machoreloc1���þ"".pereloc1·f��������������"".pereloc1���þ"".archreloc·f��������������"".archreloc���þ,"".archrelocvariant·f��������������&"".archrelocvariant���þlog.Fatalf·f��������������log.Fatalf���þ""".elfsetupplt·f��������������"".elfsetupplt���þLbootstrap/link/internal/ld.Adduint8·f��������������Fbootstrap/link/internal/ld.Adduint8���þ"".asmb·f��������������"".asmb���þBbootstrap/internal/obj.Cputime·f��������������<bootstrap/internal/obj.Cputime���þ&runtime.typ2Itab·f�������������� runtime.typ2Itab���þfmt.Fprintf·f��������������fmt.Fprintf���þRbootstrap/internal/obj.(*Biobuf).Flush·f��������������Lbootstrap/internal/obj.(*Biobuf).Flush���þTbootstrap/link/internal/ld.Asmbelfsetup·f��������������Nbootstrap/link/internal/ld.Asmbelfsetup���þFbootstrap/link/internal/ld.Cseek·f��������������@bootstrap/link/internal/ld.Cseek���þJbootstrap/link/internal/ld.Codeblk·f��������������Dbootstrap/link/internal/ld.Codeblk���þHbootstrap/link/internal/ld.Datblk·f��������������Bbootstrap/link/internal/ld.Datblk���þDbootstrap/link/internal/ld.Cpos·f��������������>bootstrap/link/internal/ld.Cpos���þhbootstrap/link/internal/ld.Dwarfemitdebugsections·f��������������bbootstrap/link/internal/ld.Dwarfemitdebugsections���þRbootstrap/link/internal/ld.Domacholink·f��������������Lbootstrap/link/internal/ld.Domacholink���þNbootstrap/link/internal/ld.Asmelfsym·f��������������Hbootstrap/link/internal/ld.Asmelfsym���þHbootstrap/link/internal/ld.Cflush·f��������������Bbootstrap/link/internal/ld.Cflush���þHbootstrap/link/internal/ld.Cwrite·f��������������Bbootstrap/link/internal/ld.Cwrite���þTbootstrap/link/internal/ld.Elfemitreloc·f��������������Nbootstrap/link/internal/ld.Elfemitreloc���þRbootstrap/link/internal/ld.Asmplan9sym·f��������������Lbootstrap/link/internal/ld.Asmplan9sym���þDbootstrap/link/internal/ld.Cput·f��������������>bootstrap/link/internal/ld.Cput���þXbootstrap/link/internal/ld.Machoemitreloc·f��������������Rbootstrap/link/internal/ld.Machoemitreloc���þFbootstrap/link/internal/ld.Lputb·f��������������@bootstrap/link/internal/ld.Lputb���þPbootstrap/link/internal/ld.Entryvalue·f��������������Jbootstrap/link/internal/ld.Entryvalue���þFbootstrap/link/internal/ld.Vputb·f��������������@bootstrap/link/internal/ld.Vputb���þNbootstrap/link/internal/ld.Asmbmacho·f��������������Hbootstrap/link/internal/ld.Asmbmacho���þJbootstrap/link/internal/ld.Asmbelf·f��������������Dbootstrap/link/internal/ld.Asmbelf���þHbootstrap/link/internal/ld.Asmbpe·f��������������Bbootstrap/link/internal/ld.Asmbpe���þ"".Main·f��������������"".Main���þ$"".linkarchinit·f��������������"".linkarchinit���þHbootstrap/link/internal/ld.Ldmain·f��������������Bbootstrap/link/internal/ld.Ldmain���þFbootstrap/internal/obj.Getgoarch·f��������������@bootstrap/internal/obj.Getgoarch���þ&runtime.eqstring·f�������������� runtime.eqstring���þ"".archinit·f��������������"".archinit���þFbootstrap/link/internal/ld.Lputl·f��������������@bootstrap/link/internal/ld.Lputl���þFbootstrap/link/internal/ld.Wputl·f��������������@bootstrap/link/internal/ld.Wputl���þFbootstrap/link/internal/ld.Vputl·f��������������@bootstrap/link/internal/ld.Vputl���þZbootstrap/internal/obj.Getgoextlinkenabled·f��������������Tbootstrap/internal/obj.Getgoextlinkenabled���þJbootstrap/link/internal/ld.Headstr·f��������������Dbootstrap/link/internal/ld.Headstr���þFbootstrap/link/internal/ld.Exitf·f��������������@bootstrap/link/internal/ld.Exitf���þNbootstrap/link/internal/ld.Machoinit·f��������������Hbootstrap/link/internal/ld.Machoinit���þJbootstrap/link/internal/ld.Elfinit·f��������������Dbootstrap/link/internal/ld.Elfinit���þHbootstrap/link/internal/ld.Peinit·f��������������Bbootstrap/link/internal/ld.Peinit���þfmt.Printf·f��������������fmt.Printf���þ"".init·f��������������"".init���þ(runtime.throwinit·f��������������"runtime.throwinit���þlog.init·f��������������log.init���þfmt.init·f��������������fmt.init���þ"debug/elf.init·f��������������debug/elf.init���þDbootstrap/link/internal/ld.init·f��������������>bootstrap/link/internal/ld.init���þ<bootstrap/internal/obj.init·f��������������6bootstrap/internal/obj.init���þbruntime.gcbits.0x48844400000000000000000000000000� �� H„D��������������þ,go.string."[]ld.Reloc"�@��6��������
�������[]ld.Reloc�� �,go.string."[]ld.Reloc"���þNtype.[]bootstrap/link/internal/ld.Reloc� �� �������Žwڏ�����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��,go.string."[]ld.Reloc"���p��`go.weak.type.*[]bootstrap/link/internal/ld.Reloc���€��"runtime.zerovalue�����Jtype.bootstrap/link/internal/ld.Reloc���þrgo.typelink.[]ld.Reloc/[]bootstrap/link/internal/ld.Reloc��������������Ntype.[]bootstrap/link/internal/ld.Reloc���þ&go.string."[]uint8"�0��0���������������[]uint8�� �&go.string."[]uint8"���þtype.[]uint8� �� �������ß~.8�����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��&go.string."[]uint8"���p��*go.weak.type.*[]uint8���€��"runtime.zerovalue�����type.uint8���þ6go.typelink.[]uint8/[]uint8��������������type.[]uint8���þ^runtime.gcbits.0x000000000000000000000000000000� �� �����������������þ(go.string."[3]uint8"�@��2���������������[3]uint8�� �(go.string."[3]uint8"���þtype.[3]uint8�À��À�������¹RÝ�‘������������������������������������������������������������������������������� �� runtime.algarray���0��^runtime.gcbits.0x000000000000000000000000000000���P��(go.string."[3]uint8"���p��,go.weak.type.*[3]uint8���€��"runtime.zerovalue�����type.uint8��� ��type.[]uint8���þ:go.typelink.[3]uint8/[3]uint8��������������type.[3]uint8���þ(go.string."[1]uint8"�@��2���������������[1]uint8�� �(go.string."[1]uint8"���þtype.[1]uint8�À��À�������16Ê�‘������������������������������������������������������������������������������� @� runtime.algarray���0��^runtime.gcbits.0x000000000000000000000000000000���P��(go.string."[1]uint8"���p��,go.weak.type.*[1]uint8���€��"runtime.zerovalue�����type.uint8��� ��type.[]uint8���þ:go.typelink.[1]uint8/[1]uint8��������������type.[1]uint8���þbruntime.gcbits.0x88000000000000000000000000000000� �� ˆ����������������þ4go.string."func(...uint8)"�@��>���������������func(...uint8)�� �4go.string."func(...uint8)"���þ&type.func(...uint8)����������+ Š¯�3��������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��4go.string."func(...uint8)"���p��8go.weak.type.*func(...uint8)���€��"runtime.zerovalue��� €�&type.func(...uint8)���А�&type.func(...uint8)���€��type.[]uint8���þ*go.string."**ld.LSym"�@��4�������� �������**ld.LSym�� �*go.string."**ld.LSym"���þLtype.**bootstrap/link/internal/ld.LSym� �� �������s_�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��*go.string."**ld.LSym"���p��^go.weak.type.***bootstrap/link/internal/ld.LSym���€��"runtime.zerovalue�����Jtype.*bootstrap/link/internal/ld.LSym���þbruntime.gcbits.0x84000000000000000000000000000000� �� „����������������þ\go.string."struct { F uintptr; A0 **ld.LSym }"�p��f��������"�������struct { F uintptr; A0 **ld.LSym }�� �\go.string."struct { F uintptr; A0 **ld.LSym }"���þgo.string."F"�0��$���������������F�� �go.string."F"���þgo.string."A0"�0��&���������������A0�� �go.string."A0"���þ~type.struct { F uintptr; A0 **bootstrap/link/internal/ld.LSym }�à��à�������?èGà�������������������������������������������������������������������������������������������������������������������������������������������������������������� À� runtime.algarray���0��bruntime.gcbits.0x84000000000000000000000000000000���P��\go.string."struct { F uintptr; A0 **ld.LSym }"���p��go.weak.type.*struct { F uintptr; A0 **bootstrap/link/internal/ld.LSym }���€��"runtime.zerovalue���À�~type.struct { F uintptr; A0 **bootstrap/link/internal/ld.LSym }���À��go.string."F"���à��type.uintptr�����go.string."A0"���°��Ltype.**bootstrap/link/internal/ld.LSym���þ^go.string."*struct { F uintptr; A0 **ld.LSym }"�p��h��������#�������*struct { F uintptr; A0 **ld.LSym }�� �^go.string."*struct { F uintptr; A0 **ld.LSym }"���þ€type.*struct { F uintptr; A0 **bootstrap/link/internal/ld.LSym }� �� �������éSë�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��^go.string."*struct { F uintptr; A0 **ld.LSym }"���p��’go.weak.type.**struct { F uintptr; A0 **bootstrap/link/internal/ld.LSym }���€��"runtime.zerovalue�����~type.struct { F uintptr; A0 **bootstrap/link/internal/ld.LSym }���þ*go.string."*[3]uint8"�@��4�������� �������*[3]uint8�� �*go.string."*[3]uint8"���þtype.*[3]uint8� �� �������ifl�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��*go.string."*[3]uint8"���p��.go.weak.type.**[3]uint8���€��"runtime.zerovalue�����type.[3]uint8���þ*go.string."*[1]uint8"�@��4�������� �������*[1]uint8�� �*go.string."*[1]uint8"���þtype.*[1]uint8� �� �������±˜~[�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��*go.string."*[1]uint8"���p��.go.weak.type.**[1]uint8���€��"runtime.zerovalue�����type.[1]uint8���þbruntime.gcbits.0xcc000000000000000000000000000000� �� Ì����������������þ0go.string."interface {}"�@��:�������� �������interface {}�� �0go.string."interface {}"���þ"type.interface {}�À��À�������çW ��������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0xcc000000000000000000000000000000���P��0go.string."interface {}"���p��4go.weak.type.*interface {}���€��"runtime.zerovalue���À�"type.interface {}���þ4go.string."[]interface {}"�@��>���������������[]interface {}�� �4go.string."[]interface {}"���þ&type.[]interface {}� �� �������p“ê/�����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��4go.string."[]interface {}"���p��8go.weak.type.*[]interface {}���€��"runtime.zerovalue�����"type.interface {}���þRgo.typelink.[]interface {}/[]interface {}��������������&type.[]interface {}���þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·2dc77d960dd3e4b3de2361f9cbd75783�������������þTgclocals·44568aa369055d8938d809aa5d80843b��������������þTgclocals·9c703c5c7b9c1932c840b69f8ebce236�������������þ<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 {}���þ6go.string."[1]interface {}"�@��@���������������[1]interface {}�� �6go.string."[1]interface {}"���þ(type.[1]interface {}�À��À�������P‘[ú�������������������������������������������������������������������������������� ��2type..alg.[1]interface {}���0��bruntime.gcbits.0xcc000000000000000000000000000000���P��6go.string."[1]interface {}"���p��:go.weak.type.*[1]interface {}���€��"runtime.zerovalue�����"type.interface {}��� ��&type.[]interface {}���þVgo.typelink.[1]interface {}/[1]interface {}��������������(type.[1]interface {}���þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·2dc77d960dd3e4b3de2361f9cbd75783�������������þTgclocals·44568aa369055d8938d809aa5d80843b��������������þTgclocals·9c703c5c7b9c1932c840b69f8ebce236�������������þ<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 {}���þbruntime.gcbits.0xcccccc00000000000000000000000000� �� ÌÌÌ��������������þ6go.string."[3]interface {}"�@��@���������������[3]interface {}�� �6go.string."[3]interface {}"���þ(type.[3]interface {}�À��À0�������ÝÏÙ�������������������������������������������������������������������������������� ��2type..alg.[3]interface {}���0��bruntime.gcbits.0xcccccc00000000000000000000000000���P��6go.string."[3]interface {}"���p��:go.weak.type.*[3]interface {}���€��"runtime.zerovalue�����"type.interface {}��� ��&type.[]interface {}���þVgo.typelink.[3]interface {}/[3]interface {}��������������(type.[3]interface {}���þ8go.string."*[1]interface {}"�P��B���������������*[1]interface {}�� �8go.string."*[1]interface {}"���þ*type.*[1]interface {}� �� �������¿¨5�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��8go.string."*[1]interface {}"���p��<go.weak.type.**[1]interface {}���€��"runtime.zerovalue�����(type.[1]interface {}���þ8go.string."*[3]interface {}"�P��B���������������*[3]interface {}�� �8go.string."*[3]interface {}"���þ*type.*[3]interface {}� �� �������°þ¹�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��8go.string."*[3]interface {}"���p��<go.weak.type.**[3]interface {}���€��"runtime.zerovalue�����(type.[3]interface {}���þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·2dc77d960dd3e4b3de2361f9cbd75783�������������þTgclocals·44568aa369055d8938d809aa5d80843b��������������þTgclocals·9c703c5c7b9c1932c840b69f8ebce236�������������þ<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 {}���þbruntime.gcbits.0xcccccccc000000000000000000000000� �� ÌÌÌÌ�������������þ6go.string."[4]interface {}"�@��@���������������[4]interface {}�� �6go.string."[4]interface {}"���þ(type.[4]interface {}�À��À@�������P2ï�������������������������������������������������������������������������������� ��2type..alg.[4]interface {}���0��bruntime.gcbits.0xcccccccc000000000000000000000000���P��6go.string."[4]interface {}"���p��:go.weak.type.*[4]interface {}���€��"runtime.zerovalue�����"type.interface {}��� ��&type.[]interface {}���þVgo.typelink.[4]interface {}/[4]interface {}��������������(type.[4]interface {}���þ8go.string."*[4]interface {}"�P��B���������������*[4]interface {}�� �8go.string."*[4]interface {}"���þ*type.*[4]interface {}� �� �������ˆ-l�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��8go.string."*[4]interface {}"���p��<go.weak.type.**[4]interface {}���€��"runtime.zerovalue�����(type.[4]interface {}���þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·2dc77d960dd3e4b3de2361f9cbd75783�������������þTgclocals·44568aa369055d8938d809aa5d80843b��������������þTgclocals·9c703c5c7b9c1932c840b69f8ebce236�������������þ<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 {}���þbruntime.gcbits.0xcccc0000000000000000000000000000� �� ÌÌ���������������þ6go.string."[2]interface {}"�@��@���������������[2]interface {}�� �6go.string."[2]interface {}"���þ(type.[2]interface {}�À��À �������,Y¤ñ�������������������������������������������������������������������������������� ��2type..alg.[2]interface {}���0��bruntime.gcbits.0xcccc0000000000000000000000000000���P��6go.string."[2]interface {}"���p��:go.weak.type.*[2]interface {}���€��"runtime.zerovalue�����"type.interface {}��� ��&type.[]interface {}���þVgo.typelink.[2]interface {}/[2]interface {}��������������(type.[2]interface {}���þ8go.string."*[2]interface {}"�P��B���������������*[2]interface {}�� �8go.string."*[2]interface {}"���þ*type.*[2]interface {}� �� �������¾s-q�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��8go.string."*[2]interface {}"���p��<go.weak.type.**[2]interface {}���€��"runtime.zerovalue�����(type.[2]interface {}���þgo.string."log"�0��(���������������log�� �go.string."log"���þ$go.importpath.log.� �� ���������������� �go.string."log"���þ&go.string."runtime"�0��0���������������runtime�� �&go.string."runtime"���þ,go.importpath.runtime.� �� ���������������� �&go.string."runtime"���þ*go.string."debug/elf"�@��4�������� �������debug/elf�� �*go.string."debug/elf"���þ0go.importpath.debug/elf.� �� �������� �������� �*go.string."debug/elf"���þDgo.string."bootstrap/internal/obj"�P��N���������������bootstrap/internal/obj�� �Dgo.string."bootstrap/internal/obj"���þJgo.importpath.bootstrap/internal/obj.� �� ���������������� �Dgo.string."bootstrap/internal/obj"���þgo.string."fmt"�0��(���������������fmt�� �go.string."fmt"���þ$go.importpath.fmt.� �� ���������������� �go.string."fmt"���þLgo.string."bootstrap/link/internal/ld"�`��V���������������bootstrap/link/internal/ld�� �Lgo.string."bootstrap/link/internal/ld"���þRgo.importpath.bootstrap/link/internal/ld.� �� ���������������� �Lgo.string."bootstrap/link/internal/ld"���þ:type..hash.[1]interface {}·f��������������4type..hash.[1]interface {}���þ.runtime.nilinterhash·f��������������(runtime.nilinterhash���þ6type..eq.[1]interface {}·f��������������0type..eq.[1]interface {}���þ$runtime.efaceeq·f��������������runtime.efaceeq���þ: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