blob: 1b3ec430b1856c1eaae93525e7ec10bebf9b39b9 [file] [log] [blame]
!<arch>
__.PKGDEF 0 0 0 644 46392 `
go object linux amd64 go1.5.1 X:none
build id "03152c59c2140a19134e171d9c64d9ea248b9630"
$$
package amd64
import runtime "runtime"
import obj "bootstrap/internal/obj"
import log "log"
import fmt "fmt"
import ld "bootstrap/link/internal/ld"
import elf "debug/elf"
func @"".PADDR (@"".x·2 uint32) (? uint32) { return @"".x·2 &^ 0x80000000 }
import binary "encoding/binary" // indirect
type @"encoding/binary".ByteOrder interface { PutUint16(? []byte, ? uint16); PutUint32(? []byte, ? uint32); PutUint64(? []byte, ? uint64); String() (? string); Uint16(? []byte) (? uint16); Uint32(? []byte) (? uint32); Uint64(? []byte) (? uint64) }
type @"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:0x22") String () (? string)
func (@"time".l·2 *@"time".Location "esc:0x1") @"time".firstZoneUsed () (? bool)
func (@"time".l·2 *@"time".Location "esc:0x12") @"time".get () (? *@"time".Location)
func (@"time".l·6 *@"time".Location "esc:0x32") @"time".lookup (@"time".sec·7 int64) (@"time".name·1 string, @"time".offset·2 int, @"time".isDST·3 bool, @"time".start·4 int64, @"time".end·5 int64)
func (@"time".l·2 *@"time".Location "esc:0x1") @"time".lookupFirstZone () (? int)
func (@"time".l·4 *@"time".Location "esc:0x1") @"time".lookupName (@"time".name·5 string "esc:0x1", @"time".unix·6 int64) (@"time".offset·1 int, @"time".isDST·2 bool, @"time".ok·3 bool)
type @"time".Duration int64
func (@"time".d·2 @"time".Duration) Hours () (? float64) { var @"time".hour·3 @"time".Duration; ; @"time".hour·3 = @"time".d·2 / @"time".Duration(0x34630b8a000); var @"time".nsec·4 @"time".Duration; ; @"time".nsec·4 = @"time".d·2 % @"time".Duration(0x34630b8a000); return float64(@"time".hour·3) + float64(@"time".nsec·4) * 8190022623310637111963488201822504381538623676021880892417778544696899264837610290203272971060556344039023584360473938041055625214280336402169897364226048p-553 }
func (@"time".d·2 @"time".Duration) Minutes () (? float64) { var @"time".min·3 @"time".Duration; ; @"time".min·3 = @"time".d·2 / @"time".Duration(0xdf8475800); var @"time".nsec·4 @"time".Duration; ; @"time".nsec·4 = @"time".d·2 % @"time".Duration(0xdf8475800); return float64(@"time".min·3) + float64(@"time".nsec·4) * 7678146209353722106395056769533233877065564876941352542109479049699919628723768656821910653339403201031675627614471533358284117434246264392176261853609984p-547 }
func (@"time".d·2 @"time".Duration) Nanoseconds () (? int64) { return int64(@"time".d·2) }
func (@"time".d·2 @"time".Duration) Seconds () (? float64) { var @"time".sec·3 @"time".Duration; ; @"time".sec·3 = @"time".d·2 / @"time".Duration(0x3b9aca00); var @"time".nsec·4 @"time".Duration; ; @"time".nsec·4 = @"time".d·2 % @"time".Duration(0x3b9aca00); return float64(@"time".sec·3) + float64(@"time".nsec·4) * 7198262071269114660816079141112770740375861891461678802759824945047098083990024106014198994535558872472104883612039846078596891298747423852523262413111296p-541 }
func (@"time".d·2 @"time".Duration) String () (? string)
type @"time".Month int
func (@"time".m·2 @"time".Month) String () (? string) { return @"time".months[@"time".m·2 - @"time".Month(0x1)] }
type @"time".Weekday int
func (@"time".d·2 @"time".Weekday) String () (? string) { return @"time".days[@"time".d·2] }
type @"time".Time struct { @"time".sec int64; @"time".nsec int32; @"time".loc *@"time".Location }
func (@"time".t·2 @"time".Time "esc:0x12") Add (@"time".d·3 @"time".Duration) (? @"time".Time) { @"time".t·2.@"time".sec += int64(@"time".d·3 / @"time".Duration(0x3b9aca00)); var @"time".nsec·4 int32; ; @"time".nsec·4 = int32(@"time".t·2.@"time".nsec) + int32(@"time".d·3 % @"time".Duration(0x3b9aca00)); if @"time".nsec·4 >= 0x3b9aca00 { @"time".t·2.@"time".sec++; @"time".nsec·4 -= 0x3b9aca00 } else { if @"time".nsec·4 < 0x0 { @"time".t·2.@"time".sec--; @"time".nsec·4 += 0x3b9aca00 } }; @"time".t·2.@"time".nsec = @"time".nsec·4; return @"time".t·2 }
func (@"time".t·2 @"time".Time "esc:0x12") AddDate (@"time".years·3 int, @"time".months·4 int, @"time".days·5 int) (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x1") After (@"time".u·3 @"time".Time "esc:0x1") (? bool) { return @"time".t·2.@"time".sec > @"time".u·3.@"time".sec || @"time".t·2.@"time".sec == @"time".u·3.@"time".sec && @"time".t·2.@"time".nsec > @"time".u·3.@"time".nsec }
func (@"time".t·2 @"time".Time "esc:0x9") AppendFormat (@"time".b·3 []byte "esc:0x1a", @"time".layout·4 string "esc:0x9") (? []byte)
func (@"time".t·2 @"time".Time "esc:0x1") Before (@"time".u·3 @"time".Time "esc:0x1") (? bool) { return @"time".t·2.@"time".sec < @"time".u·3.@"time".sec || @"time".t·2.@"time".sec == @"time".u·3.@"time".sec && @"time".t·2.@"time".nsec < @"time".u·3.@"time".nsec }
func (@"time".t·4 @"time".Time "esc:0x1") Clock () (@"time".hour·1 int, @"time".min·2 int, @"time".sec·3 int)
func (@"time".t·4 @"time".Time "esc:0x1") Date () (@"time".year·1 int, @"time".month·2 @"time".Month, @"time".day·3 int)
func (@"time".t·2 @"time".Time "esc:0x1") Day () (? int)
func (@"time".t·2 @"time".Time "esc:0x1") Equal (@"time".u·3 @"time".Time "esc:0x1") (? bool) { return @"time".t·2.@"time".sec == @"time".u·3.@"time".sec && @"time".t·2.@"time".nsec == @"time".u·3.@"time".nsec }
func (@"time".t·2 @"time".Time "esc:0x9") Format (@"time".layout·3 string "esc:0x9") (? string)
func (@"time".t·2 *@"time".Time "esc:0x1") GobDecode (@"time".data·3 []byte "esc:0x1") (? error)
func (@"time".t·3 @"time".Time "esc:0x1") GobEncode () (? []byte, ? error)
func (@"time".t·2 @"time".Time "esc:0x1") Hour () (? int)
func (@"time".t·3 @"time".Time "esc:0x1") ISOWeek () (@"time".year·1 int, @"time".week·2 int)
func (@"time".t·2 @"time".Time "esc:0x12") In (@"time".loc·3 *@"time".Location "esc:0x12") (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x1") IsZero () (? bool) { return @"time".t·2.@"time".sec == 0x0 && @"time".t·2.@"time".nsec == 0x0 }
func (@"time".t·2 @"time".Time "esc:0x12") Local () (? @"time".Time) { @"time".t·2.@"time".loc = @"time".Local; return @"time".t·2 }
func (@"time".t·2 @"time".Time "esc:0x12") Location () (? *@"time".Location) { var @"time".l·3 *@"time".Location; ; @"time".l·3 = @"time".t·2.@"time".loc; if @"time".l·3 == nil { @"time".l·3 = @"time".UTC }; return @"time".l·3 }
func (@"time".t·3 @"time".Time "esc:0x1") MarshalBinary () (? []byte, ? error)
func (@"time".t·3 @"time".Time "esc:0x9") MarshalJSON () (? []byte, ? error)
func (@"time".t·3 @"time".Time "esc:0x9") MarshalText () (? []byte, ? error)
func (@"time".t·2 @"time".Time "esc:0x1") Minute () (? int)
func (@"time".t·2 @"time".Time "esc:0x1") Month () (? @"time".Month)
func (@"time".t·2 @"time".Time "esc:0x1") Nanosecond () (? int) { return int(@"time".t·2.@"time".nsec) }
func (@"time".t·2 @"time".Time "esc:0x12") Round (@"time".d·3 @"time".Duration) (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x1") Second () (? int)
func (@"time".t·2 @"time".Time "esc:0x9") String () (? string)
func (@"time".t·2 @"time".Time "esc:0x1") Sub (@"time".u·3 @"time".Time "esc:0x1") (? @"time".Duration)
func (@"time".t·2 @"time".Time "esc:0x12") Truncate (@"time".d·3 @"time".Duration) (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x12") UTC () (? @"time".Time) { @"time".t·2.@"time".loc = @"time".UTC; return @"time".t·2 }
func (@"time".t·2 @"time".Time "esc:0x1") Unix () (? int64) { return @"time".t·2.@"time".sec + -0xe7791f700 }
func (@"time".t·2 @"time".Time "esc:0x1") UnixNano () (? int64) { return (@"time".t·2.@"time".sec + -0xe7791f700) * 0x3b9aca00 + int64(@"time".t·2.@"time".nsec) }
func (@"time".t·2 *@"time".Time "esc:0x1") UnmarshalBinary (@"time".data·3 []byte "esc:0x1") (? error)
func (@"time".t·2 *@"time".Time "esc:0x1") UnmarshalJSON (@"time".data·3 []byte "esc:0x1") (@"time".err·1 error)
func (@"time".t·2 *@"time".Time "esc:0x1") UnmarshalText (@"time".data·3 []byte "esc:0x1") (@"time".err·1 error)
func (@"time".t·2 @"time".Time "esc:0x1") Weekday () (? @"time".Weekday)
func (@"time".t·2 @"time".Time "esc:0x1") Year () (? int)
func (@"time".t·2 @"time".Time "esc:0x1") YearDay () (? int)
func (@"time".t·3 @"time".Time "esc:0x32") Zone () (@"time".name·1 string, @"time".offset·2 int)
func (@"time".t·2 @"time".Time "esc:0x1") @"time".abs () (? uint64)
func (@"time".t·5 @"time".Time "esc:0x1") @"time".date (@"time".full·6 bool) (@"time".year·1 int, @"time".month·2 @"time".Month, @"time".day·3 int, @"time".yday·4 int)
func (@"time".t·4 @"time".Time "esc:0x32") @"time".locabs () (@"time".name·1 string, @"time".offset·2 int, @"time".abs·3 uint64)
type @"os".FileInfo interface { IsDir() (? bool); ModTime() (? @"time".Time); Mode() (? @"os".FileMode); Name() (? string); Size() (? int64); Sys() (? interface {}) }
type @"os".File struct { @"os".? *@"os".file }
func (@"os".f·2 *@"os".File "esc:0x22") Chdir () (? error)
func (@"os".f·2 *@"os".File "esc:0x22") Chmod (@"os".mode·3 @"os".FileMode) (? error)
func (@"os".f·2 *@"os".File "esc:0x22") Chown (@"os".uid·3 int, @"os".gid·4 int) (? error)
func (@"os".f·2 *@"os".File "esc:0x9") Close () (? error)
func (@"os".f·2 *@"os".File "esc:0x1") 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:0x32") Name () (? string) { return @"os".f·2.@"os".file.@"os".name }
func (@"os".f·3 *@"os".File "esc:0x102") Read (@"os".b·4 []byte "esc:0x1") (@"os".n·1 int, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x102") ReadAt (@"os".b·4 []byte "esc:0x1", @"os".off·5 int64) (@"os".n·1 int, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x1") Readdir (@"os".n·4 int) (@"os".fi·1 []@"os".FileInfo, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x1") Readdirnames (@"os".n·4 int) (@"os".names·1 []string, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x102") Seek (@"os".offset·4 int64, @"os".whence·5 int) (@"os".ret·1 int64, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x10a") Stat () (? @"os".FileInfo, ? error)
func (@"os".f·2 *@"os".File "esc:0x1") Sync () (? error)
func (@"os".f·2 *@"os".File "esc:0x22") Truncate (@"os".size·3 int64) (? error)
func (@"os".f·3 *@"os".File "esc:0x10a") Write (@"os".b·4 []byte "esc:0x1") (@"os".n·1 int, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x102") WriteAt (@"os".b·4 []byte "esc:0x1", @"os".off·5 int64) (@"os".n·1 int, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x10a") WriteString (@"os".s·4 string "esc:0x1") (@"os".n·1 int, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x1") @"os".pread (@"os".b·4 []byte "esc:0x1", @"os".off·5 int64) (@"os".n·1 int, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x1") @"os".pwrite (@"os".b·4 []byte "esc:0x1", @"os".off·5 int64) (@"os".n·1 int, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x1") @"os".read (@"os".b·4 []byte "esc:0x1") (@"os".n·1 int, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x1") @"os".readdir (@"os".n·4 int) (@"os".fi·1 []@"os".FileInfo, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x1") @"os".readdirnames (@"os".n·4 int) (@"os".names·1 []string, @"os".err·2 error)
func (@"os".f·3 *@"os".File "esc:0x1") @"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:0x1") @"os".write (@"os".b·4 []byte "esc:0x1") (@"os".n·1 int, @"os".err·2 error)
import bufio "bufio" // indirect
import io "io" // indirect
type @"io".Reader interface { Read(@"io".p []byte) (@"io".n int, @"io".err error) }
type @"io".Writer interface { Write(@"io".p []byte) (@"io".n int, @"io".err error) }
type @"bufio".Reader struct { @"bufio".buf []byte; @"bufio".rd @"io".Reader; @"bufio".r int; @"bufio".w int; @"bufio".err error; @"bufio".lastByte int; @"bufio".lastRuneSize int }
func (@"bufio".b·2 *@"bufio".Reader "esc:0x1") Buffered () (? int) { return @"bufio".b·2.@"bufio".w - @"bufio".b·2.@"bufio".r }
func (@"bufio".b·3 *@"bufio".Reader "esc:0x10a") Discard (@"bufio".n·4 int) (@"bufio".discarded·1 int, @"bufio".err·2 error)
func (@"bufio".b·3 *@"bufio".Reader "esc:0x12a") Peek (@"bufio".n·4 int) (? []byte, ? error)
func (@"bufio".b·3 *@"bufio".Reader "esc:0x10a") Read (@"bufio".p·4 []byte) (@"bufio".n·1 int, @"bufio".err·2 error)
func (@"bufio".b·3 *@"bufio".Reader "esc:0x10a") ReadByte () (@"bufio".c·1 byte, @"bufio".err·2 error)
func (@"bufio".b·3 *@"bufio".Reader "esc:0x10a") ReadBytes (@"bufio".delim·4 byte) (@"bufio".line·1 []byte, @"bufio".err·2 error)
func (@"bufio".b·4 *@"bufio".Reader "esc:0x82a") ReadLine () (@"bufio".line·1 []byte, @"bufio".isPrefix·2 bool, @"bufio".err·3 error)
func (@"bufio".b·4 *@"bufio".Reader "esc:0x80a") ReadRune () (@"bufio".r·1 rune, @"bufio".size·2 int, @"bufio".err·3 error)
func (@"bufio".b·3 *@"bufio".Reader "esc:0x12a") ReadSlice (@"bufio".delim·4 byte) (@"bufio".line·1 []byte, @"bufio".err·2 error)
func (@"bufio".b·3 *@"bufio".Reader "esc:0x10a") ReadString (@"bufio".delim·4 byte) (@"bufio".line·1 string, @"bufio".err·2 error)
func (@"bufio".b·1 *@"bufio".Reader "esc:0x9") Reset (@"bufio".r·2 @"io".Reader) { @"bufio".b·1.@"bufio".reset(@"bufio".b·1.@"bufio".buf, @"bufio".r·2) }
func (@"bufio".b·2 *@"bufio".Reader "esc:0x1") UnreadByte () (? error) { if @"bufio".b·2.@"bufio".lastByte < 0x0 || @"bufio".b·2.@"bufio".r == 0x0 && @"bufio".b·2.@"bufio".w > 0x0 { return @"bufio".ErrInvalidUnreadByte }; if @"bufio".b·2.@"bufio".r > 0x0 { @"bufio".b·2.@"bufio".r-- } else { @"bufio".b·2.@"bufio".w = 0x1 }; @"bufio".b·2.@"bufio".buf[@"bufio".b·2.@"bufio".r] = byte(@"bufio".b·2.@"bufio".lastByte); @"bufio".b·2.@"bufio".lastByte = -0x1; @"bufio".b·2.@"bufio".lastRuneSize = -0x1; return nil }
func (@"bufio".b·2 *@"bufio".Reader "esc:0x1") UnreadRune () (? error) { if @"bufio".b·2.@"bufio".lastRuneSize < 0x0 || @"bufio".b·2.@"bufio".r < @"bufio".b·2.@"bufio".lastRuneSize { return @"bufio".ErrInvalidUnreadRune }; @"bufio".b·2.@"bufio".r -= @"bufio".b·2.@"bufio".lastRuneSize; @"bufio".b·2.@"bufio".lastByte = -0x1; @"bufio".b·2.@"bufio".lastRuneSize = -0x1; return nil }
func (@"bufio".b·3 *@"bufio".Reader "esc:0x10a") WriteTo (@"bufio".w·4 @"io".Writer) (@"bufio".n·1 int64, @"bufio".err·2 error)
func (@"bufio".b·1 *@"bufio".Reader "esc:0x9") @"bufio".fill ()
func (@"bufio".b·2 *@"bufio".Reader "esc:0x22") @"bufio".readErr () (? error) { var @"bufio".err·3 error; ; @"bufio".err·3 = @"bufio".b·2.@"bufio".err; @"bufio".b·2.@"bufio".err = nil; return @"bufio".err·3 }
func (@"bufio".b·1 *@"bufio".Reader "esc:0x1") @"bufio".reset (@"bufio".buf·2 []byte, @"bufio".r·3 @"io".Reader) { *@"bufio".b·1 = (@"bufio".Reader{ @"bufio".buf:@"bufio".buf·2, @"bufio".rd:@"bufio".r·3, @"bufio".lastByte:-0x1, @"bufio".lastRuneSize:-0x1 }) }
func (@"bufio".b·3 *@"bufio".Reader "esc:0x9") @"bufio".writeBuf (@"bufio".w·4 @"io".Writer) (? int64, ? error)
type @"bufio".Writer struct { @"bufio".err error; @"bufio".buf []byte; @"bufio".n int; @"bufio".wr @"io".Writer }
func (@"bufio".b·2 *@"bufio".Writer "esc:0x1") Available () (? int) { return len(@"bufio".b·2.@"bufio".buf) - @"bufio".b·2.@"bufio".n }
func (@"bufio".b·2 *@"bufio".Writer "esc:0x1") Buffered () (? int) { return @"bufio".b·2.@"bufio".n }
func (@"bufio".b·2 *@"bufio".Writer "esc:0x2a") Flush () (? error)
func (@"bufio".b·3 *@"bufio".Writer "esc:0x10a") ReadFrom (@"bufio".r·4 @"io".Reader) (@"bufio".n·1 int64, @"bufio".err·2 error)
func (@"bufio".b·1 *@"bufio".Writer "esc:0x1") Reset (@"bufio".w·2 @"io".Writer) { @"bufio".b·1.@"bufio".err = nil; @"bufio".b·1.@"bufio".n = 0x0; @"bufio".b·1.@"bufio".wr = @"bufio".w·2 }
func (@"bufio".b·3 *@"bufio".Writer "esc:0x10a") Write (@"bufio".p·4 []byte) (@"bufio".nn·1 int, @"bufio".err·2 error)
func (@"bufio".b·2 *@"bufio".Writer "esc:0x2a") WriteByte (@"bufio".c·3 byte) (? error)
func (@"bufio".b·3 *@"bufio".Writer "esc:0x10a") WriteRune (@"bufio".r·4 rune) (@"bufio".size·1 int, @"bufio".err·2 error)
func (@"bufio".b·3 *@"bufio".Writer "esc:0x10a") WriteString (@"bufio".s·4 string "esc:0x9") (? int, ? error)
func (@"bufio".b·2 *@"bufio".Writer "esc:0x2a") @"bufio".flush () (? error)
type @"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 "esc:0x3a") Flush () (? error)
func (@"bootstrap/internal/obj".b·3 *@"bootstrap/internal/obj".Biobuf "esc:0x1ba") Peek (@"bootstrap/internal/obj".n·4 int) (? []byte, ? error)
func (@"bootstrap/internal/obj".b·3 *@"bootstrap/internal/obj".Biobuf "esc:0x18a") Read (@"bootstrap/internal/obj".p·4 []byte) (? int, ? error)
func (@"bootstrap/internal/obj".b·3 *@"bootstrap/internal/obj".Biobuf "esc:0x18a") 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 "esc:0x2a") 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 "esc:0x9") Read (@"io".p·4 []byte) (@"io".n·1 int, @"io".err·2 error)
func (@"io".s·3 *@"io".SectionReader "esc:0x9") ReadAt (@"io".p·4 []byte, @"io".off·5 int64) (@"io".n·1 int, @"io".err·2 error)
func (@"io".s·3 *@"io".SectionReader "esc:0x1") Seek (@"io".offset·4 int64, @"io".whence·5 int) (? int64, ? error)
func (@"io".s·2 *@"io".SectionReader "esc:0x1") Size () (? int64) { return @"io".s·2.@"io".limit - @"io".s·2.@"io".base }
type @"io".ReadSeeker interface { Read(@"io".p []byte) (@"io".n int, @"io".err error); Seek(@"io".offset int64, @"io".whence int) (? int64, ? error) }
type @"debug/elf".Section struct { ? @"debug/elf".SectionHeader; ? @"io".ReaderAt; @"debug/elf".sr *@"io".SectionReader }
func (@"debug/elf".s·3 *@"debug/elf".Section "esc:0x9") Data () (? []byte, ? error)
func (@"debug/elf".s·2 *@"debug/elf".Section "esc:0xa") Open () (? @"io".ReadSeeker) { return @"io".NewSectionReader(@"debug/elf".s·2.@"debug/elf".sr, 0x0, 0x7fffffffffffffff) }
type @"debug/elf".ProgType int
func (@"debug/elf".i·2 @"debug/elf".ProgType) GoString () (? string)
func (@"debug/elf".i·2 @"debug/elf".ProgType) String () (? string)
type @"debug/elf".ProgFlag uint32
func (@"debug/elf".i·2 @"debug/elf".ProgFlag) GoString () (? string)
func (@"debug/elf".i·2 @"debug/elf".ProgFlag) String () (? string)
type @"debug/elf".ProgHeader struct { Type @"debug/elf".ProgType; Flags @"debug/elf".ProgFlag; Off uint64; Vaddr uint64; Paddr uint64; Filesz uint64; Memsz uint64; Align uint64 }
type @"debug/elf".Prog struct { ? @"debug/elf".ProgHeader; ? @"io".ReaderAt; @"debug/elf".sr *@"io".SectionReader }
func (@"debug/elf".p·2 *@"debug/elf".Prog "esc:0xa") Open () (? @"io".ReadSeeker) { return @"io".NewSectionReader(@"debug/elf".p·2.@"debug/elf".sr, 0x0, 0x7fffffffffffffff) }
type @"io".Closer interface { Close() (? error) }
type @"debug/elf".verneed struct { File string; Name string }
import dwarf "debug/dwarf" // indirect
type @"debug/dwarf".Tag uint32
func (@"debug/dwarf".t·2 @"debug/dwarf".Tag) GoString () (? string)
func (@"debug/dwarf".t·2 @"debug/dwarf".Tag) String () (? string)
type @"debug/dwarf".Attr uint32
func (@"debug/dwarf".a·2 @"debug/dwarf".Attr) GoString () (? string)
func (@"debug/dwarf".a·2 @"debug/dwarf".Attr) String () (? string)
type @"debug/dwarf".format uint32
type @"debug/dwarf".Class int
func (@"debug/dwarf".i·2 @"debug/dwarf".Class) GoString () (? string)
func (@"debug/dwarf".i·2 @"debug/dwarf".Class) String () (? string)
type @"debug/dwarf".afield struct { @"debug/dwarf".attr @"debug/dwarf".Attr; @"debug/dwarf".fmt @"debug/dwarf".format; @"debug/dwarf".class @"debug/dwarf".Class }
type @"debug/dwarf".abbrev struct { @"debug/dwarf".tag @"debug/dwarf".Tag; @"debug/dwarf".children bool; @"debug/dwarf".field []@"debug/dwarf".afield }
type @"debug/dwarf".abbrevTable map[uint32]@"debug/dwarf".abbrev
type @"debug/dwarf".CommonType struct { ByteSize int64; Name string }
func (@"debug/dwarf".c·2 *@"debug/dwarf".CommonType "esc:0x12") Common () (? *@"debug/dwarf".CommonType) { return @"debug/dwarf".c·2 }
func (@"debug/dwarf".c·2 *@"debug/dwarf".CommonType "esc:0x1") Size () (? int64) { return @"debug/dwarf".c·2.ByteSize }
type @"debug/dwarf".Type interface { Common() (? *@"debug/dwarf".CommonType); Size() (? int64); String() (? string) }
type @"debug/dwarf".Offset uint32
type @"debug/dwarf".unit struct { @"debug/dwarf".base @"debug/dwarf".Offset; @"debug/dwarf".off @"debug/dwarf".Offset; @"debug/dwarf".data []byte; @"debug/dwarf".atable @"debug/dwarf".abbrevTable; @"debug/dwarf".asize int; @"debug/dwarf".vers int; @"debug/dwarf".is64 bool }
func (@"debug/dwarf".u·2 *@"debug/dwarf".unit "esc:0x1") @"debug/dwarf".addrsize () (? int) { return @"debug/dwarf".u·2.@"debug/dwarf".asize }
func (@"debug/dwarf".u·3 *@"debug/dwarf".unit "esc:0x1") @"debug/dwarf".dwarf64 () (? bool, ? bool) { return @"debug/dwarf".u·3.@"debug/dwarf".is64, true }
func (@"debug/dwarf".u·2 *@"debug/dwarf".unit "esc:0x1") @"debug/dwarf".version () (? int) { return @"debug/dwarf".u·2.@"debug/dwarf".vers }
type @"debug/dwarf".typeUnit struct { @"debug/dwarf".? @"debug/dwarf".unit; @"debug/dwarf".toff @"debug/dwarf".Offset; @"debug/dwarf".name string; @"debug/dwarf".cache @"debug/dwarf".Type }
type @"debug/dwarf".dataFormat interface { @"debug/dwarf".addrsize() (? int); @"debug/dwarf".dwarf64() (@"debug/dwarf".dwarf64 bool, @"debug/dwarf".isKnown bool); @"debug/dwarf".version() (? int) }
type @"debug/dwarf".Field struct { Attr @"debug/dwarf".Attr; Val interface {}; Class @"debug/dwarf".Class }
type @"debug/dwarf".Entry struct { Offset @"debug/dwarf".Offset; Tag @"debug/dwarf".Tag; Children bool; Field []@"debug/dwarf".Field }
func (@"debug/dwarf".e·2 *@"debug/dwarf".Entry "esc:0x22") AttrField (@"debug/dwarf".a·3 @"debug/dwarf".Attr) (? *@"debug/dwarf".Field)
func (@"debug/dwarf".e·2 *@"debug/dwarf".Entry "esc:0x32") Val (@"debug/dwarf".a·3 @"debug/dwarf".Attr) (? interface {})
type @"debug/dwarf".buf struct { @"debug/dwarf".dwarf *@"debug/dwarf".Data; @"debug/dwarf".order @"encoding/binary".ByteOrder; @"debug/dwarf".format @"debug/dwarf".dataFormat; @"debug/dwarf".name string; @"debug/dwarf".off @"debug/dwarf".Offset; @"debug/dwarf".data []byte; @"debug/dwarf".err error }
func (@"debug/dwarf".b·2 *@"debug/dwarf".buf "esc:0x9") @"debug/dwarf".addr () (? uint64)
func (@"debug/dwarf".b·2 *@"debug/dwarf".buf "esc:0x2a") @"debug/dwarf".bytes (@"debug/dwarf".n·3 int) (? []byte) { if len(@"debug/dwarf".b·2.@"debug/dwarf".data) < @"debug/dwarf".n·3 { @"debug/dwarf".b·2.@"debug/dwarf".error("underflow"); return nil }; var @"debug/dwarf".data·4 []byte; ; @"debug/dwarf".data·4 = @"debug/dwarf".b·2.@"debug/dwarf".data[0x0:@"debug/dwarf".n·3]; @"debug/dwarf".b·2.@"debug/dwarf".data = @"debug/dwarf".b·2.@"debug/dwarf".data[@"debug/dwarf".n·3:]; @"debug/dwarf".b·2.@"debug/dwarf".off += @"debug/dwarf".Offset(@"debug/dwarf".n·3); return @"debug/dwarf".data·4 }
func (@"debug/dwarf".b·2 *@"debug/dwarf".buf "esc:0x9") @"debug/dwarf".entry (@"debug/dwarf".atab·3 @"debug/dwarf".abbrevTable "esc:0x1", @"debug/dwarf".ubase·4 @"debug/dwarf".Offset) (? *@"debug/dwarf".Entry)
func (@"debug/dwarf".b·1 *@"debug/dwarf".buf "esc:0x9") @"debug/dwarf".error (@"debug/dwarf".s·2 string) { if @"debug/dwarf".b·1.@"debug/dwarf".err == nil { @"debug/dwarf".b·1.@"debug/dwarf".data = nil; @"debug/dwarf".b·1.@"debug/dwarf".err = (@"debug/dwarf".DecodeError{ Name:@"debug/dwarf".b·1.@"debug/dwarf".name, Offset:@"debug/dwarf".b·1.@"debug/dwarf".off, Err:@"debug/dwarf".s·2 }) } }
func (@"debug/dwarf".b·2 *@"debug/dwarf".buf "esc:0x1") @"debug/dwarf".int () (? int64)
func (@"debug/dwarf".b·1 *@"debug/dwarf".buf "esc:0x9") @"debug/dwarf".skip (@"debug/dwarf".n·2 int) { @"debug/dwarf".b·1.@"debug/dwarf".bytes(@"debug/dwarf".n·2) }
func (@"debug/dwarf".b·2 *@"debug/dwarf".buf "esc:0x9") @"debug/dwarf".string () (? string)
func (@"debug/dwarf".b·2 *@"debug/dwarf".buf "esc:0x1") @"debug/dwarf".uint () (? uint64)
func (@"debug/dwarf".b·2 *@"debug/dwarf".buf "esc:0x9") @"debug/dwarf".uint16 () (? uint16)
func (@"debug/dwarf".b·2 *@"debug/dwarf".buf "esc:0x9") @"debug/dwarf".uint32 () (? uint32)
func (@"debug/dwarf".b·2 *@"debug/dwarf".buf "esc:0x9") @"debug/dwarf".uint64 () (? uint64)
func (@"debug/dwarf".b·2 *@"debug/dwarf".buf "esc:0x9") @"debug/dwarf".uint8 () (? uint8) { if len(@"debug/dwarf".b·2.@"debug/dwarf".data) < 0x1 { @"debug/dwarf".b·2.@"debug/dwarf".error("underflow"); return 0x0 }; var @"debug/dwarf".val·3 byte; ; @"debug/dwarf".val·3 = @"debug/dwarf".b·2.@"debug/dwarf".data[0x0]; @"debug/dwarf".b·2.@"debug/dwarf".data = @"debug/dwarf".b·2.@"debug/dwarf".data[0x1:]; @"debug/dwarf".b·2.@"debug/dwarf".off++; return @"debug/dwarf".val·3 }
func (@"debug/dwarf".b·3 *@"debug/dwarf".buf "esc:0x9") @"debug/dwarf".unitLength () (@"debug/dwarf".length·1 @"debug/dwarf".Offset, @"debug/dwarf".dwarf64·2 bool)
func (@"debug/dwarf".b·3 *@"debug/dwarf".buf "esc:0x1") @"debug/dwarf".varint () (@"debug/dwarf".c·1 uint64, @"debug/dwarf".bits·2 uint)
type @"debug/dwarf".LineFile struct { Name string; Mtime uint64; Length int }
type @"debug/dwarf".LineEntry struct { Address uint64; OpIndex int; File *@"debug/dwarf".LineFile; Line int; Column int; IsStmt bool; BasicBlock bool; PrologueEnd bool; EpilogueBegin bool; ISA int; Discriminator int; EndSequence bool }
type @"debug/dwarf".LineReaderPos struct { @"debug/dwarf".off @"debug/dwarf".Offset; @"debug/dwarf".numFileEntries int; @"debug/dwarf".state @"debug/dwarf".LineEntry; @"debug/dwarf".fileIndex int }
type @"debug/dwarf".LineReader struct { @"debug/dwarf".buf @"debug/dwarf".buf; @"debug/dwarf".section []byte; @"debug/dwarf".version uint16; @"debug/dwarf".minInstructionLength int; @"debug/dwarf".maxOpsPerInstruction int; @"debug/dwarf".defaultIsStmt bool; @"debug/dwarf".lineBase int; @"debug/dwarf".lineRange int; @"debug/dwarf".opcodeBase int; @"debug/dwarf".opcodeLengths []int; @"debug/dwarf".directories []string; @"debug/dwarf".fileEntries []*@"debug/dwarf".LineFile; @"debug/dwarf".programOffset @"debug/dwarf".Offset; @"debug/dwarf".endOffset @"debug/dwarf".Offset; @"debug/dwarf".initialFileEntries int; @"debug/dwarf".state @"debug/dwarf".LineEntry; @"debug/dwarf".fileIndex int }
func (@"debug/dwarf".r·2 *@"debug/dwarf".LineReader "esc:0x2a") Next (@"debug/dwarf".entry·3 *@"debug/dwarf".LineEntry "esc:0x1") (? error)
func (@"debug/dwarf".r·1 *@"debug/dwarf".LineReader "esc:0x9") Reset ()
func (@"debug/dwarf".r·1 *@"debug/dwarf".LineReader "esc:0x9") Seek (@"debug/dwarf".pos·2 @"debug/dwarf".LineReaderPos) { @"debug/dwarf".r·1.@"debug/dwarf".buf.@"debug/dwarf".off = @"debug/dwarf".pos·2.@"debug/dwarf".off; @"debug/dwarf".r·1.@"debug/dwarf".buf.@"debug/dwarf".data = @"debug/dwarf".r·1.@"debug/dwarf".section[@"debug/dwarf".r·1.@"debug/dwarf".buf.@"debug/dwarf".off:@"debug/dwarf".r·1.@"debug/dwarf".endOffset]; @"debug/dwarf".r·1.@"debug/dwarf".fileEntries = @"debug/dwarf".r·1.@"debug/dwarf".fileEntries[:@"debug/dwarf".pos·2.@"debug/dwarf".numFileEntries]; @"debug/dwarf".r·1.@"debug/dwarf".state = @"debug/dwarf".pos·2.@"debug/dwarf".state; @"debug/dwarf".r·1.@"debug/dwarf".fileIndex = @"debug/dwarf".pos·2.@"debug/dwarf".fileIndex }
func (@"debug/dwarf".r·2 *@"debug/dwarf".LineReader "esc:0x2a") SeekPC (@"debug/dwarf".pc·3 uint64, @"debug/dwarf".entry·4 *@"debug/dwarf".LineEntry "esc:0x1") (? error)
func (@"debug/dwarf".r·2 *@"debug/dwarf".LineReader "esc:0x22") Tell () (? @"debug/dwarf".LineReaderPos) { return (@"debug/dwarf".LineReaderPos{ @"debug/dwarf".off:@"debug/dwarf".r·2.@"debug/dwarf".buf.@"debug/dwarf".off, @"debug/dwarf".numFileEntries:len(@"debug/dwarf".r·2.@"debug/dwarf".fileEntries), @"debug/dwarf".state:@"debug/dwarf".r·2.@"debug/dwarf".state, @"debug/dwarf".fileIndex:@"debug/dwarf".r·2.@"debug/dwarf".fileIndex }) }
func (@"debug/dwarf".r·1 *@"debug/dwarf".LineReader "esc:0x1") @"debug/dwarf".advancePC (@"debug/dwarf".opAdvance·2 int) { var @"debug/dwarf".opIndex·3 int; ; @"debug/dwarf".opIndex·3 = @"debug/dwarf".r·1.@"debug/dwarf".state.OpIndex + @"debug/dwarf".opAdvance·2; @"debug/dwarf".r·1.@"debug/dwarf".state.Address += uint64(@"debug/dwarf".r·1.@"debug/dwarf".minInstructionLength * (@"debug/dwarf".opIndex·3 / @"debug/dwarf".r·1.@"debug/dwarf".maxOpsPerInstruction)); @"debug/dwarf".r·1.@"debug/dwarf".state.OpIndex = @"debug/dwarf".opIndex·3 % @"debug/dwarf".r·1.@"debug/dwarf".maxOpsPerInstruction }
func (@"debug/dwarf".r·3 *@"debug/dwarf".LineReader "esc:0x10a") @"debug/dwarf".readFileEntry () (? bool, ? error)
func (@"debug/dwarf".r·2 *@"debug/dwarf".LineReader "esc:0x2a") @"debug/dwarf".readHeader () (? error)
func (@"debug/dwarf".r·1 *@"debug/dwarf".LineReader "esc:0x9") @"debug/dwarf".resetState () { @"debug/dwarf".r·1.@"debug/dwarf".state = (@"debug/dwarf".LineEntry{ Address:0x0, OpIndex:0x0, File:nil, Line:0x1, Column:0x0, IsStmt:@"debug/dwarf".r·1.@"debug/dwarf".defaultIsStmt, BasicBlock:false, PrologueEnd:false, EpilogueBegin:false, ISA:0x0, Discriminator:0x0 }); @"debug/dwarf".r·1.@"debug/dwarf".fileIndex = 0x1; @"debug/dwarf".r·1.@"debug/dwarf".updateFile() }
func (@"debug/dwarf".r·2 *@"debug/dwarf".LineReader "esc:0x9") @"debug/dwarf".step (@"debug/dwarf".entry·3 *@"debug/dwarf".LineEntry "esc:0x1") (? bool)
func (@"debug/dwarf".r·1 *@"debug/dwarf".LineReader "esc:0x9") @"debug/dwarf".updateFile () { if @"debug/dwarf".r·1.@"debug/dwarf".fileIndex < len(@"debug/dwarf".r·1.@"debug/dwarf".fileEntries) { @"debug/dwarf".r·1.@"debug/dwarf".state.File = @"debug/dwarf".r·1.@"debug/dwarf".fileEntries[@"debug/dwarf".r·1.@"debug/dwarf".fileIndex] } else { @"debug/dwarf".r·1.@"debug/dwarf".state.File = nil } }
type @"debug/dwarf".typeReader interface { AddressSize() (? int); Next() (? *@"debug/dwarf".Entry, ? error); Seek(? @"debug/dwarf".Offset); @"debug/dwarf".clone() (? @"debug/dwarf".typeReader); @"debug/dwarf".offset() (? @"debug/dwarf".Offset) }
type @"debug/dwarf".Reader struct { @"debug/dwarf".b @"debug/dwarf".buf; @"debug/dwarf".d *@"debug/dwarf".Data; @"debug/dwarf".err error; @"debug/dwarf".unit int; @"debug/dwarf".lastChildren bool; @"debug/dwarf".lastSibling @"debug/dwarf".Offset }
func (@"debug/dwarf".r·2 *@"debug/dwarf".Reader "esc:0x1") AddressSize () (? int) { return @"debug/dwarf".r·2.@"debug/dwarf".d.@"debug/dwarf".unit[@"debug/dwarf".r·2.@"debug/dwarf".unit].@"debug/dwarf".asize }
func (@"debug/dwarf".r·3 *@"debug/dwarf".Reader "esc:0x10a") Next () (? *@"debug/dwarf".Entry, ? error)
func (@"debug/dwarf".r·1 *@"debug/dwarf".Reader "esc:0x9") Seek (@"debug/dwarf".off·2 @"debug/dwarf".Offset)
func (@"debug/dwarf".r·1 *@"debug/dwarf".Reader "esc:0x9") SkipChildren ()
func (@"debug/dwarf".r·2 *@"debug/dwarf".Reader "esc:0x9") @"debug/dwarf".clone () (? @"debug/dwarf".typeReader)
func (@"debug/dwarf".r·1 *@"debug/dwarf".Reader "esc:0x9") @"debug/dwarf".maybeNextUnit ()
func (@"debug/dwarf".r·2 *@"debug/dwarf".Reader "esc:0x1") @"debug/dwarf".offset () (? @"debug/dwarf".Offset) { return @"debug/dwarf".r·2.@"debug/dwarf".b.@"debug/dwarf".off }
type @"debug/dwarf".Data struct { @"debug/dwarf".abbrev []byte; @"debug/dwarf".aranges []byte; @"debug/dwarf".frame []byte; @"debug/dwarf".info []byte; @"debug/dwarf".line []byte; @"debug/dwarf".pubnames []byte; @"debug/dwarf".ranges []byte; @"debug/dwarf".str []byte; @"debug/dwarf".abbrevCache map[uint32]@"debug/dwarf".abbrevTable; @"debug/dwarf".order @"encoding/binary".ByteOrder; @"debug/dwarf".typeCache map[@"debug/dwarf".Offset]@"debug/dwarf".Type; @"debug/dwarf".typeSigs map[uint64]*@"debug/dwarf".typeUnit; @"debug/dwarf".unit []@"debug/dwarf".unit }
func (@"debug/dwarf".d·2 *@"debug/dwarf".Data) AddTypes (@"debug/dwarf".name·3 string, @"debug/dwarf".types·4 []byte) (? error)
func (@"debug/dwarf".d·3 *@"debug/dwarf".Data) LineReader (@"debug/dwarf".cu·4 *@"debug/dwarf".Entry) (? *@"debug/dwarf".LineReader, ? error)
func (@"debug/dwarf".d·2 *@"debug/dwarf".Data) Reader () (? *@"debug/dwarf".Reader)
func (@"debug/dwarf".d·3 *@"debug/dwarf".Data) Type (@"debug/dwarf".off·4 @"debug/dwarf".Offset) (? @"debug/dwarf".Type, ? error)
func (@"debug/dwarf".d·2 *@"debug/dwarf".Data "esc:0x1") @"debug/dwarf".offsetToUnit (@"debug/dwarf".off·3 @"debug/dwarf".Offset) (? int)
func (@"debug/dwarf".d·3 *@"debug/dwarf".Data) @"debug/dwarf".parseAbbrev (@"debug/dwarf".off·4 uint32, @"debug/dwarf".vers·5 int) (? @"debug/dwarf".abbrevTable, ? error)
func (@"debug/dwarf".d·2 *@"debug/dwarf".Data) @"debug/dwarf".parseTypes (@"debug/dwarf".name·3 string, @"debug/dwarf".types·4 []byte) (? error)
func (@"debug/dwarf".d·3 *@"debug/dwarf".Data) @"debug/dwarf".parseUnits () (? []@"debug/dwarf".unit, ? error)
func (@"debug/dwarf".d·3 *@"debug/dwarf".Data) @"debug/dwarf".readType (@"debug/dwarf".name·4 string, @"debug/dwarf".r·5 @"debug/dwarf".typeReader, @"debug/dwarf".off·6 @"debug/dwarf".Offset, @"debug/dwarf".typeCache·7 map[@"debug/dwarf".Offset]@"debug/dwarf".Type "esc:0x1") (? @"debug/dwarf".Type, ? error)
func (@"debug/dwarf".d·3 *@"debug/dwarf".Data) @"debug/dwarf".sigToType (@"debug/dwarf".sig·4 uint64) (? @"debug/dwarf".Type, ? error)
type @"debug/elf".DynTag int
func (@"debug/elf".i·2 @"debug/elf".DynTag) GoString () (? string)
func (@"debug/elf".i·2 @"debug/elf".DynTag) String () (? string)
type @"debug/elf".SectionIndex int
func (@"debug/elf".i·2 @"debug/elf".SectionIndex) GoString () (? string)
func (@"debug/elf".i·2 @"debug/elf".SectionIndex) String () (? string)
type @"debug/elf".Symbol struct { Name string; Info byte; Other byte; Section @"debug/elf".SectionIndex; Value uint64; Size uint64 }
type @"debug/elf".ImportedSymbol struct { Name string; Version string; Library string }
type @"debug/elf".File struct { ? @"debug/elf".FileHeader; Sections []*@"debug/elf".Section; Progs []*@"debug/elf".Prog; @"debug/elf".closer @"io".Closer; @"debug/elf".gnuNeed []@"debug/elf".verneed; @"debug/elf".gnuVersym []byte }
func (@"debug/elf".f·2 *@"debug/elf".File "esc:0x9") Close () (? error)
func (@"debug/elf".f·3 *@"debug/elf".File "esc:0x9") DWARF () (? *@"debug/dwarf".Data, ? error)
func (@"debug/elf".f·3 *@"debug/elf".File "esc:0x9") DynString (@"debug/elf".tag·4 @"debug/elf".DynTag) (? []string, ? error)
func (@"debug/elf".f·3 *@"debug/elf".File "esc:0x9") DynamicSymbols () (? []@"debug/elf".Symbol, ? error)
func (@"debug/elf".f·3 *@"debug/elf".File "esc:0x9") ImportedLibraries () (? []string, ? error)
func (@"debug/elf".f·3 *@"debug/elf".File "esc:0x9") ImportedSymbols () (? []@"debug/elf".ImportedSymbol, ? error)
func (@"debug/elf".f·2 *@"debug/elf".File "esc:0x32") Section (@"debug/elf".name·3 string "esc:0x1") (? *@"debug/elf".Section)
func (@"debug/elf".f·2 *@"debug/elf".File "esc:0x32") SectionByType (@"debug/elf".typ·3 @"debug/elf".SectionType) (? *@"debug/elf".Section)
func (@"debug/elf".f·3 *@"debug/elf".File "esc:0x9") Symbols () (? []@"debug/elf".Symbol, ? error)
func (@"debug/elf".f·2 *@"debug/elf".File "esc:0x9") @"debug/elf".applyRelocations (@"debug/elf".dst·3 []byte, @"debug/elf".rels·4 []byte) (? error)
func (@"debug/elf".f·2 *@"debug/elf".File "esc:0x9") @"debug/elf".applyRelocations386 (@"debug/elf".dst·3 []byte, @"debug/elf".rels·4 []byte) (? error)
func (@"debug/elf".f·2 *@"debug/elf".File "esc:0x9") @"debug/elf".applyRelocationsAMD64 (@"debug/elf".dst·3 []byte, @"debug/elf".rels·4 []byte) (? error)
func (@"debug/elf".f·2 *@"debug/elf".File "esc:0x9") @"debug/elf".applyRelocationsARM (@"debug/elf".dst·3 []byte, @"debug/elf".rels·4 []byte) (? error)
func (@"debug/elf".f·2 *@"debug/elf".File "esc:0x9") @"debug/elf".applyRelocationsARM64 (@"debug/elf".dst·3 []byte, @"debug/elf".rels·4 []byte) (? error)
func (@"debug/elf".f·2 *@"debug/elf".File "esc:0x9") @"debug/elf".applyRelocationsPPC (@"debug/elf".dst·3 []byte, @"debug/elf".rels·4 []byte) (? error)
func (@"debug/elf".f·2 *@"debug/elf".File "esc:0x9") @"debug/elf".applyRelocationsPPC64 (@"debug/elf".dst·3 []byte, @"debug/elf".rels·4 []byte) (? error)
func (@"debug/elf".f·4 *@"debug/elf".File "esc:0x9") @"debug/elf".getSymbols (@"debug/elf".typ·5 @"debug/elf".SectionType) (? []@"debug/elf".Symbol, ? []byte, ? error)
func (@"debug/elf".f·4 *@"debug/elf".File "esc:0x9") @"debug/elf".getSymbols32 (@"debug/elf".typ·5 @"debug/elf".SectionType) (? []@"debug/elf".Symbol, ? []byte, ? error)
func (@"debug/elf".f·4 *@"debug/elf".File "esc:0x9") @"debug/elf".getSymbols64 (@"debug/elf".typ·5 @"debug/elf".SectionType) (? []@"debug/elf".Symbol, ? []byte, ? error)
func (@"debug/elf".f·1 *@"debug/elf".File "esc:0x9") @"debug/elf".gnuVersion (@"debug/elf".i·2 int, @"debug/elf".sym·3 *@"debug/elf".ImportedSymbol "esc:0x1")
func (@"debug/elf".f·1 *@"debug/elf".File "esc:0x9") @"debug/elf".gnuVersionInit (@"debug/elf".str·2 []byte "esc:0x1")
func (@"debug/elf".f·3 *@"debug/elf".File "esc:0x9") @"debug/elf".stringTable (@"debug/elf".link·4 uint32) (? []byte, ? error)
type @"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:0x1", @"".s·3 *@"bootstrap/link/internal/ld".LSym "esc:0x9", @"".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".ErrInvalidUnreadByte error
var @"bufio".ErrInvalidUnreadRune error
func @"io".NewSectionReader (@"io".r·2 @"io".ReaderAt, @"io".off·3 int64, @"io".n·4 int64) (? *@"io".SectionReader) { return (&@"io".SectionReader{ @"io".r:@"io".r·2, @"io".base:@"io".off·3, @"io".off:@"io".off·3, @"io".limit:@"io".off·3 + @"io".n·4 }) }
type @"debug/dwarf".DecodeError struct { Name string; Offset @"debug/dwarf".Offset; Err string }
func (@"debug/dwarf".e·2 @"debug/dwarf".DecodeError "esc:0x1") Error () (? string)
$$
_go_.o 0 0 0 644 108929 `
go object linux amd64 go1.5.1 X:none
!
��go13ld0bootstrap/internal/obj.a8bootstrap/link/internal/ld.adebug/elf.a
fmt.a
log.a�þ"".PADDR�� ��‹\$ãÿÿÿ‰\$Ã� ��� "".~r1�type.uint32�"".x��type.uint32���V��Tgclocals·23e8278e2b69a3a75fa59b23c49ed6ad�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���À/usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/amd64/asm.goþ"".Addcall��  ��„ dH‹ %����HD$ÐH;A† ��Hì°���H‹„$À���HÇÅ���@ˆh(H‹h`H‰l$@H‹h`HƒÅH‰h`H‹œ$¸���H‰$H‰D$H‹h`H‰l$è����H‹Œ$À���H¼$€���1ÀHƒÇðè����H‰ËH‰L$PH‹‘��H‹��H‹‰��H‰ÅHÿÅH9͇ò���H‰«��H‰ÓH‰ÅHkí0HëH¬$€���H‰\$H‰l$H-����H‰,$è����H‹\$PH‹ƒ��HÿÈH‹“��H‹‹��H‹«��H‰l$xH‰ÓH‰T$hH‰ÅH‰L$pH9ÈswHkí0HëH‰ØH‰\$XHƒû�t^H‹¬$È���€=�����u4H‰k H‹l$@‰í‰(Ç@���Æ@¶XH‹l$@HëH‰œ$Ð���HÄ°���ÃLC L‰$H‰l$è����H‹D$X뷉ëžè���� H����H‰$H‰T$H‰D$H‰L$H‰l$ è����H‹T$(H‹D$0H‹L$8H‹\$PHƒû�tWH‰ÅH‰D$HHÿÅH‰«��H‰‹��H‰T$`€=�����u H‰“��é¤þÿÿLƒ��L‰$H‰T$è����H‹T$`H‹D$Hé€þÿÿ‰ë¥è����é¾ýÿÿ
������Ä
��Dbootstrap/link/internal/ld.Symgrow���ú
‚ � runtime.duffzero���¬��Jtype.bootstrap/link/internal/ld.Reloc���¾
��(runtime.typedmemmove���€�6runtime.writeBarrierEnabled���’
��.runtime.writebarrierptr���²
��$runtime.panicindex���Ä��Ntype.[]bootstrap/link/internal/ld.Reloc���þ
��"runtime.growslice���ú�6runtime.writeBarrierEnabled���Â
��.runtime.writebarrierptr���ò
��0runtime.morestack_noctxt���@à��"".autotmp_0002�_Jtype.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�àÛßàÕ�Ð�F`'   Å    � �a}ª&b0�Tgclocals·3c6880aeaad1c45dd22473e00a52da5c�Tgclocals·ecd315c134c8990d741ae592a070e546���À/usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/amd64/asm.goþ"".gentext��À��®dH‹ %����H;a†ú��Hƒìh¶����€û„Ú��¶����H‰Ø<�uHƒÄhÃH‹����H‰$H����H‰\$HÇD$���HÇD$����è����H‹D$ H·X fƒûuHƒÄhÃH‰D$8HÇÅ���@ˆh(H‹����H‰$H����H‰\$HÇD$���HÇD$����è����H‹L$ fÇA �HÇÅ���@ˆ© ��HÇÅ���@ˆi(1ÀH‰D$@H‰D$HHD$@H-����H‰(H‰L$0H‰HH‰D$(H����H‰$è����H‹D$¶-����@ˆ(¶-����@ˆh¶-����@ˆhHÇÂ���HÇÁ���H‰D$PH‰$H‰T$XH‰T$H‰L$`H‰L$H‹T$(H‹ÿÓH‹����H‰$H����H‰\$HÇD$���HÇD$����è����H‹D$ H‹����H‰$H‹\$0H‰\$H‰D$HÇD$����è����H����H‰$è����H‹D$¶-����@ˆ(HÇÂ���HÇÁ���H‰D$PH‰$H‰T$XH‰T$H‰L$`H‰L$H‹T$(H‹ÿÓH‹����H‰$H‹\$0H‰\$H‹\$8H‰\$è����H����H‰$è����H‹D$¶-����@ˆ(HÇÂ���HÇÁ���H‰D$PH‰$H‰T$XH‰T$H‰L$`H‰L$H‹T$(H‹ÿÓH‹-����H‹è���1íH9ë„
��H‹����H‹«è���Hƒý�„ê���H‹\$0€=�����…Á���H‰]xH‹����Hƒû�„¥���H‹l$0€=�����u}H‰«è���H‹����H‰$H����H‰\$HÇD$���HÇD$����è����H‹D$ HÇÅ���@ˆh(HÇÅ���@ˆ¨ ��fÇ@ �H‹����H‰$H‰D$H‹\$0H‰\$è����HƒÄhÃLƒè���L‰$H‰l$è����épÿÿÿ‰éTÿÿÿLExL‰$H‰\$è����é,ÿÿÿ‰E�éÿÿÿH‹����Hƒû�t4H‹l$0€=�����u H‰«à���éýþÿÿLƒà���L‰$H‰l$è����éãþÿÿ‰ëÈHÇÀ���é$üÿÿè����ééûÿÿ^
������4��Hbootstrap/link/internal/ld.Buildmode���T��Jbootstrap/link/internal/ld.Linkshared���z��>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���æ�� "".gentext.func1���–��type.[3]uint8���¨
��"runtime.newobject���À��""".statictmp_0014���Ô�""".statictmp_0014���ê�""".statictmp_0014���à�������ê��>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_0017���¾�������È��>bootstrap/link/internal/ld.Ctxt���‚ 
��"".Addcall��� ��type.[1]uint8���¢ 
��"runtime.newobject���º ��""".statictmp_0020���®
�������¸
��>bootstrap/link/internal/ld.Ctxt���ê
��>bootstrap/link/internal/ld.Ctxt���¢ �6runtime.writeBarrierEnabled���Æ ��>bootstrap/link/internal/ld.Ctxt���ð �6runtime.writeBarrierEnabled���’ ��>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���š
��.runtime.writebarrierptr���Ö
��.runtime.writebarrierptr���þ��>bootstrap/link/internal/ld.Ctxt��� �6runtime.writeBarrierEnabled���è
��.runtime.writebarrierptr���œ
��0runtime.morestack_noctxt����Ð��"".autotmp_0021��type.*[1]uint8�"".autotmp_0019��type.[]uint8�"".autotmp_0016��type.[]uint8�"".autotmp_0013�/type.[]uint8�"".autotmp_0012�Oˆtype.struct { F uintptr; initfunc *bootstrap/link/internal/ld.LSym }�"".o�&type.func(...uint8)�"".initfunc�oJtype.*bootstrap/link/internal/ld.LSym� "".addmoduledata�_Jtype.*bootstrap/link/internal/ld.LSym�4Ð"ÏÐBÏÐþÏФ� �žz3 3 )j[T$T.&3  "A �(�cS]­WÛ”�Tgclocals·f14a5bc6d08bc46424827f54d2e3f8ed�Tgclocals·a70c3deac909e6ab834da5951d01923b���À/usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/amd64/asm.goþ"".adddynrela��à��ÖdH‹ %����H;a†Ž���Hƒì(H‹����H‰$H‹\$0H‰\$H‹\$8H‰\$H‹\$@Hc+H‰l$è����H‹����H‰$H‹\$0H‰\$HÇD$���è����H‹D$@H‹����H‰$H‹\$0H‰\$H‹h H‰l$H‹hH‰l$è����HƒÄ(Ãè����éUÿÿÿ
������4��>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���Ä
��0runtime.morestack_noctxt���0P��"".r� Ltype.*bootstrap/link/internal/ld.Reloc�"".s�Jtype.*bootstrap/link/internal/ld.LSym�"".rela��Jtype.*bootstrap/link/internal/ld.LSym�P‰OP�°�Ò1(,�
�Cm�Tgclocals·5c5a9f3dff47a8940bdc317b9324ac2a�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���À/usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/amd64/asm.goþ"".adddynrel��à[��Ô[dH‹ %����HD$°H;A†È��HìÐ���1ÀH|$0è����H‹´$Ø���H‹”$à���H‹B H‰D$(H‹����Hƒû�„„��€=�����…H��H‰³Ð���‹jý��‘��ý��© ��ý��…��H·X fƒû"…Ù���1ÛH‰\$@H‰\$HH\$@Hƒû�„í���HDŽ$������HDŽ$˜������H‰œ$ˆ���H����H‰$H‰D$Hƒ|$�„¥���HÇD$����è����H‹L$H‹D$ H‹œ$ˆ���H‰L$PH‰ H‰D$X€=�����u[H‰CH����H‰$HÇD$7���H‹œ$ˆ���H‰\$H‹œ$���H‰\$H‹œ$˜���H‰\$ è����H‹”$à���ÇB���HÄÐ���ÃLCL‰$H‰D$è����땉%����éOÿÿÿ‰é ÿÿÿý��…Q��H·X fƒû"…â���1ÛH‰\$`H‰\$hH\$`Hƒû�„ ��HDŽ$������HDŽ$˜������H‰œ$ˆ���H����H‰$H‰D$Hƒ|$�„Ø��HÇD$����è����H‹L$H‹D$ H‹œ$ˆ���H‰L$PH‰ H‰D$X€=�����…‡��H‰CH����H‰$HÇD$9���H‹œ$ˆ���H‰\$H‹œ$���H‰\$H‹œ$˜���H‰\$ è����H‹”$à���H‹D$(H·X fƒû�t&H·X fƒûtÇB ���H‹jHƒÅH‰jHÄÐ���Ã1ÛH‰\$@H‰\$HH\$@Hƒû�„ã���HDŽ$������HDŽ$˜������H‰œ$ˆ���H����H‰$H‰D$Hƒ|$�„›���HÇD$����è����H‹L$H‹D$ H‹œ$ˆ���H‰L$PH‰ H‰D$X€=�����uQH‰CH����H‰$HÇD$���H‹œ$ˆ���H‰\$H‹œ$���H‰\$H‹œ$˜���H‰\$ è����H‹”$à���éÿÿÿLCL‰$H‰D$è����량%����éYÿÿÿ‰éÿÿÿLCL‰$H‰D$è����éfþÿÿ‰%����éþÿÿ‰éÙýÿÿý��…±���ÇB ���H‹jHƒÅH‰jH·X fƒû"ukH‰$è����H‹����H‰$H����H‰\$HÇD$���HÇD$����è����H‹Œ$à���H‹D$ Hƒù�tE€=�����u H‰A H‹AH‹l$(Hcm<HÅH‰iHÄÐ���ÃLA L‰$H‰D$è����H‹Œ$à���ëȉ뷋Zû���Œ��1ÛH‰\$`H‰\$hH\$`Hƒû�„ä���HDŽ$������HDŽ$˜������H‰œ$ˆ���H����H‰$H‰T$Hƒ|$�„œ���HƒD$HÇD$����è����H‹L$H‹D$ H‹œ$ˆ���H‰L$PH‰ H‰D$X€=�����uLH‰CH����H‰$HÇD$���H‹œ$ˆ���H‰\$H‹œ$���H‰\$H‹œ$˜���H‰\$ è����HÄÐ���ÃLCL‰$H‰D$è����뤉%����éXÿÿÿ‰éÿÿÿH·X fƒû"tHÄÐ���Ëjƒý…q��H·^ fƒû…B��€=�����„5��‹����ƒû
…“���H‰$è����H‹����H‰$H����H‰\$HÇD$���HÇD$����è����H‹Œ$à���H‹D$ Hƒù�tE€=�����u H‰A H‹AH‹l$(Hcm<HÅH‰iHÄÐ���ÃLA L‰$H‰D$è����H‹Œ$à���ëȉë·H‰$è����H‹����H‰$H����H‰\$HÇD$���HÇD$����è����H‹Œ$à���H‹D$ Hƒù�tE€=�����u H‰A H‹AH‹l$(Hcm@HÅH‰iHÄÐ���ÃLA L‰$H‰D$è����H‹Œ$à���ëȉë·H·^ fƒû„��H‹����Hƒû�„w��€=�����…K��H‰³Ð���1ÛH‰œ$ ���H‰œ$¨���H‰œ$°���H‰œ$¸���H‰œ$À���H‰œ$È���Hœ$ ���Hƒû�„ù��HDŽ$������HDŽ$˜������H‰œ$ˆ���H����H‰$H‰D$Hƒ|$�„±��HÇD$����è����H‹L$H‹D$ H‹œ$ˆ���H‰L$PH‰ H‰D$X€=�����…`��H‰CH����H‰$H‹œ$à���H‰\$Hƒ|$�„,��HƒD$HÇD$����è����H‹L$H‹D$ H‹œ$ˆ���HƒÃH‰L$PH‰ H‰D$X€=�����…Ñ���H‰CH����H‰$H‹\$(H‰\$Hƒ|$�„ ���HƒD$ HÇD$����è����H‹L$H‹D$ H‹œ$ˆ���HƒÃ H‰L$PH‰ H‰D$X€=�����uLH‰CH����H‰$HÇD$?���H‹œ$ˆ���H‰\$H‹œ$���H‰\$H‹œ$˜���H‰\$ è����HÄÐ���ÃLCL‰$H‰D$è����뤉%����éTÿÿÿLCL‰$H‰D$è����éÿÿÿ‰%����éÈþÿÿLCL‰$H‰D$è����éþÿÿ‰%����éCþÿÿ‰é�þÿÿLƒÐ���L‰$H‰t$è����H‹D$(éýÿÿ‰é‚ýÿÿ€=�����„>��H‹����H‰$H‰D$è����H‹����H‰$H����H‰\$HÇD$���HÇD$����è����H‹D$ H‹����H‰$H‰D$0H‰D$H‹œ$Ø���H‰\$H‹œ$à���Hc+H‰l$è����H‹D$(H‹T$0H‹¬$à���¶]€ûur‹h8¸���‹ÝHÁ㠋èH ëH‰ØH‹����H‰$H‰T$H‰D$è����H‹����H‰$H‹\$0H‰\$H‹œ$à���H‹kH‰l$è����H‹œ$à���ÇC���HÄÐ���Ëh8¸
���‹ÝHÁ㠋èH ëH‰ØH‹����H‰$H‰T$H‰D$è����댋����ƒû…��H‹^`H‹-����H9ë…ý��‹ƒû�…ò��H‹����H‰$H‰D$è����H‹����H‰$H����H‰\$HÇD$���HÇD$����è����H‹Œ$Ø���H‹D$ Hƒù�„‘��H·h HÍ���f‰i H‰D$8€=�����…H��H‰ˆ���Hƒù�„0��L‹€€���€=�����…õ���L‰€���Hƒø�„Ý���€=�����…©���H‰ˆ€���Hƒù�„‘���H‹h`H‰iXH‹����H‰$H‰D$HÇD$����è����H‹����H‰$H����H‰\$HÇD$ ���HÇD$����è����H‹D$ H‹����H‰$H‰D$H‹\$(‹k8‰l$è����H‹œ$à���ÇC���HÄÐ���ÉéhÿÿÿL€€���L‰$H‰L$è����H‹Œ$Ø���H‹D$8é7ÿÿÿ‰�éÿÿÿH©€���H‰,$L‰D$è����H‹Œ$Ø���H‹D$8éëþÿÿ‰éÉþÿÿLˆ���L‰$H‰D$è����H‹Œ$Ø���H‹D$8é˜þÿÿ‰éhþÿÿ‹����ƒû …÷ùÿÿHÄÐ���Ãý…©���‹����ƒû uHÄÐ���ÃH‰$è����H‹����H‰$H����H‰\$HÇD$���HÇD$����è����H‹D$ H‹œ$à���Hƒû�tH€=�����u+H‰C H‹œ$à���Hƒû�tH‹l$(Hcm<H‰kHÄÐ���ÉëçLC L‰$H‰D$è����ëʼn봃ý „Nÿÿÿé/ùÿÿý�����ý ��…o��H·X fƒû"„¤���‹ƒûŒ™���‹
ƒéHƒþ�„?��H‹žð���H‹¾ø���H‹®���H‰¬$€���H‰\$pHcéH‰|$xH9ýƒ��H+¶€û‹uK‹:ƒïH‹Žð���H‹†ø���H‹®���HcïH9Ås"H)ƍÇB ���H‹jHƒÅH‰jHÄÐ���Ãè���� H‰$è����H‹œ$à���ÇC ���H‹����H‰$H����H‰\$HÇD$���HÇD$����è����H‹„$à���H‹L$ Hƒø�tQ€=�����u,H‰H H‹hHƒÅH‰hH‹HH‹l$(Hcm@HÍH‰hHÄÐ���ÃL@ L‰$H‰L$è����H‹„$à���뼉�ë«è���� ‰éºþÿÿý���…õÿÿÇB���H·X fƒû"…Ñ���1ÛH‰\$@H‰\$HH\$@Hƒû�„Þ���HDŽ$������HDŽ$˜������H‰œ$ˆ���H����H‰$H‰D$Hƒ|$�„–���HÇD$����è����H‹L$H‹D$ H‹œ$ˆ���H‰L$PH‰ H‰D$X€=�����uLH‰CH����H‰$HÇD$&���H‹œ$ˆ���H‰\$H‹œ$���H‰\$H‹œ$˜���H‰\$ è����HÄÐ���ÃLCL‰$H‰D$è����뤉%����é^ÿÿÿ‰éÿÿÿý��…��ÇB ���H·X fƒû"…Ñ���1ÛH‰\$`H‰\$hH\$`Hƒû�„Þ���HDŽ$������HDŽ$˜������H‰œ$ˆ���H����H‰$H‰D$Hƒ|$�„–���HÇD$����è����H‹L$H‹D$ H‹œ$ˆ���H‰L$PH‰ H‰D$X€=�����uLH‰CH����H‰$HÇD$2���H‹œ$ˆ���H‰\$H‹œ$���H‰\$H‹œ$˜���H‰\$ è����HÄÐ���ÃLCL‰$H‰D$è����뤉%����é^ÿÿÿ‰éÿÿÿý��„¼ýÿÿé¿òÿÿý��S��ý��ý��„¹þÿÿý��„‹ýÿÿéŽòÿÿý��…¬���H·X fƒû"…þÿÿH‰$è����H‹����H‰$H����H‰\$HÇD$���HÇD$����è����H‹Œ$à���H‹D$ Hƒù�tO€=�����u*H‰A Hƒù�tH‹l$(Hcm<H‰iÇA ���HÄÐ���ÉëàLA L‰$H‰D$è����H‹Œ$à���뾉뭁ý��…ÊñÿÿH·X fƒû"„¦��‹ƒûŒ���‹
ƒéHƒþ�„…��H‹žð���H‹¾ø���H‹®���H‰¬$€���H‰\$pHcéH‰|$xH9ýƒK��H+¶€û‹u?‹:ƒïH‹Žð���H‹†ø���H‹®���HcïH9ÅsH)ƍÇB ���HÄÐ���Ãè���� 1ÛH‰\$@H‰\$HH\$@Hƒû�„Þ���HDŽ$������HDŽ$˜������H‰œ$ˆ���H����H‰$H‰D$Hƒ|$�„–���HÇD$����è����H‹L$H‹D$ H‹œ$ˆ���H‰L$PH‰ H‰D$X€=�����uLH‰CH����H‰$HÇD$3���H‹œ$ˆ���H‰\$H‹œ$���H‰\$H‹œ$˜���H‰\$ è����HÄÐ���ÃLCL‰$H‰D$è����뤉%����é^ÿÿÿ‰éÿÿÿè���� ‰étþÿÿH·X fƒû"„Ú���1ÛH‰\$@H‰\$HH\$@Hƒû�„„��HDŽ$������HDŽ$˜������H‰œ$ˆ���H����H‰$H‰D$Hƒ|$�„<��HÇD$����è����H‹L$H‹D$ H‹œ$ˆ���H‰L$PH‰ H‰D$X€=�����…ë���H‰CH����H‰$HÇD$.���H‹œ$ˆ���H‰\$H‹œ$���H‰\$H‹œ$˜���H‰\$ è����H‹D$(H‰$è����H‹œ$à���ÇC ���H‹����H‰$H����H‰\$HÇD$���HÇD$����è����H‹Œ$à���H‹D$ Hƒù�tE€=�����u H‰A H‹AH‹l$(Hcm@HÅH‰iHÄÐ���ÃLA L‰$H‰D$è����H‹Œ$à���ëȉë·LCL‰$H‰D$è����éÿÿÿ‰%����é¸þÿÿ‰éuþÿÿý ��ý ��„7þÿÿý ��„Zúÿÿé;îÿÿý��„Iúÿÿý��„=úÿÿéîÿÿLƒÐ���L‰$H‰t$è����H‹´$Ø���H‹”$à���H‹D$(ééÿÿ‰éuéÿÿè����ééÿÿ¶
������N
‚ � runtime.duffzero���Ž��>bootstrap/link/internal/ld.Ctxt���®�6runtime.writeBarrierEnabled���º��type.string���€
��runtime.convT2E���Ê�6runtime.writeBarrierEnabled���æ��†go.string."unexpected R_X86_64_64 relocation for dynamic symbol %s"���Ø
��>bootstrap/link/internal/ld.Diag���ª
��.runtime.writebarrierptr���Ž��type.string���Ô
��runtime.convT2E���ž �6runtime.writeBarrierEnabled��� ��Šgo.string."unexpected R_X86_64_PC32 relocation for dynamic symbol %s"���´

��>bootstrap/link/internal/ld.Diag���´ ��type.string���ú 
��runtime.convT2E���Ä �6runtime.writeBarrierEnabled���à ��Lgo.string."unknown symbol %s in pcrel"���Ò
��>bootstrap/link/internal/ld.Diag���
��.runtime.writebarrierptr���Þ
��.runtime.writebarrierptr���ô
��"".addpltsym���‚��>bootstrap/link/internal/ld.Ctxt���˜�� go.string.".plt"���Ð
��Jbootstrap/link/internal/ld.Linklookup���‚�6runtime.writeBarrierEnabled���ì
��.runtime.writebarrierptr���ª��type.int32���ü
��runtime.convT2E���Æ�6runtime.writeBarrierEnabled���â��Rgo.string."unexpected relocation type %d"���Ô
��>bootstrap/link/internal/ld.Diag���ˆ
��.runtime.writebarrierptr���š�@bootstrap/link/internal/ld.Iself���´��Fbootstrap/link/internal/ld.HEADTYPE���Ø
��"".addpltsym���æ��>bootstrap/link/internal/ld.Ctxt���ü�� go.string.".plt"���´
��Jbootstrap/link/internal/ld.Linklookup���æ�6runtime.writeBarrierEnabled���Ð
��.runtime.writebarrierptr���þ
��"".addgotsym���Œ��>bootstrap/link/internal/ld.Ctxt���¢�� go.string.".got"���Ú
��Jbootstrap/link/internal/ld.Linklookup���Œ�6runtime.writeBarrierEnabled���ö
��.runtime.writebarrierptr���¾��>bootstrap/link/internal/ld.Ctxt���Þ�6runtime.writeBarrierEnabled���Ð��type.string���– 
��runtime.convT2E���à �6runtime.writeBarrierEnabled���„!��type.int32���æ!
��runtime.convT2E���¸"�6runtime.writeBarrierEnabled���Ü"��type.int16���¸#
��runtime.convT2E���Š$�6runtime.writeBarrierEnabled���¦$��–go.string."unsupported relocation for dynamic symbol %s (type=%d stype=%d)"���˜%
��>bootstrap/link/internal/ld.Diag���Ì%
��.runtime.writebarrierptr���Œ&
��.runtime.writebarrierptr���Ò&
��.runtime.writebarrierptr���¬'
��.runtime.writebarrierptr���Ú'�@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���ª/�6runtime.writeBarrierEnabled���ô/�6runtime.writeBarrierEnabled���°0�6runtime.writeBarrierEnabled���þ0��>bootstrap/link/internal/ld.Ctxt���¬1
��Hbootstrap/link/internal/ld.Adduint64���º1��>bootstrap/link/internal/ld.Ctxt���Ð1��2go.string.".linkedit.got"���ˆ2
��Jbootstrap/link/internal/ld.Linklookup��� 2��>bootstrap/link/internal/ld.Ctxt���Ô2
��Hbootstrap/link/internal/ld.Adduint32���º3
��.runtime.writebarrierptr���–4
��.runtime.writebarrierptr���ò4
��.runtime.writebarrierptr���°5��Fbootstrap/link/internal/ld.HEADTYPE���ð5��Fbootstrap/link/internal/ld.HEADTYPE���œ6
��"".addpltsym���ª6��>bootstrap/link/internal/ld.Ctxt���À6�� go.string.".plt"���ø6
��Jbootstrap/link/internal/ld.Linklookup���ª7�6runtime.writeBarrierEnabled���ª8
��.runtime.writebarrierptr���ä;
��$runtime.panicindex���ú;
��"".addgotsym���¦<��>bootstrap/link/internal/ld.Ctxt���¼<�� go.string.".got"���ô<
��Jbootstrap/link/internal/ld.Linklookup���¦=�6runtime.writeBarrierEnabled���¨>
��.runtime.writebarrierptr���Î>
��$runtime.panicindex���¨@��type.string���î@
��runtime.convT2E���¸A�6runtime.writeBarrierEnabled���ÔA��dgo.string."unexpected reloc for dynamic symbol %s"���ÆB
��>bootstrap/link/internal/ld.Diag���úB
��.runtime.writebarrierptr���ìD��type.string���²E
��runtime.convT2E���üE�6runtime.writeBarrierEnabled���˜F��|go.string."unexpected pc-relative reloc for dynamic symbol %s"���ŠG
��>bootstrap/link/internal/ld.Diag���¾G
��.runtime.writebarrierptr���´I
��"".addpltsym���ÂI��>bootstrap/link/internal/ld.Ctxt���ØI�� go.string.".plt"���J
��Jbootstrap/link/internal/ld.Linklookup���ÂJ�6runtime.writeBarrierEnabled���ÀK
��.runtime.writebarrierptr���¾N
��$runtime.panicindex���ÆO��type.string���ŒP
��runtime.convT2E���ÖP�6runtime.writeBarrierEnabled���òP��~go.string."unexpected GOT_LOAD reloc for non-dynamic symbol %s"���äQ
��>bootstrap/link/internal/ld.Diag���˜R
��.runtime.writebarrierptr���ÌR
��$runtime.panicindex���€T��type.string���ÆT
��runtime.convT2E���U�6runtime.writeBarrierEnabled���´U��tgo.string."unexpected GOT reloc for non-dynamic symbol %s"���¦V
��>bootstrap/link/internal/ld.Diag���ÂV
��"".addgotsym���îV��>bootstrap/link/internal/ld.Ctxt���„W�� go.string.".got"���¼W
��Jbootstrap/link/internal/ld.Linklookup���îW�6runtime.writeBarrierEnabled���ØX
��.runtime.writebarrierptr���˜Y
��.runtime.writebarrierptr���öZ
��.runtime.writebarrierptr���Â[
��0runtime.morestack_noctxt���  ��z"".autotmp_0093��"type.interface {}�"".autotmp_0092��"type.interface {}�"".autotmp_0091��"type.interface {}�"".autotmp_0090�_(type.[3]interface {}�"".autotmp_0087��&type.[]interface {}�"".autotmp_0086��type.uint64�"".autotmp_0085��type.uint32�"".autotmp_0082��type.int32�"".autotmp_0081��"type.interface {}�"".autotmp_0080��(type.[1]interface {}�"".autotmp_0078��*type.*[1]interface {}�"".autotmp_0077��&type.[]interface {}�"".autotmp_0076��type.int32�"".autotmp_0075��"type.interface {}�"".autotmp_0074��(type.[1]interface {}�"".autotmp_0072��*type.*[1]interface {}�"".autotmp_0071��&type.[]interface {}�"".autotmp_0070��"type.interface {}�"".autotmp_0069��(type.[1]interface {}�"".autotmp_0067��*type.*[1]interface {}�"".autotmp_0066��&type.[]interface {}�"".autotmp_0065��"type.interface {}�"".autotmp_0064��(type.[1]interface {}�"".autotmp_0062��*type.*[1]interface {}�"".autotmp_0061��&type.[]interface {}�"".autotmp_0060��"type.interface {}�"".autotmp_0059��(type.[1]interface {}�"".autotmp_0057��*type.*[1]interface {}�"".autotmp_0056��&type.[]interface {}�"".autotmp_0055��type.int32�"".autotmp_0054��"type.interface {}�"".autotmp_0053�Ÿ(type.[1]interface {}�"".autotmp_0051��*type.*[1]interface {}�"".autotmp_0050��&type.[]interface {}�"".autotmp_0049��"type.interface {}�"".autotmp_0048��(type.[1]interface {}�"".autotmp_0046��*type.*[1]interface {}�"".autotmp_0045��&type.[]interface {}�"".autotmp_0044�ÿ"type.interface {}�"".autotmp_0043�ß(type.[1]interface {}�"".autotmp_0040�&type.[]interface {}�"".autotmp_0038��Jtype.*bootstrap/link/internal/ld.LSym�"".autotmp_0037��type.int64�"".autotmp_0036��Jtype.*bootstrap/link/internal/ld.LSym�"".autotmp_0035��type.int64�"".autotmp_0034��Jtype.*bootstrap/link/internal/ld.LSym�"".autotmp_0033��Jtype.*bootstrap/link/internal/ld.LSym�"".autotmp_0032��type.int64�"".autotmp_0031��Jtype.*bootstrap/link/internal/ld.LSym�"".autotmp_0030��Jtype.*bootstrap/link/internal/ld.LSym�"".autotmp_0029��type.int64�"".autotmp_0028��type.int64�"".autotmp_0027��Jtype.*bootstrap/link/internal/ld.LSym�"".autotmp_0026��type.int64�"".autotmp_0025��type.int64�"".autotmp_0023��type.int64� "".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�® çŸ ÔŸ ËŸ Ÿ 9Ÿ ©Ÿ ’Ÿ ªŸ «Ÿ ÀŸ §Ÿ Ÿ yŸ íŸ ”Ÿ ¨Ÿ ¡Ÿ üŸ ÏŸ ßŸ ŸŸ Ò�ð-�ôÞ; %j Ù'] â Ù'*    N +×'ð   N  N
`%ÏmY 3A0+0
.;%T"""“   N œ < Y)  N  < Ñ'& Ñ'7 y® / yŒ  N ( Y
)Ñ'Ú N *áÞ / ©ª©*�Ü�ÿl)•p£l'K„lhßÑp P K+GE µ3± ä ªlˆ{Ågl}p¹o6�Tgclocals·50d6a09470a4a7f748de07ade638578a�Tgclocals·647638c6fbbae2839d510ba1e5611707���À/usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/amd64/asm.goþ"".elfreloc1��  �� dH‹ %����H;a†«��HƒìH‹\$H‰$H‹����H‹ÿÓH‹L$H‹Y(‹CH‹iƒý Â��ƒýu¶Y€ûuBHcØHÁã HƒË
H‰$H‹����H‹ÿÓH‹\$H‹kH‰,$H‹����H‹ÿÓHÇD$ ����HƒÄöY€ûuHcØHÁã HƒËH‰$H‹����H‹ÿÓë³HÇD$ ÿÿÿÿHƒÄÃý…®���¶Y€û…“���H‹i(H·] fƒû"ud¶����€ûtO¶����H‰Ù€ù�t HcØHÁã HƒËH‰$H‹����H‹ÿÓéEÿÿÿHcØHÁã HƒË H‰$H‹����H‹ÿÓé%ÿÿÿHÇÁ���ë²HcØHÁã HƒËH‰$H‹����H‹ÿÓéüþÿÿHÇD$ ÿÿÿÿHƒÄÃý ut¶Y€ûu]H‹i(H·] fƒû"u.H‹i(H‹]0Hƒûu HcØHÁã HƒËH‰$H‹����H‹ÿÓé£þÿÿHcØHÁã HƒËH‰$H‹����H‹ÿÓéƒþÿÿHÇD$ ÿÿÿÿHƒÄÃHÇD$ ÿÿÿÿHƒÄÃý u7¶Y€ûu HcØHÁã HƒËH‰$H‹����H‹ÿÓé9þÿÿHÇD$ ÿÿÿÿHƒÄÃýu7¶Y€ûu HcØHÁã HƒËH‰$H‹����H‹ÿÓéýýÿÿHÇD$ ÿÿÿÿHƒÄÃý…qÿÿÿ¶Y€ûu HcØHÁã HƒË H‰$H‹����H‹ÿÓé½ýÿÿHÇD$ ÿÿÿÿHƒÄÃè����é8ýÿÿ8
������F�Dbootstrap/link/internal/ld.Thearch���T�������Ȑ�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���Ò
�������þ

��0runtime.morestack_noctxt���0�� "".~r2� type.int�"".sectoff�type.int64�"".r��Ltype.*bootstrap/link/internal/ld.Reloc�L|3¶x ;;?�Ð�ÌŒ  nm je"  <78= 2+  _ \W NI:   y� �*¦�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���À/usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/amd64/asm.goþ"".machoreloc1��€��êdH‹ %����HD$°H;A†S��HìÐ���H‹Œ$Ø���H‹A(H·X fƒû#„ð��‹Yƒû „ä��H‰D$0H‹¨Ø���¿]‰Øƒû�…Ò��1ÛH‰œ$���H‰œ$˜���H‰œ$ ���H‰œ$¨���H‰œ$°���H‰œ$¸���H‰œ$À���H‰œ$È���Hœ$���Hƒû�„w��HÇD$P���HÇD$X���H‰\$HH����H‰$H‰L$Hƒ|$�„8��HƒD$HÇD$����è����H‹L$H‹D$ H‹\$HH‰L$8H‰ H‰D$@€=�����…ä��H‰CH����H‰$H‹\$0H‰\$Hƒ|$�„³��HÇD$����è����H‹L$H‹D$ H‹\$HHƒÃH‰L$8H‰ H‰D$@€=�����…a��H‰CH����H‰$H‹\$0H‹«Ø���H‰l$Hƒ|$�„)��HƒD$HÇD$����è����H‹L$H‹D$ H‹\$HHƒÃ H‰L$8H‰ H‰D$@€=�����…Ñ���H‰CH����H‰$H‹\$0H‰\$Hƒ|$�„ ���HƒD$ HÇD$����è����H‹L$H‹D$ H‹\$HHƒÃ0H‰L$8H‰ H‰D$@€=�����uOH‰CH����H‰$HÇD$5���H‹\$HH‰\$H‹\$PH‰\$H‹\$XH‰\$ è����HDŽ$è���ÿÿÿÿHÄÐ���ÃLCL‰$H‰D$è����롉%����éTÿÿÿLCL‰$H‰D$è����éÿÿÿ‰%����éËþÿÿLCL‰$H‰D$è����éŒþÿÿ‰%����éAþÿÿLCL‰$H‰D$è����é þÿÿ‰%����é¼ýÿÿ‰é‚ýÿÿ‹iƒý…¯���ƒÈ�¶i@€ýww@€ýuI‰ÃƒË�‰\$,H‹œ$à���‰Û‰$H‹����H‹ÿӋ\$,‰$H‹����H‹ÿÓHDŽ$è�������HÄÐ���Ã@€ýu‰ÃË���‰\$,ë¬HDŽ$è���ÿÿÿÿHÄÐ���Ã@€ýu‰ÃË���‰\$,ë„@€ýu҉ÁË���‰\$,émÿÿÿƒýu ��� ��� é@ÿÿÿƒý u ��� ���é,ÿÿÿHDŽ$è���ÿÿÿÿHÄÐ���ÃH‰D$0‹X8ƒû�#��1ÛH‰\$`H‰\$hH‰\$pH‰\$xH‰œ$€���H‰œ$ˆ���H\$`Hƒû�„ç��HÇD$P���HÇD$X���H‰\$HH����H‰$H‰L$Hƒ|$�„¨��HƒD$HÇD$����è����H‹L$H‹D$ H‹\$HH‰L$8H‰ H‰D$@€=�����…T��H‰CH����H‰$H‹\$0H‰\$Hƒ|$�„#��HÇD$����è����H‹L$H‹D$ H‹\$HHƒÃH‰L$8H‰ H‰D$@€=�����…Ñ���H‰CH����H‰$H‹\$0H‰\$Hƒ|$�„ ���HƒD$ HÇD$����è����H‹L$H‹D$ H‹\$HHƒÃ H‰L$8H‰ H‰D$@€=�����uOH‰CH����H‰$HÇD$'���H‹\$HH‰\$H‹\$PH‰\$H‹\$XH‰\$ è����HDŽ$è���ÿÿÿÿHÄÐ���ÃLCL‰$H‰D$è����롉%����éTÿÿÿLCL‰$H‰D$è����éÿÿÿ‰%����éÑþÿÿLCL‰$H‰D$è����é™þÿÿ‰%����éLþÿÿ‰éþÿÿ‹@8 ���éÈüÿÿè����é‹ùÿÿL
������ž��type.int32���ð
��runtime.convT2E���´�6runtime.writeBarrierEnabled���Ø��type.string���¨
��runtime.convT2E���ô�6runtime.writeBarrierEnabled���˜��type.string���‚
��runtime.convT2E���Î�6runtime.writeBarrierEnabled���ò��type.int16���Î
��runtime.convT2E���š �6runtime.writeBarrierEnabled���¶ ��‚go.string."reloc %d to symbol %s in non-macho section %s type=%d"���–

��>bootstrap/link/internal/ld.Diag���â

��.runtime.writebarrierptr���¢ 
��.runtime.writebarrierptr���è 
��.runtime.writebarrierptr���® 
��.runtime.writebarrierptr���Ö ð�Dbootstrap/link/internal/ld.Thearch���ä �������ü ð�Dbootstrap/link/internal/ld.Thearch���Š�������”��type.int32���æ
��runtime.convT2E���ª�6runtime.writeBarrierEnabled���Î��type.string���ž
��runtime.convT2E���ê�6runtime.writeBarrierEnabled���Ž��type.int16���ê
��runtime.convT2E���¶�6runtime.writeBarrierEnabled���Ò��fgo.string."reloc %d to non-macho symbol %s type=%d"���²
��>bootstrap/link/internal/ld.Diag���þ
��.runtime.writebarrierptr���¾
��.runtime.writebarrierptr���„
��.runtime.writebarrierptr���Ø
��0runtime.morestack_noctxt���0 ��2"".autotmp_0126��"type.interface {}�"".autotmp_0125��"type.interface {}�"".autotmp_0124��"type.interface {}�"".autotmp_0123��"type.interface {}�"".autotmp_0122�(type.[4]interface {}�"".autotmp_0119��&type.[]interface {}�"".autotmp_0118��"type.interface {}�"".autotmp_0117��"type.interface {}�"".autotmp_0116�¯"type.interface {}�"".autotmp_0115�ß(type.[3]interface {}�"".autotmp_0112�&type.[]interface {}�"".autotmp_0111��type.uint32�"".autotmp_0110��type.uint32�"".autotmp_0109��type.uint32�"".autotmp_0108��type.uint32�"".autotmp_0107��type.uint32�"".autotmp_0106��type.uint32�"".autotmp_0105��type.uint32�"".autotmp_0104��type.uint32�"".autotmp_0103��type.uint32�
"".rs�¿Jtype.*bootstrap/link/internal/ld.LSym�"".v�Çtype.uint32� "".~r2� type.int�"".sectoff�type.int64�"".r��Ltype.*bootstrap/link/internal/ld.Reloc�P ƒŸ ÷Ÿ 'Ÿ fŸ ÆŸ �€ �º–' ®
 
    5 !¢m)�<�÷¯d& ¢ÀÂd& b�Tgclocals·948c285cf1025b717e2658a3cccfd415�Tgclocals·efe1266183631131db57ccace41151ad���À/usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/amd64/asm.goþ"".pereloc1��€ ��ð dH‹ %����HD$øH;A†Ö��Hìˆ���H‹Œ$���H‹A(H‰D$(‹X8ƒû���1ÛH‰\$XH‰\$`H‰\$hH‰\$pH‰\$xH‰œ$€���H\$XHƒû�„ã��HÇD$H���HÇD$P���H‰\$@H����H‰$H‰L$Hƒ|$�„¤��HƒD$HÇD$����è����H‹L$H‹D$ H‹\$@H‰L$0H‰ H‰D$8€=�����…P��H‰CH����H‰$H‹\$(H‰\$Hƒ|$�„��HÇD$����è����H‹L$H‹D$ H‹\$@HƒÃH‰L$0H‰ H‰D$8€=�����…Í���H‰CH����H‰$H‹\$(H‰\$Hƒ|$�„œ���HƒD$ HÇD$����è����H‹L$H‹D$ H‹\$@HƒÃ H‰L$0H‰ H‰D$8€=�����uKH‰CH����H‰$HÇD$&���H‹\$@H‰\$H‹\$HH‰\$H‹\$PH‰\$ è����Ƅ$ ����HÄˆ���ÃLCL‰$H‰D$è����륉%����éXÿÿÿLCL‰$H‰D$è����é ÿÿÿ‰%����éÕþÿÿLCL‰$H‰D$è����éþÿÿ‰%����éPþÿÿ‰éþÿÿH‹œ$˜���‰Û‰$H‹����H‹ÿÓH‹\$(‹k8‰,$H‹����H‹ÿÓH‹Œ$���‹iƒýu5¶Y€ûu%¸���f‰$H‹����H‹ÿÓƄ$ ���HÄˆ���ø���ëكýu¸���ë̓ý tôƄ$ ����HÄˆ���Ãè����éýÿÿ,
��������type.int32���â
��runtime.convT2E���¦�6runtime.writeBarrierEnabled���Ê��type.string���š
��runtime.convT2E���æ�6runtime.writeBarrierEnabled���Š��type.int16���æ
��runtime.convT2E���²�6runtime.writeBarrierEnabled���Î��dgo.string."reloc %d to non-coff symbol %s type=%d"���®
��>bootstrap/link/internal/ld.Diag���ò
��.runtime.writebarrierptr���²
��.runtime.writebarrierptr���ø
��.runtime.writebarrierptr���Ð ð�Dbootstrap/link/internal/ld.Thearch���Þ �������þ ð�Dbootstrap/link/internal/ld.Thearch���Œ
�������Ú
€�Dbootstrap/link/internal/ld.Thearch���è
�������Þ 
��0runtime.morestack_noctxt���0��"".autotmp_0135��"type.interface {}�"".autotmp_0134��"type.interface {}�"".autotmp_0133�¯"type.interface {}�"".autotmp_0132�_(type.[3]interface {}�"".autotmp_0129�&type.[]interface {}�
"".rs�¿Jtype.*bootstrap/link/internal/ld.LSym� "".~r2� type.bool�"".sectoff�type.int64�"".r��Ltype.*bootstrap/link/internal/ld.Reloc�4ËÚ'�€�^Ž'Ÿm �&�°Âd" Wz�Tgclocals·dea2c01c674be151aeaf6fe41713b420�Tgclocals·f227720e2286816a76f149dae0c572eb���À/usr/local/google/buildbot/src/android/build-tools/out/obj/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·e5d5edcf53e2c122038779d75a487a60�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���À/usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/amd64/asm.goþ&"".archrelocvariant��À��¦dH‹ %����H;av=Hƒì(H����H‰$HÇD$���1ÛH‰\$H‰\$H‰\$ è����H‹\$@H‰\$HHƒÄ(Ãè����ë­
������,��Rgo.string."unexpected relocation variant"���r
��log.Fatalf���š
��0runtime.morestack_noctxt���@P�� "".~r3�0type.int64�"".t� type.int64�"".s�Jtype.*bootstrap/link/internal/ld.LSym�"".r��Ltype.*bootstrap/link/internal/ld.Reloc�P8OP�`�Ú*�
�8(�Tgclocals·0ebb2d1da58c1b4224bf5a7b370d7578�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���À/usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/amd64/asm.goþ"".elfsetupplt��€ ��údH‹ %����H;a† ��Hƒì8H‹����H‰$H����H‰\$HÇD$���HÇD$����è����H‹\$ H‰\$(H‹����H‰$H����H‰\$HÇD$���HÇD$����è����H‹D$(H‹\$ H‰\$0H‹X`Hƒû�…”��H‹����H‰$H‰D$ÆD$ÿè����H‹����H‰$H‹\$(H‰\$ÆD$5è����H‹����H‰$H‹\$(H‰\$H‹\$0H‰\$HÇD$���è����H‹����H‰$H‹\$(H‰\$ÆD$ÿè����H‹����H‰$H‹\$(H‰\$ÆD$%è����H‹����H‰$H‹\$(H‰\$H‹\$0H‰\$HÇD$���è����H‹����H‰$H‹\$(H‰\$ÇD$@�è����H‹����H‰$H����H‰\$HÇD$���HÇD$����è����H‹D$ H‹����H‰$H‹\$0H‰\$H‰D$HÇD$����è����H‹����H‰$H‹\$0H‰\$HÇD$����è����H‹����H‰$H‹\$0H‰\$HÇD$����è����HƒÄ8Ãè����éÃýÿÿ>
������4��>bootstrap/link/internal/ld.Ctxt���J�� 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���è
��0runtime.morestack_noctxt����p�� "".got�Jtype.*bootstrap/link/internal/ld.LSym� "".plt�Jtype.*bootstrap/link/internal/ld.LSym�p›op �À�Dä8=--"[##1 ��@87Ù¡�Tgclocals·f6bd6b3389b872033d462029172c8612�Tgclocals·004a01713ed78f3a912721f1856220a7���À/usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/amd64/asm.goþ"".addpltsym��à��ÆdH‹ %����H;a††��HƒìHH‹D$P‹X<ƒû�|HƒÄHÃH‹����H‰$H‰D$è����€=�����„´��H‹����H‰$H����H‰\$HÇD$���HÇD$����è����H‹\$ H‰\$0H‹����H‰$H����H‰\$HÇD$���HÇD$����è����H‹\$ H‰\$@H‹����H‰$H����H‰\$HÇD$ ���HÇD$����è����H‹\$ H‰\$(H‹l$0H‹]`Hƒû�uè����H‹����H‰$H‹\$0H‰\$ÆD$ÿè����H‹����H‰$H‹\$0H‰\$ÆD$%è����H‹D$@H‹����H‰$H‹\$0H‰\$H‰D$H‹h`H‰l$è����H‹D$0H‹����H‰$H‹\$@H‰\$H‰D$H‹h`H‰l$è����H‹����H‰$H‹\$0H‰\$ÆD$hè����H‹l$@H‹E`H‹����HƒèHƒèH‰$H‹\$0H‰\$H‰ÃHÁû?HÁë=HÃHÁû‰Û‰\$è����H‹����H‰$H‹\$0H‰\$ÆD$éè����H‹D$0H‹����H‰$H‰D$H‹X`HƒÃH÷ۉۉ\$è����H‹D$@H‹����H‰$H‹\$(H‰\$H‰D$H‹X`HƒëH‰\$è����H‹\$P‹k8¸���‹ÝHÁ㠋èH ëH‰ØH‹����H‰$H‹\$(H‰\$H‰D$è����H‹����H‰$H‹\$(H‰\$HÇD$����è����H‹\$PHƒû�tL‹D$0I‹h`Hƒí‰í‰k<HƒÄHÉëå‹����ƒû…\��H‹\$PH‰$è����H‹����H‰$H����H‰\$HÇD$���HÇD$����è����H‹\$ H‰\$8H‹����H‰$H����H‰\$HÇD$ ���HÇD$����è����H‹D$ H‹����H‰$H‰D$H‹\$P‹k8‰l$è����H‹D$8H‹\$PHƒû�„§���H‹h`‰í‰k<H‹����H‰$H‰D$ÆD$ÿè����H‹����H‰$H‹\$8H‰\$ÆD$%è����H‹����H‰$H����H‰\$HÇD$���HÇD$����è����H‹D$ H‹����H‰$H‹\$8H‰\$H‰D$H‹\$PHck@H‰l$è����é“þÿÿ‰éRÿÿÿH����H‰$HÇD$$���1ÛH‰\$H‰\$H‰\$ è����é]þÿÿè����é]ûÿÿt
������X��>bootstrap/link/internal/ld.Ctxt���t
��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���´
��0runtime.morestack_noctxt����� "".autotmp_0139��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�(Ñµ�° �šš 888$-(C$+,:#438Y` *ƒ�.�9s8õ]Cf
Ü W�Tgclocals·6718fa3ce60556785ebaaf7cd5569ede�Tgclocals·c1bec65e57b48082689961ed14d4a304���À/usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/amd64/asm.goþ"".addgotsym��à��ÂdH‹ %����H;a†��Hƒì8H‹D$@‹X@ƒû�|HƒÄ8ÃH‹����H‰$H‰D$è����H‹����H‰$H����H‰\$HÇD$���HÇD$����è����H‹D$ H‹\$@Hƒû�„��H‹h`‰í‰k@H‹����H‰$H‰D$0H‰D$HÇD$����è����€=�����„Ç���H‹����H‰$H����H‰\$HÇD$���HÇD$����è����H‹D$ H‹����H‰$H‰D$(H‰D$H‹\$0H‰\$H‹\$@Hck@H‰l$è����H‹\$@‹k8¸���‹ÝHÁ㠋èH ëH‰ØH‹����H‰$H‹\$(H‰\$H‰D$è����H‹����H‰$H‹\$(H‰\$HÇD$����è����HƒÄ8Ë����ƒûuVH‹����H‰$H����H‰\$HÇD$ ���HÇD$����è����H‹D$ H‹����H‰$H‰D$H‹\$@‹k8‰l$è����ëšH����H‰$HÇD$$���1ÛH‰\$H‰\$H‰\$ è����ékÿÿÿ‰éiþÿÿè����éßýÿÿ6
������X��>bootstrap/link/internal/ld.Ctxt���t
��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���°
��0runtime.morestack_noctxt���p��"".rela�Jtype.*bootstrap/link/internal/ld.LSym� "".got�Jtype.*bootstrap/link/internal/ld.LSym�"".s��Jtype.*bootstrap/link/internal/ld.LSym�popÖop°�°�T¢ 3# 32:#  T* ��9nr]º�Tgclocals·37a2283f5c69c342946cad8073b58fca�Tgclocals·008e235a1392cc90d1ed9ad2f7e76d87���À/usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/amd64/asm.goþ"".asmb�� a��†adH‹ %����H„$øþÿÿH;A†��Hìˆ��1ÀH¼$˜���è����H‹����Hƒû�„@��H����H‰œ$���è����ò$òD$pH‹����H‰„$ˆ���1íH9è„„��1ÛH‰œ$H��H‰œ$P��Hœ$H��Hƒû�„Y��HDŽ$x�����HDŽ$€�����H‰œ$p��H����H‰$H\$pH‰\$HÇD$����è����H‹L$H‹D$ H‹œ$p��H‰Œ$8��H‰ H‰„$@��€=�����…Í��H‰CH‹Œ$���H‹„$ˆ���H‰„$˜���H‰$H‰Œ$ ���H‰L$H����H‰\$HÇD$ ���H‹œ$p��H‰\$ H‹œ$x��H‰\$(H‹œ$€��H‰\$0è����H����H‰$è����H‹����Hƒû�„@��H����H‰œ$���è����ò$òD$pH‹����H‰„$ˆ���1íH9è„Ë��1ÛH‰œ$(��H‰œ$0��Hœ$(��Hƒû�„ ��HDŽ$x�����HDŽ$€�����H‰œ$p��H����H‰$H\$pH‰\$HÇD$����è����H‹L$H‹D$ H‹œ$p��H‰Œ$8��H‰ H‰„$@��€=�����…��H‰CH‹Œ$���H‹„$ˆ���H‰„$˜���H‰$H‰Œ$ ���H‰L$H����H‰\$HÇD$���H‹œ$p��H‰\$ H‹œ$x��H‰\$(H‹œ$€��H‰\$0è����H����H‰$è����€=�����tè����H‹����H‰œ$€���H‹[H‹-����H)ëH‹-����HëH‰$è����H‹„$€���H‹hH‰,$H‹h H‰l$è����H‹œ$€���H‹C(1íH9ètZH‰„$€���H‹XH‹-����H)ëH‹-����HëH‰$è����H‹„$€���H‹hH‰,$H‹h H‰l$è����H‹œ$€���H‹C(1íH9èu¦H‹����Hƒû�†��H‹����Hƒû�„@��H����H‰œ$���è����ò$òD$pH‹����H‰„$ˆ���1íH9è„8��1ÛH‰œ$��H‰œ$ ��Hœ$��Hƒû�„ ��HDŽ$x�����HDŽ$€�����H‰œ$p��H����H‰$H\$pH‰\$HÇD$����è����H‹L$H‹D$ H‹œ$p��H‰Œ$8��H‰ H‰„$@��€=�����…��H‰CH‹Œ$���H‹„$ˆ���H‰„$˜���H‰$H‰Œ$ ���H‰L$H����H‰\$HÇD$���H‹œ$p��H‰\$ H‹œ$x��H‰\$(H‹œ$€��H‰\$0è����H����H‰$è����H‹����H‰$è����H‹����H‰$H‹����H‰\$è����H‹����Hƒû�„@��H����H‰œ$���è����ò$òD$pH‹����H‰„$ˆ���1íH9è„S��1ÛH‰œ$��H‰œ$��Hœ$��Hƒû�„(��HDŽ$x�����HDŽ$€�����H‰œ$p��H����H‰$H\$pH‰\$HÇD$����è����H‹L$H‹D$ H‹œ$p��H‰Œ$8��H‰ H‰„$@��€=�����…œ��H‰CH‹Œ$���H‹„$ˆ���H‰„$˜���H‰$H‰Œ$ ���H‰L$H����H‰\$HÇD$ ���H‹œ$p��H‰\$ H‹œ$x��H‰\$(H‹œ$€��H‰\$0è����H����H‰$è����H‹����H‰$è����H‹����H‰$H‹����H‰\$è����HÇD$`����‹����ƒû…ã��H‹����Hƒû�„@��H����H‰œ$���è����ò$òD$pH‹����H‰„$ˆ���1íH9è„V��1ÛH‰œ$ø���H‰œ$���Hœ$ø���Hƒû�„+��HDŽ$x�����HDŽ$€�����H‰œ$p��H����H‰$H\$pH‰\$HÇD$����è����H‹L$H‹D$ H‹œ$p��H‰Œ$8��H‰ H‰„$@��€=�����…Ÿ��H‰CH‹Œ$���H‹„$ˆ���H‰„$˜���H‰$H‰Œ$ ���H‰L$H����H‰\$HÇD$ ���H‹œ$p��H‰\$ H‹œ$x��H‰\$(H‹œ$€��H‰\$0è����Hc����H‹-����HëH‰ØHc����H‰ÙHƒû�× ��H‰ÇH‹����Hc����H‰ÙHƒû�„ ��H‰ûHÃH‰$è����è����H‹$H‰����è����è����H‹$H‹-����H)ëH‰����è����H‹$H‰\$`‹����ƒøä ��ƒø» ��ƒø…¢ ��HÇ�������Ç��������Ç��������Ç��������HÇD$X����H‹����Hƒû�…ã��H‹����Hƒû�„@��H����H‰œ$���è����ò$òD$pH‹����H‰„$ˆ���1íH9è„Û
��1ÛH‰œ$Ø���H‰œ$à���Hœ$Ø���Hƒû�„°
��HDŽ$x�����HDŽ$€�����H‰œ$p��H����H‰$H\$pH‰\$HÇD$����è����H‹L$H‹D$ H‹œ$p��H‰Œ$8��H‰ H‰„$@��€=�����…$
��H‰CH‹Œ$���H‹„$ˆ���H‰„$˜���H‰$H‰Œ$ ���H‰L$H����H‰\$HÇD$
���H‹œ$p��H‰\$ H‹œ$x��H‰\$(H‹œ$€��H‰\$0è����H����H‰$è����H‹L$X‹����ƒøþ��ƒø¸��ƒø…K��H‹����Hc����H‰ÙHƒû�û��H‹ ����H‹l$`HÁHéH‰L$XH‰ $è����‹����ƒø…��H‹����Hƒûuè����H‹����Hƒû�„@��H����H‰œ$���è����ò$òD$pH‹����H‰„$ˆ���1íH9è„p��1ÛH‰œ$¨���H‰œ$°���Hœ$¨���Hƒû�„E��HDŽ$x�����HDŽ$€�����H‰œ$p��H����H‰$H\$pH‰\$HÇD$����è����H‹L$H‹D$ H‹œ$p��H‰Œ$8��H‰ H‰„$@��€=�����…¹��H‰CH‹Œ$���H‹„$ˆ���H‰„$˜���H‰$H‰Œ$ ���H‰L$H����H‰\$HÇD$ ���H‹œ$p��H‰\$ H‹œ$x��H‰\$(H‹œ$€��H‰\$0è����H����H‰$è����HÇ$����è����‹����ƒøBƒø,ƒøuè����è����HÄˆ��ÃøuîH‹\$XH‰$è����ëރøtëƒøtæƒøtáë̓ø ƒøtՃøtÐ뼃ø …«���»—
��Ë�€��‰$è����H‹����‰Û‰$è����H‹����‰Û‰$è����H‹����H‹-����H)ë‰Û‰$è����‹����‰$è����è����H‹$H‰D$P‰Ããÿÿÿ‰$è����‹����‰$è����‹����‰$è����H‹\$PH‰$è����éÿÿÿƒø
„ÿÿÿƒø …öþÿÿè����éìþÿÿLCL‰$H‰D$è����é4þÿÿ‰é´ýÿÿH����H‰$H����H‰\$H����H‰\$è����H‹\$H‰œ$ˆ���éVýÿÿƒø …ï���è����è����H‹����H‰$H����H‰\$HÇD$���HÇD$����è����H‹\$ H‰\$xH‹\$x1íH9넱üÿÿH‹\$xH‹«ø���‰ë‰����1À‹-����‰Ã9ë}fH‹\$xHƒû�tlH‹“ð���H‹‹ø���H‹«���H‰¬$h��H‰”$X��H‰D$hH‰Œ$`��H9Ès.H¶+@ˆ,$è����H‹D$hHÿÀ‹-����‰Ã9ë|šè����éüÿÿè���� ‰됃ø …¯��H‹����Hƒû�„<��H����H‰œ$���è����ò$òD$pH‹����H‰„$ˆ���1íH9è„+��1ÛH‰œ$¸���H‰œ$À���Hœ$¸���Hƒû�„���HDŽ$x�����HDŽ$€�����H‰œ$p��H����H‰$H\$pH‰\$HÇD$����è����H‹L$H‹D$ H‹œ$p��H‰Œ$8��H‰ H‰„$@��€=�����uxH‰CH‹Œ$���H‹„$ˆ���H‰„$˜���H‰$H‰Œ$ ���H‰L$H����H‰\$HÇD$ ���H‹œ$p��H‰\$ H‹œ$x��H‰\$(H‹œ$€��H‰\$0è����è����é´úÿÿLCL‰$H‰D$è����éuÿÿÿ‰éùþÿÿH����H‰$H����H‰\$H����H‰\$è����H‹\$H‰œ$ˆ���é›þÿÿ€=�����„OúÿÿH‹\$XH‰$è����è����è����H‹����H‰$H‹����H‰\$H‹����H‰\$è����H‹����Hƒû�„@��H����H‰œ$���è����ò$òD$pH‹����H‰„$ˆ���1íH9è„E��1ÛH‰œ$È���H‰œ$Ð���Hœ$È���Hƒû�„��HDŽ$x�����HDŽ$€�����H‰œ$p��H����H‰$H\$pH‰\$HÇD$����è����H‹L$H‹D$ H‹œ$p��H‰Œ$8��H‰ H‰„$@��€=�����…Ž���H‰CH‹Œ$���H‹„$ˆ���H‰„$˜���H‰$H‰Œ$ ���H‰L$H����H‰\$HÇD$ ���H‹œ$p��H‰\$ H‹œ$x��H‰\$(H‹œ$€��H‰\$0è����è����H‹����Hƒû…¨øÿÿè����éžøÿÿLCL‰$H‰D$è����é_ÿÿÿ‰éßþÿÿH����H‰$H����H‰\$H����H‰\$è����H‹\$H‰œ$ˆ���éþÿÿH‰ÞHÿÎHÆH‰ðHƒûÿtH™H÷ûH‰ÐHƒø�}HÈH‰óH)ÃH‰ØéÔ÷ÿÿ1Àëåƒø…Ù÷ÿÿH‹����H‹-����HèHc����H‰ÙHƒû�H‰Áé°÷ÿÿH‰ÞHÿÎHÆH‰ðHƒûÿtH™H÷ûH‰ÐHƒø�}HÈH‰óH)ÃH‰ØëÊ1Àëèƒøu!HÇ�������H‹ ����H‹-����HééX÷ÿÿƒø„vÿÿÿƒø„mÿÿÿéA÷ÿÿƒø ƒø„Zÿÿÿƒø„Qÿÿÿƒø„Hÿÿÿé÷ÿÿƒø tžƒø
„5ÿÿÿƒø …÷ÿÿH‹����H‹-����HèHÇÁ���Hƒù�H‰ÁéßöÿÿH‰ÎHÿÎHÆH‰ðHƒùÿtH™H÷ùH‰ÐHƒø�}HÈH‰óH)ÃH‰ØëÊ1ÀëèLCL‰$H‰D$è����éÉõÿÿ‰éIõÿÿH����H‰$H����H‰\$H����H‰\$è����H‹\$H‰œ$ˆ���éëôÿÿƒøuHÇ�������éTôÿÿ1ÛH‰œ$è���H‰œ$ð���Hœ$è���Hƒû�„Ð���HDŽ$x�����HDŽ$€�����H‰œ$p��H����H‰$H����H‰\$HÇD$����è����H‹L$H‹D$ H‹œ$p��H‰Œ$8��H‰ H‰„$@��€=�����uIH‰CH����H‰$HÇD$���H‹œ$p��H‰\$H‹œ$x��H‰\$H‹œ$€��H‰\$ è����étóÿÿLCL‰$H‰D$è����막é)ÿÿÿƒø„Póÿÿƒø„ãþÿÿƒø„Úþÿÿéåþÿÿƒø ƒø„+óÿÿƒø„¾þÿÿƒø„µþÿÿéÀþÿÿƒø „ óÿÿƒø
„žþÿÿƒø „ùòÿÿé þÿÿH‰ÞHÿÎHÆH‰ðHƒûÿtH™H÷ûH‰ÐHƒø�}HÈH‰óH)ÃH‰ØéKòÿÿ1ÀëåH‰ÞHÿÎHÆH‰ðHƒûÿtH™H÷ûH‰ÐHƒø�}HÈH‰÷H)Çéþñÿÿ1ÀëèLCL‰$H‰D$è����éNñÿÿ‰éÎðÿÿH����H‰$H����H‰\$H����H‰\$è����H‹\$H‰œ$ˆ���épðÿÿLCL‰$H‰D$è����éQïÿÿ‰éÑîÿÿH����H‰$H����H‰\$H����H‰\$è����H‹\$H‰œ$ˆ���ésîÿÿLCL‰$H‰D$è����élíÿÿ‰éììÿÿH����H‰$H����H‰\$H����H‰\$è����H‹\$H‰œ$ˆ���éŽìÿÿLCL‰$H‰D$è����éÙêÿÿ‰éYêÿÿH����H‰$H����H‰\$H����H‰\$è����H‹\$H‰œ$ˆ���éûéÿÿLCL‰$H‰D$è����é éÿÿ‰é èÿÿH����H‰$H����H‰\$H����H‰\$è����H‹\$H‰œ$ˆ���éBèÿÿè����é½çÿÿú
������Z
ê� runtime.duffzero���hà�@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���’�6runtime.writeBarrierEnabled���ˆ��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���Ô �6runtime.writeBarrierEnabled���Ê
��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���Ê�6runtime.writeBarrierEnabled���À��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���ä�6runtime.writeBarrierEnabled���Ú��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���®�6runtime.writeBarrierEnabled���¤ ��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���¼(�6runtime.writeBarrierEnabled���²)��.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�6runtime.writeBarrierEnabled���ø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
��.runtime.writebarrierptr���Ì7��Ftype.*bootstrap/internal/obj.Biobuf���â7��type.io.Writer���ú7��`go.itab.*bootstrap/internal/obj.Biobuf.io.Writer���Ž8
�� 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���:��Bbootstrap/link/internal/ld.Lcsize��� :��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���ì?�6runtime.writeBarrierEnabled���Ú@��2go.string."%5.2f dwarf\n"���ÎA
��fmt.Fprintf���ØA
��bbootstrap/link/internal/ld.Dwarfemitdebugsections���†B
��.runtime.writebarrierptr���¬B��Ftype.*bootstrap/internal/obj.Biobuf���ÂB��type.io.Writer���ÚB��`go.itab.*bootstrap/internal/obj.Biobuf.io.Writer���îB
�� runtime.typ2Itab���žC�@bootstrap/link/internal/ld.Iself���ÈC
��@bootstrap/link/internal/ld.Cseek���ÒC
��Hbootstrap/link/internal/ld.Asmelfsym���ÜC
��Bbootstrap/link/internal/ld.Cflush���êC��Hbootstrap/link/internal/ld.Elfstrdat���€D�Hbootstrap/link/internal/ld.Elfstrdat���˜D �Hbootstrap/link/internal/ld.Elfstrdat���¬D
��Bbootstrap/link/internal/ld.Cwrite���ºDà�@bootstrap/link/internal/ld.Debug���ÜD��<bootstrap/link/internal/ld.Bso���öD
��<bootstrap/internal/obj.Cputime���šE��`go.itab.*bootstrap/internal/obj.Biobuf.io.Writer���ÖF��type.float64���ŽG
��runtime.convT2E���äG�6runtime.writeBarrierEnabled���ÚH��2go.string."%5.2f dwarf\n"���ÎI
��fmt.Fprintf���ØI
��bbootstrap/link/internal/ld.Dwarfemitdebugsections���æI��Fbootstrap/link/internal/ld.Linkmode���„J
��Nbootstrap/link/internal/ld.Elfemitreloc���²J
��.runtime.writebarrierptr���ØJ��Ftype.*bootstrap/internal/obj.Biobuf���îJ��type.io.Writer���†K��`go.itab.*bootstrap/internal/obj.Biobuf.io.Writer���šK
�� runtime.typ2Itab���ÈL0�Dbootstrap/link/internal/ld.Segdata���ÖL@�Dbootstrap/link/internal/ld.Segdata���êL��Dbootstrap/link/internal/ld.INITRND���ˆN¨�@bootstrap/link/internal/ld.Debug���žN0�Dbootstrap/link/internal/ld.Segdata���¬N@�Dbootstrap/link/internal/ld.Segdata���ðO0�Dbootstrap/link/internal/ld.Segdata���þO@�Dbootstrap/link/internal/ld.Segdata���¶Q
��.runtime.writebarrierptr���ÜQ��Ftype.*bootstrap/internal/obj.Biobuf���òQ��type.io.Writer���ŠR��`go.itab.*bootstrap/internal/obj.Biobuf.io.Writer���žR
�� runtime.typ2Itab���ÚRø�@bootstrap/link/internal/ld.Debug���‚T��type.int32���˜T��Fbootstrap/link/internal/ld.HEADTYPE���¾T
��runtime.convT2E���”U�6runtime.writeBarrierEnabled���°U��Dgo.string."unknown header type %d"���¢V
��>bootstrap/link/internal/ld.Diag���ÐV
��.runtime.writebarrierptr���žZ
��.runtime.writebarrierptr���ÄZ��Ftype.*bootstrap/internal/obj.Biobuf���ÚZ��type.io.Writer���òZ��`go.itab.*bootstrap/internal/obj.Biobuf.io.Writer���†[
�� runtime.typ2Itab���Î[
��.runtime.writebarrierptr���ô[��Ftype.*bootstrap/internal/obj.Biobuf���Š\��type.io.Writer���¢\��`go.itab.*bootstrap/internal/obj.Biobuf.io.Writer���¶\
�� runtime.typ2Itab���þ\
��.runtime.writebarrierptr���¤]��Ftype.*bootstrap/internal/obj.Biobuf���º]��type.io.Writer���Ò]��`go.itab.*bootstrap/internal/obj.Biobuf.io.Writer���æ]
�� runtime.typ2Itab���®^
��.runtime.writebarrierptr���Ô^��Ftype.*bootstrap/internal/obj.Biobuf���ê^��type.io.Writer���‚_��`go.itab.*bootstrap/internal/obj.Biobuf.io.Writer���–_
�� runtime.typ2Itab���Þ_
��.runtime.writebarrierptr���„`��Ftype.*bootstrap/internal/obj.Biobuf���š`��type.io.Writer���²`��`go.itab.*bootstrap/internal/obj.Biobuf.io.Writer���Æ`
�� runtime.typ2Itab���ô`
��0runtime.morestack_noctxt������È"".autotmp_0255��type.uint32�"".autotmp_0253��type.int32�"".autotmp_0252��"type.interface {}�"".autotmp_0251�¿(type.[1]interface {}�"".autotmp_0249��*type.*[1]interface {}�"".autotmp_0248��&type.[]interface {}�"".autotmp_0247��type.*uint8�"".autotmp_0246��"type.interface {}�"".autotmp_0245�Ÿ(type.[1]interface {}�"".autotmp_0243��*type.*[1]interface {}�"".autotmp_0242��&type.[]interface {}�"".autotmp_0241��type.*uint8�"".autotmp_0240��"type.interface {}�"".autotmp_0239�ÿ(type.[1]interface {}�"".autotmp_0237��*type.*[1]interface {}�"".autotmp_0236��&type.[]interface {}�"".autotmp_0235��type.*uint8�"".autotmp_0234��type.int32�"".autotmp_0233��type.int64�"".autotmp_0232��type.int64�"".autotmp_0231��type.int64�"".autotmp_0230��type.int32�"".autotmp_0229��"type.interface {}�"".autotmp_0228�ß(type.[1]interface {}�"".autotmp_0226��*type.*[1]interface {}�"".autotmp_0225��&type.[]interface {}�"".autotmp_0224��type.*uint8�"".autotmp_0223��"type.interface {}�"".autotmp_0222�¿(type.[1]interface {}�"".autotmp_0220��*type.*[1]interface {}�"".autotmp_0219��&type.[]interface {}�"".autotmp_0217��type.int64�"".autotmp_0216��type.int64�"".autotmp_0213��"type.interface {}�"".autotmp_0212�Ÿ(type.[1]interface {}�"".autotmp_0210��*type.*[1]interface {}�"".autotmp_0209��&type.[]interface {}�"".autotmp_0208��type.*uint8�"".autotmp_0207��"type.interface {}�"".autotmp_0206�ÿ(type.[1]interface {}�"".autotmp_0204��*type.*[1]interface {}�"".autotmp_0203��&type.[]interface {}�"".autotmp_0202��type.*uint8�"".autotmp_0201��"type.interface {}�"".autotmp_0200�ß(type.[1]interface {}�"".autotmp_0198��*type.*[1]interface {}�"".autotmp_0197��&type.[]interface {}�"".autotmp_0196��type.*uint8�"".autotmp_0195��"type.interface {}�"".autotmp_0194�¿(type.[1]interface {}�"".autotmp_0192��*type.*[1]interface {}�"".autotmp_0191��&type.[]interface {}�"".autotmp_0190��type.*uint8�"".autotmp_0189�Ÿ"type.interface {}�"".autotmp_0188�(type.[1]interface {}�"".autotmp_0185�/&type.[]interface {}�"".autotmp_0184�ÿtype.*uint8�"".autotmp_0183��type.int32�"".autotmp_0182��type.float64�"".autotmp_0181��Ftype.*bootstrap/internal/obj.Biobuf�"".autotmp_0180��type.float64�"".autotmp_0179��Ftype.*bootstrap/internal/obj.Biobuf�"".autotmp_0178��type.int�"".autotmp_0176��type.float64�"".autotmp_0175��Ftype.*bootstrap/internal/obj.Biobuf�"".autotmp_0174��type.int64�"".autotmp_0173��type.int64�"".autotmp_0172��type.int64�"".autotmp_0171��type.int64�"".autotmp_0170��type.int64�"".autotmp_0169��type.int64�"".autotmp_0168��type.int64�"".autotmp_0167��type.int64�"".autotmp_0166��type.int64�"".autotmp_0165��type.float64�"".autotmp_0164��Ftype.*bootstrap/internal/obj.Biobuf�"".autotmp_0163��type.int64�"".autotmp_0162��type.int64�"".autotmp_0161��type.int64�"".autotmp_0160��type.int64�"".autotmp_0159��type.int64�"".autotmp_0158��type.int64�"".autotmp_0157��type.int64�"".autotmp_0156��type.int64�"".autotmp_0155��type.float64�"".autotmp_0154��Ftype.*bootstrap/internal/obj.Biobuf�"".autotmp_0153��type.float64�"".autotmp_0152��Ftype.*bootstrap/internal/obj.Biobuf�"".autotmp_0151��type.float64�"".autotmp_0150��Ftype.*bootstrap/internal/obj.Biobuf�"".autotmp_0149��type.float64�"".autotmp_0148��Ftype.*bootstrap/internal/obj.Biobuf�"".autotmp_0147�¯type.float64�"".autotmp_0146�ïFtype.*bootstrap/internal/obj.Biobuf�
"".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�"›’�Ð0�¼Î 1ÀÀ 11
ÀÀ ÀL   


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