blob: 1d6947a61129f05b0e2e71dcbb57ba484150c90a [file] [log] [blame]
!<arch>
__.PKGDEF 0 0 0 644 47831 `
go object linux amd64 go1.5.1 X:none
build id "f70fa7a0fca188c9b538223b31ddb23183a191c4"
$$
package plugin
import runtime "runtime"
import bufio "bufio"
import fmt "fmt"
import os "os"
import time "time"
import regexp "regexp"
import strings "strings"
import profile "cmd/pprof/internal/profile"
type @"".FlagSet interface { Bool(@"".name string, @"".def bool, @"".usage string) (? *bool); ExtraUsage() (? string); Float64(@"".name string, @"".def float64, @"".usage string) (? *float64); Int(@"".name string, @"".def int, @"".usage string) (? *int); Parse(@"".usage func()) (? []string); String(@"".name string, @"".def string, @"".usage string) (? *string) }
type @"".Inst struct { Addr uint64; Text string; File string; Line int }
type @"".Frame struct { Func string; File string; Line int }
type @"".Sym struct { Name []string; File string; Start uint64; End uint64 }
import syntax "regexp/syntax" // indirect
type @"regexp/syntax".InstOp uint8
func (@"regexp/syntax".i·2 @"regexp/syntax".InstOp) String () (? string) { if uint(@"regexp/syntax".i·2) >= uint(len(@"regexp/syntax".instOpNames)) { return "" }; return @"regexp/syntax".instOpNames[@"regexp/syntax".i·2] }
type @"regexp/syntax".Inst struct { Op @"regexp/syntax".InstOp; Out uint32; Arg uint32; Rune []rune }
func (@"regexp/syntax".i·2 *@"regexp/syntax".Inst "esc:0x1") MatchEmptyWidth (@"regexp/syntax".before·3 rune, @"regexp/syntax".after·4 rune) (? bool)
func (@"regexp/syntax".i·2 *@"regexp/syntax".Inst "esc:0x1") MatchRune (@"regexp/syntax".r·3 rune) (? bool)
func (@"regexp/syntax".i·2 *@"regexp/syntax".Inst "esc:0x1") MatchRunePos (@"regexp/syntax".r·3 rune) (? int)
func (@"regexp/syntax".i·2 *@"regexp/syntax".Inst "esc:0x1") String () (? string)
func (@"regexp/syntax".i·2 *@"regexp/syntax".Inst "esc:0x1") @"regexp/syntax".op () (? @"regexp/syntax".InstOp)
type @"regexp/syntax".EmptyOp uint8
type @"regexp/syntax".Prog struct { Inst []@"regexp/syntax".Inst; Start int; NumCap int }
func (@"regexp/syntax".p·3 *@"regexp/syntax".Prog "esc:0x1") Prefix () (@"regexp/syntax".prefix·1 string, @"regexp/syntax".complete·2 bool)
func (@"regexp/syntax".p·2 *@"regexp/syntax".Prog "esc:0x1") StartCond () (? @"regexp/syntax".EmptyOp)
func (@"regexp/syntax".p·2 *@"regexp/syntax".Prog "esc:0x1") String () (? string)
func (@"regexp/syntax".p·3 *@"regexp/syntax".Prog "esc:0x22") @"regexp/syntax".skipNop (@"regexp/syntax".pc·4 uint32) (? *@"regexp/syntax".Inst, ? uint32)
type @"regexp".onePassInst struct { ? @"regexp/syntax".Inst; Next []uint32 }
type @"regexp".onePassProg struct { Inst []@"regexp".onePassInst; Start int; NumCap int }
import sync "sync" // indirect
type @"sync".Mutex struct { @"sync".state int32; @"sync".sema uint32 }
func (@"sync".m·1 *@"sync".Mutex) Lock ()
func (@"sync".m·1 *@"sync".Mutex) Unlock ()
type @"regexp".input interface { @"regexp".canCheckPrefix() (? bool); @"regexp".context(@"regexp".pos int) (? @"regexp/syntax".EmptyOp); @"regexp".hasPrefix(@"regexp".re *@"regexp".Regexp) (? bool); @"regexp".index(@"regexp".re *@"regexp".Regexp, @"regexp".pos int) (? int); @"regexp".step(@"regexp".pos int) (@"regexp".r rune, @"regexp".width int) }
type @"regexp".job struct { @"regexp".pc uint32; @"regexp".arg int; @"regexp".pos int }
type @"regexp".bitState struct { @"regexp".prog *@"regexp/syntax".Prog; @"regexp".end int; @"regexp".cap []int; @"regexp".input @"regexp".input; @"regexp".jobs []@"regexp".job; @"regexp".visited []uint32 }
func (@"regexp".b·1 *@"regexp".bitState "esc:0x9") @"regexp".push (@"regexp".pc·2 uint32, @"regexp".pos·3 int, @"regexp".arg·4 int)
func (@"regexp".b·1 *@"regexp".bitState "esc:0x1") @"regexp".reset (@"regexp".end·2 int, @"regexp".ncap·3 int)
func (@"regexp".b·2 *@"regexp".bitState "esc:0x1") @"regexp".shouldVisit (@"regexp".pc·3 uint32, @"regexp".pos·4 int) (? bool) { var @"regexp".n·5 uint; ; @"regexp".n·5 = uint(int(@"regexp".pc·3) * (@"regexp".b·2.@"regexp".end + 0x1) + @"regexp".pos·4); if @"regexp".b·2.@"regexp".visited[@"regexp".n·5 / 0x20] & (0x1 << (@"regexp".n·5 & 0x1f)) != 0x0 { return false }; @"regexp".b·2.@"regexp".visited[@"regexp".n·5 / 0x20] |= 0x1 << (@"regexp".n·5 & 0x1f); return true }
type @"regexp".thread struct { @"regexp".inst *@"regexp/syntax".Inst; @"regexp".cap []int }
type @"regexp".entry struct { @"regexp".pc uint32; @"regexp".t *@"regexp".thread }
type @"regexp".queue struct { @"regexp".sparse []uint32; @"regexp".dense []@"regexp".entry }
type @"regexp".inputBytes struct { @"regexp".str []byte }
func (@"regexp".i·2 *@"regexp".inputBytes "esc:0x1") @"regexp".canCheckPrefix () (? bool) { return true }
func (@"regexp".i·2 *@"regexp".inputBytes "esc:0x1") @"regexp".context (@"regexp".pos·3 int) (? @"regexp/syntax".EmptyOp)
func (@"regexp".i·2 *@"regexp".inputBytes "esc:0x1") @"regexp".hasPrefix (@"regexp".re·3 *@"regexp".Regexp "esc:0x1") (? bool)
func (@"regexp".i·2 *@"regexp".inputBytes "esc:0x1") @"regexp".index (@"regexp".re·3 *@"regexp".Regexp "esc:0x1", @"regexp".pos·4 int) (? int)
func (@"regexp".i·3 *@"regexp".inputBytes "esc:0x1") @"regexp".step (@"regexp".pos·4 int) (? rune, ? int)
type @"regexp".inputString struct { @"regexp".str string }
func (@"regexp".i·2 *@"regexp".inputString "esc:0x1") @"regexp".canCheckPrefix () (? bool) { return true }
func (@"regexp".i·2 *@"regexp".inputString "esc:0x1") @"regexp".context (@"regexp".pos·3 int) (? @"regexp/syntax".EmptyOp)
func (@"regexp".i·2 *@"regexp".inputString "esc:0x1") @"regexp".hasPrefix (@"regexp".re·3 *@"regexp".Regexp "esc:0x1") (? bool) { return @"strings".HasPrefix(@"regexp".i·2.@"regexp".str, @"regexp".re·3.@"regexp".prefix) }
func (@"regexp".i·2 *@"regexp".inputString "esc:0x9") @"regexp".index (@"regexp".re·3 *@"regexp".Regexp "esc:0x1", @"regexp".pos·4 int) (? int)
func (@"regexp".i·3 *@"regexp".inputString "esc:0x1") @"regexp".step (@"regexp".pos·4 int) (? rune, ? int)
import io "io" // indirect
type @"io".RuneReader interface { ReadRune() (@"io".r rune, @"io".size int, @"io".err error) }
type @"regexp".inputReader struct { @"regexp".r @"io".RuneReader; @"regexp".atEOT bool; @"regexp".pos int }
func (@"regexp".i·2 *@"regexp".inputReader "esc:0x1") @"regexp".canCheckPrefix () (? bool) { return false }
func (@"regexp".i·2 *@"regexp".inputReader "esc:0x1") @"regexp".context (@"regexp".pos·3 int) (? @"regexp/syntax".EmptyOp) { return @"regexp/syntax".EmptyOp(0x0) }
func (@"regexp".i·2 *@"regexp".inputReader "esc:0x1") @"regexp".hasPrefix (@"regexp".re·3 *@"regexp".Regexp "esc:0x1") (? bool) { return false }
func (@"regexp".i·2 *@"regexp".inputReader "esc:0x1") @"regexp".index (@"regexp".re·3 *@"regexp".Regexp "esc:0x1", @"regexp".pos·4 int) (? int) { return -0x1 }
func (@"regexp".i·3 *@"regexp".inputReader "esc:0x9") @"regexp".step (@"regexp".pos·4 int) (? rune, ? int)
type @"regexp".machine struct { @"regexp".re *@"regexp".Regexp; @"regexp".p *@"regexp/syntax".Prog; @"regexp".op *@"regexp".onePassProg; @"regexp".maxBitStateLen int; @"regexp".b *@"regexp".bitState; @"regexp".q0 @"regexp".queue; @"regexp".q1 @"regexp".queue; @"regexp".pool []*@"regexp".thread; @"regexp".matched bool; @"regexp".matchcap []int; @"regexp".inputBytes @"regexp".inputBytes; @"regexp".inputString @"regexp".inputString; @"regexp".inputReader @"regexp".inputReader }
func (@"regexp".m·2 *@"regexp".machine "esc:0x3a") @"regexp".add (@"regexp".q·3 *@"regexp".queue "esc:0x1", @"regexp".pc·4 uint32, @"regexp".pos·5 int, @"regexp".cap·6 []int "esc:0x9", @"regexp".cond·7 @"regexp/syntax".EmptyOp, @"regexp".t·8 *@"regexp".thread) (? *@"regexp".thread)
func (@"regexp".m·2 *@"regexp".machine "esc:0x32") @"regexp".alloc (@"regexp".i·3 *@"regexp/syntax".Inst) (? *@"regexp".thread) { var @"regexp".t·4 *@"regexp".thread; ; var @"regexp".n·5 int; ; @"regexp".n·5 = len(@"regexp".m·2.@"regexp".pool); if @"regexp".n·5 > 0x0 { @"regexp".t·4 = @"regexp".m·2.@"regexp".pool[@"regexp".n·5 - 0x1]; @"regexp".m·2.@"regexp".pool = @"regexp".m·2.@"regexp".pool[:@"regexp".n·5 - 0x1] } else { @"regexp".t·4 = new(@"regexp".thread); @"regexp".t·4.@"regexp".cap = make([]int, len(@"regexp".m·2.@"regexp".matchcap), cap(@"regexp".m·2.@"regexp".matchcap)) }; @"regexp".t·4.@"regexp".inst = @"regexp".i·3; return @"regexp".t·4 }
func (@"regexp".m·2 *@"regexp".machine "esc:0x9") @"regexp".backtrack (@"regexp".i·3 @"regexp".input, @"regexp".pos·4 int, @"regexp".end·5 int, @"regexp".ncap·6 int) (? bool)
func (@"regexp".m·1 *@"regexp".machine "esc:0x9") @"regexp".clear (@"regexp".q·2 *@"regexp".queue "esc:0x9")
func (@"regexp".m·1 *@"regexp".machine "esc:0x9") @"regexp".free (@"regexp".t·2 *@"regexp".thread) { @"regexp".m·1.@"regexp".inputBytes.@"regexp".str = nil; @"regexp".m·1.@"regexp".inputString.@"regexp".str = ""; @"regexp".m·1.@"regexp".inputReader.@"regexp".r = nil; @"regexp".m·1.@"regexp".pool = append(@"regexp".m·1.@"regexp".pool, @"regexp".t·2) }
func (@"regexp".m·1 *@"regexp".machine "esc:0x1") @"regexp".init (@"regexp".ncap·2 int)
func (@"regexp".m·2 *@"regexp".machine "esc:0x9") @"regexp".match (@"regexp".i·3 @"regexp".input, @"regexp".pos·4 int) (? bool)
func (@"regexp".m·2 *@"regexp".machine "esc:0x12") @"regexp".newInputBytes (@"regexp".b·3 []byte) (? @"regexp".input) { @"regexp".m·2.@"regexp".inputBytes.@"regexp".str = @"regexp".b·3; return &@"regexp".m·2.@"regexp".inputBytes }
func (@"regexp".m·2 *@"regexp".machine "esc:0x12") @"regexp".newInputReader (@"regexp".r·3 @"io".RuneReader) (? @"regexp".input) { @"regexp".m·2.@"regexp".inputReader.@"regexp".r = @"regexp".r·3; @"regexp".m·2.@"regexp".inputReader.@"regexp".atEOT = false; @"regexp".m·2.@"regexp".inputReader.@"regexp".pos = 0x0; return &@"regexp".m·2.@"regexp".inputReader }
func (@"regexp".m·2 *@"regexp".machine "esc:0x12") @"regexp".newInputString (@"regexp".s·3 string) (? @"regexp".input) { @"regexp".m·2.@"regexp".inputString.@"regexp".str = @"regexp".s·3; return &@"regexp".m·2.@"regexp".inputString }
func (@"regexp".m·2 *@"regexp".machine "esc:0x9") @"regexp".onepass (@"regexp".i·3 @"regexp".input, @"regexp".pos·4 int) (? bool)
func (@"regexp".m·1 *@"regexp".machine "esc:0x9") @"regexp".step (@"regexp".runq·2 *@"regexp".queue "esc:0x9", @"regexp".nextq·3 *@"regexp".queue "esc:0x1", @"regexp".pos·4 int, @"regexp".nextPos·5 int, @"regexp".c·6 rune, @"regexp".nextCond·7 @"regexp/syntax".EmptyOp)
func (@"regexp".m·2 *@"regexp".machine "esc:0x1") @"regexp".tryBacktrack (@"regexp".b·3 *@"regexp".bitState "esc:0x9", @"regexp".i·4 @"regexp".input, @"regexp".pc·5 uint32, @"regexp".pos·6 int) (? bool)
type @"regexp".Regexp struct { @"regexp".expr string; @"regexp".prog *@"regexp/syntax".Prog; @"regexp".onepass *@"regexp".onePassProg; @"regexp".prefix string; @"regexp".prefixBytes []byte; @"regexp".prefixComplete bool; @"regexp".prefixRune rune; @"regexp".prefixEnd uint32; @"regexp".cond @"regexp/syntax".EmptyOp; @"regexp".numSubexp int; @"regexp".subexpNames []string; @"regexp".longest bool; @"regexp".mu @"sync".Mutex; @"regexp".machine []*@"regexp".machine }
func (@"regexp".re·2 *@"regexp".Regexp "esc:0x1") Expand (@"regexp".dst·3 []byte "esc:0x1a", @"regexp".template·4 []byte "esc:0x1", @"regexp".src·5 []byte "esc:0x9", @"regexp".match·6 []int "esc:0x1") (? []byte)
func (@"regexp".re·2 *@"regexp".Regexp "esc:0x1") ExpandString (@"regexp".dst·3 []byte "esc:0x1a", @"regexp".template·4 string, @"regexp".src·5 string "esc:0x9", @"regexp".match·6 []int "esc:0x1") (? []byte)
func (@"regexp".re·2 *@"regexp".Regexp) Find (@"regexp".b·3 []byte) (? []byte)
func (@"regexp".re·2 *@"regexp".Regexp) FindAll (@"regexp".b·3 []byte, @"regexp".n·4 int) (? [][]byte)
func (@"regexp".re·2 *@"regexp".Regexp) FindAllIndex (@"regexp".b·3 []byte, @"regexp".n·4 int) (? [][]int)
func (@"regexp".re·2 *@"regexp".Regexp) FindAllString (@"regexp".s·3 string, @"regexp".n·4 int) (? []string)
func (@"regexp".re·2 *@"regexp".Regexp) FindAllStringIndex (@"regexp".s·3 string, @"regexp".n·4 int) (? [][]int)
func (@"regexp".re·2 *@"regexp".Regexp) FindAllStringSubmatch (@"regexp".s·3 string, @"regexp".n·4 int) (? [][]string)
func (@"regexp".re·2 *@"regexp".Regexp) FindAllStringSubmatchIndex (@"regexp".s·3 string, @"regexp".n·4 int) (? [][]int)
func (@"regexp".re·2 *@"regexp".Regexp) FindAllSubmatch (@"regexp".b·3 []byte, @"regexp".n·4 int) (? [][][]byte)
func (@"regexp".re·2 *@"regexp".Regexp) FindAllSubmatchIndex (@"regexp".b·3 []byte, @"regexp".n·4 int) (? [][]int)
func (@"regexp".re·2 *@"regexp".Regexp) FindIndex (@"regexp".b·3 []byte) (@"regexp".loc·1 []int)
func (@"regexp".re·2 *@"regexp".Regexp) FindReaderIndex (@"regexp".r·3 @"io".RuneReader) (@"regexp".loc·1 []int)
func (@"regexp".re·2 *@"regexp".Regexp) FindReaderSubmatchIndex (@"regexp".r·3 @"io".RuneReader) (? []int)
func (@"regexp".re·2 *@"regexp".Regexp) FindString (@"regexp".s·3 string) (? string)
func (@"regexp".re·2 *@"regexp".Regexp) FindStringIndex (@"regexp".s·3 string) (@"regexp".loc·1 []int)
func (@"regexp".re·2 *@"regexp".Regexp) FindStringSubmatch (@"regexp".s·3 string) (? []string)
func (@"regexp".re·2 *@"regexp".Regexp) FindStringSubmatchIndex (@"regexp".s·3 string) (? []int)
func (@"regexp".re·2 *@"regexp".Regexp) FindSubmatch (@"regexp".b·3 []byte) (? [][]byte)
func (@"regexp".re·2 *@"regexp".Regexp) FindSubmatchIndex (@"regexp".b·3 []byte) (? []int)
func (@"regexp".re·3 *@"regexp".Regexp "esc:0x22") LiteralPrefix () (@"regexp".prefix·1 string, @"regexp".complete·2 bool) { return @"regexp".re·3.@"regexp".prefix, @"regexp".re·3.@"regexp".prefixComplete }
func (@"regexp".re·1 *@"regexp".Regexp "esc:0x1") Longest () { @"regexp".re·1.@"regexp".longest = true }
func (@"regexp".re·2 *@"regexp".Regexp) Match (@"regexp".b·3 []byte) (? bool)
func (@"regexp".re·2 *@"regexp".Regexp) MatchReader (@"regexp".r·3 @"io".RuneReader) (? bool)
func (@"regexp".re·2 *@"regexp".Regexp) MatchString (@"regexp".s·3 string) (? bool)
func (@"regexp".re·2 *@"regexp".Regexp "esc:0x1") NumSubexp () (? int) { return @"regexp".re·2.@"regexp".numSubexp }
func (@"regexp".re·2 *@"regexp".Regexp) ReplaceAll (@"regexp".src·3 []byte, @"regexp".repl·4 []byte "esc:0x1") (? []byte)
func (@"regexp".re·2 *@"regexp".Regexp) ReplaceAllFunc (@"regexp".src·3 []byte, @"regexp".repl·4 func(? []byte) (? []byte) "esc:0x1") (? []byte)
func (@"regexp".re·2 *@"regexp".Regexp) ReplaceAllLiteral (@"regexp".src·3 []byte, @"regexp".repl·4 []byte "esc:0x9") (? []byte)
func (@"regexp".re·2 *@"regexp".Regexp) ReplaceAllLiteralString (@"regexp".src·3 string, @"regexp".repl·4 string "esc:0x9") (? string)
func (@"regexp".re·2 *@"regexp".Regexp) ReplaceAllString (@"regexp".src·3 string, @"regexp".repl·4 string) (? string)
func (@"regexp".re·2 *@"regexp".Regexp) ReplaceAllStringFunc (@"regexp".src·3 string, @"regexp".repl·4 func(? string) (? string) "esc:0x1") (? string)
func (@"regexp".re·2 *@"regexp".Regexp) Split (@"regexp".s·3 string, @"regexp".n·4 int) (? []string)
func (@"regexp".re·2 *@"regexp".Regexp "esc:0x22") String () (? string) { return @"regexp".re·2.@"regexp".expr }
func (@"regexp".re·2 *@"regexp".Regexp "esc:0x22") SubexpNames () (? []string) { return @"regexp".re·2.@"regexp".subexpNames }
func (@"regexp".re·1 *@"regexp".Regexp) @"regexp".allMatches (@"regexp".s·2 string, @"regexp".b·3 []byte, @"regexp".n·4 int, @"regexp".deliver·5 func(? []int) "esc:0x1")
func (@"regexp".re·2 *@"regexp".Regexp) @"regexp".doExecute (@"regexp".r·3 @"io".RuneReader, @"regexp".b·4 []byte, @"regexp".s·5 string, @"regexp".pos·6 int, @"regexp".ncap·7 int) (? []int)
func (@"regexp".re·2 *@"regexp".Regexp "esc:0x1") @"regexp".expand (@"regexp".dst·3 []byte "esc:0x1a", @"regexp".template·4 string, @"regexp".bsrc·5 []byte "esc:0x9", @"regexp".src·6 string "esc:0x9", @"regexp".match·7 []int "esc:0x1") (? []byte)
func (@"regexp".re·2 *@"regexp".Regexp) @"regexp".get () (? *@"regexp".machine)
func (@"regexp".re·2 *@"regexp".Regexp "esc:0x1") @"regexp".pad (@"regexp".a·3 []int "esc:0x1a") (? []int)
func (@"regexp".re·1 *@"regexp".Regexp) @"regexp".put (@"regexp".z·2 *@"regexp".machine)
func (@"regexp".re·2 *@"regexp".Regexp) @"regexp".replaceAll (@"regexp".bsrc·3 []byte, @"regexp".src·4 string, @"regexp".nmatch·5 int, @"regexp".repl·6 func(@"regexp".dst []byte, @"regexp".m []int) (? []byte) "esc:0x1") (? []byte)
type @"".ObjFile interface { Base() (? uint64); BuildID() (? string); Close() (? error); Name() (? string); SourceLine(@"".addr uint64) (? []@"".Frame, ? error); Symbols(@"".r *@"regexp".Regexp, @"".addr uint64) (? []*@"".Sym, ? error) }
type @"".ObjTool interface { Demangle(@"".names []string) (? map[string]string, ? error); Disasm(@"".file string, @"".start uint64, @"".end uint64) (? []@"".Inst, ? error); Open(@"".file string, @"".start uint64) (? @"".ObjFile, ? error); SetConfig(@"".config string) }
func @"".NoObjTool () (? @"".ObjTool) { return (@"".noObjTool{ }) }
type @"".UI interface { IsTerminal() (? bool); Print(? ...interface {}); PrintErr(? ...interface {}); ReadLine() (? string, ? error); SetAutoComplete(@"".complete func(? string) (? string)) }
func @"".StandardUI () (? @"".UI) { return (&@"".stdUI{ @"".r:@"bufio".NewReader(@"os".Stdin) }) }
type @"cmd/pprof/internal/profile".buffer struct { @"cmd/pprof/internal/profile".field int; @"cmd/pprof/internal/profile".typ int; @"cmd/pprof/internal/profile".u64 uint64; @"cmd/pprof/internal/profile".data []byte; @"cmd/pprof/internal/profile".tmp [16]byte }
type @"cmd/pprof/internal/profile".message interface { @"cmd/pprof/internal/profile".decoder() (? []@"cmd/pprof/internal/profile".decoder); @"cmd/pprof/internal/profile".encode(? *@"cmd/pprof/internal/profile".buffer) }
type @"cmd/pprof/internal/profile".decoder func(? *@"cmd/pprof/internal/profile".buffer, ? @"cmd/pprof/internal/profile".message) (? error)
type @"cmd/pprof/internal/profile".ValueType struct { Type string; Unit string; @"cmd/pprof/internal/profile".typeX int64; @"cmd/pprof/internal/profile".unitX int64 }
func (@"cmd/pprof/internal/profile".p·2 *@"cmd/pprof/internal/profile".ValueType "esc:0x1") @"cmd/pprof/internal/profile".decoder () (? []@"cmd/pprof/internal/profile".decoder) { return @"cmd/pprof/internal/profile".valueTypeDecoder }
func (@"cmd/pprof/internal/profile".p·1 *@"cmd/pprof/internal/profile".ValueType "esc:0x1") @"cmd/pprof/internal/profile".encode (@"cmd/pprof/internal/profile".b·2 *@"cmd/pprof/internal/profile".buffer "esc:0x9")
type @"cmd/pprof/internal/profile".Mapping struct { ID uint64; Start uint64; Limit uint64; Offset uint64; File string; BuildID string; HasFunctions bool; HasFilenames bool; HasLineNumbers bool; HasInlineFrames bool; @"cmd/pprof/internal/profile".fileX int64; @"cmd/pprof/internal/profile".buildIDX int64 }
func (@"cmd/pprof/internal/profile".p·2 *@"cmd/pprof/internal/profile".Mapping "esc:0x1") @"cmd/pprof/internal/profile".decoder () (? []@"cmd/pprof/internal/profile".decoder) { return @"cmd/pprof/internal/profile".mappingDecoder }
func (@"cmd/pprof/internal/profile".p·1 *@"cmd/pprof/internal/profile".Mapping "esc:0x1") @"cmd/pprof/internal/profile".encode (@"cmd/pprof/internal/profile".b·2 *@"cmd/pprof/internal/profile".buffer "esc:0x9")
type @"cmd/pprof/internal/profile".Function struct { ID uint64; Name string; SystemName string; Filename string; StartLine int64; @"cmd/pprof/internal/profile".nameX int64; @"cmd/pprof/internal/profile".systemNameX int64; @"cmd/pprof/internal/profile".filenameX int64 }
func (@"cmd/pprof/internal/profile".p·2 *@"cmd/pprof/internal/profile".Function "esc:0x1") @"cmd/pprof/internal/profile".decoder () (? []@"cmd/pprof/internal/profile".decoder) { return @"cmd/pprof/internal/profile".functionDecoder }
func (@"cmd/pprof/internal/profile".p·1 *@"cmd/pprof/internal/profile".Function "esc:0x1") @"cmd/pprof/internal/profile".encode (@"cmd/pprof/internal/profile".b·2 *@"cmd/pprof/internal/profile".buffer "esc:0x9")
type @"cmd/pprof/internal/profile".Line struct { Function *@"cmd/pprof/internal/profile".Function; Line int64; @"cmd/pprof/internal/profile".functionIDX uint64 }
func (@"cmd/pprof/internal/profile".p·2 *@"cmd/pprof/internal/profile".Line "esc:0x1") @"cmd/pprof/internal/profile".decoder () (? []@"cmd/pprof/internal/profile".decoder) { return @"cmd/pprof/internal/profile".lineDecoder }
func (@"cmd/pprof/internal/profile".p·1 *@"cmd/pprof/internal/profile".Line "esc:0x1") @"cmd/pprof/internal/profile".encode (@"cmd/pprof/internal/profile".b·2 *@"cmd/pprof/internal/profile".buffer "esc:0x9")
type @"cmd/pprof/internal/profile".Location struct { ID uint64; Mapping *@"cmd/pprof/internal/profile".Mapping; Address uint64; Line []@"cmd/pprof/internal/profile".Line; @"cmd/pprof/internal/profile".mappingIDX uint64 }
func (@"cmd/pprof/internal/profile".p·2 *@"cmd/pprof/internal/profile".Location "esc:0x1") @"cmd/pprof/internal/profile".decoder () (? []@"cmd/pprof/internal/profile".decoder) { return @"cmd/pprof/internal/profile".locationDecoder }
func (@"cmd/pprof/internal/profile".p·1 *@"cmd/pprof/internal/profile".Location "esc:0x9") @"cmd/pprof/internal/profile".encode (@"cmd/pprof/internal/profile".b·2 *@"cmd/pprof/internal/profile".buffer)
func (@"cmd/pprof/internal/profile".loc·2 *@"cmd/pprof/internal/profile".Location "esc:0x9") @"cmd/pprof/internal/profile".matchesName (@"cmd/pprof/internal/profile".re·3 *@"regexp".Regexp) (? bool)
func (@"cmd/pprof/internal/profile".loc·2 *@"cmd/pprof/internal/profile".Location "esc:0x9") @"cmd/pprof/internal/profile".unmatchedLines (@"cmd/pprof/internal/profile".re·3 *@"regexp".Regexp) (? []@"cmd/pprof/internal/profile".Line)
type @"cmd/pprof/internal/profile".Label struct { @"cmd/pprof/internal/profile".keyX int64; @"cmd/pprof/internal/profile".strX int64; @"cmd/pprof/internal/profile".numX int64 }
func (@"cmd/pprof/internal/profile".p·2 @"cmd/pprof/internal/profile".Label) @"cmd/pprof/internal/profile".decoder () (? []@"cmd/pprof/internal/profile".decoder) { return @"cmd/pprof/internal/profile".labelDecoder }
func (@"cmd/pprof/internal/profile".p·1 @"cmd/pprof/internal/profile".Label) @"cmd/pprof/internal/profile".encode (@"cmd/pprof/internal/profile".b·2 *@"cmd/pprof/internal/profile".buffer "esc:0x9")
type @"cmd/pprof/internal/profile".Sample struct { Location []*@"cmd/pprof/internal/profile".Location; Value []int64; Label map[string][]string; NumLabel map[string][]int64; @"cmd/pprof/internal/profile".locationIDX []uint64; @"cmd/pprof/internal/profile".labelX []@"cmd/pprof/internal/profile".Label }
func (@"cmd/pprof/internal/profile".p·2 *@"cmd/pprof/internal/profile".Sample "esc:0x1") @"cmd/pprof/internal/profile".decoder () (? []@"cmd/pprof/internal/profile".decoder) { return @"cmd/pprof/internal/profile".sampleDecoder }
func (@"cmd/pprof/internal/profile".p·1 *@"cmd/pprof/internal/profile".Sample "esc:0x1") @"cmd/pprof/internal/profile".encode (@"cmd/pprof/internal/profile".b·2 *@"cmd/pprof/internal/profile".buffer)
type @"cmd/pprof/internal/profile".Demangler func(@"cmd/pprof/internal/profile".name []string) (? map[string]string, ? error)
type @"cmd/pprof/internal/profile".TagMatch func(@"cmd/pprof/internal/profile".key string, @"cmd/pprof/internal/profile".val string, @"cmd/pprof/internal/profile".nval int64) (? bool)
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 @"cmd/pprof/internal/profile".Profile struct { SampleType []*@"cmd/pprof/internal/profile".ValueType; Sample []*@"cmd/pprof/internal/profile".Sample; Mapping []*@"cmd/pprof/internal/profile".Mapping; Location []*@"cmd/pprof/internal/profile".Location; Function []*@"cmd/pprof/internal/profile".Function; DropFrames string; KeepFrames string; TimeNanos int64; DurationNanos int64; PeriodType *@"cmd/pprof/internal/profile".ValueType; Period int64; @"cmd/pprof/internal/profile".dropFramesX int64; @"cmd/pprof/internal/profile".keepFramesX int64; @"cmd/pprof/internal/profile".stringTable []string }
func (@"cmd/pprof/internal/profile".p·2 *@"cmd/pprof/internal/profile".Profile "esc:0x9") Aggregate (@"cmd/pprof/internal/profile".inlineFrame·3 bool, @"cmd/pprof/internal/profile".function·4 bool, @"cmd/pprof/internal/profile".filename·5 bool, @"cmd/pprof/internal/profile".linenumber·6 bool, @"cmd/pprof/internal/profile".address·7 bool) (? error)
func (@"cmd/pprof/internal/profile".p·2 *@"cmd/pprof/internal/profile".Profile "esc:0x9") CheckValid () (? error)
func (@"cmd/pprof/internal/profile".p·2 *@"cmd/pprof/internal/profile".Profile "esc:0x9") Compatible (@"cmd/pprof/internal/profile".pb·3 *@"cmd/pprof/internal/profile".Profile "esc:0x9") (? error)
func (@"cmd/pprof/internal/profile".p·2 *@"cmd/pprof/internal/profile".Profile) Copy () (? *@"cmd/pprof/internal/profile".Profile)
func (@"cmd/pprof/internal/profile".p·2 *@"cmd/pprof/internal/profile".Profile "esc:0x9") Demangle (@"cmd/pprof/internal/profile".d·3 @"cmd/pprof/internal/profile".Demangler "esc:0x1") (? error)
func (@"cmd/pprof/internal/profile".p·2 *@"cmd/pprof/internal/profile".Profile "esc:0x1") Empty () (? bool) { return len(@"cmd/pprof/internal/profile".p·2.Sample) == 0x0 }
func (@"cmd/pprof/internal/profile".p·4 *@"cmd/pprof/internal/profile".Profile "esc:0x9") FilterSamplesByName (@"cmd/pprof/internal/profile".focus·5 *@"regexp".Regexp, @"cmd/pprof/internal/profile".ignore·6 *@"regexp".Regexp, @"cmd/pprof/internal/profile".hide·7 *@"regexp".Regexp) (@"cmd/pprof/internal/profile".fm·1 bool, @"cmd/pprof/internal/profile".im·2 bool, @"cmd/pprof/internal/profile".hm·3 bool)
func (@"cmd/pprof/internal/profile".p·3 *@"cmd/pprof/internal/profile".Profile "esc:0x9") FilterSamplesByTag (@"cmd/pprof/internal/profile".focus·4 @"cmd/pprof/internal/profile".TagMatch "esc:0x1", @"cmd/pprof/internal/profile".ignore·5 @"cmd/pprof/internal/profile".TagMatch "esc:0x1") (@"cmd/pprof/internal/profile".fm·1 bool, @"cmd/pprof/internal/profile".im·2 bool)
func (@"cmd/pprof/internal/profile".p·2 *@"cmd/pprof/internal/profile".Profile "esc:0x1") HasFileLines () (? bool)
func (@"cmd/pprof/internal/profile".p·2 *@"cmd/pprof/internal/profile".Profile "esc:0x1") HasFunctions () (? bool)
func (@"cmd/pprof/internal/profile".p·2 *@"cmd/pprof/internal/profile".Profile "esc:0x9") Merge (@"cmd/pprof/internal/profile".pb·3 *@"cmd/pprof/internal/profile".Profile, @"cmd/pprof/internal/profile".r·4 float64) (? error)
func (@"cmd/pprof/internal/profile".p·2 *@"cmd/pprof/internal/profile".Profile "esc:0x9") ParseMemoryMap (@"cmd/pprof/internal/profile".rd·3 @"io".Reader) (? error)
func (@"cmd/pprof/internal/profile".p·1 *@"cmd/pprof/internal/profile".Profile "esc:0x9") Prune (@"cmd/pprof/internal/profile".dropRx·2 *@"regexp".Regexp, @"cmd/pprof/internal/profile".keepRx·3 *@"regexp".Regexp)
func (@"cmd/pprof/internal/profile".p·2 *@"cmd/pprof/internal/profile".Profile "esc:0x9") RemoveUninteresting () (? error)
func (@"cmd/pprof/internal/profile".p·2 *@"cmd/pprof/internal/profile".Profile "esc:0x9") String () (? string)
func (@"cmd/pprof/internal/profile".p·2 *@"cmd/pprof/internal/profile".Profile) Write (@"cmd/pprof/internal/profile".w·3 @"io".Writer) (? error)
func (@"cmd/pprof/internal/profile".p·1 *@"cmd/pprof/internal/profile".Profile "esc:0x1") @"cmd/pprof/internal/profile".addLegacyFrameInfo ()
func (@"cmd/pprof/internal/profile".p·2 *@"cmd/pprof/internal/profile".Profile "esc:0x1") @"cmd/pprof/internal/profile".decoder () (? []@"cmd/pprof/internal/profile".decoder) { return @"cmd/pprof/internal/profile".profileDecoder }
func (@"cmd/pprof/internal/profile".p·1 *@"cmd/pprof/internal/profile".Profile "esc:0x9") @"cmd/pprof/internal/profile".encode (@"cmd/pprof/internal/profile".b·2 *@"cmd/pprof/internal/profile".buffer)
func (@"cmd/pprof/internal/profile".p·2 *@"cmd/pprof/internal/profile".Profile "esc:0x9") @"cmd/pprof/internal/profile".postDecode () (? error)
func (@"cmd/pprof/internal/profile".p·1 *@"cmd/pprof/internal/profile".Profile "esc:0x9") @"cmd/pprof/internal/profile".preEncode ()
func (@"cmd/pprof/internal/profile".p·1 *@"cmd/pprof/internal/profile".Profile "esc:0x9") @"cmd/pprof/internal/profile".remapFunctionIDs ()
func (@"cmd/pprof/internal/profile".p·1 *@"cmd/pprof/internal/profile".Profile "esc:0x9") @"cmd/pprof/internal/profile".remapLocationIDs ()
func (@"cmd/pprof/internal/profile".p·1 *@"cmd/pprof/internal/profile".Profile "esc:0x9") @"cmd/pprof/internal/profile".remapMappingIDs ()
func (@"cmd/pprof/internal/profile".p·1 *@"cmd/pprof/internal/profile".Profile "esc:0x9") @"cmd/pprof/internal/profile".setMain ()
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 @"".Fetcher func(@"".src string, @"".timeout @"time".Duration, @"".ui @"".UI) (? *@"cmd/pprof/internal/profile".Profile, ? error)
type @"".Symbolizer func(@"".mode string, @"".src string, @"".prof *@"cmd/pprof/internal/profile".Profile, @"".obj @"".ObjTool, @"".ui @"".UI) (? error)
func @"".init ()
var @"regexp/syntax".instOpNames []string
func @"strings".HasPrefix (@"strings".s·2 string "esc:0x1", @"strings".prefix·3 string "esc:0x1") (? bool) { return len(@"strings".s·2) >= len(@"strings".prefix·3) && @"strings".s·2[0x0:len(@"strings".prefix·3)] == @"strings".prefix·3 }
type @"".noObjTool struct {}
func (? @"".noObjTool) Demangle (@"".name·3 []string "esc:0x1") (? map[string]string, ? error) { return make(map[string]string), nil }
func (? @"".noObjTool) Disasm (@"".file·3 string "esc:0x1", @"".start·4 uint64, @"".end·5 uint64) (? []@"".Inst, ? error)
func (? @"".noObjTool) Open (@"".file·3 string, @"".start·4 uint64) (? @"".ObjFile, ? error) { return nil, (&@"os".PathError{ Op:"open", Path:@"".file·3, Err:@"os".ErrNotExist }) }
func (? @"".noObjTool) SetConfig (@"".config·1 string "esc:0x1") { }
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 @"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)
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".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)
type @"".stdUI struct { @"".r *@"bufio".Reader }
func (@"".ui·2 *@"".stdUI "esc:0x1") IsTerminal () (? bool) { return false }
func (@"".ui·1 *@"".stdUI "esc:0x1") Print (@"".args·2 ...interface {} "esc:0x9")
func (@"".ui·1 *@"".stdUI "esc:0x1") PrintErr (@"".args·2 ...interface {} "esc:0x9")
func (@"".ui·3 *@"".stdUI "esc:0x18a") ReadLine () (? string, ? error)
func (@"".ui·1 *@"".stdUI "esc:0x1") SetAutoComplete (? func(? string) (? string)) { }
func (@"".ui·1 *@"".stdUI "esc:0x1") @"".fprint (@"".f·2 *@"os".File "esc:0x9", @"".args·3 []interface {} "esc:0x9")
func @"bufio".NewReader (@"bufio".rd·2 @"io".Reader) (? *@"bufio".Reader) { return @"bufio".NewReaderSize(@"bufio".rd·2, 0x1000) }
var @"os".Stdin *@"os".File
var @"cmd/pprof/internal/profile".valueTypeDecoder []@"cmd/pprof/internal/profile".decoder
var @"cmd/pprof/internal/profile".mappingDecoder []@"cmd/pprof/internal/profile".decoder
var @"cmd/pprof/internal/profile".functionDecoder []@"cmd/pprof/internal/profile".decoder
var @"cmd/pprof/internal/profile".lineDecoder []@"cmd/pprof/internal/profile".decoder
var @"cmd/pprof/internal/profile".locationDecoder []@"cmd/pprof/internal/profile".decoder
var @"cmd/pprof/internal/profile".labelDecoder []@"cmd/pprof/internal/profile".decoder
var @"cmd/pprof/internal/profile".sampleDecoder []@"cmd/pprof/internal/profile".decoder
var @"cmd/pprof/internal/profile".profileDecoder []@"cmd/pprof/internal/profile".decoder
type @"os".PathError struct { Op string; Path string; Err error }
func (@"os".e·2 *@"os".PathError "esc:0x9") Error () (? string)
var @"os".ErrNotExist error
var @"bufio".ErrInvalidUnreadByte error
var @"bufio".ErrInvalidUnreadRune error
var @"time".months [12]string
var @"time".days [7]string
var @"time".Local *@"time".Location
var @"time".UTC *@"time".Location
func @"bufio".NewReaderSize (@"bufio".rd·2 @"io".Reader, @"bufio".size·3 int) (? *@"bufio".Reader) { var @"bufio".b·4 *@"bufio".Reader; ; var @"bufio".ok·5 bool; ; @"bufio".b·4, @"bufio".ok·5 = @"bufio".rd·2.(*@"bufio".Reader); if @"bufio".ok·5 && len(@"bufio".b·4.@"bufio".buf) >= @"bufio".size·3 { return @"bufio".b·4 }; if @"bufio".size·3 < 0x10 { @"bufio".size·3 = 0x10 }; var @"bufio".r·6 *@"bufio".Reader; ; @"bufio".r·6 = new(@"bufio".Reader); @"bufio".r·6.@"bufio".reset(make([]byte, @"bufio".size·3), @"bufio".rd·2); return @"bufio".r·6 }
$$
�_go_.o 0 0 0 644 102405 `
go object linux amd64 go1.5.1 X:none
!
��go13ldbufio.a
fmt.aos.aregexp.astrings.a time.a8cmd/pprof/internal/profile.a�þ"".NoObjTool��€��ødH‹ %����H;avfHƒì81ÛH‰\$@H‰\$H1ÛH����H‰$H����H‰\$H����H‰\$H\$8H‰\$HÇD$ ����è����H‹\$(H‰\$@H‹\$0H‰\$HHƒÄ8Ãè����ë„
������H��"type."".noObjTool���^��type."".ObjTool���v��>go.itab."".noObjTool."".ObjTool���°
��runtime.convT2I���ì
��0runtime.morestack_noctxt��� p��"".autotmp_0000��"type."".noObjTool� "".~r0��type."".ObjTool�paop �€�ŠV �
�W)�Tgclocals·23e8278e2b69a3a75fa59b23c49ed6ad�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���|prebuilts/go/linux-x86/src/cmd/pprof/internal/plugin/plugin.goþ""".noObjTool.Open��€��ôdH‹ %����H;a†��Hƒì(1ÛH‰\$HH‰\$P1ÛH‰\$XH‰\$`H����H‰$è����H‹D$H-����H‰(HÇ@���H‰D$ H‹l$8H‰hH‹l$0€=�����…ž���H‰hH‹-����H‰h H‹-����€=�����ufH‰h(H‰D$ H‹����1íH9èt 1ÛH‰\$HH‰\$PH‹\$ H‰\$`H‰D$XHƒÄ(ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë±L@(L‰$H‰l$è����H‹D$ ë…L@L‰$H‰l$è����H‹D$ éJÿÿÿè����éÆþÿÿ
������d��"type.os.PathError���v
��"runtime.newobject���Ž�� go.string."open"���Ö�6runtime.writeBarrierEnabled���ú��os.ErrNotExist����os.ErrNotExist���œ�6runtime.writeBarrierEnabled���Â��6go.itab.*os.PathError.error���ž��$type.*os.PathError���´��type.error���Ì��6go.itab.*os.PathError.error���à
�� runtime.typ2Itab���’
��.runtime.writebarrierptr���Ä
��.runtime.writebarrierptr���â
��0runtime.morestack_noctxt���pP�� "".autotmp_0002�$type.*os.PathError�"".autotmp_0001��$type.*os.PathError� "".~r3�Ptype.error� "".~r2�0type."".ObjFile�"".start� type.uint64�"".file��type.string�P´OPt�À�–/��:µQ�Tgclocals·b767a85ad52475ddbcff98293d22a77d�Tgclocals·0c8aa8e80191a30eac23f1a218103f16���|prebuilts/go/linux-x86/src/cmd/pprof/internal/plugin/plugin.goþ*"".noObjTool.Demangle��à��ØdH‹ %����H;avVHƒì(1ÛH‰\$PH‰\$XH����H‰$HÇD$����HÇD$����HÇD$����è����H‹\$ H‰\$H1ÛH‰\$PH‰\$XHƒÄ(Ãè����ë”
������D��,type.map[string]string���Œ
��runtime.makemap���Ì
��0runtime.morestack_noctxt���`P�� "".~r2�@type.error� "".~r1�0,type.map[string]string�"".name��type.[]string�PQOP �p�žF �
�E+�Tgclocals·6432f8c6a0d23fa7bee6c5d96f21a92a�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���|prebuilts/go/linux-x86/src/cmd/pprof/internal/plugin/plugin.goþ&"".noObjTool.Disasm��À��¨dH‹ %����H;av{Hƒì81ÛH‰\$`H‰\$hH‰\$p1ÛH‰\$xH‰œ$€���H����H‰$HÇD$���1ÛH‰\$H‰\$H‰\$ è����H‹L$(H‹D$01ÛH‰\$`H‰\$hH‰\$pH‰L$xH‰„$€���HƒÄ8Ãè����élÿÿÿ
������l��Jgo.string."disassembly not supported"���²
��fmt.Errorf���–
��0runtime.morestack_noctxt���p��
"".~r4�ptype.error� "".~r3�@type.[]"".Inst� "".end�0type.uint64�"".start� type.uint64�"".file��type.string�pvop� �¦3W�
�XH�Tgclocals·4d8bed7e4976e3d095a9230e496231af�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���|prebuilts/go/linux-x86/src/cmd/pprof/internal/plugin/plugin.goþ,"".noObjTool.SetConfig�� ��Ã� ���"".config��type.string���°��Tgclocals·3f5c1f818fa7055d0400cecd34057162�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���|prebuilts/go/linux-x86/src/cmd/pprof/internal/plugin/plugin.goþ"".StandardUI��À ��¢ dH‹ %����H„$xÿÿÿH;A†¬��Hì��1ÛH‰œ$��H‰œ$��H‹����1íH9è„O��H‹����H‰„$ˆ���H‰ÃH‰”$���H‰D$hH‰T$pH‰ÐH‰”$€���HÇÂ���H‰\$x1íH9ëtH‹[H-����H9ë…ð��HÇÁ���€ù�„Â���H‹XH9ÓŒµ���H‰D$8H����H‰$è����H‹D$H‰D$PHƒø�„…���H‹l$8€=�����ubH‰(H‰D$PH‹����1íH9ètH‹\$PH‰œ$��H‰„$��HÄ��ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë´H‰$H‰l$è����H‹D$P댉�étÿÿÿH‰T$0Hƒú} HÇD$0���H����H‰$è����H‹L$0H‹D$H‰D$@H‰D$HH����H‰$H‰L$H‰L$è����L‹D$H‹t$ H‹l$(H‹T$xH‹Œ$€���H¼$°���1ÀHƒÇøè����L‰„$˜���L‰„$°���H‰´$ ���H‰´$¸���H‰¬$¨���H‰¬$À���H‰T$XH‰”$È���H‰L$`H‰Œ$Ð���HDŽ$ø���ÿÿÿÿHDŽ$���ÿÿÿÿH‹\$HHƒû�t,H¬$°���H‰\$H‰l$H-����H‰,$è����H‹D$@é1þÿÿ‰ëÐ1À1ÉéþÿÿH����H‰$H����H‰\$H����H‰\$è����H‹D$éýÿÿè����é/ýÿÿ2
������n��4go.itab.*os.File.io.Reader���’��os.Stdin���ž��$type.*bufio.Reader���‚��type."".stdUI���”
��"runtime.newobject���Ò�6runtime.writeBarrierEnabled���ö��.go.itab.*"".stdUI."".UI���Ì��type.*"".stdUI���â��type."".UI���ú��.go.itab.*"".stdUI."".UI���Ž
�� runtime.typ2Itab���¸
��.runtime.writebarrierptr���Š��"type.bufio.Reader���œ
��"runtime.newobject���Ò��type.[]uint8���ø
��"runtime.makeslice���Ö
Ô� runtime.duffzero���â ��"type.bufio.Reader���ô 
��(runtime.typedmemmove���°
��type.*os.File���Æ
��type.io.Reader���Þ
��4go.itab.*os.File.io.Reader���ò

�� runtime.typ2Itab��� 
��0runtime.morestack_noctxt��� ��"".autotmp_0016��type.*uint8�"".autotmp_0015�ïtype.*"".stdUI�"".autotmp_0014��$type.*bufio.Reader�"".autotmp_0012�ÿtype.io.Reader�"".autotmp_0011��type.*"".stdUI�"".autotmp_0010�¯"type.bufio.Reader�bufio.r·3�ßtype.io.Reader�bufio.buf·2�ßtype.[]uint8�bufio.b·1�ÿ$type.*bufio.Reader�bufio.r·6�$type.*bufio.Reader�bufio.size·3�¯type.int�bufio.rd·2�Ÿtype.io.Reader� "".~r0�Ÿ$type.*bufio.Reader�bufio.rd·2�¿type.io.Reader� "".~r0��type."".UI�"€½�à�Ò4“�"�É
}G.¾?(�Tgclocals·0ff332170910c5e93471971e9f7c38ce�Tgclocals·05c207f7fc688fa364060a4cb61d85a2���|prebuilts/go/linux-x86/src/cmd/pprof/internal/plugin/plugin.goþ("".(*stdUI).ReadLine��à��ÂdH‹ %����H;a†„���Hƒì01ÛH‰\$@H‰\$H1ÛH‰\$PH‰\$XH‹����H‰$H����H‰\$HÇD$���è����H‹\$8H‹+H‰,$ÆD$
è����H‹l$H‹T$H‹L$ H‹D$(H‰l$@H‰T$HH‰L$PH‰D$XHƒÄ0Ãè����é_ÿÿÿ
������d��os.Stdout���z��(go.string."(pprof) "��� 
��,os.(*File).WriteString���Ì
��4bufio.(*Reader).ReadString���°
��0runtime.morestack_noctxt���P`�� "".~r1�0type.error� "".~r0�type.string�
"".ui��type.*"".stdUI�`_`�°�â/%C�
�Oa�Tgclocals·89fe65749ce0afc971c0982226501ff0�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���|prebuilts/go/linux-x86/src/cmd/pprof/internal/plugin/plugin.goþ""".(*stdUI).Print��À��®dH‹ %����H;avAHƒì(H‹\$0H‰$H‹����H‰\$H‹\$8H‰\$H‹\$@H‰\$H‹\$HH‰\$ è����HƒÄ(Ãè����ë©
������>��os.Stderr���Ž
��$"".(*stdUI).fprint���¢
��0runtime.morestack_noctxt���@P��"".args�&type.[]interface {}�
"".ui��type.*"".stdUI�P<OP�`�ì8�
�F�Tgclocals·0ebb2d1da58c1b4224bf5a7b370d7578�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���|prebuilts/go/linux-x86/src/cmd/pprof/internal/plugin/plugin.goþ("".(*stdUI).PrintErr��À��®dH‹ %����H;avAHƒì(H‹\$0H‰$H‹����H‰\$H‹\$8H‰\$H‹\$@H‰\$H‹\$HH‰\$ è����HƒÄ(Ãè����ë©
������>��os.Stderr���Ž
��$"".(*stdUI).fprint���¢
��0runtime.morestack_noctxt���@P��"".args�&type.[]interface {}�
"".ui��type.*"".stdUI�P<OP�`�ô8�
�F�Tgclocals·0ebb2d1da58c1b4224bf5a7b370d7578�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���|prebuilts/go/linux-x86/src/cmd/pprof/internal/plugin/plugin.goþ,"".(*stdUI).IsTerminal�� �� ÆD$�Ã� ��� "".~r0�type.bool�
"".ui��type.*"".stdUI���þ��Tgclocals·3f5c1f818fa7055d0400cecd34057162�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���|prebuilts/go/linux-x86/src/cmd/pprof/internal/plugin/plugin.goþ6"".(*stdUI).SetAutoComplete�� ��Ã� ���
"".ui��type.*"".stdUI���†��Tgclocals·2a1dd1e1e59d0a384c26951e316cd7e6�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���|prebuilts/go/linux-x86/src/cmd/pprof/internal/plugin/plugin.goþ$"".(*stdUI).fprint��à��ÎdH‹ %����H;a†J��HƒìxH‹œ$���H‰$H‹œ$˜���H‰\$H‹œ$ ���H‰\$è����H‹|$H‹t$ H‰|$8H‰|$HH‰t$@L ����L‰L$XHÇÀ���H‰t$PH‰D$`H9ÆŒØ���H‰óH)ÃH‰õH9ó‡¿���H)ÝI‰øHƒý�tMH9Å…¢���L‰D$hL‰$H‰l$pH‰l$L‰L$H‰D$è����H‹|$8H‹t$@¶\$ H‰Ø<�u@HÇ$����H‰|$hH‰|$H‰t$pH‰t$H����H‰\$HÇD$ ���è����H‹|$(H‹t$0H‹œ$ˆ���H‰$H‰|$8H‰|$H‰t$@H‰t$è����HƒÄxÃ1ÀëŽè���� 1Àëƒè����é™þÿÿ
������|
��fmt.Sprint���¼��go.string."\n"���”
�� runtime.eqstring���†��go.string."\n"���¬
��*runtime.concatstring2���Š
��,os.(*File).WriteString���¦
��$runtime.panicslice���¼
��0runtime.morestack_noctxt���Pð��"".autotmp_0027��type.string�"".autotmp_0026�type.string�"strings.suffix·3�?type.string�strings.s·2�_type.string�"".text�type.string�"".args� &type.[]interface {}�"".f�type.*os.File�
"".ui��type.*"".stdUI�ð¶ïð"�ð�&Š5˜@%��=ŒL[�Tgclocals·956175074b3249e0865444212394b303�Tgclocals·5e29cf4e275ff1db65cfee262b3b8d1f���|prebuilts/go/linux-x86/src/cmd/pprof/internal/plugin/plugin.goþ"".init��à��ÐdH‹ %����H;avR¶����€û�t¶����€ûuÃè���� Æ����è����è����è����è����è����è����è����Æ����Ãè����ë˜
������$��"".initdone·���<��"".initdone·���R
��"runtime.throwinit���b�"".initdone·���n
��bufio.init���x
��fmt.init���‚
��os.init���Œ
��regexp.init���–
��strings.init��� 
��time.init���ª
��>cmd/pprof/internal/profile.init���¶�"".initdone·���Ä
��0runtime.morestack_noctxt��������p�p�¬p�
�(H�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���|prebuilts/go/linux-x86/src/cmd/pprof/internal/plugin/plugin.goþ("".(*noObjTool).Open�à��ØdH‹ %����H;a†��Hƒì`H‹Y H…Ût H|$hH9;uH‰#1ÛH‰œ$ˆ���H‰œ$���1ÛH‰œ$˜���H‰œ$ ���H‹\$h1íH9ëuEH����H‰$HÇD$���H����H‰\$HÇD$ ���H����H‰\$ HÇD$(���è���� H����H‰$è����H‹D$Hƒ|$h�„S��H‰D$8H‹l$xH‰hH‹l$p€=�����… ��H‰(H‹œ$€���1ÛH‰\$PH‰\$X1ÛH‰\$@H‰\$HH����H‰$è����H‹D$H-����H‰(HÇ@���H‹\$8H‰D$0L@L‰D$H‰\$H����H‰$è����H‹\$0H‹-����H‰k H‹-����€=�����uwH‰k(H‹\$0H‰\$0H‹����1íH9èt,H‹L$01öH‰´$ˆ���H‰´$���H‰„$˜���H‰Œ$ ���HƒÄ`ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë¥LC(L‰$H‰l$è����évÿÿÿH‰$H‰l$è����éÐþÿÿ‰%����é¡þÿÿè����éÔýÿÿ0
������À��$go.string."plugin"���è��*go.string."noObjTool"���’�� go.string."Open"���¸
��"runtime.panicwrap���Ê��type.string���Ü
��"runtime.newobject���°�6runtime.writeBarrierEnabled���’��"type.os.PathError���¤
��"runtime.newobject���¼�� go.string."open"�����type.string���¢
��(runtime.typedmemmove���º��os.ErrNotExist���Ð�os.ErrNotExist���Ü�6runtime.writeBarrierEnabled���Œ��6go.itab.*os.PathError.error���€��$type.*os.PathError���–��type.error���®��6go.itab.*os.PathError.error���Â
�� runtime.typ2Itab���ô
��.runtime.writebarrierptr���š
��.runtime.writebarrierptr���Æ
��0runtime.morestack_noctxt���€À��"".autotmp_0031�_$type.*os.PathError�"".autotmp_0030��$type.*os.PathError� "".~r3�?type.error� "".~r2�type."".ObjFile�"".&file�Otype.*string� "".~r3�`type.error� "".~r2�@type."".ObjFile�"".start�0type.uint64�"".file�type.string�""..this��$type.*"".noObjTool�À¥¿Às�°�°��›v?¼$�Tgclocals·775bfabe490fa0159036a13eb64f9bed�Tgclocals·80ab1919b0a6321b99c198bcf27982ed���<autogenerated>þ0"".(*noObjTool).Demangle�à��ÎdH‹ %����H;a†
��HƒìXH‹Y H…Ût H|$`H9;uH‰#1ÛH‰œ$ˆ���H‰œ$���H‹\$`1íH9ëuEH����H‰$HÇD$���H����H‰\$HÇD$ ���H����H‰\$ HÇD$(���è���� Hƒ|$`�tyH‹\$hH‰\$@H‹\$pH‰\$HH‹\$xH‰\$P1ÛH‰\$0H‰\$8H����H‰$HÇD$����HÇD$����HÇD$����è����H‹T$ 1ÉH‰”$€���H‰Œ$ˆ���H‰Œ$���HƒÄXÉ%����é{ÿÿÿè����éÙþÿÿ
������œ��$go.string."plugin"���Ä��*go.string."noObjTool"���î��(go.string."Demangle"���”
��"runtime.panicwrap���Š��,type.map[string]string���Ò
��runtime.makemap���¼
��0runtime.morestack_noctxt���p°�� "".~r2�Otype.error�"".name�/type.[]string� "".~r2�Ptype.error� "".~r1�@,type.map[string]string�"".name�type.[]string�""..this��$type.*"".noObjTool�°ù¯°�°�°��‰§�Tgclocals·b60dc0a6046c556b02baa766a3fd5a27�Tgclocals·12fc1489b12fcdedb8fc818b7369b5d9���<autogenerated>þ,"".(*noObjTool).Disasm�à��ÞdH‹ %����H;a†��HƒìHH‹Y H…Ût H|$PH9;uH‰#1ÛH‰\$xH‰œ$€���H‰œ$ˆ���1ÛH‰œ$���H‰œ$˜���H‹\$P1íH9ëuEH����H‰$HÇD$���H����H‰\$HÇD$ ���H����H‰\$ HÇD$(���è���� H‹\$PHƒû�toH‹\$XH‰$H‹\$`H‰\$H‹\$hH‰\$H‹\$pH‰\$è����H‹t$ H‹l$(H‹T$0H‹L$8H‹D$@H‰t$xH‰¬$€���H‰”$ˆ���H‰Œ$���H‰„$˜���HƒÄHÉëè����éÑþÿÿ
������Ê��$go.string."plugin"���ò��*go.string."noObjTool"���œ��$go.string."Disasm"���Â
��"runtime.panicwrap���´
��&"".noObjTool.Disasm���Ì
��0runtime.morestack_noctxt��� �� "".~r4�€type.error� "".~r3�Ptype.[]"".Inst� "".end�@type.uint64�"".start�0type.uint64�"".file�type.string�""..this��$type.*"".noObjTool�‰�°�°�� �Tgclocals·1602f442725c17689874e8f6adba3258�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ2"".(*noObjTool).SetConfig�à��ÐdH‹ %����H;a†‹���Hƒì0H‹Y H…Ût H|$8H9;uH‰#H‹\$81íH9ëuEH����H‰$HÇD$���H����H‰\$HÇD$ ���H����H‰\$ HÇD$( ���è���� Hƒ|$8�tH‹\$@H‹\$HHƒÄ0É%����ëèè����éXÿÿÿ
������x��$go.string."plugin"��� ��*go.string."noObjTool"���Ê��*go.string."SetConfig"���ð
��"runtime.panicwrap���¾
��0runtime.morestack_noctxt���0`��"".config�type.string�""..this��$type.*"".noObjTool�`}_`�°�
°�
�w9�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ(type..hash.[8]string�à��Ê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.strhash���¸
��0runtime.morestack_noctxt���0P��
"".autotmp_0039�type.int�"".autotmp_0038�type.int� "".~r2� type.uintptr�"".h�type.uintptr�"".p��type.*[8]string�POP�°�°�
�q?�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���|prebuilts/go/linux-x86/src/cmd/pprof/internal/plugin/plugin.goþ$type..eq.[8]string�à��ÖdH‹ %����H;a†Î���HƒìX1ÀHÇD$(���H‹l$(H9荒���H‰D$0H‹\$`Hƒû�„–���H‰ÅHÁåHëH‹3H‹KH‹\$hHƒû�tvH‰ÅHÁåHëH‹H‹CH9ÁuVH‰t$HH‰4$H‰L$PH‰L$H‰T$8H‰T$H‰D$@H‰D$è����¶\$ €û�t H‹D$0HÿÀH‹l$(H9èŒnÿÿÿÆD$pHƒÄXÃÆD$p�HƒÄXÉ놉écÿÿÿè����éÿÿÿ
������¼
�� runtime.eqstring���Ä
��0runtime.morestack_noctxt���0°��"".autotmp_0043�?type.string�"".autotmp_0042�type.string�"".autotmp_0041�_type.int�"".autotmp_0040�Otype.int� "".~r2� type.bool�"".q�type.*[8]string�"".p��type.*[8]string�&°´¯° ¯°�ð�ð� �S�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·a8eabfc4a4514ed6b3b0c61e9680e440���|prebuilts/go/linux-x86/src/cmd/pprof/internal/plugin/plugin.goþ$type..hash."".Inst� ��œdH‹ %����H;a†ñ���Hƒì H‹\$(H‰$Hƒ<$�„Í���H‹\$0H‰\$HÇD$���è����H‹D$H‹\$(H‰$Hƒ<$�„���Hƒ$H‰D$0H‰D$è����H‹D$H‹\$(H‰$Hƒ<$�t^Hƒ$H‰D$0H‰D$è����H‹D$H‹\$(H‰$Hƒ<$�t,Hƒ$(H‰D$0H‰D$HÇD$���è����H‹\$H‰\$8HƒÄ É%����ëˉ%����뙉%����édÿÿÿ‰%����é'ÿÿÿè����éòþÿÿ
������~
��runtime.memhash���Ø
��runtime.strhash���ª
��runtime.strhash���Ž
��runtime.memhash���Š
��0runtime.morestack_noctxt���0@�� "".~r2� type.uintptr�"".h�type.uintptr�"".p��type.*"".Inst�@Â?@6��� �>Ò�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���|prebuilts/go/linux-x86/src/cmd/pprof/internal/plugin/plugin.goþ type..eq."".Inst� ��„dH‹ %����H;a†%��HƒìHH‹L$PH‹D$XH‹H‹(H9ët
ÆD$`�HƒÄHÃH‹qH‹IH‹PH‹@H9Á…ß���H‰t$8H‰4$H‰L$@H‰L$H‰T$(H‰T$H‰D$0H‰D$è����¶\$ €û�„¥���H‹\$PHƒû�„���H‹SH‹C H‹\$XHƒû�txH‹sH‹K H9ÈuaH‰T$(H‰$H‰D$0H‰D$H‰t$8H‰t$H‰L$@H‰L$è����¶\$ €û�t+H‹l$PH‹](L‹D$XI‹h(H9ët
ÆD$`�HƒÄHÃÆD$`HƒÄHÃÆD$`�HƒÄHÉ넉éjÿÿÿÆD$`�HƒÄHÃè����é¾þÿÿ
������î
�� runtime.eqstring����� runtime.eqstring���ò
��0runtime.morestack_noctxt���0��"".autotmp_0047��type.string�"".autotmp_0046��type.string�"".autotmp_0045�?type.string�"".autotmp_0044�type.string� "".~r2� type.bool�"".q�type.*"".Inst�"".p��type.*"".Inst�JØ  �Ð�Ð� �vÚ�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·a8eabfc4a4514ed6b3b0c61e9680e440���|prebuilts/go/linux-x86/src/cmd/pprof/internal/plugin/plugin.goþ"".ObjFile.Base�À��¦dH‹ %����H;av=HƒìH‹Y H…Ût H|$H9;uH‰#H‹\$ H‰$H‹\$H‹[ ÿÓH‹\$H‰\$(HƒÄÃè����ë­
������v�������š
��0runtime.morestack_noctxt���0 �� "".~r0� type.uint64�""..this��type."".ObjFile� 8 �`� `�
�;%�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ$"".ObjFile.BuildID�à��ÒdH‹ %����H;avSHƒìH‹Y H…Ût H|$ H9;uH‰#1ÛH‰\$0H‰\$8H‹\$(H‰$H‹\$ H‹[(ÿÓH‹L$H‹D$H‰L$0H‰D$8HƒÄÃè����ë—
������Ž�������Æ
��0runtime.morestack_noctxt���@0�� "".~r0� type.string�""..this��type."".ObjFile�0N/0�p�p�
�G)�Tgclocals·0ebb2d1da58c1b4224bf5a7b370d7578�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ "".ObjFile.Close�à��ÒdH‹ %����H;avSHƒìH‹Y H…Ût H|$ H9;uH‰#1ÛH‰\$0H‰\$8H‹\$(H‰$H‹\$ H‹[0ÿÓH‹L$H‹D$H‰L$0H‰D$8HƒÄÃè����ë—
������Ž�������Æ
��0runtime.morestack_noctxt���@0�� "".~r0� type.error�""..this��type."".ObjFile�0N/0�p�p�
�G)�Tgclocals·0ebb2d1da58c1b4224bf5a7b370d7578�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ"".ObjFile.Name�à��ÒdH‹ %����H;avSHƒìH‹Y H…Ût H|$ H9;uH‰#1ÛH‰\$0H‰\$8H‹\$(H‰$H‹\$ H‹[8ÿÓH‹L$H‹D$H‰L$0H‰D$8HƒÄÃè����ë—
������Ž�������Æ
��0runtime.morestack_noctxt���@0�� "".~r0� type.string�""..this��type."".ObjFile�0N/0�p�p�
�G)�Tgclocals·0ebb2d1da58c1b4224bf5a7b370d7578�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ*"".ObjFile.SourceLine�à��ÒdH‹ %����H;a†Œ���Hƒì8H‹Y H…Ût H|$@H9;uH‰#1ÛH‰\$XH‰\$`H‰\$h1ÛH‰\$pH‰\$xH‹\$PH‰\$H‹\$HH‰$H‹\$@H‹[@ÿÓH‹t$H‹l$H‹T$ H‹L$(H‹D$0H‰t$XH‰l$`H‰T$hH‰L$pH‰D$xHƒÄ8Ãè����éWÿÿÿ
���������������0runtime.morestack_noctxt���€p�� "".~r2�`type.error� "".~r1�0type.[]"".Frame�"".addr� type.uint64�""..this��type."".ObjFile�p‡op�°�°�
�fJ�Tgclocals·6d46c0650eba7dbebc0db316e0e0cf3b�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ$"".ObjFile.Symbols�€��þdH‹ %����H;a†¢���Hƒì@H‹Y H…Ût H|$HH9;uH‰#1ÛH‰\$hH‰\$pH‰\$x1ÛH‰œ$€���H‰œ$ˆ���H‹\$XH‰\$H‹\$`H‰\$H‹\$PH‰$H‹\$HH‹[HÿÓH‹t$H‹l$ H‹T$(H‹L$0H‹D$8H‰t$hH‰l$pH‰T$xH‰Œ$€���H‰„$ˆ���HƒÄ@Ãè����éAÿÿÿ
������ì�������ì
��0runtime.morestack_noctxt���€��
"".~r3�ptype.error� "".~r2�@type.[]*"".Sym�"".addr�0type.uint64�"".r� &type.*regexp.Regexp�""..this��type."".ObjFile�€€ �À�À�
�vJ�Tgclocals·ba29f4ffec7cbdbccac9263d9ab0fecf�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ&type..hash."".Frame� ��˜dH‹ %����H;a†¯���Hƒì H‹\$(H‰$Hƒ<$�„‹���H‹\$0H‰\$è����H‹D$H‹\$(H‰$Hƒ<$�t^Hƒ$H‰D$0H‰D$è����H‹D$H‹\$(H‰$Hƒ<$�t,Hƒ$ H‰D$0H‰D$HÇD$���è����H‹\$H‰\$8HƒÄ É%����ëˉ%����뙉%����éiÿÿÿè����é4ÿÿÿ
������l
��runtime.strhash���¾
��runtime.strhash���¢
��runtime.memhash���†
��0runtime.morestack_noctxt���0@�� "".~r2� type.uintptr�"".h�type.uintptr�"".p��type.*"".Frame�@Œ?@,�Ð�Ð� �5›�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���|prebuilts/go/linux-x86/src/cmd/pprof/internal/plugin/plugin.goþ"type..eq."".Frame� ��šdH‹ %����H;a†0��HƒìHH‹\$PHƒû�„��H‹3H‹KH‹\$XHƒû�„ù���H‹H‹CH9Á…ß���H‰t$8H‰4$H‰L$@H‰L$H‰T$(H‰T$H‰D$0H‰D$è����¶\$ €û�„¥���H‹\$PHƒû�„���H‹SH‹CH‹\$XHƒû�txH‹sH‹KH9ÈuaH‰T$(H‰$H‰D$0H‰D$H‰t$8H‰t$H‰L$@H‰L$è����¶\$ €û�t+H‹l$PH‹] L‹D$XI‹h H9ët
ÆD$`�HƒÄHÃÆD$`HƒÄHÃÆD$`�HƒÄHÉ넉éjÿÿÿÆD$`�HƒÄHÉé�ÿÿÿ‰éãþÿÿè����é³þÿÿ
������è
�� runtime.eqstring���º
�� runtime.eqstring���ˆ
��0runtime.morestack_noctxt���0��"".autotmp_0059��type.string�"".autotmp_0058��type.string�"".autotmp_0057�?type.string�"".autotmp_0056�type.string� "".~r2� type.bool�"".q�type.*"".Frame�"".p��type.*"".Frame�>ô  �Ð�Ð� �sÝ�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·a8eabfc4a4514ed6b3b0c61e9680e440���|prebuilts/go/linux-x86/src/cmd/pprof/internal/plugin/plugin.goþ&"".ObjTool.Demangle�À��¨dH‹ %����H;av{Hƒì8H‹Y H…Ût H|$@H9;uH‰#1ÛH‰\$pH‰\$xH‹\$PH‰\$H‹\$XH‰\$H‹\$`H‰\$H‹\$HH‰$H‹\$@H‹[ ÿÓH‹T$ H‹L$(H‹D$0H‰T$hH‰L$pH‰D$xHƒÄ8Ãè����élÿÿÿ
������Ê�������–
��0runtime.morestack_noctxt���€p�� "".~r2�`type.error� "".~r1�P,type.map[string]string�"".names� type.[]string�""..this��type."".ObjTool�pvop� � �
�e;�Tgclocals·dacebcad73eed5073009fd67170948d0�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ""".ObjTool.Disasm�à��ÐdH‹ %����H;a†Ë���HƒìPH‹Y H…Ût H|$XH9;uH‰#1ÛH‰œ$ˆ���H‰œ$���H‰œ$˜���1ÛH‰œ$ ���H‰œ$¨���H‹\$hH‰\$H‹\$pH‰\$H‹\$xH‰\$H‹œ$€���H‰\$ H‹\$`H‰$H‹\$XH‹[(ÿÓH‹t$(H‹l$0H‹T$8H‹L$@H‹D$HH‰´$ˆ���H‰¬$���H‰”$˜���H‰Œ$ ���H‰„$¨���HƒÄPÃè����éÿÿÿ
������¬�������¾
��0runtime.morestack_noctxt���° �� "".~r4�type.error� "".~r3�`type.[]"".Inst� "".end�Ptype.uint64�"".start�@type.uint64�"".file� type.string�""..this��type."".ObjTool� ÆŸ �ð�ð� �–Z�Tgclocals·367ecdb853c4078732fb255f2658ce3f�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ"".ObjTool.Open�€��ôdH‹ %����H;a†���Hƒì@H‹Y H…Ût H|$HH9;uH‰#1ÛH‰\$pH‰\$x1ÛH‰œ$€���H‰œ$ˆ���H‹\$XH‰\$H‹\$`H‰\$H‹\$hH‰\$H‹\$PH‰$H‹\$HH‹[0ÿÓH‹l$ H‹T$(H‹L$0H‹D$8H‰l$pH‰T$xH‰Œ$€���H‰„$ˆ���HƒÄ@Ãè����éFÿÿÿ
������ö�������â
��0runtime.morestack_noctxt���€��
"".~r3�ptype.error� "".~r2�Ptype."".ObjFile�"".start�@type.uint64�"".file� type.string�""..this��type."".ObjTool�€˜€�À�À�
�{E�Tgclocals·ba29f4ffec7cbdbccac9263d9ab0fecf�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ("".ObjTool.SetConfig�À��ºdH‹ %����H;avGHƒìH‹Y H…Ût H|$ H9;uH‰#H‹\$0H‰\$H‹\$8H‰\$H‹\$(H‰$H‹\$ H‹[8ÿÓHƒÄÃè����ë£
������ž�������®
��0runtime.morestack_noctxt���@0��"".config� type.string�""..this��type."".ObjTool�0B/0
�`�`�
�O�Tgclocals·e5d5edcf53e2c122038779d75a487a60�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ "".UI.IsTerminal�À��¤dH‹ %����H;av<HƒìH‹Y H…Ût H|$H9;uH‰#H‹\$ H‰$H‹\$H‹[ ÿÓ¶\$ˆ\$(HƒÄÃè����ë®
������v�������˜
��0runtime.morestack_noctxt���0 �� "".~r0� type.bool�""..this��type."".UI� 7 �`� `�
�;%�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ"".UI.Print�à��ÎdH‹ %����H;avQHƒì H‹Y H…Ût H|$(H9;uH‰#H‹\$8H‰\$H‹\$@H‰\$H‹\$HH‰\$H‹\$0H‰$H‹\$(H‹[(ÿÓHƒÄ Ãè����ë™
������²�������Â
��0runtime.morestack_noctxt���P@��""..anon0� &type.[]interface {}�""..this��type."".UI�@L?@�p�"p�
�Y�Tgclocals·13bdb4aeeaf63de3cc223d640262ea59�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ"".UI.PrintErr�à��ÎdH‹ %����H;avQHƒì H‹Y H…Ût H|$(H9;uH‰#H‹\$8H‰\$H‹\$@H‰\$H‹\$HH‰\$H‹\$0H‰$H‹\$(H‹[0ÿÓHƒÄ Ãè����ë™
������²�������Â
��0runtime.morestack_noctxt���P@��""..anon0� &type.[]interface {}�""..this��type."".UI�@L?@�p�$p�
�Y�Tgclocals·13bdb4aeeaf63de3cc223d640262ea59�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ"".UI.ReadLine� ��˜dH‹ %����H;avsHƒì(H‹Y H…Ût H|$0H9;uH‰#1ÛH‰\$@H‰\$H1ÛH‰\$PH‰\$XH‹\$8H‰$H‹\$0H‹[8ÿÓH‹l$H‹T$H‹L$H‹D$ H‰l$@H‰T$HH‰L$PH‰D$XHƒÄ(Ãè����étÿÿÿ
������¦�������†
��0runtime.morestack_noctxt���`P�� "".~r1�@type.error� "".~r0� type.string�""..this��type."".UI�PnOP��&�
�S=�Tgclocals·d98f60bd8519d0c68364b2a1d83af357�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ*"".UI.SetAutoComplete�À��¦dH‹ %����H;av=HƒìH‹Y H…Ût H|$H9;uH‰#H‹\$(H‰\$H‹\$ H‰$H‹\$H‹[@ÿÓHƒÄÃè����ë­
������Š�������š
��0runtime.morestack_noctxt���0 ��"".complete� 0type.func(string) string�""..this��type."".UI� 8 �`�(`�
�E�Tgclocals·5c5a9f3dff47a8940bdc317b9324ac2a�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ"".FlagSet.Bool� ��ŽdH‹ %����H;avnHƒì8H‹Y H…Ût H|$@H9;uH‰#H‹\$PH‰\$H‹\$XH‰\$¶\$`ˆ\$H‹\$hH‰\$ H‹\$pH‰\$(H‹\$HH‰$H‹\$@H‹[ ÿÓH‹\$0H‰\$xHƒÄ8Ãè����éyÿÿÿ
������Ø�������ü
��0runtime.morestack_noctxt���€p��
"".~r3�ptype.*bool�"".usage�Ptype.string� "".def�@type.bool�"".name� type.string�""..this��type."".FlagSet�piop��*�
�l$�Tgclocals·12a99cdea97db20a8b75adc6f96ba536�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ*"".FlagSet.ExtraUsage�à��ÒdH‹ %����H;avSHƒìH‹Y H…Ût H|$ H9;uH‰#1ÛH‰\$0H‰\$8H‹\$(H‰$H‹\$ H‹[(ÿÓH‹L$H‹D$H‰L$0H‰D$8HƒÄÃè����ë—
������Ž�������Æ
��0runtime.morestack_noctxt���@0�� "".~r0� type.string�""..this��type."".FlagSet�0N/0�p�,p�
�G)�Tgclocals·0ebb2d1da58c1b4224bf5a7b370d7578�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ$"".FlagSet.Float64� ��”dH‹ %����H;avqHƒì8H‹Y H…Ût H|$@H9;uH‰#H‹\$PH‰\$H‹\$XH‰\$òD$`òD$H‹\$hH‰\$ H‹\$pH‰\$(H‹\$HH‰$H‹\$@H‹[0ÿÓH‹\$0H‰\$xHƒÄ8Ãè����évÿÿÿ
������Þ�������‚
��0runtime.morestack_noctxt���€p��
"".~r3�ptype.*float64�"".usage�Ptype.string� "".def�@type.float64�"".name� type.string�""..this��type."".FlagSet�plop��.�
�o!�Tgclocals·12a99cdea97db20a8b75adc6f96ba536�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ"".FlagSet.Int� ��dH‹ %����H;avoHƒì8H‹Y H…Ût H|$@H9;uH‰#H‹\$PH‰\$H‹\$XH‰\$H‹\$`H‰\$H‹\$hH‰\$ H‹\$pH‰\$(H‹\$HH‰$H‹\$@H‹[8ÿÓH‹\$0H‰\$xHƒÄ8Ãè����éxÿÿÿ
������Ú�������þ
��0runtime.morestack_noctxt���€p��
"".~r3�ptype.*int�"".usage�Ptype.string� "".def�@type.int�"".name� type.string�""..this��type."".FlagSet�pjop��0�
�m#�Tgclocals·12a99cdea97db20a8b75adc6f96ba536�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ "".FlagSet.Parse� ��ŠdH‹ %����H;avlHƒì(H‹Y H…Ût H|$0H9;uH‰#1ÛH‰\$HH‰\$PH‰\$XH‹\$@H‰\$H‹\$8H‰$H‹\$0H‹[@ÿÓH‹T$H‹L$H‹D$ H‰T$HH‰L$PH‰D$XHƒÄ(Ãè����é{ÿÿÿ
������¬�������ø
��0runtime.morestack_noctxt���`P�� "".~r1�0type.[]string�"".usage� type.func()�""..this��type."".FlagSet�PgOP��2�
�V:�Tgclocals·13a990b4a341857296a1c12de153dcaa�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ""".FlagSet.String�À��°dH‹ %����H;avHƒì@H‹Y H…Ût H|$HH9;uH‰#H‹\$XH‰\$H‹\$`H‰\$H‹\$hH‰\$H‹\$pH‰\$ H‹\$xH‰\$(H‹œ$€���H‰\$0H‹\$PH‰$H‹\$HH‹[HÿÓH‹\$8H‰œ$ˆ���HƒÄ@Ãè����éhÿÿÿ
������ô�������ž
��0runtime.morestack_noctxt���€��
"".~r3�€type.*string�"".usage�`type.string� "".def�@type.string�"".name� type.string�""..this��type."".FlagSet�€z€� �4 �
�z&�Tgclocals·72494b7a18bb1900ec3de1c3f3f8fc78�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ0>go.itab."".noObjTool."".ObjTool�����þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·23e8278e2b69a3a75fa59b23c49ed6ad��������������þ06go.itab.*os.PathError.error�����þ(go.string.hdr."open"� �� ������������������ go.string."open"���þ go.string."open"���
open��þTgclocals·0c8aa8e80191a30eac23f1a218103f16� �� ��������������þTgclocals·b767a85ad52475ddbcff98293d22a77d� �� �������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·6432f8c6a0d23fa7bee6c5d96f21a92a�������������þRgo.string.hdr."disassembly not supported"� �� ������������������Jgo.string."disassembly not supported"���þJgo.string."disassembly not supported"�@��4disassembly not supported��þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·4d8bed7e4976e3d095a9230e496231af������ �������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·3f5c1f818fa7055d0400cecd34057162�������������þ04go.itab.*os.File.io.Reader�����þ0.go.itab.*"".stdUI."".UI�����þTgclocals·05c207f7fc688fa364060a4cb61d85a2�@��@�������������������������þTgclocals·0ff332170910c5e93471971e9f7c38ce�@��@�������������������������������þ0go.string.hdr."(pprof) "� �� ������������������(go.string."(pprof) "���þ(go.string."(pprof) "� ��(pprof) ��þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·89fe65749ce0afc971c0982226501ff0�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0ebb2d1da58c1b4224bf5a7b370d7578�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0ebb2d1da58c1b4224bf5a7b370d7578�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·3f5c1f818fa7055d0400cecd34057162�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·2a1dd1e1e59d0a384c26951e316cd7e6�������������þ$go.string.hdr."\n"� �� ������������������go.string."\n"���þgo.string."\n"���
��þTgclocals·5e29cf4e275ff1db65cfee262b3b8d1f� �� ��������������þTgclocals·956175074b3249e0865444212394b303� �� �������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þ0"".initdone·��type.uint8���þ"".NoObjTool·f��������������"".NoObjTool���þ("".noObjTool.Open·f��������������""".noObjTool.Open���þ0"".noObjTool.Demangle·f��������������*"".noObjTool.Demangle���þ,"".noObjTool.Disasm·f��������������&"".noObjTool.Disasm���þ2"".noObjTool.SetConfig·f��������������,"".noObjTool.SetConfig���þ "".StandardUI·f��������������"".StandardUI���þ."".(*stdUI).ReadLine·f��������������("".(*stdUI).ReadLine���þ("".(*stdUI).Print·f��������������""".(*stdUI).Print���þ."".(*stdUI).PrintErr·f��������������("".(*stdUI).PrintErr���þ2"".(*stdUI).IsTerminal·f��������������,"".(*stdUI).IsTerminal���þ<"".(*stdUI).SetAutoComplete·f��������������6"".(*stdUI).SetAutoComplete���þ*"".(*stdUI).fprint·f��������������$"".(*stdUI).fprint���þ"".init·f��������������"".init���þ"runtime.gcbits.01����þBgo.string.hdr."*plugin.noObjTool"� �� ������������������:go.string."*plugin.noObjTool"���þ:go.string."*plugin.noObjTool"�0��$*plugin.noObjTool��þ,go.string.hdr."plugin"� �� ������������������$go.string."plugin"���þ$go.string."plugin"���plugin��þ2go.string.hdr."noObjTool"� �� �������� ����������*go.string."noObjTool"���þ*go.string."noObjTool"� ��noObjTool��þ(go.string.hdr."Open"� �� ������������������ go.string."Open"���þ go.string."Open"���
Open��þTgclocals·80ab1919b0a6321b99c198bcf27982ed�(��(�����������������þTgclocals·775bfabe490fa0159036a13eb64f9bed�(��(����������������þ0go.string.hdr."Demangle"� �� ������������������(go.string."Demangle"���þ(go.string."Demangle"� ��Demangle��þTgclocals·12fc1489b12fcdedb8fc818b7369b5d9��������������þTgclocals·b60dc0a6046c556b02baa766a3fd5a27�������������þ,go.string.hdr."Disasm"� �� ������������������$go.string."Disasm"���þ$go.string."Disasm"���Disasm��þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·1602f442725c17689874e8f6adba3258������
�������þ2go.string.hdr."SetConfig"� �� �������� ����������*go.string."SetConfig"���þ*go.string."SetConfig"� ��SetConfig��þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·3bb21ca8fe1d99a3e492463bd711418a�������������þ0go.string.hdr."[]string"� �� ������������������(go.string."[]string"���þ(go.string."[]string"� ��[]string��þtype.[]string� �� ��������������Ó¨ó
��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��0go.string.hdr."[]string"���p��,go.weak.type.*[]string���€��"runtime.zerovalue�����type.string���þ:go.typelink.[]string []string��������������type.[]string���þ.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���þruntime.gcbits.������þ0go.string.hdr."[8]uint8"� �� ������������������(go.string."[8]uint8"���þ(go.string."[8]uint8"� ��[8]uint8��þtype.[8]uint8�À��À���������������>ù0´�‘�����������������������������������������������������������������������0 � runtime.algarray���@��runtime.gcbits.���P��0go.string.hdr."[8]uint8"���p��,go.weak.type.*[8]uint8���€��"runtime.zerovalue�����type.uint8��� ��type.[]uint8���þ:go.typelink.[8]uint8 [8]uint8��������������type.[8]uint8���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440��������������þTgclocals·3bb21ca8fe1d99a3e492463bd711418a�������������þ0type..hashfunc.[8]string��������������(type..hash.[8]string���þ,type..eqfunc.[8]string��������������$type..eq.[8]string���þ&type..alg.[8]string� �� �������������������0type..hashfunc.[8]string�����,type..eqfunc.[8]string���þ&runtime.gcbits.5555���UU�þ2go.string.hdr."[8]string"� �� �������� ����������*go.string."[8]string"���þ*go.string."[8]string"� ��[8]string��þtype.[8]string�À��À€�������x�������USŒ>������������������������������������������������������������������������0��&type..alg.[8]string���@��&runtime.gcbits.5555���P��2go.string.hdr."[8]string"���p��.go.weak.type.*[8]string���€��"runtime.zerovalue�����type.string��� ��type.[]string���þ>go.typelink.[8]string [8]string��������������type.[8]string���þRgo.string.hdr."*map.bucket[string]string"� �� ������������������Jgo.string."*map.bucket[string]string"���þJgo.string."*map.bucket[string]string"�@��4*map.bucket[string]string��þ<type.*map.bucket[string]string� �� ��������������¦te�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��Rgo.string.hdr."*map.bucket[string]string"���p��Ngo.weak.type.**map.bucket[string]string���€��"runtime.zerovalue�����:type.map.bucket[string]string���þ2runtime.gcbits.aaaaaaaa02�
��
ªªªª�þPgo.string.hdr."map.bucket[string]string"� �� ������������������Hgo.string."map.bucket[string]string"���þHgo.string."map.bucket[string]string"�@��2map.bucket[string]string��þ.go.string.hdr."topbits"� �� ������������������&go.string."topbits"���þ&go.string."topbits"���topbits��þ(go.string.hdr."keys"� �� ������������������ go.string."keys"���þ go.string."keys"���
keys��þ,go.string.hdr."values"� �� ������������������$go.string."values"���þ$go.string."values"���values��þ0go.string.hdr."overflow"� �� ������������������(go.string."overflow"���þ(go.string."overflow"� ��overflow��þ:type.map.bucket[string]string�€��€������������Þ>��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ˆ���������������������������������������������0à� runtime.algarray���@��2runtime.gcbits.aaaaaaaa02���P��Pgo.string.hdr."map.bucket[string]string"���p��Lgo.weak.type.*map.bucket[string]string���€��"runtime.zerovalue���À�:type.map.bucket[string]string���À��.go.string.hdr."topbits"���à��type.[8]uint8�����(go.string.hdr."keys"���°��type.[8]string���à��,go.string.hdr."values"���€��type.[8]string���°��0go.string.hdr."overflow"���Ð��<type.*map.bucket[string]string���þ"runtime.gcbits.2c���,�þJgo.string.hdr."map.hdr[string]string"� �� ������������������Bgo.string."map.hdr[string]string"���þBgo.string."map.hdr[string]string"�0��,map.hdr[string]string��þ*go.string.hdr."count"� �� ������������������"go.string."count"���þ"go.string."count"��� count��þ*go.string.hdr."flags"� �� ������������������"go.string."flags"���þ"go.string."flags"��� flags��þ"go.string.hdr."B"� �� ������������������go.string."B"���þgo.string."B"���B��þ*go.string.hdr."hash0"� �� ������������������"go.string."hash0"���þ"go.string."hash0"��� hash0��þ.go.string.hdr."buckets"� �� ������������������&go.string."buckets"���þ&go.string."buckets"���buckets��þ4go.string.hdr."oldbuckets"� �� ��������
����������,go.string."oldbuckets"���þ,go.string."oldbuckets"� ��oldbuckets��þ2go.string.hdr."nevacuate"� �� �������� ����������*go.string."nevacuate"���þ*go.string."nevacuate"� ��nevacuate��þ4type.map.hdr[string]string�À��À0�������0�������Ïmlh�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� ��������������������������������������� ��������������������������������������������������������������������������������������������������������������������� ���������������������������������������(�������,0à� runtime.algarray���@��"runtime.gcbits.2c���P��Jgo.string.hdr."map.hdr[string]string"���p��Fgo.weak.type.*map.hdr[string]string���€��"runtime.zerovalue���À�4type.map.hdr[string]string���À��*go.string.hdr."count"���à��type.int�����*go.string.hdr."flags"���°��type.uint8���à��"go.string.hdr."B"���€��type.uint8���°��*go.string.hdr."hash0"���Ð��type.uint32���€��.go.string.hdr."buckets"��� ��<type.*map.bucket[string]string���Ð��4go.string.hdr."oldbuckets"���ð��<type.*map.bucket[string]string��� ��2go.string.hdr."nevacuate"���À��type.uintptr���ð��0go.string.hdr."overflow"�����&type.unsafe.Pointer���þBgo.string.hdr."map[string]string"� �� ������������������:go.string."map[string]string"���þ:go.string."map[string]string"�0��$map[string]string��þ,type.map[string]string�Þ��Þ��������������Y¡ç)�5����������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Bgo.string.hdr."map[string]string"���p��>go.weak.type.*map[string]string���€��"runtime.zerovalue�����type.string��� ��type.string���°��:type.map.bucket[string]string���À��4type.map.hdr[string]string���þ^go.typelink.map[string]string map[string]string��������������,type.map[string]string���þ˜go.string.hdr."func(*plugin.noObjTool, []string) (map[string]string, error)"� �� ��������<����������go.string."func(*plugin.noObjTool, []string) (map[string]string, error)"���þgo.string."func(*plugin.noObjTool, []string) (map[string]string, error)"�€��zfunc(*plugin.noObjTool, []string) (map[string]string, error)��þztype.func(*"".noObjTool, []string) (map[string]string, error)�À��À��������������ù‰R\�3������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��˜go.string.hdr."func(*plugin.noObjTool, []string) (map[string]string, error)"���p��Œgo.weak.type.*func(*"".noObjTool, []string) (map[string]string, error)���€��"runtime.zerovalue��� €�ztype.func(*"".noObjTool, []string) (map[string]string, error)���Р�ztype.func(*"".noObjTool, []string) (map[string]string, error)���€��$type.*"".noObjTool�����type.[]string��� ��,type.map[string]string���°��type.error���þ‚go.typelink.func(*plugin.noObjTool, []string) (map[string]string, error) func(*"".noObjTool, []string) (map[string]string, error)��������������ztype.func(*"".noObjTool, []string) (map[string]string, error)���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440��������������þTgclocals·3bb21ca8fe1d99a3e492463bd711418a�������������þ,type..hashfunc."".Inst��������������$type..hash."".Inst���þ(type..eqfunc."".Inst�������������� type..eq."".Inst���þ"type..alg."".Inst� �� �������������������,type..hashfunc."".Inst�����(type..eqfunc."".Inst���þ8go.string.hdr."*plugin.Inst"� �� �������� ����������0go.string."*plugin.Inst"���þ0go.string."*plugin.Inst"� ��*plugin.Inst��þtype.*"".Inst�� �� ��������������ëC¥Ð�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��8go.string.hdr."*plugin.Inst"���p��,go.weak.type.**"".Inst���€��"runtime.zerovalue�����type."".Inst���þ"runtime.gcbits.0a���
�þ6go.string.hdr."plugin.Inst"� �� �������� ����������.go.string."plugin.Inst"���þ.go.string."plugin.Inst"� ��plugin.Inst��þ(go.string.hdr."Addr"� �� ������������������ go.string."Addr"���þ go.string."Addr"���
Addr��þ(go.string.hdr."Text"� �� ������������������ go.string."Text"���þ go.string."Text"���
Text��þ(go.string.hdr."File"� �� ������������������ go.string."File"���þ go.string."File"���
File��þ(go.string.hdr."Line"� �� ������������������ go.string."Line"���þ go.string."Line"���
Line��þ(go.string.hdr."Inst"� �� ������������������ go.string."Inst"���þ go.string."Inst"���
Inst��þRgo.string.hdr."cmd/pprof/internal/plugin"� �� ������������������Jgo.string."cmd/pprof/internal/plugin"���þJgo.string."cmd/pprof/internal/plugin"�@��4cmd/pprof/internal/plugin��þ"go.importpath."".� �� ������������������Jgo.string."cmd/pprof/internal/plugin"���þtype."".Inst��Ð��Ð0������� �������Á2Ì�����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������(�����������������������������������������������$0��"type..alg."".Inst���@��"runtime.gcbits.0a���P��6go.string.hdr."plugin.Inst"���p��type.*"".Inst���€��"runtime.zerovalue���À�type."".Inst���À��(go.string.hdr."Addr"���à��type.uint64�����(go.string.hdr."Text"���°��type.string���à��(go.string.hdr."File"���€��type.string���°��(go.string.hdr."Line"���Ð��type.int���`€�type."".Inst���€��(go.string.hdr."Inst"�����"go.importpath."".��� Ð�type."".Inst���þ:go.string.hdr."[]plugin.Inst"� �� �������� ����������2go.string."[]plugin.Inst"���þ2go.string."[]plugin.Inst"� ��[]plugin.Inst��þtype.[]"".Inst� �� ��������������ÎÖ‘��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��:go.string.hdr."[]plugin.Inst"���p��.go.weak.type.*[]"".Inst���€��"runtime.zerovalue�����type."".Inst���þFgo.typelink.[]plugin.Inst []"".Inst��������������type.[]"".Inst���þ¬go.string.hdr."func(*plugin.noObjTool, string, uint64, uint64) ([]plugin.Inst, error)"� �� ��������F����������¤go.string."func(*plugin.noObjTool, string, uint64, uint64) ([]plugin.Inst, error)"���þ¤go.string."func(*plugin.noObjTool, string, uint64, uint64) ([]plugin.Inst, error)"���Žfunc(*plugin.noObjTool, string, uint64, uint64) ([]plugin.Inst, error)��þ†type.func(*"".noObjTool, string, uint64, uint64) ([]"".Inst, error)�à��à��������������íÇN�3����������������������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��¬go.string.hdr."func(*plugin.noObjTool, string, uint64, uint64) ([]plugin.Inst, error)"���p��˜go.weak.type.*func(*"".noObjTool, string, uint64, uint64) ([]"".Inst, error)���€��"runtime.zerovalue��� €�†type.func(*"".noObjTool, string, uint64, uint64) ([]"".Inst, error)���ÐÀ�†type.func(*"".noObjTool, string, uint64, uint64) ([]"".Inst, error)���€��$type.*"".noObjTool�����type.string��� ��type.uint64���°��type.uint64���À��type.[]"".Inst���Ð��type.error���þ¢go.typelink.func(*plugin.noObjTool, string, uint64, uint64) ([]plugin.Inst, error) func(*"".noObjTool, string, uint64, uint64) ([]"".Inst, error)��������������†type.func(*"".noObjTool, string, uint64, uint64) ([]"".Inst, error)���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·3bb21ca8fe1d99a3e492463bd711418a�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0ebb2d1da58c1b4224bf5a7b370d7578�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0ebb2d1da58c1b4224bf5a7b370d7578�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0ebb2d1da58c1b4224bf5a7b370d7578�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·6d46c0650eba7dbebc0db316e0e0cf3b�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·ba29f4ffec7cbdbccac9263d9ab0fecf������ �������þ:go.string.hdr."func() uint64"� �� �������� ����������2go.string."func() uint64"���þ2go.string."func() uint64"� ��func() uint64��þ$type.func() uint64����������������� Óç$�3��������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��:go.string.hdr."func() uint64"���p��6go.weak.type.*func() uint64���€��"runtime.zerovalue��� €�$type.func() uint64���Ѐ�$type.func() uint64���€��type.uint64���þNgo.typelink.func() uint64 func() uint64��������������$type.func() uint64���þ:go.string.hdr."func() string"� �� �������� ����������2go.string."func() string"���þ2go.string."func() string"� ��func() string��þ$type.func() string�����������������¢mË�3��������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��:go.string.hdr."func() string"���p��6go.weak.type.*func() string���€��"runtime.zerovalue��� €�$type.func() string���Ѐ�$type.func() string���€��type.string���þNgo.typelink.func() string func() string��������������$type.func() string���þ8go.string.hdr."func() error"� �� �������� ����������0go.string."func() error"���þ0go.string."func() error"� ��func() error��þ"type.func() error�����������������œ‚Öµ�3��������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��8go.string.hdr."func() error"���p��4go.weak.type.*func() error���€��"runtime.zerovalue��� €�"type.func() error���Ѐ�"type.func() error���€��type.error���þJgo.typelink.func() error func() error��������������"type.func() error���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440��������������þTgclocals·3bb21ca8fe1d99a3e492463bd711418a�������������þ.type..hashfunc."".Frame��������������&type..hash."".Frame���þ*type..eqfunc."".Frame��������������"type..eq."".Frame���þ$type..alg."".Frame� �� �������������������.type..hashfunc."".Frame�����*type..eqfunc."".Frame���þ:go.string.hdr."*plugin.Frame"� �� �������� ����������2go.string."*plugin.Frame"���þ2go.string."*plugin.Frame"� ��*plugin.Frame��þtype.*"".Frame�� �� ��������������ùv/j�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��:go.string.hdr."*plugin.Frame"���p��.go.weak.type.**"".Frame���€��"runtime.zerovalue�����type."".Frame���þ"runtime.gcbits.05����þ8go.string.hdr."plugin.Frame"� �� �������� ����������0go.string."plugin.Frame"���þ0go.string."plugin.Frame"� ��plugin.Frame��þ(go.string.hdr."Func"� �� ������������������ go.string."Func"���þ go.string."Func"���
Func��þ*go.string.hdr."Frame"� �� ������������������"go.string."Frame"���þ"go.string."Frame"��� Frame��þtype."".Frame��€��€(��������������ʯüÃ�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� ����������������������������������������������� 0��$type..alg."".Frame���@��"runtime.gcbits.05���P��8go.string.hdr."plugin.Frame"���p��type.*"".Frame���€��"runtime.zerovalue���À�type."".Frame���À��(go.string.hdr."Func"���à��type.string�����(go.string.hdr."File"���°��type.string���à��(go.string.hdr."Line"���€��type.int���`°�type."".Frame���°��*go.string.hdr."Frame"���À��"go.importpath."".���Ѐ�type."".Frame���þ<go.string.hdr."[]plugin.Frame"� �� ������������������4go.string."[]plugin.Frame"���þ4go.string."[]plugin.Frame"� ��[]plugin.Frame��þtype.[]"".Frame� �� ��������������¯Ÿ×��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��<go.string.hdr."[]plugin.Frame"���p��0go.weak.type.*[]"".Frame���€��"runtime.zerovalue�����type."".Frame���þJgo.typelink.[]plugin.Frame []"".Frame��������������type.[]"".Frame���þhgo.string.hdr."func(uint64) ([]plugin.Frame, error)"� �� ��������$����������`go.string."func(uint64) ([]plugin.Frame, error)"���þ`go.string."func(uint64) ([]plugin.Frame, error)"�P��Jfunc(uint64) ([]plugin.Frame, error)��þJtype.func(uint64) ([]"".Frame, error)�°��°��������������dpYÔ�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��hgo.string.hdr."func(uint64) ([]plugin.Frame, error)"���p��\go.weak.type.*func(uint64) ([]"".Frame, error)���€��"runtime.zerovalue��� €�Jtype.func(uint64) ([]"".Frame, error)���А�Jtype.func(uint64) ([]"".Frame, error)���€��type.uint64�����type.[]"".Frame��� ��type.error���þ¢go.typelink.func(uint64) ([]plugin.Frame, error) func(uint64) ([]"".Frame, error)��������������Jtype.func(uint64) ([]"".Frame, error)���þ"runtime.gcbits.09��� �þ4go.string.hdr."plugin.Sym"� �� ��������
����������,go.string."plugin.Sym"���þ,go.string."plugin.Sym"� ��plugin.Sym��þ(go.string.hdr."Name"� �� ������������������ go.string."Name"���þ go.string."Name"���
Name��þ*go.string.hdr."Start"� �� ������������������"go.string."Start"���þ"go.string."Start"��� Start��þ&go.string.hdr."End"� �� ������������������go.string."End"���þgo.string."End"���End��þ&go.string.hdr."Sym"� �� ������������������go.string."Sym"���þgo.string."Sym"���Sym��þtype."".Sym��Ð��Ð8������� �������©vX��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������(���������������������������������������0�����������������������������������������������$0à� runtime.algarray���@��"runtime.gcbits.09���P��4go.string.hdr."plugin.Sym"���p��type.*"".Sym���€��"runtime.zerovalue���À�type."".Sym���À��(go.string.hdr."Name"���à��type.[]string�����(go.string.hdr."File"���°��type.string���à��*go.string.hdr."Start"���€��type.uint64���°��&go.string.hdr."End"���Ð��type.uint64���`€�type."".Sym���€��&go.string.hdr."Sym"�����"go.importpath."".��� Ð�type."".Sym���þ6go.string.hdr."*plugin.Sym"� �� �������� ����������.go.string."*plugin.Sym"���þ.go.string."*plugin.Sym"� ��*plugin.Sym��þtype.*"".Sym�� �� ��������������Ï*u�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��6go.string.hdr."*plugin.Sym"���p��*go.weak.type.**"".Sym���€��"runtime.zerovalue�����type."".Sym���þ:go.string.hdr."[]*plugin.Sym"� �� �������� ����������2go.string."[]*plugin.Sym"���þ2go.string."[]*plugin.Sym"� ��[]*plugin.Sym��þtype.[]*"".Sym� �� ��������������kJ¡��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��:go.string.hdr."[]*plugin.Sym"���p��.go.weak.type.*[]*"".Sym���€��"runtime.zerovalue�����type.*"".Sym���þFgo.typelink.[]*plugin.Sym []*"".Sym��������������type.[]*"".Sym���þ†go.string.hdr."func(*regexp.Regexp, uint64) ([]*plugin.Sym, error)"� �� ��������3����������~go.string."func(*regexp.Regexp, uint64) ([]*plugin.Sym, error)"���þ~go.string."func(*regexp.Regexp, uint64) ([]*plugin.Sym, error)"�p��hfunc(*regexp.Regexp, uint64) ([]*plugin.Sym, error)��þhtype.func(*regexp.Regexp, uint64) ([]*"".Sym, error)�À��À��������������kJ�3������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��†go.string.hdr."func(*regexp.Regexp, uint64) ([]*plugin.Sym, error)"���p��zgo.weak.type.*func(*regexp.Regexp, uint64) ([]*"".Sym, error)���€��"runtime.zerovalue��� €�htype.func(*regexp.Regexp, uint64) ([]*"".Sym, error)���Р�htype.func(*regexp.Regexp, uint64) ([]*"".Sym, error)���€��&type.*regexp.Regexp�����type.uint64��� ��type.[]*"".Sym���°��type.error���þÞgo.typelink.func(*regexp.Regexp, uint64) ([]*plugin.Sym, error) func(*regexp.Regexp, uint64) ([]*"".Sym, error)��������������htype.func(*regexp.Regexp, uint64) ([]*"".Sym, error)���þ>go.string.hdr."*plugin.ObjFile"� �� ������������������6go.string."*plugin.ObjFile"���þ6go.string."*plugin.ObjFile"� �� *plugin.ObjFile��þ type.*"".ObjFile�� �� ��������������PQÀ�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��>go.string.hdr."*plugin.ObjFile"���p��2go.weak.type.**"".ObjFile���€��"runtime.zerovalue�����type."".ObjFile���þ"runtime.gcbits.03����þ<go.string.hdr."plugin.ObjFile"� �� ������������������4go.string."plugin.ObjFile"���þ4go.string."plugin.ObjFile"� ��plugin.ObjFile��þ(go.string.hdr."Base"� �� ������������������ go.string."Base"���þ go.string."Base"���
Base��þ.go.string.hdr."BuildID"� �� ������������������&go.string."BuildID"���þ&go.string."BuildID"���BuildID��þ*go.string.hdr."Close"� �� ������������������"go.string."Close"���þ"go.string."Close"��� Close��þ4go.string.hdr."SourceLine"� �� ��������
����������,go.string."SourceLine"���þ,go.string."SourceLine"� ��SourceLine��þ.go.string.hdr."Symbols"� �� ������������������&go.string."Symbols"���þ&go.string."Symbols"���Symbols��þ.go.string.hdr."ObjFile"� �� ������������������&go.string."ObjFile"���þ&go.string."ObjFile"���ObjFile��þtype."".ObjFile��°��°��������������"qá���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������,0à� runtime.algarray���@��"runtime.gcbits.03���P��<go.string.hdr."plugin.ObjFile"���p�� type.*"".ObjFile���€��"runtime.zerovalue���À�type."".ObjFile���À��(go.string.hdr."Base"���à��$type.func() uint64���ð��.go.string.hdr."BuildID"�����$type.func() string��� ��*go.string.hdr."Close"���À��"type.func() error���Ð��(go.string.hdr."Name"���ð��$type.func() string���€��4go.string.hdr."SourceLine"��� ��Jtype.func(uint64) ([]"".Frame, error)���°��.go.string.hdr."Symbols"���Ð��htype.func(*regexp.Regexp, uint64) ([]*"".Sym, error)���`à�type."".ObjFile���à��.go.string.hdr."ObjFile"���ð��"go.importpath."".���€°�type."".ObjFile���þžgo.string.hdr."func(*plugin.noObjTool, string, uint64) (plugin.ObjFile, error)"� �� ��������?����������–go.string."func(*plugin.noObjTool, string, uint64) (plugin.ObjFile, error)"���þ–go.string."func(*plugin.noObjTool, string, uint64) (plugin.ObjFile, error)"�€��€func(*plugin.noObjTool, string, uint64) (plugin.ObjFile, error)��þxtype.func(*"".noObjTool, string, uint64) ("".ObjFile, error)�Ð��Ð��������������ñ$o�3��������������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��žgo.string.hdr."func(*plugin.noObjTool, string, uint64) (plugin.ObjFile, error)"���p��Šgo.weak.type.*func(*"".noObjTool, string, uint64) ("".ObjFile, error)���€��"runtime.zerovalue��� €�xtype.func(*"".noObjTool, string, uint64) ("".ObjFile, error)���а�xtype.func(*"".noObjTool, string, uint64) ("".ObjFile, error)���€��$type.*"".noObjTool�����type.string��� ��type.uint64���°��type."".ObjFile���À��type.error���þ†go.typelink.func(*plugin.noObjTool, string, uint64) (plugin.ObjFile, error) func(*"".noObjTool, string, uint64) ("".ObjFile, error)��������������xtype.func(*"".noObjTool, string, uint64) ("".ObjFile, error)���þ^go.string.hdr."func(*plugin.noObjTool, string)"� �� ������������������Vgo.string."func(*plugin.noObjTool, string)"���þVgo.string."func(*plugin.noObjTool, string)"�@��@func(*plugin.noObjTool, string)��þ@type.func(*"".noObjTool, string)� �� ��������������ÕïœÊ�3����������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��^go.string.hdr."func(*plugin.noObjTool, string)"���p��Rgo.weak.type.*func(*"".noObjTool, string)���€��"runtime.zerovalue��� €�@type.func(*"".noObjTool, string)���Р�@type.func(*"".noObjTool, string)���€��$type.*"".noObjTool�����type.string���þŽgo.typelink.func(*plugin.noObjTool, string) func(*"".noObjTool, string)��������������@type.func(*"".noObjTool, string)���þrgo.string.hdr."func([]string) (map[string]string, error)"� �� ��������)����������jgo.string."func([]string) (map[string]string, error)"���þjgo.string."func([]string) (map[string]string, error)"�`��Tfunc([]string) (map[string]string, error)��þ\type.func([]string) (map[string]string, error)�°��°��������������O‘Lk�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��rgo.string.hdr."func([]string) (map[string]string, error)"���p��ngo.weak.type.*func([]string) (map[string]string, error)���€��"runtime.zerovalue��� €�\type.func([]string) (map[string]string, error)���А�\type.func([]string) (map[string]string, error)���€��type.[]string�����,type.map[string]string��� ��type.error���þ¾go.typelink.func([]string) (map[string]string, error) func([]string) (map[string]string, error)��������������\type.func([]string) (map[string]string, error)���þ†go.string.hdr."func(string, uint64, uint64) ([]plugin.Inst, error)"� �� ��������3����������~go.string."func(string, uint64, uint64) ([]plugin.Inst, error)"���þ~go.string."func(string, uint64, uint64) ([]plugin.Inst, error)"�p��hfunc(string, uint64, uint64) ([]plugin.Inst, error)��þhtype.func(string, uint64, uint64) ([]"".Inst, error)�Ð��Ð��������������Áö¼ª�3��������������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��†go.string.hdr."func(string, uint64, uint64) ([]plugin.Inst, error)"���p��zgo.weak.type.*func(string, uint64, uint64) ([]"".Inst, error)���€��"runtime.zerovalue��� €�htype.func(string, uint64, uint64) ([]"".Inst, error)���а�htype.func(string, uint64, uint64) ([]"".Inst, error)���€��type.string�����type.uint64��� ��type.uint64���°��type.[]"".Inst���À��type.error���þÞgo.typelink.func(string, uint64, uint64) ([]plugin.Inst, error) func(string, uint64, uint64) ([]"".Inst, error)��������������htype.func(string, uint64, uint64) ([]"".Inst, error)���þxgo.string.hdr."func(string, uint64) (plugin.ObjFile, error)"� �� ��������,����������pgo.string."func(string, uint64) (plugin.ObjFile, error)"���þpgo.string."func(string, uint64) (plugin.ObjFile, error)"�`��Zfunc(string, uint64) (plugin.ObjFile, error)��þZtype.func(string, uint64) ("".ObjFile, error)�À��À�������������� è±�3������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��xgo.string.hdr."func(string, uint64) (plugin.ObjFile, error)"���p��lgo.weak.type.*func(string, uint64) ("".ObjFile, error)���€��"runtime.zerovalue��� €�Ztype.func(string, uint64) ("".ObjFile, error)���Р�Ztype.func(string, uint64) ("".ObjFile, error)���€��type.string�����type.uint64��� ��type."".ObjFile���°��type.error���þÂgo.typelink.func(string, uint64) (plugin.ObjFile, error) func(string, uint64) ("".ObjFile, error)��������������Ztype.func(string, uint64) ("".ObjFile, error)���þ8go.string.hdr."func(string)"� �� �������� ����������0go.string."func(string)"���þ0go.string."func(string)"� ��func(string)��þ"type.func(string)�����������������ŠÇ¹¾�3��������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��8go.string.hdr."func(string)"���p��4go.weak.type.*func(string)���€��"runtime.zerovalue��� €�"type.func(string)���А�"type.func(string)���€��type.string���þJgo.typelink.func(string) func(string)��������������"type.func(string)���þ$type.*"".noObjTool��ð��ð��������������XÎÆ�6����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������80 � runtime.algarray���@��"runtime.gcbits.01���P��Bgo.string.hdr."*plugin.noObjTool"���p��6go.weak.type.**"".noObjTool���€��"runtime.zerovalue�����"type."".noObjTool���` �$type.*"".noObjTool���Àð�$type.*"".noObjTool���ð��0go.string.hdr."Demangle"�����\type.func([]string) (map[string]string, error)��� ��ztype.func(*"".noObjTool, []string) (map[string]string, error)���°��0"".(*noObjTool).Demangle���À��0"".(*noObjTool).Demangle���Ð��,go.string.hdr."Disasm"���ð��htype.func(string, uint64, uint64) ([]"".Inst, error)���€��†type.func(*"".noObjTool, string, uint64, uint64) ([]"".Inst, error)�����,"".(*noObjTool).Disasm��� ��,"".(*noObjTool).Disasm���°��(go.string.hdr."Open"���Ð��Ztype.func(string, uint64) ("".ObjFile, error)���à��xtype.func(*"".noObjTool, string, uint64) ("".ObjFile, error)���ð��("".(*noObjTool).Open���€��("".(*noObjTool).Open�����2go.string.hdr."SetConfig"���°��"type.func(string)���À��@type.func(*"".noObjTool, string)���Ð��2"".(*noObjTool).SetConfig���à��2"".(*noObjTool).SetConfig���þ@go.string.hdr."plugin.noObjTool"� �� ������������������8go.string."plugin.noObjTool"���þ8go.string."plugin.noObjTool"�0��"plugin.noObjTool��þ–go.string.hdr."func(plugin.noObjTool, []string) (map[string]string, error)"� �� ��������;����������Žgo.string."func(plugin.noObjTool, []string) (map[string]string, error)"���þŽgo.string."func(plugin.noObjTool, []string) (map[string]string, error)"�€��xfunc(plugin.noObjTool, []string) (map[string]string, error)��þxtype.func("".noObjTool, []string) (map[string]string, error)�À��À��������������¸aû�3������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��–go.string.hdr."func(plugin.noObjTool, []string) (map[string]string, error)"���p��Šgo.weak.type.*func("".noObjTool, []string) (map[string]string, error)���€��"runtime.zerovalue��� €�xtype.func("".noObjTool, []string) (map[string]string, error)���Р�xtype.func("".noObjTool, []string) (map[string]string, error)���€��"type."".noObjTool�����type.[]string��� ��,type.map[string]string���°��type.error���þþgo.typelink.func(plugin.noObjTool, []string) (map[string]string, error) func("".noObjTool, []string) (map[string]string, error)��������������xtype.func("".noObjTool, []string) (map[string]string, error)���þªgo.string.hdr."func(plugin.noObjTool, string, uint64, uint64) ([]plugin.Inst, error)"� �� ��������E����������¢go.string."func(plugin.noObjTool, string, uint64, uint64) ([]plugin.Inst, error)"���þ¢go.string."func(plugin.noObjTool, string, uint64, uint64) ([]plugin.Inst, error)"���Œfunc(plugin.noObjTool, string, uint64, uint64) ([]plugin.Inst, error)��þ„type.func("".noObjTool, string, uint64, uint64) ([]"".Inst, error)�à��à��������������nfª�3����������������������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��ªgo.string.hdr."func(plugin.noObjTool, string, uint64, uint64) ([]plugin.Inst, error)"���p��–go.weak.type.*func("".noObjTool, string, uint64, uint64) ([]"".Inst, error)���€��"runtime.zerovalue��� €�„type.func("".noObjTool, string, uint64, uint64) ([]"".Inst, error)���ÐÀ�„type.func("".noObjTool, string, uint64, uint64) ([]"".Inst, error)���€��"type."".noObjTool�����type.string��� ��type.uint64���°��type.uint64���À��type.[]"".Inst���Ð��type.error���þžgo.typelink.func(plugin.noObjTool, string, uint64, uint64) ([]plugin.Inst, error) func("".noObjTool, string, uint64, uint64) ([]"".Inst, error)��������������„type.func("".noObjTool, string, uint64, uint64) ([]"".Inst, error)���þœgo.string.hdr."func(plugin.noObjTool, string, uint64) (plugin.ObjFile, error)"� �� ��������>����������”go.string."func(plugin.noObjTool, string, uint64) (plugin.ObjFile, error)"���þ”go.string."func(plugin.noObjTool, string, uint64) (plugin.ObjFile, error)"�€��~func(plugin.noObjTool, string, uint64) (plugin.ObjFile, error)��þvtype.func("".noObjTool, string, uint64) ("".ObjFile, error)�Ð��Ð��������������± Ö4�3��������������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��œgo.string.hdr."func(plugin.noObjTool, string, uint64) (plugin.ObjFile, error)"���p��ˆgo.weak.type.*func("".noObjTool, string, uint64) ("".ObjFile, error)���€��"runtime.zerovalue��� €�vtype.func("".noObjTool, string, uint64) ("".ObjFile, error)���а�vtype.func("".noObjTool, string, uint64) ("".ObjFile, error)���€��"type."".noObjTool�����type.string��� ��type.uint64���°��type."".ObjFile���À��type.error���þ‚go.typelink.func(plugin.noObjTool, string, uint64) (plugin.ObjFile, error) func("".noObjTool, string, uint64) ("".ObjFile, error)��������������vtype.func("".noObjTool, string, uint64) ("".ObjFile, error)���þ\go.string.hdr."func(plugin.noObjTool, string)"� �� ������������������Tgo.string."func(plugin.noObjTool, string)"���þTgo.string."func(plugin.noObjTool, string)"�@��>func(plugin.noObjTool, string)��þ>type.func("".noObjTool, string)� �� ��������������r76µ�3����������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��\go.string.hdr."func(plugin.noObjTool, string)"���p��Pgo.weak.type.*func("".noObjTool, string)���€��"runtime.zerovalue��� €�>type.func("".noObjTool, string)���Р�>type.func("".noObjTool, string)���€��"type."".noObjTool�����type.string���þŠgo.typelink.func(plugin.noObjTool, string) func("".noObjTool, string)��������������>type.func("".noObjTool, string)���þ"type."".noObjTool��������������������ãKj÷�™��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������<0 � runtime.algarray���@��runtime.gcbits.���P��@go.string.hdr."plugin.noObjTool"���p��$type.*"".noObjTool���€��"runtime.zerovalue���À�"type."".noObjTool���`À�"type."".noObjTool���À��2go.string.hdr."noObjTool"���Ð��"go.importpath."".���à�"type."".noObjTool�����0go.string.hdr."Demangle"���°��\type.func([]string) (map[string]string, error)���À��xtype.func("".noObjTool, []string) (map[string]string, error)���Ð��0"".(*noObjTool).Demangle���à��*"".noObjTool.Demangle���ð��,go.string.hdr."Disasm"�����htype.func(string, uint64, uint64) ([]"".Inst, error)��� ��„type.func("".noObjTool, string, uint64, uint64) ([]"".Inst, error)���°��,"".(*noObjTool).Disasm���À��&"".noObjTool.Disasm���Ð��(go.string.hdr."Open"���ð��Ztype.func(string, uint64) ("".ObjFile, error)���€��vtype.func("".noObjTool, string, uint64) ("".ObjFile, error)�����("".(*noObjTool).Open��� ��""".noObjTool.Open���°��2go.string.hdr."SetConfig"���Ð��"type.func(string)���à��>type.func("".noObjTool, string)���ð��2"".(*noObjTool).SetConfig���€��,"".noObjTool.SetConfig���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·dacebcad73eed5073009fd67170948d0�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·367ecdb853c4078732fb255f2658ce3f������ �������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·ba29f4ffec7cbdbccac9263d9ab0fecf������ �������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·e5d5edcf53e2c122038779d75a487a60�������������þ>go.string.hdr."*plugin.ObjTool"� �� ������������������6go.string."*plugin.ObjTool"���þ6go.string."*plugin.ObjTool"� �� *plugin.ObjTool��þ type.*"".ObjTool�� �� ��������������s:‰¥�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��>go.string.hdr."*plugin.ObjTool"���p��2go.weak.type.**"".ObjTool���€��"runtime.zerovalue�����type."".ObjTool���þ<go.string.hdr."plugin.ObjTool"� �� ������������������4go.string."plugin.ObjTool"���þ4go.string."plugin.ObjTool"� ��plugin.ObjTool��þ.go.string.hdr."ObjTool"� �� ������������������&go.string."ObjTool"���þ&go.string."ObjTool"���ObjTool��þtype."".ObjTool��Ð��Ð��������������#˜ê���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������$0à� runtime.algarray���@��"runtime.gcbits.03���P��<go.string.hdr."plugin.ObjTool"���p�� type.*"".ObjTool���€��"runtime.zerovalue���À�type."".ObjTool���À��0go.string.hdr."Demangle"���à��\type.func([]string) (map[string]string, error)���ð��,go.string.hdr."Disasm"�����htype.func(string, uint64, uint64) ([]"".Inst, error)��� ��(go.string.hdr."Open"���À��Ztype.func(string, uint64) ("".ObjFile, error)���Ð��2go.string.hdr."SetConfig"���ð��"type.func(string)���`€�type."".ObjTool���€��.go.string.hdr."ObjTool"�����"go.importpath."".��� Ð�type."".ObjTool���þ:go.string.hdr."*plugin.stdUI"� �� �������� ����������2go.string."*plugin.stdUI"���þ2go.string."*plugin.stdUI"� ��*plugin.stdUI��þPgo.string.hdr."func(*plugin.stdUI) bool"� �� ������������������Hgo.string."func(*plugin.stdUI) bool"���þHgo.string."func(*plugin.stdUI) bool"�@��2func(*plugin.stdUI) bool��þ2type.func(*"".stdUI) bool� �� ��������������¨·q¬�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Pgo.string.hdr."func(*plugin.stdUI) bool"���p��Dgo.weak.type.*func(*"".stdUI) bool���€��"runtime.zerovalue��� €�2type.func(*"".stdUI) bool���А�2type.func(*"".stdUI) bool���€��type.*"".stdUI�����type.bool���þrgo.typelink.func(*plugin.stdUI) bool func(*"".stdUI) bool��������������2type.func(*"".stdUI) bool���þ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 {}���þhgo.string.hdr."func(*plugin.stdUI, ...interface {})"� �� ��������$����������`go.string."func(*plugin.stdUI, ...interface {})"���þ`go.string."func(*plugin.stdUI, ...interface {})"�P��Jfunc(*plugin.stdUI, ...interface {})��þJtype.func(*"".stdUI, ...interface {})� �� ��������������Ø �3���������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��hgo.string.hdr."func(*plugin.stdUI, ...interface {})"���p��\go.weak.type.*func(*"".stdUI, ...interface {})���€��"runtime.zerovalue��� €�Jtype.func(*"".stdUI, ...interface {})���Р�Jtype.func(*"".stdUI, ...interface {})���€��type.*"".stdUI�����&type.[]interface {}���þ¢go.typelink.func(*plugin.stdUI, ...interface {}) func(*"".stdUI, ...interface {})��������������Jtype.func(*"".stdUI, ...interface {})���þfgo.string.hdr."func(*plugin.stdUI) (string, error)"� �� ��������#����������^go.string."func(*plugin.stdUI) (string, error)"���þ^go.string."func(*plugin.stdUI) (string, error)"�P��Hfunc(*plugin.stdUI) (string, error)��þHtype.func(*"".stdUI) (string, error)�°��°��������������wþB.�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��fgo.string.hdr."func(*plugin.stdUI) (string, error)"���p��Zgo.weak.type.*func(*"".stdUI) (string, error)���€��"runtime.zerovalue��� €�Htype.func(*"".stdUI) (string, error)���А�Htype.func(*"".stdUI) (string, error)���€��type.*"".stdUI�����type.string��� ��type.error���þžgo.typelink.func(*plugin.stdUI) (string, error) func(*"".stdUI) (string, error)��������������Htype.func(*"".stdUI) (string, error)���þFgo.string.hdr."func(string) string"� �� ������������������>go.string."func(string) string"���þ>go.string."func(string) string"�0��(func(string) string��þ0type.func(string) string� �� ��������������Mü¨ç�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Fgo.string.hdr."func(string) string"���p��Bgo.weak.type.*func(string) string���€��"runtime.zerovalue��� €�0type.func(string) string���А�0type.func(string) string���€��type.string�����type.string���þfgo.typelink.func(string) string func(string) string��������������0type.func(string) string���þpgo.string.hdr."func(*plugin.stdUI, func(string) string)"� �� ��������(����������hgo.string."func(*plugin.stdUI, func(string) string)"���þhgo.string."func(*plugin.stdUI, func(string) string)"�`��Rfunc(*plugin.stdUI, func(string) string)��þRtype.func(*"".stdUI, func(string) string)� �� ��������������ÊÝßT�3����������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��pgo.string.hdr."func(*plugin.stdUI, func(string) string)"���p��dgo.weak.type.*func(*"".stdUI, func(string) string)���€��"runtime.zerovalue��� €�Rtype.func(*"".stdUI, func(string) string)���Р�Rtype.func(*"".stdUI, func(string) string)���€��type.*"".stdUI�����0type.func(string) string���þ²go.typelink.func(*plugin.stdUI, func(string) string) func(*"".stdUI, func(string) string)��������������Rtype.func(*"".stdUI, func(string) string)���þzgo.string.hdr."func(*plugin.stdUI, *os.File, []interface {})"� �� ��������-����������rgo.string."func(*plugin.stdUI, *os.File, []interface {})"���þrgo.string."func(*plugin.stdUI, *os.File, []interface {})"�`��\func(*plugin.stdUI, *os.File, []interface {})��þ\type.func(*"".stdUI, *os.File, []interface {})�°��°��������������c…¤�3������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��zgo.string.hdr."func(*plugin.stdUI, *os.File, []interface {})"���p��ngo.weak.type.*func(*"".stdUI, *os.File, []interface {})���€��"runtime.zerovalue��� €�\type.func(*"".stdUI, *os.File, []interface {})���а�\type.func(*"".stdUI, *os.File, []interface {})���€��type.*"".stdUI�����type.*os.File��� ��&type.[]interface {}���þÆgo.typelink.func(*plugin.stdUI, *os.File, []interface {}) func(*"".stdUI, *os.File, []interface {})��������������\type.func(*"".stdUI, *os.File, []interface {})���þ4go.string.hdr."IsTerminal"� �� ��������
����������,go.string."IsTerminal"���þ,go.string."IsTerminal"� ��IsTerminal��þ6go.string.hdr."func() bool"� �� �������� ����������.go.string."func() bool"���þ.go.string."func() bool"� ��func() bool��þ type.func() bool�����������������TËx�3��������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��6go.string.hdr."func() bool"���p��2go.weak.type.*func() bool���€��"runtime.zerovalue��� €� type.func() bool���Ѐ� type.func() bool���€��type.bool���þFgo.typelink.func() bool func() bool�������������� type.func() bool���þ*go.string.hdr."Print"� �� ������������������"go.string."Print"���þ"go.string."Print"��� Print��þJgo.string.hdr."func(...interface {})"� �� ������������������Bgo.string."func(...interface {})"���þBgo.string."func(...interface {})"�0��,func(...interface {})��þ4type.func(...interface {})�����������������Ë�3�������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Jgo.string.hdr."func(...interface {})"���p��Fgo.weak.type.*func(...interface {})���€��"runtime.zerovalue��� €�4type.func(...interface {})���А�4type.func(...interface {})���€��&type.[]interface {}���þngo.typelink.func(...interface {}) func(...interface {})��������������4type.func(...interface {})���þ0go.string.hdr."PrintErr"� �� ������������������(go.string."PrintErr"���þ(go.string."PrintErr"� ��PrintErr��þ0go.string.hdr."ReadLine"� �� ������������������(go.string."ReadLine"���þ(go.string."ReadLine"� ��ReadLine��þLgo.string.hdr."func() (string, error)"� �� ������������������Dgo.string."func() (string, error)"���þDgo.string."func() (string, error)"�0��.func() (string, error)��þ6type.func() (string, error)� �� ��������������¯±u¦�3����������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Lgo.string.hdr."func() (string, error)"���p��Hgo.weak.type.*func() (string, error)���€��"runtime.zerovalue��� €�6type.func() (string, error)���Ѐ�6type.func() (string, error)���€��type.string�����type.error���þrgo.typelink.func() (string, error) func() (string, error)��������������6type.func() (string, error)���þ>go.string.hdr."SetAutoComplete"� �� ������������������6go.string."SetAutoComplete"���þ6go.string."SetAutoComplete"� �� SetAutoComplete��þRgo.string.hdr."func(func(string) string)"� �� ������������������Jgo.string."func(func(string) string)"���þJgo.string."func(func(string) string)"�@��4func(func(string) string)��þ<type.func(func(string) string)�����������������o5rc�3��������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Rgo.string.hdr."func(func(string) string)"���p��Ngo.weak.type.*func(func(string) string)���€��"runtime.zerovalue��� €�<type.func(func(string) string)���А�<type.func(func(string) string)���€��0type.func(string) string���þ~go.typelink.func(func(string) string) func(func(string) string)��������������<type.func(func(string) string)���þ,go.string.hdr."fprint"� �� ������������������$go.string."fprint"���þ$go.string."fprint"���fprint��þ\go.string.hdr."func(*os.File, []interface {})"� �� ������������������Tgo.string."func(*os.File, []interface {})"���þTgo.string."func(*os.File, []interface {})"�@��>func(*os.File, []interface {})��þFtype.func(*os.File, []interface {})� �� ��������������¬·Zÿ�3����������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��\go.string.hdr."func(*os.File, []interface {})"���p��Xgo.weak.type.*func(*os.File, []interface {})���€��"runtime.zerovalue��� €�Ftype.func(*os.File, []interface {})���Р�Ftype.func(*os.File, []interface {})���€��type.*os.File�����&type.[]interface {}���þ’go.typelink.func(*os.File, []interface {}) func(*os.File, []interface {})��������������Ftype.func(*os.File, []interface {})���þtype.*"".stdUI��°��°��������������ö$Dƒ�6����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������N0 � runtime.algarray���@��"runtime.gcbits.01���P��:go.string.hdr."*plugin.stdUI"���p��.go.weak.type.**"".stdUI���€��"runtime.zerovalue�����type."".stdUI���` �type.*"".stdUI���Àð�type.*"".stdUI���ð��4go.string.hdr."IsTerminal"����� type.func() bool��� ��2type.func(*"".stdUI) bool���°��,"".(*stdUI).IsTerminal���À��,"".(*stdUI).IsTerminal���Ð��*go.string.hdr."Print"���ð��4type.func(...interface {})���€��Jtype.func(*"".stdUI, ...interface {})�����""".(*stdUI).Print��� ��""".(*stdUI).Print���°��0go.string.hdr."PrintErr"���Ð��4type.func(...interface {})���à��Jtype.func(*"".stdUI, ...interface {})���ð��("".(*stdUI).PrintErr���€��("".(*stdUI).PrintErr�����0go.string.hdr."ReadLine"���°��6type.func() (string, error)���À��Htype.func(*"".stdUI) (string, error)���Ð��("".(*stdUI).ReadLine���à��("".(*stdUI).ReadLine���ð��>go.string.hdr."SetAutoComplete"�����<type.func(func(string) string)��� ��Rtype.func(*"".stdUI, func(string) string)���°��6"".(*stdUI).SetAutoComplete���À��6"".(*stdUI).SetAutoComplete���Ð��,go.string.hdr."fprint"���à��"go.importpath."".���ð��Ftype.func(*os.File, []interface {})���€��\type.func(*"".stdUI, *os.File, []interface {})�����$"".(*stdUI).fprint��� ��$"".(*stdUI).fprint���þ8go.string.hdr."plugin.stdUI"� �� �������� ����������0go.string."plugin.stdUI"���þ0go.string."plugin.stdUI"� ��plugin.stdUI��þ"go.string.hdr."r"� �� ������������������go.string."r"���þgo.string."r"���r��þ*go.string.hdr."stdUI"� �� ������������������"go.string."stdUI"���þ"go.string."stdUI"��� stdUI��þtype."".stdUI��à��à��������������«Æo�9������������������������������������������������������������������������������������������������������������������������������������������������������0 � runtime.algarray���@��"runtime.gcbits.01���P��8go.string.hdr."plugin.stdUI"���p��type.*"".stdUI���€��"runtime.zerovalue���À�type."".stdUI���À��"go.string.hdr."r"���Ð��"go.importpath."".���à��$type.*bufio.Reader���`�type."".stdUI�����*go.string.hdr."stdUI"��� ��"go.importpath."".���°à�type."".stdUI���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·3bb21ca8fe1d99a3e492463bd711418a�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·13bdb4aeeaf63de3cc223d640262ea59�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·13bdb4aeeaf63de3cc223d640262ea59�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·d98f60bd8519d0c68364b2a1d83af357�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·5c5a9f3dff47a8940bdc317b9324ac2a�������������þ4go.string.hdr."*plugin.UI"� �� ��������
����������,go.string."*plugin.UI"���þ,go.string."*plugin.UI"� ��*plugin.UI��þtype.*"".UI�� �� ��������������ƒ¬À�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��4go.string.hdr."*plugin.UI"���p��(go.weak.type.**"".UI���€��"runtime.zerovalue�����type."".UI���þ2go.string.hdr."plugin.UI"� �� �������� ����������*go.string."plugin.UI"���þ*go.string."plugin.UI"� ��plugin.UI��þ$go.string.hdr."UI"� �� ������������������go.string."UI"���þgo.string."UI"���UI��þtype."".UI��€��€��������������æ8���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������(0à� runtime.algarray���@��"runtime.gcbits.03���P��2go.string.hdr."plugin.UI"���p��type.*"".UI���€��"runtime.zerovalue���À�type."".UI���À��4go.string.hdr."IsTerminal"���à�� type.func() bool���ð��*go.string.hdr."Print"�����4type.func(...interface {})��� ��0go.string.hdr."PrintErr"���À��4type.func(...interface {})���Ð��0go.string.hdr."ReadLine"���ð��6type.func() (string, error)���€��>go.string.hdr."SetAutoComplete"��� ��<type.func(func(string) string)���`°�type."".UI���°��$go.string.hdr."UI"���À��"go.importpath."".���Ѐ�type."".UI���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·12a99cdea97db20a8b75adc6f96ba536���������'����þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0ebb2d1da58c1b4224bf5a7b370d7578�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·12a99cdea97db20a8b75adc6f96ba536���������'����þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·12a99cdea97db20a8b75adc6f96ba536���������'����þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·13a990b4a341857296a1c12de153dcaa�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·72494b7a18bb1900ec3de1c3f3f8fc78������ ���W����þ`go.string.hdr."func(string, bool, string) *bool"� �� �������� ����������Xgo.string."func(string, bool, string) *bool"���þXgo.string."func(string, bool, string) *bool"�P��Bfunc(string, bool, string) *bool��þJtype.func(string, bool, string) *bool�À��À��������������dÄS�3������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��`go.string.hdr."func(string, bool, string) *bool"���p��\go.weak.type.*func(string, bool, string) *bool���€��"runtime.zerovalue��� €�Jtype.func(string, bool, string) *bool���а�Jtype.func(string, bool, string) *bool���€��type.string�����type.bool��� ��type.string���°��type.*bool���þšgo.typelink.func(string, bool, string) *bool func(string, bool, string) *bool��������������Jtype.func(string, bool, string) *bool���þlgo.string.hdr."func(string, float64, string) *float64"� �� ��������&����������dgo.string."func(string, float64, string) *float64"���þdgo.string."func(string, float64, string) *float64"�P��Nfunc(string, float64, string) *float64��þVtype.func(string, float64, string) *float64�À��À��������������¤‚Ah�3������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��lgo.string.hdr."func(string, float64, string) *float64"���p��hgo.weak.type.*func(string, float64, string) *float64���€��"runtime.zerovalue��� €�Vtype.func(string, float64, string) *float64���а�Vtype.func(string, float64, string) *float64���€��type.string�����type.float64��� ��type.string���°��type.*float64���þ²go.typelink.func(string, float64, string) *float64 func(string, float64, string) *float64��������������Vtype.func(string, float64, string) *float64���þ\go.string.hdr."func(string, int, string) *int"� �� ������������������Tgo.string."func(string, int, string) *int"���þTgo.string."func(string, int, string) *int"�@��>func(string, int, string) *int��þFtype.func(string, int, string) *int�À��À��������������ûXŸ�3������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��\go.string.hdr."func(string, int, string) *int"���p��Xgo.weak.type.*func(string, int, string) *int���€��"runtime.zerovalue��� €�Ftype.func(string, int, string) *int���а�Ftype.func(string, int, string) *int���€��type.string�����type.int��� ��type.string���°��type.*int���þ’go.typelink.func(string, int, string) *int func(string, int, string) *int��������������Ftype.func(string, int, string) *int���þ,go.string.hdr."func()"� �� ������������������$go.string."func()"���þ$go.string."func()"���func()��þtype.func()�€��€��������������ö¼‚ö�3��������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��,go.string.hdr."func()"���p��(go.weak.type.*func()���€��"runtime.zerovalue��� €�type.func()���Ѐ�type.func()���þ2go.typelink.func() func()��������������type.func()���þJgo.string.hdr."func(func()) []string"� �� ������������������Bgo.string."func(func()) []string"���þBgo.string."func(func()) []string"�0��,func(func()) []string��þ4type.func(func()) []string� �� ��������������Å.ÖÓ�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Jgo.string.hdr."func(func()) []string"���p��Fgo.weak.type.*func(func()) []string���€��"runtime.zerovalue��� €�4type.func(func()) []string���А�4type.func(func()) []string���€��type.func()�����type.[]string���þngo.typelink.func(func()) []string func(func()) []string��������������4type.func(func()) []string���þhgo.string.hdr."func(string, string, string) *string"� �� ��������$����������`go.string."func(string, string, string) *string"���þ`go.string."func(string, string, string) *string"�P��Jfunc(string, string, string) *string��þRtype.func(string, string, string) *string�À��À��������������ß z�3������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��hgo.string.hdr."func(string, string, string) *string"���p��dgo.weak.type.*func(string, string, string) *string���€��"runtime.zerovalue��� €�Rtype.func(string, string, string) *string���а�Rtype.func(string, string, string) *string���€��type.string�����type.string��� ��type.string���°��type.*string���þªgo.typelink.func(string, string, string) *string func(string, string, string) *string��������������Rtype.func(string, string, string) *string���þ>go.string.hdr."*plugin.FlagSet"� �� ������������������6go.string."*plugin.FlagSet"���þ6go.string."*plugin.FlagSet"� �� *plugin.FlagSet��þ type.*"".FlagSet�� �� ��������������°òcÛ�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��>go.string.hdr."*plugin.FlagSet"���p��2go.weak.type.**"".FlagSet���€��"runtime.zerovalue�����type."".FlagSet���þ<go.string.hdr."plugin.FlagSet"� �� ������������������4go.string."plugin.FlagSet"���þ4go.string."plugin.FlagSet"� ��plugin.FlagSet��þ(go.string.hdr."Bool"� �� ������������������ go.string."Bool"���þ go.string."Bool"���
Bool��þ4go.string.hdr."ExtraUsage"� �� ��������
����������,go.string."ExtraUsage"���þ,go.string."ExtraUsage"� ��ExtraUsage��þ.go.string.hdr."Float64"� �� ������������������&go.string."Float64"���þ&go.string."Float64"���Float64��þ&go.string.hdr."Int"� �� ������������������go.string."Int"���þgo.string."Int"���Int��þ*go.string.hdr."Parse"� �� ������������������"go.string."Parse"���þ"go.string."Parse"��� Parse��þ,go.string.hdr."String"� �� ������������������$go.string."String"���þ$go.string."String"���String��þ.go.string.hdr."FlagSet"� �� ������������������&go.string."FlagSet"���þ&go.string."FlagSet"���FlagSet��þtype."".FlagSet��°��°��������������Ã*H���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������,0à� runtime.algarray���@��"runtime.gcbits.03���P��<go.string.hdr."plugin.FlagSet"���p�� type.*"".FlagSet���€��"runtime.zerovalue���À�type."".FlagSet���À��(go.string.hdr."Bool"���à��Jtype.func(string, bool, string) *bool���ð��4go.string.hdr."ExtraUsage"�����$type.func() string��� ��.go.string.hdr."Float64"���À��Vtype.func(string, float64, string) *float64���Ð��&go.string.hdr."Int"���ð��Ftype.func(string, int, string) *int���€��*go.string.hdr."Parse"��� ��4type.func(func()) []string���°��,go.string.hdr."String"���Ð��Rtype.func(string, string, string) *string���`à�type."".FlagSet���à��.go.string.hdr."FlagSet"���ð��"go.importpath."".���€°�type."".FlagSet���þ>go.string.hdr."*plugin.Fetcher"� �� ������������������6go.string."*plugin.Fetcher"���þ6go.string."*plugin.Fetcher"� �� *plugin.Fetcher��þ type.*"".Fetcher�� �� ��������������%/Ôj�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��>go.string.hdr."*plugin.Fetcher"���p��2go.weak.type.**"".Fetcher���€��"runtime.zerovalue�����type."".Fetcher���þ<go.string.hdr."plugin.Fetcher"� �� ������������������4go.string."plugin.Fetcher"���þ4go.string."plugin.Fetcher"� ��plugin.Fetcher��þ.go.string.hdr."Fetcher"� �� ������������������&go.string."Fetcher"���þ&go.string."Fetcher"���Fetcher��þtype."".Fetcher�� �� ��������������P:S�3������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ 0€� runtime.algarray���@��"runtime.gcbits.01���P��<go.string.hdr."plugin.Fetcher"���p�� type.*"".Fetcher���€��"runtime.zerovalue��� €�type."".Fetcher���а�type."".Fetcher���€��type.string�����$type.time.Duration��� ��type."".UI���°��Ptype.*cmd/pprof/internal/profile.Profile���À��type.error���`Ð�type."".Fetcher���Ð��.go.string.hdr."Fetcher"���à��"go.importpath."".���ð �type."".Fetcher���þDgo.string.hdr."*plugin.Symbolizer"� �� ������������������<go.string."*plugin.Symbolizer"���þ<go.string."*plugin.Symbolizer"�0��&*plugin.Symbolizer��þ&type.*"".Symbolizer�� �� ��������������vî�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��Dgo.string.hdr."*plugin.Symbolizer"���p��8go.weak.type.**"".Symbolizer���€��"runtime.zerovalue�����$type."".Symbolizer���þBgo.string.hdr."plugin.Symbolizer"� �� ������������������:go.string."plugin.Symbolizer"���þ:go.string."plugin.Symbolizer"�0��$plugin.Symbolizer��þ4go.string.hdr."Symbolizer"� �� ��������
����������,go.string."Symbolizer"���þ,go.string."Symbolizer"� ��Symbolizer��þ$type."".Symbolizer��°��°��������������ŒnT �3��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������"0€� runtime.algarray���@��"runtime.gcbits.01���P��Bgo.string.hdr."plugin.Symbolizer"���p��&type.*"".Symbolizer���€��"runtime.zerovalue��� €�$type."".Symbolizer���ÐÐ�$type."".Symbolizer���€��type.string�����type.string��� ��Ptype.*cmd/pprof/internal/profile.Profile���°��type."".ObjTool���À��type."".UI���Ð��type.error���`à�$type."".Symbolizer���à��4go.string.hdr."Symbolizer"���ð��"go.importpath."".���€°�$type."".Symbolizer���þ4go.string.hdr."*[8]string"� �� ��������
����������,go.string."*[8]string"���þ,go.string."*[8]string"� ��*[8]string��þtype.*[8]string� �� ��������������­”o�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��4go.string.hdr."*[8]string"���p��0go.weak.type.**[8]string���€��"runtime.zerovalue�����type.[8]string���þ.go.string.hdr."runtime"� �� ������������������&go.string."runtime"���þ&go.string."runtime"���runtime��þ,go.importpath.runtime.� �� ������������������&go.string."runtime"���þ*go.string.hdr."bufio"� �� ������������������"go.string."bufio"���þ"go.string."bufio"��� bufio��þ(go.importpath.bufio.� �� ������������������"go.string."bufio"���þ&go.string.hdr."fmt"� �� ������������������go.string."fmt"���þgo.string."fmt"���fmt��þ$go.importpath.fmt.� �� ������������������go.string."fmt"���þ$go.string.hdr."os"� �� ������������������go.string."os"���þgo.string."os"���os��þ"go.importpath.os.� �� ������������������go.string."os"���þ(go.string.hdr."time"� �� ������������������ go.string."time"���þ go.string."time"���
time��þ&go.importpath.time.� �� ������������������ go.string."time"���þ,go.string.hdr."regexp"� �� ������������������$go.string."regexp"���þ$go.string."regexp"���regexp��þ*go.importpath.regexp.� �� ������������������$go.string."regexp"���þ.go.string.hdr."strings"� �� ������������������&go.string."strings"���þ&go.string."strings"���strings��þ,go.importpath.strings.� �� ������������������&go.string."strings"���þTgo.string.hdr."cmd/pprof/internal/profile"� �� ������������������Lgo.string."cmd/pprof/internal/profile"���þLgo.string."cmd/pprof/internal/profile"�@��6cmd/pprof/internal/profile��þRgo.importpath.cmd/pprof/internal/profile.� �� ������������������Lgo.string."cmd/pprof/internal/profile"���þ."".(*noObjTool).Open·f��������������("".(*noObjTool).Open���þ6"".(*noObjTool).Demangle·f��������������0"".(*noObjTool).Demangle���þ2"".(*noObjTool).Disasm·f��������������,"".(*noObjTool).Disasm���þ8"".(*noObjTool).SetConfig·f��������������2"".(*noObjTool).SetConfig���þ.type..hash.[8]string·f��������������(type..hash.[8]string���þ*type..eq.[8]string·f��������������$type..eq.[8]string���þ*type..hash."".Inst·f��������������$type..hash."".Inst���þ&type..eq."".Inst·f�������������� type..eq."".Inst���þ$"".ObjFile.Base·f��������������"".ObjFile.Base���þ*"".ObjFile.BuildID·f��������������$"".ObjFile.BuildID���þ&"".ObjFile.Close·f�������������� "".ObjFile.Close���þ$"".ObjFile.Name·f��������������"".ObjFile.Name���þ0"".ObjFile.SourceLine·f��������������*"".ObjFile.SourceLine���þ*"".ObjFile.Symbols·f��������������$"".ObjFile.Symbols���þ,type..hash."".Frame·f��������������&type..hash."".Frame���þ(type..eq."".Frame·f��������������"type..eq."".Frame���þ,"".ObjTool.Demangle·f��������������&"".ObjTool.Demangle���þ("".ObjTool.Disasm·f��������������""".ObjTool.Disasm���þ$"".ObjTool.Open·f��������������"".ObjTool.Open���þ."".ObjTool.SetConfig·f��������������("".ObjTool.SetConfig���þ&"".UI.IsTerminal·f�������������� "".UI.IsTerminal���þ"".UI.Print·f��������������"".UI.Print���þ""".UI.PrintErr·f��������������"".UI.PrintErr���þ""".UI.ReadLine·f��������������"".UI.ReadLine���þ0"".UI.SetAutoComplete·f��������������*"".UI.SetAutoComplete���þ$"".FlagSet.Bool·f��������������"".FlagSet.Bool���þ0"".FlagSet.ExtraUsage·f��������������*"".FlagSet.ExtraUsage���þ*"".FlagSet.Float64·f��������������$"".FlagSet.Float64���þ""".FlagSet.Int·f��������������"".FlagSet.Int���þ&"".FlagSet.Parse·f�������������� "".FlagSet.Parse���þ("".FlagSet.String·f��������������""".FlagSet.String���þ"runtime.zerovalue������ÿÿgo13ld�