Home | History | Annotate | Download | only in internal
      1 !<arch>
      2 __.PKGDEF       0           0     0     644     30148     `
      3 go object linux amd64 go1.5.1 X:none
      4 build id "011da6e81b186adefaae0cfefa327270bbc31fc7"
      5 
      6 $$
      7 package symbolizer
      8 	import runtime "runtime"
      9 	import fmt "fmt"
     10 	import os "os"
     11 	import filepath "path/filepath"
     12 	import strings "strings"
     13 	import plugin "cmd/pprof/internal/plugin"
     14 	import profile "cmd/pprof/internal/profile"
     15 	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 }
     16 	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) }
     17 	type @"cmd/pprof/internal/profile".decoder func(? *@"cmd/pprof/internal/profile".buffer, ? @"cmd/pprof/internal/profile".message) (? error)
     18 	type @"cmd/pprof/internal/profile".ValueType struct { Type string; Unit string; @"cmd/pprof/internal/profile".typeX int64; @"cmd/pprof/internal/profile".unitX int64 }
     19 	func (@"cmd/pprof/internal/profile".p2 *@"cmd/pprof/internal/profile".ValueType "esc:0x1") @"cmd/pprof/internal/profile".decoder () (? []@"cmd/pprof/internal/profile".decoder) { return @"cmd/pprof/internal/profile".valueTypeDecoder }
     20 	func (@"cmd/pprof/internal/profile".p1 *@"cmd/pprof/internal/profile".ValueType "esc:0x1") @"cmd/pprof/internal/profile".encode (@"cmd/pprof/internal/profile".b2 *@"cmd/pprof/internal/profile".buffer "esc:0x9")
     21 	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 }
     22 	func (@"cmd/pprof/internal/profile".p2 *@"cmd/pprof/internal/profile".Mapping "esc:0x1") @"cmd/pprof/internal/profile".decoder () (? []@"cmd/pprof/internal/profile".decoder) { return @"cmd/pprof/internal/profile".mappingDecoder }
     23 	func (@"cmd/pprof/internal/profile".p1 *@"cmd/pprof/internal/profile".Mapping "esc:0x1") @"cmd/pprof/internal/profile".encode (@"cmd/pprof/internal/profile".b2 *@"cmd/pprof/internal/profile".buffer "esc:0x9")
     24 	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 }
     25 	func (@"cmd/pprof/internal/profile".p2 *@"cmd/pprof/internal/profile".Function "esc:0x1") @"cmd/pprof/internal/profile".decoder () (? []@"cmd/pprof/internal/profile".decoder) { return @"cmd/pprof/internal/profile".functionDecoder }
     26 	func (@"cmd/pprof/internal/profile".p1 *@"cmd/pprof/internal/profile".Function "esc:0x1") @"cmd/pprof/internal/profile".encode (@"cmd/pprof/internal/profile".b2 *@"cmd/pprof/internal/profile".buffer "esc:0x9")
     27 	type @"cmd/pprof/internal/profile".Line struct { Function *@"cmd/pprof/internal/profile".Function; Line int64; @"cmd/pprof/internal/profile".functionIDX uint64 }
     28 	func (@"cmd/pprof/internal/profile".p2 *@"cmd/pprof/internal/profile".Line "esc:0x1") @"cmd/pprof/internal/profile".decoder () (? []@"cmd/pprof/internal/profile".decoder) { return @"cmd/pprof/internal/profile".lineDecoder }
     29 	func (@"cmd/pprof/internal/profile".p1 *@"cmd/pprof/internal/profile".Line "esc:0x1") @"cmd/pprof/internal/profile".encode (@"cmd/pprof/internal/profile".b2 *@"cmd/pprof/internal/profile".buffer "esc:0x9")
     30 	import regexp "regexp" // indirect
     31 	import syntax "regexp/syntax" // indirect
     32 	type @"regexp/syntax".InstOp uint8
     33 	func (@"regexp/syntax".i2 @"regexp/syntax".InstOp) String () (? string) { if uint(@"regexp/syntax".i2) >= uint(len(@"regexp/syntax".instOpNames)) { return "" }; return @"regexp/syntax".instOpNames[@"regexp/syntax".i2] }
     34 	type @"regexp/syntax".Inst struct { Op @"regexp/syntax".InstOp; Out uint32; Arg uint32; Rune []rune }
     35 	func (@"regexp/syntax".i2 *@"regexp/syntax".Inst "esc:0x1") MatchEmptyWidth (@"regexp/syntax".before3 rune, @"regexp/syntax".after4 rune) (? bool)
     36 	func (@"regexp/syntax".i2 *@"regexp/syntax".Inst "esc:0x1") MatchRune (@"regexp/syntax".r3 rune) (? bool)
     37 	func (@"regexp/syntax".i2 *@"regexp/syntax".Inst "esc:0x1") MatchRunePos (@"regexp/syntax".r3 rune) (? int)
     38 	func (@"regexp/syntax".i2 *@"regexp/syntax".Inst "esc:0x1") String () (? string)
     39 	func (@"regexp/syntax".i2 *@"regexp/syntax".Inst "esc:0x1") @"regexp/syntax".op () (? @"regexp/syntax".InstOp)
     40 	type @"regexp/syntax".EmptyOp uint8
     41 	type @"regexp/syntax".Prog struct { Inst []@"regexp/syntax".Inst; Start int; NumCap int }
     42 	func (@"regexp/syntax".p3 *@"regexp/syntax".Prog "esc:0x1") Prefix () (@"regexp/syntax".prefix1 string, @"regexp/syntax".complete2 bool)
     43 	func (@"regexp/syntax".p2 *@"regexp/syntax".Prog "esc:0x1") StartCond () (? @"regexp/syntax".EmptyOp)
     44 	func (@"regexp/syntax".p2 *@"regexp/syntax".Prog "esc:0x1") String () (? string)
     45 	func (@"regexp/syntax".p3 *@"regexp/syntax".Prog "esc:0x22") @"regexp/syntax".skipNop (@"regexp/syntax".pc4 uint32) (? *@"regexp/syntax".Inst, ? uint32)
     46 	type @"regexp".onePassInst struct { ? @"regexp/syntax".Inst; Next []uint32 }
     47 	type @"regexp".onePassProg struct { Inst []@"regexp".onePassInst; Start int; NumCap int }
     48 	import sync "sync" // indirect
     49 	type @"sync".Mutex struct { @"sync".state int32; @"sync".sema uint32 }
     50 	func (@"sync".m1 *@"sync".Mutex) Lock ()
     51 	func (@"sync".m1 *@"sync".Mutex) Unlock ()
     52 	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) }
     53 	type @"regexp".job struct { @"regexp".pc uint32; @"regexp".arg int; @"regexp".pos int }
     54 	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 }
     55 	func (@"regexp".b1 *@"regexp".bitState "esc:0x9") @"regexp".push (@"regexp".pc2 uint32, @"regexp".pos3 int, @"regexp".arg4 int)
     56 	func (@"regexp".b1 *@"regexp".bitState "esc:0x1") @"regexp".reset (@"regexp".end2 int, @"regexp".ncap3 int)
     57 	func (@"regexp".b2 *@"regexp".bitState "esc:0x1") @"regexp".shouldVisit (@"regexp".pc3 uint32, @"regexp".pos4 int) (? bool) { var @"regexp".n5 uint; ; @"regexp".n5 = uint(int(@"regexp".pc3) * (@"regexp".b2.@"regexp".end + 0x1) + @"regexp".pos4); if @"regexp".b2.@"regexp".visited[@"regexp".n5 / 0x20] & (0x1 << (@"regexp".n5 & 0x1f)) != 0x0 { return false }; @"regexp".b2.@"regexp".visited[@"regexp".n5 / 0x20] |= 0x1 << (@"regexp".n5 & 0x1f); return true }
     58 	type @"regexp".thread struct { @"regexp".inst *@"regexp/syntax".Inst; @"regexp".cap []int }
     59 	type @"regexp".entry struct { @"regexp".pc uint32; @"regexp".t *@"regexp".thread }
     60 	type @"regexp".queue struct { @"regexp".sparse []uint32; @"regexp".dense []@"regexp".entry }
     61 	type @"regexp".inputBytes struct { @"regexp".str []byte }
     62 	func (@"regexp".i2 *@"regexp".inputBytes "esc:0x1") @"regexp".canCheckPrefix () (? bool) { return true }
     63 	func (@"regexp".i2 *@"regexp".inputBytes "esc:0x1") @"regexp".context (@"regexp".pos3 int) (? @"regexp/syntax".EmptyOp)
     64 	func (@"regexp".i2 *@"regexp".inputBytes "esc:0x1") @"regexp".hasPrefix (@"regexp".re3 *@"regexp".Regexp "esc:0x1") (? bool)
     65 	func (@"regexp".i2 *@"regexp".inputBytes "esc:0x1") @"regexp".index (@"regexp".re3 *@"regexp".Regexp "esc:0x1", @"regexp".pos4 int) (? int)
     66 	func (@"regexp".i3 *@"regexp".inputBytes "esc:0x1") @"regexp".step (@"regexp".pos4 int) (? rune, ? int)
     67 	type @"regexp".inputString struct { @"regexp".str string }
     68 	func (@"regexp".i2 *@"regexp".inputString "esc:0x1") @"regexp".canCheckPrefix () (? bool) { return true }
     69 	func (@"regexp".i2 *@"regexp".inputString "esc:0x1") @"regexp".context (@"regexp".pos3 int) (? @"regexp/syntax".EmptyOp)
     70 	func (@"regexp".i2 *@"regexp".inputString "esc:0x1") @"regexp".hasPrefix (@"regexp".re3 *@"regexp".Regexp "esc:0x1") (? bool) { return @"strings".HasPrefix(@"regexp".i2.@"regexp".str, @"regexp".re3.@"regexp".prefix) }
     71 	func (@"regexp".i2 *@"regexp".inputString "esc:0x9") @"regexp".index (@"regexp".re3 *@"regexp".Regexp "esc:0x1", @"regexp".pos4 int) (? int)
     72 	func (@"regexp".i3 *@"regexp".inputString "esc:0x1") @"regexp".step (@"regexp".pos4 int) (? rune, ? int)
     73 	import io "io" // indirect
     74 	type @"io".RuneReader interface { ReadRune() (@"io".r rune, @"io".size int, @"io".err error) }
     75 	type @"regexp".inputReader struct { @"regexp".r @"io".RuneReader; @"regexp".atEOT bool; @"regexp".pos int }
     76 	func (@"regexp".i2 *@"regexp".inputReader "esc:0x1") @"regexp".canCheckPrefix () (? bool) { return false }
     77 	func (@"regexp".i2 *@"regexp".inputReader "esc:0x1") @"regexp".context (@"regexp".pos3 int) (? @"regexp/syntax".EmptyOp) { return @"regexp/syntax".EmptyOp(0x0) }
     78 	func (@"regexp".i2 *@"regexp".inputReader "esc:0x1") @"regexp".hasPrefix (@"regexp".re3 *@"regexp".Regexp "esc:0x1") (? bool) { return false }
     79 	func (@"regexp".i2 *@"regexp".inputReader "esc:0x1") @"regexp".index (@"regexp".re3 *@"regexp".Regexp "esc:0x1", @"regexp".pos4 int) (? int) { return -0x1 }
     80 	func (@"regexp".i3 *@"regexp".inputReader "esc:0x9") @"regexp".step (@"regexp".pos4 int) (? rune, ? int)
     81 	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 }
     82 	func (@"regexp".m2 *@"regexp".machine "esc:0x3a") @"regexp".add (@"regexp".q3 *@"regexp".queue "esc:0x1", @"regexp".pc4 uint32, @"regexp".pos5 int, @"regexp".cap6 []int "esc:0x9", @"regexp".cond7 @"regexp/syntax".EmptyOp, @"regexp".t8 *@"regexp".thread) (? *@"regexp".thread)
     83 	func (@"regexp".m2 *@"regexp".machine "esc:0x32") @"regexp".alloc (@"regexp".i3 *@"regexp/syntax".Inst) (? *@"regexp".thread) { var @"regexp".t4 *@"regexp".thread; ; var @"regexp".n5 int; ; @"regexp".n5 = len(@"regexp".m2.@"regexp".pool); if @"regexp".n5 > 0x0 { @"regexp".t4 = @"regexp".m2.@"regexp".pool[@"regexp".n5 - 0x1]; @"regexp".m2.@"regexp".pool = @"regexp".m2.@"regexp".pool[:@"regexp".n5 - 0x1] } else { @"regexp".t4 = new(@"regexp".thread); @"regexp".t4.@"regexp".cap = make([]int, len(@"regexp".m2.@"regexp".matchcap), cap(@"regexp".m2.@"regexp".matchcap)) }; @"regexp".t4.@"regexp".inst = @"regexp".i3; return @"regexp".t4 }
     84 	func (@"regexp".m2 *@"regexp".machine "esc:0x9") @"regexp".backtrack (@"regexp".i3 @"regexp".input, @"regexp".pos4 int, @"regexp".end5 int, @"regexp".ncap6 int) (? bool)
     85 	func (@"regexp".m1 *@"regexp".machine "esc:0x9") @"regexp".clear (@"regexp".q2 *@"regexp".queue "esc:0x9")
     86 	func (@"regexp".m1 *@"regexp".machine "esc:0x9") @"regexp".free (@"regexp".t2 *@"regexp".thread) { @"regexp".m1.@"regexp".inputBytes.@"regexp".str = nil; @"regexp".m1.@"regexp".inputString.@"regexp".str = ""; @"regexp".m1.@"regexp".inputReader.@"regexp".r = nil; @"regexp".m1.@"regexp".pool = append(@"regexp".m1.@"regexp".pool, @"regexp".t2) }
     87 	func (@"regexp".m1 *@"regexp".machine "esc:0x1") @"regexp".init (@"regexp".ncap2 int)
     88 	func (@"regexp".m2 *@"regexp".machine "esc:0x9") @"regexp".match (@"regexp".i3 @"regexp".input, @"regexp".pos4 int) (? bool)
     89 	func (@"regexp".m2 *@"regexp".machine "esc:0x12") @"regexp".newInputBytes (@"regexp".b3 []byte) (? @"regexp".input) { @"regexp".m2.@"regexp".inputBytes.@"regexp".str = @"regexp".b3; return &@"regexp".m2.@"regexp".inputBytes }
     90 	func (@"regexp".m2 *@"regexp".machine "esc:0x12") @"regexp".newInputReader (@"regexp".r3 @"io".RuneReader) (? @"regexp".input) { @"regexp".m2.@"regexp".inputReader.@"regexp".r = @"regexp".r3; @"regexp".m2.@"regexp".inputReader.@"regexp".atEOT = false; @"regexp".m2.@"regexp".inputReader.@"regexp".pos = 0x0; return &@"regexp".m2.@"regexp".inputReader }
     91 	func (@"regexp".m2 *@"regexp".machine "esc:0x12") @"regexp".newInputString (@"regexp".s3 string) (? @"regexp".input) { @"regexp".m2.@"regexp".inputString.@"regexp".str = @"regexp".s3; return &@"regexp".m2.@"regexp".inputString }
     92 	func (@"regexp".m2 *@"regexp".machine "esc:0x9") @"regexp".onepass (@"regexp".i3 @"regexp".input, @"regexp".pos4 int) (? bool)
     93 	func (@"regexp".m1 *@"regexp".machine "esc:0x9") @"regexp".step (@"regexp".runq2 *@"regexp".queue "esc:0x9", @"regexp".nextq3 *@"regexp".queue "esc:0x1", @"regexp".pos4 int, @"regexp".nextPos5 int, @"regexp".c6 rune, @"regexp".nextCond7 @"regexp/syntax".EmptyOp)
     94 	func (@"regexp".m2 *@"regexp".machine "esc:0x1") @"regexp".tryBacktrack (@"regexp".b3 *@"regexp".bitState "esc:0x9", @"regexp".i4 @"regexp".input, @"regexp".pc5 uint32, @"regexp".pos6 int) (? bool)
     95 	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 }
     96 	func (@"regexp".re2 *@"regexp".Regexp "esc:0x1") Expand (@"regexp".dst3 []byte "esc:0x1a", @"regexp".template4 []byte "esc:0x1", @"regexp".src5 []byte "esc:0x9", @"regexp".match6 []int "esc:0x1") (? []byte)
     97 	func (@"regexp".re2 *@"regexp".Regexp "esc:0x1") ExpandString (@"regexp".dst3 []byte "esc:0x1a", @"regexp".template4 string, @"regexp".src5 string "esc:0x9", @"regexp".match6 []int "esc:0x1") (? []byte)
     98 	func (@"regexp".re2 *@"regexp".Regexp) Find (@"regexp".b3 []byte) (? []byte)
     99 	func (@"regexp".re2 *@"regexp".Regexp) FindAll (@"regexp".b3 []byte, @"regexp".n4 int) (? [][]byte)
    100 	func (@"regexp".re2 *@"regexp".Regexp) FindAllIndex (@"regexp".b3 []byte, @"regexp".n4 int) (? [][]int)
    101 	func (@"regexp".re2 *@"regexp".Regexp) FindAllString (@"regexp".s3 string, @"regexp".n4 int) (? []string)
    102 	func (@"regexp".re2 *@"regexp".Regexp) FindAllStringIndex (@"regexp".s3 string, @"regexp".n4 int) (? [][]int)
    103 	func (@"regexp".re2 *@"regexp".Regexp) FindAllStringSubmatch (@"regexp".s3 string, @"regexp".n4 int) (? [][]string)
    104 	func (@"regexp".re2 *@"regexp".Regexp) FindAllStringSubmatchIndex (@"regexp".s3 string, @"regexp".n4 int) (? [][]int)
    105 	func (@"regexp".re2 *@"regexp".Regexp) FindAllSubmatch (@"regexp".b3 []byte, @"regexp".n4 int) (? [][][]byte)
    106 	func (@"regexp".re2 *@"regexp".Regexp) FindAllSubmatchIndex (@"regexp".b3 []byte, @"regexp".n4 int) (? [][]int)
    107 	func (@"regexp".re2 *@"regexp".Regexp) FindIndex (@"regexp".b3 []byte) (@"regexp".loc1 []int)
    108 	func (@"regexp".re2 *@"regexp".Regexp) FindReaderIndex (@"regexp".r3 @"io".RuneReader) (@"regexp".loc1 []int)
    109 	func (@"regexp".re2 *@"regexp".Regexp) FindReaderSubmatchIndex (@"regexp".r3 @"io".RuneReader) (? []int)
    110 	func (@"regexp".re2 *@"regexp".Regexp) FindString (@"regexp".s3 string) (? string)
    111 	func (@"regexp".re2 *@"regexp".Regexp) FindStringIndex (@"regexp".s3 string) (@"regexp".loc1 []int)
    112 	func (@"regexp".re2 *@"regexp".Regexp) FindStringSubmatch (@"regexp".s3 string) (? []string)
    113 	func (@"regexp".re2 *@"regexp".Regexp) FindStringSubmatchIndex (@"regexp".s3 string) (? []int)
    114 	func (@"regexp".re2 *@"regexp".Regexp) FindSubmatch (@"regexp".b3 []byte) (? [][]byte)
    115 	func (@"regexp".re2 *@"regexp".Regexp) FindSubmatchIndex (@"regexp".b3 []byte) (? []int)
    116 	func (@"regexp".re3 *@"regexp".Regexp "esc:0x22") LiteralPrefix () (@"regexp".prefix1 string, @"regexp".complete2 bool) { return @"regexp".re3.@"regexp".prefix, @"regexp".re3.@"regexp".prefixComplete }
    117 	func (@"regexp".re1 *@"regexp".Regexp "esc:0x1") Longest () { @"regexp".re1.@"regexp".longest = true }
    118 	func (@"regexp".re2 *@"regexp".Regexp) Match (@"regexp".b3 []byte) (? bool)
    119 	func (@"regexp".re2 *@"regexp".Regexp) MatchReader (@"regexp".r3 @"io".RuneReader) (? bool)
    120 	func (@"regexp".re2 *@"regexp".Regexp) MatchString (@"regexp".s3 string) (? bool)
    121 	func (@"regexp".re2 *@"regexp".Regexp "esc:0x1") NumSubexp () (? int) { return @"regexp".re2.@"regexp".numSubexp }
    122 	func (@"regexp".re2 *@"regexp".Regexp) ReplaceAll (@"regexp".src3 []byte, @"regexp".repl4 []byte "esc:0x1") (? []byte)
    123 	func (@"regexp".re2 *@"regexp".Regexp) ReplaceAllFunc (@"regexp".src3 []byte, @"regexp".repl4 func(? []byte) (? []byte) "esc:0x1") (? []byte)
    124 	func (@"regexp".re2 *@"regexp".Regexp) ReplaceAllLiteral (@"regexp".src3 []byte, @"regexp".repl4 []byte "esc:0x9") (? []byte)
    125 	func (@"regexp".re2 *@"regexp".Regexp) ReplaceAllLiteralString (@"regexp".src3 string, @"regexp".repl4 string "esc:0x9") (? string)
    126 	func (@"regexp".re2 *@"regexp".Regexp) ReplaceAllString (@"regexp".src3 string, @"regexp".repl4 string) (? string)
    127 	func (@"regexp".re2 *@"regexp".Regexp) ReplaceAllStringFunc (@"regexp".src3 string, @"regexp".repl4 func(? string) (? string) "esc:0x1") (? string)
    128 	func (@"regexp".re2 *@"regexp".Regexp) Split (@"regexp".s3 string, @"regexp".n4 int) (? []string)
    129 	func (@"regexp".re2 *@"regexp".Regexp "esc:0x22") String () (? string) { return @"regexp".re2.@"regexp".expr }
    130 	func (@"regexp".re2 *@"regexp".Regexp "esc:0x22") SubexpNames () (? []string) { return @"regexp".re2.@"regexp".subexpNames }
    131 	func (@"regexp".re1 *@"regexp".Regexp) @"regexp".allMatches (@"regexp".s2 string, @"regexp".b3 []byte, @"regexp".n4 int, @"regexp".deliver5 func(? []int) "esc:0x1")
    132 	func (@"regexp".re2 *@"regexp".Regexp) @"regexp".doExecute (@"regexp".r3 @"io".RuneReader, @"regexp".b4 []byte, @"regexp".s5 string, @"regexp".pos6 int, @"regexp".ncap7 int) (? []int)
    133 	func (@"regexp".re2 *@"regexp".Regexp "esc:0x1") @"regexp".expand (@"regexp".dst3 []byte "esc:0x1a", @"regexp".template4 string, @"regexp".bsrc5 []byte "esc:0x9", @"regexp".src6 string "esc:0x9", @"regexp".match7 []int "esc:0x1") (? []byte)
    134 	func (@"regexp".re2 *@"regexp".Regexp) @"regexp".get () (? *@"regexp".machine)
    135 	func (@"regexp".re2 *@"regexp".Regexp "esc:0x1") @"regexp".pad (@"regexp".a3 []int "esc:0x1a") (? []int)
    136 	func (@"regexp".re1 *@"regexp".Regexp) @"regexp".put (@"regexp".z2 *@"regexp".machine)
    137 	func (@"regexp".re2 *@"regexp".Regexp) @"regexp".replaceAll (@"regexp".bsrc3 []byte, @"regexp".src4 string, @"regexp".nmatch5 int, @"regexp".repl6 func(@"regexp".dst []byte, @"regexp".m []int) (? []byte) "esc:0x1") (? []byte)
    138 	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 }
    139 	func (@"cmd/pprof/internal/profile".p2 *@"cmd/pprof/internal/profile".Location "esc:0x1") @"cmd/pprof/internal/profile".decoder () (? []@"cmd/pprof/internal/profile".decoder) { return @"cmd/pprof/internal/profile".locationDecoder }
    140 	func (@"cmd/pprof/internal/profile".p1 *@"cmd/pprof/internal/profile".Location "esc:0x9") @"cmd/pprof/internal/profile".encode (@"cmd/pprof/internal/profile".b2 *@"cmd/pprof/internal/profile".buffer)
    141 	func (@"cmd/pprof/internal/profile".loc2 *@"cmd/pprof/internal/profile".Location "esc:0x9") @"cmd/pprof/internal/profile".matchesName (@"cmd/pprof/internal/profile".re3 *@"regexp".Regexp) (? bool)
    142 	func (@"cmd/pprof/internal/profile".loc2 *@"cmd/pprof/internal/profile".Location "esc:0x9") @"cmd/pprof/internal/profile".unmatchedLines (@"cmd/pprof/internal/profile".re3 *@"regexp".Regexp) (? []@"cmd/pprof/internal/profile".Line)
    143 	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 }
    144 	func (@"cmd/pprof/internal/profile".p2 @"cmd/pprof/internal/profile".Label) @"cmd/pprof/internal/profile".decoder () (? []@"cmd/pprof/internal/profile".decoder) { return @"cmd/pprof/internal/profile".labelDecoder }
    145 	func (@"cmd/pprof/internal/profile".p1 @"cmd/pprof/internal/profile".Label) @"cmd/pprof/internal/profile".encode (@"cmd/pprof/internal/profile".b2 *@"cmd/pprof/internal/profile".buffer "esc:0x9")
    146 	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 }
    147 	func (@"cmd/pprof/internal/profile".p2 *@"cmd/pprof/internal/profile".Sample "esc:0x1") @"cmd/pprof/internal/profile".decoder () (? []@"cmd/pprof/internal/profile".decoder) { return @"cmd/pprof/internal/profile".sampleDecoder }
    148 	func (@"cmd/pprof/internal/profile".p1 *@"cmd/pprof/internal/profile".Sample "esc:0x1") @"cmd/pprof/internal/profile".encode (@"cmd/pprof/internal/profile".b2 *@"cmd/pprof/internal/profile".buffer)
    149 	type @"cmd/pprof/internal/profile".Demangler func(@"cmd/pprof/internal/profile".name []string) (? map[string]string, ? error)
    150 	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)
    151 	type @"io".Reader interface { Read(@"io".p []byte) (@"io".n int, @"io".err error) }
    152 	type @"io".Writer interface { Write(@"io".p []byte) (@"io".n int, @"io".err error) }
    153 	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 }
    154 	func (@"cmd/pprof/internal/profile".p2 *@"cmd/pprof/internal/profile".Profile "esc:0x9") Aggregate (@"cmd/pprof/internal/profile".inlineFrame3 bool, @"cmd/pprof/internal/profile".function4 bool, @"cmd/pprof/internal/profile".filename5 bool, @"cmd/pprof/internal/profile".linenumber6 bool, @"cmd/pprof/internal/profile".address7 bool) (? error)
    155 	func (@"cmd/pprof/internal/profile".p2 *@"cmd/pprof/internal/profile".Profile "esc:0x9") CheckValid () (? error)
    156 	func (@"cmd/pprof/internal/profile".p2 *@"cmd/pprof/internal/profile".Profile "esc:0x9") Compatible (@"cmd/pprof/internal/profile".pb3 *@"cmd/pprof/internal/profile".Profile "esc:0x9") (? error)
    157 	func (@"cmd/pprof/internal/profile".p2 *@"cmd/pprof/internal/profile".Profile) Copy () (? *@"cmd/pprof/internal/profile".Profile)
    158 	func (@"cmd/pprof/internal/profile".p2 *@"cmd/pprof/internal/profile".Profile "esc:0x9") Demangle (@"cmd/pprof/internal/profile".d3 @"cmd/pprof/internal/profile".Demangler "esc:0x1") (? error)
    159 	func (@"cmd/pprof/internal/profile".p2 *@"cmd/pprof/internal/profile".Profile "esc:0x1") Empty () (? bool) { return len(@"cmd/pprof/internal/profile".p2.Sample) == 0x0 }
    160 	func (@"cmd/pprof/internal/profile".p4 *@"cmd/pprof/internal/profile".Profile "esc:0x9") FilterSamplesByName (@"cmd/pprof/internal/profile".focus5 *@"regexp".Regexp, @"cmd/pprof/internal/profile".ignore6 *@"regexp".Regexp, @"cmd/pprof/internal/profile".hide7 *@"regexp".Regexp) (@"cmd/pprof/internal/profile".fm1 bool, @"cmd/pprof/internal/profile".im2 bool, @"cmd/pprof/internal/profile".hm3 bool)
    161 	func (@"cmd/pprof/internal/profile".p3 *@"cmd/pprof/internal/profile".Profile "esc:0x9") FilterSamplesByTag (@"cmd/pprof/internal/profile".focus4 @"cmd/pprof/internal/profile".TagMatch "esc:0x1", @"cmd/pprof/internal/profile".ignore5 @"cmd/pprof/internal/profile".TagMatch "esc:0x1") (@"cmd/pprof/internal/profile".fm1 bool, @"cmd/pprof/internal/profile".im2 bool)
    162 	func (@"cmd/pprof/internal/profile".p2 *@"cmd/pprof/internal/profile".Profile "esc:0x1") HasFileLines () (? bool)
    163 	func (@"cmd/pprof/internal/profile".p2 *@"cmd/pprof/internal/profile".Profile "esc:0x1") HasFunctions () (? bool)
    164 	func (@"cmd/pprof/internal/profile".p2 *@"cmd/pprof/internal/profile".Profile "esc:0x9") Merge (@"cmd/pprof/internal/profile".pb3 *@"cmd/pprof/internal/profile".Profile, @"cmd/pprof/internal/profile".r4 float64) (? error)
    165 	func (@"cmd/pprof/internal/profile".p2 *@"cmd/pprof/internal/profile".Profile "esc:0x9") ParseMemoryMap (@"cmd/pprof/internal/profile".rd3 @"io".Reader) (? error)
    166 	func (@"cmd/pprof/internal/profile".p1 *@"cmd/pprof/internal/profile".Profile "esc:0x9") Prune (@"cmd/pprof/internal/profile".dropRx2 *@"regexp".Regexp, @"cmd/pprof/internal/profile".keepRx3 *@"regexp".Regexp)
    167 	func (@"cmd/pprof/internal/profile".p2 *@"cmd/pprof/internal/profile".Profile "esc:0x9") RemoveUninteresting () (? error)
    168 	func (@"cmd/pprof/internal/profile".p2 *@"cmd/pprof/internal/profile".Profile "esc:0x9") String () (? string)
    169 	func (@"cmd/pprof/internal/profile".p2 *@"cmd/pprof/internal/profile".Profile) Write (@"cmd/pprof/internal/profile".w3 @"io".Writer) (? error)
    170 	func (@"cmd/pprof/internal/profile".p1 *@"cmd/pprof/internal/profile".Profile "esc:0x1") @"cmd/pprof/internal/profile".addLegacyFrameInfo ()
    171 	func (@"cmd/pprof/internal/profile".p2 *@"cmd/pprof/internal/profile".Profile "esc:0x1") @"cmd/pprof/internal/profile".decoder () (? []@"cmd/pprof/internal/profile".decoder) { return @"cmd/pprof/internal/profile".profileDecoder }
    172 	func (@"cmd/pprof/internal/profile".p1 *@"cmd/pprof/internal/profile".Profile "esc:0x9") @"cmd/pprof/internal/profile".encode (@"cmd/pprof/internal/profile".b2 *@"cmd/pprof/internal/profile".buffer)
    173 	func (@"cmd/pprof/internal/profile".p2 *@"cmd/pprof/internal/profile".Profile "esc:0x9") @"cmd/pprof/internal/profile".postDecode () (? error)
    174 	func (@"cmd/pprof/internal/profile".p1 *@"cmd/pprof/internal/profile".Profile "esc:0x9") @"cmd/pprof/internal/profile".preEncode ()
    175 	func (@"cmd/pprof/internal/profile".p1 *@"cmd/pprof/internal/profile".Profile "esc:0x9") @"cmd/pprof/internal/profile".remapFunctionIDs ()
    176 	func (@"cmd/pprof/internal/profile".p1 *@"cmd/pprof/internal/profile".Profile "esc:0x9") @"cmd/pprof/internal/profile".remapLocationIDs ()
    177 	func (@"cmd/pprof/internal/profile".p1 *@"cmd/pprof/internal/profile".Profile "esc:0x9") @"cmd/pprof/internal/profile".remapMappingIDs ()
    178 	func (@"cmd/pprof/internal/profile".p1 *@"cmd/pprof/internal/profile".Profile "esc:0x9") @"cmd/pprof/internal/profile".setMain ()
    179 	type @"cmd/pprof/internal/plugin".Inst struct { Addr uint64; Text string; File string; Line int }
    180 	type @"cmd/pprof/internal/plugin".Frame struct { Func string; File string; Line int }
    181 	type @"cmd/pprof/internal/plugin".Sym struct { Name []string; File string; Start uint64; End uint64 }
    182 	type @"cmd/pprof/internal/plugin".ObjFile interface { Base() (? uint64); BuildID() (? string); Close() (? error); Name() (? string); SourceLine(@"cmd/pprof/internal/plugin".addr uint64) (? []@"cmd/pprof/internal/plugin".Frame, ? error); Symbols(@"cmd/pprof/internal/plugin".r *@"regexp".Regexp, @"cmd/pprof/internal/plugin".addr uint64) (? []*@"cmd/pprof/internal/plugin".Sym, ? error) }
    183 	type @"cmd/pprof/internal/plugin".ObjTool interface { Demangle(@"cmd/pprof/internal/plugin".names []string) (? map[string]string, ? error); Disasm(@"cmd/pprof/internal/plugin".file string, @"cmd/pprof/internal/plugin".start uint64, @"cmd/pprof/internal/plugin".end uint64) (? []@"cmd/pprof/internal/plugin".Inst, ? error); Open(@"cmd/pprof/internal/plugin".file string, @"cmd/pprof/internal/plugin".start uint64) (? @"cmd/pprof/internal/plugin".ObjFile, ? error); SetConfig(@"cmd/pprof/internal/plugin".config string) }
    184 	type @"cmd/pprof/internal/plugin".UI interface { IsTerminal() (? bool); Print(? ...interface {}); PrintErr(? ...interface {}); ReadLine() (? string, ? error); SetAutoComplete(@"cmd/pprof/internal/plugin".complete func(? string) (? string)) }
    185 	func @"".Symbolize (@"".mode2 string, @"".prof3 *@"cmd/pprof/internal/profile".Profile, @"".obj4 @"cmd/pprof/internal/plugin".ObjTool, @"".ui5 @"cmd/pprof/internal/plugin".UI) (? error)
    186 	func @"".init ()
    187 	var @"cmd/pprof/internal/profile".valueTypeDecoder []@"cmd/pprof/internal/profile".decoder
    188 	var @"cmd/pprof/internal/profile".mappingDecoder []@"cmd/pprof/internal/profile".decoder
    189 	var @"cmd/pprof/internal/profile".functionDecoder []@"cmd/pprof/internal/profile".decoder
    190 	var @"cmd/pprof/internal/profile".lineDecoder []@"cmd/pprof/internal/profile".decoder
    191 	var @"regexp/syntax".instOpNames []string
    192 	func @"strings".HasPrefix (@"strings".s2 string "esc:0x1", @"strings".prefix3 string "esc:0x1") (? bool) { return len(@"strings".s2) >= len(@"strings".prefix3) && @"strings".s2[0x0:len(@"strings".prefix3)] == @"strings".prefix3 }
    193 	var @"cmd/pprof/internal/profile".locationDecoder []@"cmd/pprof/internal/profile".decoder
    194 	var @"cmd/pprof/internal/profile".labelDecoder []@"cmd/pprof/internal/profile".decoder
    195 	var @"cmd/pprof/internal/profile".sampleDecoder []@"cmd/pprof/internal/profile".decoder
    196 	var @"cmd/pprof/internal/profile".profileDecoder []@"cmd/pprof/internal/profile".decoder
    197 
    198 $$
    199 _go_.o          0           0     0     644     83410     `
    200 go object linux amd64 go1.5.1 X:none
    201 
    202 !
    203 go13ld
    204 fmt.aos.apath/filepath.astrings.a6cmd/pprof/internal/plugin.a8cmd/pprof/internal/profile.a"".Symbolize))dH%H$H;A?
    206 H1H$H$D$OH$H$H$H\$HL$HD$H$8H$H$@HD$HH\$HD$HL$ HD$(HT$0H$H$H$H$1H$HD$hH$HHl$hH9H$HV	H
    208 HBHt$pH$H$H$H$ Hu?H$HD$H-Hl$HD$Ht$pH$\$ tD$OHHHl$hH9hH$Hk8HubHH$HD$1H\$H\$H\$ HT$(HL$0H$(H$H$0H$HH$H$H$H\$H$H\$H$H\$H$H\$ \$O\$(Hl$0HL$8HT$@H$H$HtH$H$HH$Hl$$HHD$1H$@$H$I$LH$PH$XH$`H$hH$p1HHH$HD$H$@H\$H$pH\$H\$ H$H$H+HHuHHMPH]XH$1H$HL$hH$HHl$hH9H$H)HT$pH$HEH$HH$H$HkHl$HD$H\$HDHHSH$H$HuBH$HT$pHHHl$hH9h1H$H$HH$HkHl$H$HY@H\$H$HHT$H$PH\$ H$XHL$(H\$0H$H$HzHpHH$HT$HT$Ht$HT$ HL$(H$H.H$HS H$HK(H$=HsH$HH$PH$XH$1H$HT$`H$xHHl$`H9HH$HLHzHrHRHk HL$xHL$PL$L$H$ H$H$(H$H$0H$H$8H$H$HtH$H@k@H$HtH$H@kAH$HtH$H@kBHH$H|$HH1HH$H$H]LALD$H\$HH$H$H$HLELD$H\$HH$H$H$HLE(LD$H\$HH$H$HH$H$H\$H$HD$H|$zH$H\$H1H9H$1H$H$H$HLCH{ Hk(H$LL$Hl$PH$H9HkHH$hHSH$pHKH$`=uOH3H$HL$xH(HHl$`H97H$PHH$H@kCH$Ht$.H$HH$H$H\$HT$H|$H$H\$H$H+HmhH$HH+H$H+Hu`H]hHUpHHH9w4H]hHH$=uH+gH$Hl$TH-H,$Ht$HL$HT$H\$ Ht$(HL$0HT$8H$H+HtQHHL$XHH]hHUpH$=u	Hu`_LE`L$Ht$H$HL$X;E%%zEEpwLCL$Ht$EH`
    213 
    214 strings.ToLowergo.string.":"
    215 strings.Split"go.string."force"
    216  runtime.eqstring:go.string."no known mappings"
    217 fmt.Errorf
    218 &runtime.deferreturn	
    219 "".newMapping	
    220 &runtime.deferreturn
    221 6"".(*mappingTable).closef
    222 
    223 "runtime.deferproc
    225  runtime.duffzerotype.map[cmd/pprof/internal/profile.Function]*cmd/pprof/internal/profile.Function
    228 runtime.makemaptype.map[*cmd/pprof/internal/profile.Mapping]cmd/pprof/internal/plugin.ObjFile
    229 2runtime.mapaccess1_fast64
    230 &runtime.deferreturnLtype.[]cmd/pprof/internal/profile.Line
    231 "runtime.makeslice6runtime.writeBarrierEnabledPtype.cmd/pprof/internal/profile.Function
    232 "runtime.newobject
    233  runtime.duffzerotype.string
    234 (runtime.typedmemmovetype.string
    235 (runtime.typedmemmovetype.string
    236 (runtime.typedmemmovetype.map[cmd/pprof/internal/profile.Function]*cmd/pprof/internal/profile.Function
    237 $runtime.mapaccess1 6runtime.writeBarrierEnabled!
    238 .runtime.writebarrierptr!
    239 $runtime.panicindex"type.map[cmd/pprof/internal/profile.Function]*cmd/pprof/internal/profile.Function#
    240 $runtime.mapassign1$6runtime.writeBarrierEnabled$
    241 .runtime.writebarrierptr$Vtype.[]*cmd/pprof/internal/profile.Function%
    242 "runtime.growslice&6runtime.writeBarrierEnabled&
    243 .runtime.writebarrierptr(
    244 .runtime.writebarrierptr)
    245 &runtime.deferreturn)
    246 0runtime.morestack_noctxt\"".autotmp_0032Htype.cmd/pprof/internal/profile.Line"".autotmp_0031Rtype.*cmd/pprof/internal/profile.Function"".autotmp_0030
Htype.cmd/pprof/internal/plugin.Frame"".autotmp_0029Jtype.*cmd/pprof/internal/plugin.Frame"".autotmp_0028type.int"".autotmp_0027type.int"".autotmp_0025Ttype.**cmd/pprof/internal/profile.Location"".autotmp_0024type.int"".autotmp_0023type.int"".autotmp_0022type.map.bucket[cmd/pprof/internal/profile.Function]*cmd/pprof/internal/profile.Function"".autotmp_0021type.map.hdr[cmd/pprof/internal/profile.Function]*cmd/pprof/internal/profile.Function"".autotmp_0020type.string"".autotmp_0019type.string"".autotmp_0018type.*string"".autotmp_0017type.int"".autotmp_0016type.int"".autotmp_0015type.int"".autotmp_0013Rtype.*cmd/pprof/internal/profile.Function"".autotmp_0012Rtype.*cmd/pprof/internal/profile.Function"".autotmp_0011Ltype.[]cmd/pprof/internal/plugin.Frame"".autotmp_0010Ltype.[]cmd/pprof/internal/profile.Line"".autotmp_0009type.int"".autotmp_0005Vtype.[]*cmd/pprof/internal/profile.Location"".autotmp_0004type.error"".autotmp_0003type.int"".autotmp_0002type.[]string"".autotmp_0001type.[]string"".autotmp_0000type.string"".fRtype.*cmd/pprof/internal/profile.Function"".frameHtype.cmd/pprof/internal/plugin.Frame"".itype.int"".errtype.error"".stackLtype.[]cmd/pprof/internal/plugin.Frame"".segmentLtype.cmd/pprof/internal/plugin.ObjFile"".mPtype.*cmd/pprof/internal/profile.Mapping"".lRtype.*cmd/pprof/internal/profile.Location"".functionstype.map[cmd/pprof/internal/profile.Function]*cmd/pprof/internal/profile.Function"".errtype.error
    252 "".mt*type.*"".mappingTable"".otype.string"".forcetype.bool"".~r4ptype.error
    254 "".uiPBtype.cmd/pprof/internal/plugin.UI"".obj0Ltype.cmd/pprof/internal/plugin.ObjTool"".prof Ptype.*cmd/pprof/internal/profile.Profile"".modetype.stringD"24Hbe.aL"^ MT
    258 l
    259 -888
    260 Q
    262 z1"8WP12
C>fRm/e'lULnf	%	+Tgclocalsf633fddb9ed8dba17f7dffd3b105fa1fTgclocalsc3406d1bfd5da5131294eb209657edcfprebuilts/go/linux-x86/src/cmd/pprof/internal/symbolizer/symbolizer.go"".newMapping  dH%H$pH;AH1H$PH$XHH$HD$HD$HD$H\$ H$HH$HD$H$HiH$=9H(H%H$=HhHD$p1H$$$$H$H$H$H$H$1HHH$HD$H$H\$H$H\$H\$ H\$xH$H@HSHHCPHkXH$1H$xHD$`H$pHHl$`H9}nH$H(HL$hD$_HH$H\$xH\$Hl$H|$HD$H\$_H\$H$HL$hHHHl$`H9|H$HuHS0HC8Hk@H$h1H$`HD$`H$XHHl$`H9}kH$H(HL$hH$HH$H\$xH\$Hl$H$H\$+@uEH$HL$hHHHl$`H9|H\$pH$H1H$PH$XH$@uX@uXAuXBuH$ H$H$(H\$H\HX H|$HHHKHOHX0H|$ HHHKHOHhHl$0HT$8H$HL$@H$HD$HH\$PH$H$HHH$0H$8H$HH^ HH$HKHL$H\$H$ H\$H$(HH$H$HH$H\$H/H$HH$PH$@HH$H$0H\$HD$HL$HD$ H$@H$HH$=HCHH$H$ H\$HD$HL$HD$ H$@HH$HH$=)HCHH$H$H\$HD$HL$HD$ H$@H H$HH$=HCH$H$H$H\$HL$HD$H$@H0H$HH$=uJHCH$@H\$H$HH\$H$PH\$H$8H$H$0H[0LCL$HD$LCL$HD$;LCL$HD$LCL$HD$MVH$HZ(H$Ht$H$HD$H$HY8HtQHtKHQ0H$HI8H$H9H4$HD$HT$HL$H$\$ teH$H$H$H$H$HH$H\$pHkHl$H$H\$H$H\$6H$H$H$H[0%3L@L$Hl$H$H$Hl$H$X
    276 ntype.map[*cmd/pprof/internal/profile.Mapping]cmd/pprof/internal/plugin.ObjFile
    277 runtime.makemap(type."".mappingTable
    278 "runtime.newobject6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled
    279  runtime.duffzerobtype.map[*cmd/pprof/internal/profile.Mapping]bool
    280 runtime.makemapbtype.map[*cmd/pprof/internal/profile.Mapping]bool
    281 $runtime.mapassign1	btype.map[*cmd/pprof/internal/profile.Mapping]bool
    282 
    283 2runtime.mapaccess1_fast64
    285 "".locateFileVgo.string."Local symbolization failed for "
    286 $path/filepath.Basego.string.": "(type.[4]interface {}
    287 "runtime.newobjecttype.string
    288 runtime.convT2E6runtime.writeBarrierEnabledtype.string
    289 runtime.convT2E6runtime.writeBarrierEnabledtype.string
    290 runtime.convT2E6runtime.writeBarrierEnabled
    291 runtime.convI2E6runtime.writeBarrierEnabled
    292 .runtime.writebarrierptr
    293 .runtime.writebarrierptr
    294 .runtime.writebarrierptr
    295 .runtime.writebarrierptr
    296  runtime.eqstringtype.map[*cmd/pprof/internal/profile.Mapping]cmd/pprof/internal/plugin.ObjFile
    297 $runtime.mapassign1
    298 .runtime.writebarrierptr
    299 .runtime.writebarrierptr 
    300 0runtime.morestack_noctxtJ"".autotmp_0065type.string"".autotmp_0064"type.interface {}"".autotmp_0063"type.interface {}"".autotmp_0062"type.interface {}"".autotmp_0061"type.interface {}"".autotmp_0059&type.[]interface {}"".autotmp_0057Rtype.**cmd/pprof/internal/profile.Mapping"".autotmp_0056type.int"".autotmp_0055type.int"".autotmp_0053Ttype.**cmd/pprof/internal/profile.Location"".autotmp_0052type.int"".autotmp_0051type.int"".autotmp_0050ptype.map.bucket[*cmd/pprof/internal/profile.Mapping]bool"".autotmp_0049jtype.map.hdr[*cmd/pprof/internal/profile.Mapping]bool"".autotmp_0048*type.*"".mappingTable"".autotmp_0047Ltype.cmd/pprof/internal/plugin.ObjFile"".autotmp_0046Ptype.*cmd/pprof/internal/profile.Mapping"".autotmp_0045type.string"".autotmp_0044type.string"".autotmp_0043type.string"".autotmp_0041Ptype.*cmd/pprof/internal/profile.Mapping"".autotmp_0040Ttype.[]*cmd/pprof/internal/profile.Mapping"".autotmp_0039type.bool"".autotmp_0038Vtype.[]*cmd/pprof/internal/profile.Location"".autotmp_0037type.map[*cmd/pprof/internal/profile.Mapping]cmd/pprof/internal/plugin.ObjFile"".fidtype.string"".errtype.error"".fLtype.cmd/pprof/internal/plugin.ObjFile"".mPtype.*cmd/pprof/internal/profile.Mapping"".mappingsbtype.map[*cmd/pprof/internal/profile.Mapping]bool
    303 "".mt*type.*"".mappingTable"".~r5ptype.error"".~r4`*type.*"".mappingTable"".forcePtype.bool
    306 "".ui0Btype.cmd/pprof/internal/plugin.UI"".objLtype.cmd/pprof/internal/plugin.ObjTool"".profPtype.*cmd/pprof/internal/profile.Profile"
    308 4Z@Z=2''%g
    310 `+$#	)
VZEUzN"5"&Tgclocals20f0b1bb6c174dd4e295c23ba45040d5Tgclocals12c71478ce25a78cc52797915a8c5ba8prebuilts/go/linux-x86/src/cmd/pprof/internal/symbolizer/symbolizer.go"".locateFile66dH%H$H;Ah
H1H$H$8H$@1H$H$1H$H$HH$HD$H\$H\$xHD$H$HHH$HD$HT$HL$H$HH-H+H-HkH-HkH-HkH-Hk H-Hk(H$H$H$H$pHKH$h=HH$H$H\$H$H\$H\$H\$xH\$ H$1H$xH$H$H$H$H$H\$H$Ht$H$HT$H$ H1H$hH$pH$xH$H$hH
    319 H$H$H$HHH$=m
    320 H(HHHS=7
    321 H3H$H$H\$H$H\$HT$HL$ 1H$HH$PH$XH$`H$HH	H$H$H$xH$pHHH$h=p	HH$ HHHkH$=2	H+H\$xH$H$H\$HL$Hl$HT$ H$H$H$H$HD$`H$Hl$XH$HL$pH\$`Hl$XH9H\$pHHHkH$hH$H$pH$H$xH$H$H$1H$HL$HH$HHl$HH9gHL$hHHHiHD$PHD$@H$hH$H$pH$1H$(H$0H$8H$@H$(HH$H$H$H$HhH$=LH(H$HHHkH$=H+H$H$H\$H$H\$HL$HD$ H$HL$H$HD$H$H\$H$H$H$H[0HT$ H$HL$(H$HD$0H\$8H$H$HH$HZ(H$HT$H$HD$Ht7H$H9udH$H,$HL$HT$HD$\$ t:H$H$H$H$1H$H$HH$H$H$H[0H\$@HH$H$XH$H$`H$H$HH$H$P1H$H$H$H$ H$HzH$H$H$HH$H$XH\$HD$HL$HD$ H$H$(HH$0=HCHH$H$HH\$HD$HL$HD$ H$HH$(HH$0=uxHCHH$HD$+H$H\$H$H\$H$H\$ HL$(HD$01H$H$H$H$HLCL$HD$uLCL$HD$HL$hHD$PHHHl$HH9H\$pHH\$pH\$`HH\$`H\$`Hl$XH9H$H\$H$H\$H$H\$H$H$H$H[0Ht$ HT$(H\$0H$H\$8H$H$HH$HH$H$H$H^(H$H$H$HL$H$HD$HtGH$H9urH$HD$H$Hl$H|$H$H$\$ t8H$H$H$H$H$H$HH$H^0H$H$XH$H$`H$H$HH$H$P1H$H$H$H$ H$HzH$H$H$HH$H$XH\$HD$HL$HD$ H$H$(HH$0=HCHH$H$HH\$HD$HL$HD$ H$HH$(HH$0=uxHCHH$HD$H$H\$H$H\$H$H\$ HL$(HD$01H$H$H$H$HLCL$HD$uLCL$HD$H$Hl$H$H$Hl$H$Q`H$Hl$H$HT$H$xx-H$Ht$H$H$Hl$H$H$H$ k(1H$8H$@H$8HtHH$H$H$xHP=uH0H$Ht$H$HT$H$s|
    329 Z
    330  runtime.duffzero:go.string."PPROF_BINARY_PATH"
    331 os.Getenv go.string."HOME"
    332 os.Getenv""".statictmp_0078""".statictmp_0078 """.statictmp_00780""".statictmp_0078@""".statictmp_0078P""".statictmp_00786runtime.writeBarrierEnabled
    333 $path/filepath.Join
    334 $path/filepath.Base	6runtime.writeBarrierEnabled	6runtime.writeBarrierEnabled
    335 
    336 $path/filepath.Join6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled
    340 .path/filepath.SplitList6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled
    341 $path/filepath.Join
    342  runtime.eqstringtype.string
    343 runtime.convT2E6runtime.writeBarrierEnabledtype.string
    344 runtime.convT2E6runtime.writeBarrierEnabledngo.string."found file %s with inconsistent build id %s" 
    345 fmt.Errorf!
    346 .runtime.writebarrierptr"
    347 .runtime.writebarrierptr$%'
    348  runtime.eqstring(+type.string+
    349 runtime.convT2E,6runtime.writeBarrierEnabled,type.string-
    350 runtime.convT2E-6runtime.writeBarrierEnabled.Rgo.string."mismatched build ids %s != %s"/
    351 fmt.Errorf0
    352 .runtime.writebarrierptr0
    353 .runtime.writebarrierptr0
    354 .runtime.writebarrierptr1
    355 .runtime.writebarrierptr2
    356 .runtime.writebarrierptr2
    357 .runtime.writebarrierptr2
    358 .runtime.writebarrierptr3
    359 .runtime.writebarrierptr56runtime.writeBarrierEnabled5
    360 .runtime.writebarrierptr5
    361 .runtime.writebarrierptr6
    362 0runtime.morestack_noctxt
    363 p"".autotmp_0114"type.interface {}"".autotmp_0113"type.interface {}"".autotmp_0112(type.[2]interface {}"".autotmp_0110*type.*[2]interface {}"".autotmp_0109&type.[]interface {}"".autotmp_0108"type.interface {}"".autotmp_0107"type.interface {}"".autotmp_0106(type.[2]interface {}"".autotmp_0103&type.[]interface {}"".autotmp_0102type.[2]string"".autotmp_0100type.*[2]string"".autotmp_0099type.[]string"".autotmp_0098type.string"".autotmp_0097	type.*string"".autotmp_0096	type.int"".autotmp_0095	type.int"".autotmp_0094type.string"".autotmp_0093	type.*string"".autotmp_0092	type.int"".autotmp_0091	type.int"".autotmp_0090type.[1]string"".autotmp_0087type.[2]string"".autotmp_0085type.*[2]string"".autotmp_0084type.[2]string"".autotmp_0081type.[]string"".autotmp_0080_type.[3]string"".autotmp_0077type.[]string"".autotmp_0076type.error"".autotmp_0075type.string"".autotmp_0074type.string"".autotmp_0072type.string"".autotmp_0071type.string"".autotmp_0070type.[]string"".autotmp_0069type.[]string"".autotmp_0068type.[]string"".autotmp_0067type.string"".autotmp_0066type.string"".fileBuildIDtype.string"".errtype.error"".fLtype.cmd/pprof/internal/plugin.ObjFile"".fileBuildIDtype.string"".errtype.error"".fLtype.cmd/pprof/internal/plugin.ObjFile"".filetype.string"".nametype.string"".nameIndex	type.int"".pathtype.string"".baseNametype.string"".fileNamestype.[]string"".searchPathtype.string"".~r5type.error"".~r4pLtype.cmd/pprof/internal/plugin.ObjFile"".start`type.uint64"".buildID@type.string"".file type.string"".objLtype.cmd/pprof/internal/plugin.ObjToolF"
    369 
    371 
    372 
    373 
    374 
    375 
    376 
    377 
    378 e(J$=:."e$8
    380 '=oP	
yNHJaFb"Z_F10"	Tgclocals27f6b020f08026746629619cb025b5beTgclocals8fb3832653807817fba7165417d32c39prebuilts/go/linux-x86/src/cmd/pprof/internal/symbolizer/symbolizer.go0"".(*mappingTable).closedH%HD$H;AHH$HkH|$81HH$Hl$H\$8H\$H\$81H9tUH\$@HtVHHkH\$8Ht@HL$(Hl$0Hl$ H,$HL$HY0H\$8H$H\$81H9uH/
    385 f
    386  runtime.duffzerottype.map[*cmd/pprof/internal/profile.Mapping]cmd/pprof/internal/plugin.ObjFile
    387 &runtime.mapiterinit
    388 &runtime.mapiternext
    389 0runtime.morestack_noctxt"".autotmp_0117Ltype.cmd/pprof/internal/plugin.ObjFile"".autotmp_0116type.map.iter[*cmd/pprof/internal/profile.Mapping]cmd/pprof/internal/plugin.ObjFile"".segmentLtype.cmd/pprof/internal/plugin.ObjFile
    390 "".mt*type.*"".mappingTable! jQTgclocals51fa0e13d53d6bad7f86670d3edaeac6Tgclocals6a2b841de726252ddd2ad2c7f0b42180prebuilts/go/linux-x86/src/cmd/pprof/internal/symbolizer/symbolizer.go"".initdH%H;avMtu
    394 $"".initdone<"".initdoneR
    395 "runtime.throwinitb"".initdonen
    396 fmt.initx
    397 os.init
    398 $path/filepath.init
    399 strings.init
    400 <cmd/pprof/internal/plugin.init
    401 >cmd/pprof/internal/profile.init"".initdone
    402 0runtime.morestack_noctxtppp
    403 (HTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals33cdeccccebe80329f1fdbee7f5874cbprebuilts/go/linux-x86/src/cmd/pprof/internal/symbolizer/symbolizer.gobtype..hash.[8]cmd/pprof/internal/profile.FunctiondH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HkXHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([
    405 
    406 \type..hash.cmd/pprof/internal/profile.Function
    407 0runtime.morestack_noctxt0P
    408 "".autotmp_0119type.int"".autotmp_0118type.int"".~r2 type.uintptr"".htype.uintptr"".pXtype.*[8]cmd/pprof/internal/profile.FunctionPOP
    410 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbprebuilts/go/linux-x86/src/cmd/pprof/internal/symbolizer/symbolizer.go^type..eq.[8]cmd/pprof/internal/profile.FunctiondH%H;aH(1HD$Hl$H9}cHD$ HL$0HtaH\$8HHkXHHtHHHkXHH$H\$\$u
    413 D$@H(HD$ HHl$H9|D$@H(U
    414 
    415 Xtype..eq.cmd/pprof/internal/profile.Function
    416 0runtime.morestack_noctxt0P
    417 "".autotmp_0121type.int"".autotmp_0120type.int"".~r2 type.bool"".qXtype.*[8]cmd/pprof/internal/profile.Function"".pXtype.*[8]cmd/pprof/internal/profile.FunctionPeOPOP
    419 dLTgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocals33cdeccccebe80329f1fdbee7f5874cbprebuilts/go/linux-x86/src/cmd/pprof/internal/symbolizer/symbolizer.go^type..hash.[8]cmd/pprof/internal/plugin.ObjFiledH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([
    421 
    422 "runtime.interhash
    423 0runtime.morestack_noctxt0P
    424 "".autotmp_0125type.int"".autotmp_0124type.int"".~r2 type.uintptr"".htype.uintptr"".pTtype.*[8]cmd/pprof/internal/plugin.ObjFilePOP
    426 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbprebuilts/go/linux-x86/src/cmd/pprof/internal/symbolizer/symbolizer.goZtype..eq.[8]cmd/pprof/internal/plugin.ObjFiledH%H;aHX1HD$(Hl$(H9HD$0H\$hHHHHHHsH\$`HtvHHHHHSH9uVHD$8H$HT$@HT$HL$HHL$Ht$PHt$\$ t HD$0HHl$(H9nD$pHXD$pHXc
    429 
    430 runtime.ifaceeq
    431 0runtime.morestack_noctxt0"".autotmp_0129?Ltype.cmd/pprof/internal/plugin.ObjFile"".autotmp_0128Ltype.cmd/pprof/internal/plugin.ObjFile"".autotmp_0127_type.int"".autotmp_0126Otype.int"".~r2 type.bool"".qTtype.*[8]cmd/pprof/internal/plugin.ObjFile"".pTtype.*[8]cmd/pprof/internal/plugin.ObjFile&	STgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440prebuilts/go/linux-x86/src/cmd/pprof/internal/symbolizer/symbolizer.go4type..hash.[4]interface {}dH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([
    435 
    436 (runtime.nilinterhash
    437 0runtime.morestack_noctxt0P
    438 "".autotmp_0131type.int"".autotmp_0130type.int"".~r2 type.uintptr"".htype.uintptr"".p*type.*[4]interface {}POP
    440 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbprebuilts/go/linux-x86/src/cmd/pprof/internal/symbolizer/symbolizer.go0type..eq.[4]interface {}dH%H;aHX1HD$(Hl$(H9HD$0H\$hHHHHHHsH\$`HtvHHHHHSH9uVHD$8H$HT$@HT$HL$HHL$Ht$PHt$\$ t HD$0HHl$(H9nD$pHXD$pHXc
    443 
    444 runtime.efaceeq
    445 0runtime.morestack_noctxt0"".autotmp_0135?"type.interface {}"".autotmp_0134"type.interface {}"".autotmp_0133_type.int"".autotmp_0132Otype.int"".~r2 type.bool"".q*type.*[4]interface {}"".p*type.*[4]interface {}&	STgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440prebuilts/go/linux-x86/src/cmd/pprof/internal/symbolizer/symbolizer.go(type..hash.[3]stringdH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([
    449 
    450 runtime.strhash
    451 0runtime.morestack_noctxt0P
    452 "".autotmp_0137type.int"".autotmp_0136type.int"".~r2 type.uintptr"".htype.uintptr"".ptype.*[3]stringPOP
    454 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbprebuilts/go/linux-x86/src/cmd/pprof/internal/symbolizer/symbolizer.go$type..eq.[3]stringdH%H;aHX1HD$(Hl$(H9HD$0H\$`HHHHH3HKH\$hHtvHHHHHCH9uVHt$HH4$HL$PHL$HT$8HT$HD$@HD$\$ t HD$0HHl$(H9nD$pHXD$pHXc
    456 
    457  runtime.eqstring
    458 0runtime.morestack_noctxt0"".autotmp_0141?type.string"".autotmp_0140type.string"".autotmp_0139_type.int"".autotmp_0138Otype.int"".~r2 type.bool"".qtype.*[3]string"".ptype.*[3]string&	STgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440prebuilts/go/linux-x86/src/cmd/pprof/internal/symbolizer/symbolizer.go(type..hash.[2]stringdH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([
    462 
    463 runtime.strhash
    464 0runtime.morestack_noctxt0P
    465 "".autotmp_0143type.int"".autotmp_0142type.int"".~r2 type.uintptr"".htype.uintptr"".ptype.*[2]stringPOP
    467 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbprebuilts/go/linux-x86/src/cmd/pprof/internal/symbolizer/symbolizer.go$type..eq.[2]stringdH%H;aHX1HD$(Hl$(H9HD$0H\$`HHHHH3HKH\$hHtvHHHHHCH9uVHt$HH4$HL$PHL$HT$8HT$HD$@HD$\$ t HD$0HHl$(H9nD$pHXD$pHXc
    469 
    470  runtime.eqstring
    471 0runtime.morestack_noctxt0"".autotmp_0147?type.string"".autotmp_0146type.string"".autotmp_0145_type.int"".autotmp_0144Otype.int"".~r2 type.bool"".qtype.*[2]string"".ptype.*[2]string&	STgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440prebuilts/go/linux-x86/src/cmd/pprof/internal/symbolizer/symbolizer.go(type..hash.[1]stringdH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([
    475 
    476 runtime.strhash
    477 0runtime.morestack_noctxt0P
    478 "".autotmp_0149type.int"".autotmp_0148type.int"".~r2 type.uintptr"".htype.uintptr"".ptype.*[1]stringPOP
    480 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbprebuilts/go/linux-x86/src/cmd/pprof/internal/symbolizer/symbolizer.go$type..eq.[1]stringdH%H;aHX1HD$(Hl$(H9HD$0H\$`HHHHH3HKH\$hHtvHHHHHCH9uVHt$HH4$HL$PHL$HT$8HT$HD$@HD$\$ t HD$0HHl$(H9nD$pHXD$pHXc
    482 
    483  runtime.eqstring
    484 0runtime.morestack_noctxt0"".autotmp_0153?type.string"".autotmp_0152type.string"".autotmp_0151_type.int"".autotmp_0150Otype.int"".~r2 type.bool"".qtype.*[1]string"".ptype.*[1]string&	STgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440prebuilts/go/linux-x86/src/cmd/pprof/internal/symbolizer/symbolizer.go4type..hash.[2]interface {}dH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([
    488 
    489 (runtime.nilinterhash
    490 0runtime.morestack_noctxt0P
    491 "".autotmp_0155type.int"".autotmp_0154type.int"".~r2 type.uintptr"".htype.uintptr"".p*type.*[2]interface {}POP
    493 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbprebuilts/go/linux-x86/src/cmd/pprof/internal/symbolizer/symbolizer.go0type..eq.[2]interface {}dH%H;aHX1HD$(Hl$(H9HD$0H\$hHHHHHHsH\$`HtvHHHHHSH9uVHD$8H$HT$@HT$HL$HHL$Ht$PHt$\$ t HD$0HHl$(H9nD$pHXD$pHXc
    496 
    497 runtime.efaceeq
    498 0runtime.morestack_noctxt0"".autotmp_0159?"type.interface {}"".autotmp_0158"type.interface {}"".autotmp_0157_type.int"".autotmp_0156Otype.int"".~r2 type.bool"".q*type.*[2]interface {}"".p*type.*[2]interface {}&	STgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440prebuilts/go/linux-x86/src/cmd/pprof/internal/symbolizer/symbolizer.go"go.string.hdr.":"  go.string.":"go.string.":":*go.string.hdr."force"  "go.string."force""go.string."force"forceBgo.string.hdr."no known mappings"  :go.string."no known mappings":go.string."no known mappings"0$no known mappingsTgclocalsc3406d1bfd5da5131294eb209657edcf,@*P
    502 T,@*P
    503 T,@*P
    504 T@,@*P
    505 T@,@*P
    506 T@,@*P
    507 T@,@*P
    508 T@,@*P
    509 T,@*P
    510 T,@*P
    511 T,@*P
    512 TTgclocalsf633fddb9ed8dba17f7dffd3b105fa1f	}}}}}}}}}}}^go.string.hdr."Local symbolization failed for "  Vgo.string."Local symbolization failed for "Vgo.string."Local symbolization failed for "@@Local symbolization failed for $go.string.hdr.": "  go.string.": "go.string.": ": Tgclocals12c71478ce25a78cc52797915a8c5ba84 ```0`0P`0P`P`P```K`Tgclocals20f0b1bb6c174dd4e295c23ba45040d5	Bgo.string.hdr."PPROF_BINARY_PATH"  :go.string."PPROF_BINARY_PATH":go.string."PPROF_BINARY_PATH"0$PPROF_BINARY_PATH(go.string.hdr."HOME"   go.string."HOME" go.string."HOME"
    532 HOME*go.string.hdr."pprof"  "go.string."pprof""go.string."pprof"pprof0go.string.hdr."binaries"  (go.string."binaries"(go.string."binaries" binariesvgo.string.hdr."found file %s with inconsistent build id %s"  +ngo.string."found file %s with inconsistent build id %s"ngo.string."found file %s with inconsistent build id %s"`Xfound file %s with inconsistent build id %sZgo.string.hdr."mismatched build ids %s != %s"  Rgo.string."mismatched build ids %s != %s"Rgo.string."mismatched build ids %s != %s"@<mismatched build ids %s != %sTgclocals8fb3832653807817fba7165417d32c39JUUUUUU@UU@UU@UUUUUUSUUUUUUUUUUUUUUT UUTUUUUUUUUTgclocals27f6b020f08026746629619cb025b5beTgclocals6a2b841de726252ddd2ad2c7f0b42180  Tgclocals51fa0e13d53d6bad7f86670d3edaeac6  Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals33cdeccccebe80329f1fdbee7f5874cb""".statictmp_0078`type.[3]string` "go.string."pprof"@(go.string."binaries"0"".initdonetype.uint8"".Symbolizef"".Symbolize "".newMappingf"".newMapping "".locateFilef"".locateFile6"".(*mappingTable).closef0"".(*mappingTable).close"".initf"".init"runtime.gcbits.01.go.string.hdr."[]uint8"  &go.string."[]uint8"&go.string."[]uint8"[]uint8type.[]uint8~.80 runtime.algarray@"runtime.gcbits.01P.go.string.hdr."[]uint8"p*go.weak.type.*[]uint8"runtime.zerovaluetype.uint86go.typelink.[]uint8	[]uint8type.[]uint8runtime.gcbits.0go.string.hdr."[8]uint8"  (go.string."[8]uint8"(go.string."[8]uint8" [8]uint8type.[8]uint8>00 runtime.algarray@runtime.gcbits.P0go.string.hdr."[8]uint8"p,go.weak.type.*[8]uint8"runtime.zerovaluetype.uint8type.[]uint8:go.typelink.[8]uint8	[8]uint8type.[8]uint8Dgo.string.hdr."[]profile.Function"  <go.string."[]profile.Function"<go.string."[]profile.Function"0&[]profile.FunctionTtype.[]cmd/pprof/internal/profile.Function8z0 runtime.algarray@"runtime.gcbits.01PDgo.string.hdr."[]profile.Function"pfgo.weak.type.*[]cmd/pprof/internal/profile.Function"runtime.zerovaluePtype.cmd/pprof/internal/profile.Functiongo.typelink.[]profile.Function	[]cmd/pprof/internal/profile.FunctionTtype.[]cmd/pprof/internal/profile.FunctionTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals3bb21ca8fe1d99a3e492463bd711418ajtype..hashfunc.[8]cmd/pprof/internal/profile.Functionbtype..hash.[8]cmd/pprof/internal/profile.Functionftype..eqfunc.[8]cmd/pprof/internal/profile.Function^type..eq.[8]cmd/pprof/internal/profile.Function`type..alg.[8]cmd/pprof/internal/profile.Function  jtype..hashfunc.[8]cmd/pprof/internal/profile.Functionftype..eqfunc.[8]cmd/pprof/internal/profile.FunctionJruntime.gcbits.2a50810a54a00215a84005*P
    537 T@Fgo.string.hdr."[8]profile.Function"  >go.string."[8]profile.Function">go.string."[8]profile.Function"0([8]profile.FunctionVtype.[8]cmd/pprof/internal/profile.Function8{0`type..alg.[8]cmd/pprof/internal/profile.Function@Jruntime.gcbits.2a50810a54a00215a84005PFgo.string.hdr."[8]profile.Function"phgo.weak.type.*[8]cmd/pprof/internal/profile.Function"runtime.zerovaluePtype.cmd/pprof/internal/profile.FunctionTtype.[]cmd/pprof/internal/profile.Functiongo.typelink.[8]profile.Function	[8]cmd/pprof/internal/profile.FunctionVtype.[8]cmd/pprof/internal/profile.FunctionFgo.string.hdr."[]*profile.Function"  >go.string."[]*profile.Function">go.string."[]*profile.Function"0([]*profile.FunctionVtype.[]*cmd/pprof/internal/profile.FunctionyPw]0 runtime.algarray@"runtime.gcbits.01PFgo.string.hdr."[]*profile.Function"phgo.weak.type.*[]*cmd/pprof/internal/profile.Function"runtime.zerovalueRtype.*cmd/pprof/internal/profile.Functiongo.typelink.[]*profile.Function	[]*cmd/pprof/internal/profile.FunctionVtype.[]*cmd/pprof/internal/profile.Function type..hashfunc64  @,runtime.memhash_varlentype..eqfunc64  @.runtime.memequal_varlentype..alg64   type..hashfunc64type..eqfunc64"runtime.gcbits.ffHgo.string.hdr."[8]*profile.Function"  @go.string."[8]*profile.Function"@go.string."[8]*profile.Function"0*[8]*profile.FunctionXtype.[8]*cmd/pprof/internal/profile.Function@@fo0type..alg64@"runtime.gcbits.ffPHgo.string.hdr."[8]*profile.Function"pjgo.weak.type.*[8]*cmd/pprof/internal/profile.Function"runtime.zerovalueRtype.*cmd/pprof/internal/profile.FunctionVtype.[]*cmd/pprof/internal/profile.Functiongo.typelink.[8]*profile.Function	[8]*cmd/pprof/internal/profile.FunctionXtype.[8]*cmd/pprof/internal/profile.Function|go.string.hdr."*map.bucket[profile.Function]*profile.Function"  .tgo.string."*map.bucket[profile.Function]*profile.Function"tgo.string."*map.bucket[profile.Function]*profile.Function"`^*map.bucket[profile.Function]*profile.Functiontype.*map.bucket[cmd/pprof/internal/profile.Function]*cmd/pprof/internal/profile.FunctionRw60 runtime.algarray@"runtime.gcbits.01P|go.string.hdr."*map.bucket[profile.Function]*profile.Function"pgo.weak.type.**map.bucket[cmd/pprof/internal/profile.Function]*cmd/pprof/internal/profile.Function"runtime.zerovaluetype.map.bucket[cmd/pprof/internal/profile.Function]*cmd/pprof/internal/profile.FunctionRruntime.gcbits.54a00215a840052a50810afe03T@*P
    540 zgo.string.hdr."map.bucket[profile.Function]*profile.Function"  -rgo.string."map.bucket[profile.Function]*profile.Function"rgo.string."map.bucket[profile.Function]*profile.Function"`\map.bucket[profile.Function]*profile.Function.go.string.hdr."topbits"  &go.string."topbits"&go.string."topbits"topbits(go.string.hdr."keys"   go.string."keys" go.string."keys"
    541 keys,go.string.hdr."values"  $go.string."values"$go.string."values"values0go.string.hdr."overflow"  (go.string."overflow"(go.string."overflow" overflowtype.map.bucket[cmd/pprof/internal/profile.Function]*cmd/pprof/internal/profile.FunctionUR0 runtime.algarray@Rruntime.gcbits.54a00215a840052a50810afe03Pzgo.string.hdr."map.bucket[profile.Function]*profile.Function"pgo.weak.type.*map.bucket[cmd/pprof/internal/profile.Function]*cmd/pprof/internal/profile.Function"runtime.zerovaluetype.map.bucket[cmd/pprof/internal/profile.Function]*cmd/pprof/internal/profile.Function.go.string.hdr."topbits"type.[8]uint8(go.string.hdr."keys"Vtype.[8]cmd/pprof/internal/profile.Function,go.string.hdr."values"Xtype.[8]*cmd/pprof/internal/profile.Function0go.string.hdr."overflow"type.*map.bucket[cmd/pprof/internal/profile.Function]*cmd/pprof/internal/profile.Function"runtime.gcbits.2c,tgo.string.hdr."map.hdr[profile.Function]*profile.Function"  *lgo.string."map.hdr[profile.Function]*profile.Function"lgo.string."map.hdr[profile.Function]*profile.Function"`Vmap.hdr[profile.Function]*profile.Function*go.string.hdr."count"  "go.string."count""go.string."count"count*go.string.hdr."flags"  "go.string."flags""go.string."flags"flags"go.string.hdr."B"  go.string."B"go.string."B"B*go.string.hdr."hash0"  "go.string."hash0""go.string."hash0"hash0.go.string.hdr."buckets"  &go.string."buckets"&go.string."buckets"buckets4go.string.hdr."oldbuckets"  
    545 ,go.string."oldbuckets",go.string."oldbuckets" oldbuckets2go.string.hdr."nevacuate"  	*go.string."nevacuate"*go.string."nevacuate" nevacuatetype.map.hdr[cmd/pprof/internal/profile.Function]*cmd/pprof/internal/profile.Function00!7	 (,0 runtime.algarray@"runtime.gcbits.2cPtgo.string.hdr."map.hdr[profile.Function]*profile.Function"pgo.weak.type.*map.hdr[cmd/pprof/internal/profile.Function]*cmd/pprof/internal/profile.Function"runtime.zerovaluetype.map.hdr[cmd/pprof/internal/profile.Function]*cmd/pprof/internal/profile.Function*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[cmd/pprof/internal/profile.Function]*cmd/pprof/internal/profile.Function4go.string.hdr."oldbuckets"type.*map.bucket[cmd/pprof/internal/profile.Function]*cmd/pprof/internal/profile.Function2go.string.hdr."nevacuate"type.uintptr0go.string.hdr."overflow"&type.unsafe.Pointerlgo.string.hdr."map[profile.Function]*profile.Function"  &dgo.string."map[profile.Function]*profile.Function"dgo.string."map[profile.Function]*profile.Function"PNmap[profile.Function]*profile.Functiontype.map[cmd/pprof/internal/profile.Function]*cmd/pprof/internal/profile.Function Q5X0 runtime.algarray@"runtime.gcbits.01Plgo.string.hdr."map[profile.Function]*profile.Function"pgo.weak.type.*map[cmd/pprof/internal/profile.Function]*cmd/pprof/internal/profile.Function"runtime.zerovaluePtype.cmd/pprof/internal/profile.FunctionRtype.*cmd/pprof/internal/profile.Functiontype.map.bucket[cmd/pprof/internal/profile.Function]*cmd/pprof/internal/profile.Functiontype.map.hdr[cmd/pprof/internal/profile.Function]*cmd/pprof/internal/profile.Functiongo.typelink.map[profile.Function]*profile.Function	map[cmd/pprof/internal/profile.Function]*cmd/pprof/internal/profile.Functiontype.map[cmd/pprof/internal/profile.Function]*cmd/pprof/internal/profile.FunctionDgo.string.hdr."[]*profile.Mapping"  <go.string."[]*profile.Mapping"<go.string."[]*profile.Mapping"0&[]*profile.MappingTtype.[]*cmd/pprof/internal/profile.Mappingn0 runtime.algarray@"runtime.gcbits.01PDgo.string.hdr."[]*profile.Mapping"pfgo.weak.type.*[]*cmd/pprof/internal/profile.Mapping"runtime.zerovaluePtype.*cmd/pprof/internal/profile.Mappinggo.typelink.[]*profile.Mapping	[]*cmd/pprof/internal/profile.MappingTtype.[]*cmd/pprof/internal/profile.MappingFgo.string.hdr."[8]*profile.Mapping"  >go.string."[8]*profile.Mapping">go.string."[8]*profile.Mapping"0([8]*profile.MappingVtype.[8]*cmd/pprof/internal/profile.Mapping@@70type..alg64@"runtime.gcbits.ffPFgo.string.hdr."[8]*profile.Mapping"phgo.weak.type.*[8]*cmd/pprof/internal/profile.Mapping"runtime.zerovaluePtype.*cmd/pprof/internal/profile.MappingTtype.[]*cmd/pprof/internal/profile.Mappinggo.typelink.[8]*profile.Mapping	[8]*cmd/pprof/internal/profile.MappingVtype.[8]*cmd/pprof/internal/profile.Mapping@go.string.hdr."[]plugin.ObjFile"  8go.string."[]plugin.ObjFile"8go.string."[]plugin.ObjFile"0"[]plugin.ObjFilePtype.[]cmd/pprof/internal/plugin.ObjFile0 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."[]plugin.ObjFile"pbgo.weak.type.*[]cmd/pprof/internal/plugin.ObjFile"runtime.zerovalueLtype.cmd/pprof/internal/plugin.ObjFilego.typelink.[]plugin.ObjFile	[]cmd/pprof/internal/plugin.ObjFilePtype.[]cmd/pprof/internal/plugin.ObjFileTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418aftype..hashfunc.[8]cmd/pprof/internal/plugin.ObjFile^type..hash.[8]cmd/pprof/internal/plugin.ObjFilebtype..eqfunc.[8]cmd/pprof/internal/plugin.ObjFileZtype..eq.[8]cmd/pprof/internal/plugin.ObjFile\type..alg.[8]cmd/pprof/internal/plugin.ObjFile  ftype..hashfunc.[8]cmd/pprof/internal/plugin.ObjFilebtype..eqfunc.[8]cmd/pprof/internal/plugin.ObjFile&runtime.gcbits.ffffBgo.string.hdr."[8]plugin.ObjFile"  :go.string."[8]plugin.ObjFile":go.string."[8]plugin.ObjFile"0$[8]plugin.ObjFileRtype.[8]cmd/pprof/internal/plugin.ObjFile_f0\type..alg.[8]cmd/pprof/internal/plugin.ObjFile@&runtime.gcbits.ffffPBgo.string.hdr."[8]plugin.ObjFile"pdgo.weak.type.*[8]cmd/pprof/internal/plugin.ObjFile"runtime.zerovalueLtype.cmd/pprof/internal/plugin.ObjFilePtype.[]cmd/pprof/internal/plugin.ObjFilego.typelink.[8]plugin.ObjFile	[8]cmd/pprof/internal/plugin.ObjFileRtype.[8]cmd/pprof/internal/plugin.ObjFilevgo.string.hdr."*map.bucket[*profile.Mapping]plugin.ObjFile"  +ngo.string."*map.bucket[*profile.Mapping]plugin.ObjFile"ngo.string."*map.bucket[*profile.Mapping]plugin.ObjFile"`X*map.bucket[*profile.Mapping]plugin.ObjFiletype.*map.bucket[*cmd/pprof/internal/profile.Mapping]cmd/pprof/internal/plugin.ObjFile[*60 runtime.algarray@"runtime.gcbits.01Pvgo.string.hdr."*map.bucket[*profile.Mapping]plugin.ObjFile"pgo.weak.type.**map.bucket[*cmd/pprof/internal/profile.Mapping]cmd/pprof/internal/plugin.ObjFile"runtime.zerovaluetype.map.bucket[*cmd/pprof/internal/profile.Mapping]cmd/pprof/internal/plugin.ObjFile.runtime.gcbits.feffff03tgo.string.hdr."map.bucket[*profile.Mapping]plugin.ObjFile"  *lgo.string."map.bucket[*profile.Mapping]plugin.ObjFile"lgo.string."map.bucket[*profile.Mapping]plugin.ObjFile"`Vmap.bucket[*profile.Mapping]plugin.ObjFiletype.map.bucket[*cmd/pprof/internal/profile.Mapping]cmd/pprof/internal/plugin.ObjFilee$H0 runtime.algarray@.runtime.gcbits.feffff03Ptgo.string.hdr."map.bucket[*profile.Mapping]plugin.ObjFile"pgo.weak.type.*map.bucket[*cmd/pprof/internal/profile.Mapping]cmd/pprof/internal/plugin.ObjFile"runtime.zerovaluetype.map.bucket[*cmd/pprof/internal/profile.Mapping]cmd/pprof/internal/plugin.ObjFile.go.string.hdr."topbits"type.[8]uint8(go.string.hdr."keys"Vtype.[8]*cmd/pprof/internal/profile.Mapping,go.string.hdr."values"Rtype.[8]cmd/pprof/internal/plugin.ObjFile0go.string.hdr."overflow"type.*map.bucket[*cmd/pprof/internal/profile.Mapping]cmd/pprof/internal/plugin.ObjFilengo.string.hdr."map.hdr[*profile.Mapping]plugin.ObjFile"  'fgo.string."map.hdr[*profile.Mapping]plugin.ObjFile"fgo.string."map.hdr[*profile.Mapping]plugin.ObjFile"PPmap.hdr[*profile.Mapping]plugin.ObjFiletype.map.hdr[*cmd/pprof/internal/profile.Mapping]cmd/pprof/internal/plugin.ObjFile00
    550 	 (,0 runtime.algarray@"runtime.gcbits.2cPngo.string.hdr."map.hdr[*profile.Mapping]plugin.ObjFile"pgo.weak.type.*map.hdr[*cmd/pprof/internal/profile.Mapping]cmd/pprof/internal/plugin.ObjFile"runtime.zerovaluetype.map.hdr[*cmd/pprof/internal/profile.Mapping]cmd/pprof/internal/plugin.ObjFile*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[*cmd/pprof/internal/profile.Mapping]cmd/pprof/internal/plugin.ObjFile4go.string.hdr."oldbuckets"type.*map.bucket[*cmd/pprof/internal/profile.Mapping]cmd/pprof/internal/plugin.ObjFile2go.string.hdr."nevacuate"type.uintptr0go.string.hdr."overflow"&type.unsafe.Pointerfgo.string.hdr."map[*profile.Mapping]plugin.ObjFile"  #^go.string."map[*profile.Mapping]plugin.ObjFile"^go.string."map[*profile.Mapping]plugin.ObjFile"PHmap[*profile.Mapping]plugin.ObjFiletype.map[*cmd/pprof/internal/profile.Mapping]cmd/pprof/internal/plugin.ObjFileN50 runtime.algarray@"runtime.gcbits.01Pfgo.string.hdr."map[*profile.Mapping]plugin.ObjFile"pgo.weak.type.*map[*cmd/pprof/internal/profile.Mapping]cmd/pprof/internal/plugin.ObjFile"runtime.zerovaluePtype.*cmd/pprof/internal/profile.MappingLtype.cmd/pprof/internal/plugin.ObjFiletype.map.bucket[*cmd/pprof/internal/profile.Mapping]cmd/pprof/internal/plugin.ObjFiletype.map.hdr[*cmd/pprof/internal/profile.Mapping]cmd/pprof/internal/plugin.ObjFilego.typelink.map[*profile.Mapping]plugin.ObjFile	map[*cmd/pprof/internal/profile.Mapping]cmd/pprof/internal/plugin.ObjFiletype.map[*cmd/pprof/internal/profile.Mapping]cmd/pprof/internal/plugin.ObjFile<go.string.hdr."[]profile.Line"  4go.string."[]profile.Line"4go.string."[]profile.Line" []profile.LineLtype.[]cmd/pprof/internal/profile.Linet0 runtime.algarray@"runtime.gcbits.01P<go.string.hdr."[]profile.Line"p^go.weak.type.*[]cmd/pprof/internal/profile.Line"runtime.zerovalueHtype.cmd/pprof/internal/profile.Linexgo.typelink.[]profile.Line	[]cmd/pprof/internal/profile.LineLtype.[]cmd/pprof/internal/profile.Line"runtime.gcbits.03Ngo.string.hdr."symbolizer.mappingTable"  Fgo.string."symbolizer.mappingTable"Fgo.string."symbolizer.mappingTable"00symbolizer.mappingTable(go.string.hdr."prof"   go.string."prof" go.string."prof"
    553 profZgo.string.hdr."cmd/pprof/internal/symbolizer"  Rgo.string."cmd/pprof/internal/symbolizer"Rgo.string."cmd/pprof/internal/symbolizer"@<cmd/pprof/internal/symbolizer"go.importpath."".  Rgo.string."cmd/pprof/internal/symbolizer"0go.string.hdr."segments"  (go.string."segments"(go.string."segments" segments8go.string.hdr."mappingTable"  0go.string."mappingTable"0go.string."mappingTable" mappingTable(type."".mappingTable,]! 0 runtime.algarray@"runtime.gcbits.03PNgo.string.hdr."symbolizer.mappingTable"p*type.*"".mappingTable"runtime.zerovalue(type."".mappingTable(go.string.hdr."prof""go.importpath."".Ptype.*cmd/pprof/internal/profile.Profile0go.string.hdr."segments""go.importpath."".type.map[*cmd/pprof/internal/profile.Mapping]cmd/pprof/internal/plugin.ObjFile`(type."".mappingTable8go.string.hdr."mappingTable""go.importpath."".(type."".mappingTablePgo.string.hdr."*symbolizer.mappingTable"  Hgo.string."*symbolizer.mappingTable"Hgo.string."*symbolizer.mappingTable"@2*symbolizer.mappingTable\go.string.hdr."func(*symbolizer.mappingTable)"  Tgo.string."func(*symbolizer.mappingTable)"Tgo.string."func(*symbolizer.mappingTable)"@>func(*symbolizer.mappingTable)6type.func(*"".mappingTable)?30 runtime.algarray@"runtime.gcbits.01P\go.string.hdr."func(*symbolizer.mappingTable)"pHgo.weak.type.*func(*"".mappingTable)"runtime.zerovalue6type.func(*"".mappingTable)6type.func(*"".mappingTable)*type.*"".mappingTablego.typelink.func(*symbolizer.mappingTable)	func(*"".mappingTable)6type.func(*"".mappingTable)*go.string.hdr."close"  "go.string."close""go.string."close"close,go.string.hdr."func()"  $go.string."func()"$go.string."func()"func()type.func()30 runtime.algarray@"runtime.gcbits.01P,go.string.hdr."func()"p(go.weak.type.*func()"runtime.zerovaluetype.func()type.func()2go.typelink.func()	func()type.func()*type.*"".mappingTabler60 runtime.algarray@"runtime.gcbits.01PPgo.string.hdr."*symbolizer.mappingTable"p<go.weak.type.**"".mappingTable"runtime.zerovalue(type."".mappingTable`*type.*"".mappingTable*type.*"".mappingTable*go.string.hdr."close""go.importpath."".type.func()6type.func(*"".mappingTable)0"".(*mappingTable).close0"".(*mappingTable).close<go.string.hdr."[]plugin.Frame"  4go.string."[]plugin.Frame"4go.string."[]plugin.Frame" []plugin.FrameLtype.[]cmd/pprof/internal/plugin.Frame0 runtime.algarray@"runtime.gcbits.01P<go.string.hdr."[]plugin.Frame"p^go.weak.type.*[]cmd/pprof/internal/plugin.Frame"runtime.zerovalueHtype.cmd/pprof/internal/plugin.Framexgo.typelink.[]plugin.Frame	[]cmd/pprof/internal/plugin.FrameLtype.[]cmd/pprof/internal/plugin.Frame0go.string.hdr."[]string"  (go.string."[]string"(go.string."[]string" []stringtype.[]string
    557 0 runtime.algarray@"runtime.gcbits.01P0go.string.hdr."[]string"p,go.weak.type.*[]string"runtime.zerovaluetype.string:go.typelink.[]string	[]stringtype.[]stringFgo.string.hdr."[]*profile.Location"  >go.string."[]*profile.Location">go.string."[]*profile.Location"0([]*profile.LocationVtype.[]*cmd/pprof/internal/profile.Location
    559 0 runtime.algarray@"runtime.gcbits.01PFgo.string.hdr."[]*profile.Location"phgo.weak.type.*[]*cmd/pprof/internal/profile.Location"runtime.zerovalueRtype.*cmd/pprof/internal/profile.Locationgo.typelink.[]*profile.Location	[]*cmd/pprof/internal/profile.LocationVtype.[]*cmd/pprof/internal/profile.LocationDgo.string.hdr."**profile.Location"  <go.string."**profile.Location"<go.string."**profile.Location"0&**profile.LocationTtype.**cmd/pprof/internal/profile.Location860 runtime.algarray@"runtime.gcbits.01PDgo.string.hdr."**profile.Location"pfgo.weak.type.***cmd/pprof/internal/profile.Location"runtime.zerovalueRtype.*cmd/pprof/internal/profile.Location,go.string.hdr."[]bool"  $go.string."[]bool"$go.string."[]bool"[]booltype.[]bool0 runtime.algarray@"runtime.gcbits.01P,go.string.hdr."[]bool"p(go.weak.type.*[]bool"runtime.zerovaluetype.bool2go.typelink.[]bool	[]booltype.[]bool.go.string.hdr."[8]bool"  &go.string."[8]bool"&go.string."[8]bool"[8]booltype.[8]bools50 runtime.algarray@runtime.gcbits.P.go.string.hdr."[8]bool"p*go.weak.type.*[8]bool"runtime.zerovaluetype.booltype.[]bool6go.typelink.[8]bool	[8]booltype.[8]boolbgo.string.hdr."*map.bucket[*profile.Mapping]bool"  !Zgo.string."*map.bucket[*profile.Mapping]bool"Zgo.string."*map.bucket[*profile.Mapping]bool"PD*map.bucket[*profile.Mapping]boolrtype.*map.bucket[*cmd/pprof/internal/profile.Mapping]bool:60 runtime.algarray@"runtime.gcbits.01Pbgo.string.hdr."*map.bucket[*profile.Mapping]bool"pgo.weak.type.**map.bucket[*cmd/pprof/internal/profile.Mapping]bool"runtime.zerovalueptype.map.bucket[*cmd/pprof/internal/profile.Mapping]bool&runtime.gcbits.fe05`go.string.hdr."map.bucket[*profile.Mapping]bool"   Xgo.string."map.bucket[*profile.Mapping]bool"Xgo.string."map.bucket[*profile.Mapping]bool"PBmap.bucket[*profile.Mapping]boolptype.map.bucket[*cmd/pprof/internal/profile.Mapping]boolXXe*HP0 runtime.algarray@&runtime.gcbits.fe05P`go.string.hdr."map.bucket[*profile.Mapping]bool"pgo.weak.type.*map.bucket[*cmd/pprof/internal/profile.Mapping]bool"runtime.zerovalueptype.map.bucket[*cmd/pprof/internal/profile.Mapping]bool.go.string.hdr."topbits"type.[8]uint8(go.string.hdr."keys"Vtype.[8]*cmd/pprof/internal/profile.Mapping,go.string.hdr."values"type.[8]bool0go.string.hdr."overflow"rtype.*map.bucket[*cmd/pprof/internal/profile.Mapping]boolZgo.string.hdr."map.hdr[*profile.Mapping]bool"  Rgo.string."map.hdr[*profile.Mapping]bool"Rgo.string."map.hdr[*profile.Mapping]bool"@<map.hdr[*profile.Mapping]booljtype.map.hdr[*cmd/pprof/internal/profile.Mapping]bool00p1	 (,0 runtime.algarray@"runtime.gcbits.2cPZgo.string.hdr."map.hdr[*profile.Mapping]bool"p|go.weak.type.*map.hdr[*cmd/pprof/internal/profile.Mapping]bool"runtime.zerovaluejtype.map.hdr[*cmd/pprof/internal/profile.Mapping]bool*go.string.hdr."count"type.int*go.string.hdr."flags"type.uint8"go.string.hdr."B"type.uint8*go.string.hdr."hash0"type.uint32.go.string.hdr."buckets"rtype.*map.bucket[*cmd/pprof/internal/profile.Mapping]bool4go.string.hdr."oldbuckets"rtype.*map.bucket[*cmd/pprof/internal/profile.Mapping]bool2go.string.hdr."nevacuate"type.uintptr0go.string.hdr."overflow"&type.unsafe.PointerRgo.string.hdr."map[*profile.Mapping]bool"  Jgo.string."map[*profile.Mapping]bool"Jgo.string."map[*profile.Mapping]bool"@4map[*profile.Mapping]boolbtype.map[*cmd/pprof/internal/profile.Mapping]bool	kR5X0 runtime.algarray@"runtime.gcbits.01PRgo.string.hdr."map[*profile.Mapping]bool"ptgo.weak.type.*map[*cmd/pprof/internal/profile.Mapping]bool"runtime.zerovaluePtype.*cmd/pprof/internal/profile.Mappingtype.boolptype.map.bucket[*cmd/pprof/internal/profile.Mapping]booljtype.map.hdr[*cmd/pprof/internal/profile.Mapping]boolgo.typelink.map[*profile.Mapping]bool	map[*cmd/pprof/internal/profile.Mapping]boolbtype.map[*cmd/pprof/internal/profile.Mapping]bool8go.string.hdr."interface {}"  0go.string."interface {}"0go.string."interface {}" interface {}"type.interface {}W0 runtime.algarray@"runtime.gcbits.03P8go.string.hdr."interface {}"p4go.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.01P<go.string.hdr."[]interface {}"p8go.weak.type.*[]interface {}"runtime.zerovalue"type.interface {}Rgo.typelink.[]interface {}	[]interface {}&type.[]interface {}Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a<type..hashfunc.[4]interface {}4type..hash.[4]interface {}8type..eqfunc.[4]interface {}0type..eq.[4]interface {}2type..alg.[4]interface {}  <type..hashfunc.[4]interface {}8type..eqfunc.[4]interface {}>go.string.hdr."[4]interface {}"  6go.string."[4]interface {}"6go.string."[4]interface {}"  [4]interface {}(type.[4]interface {}@@P202type..alg.[4]interface {}@"runtime.gcbits.ffP>go.string.hdr."[4]interface {}"p:go.weak.type.*[4]interface {}"runtime.zerovalue"type.interface {}&type.[]interface {}Vgo.typelink.[4]interface {}	[4]interface {}(type.[4]interface {}Bgo.string.hdr."**profile.Mapping"  :go.string."**profile.Mapping":go.string."**profile.Mapping"0$**profile.MappingRtype.**cmd/pprof/internal/profile.Mapping-60 runtime.algarray@"runtime.gcbits.01PBgo.string.hdr."**profile.Mapping"pdgo.weak.type.***cmd/pprof/internal/profile.Mapping"runtime.zerovaluePtype.*cmd/pprof/internal/profile.Mapping@go.string.hdr."*[4]interface {}"  8go.string."*[4]interface {}"8go.string."*[4]interface {}"0"*[4]interface {}*type.*[4]interface {}-l60 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*[4]interface {}"p<go.weak.type.**[4]interface {}"runtime.zerovalue(type.[4]interface {}Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a0type..hashfunc.[3]string(type..hash.[3]string,type..eqfunc.[3]string$type..eq.[3]string&type..alg.[3]string  0type..hashfunc.[3]string,type..eqfunc.[3]string"runtime.gcbits.152go.string.hdr."[3]string"  	*go.string."[3]string"*go.string."[3]string" [3]stringtype.[3]string0(CiB0&type..alg.[3]string@"runtime.gcbits.15P2go.string.hdr."[3]string"p.go.weak.type.*[3]string"runtime.zerovaluetype.stringtype.[]string>go.typelink.[3]string	[3]stringtype.[3]string4go.string.hdr."*[3]string"  
    571 ,go.string."*[3]string",go.string."*[3]string" *[3]stringtype.*[3]string
    572 +60 runtime.algarray@"runtime.gcbits.01P4go.string.hdr."*[3]string"p0go.weak.type.**[3]string"runtime.zerovaluetype.[3]stringTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a0type..hashfunc.[2]string(type..hash.[2]string,type..eqfunc.[2]string$type..eq.[2]string&type..alg.[2]string  0type..hashfunc.[2]string,type..eqfunc.[2]string"runtime.gcbits.052go.string.hdr."[2]string"  	*go.string."[2]string"*go.string."[2]string" [2]stringtype.[2]string PX0&type..alg.[2]string@"runtime.gcbits.05P2go.string.hdr."[2]string"p.go.weak.type.*[2]string"runtime.zerovaluetype.stringtype.[]string>go.typelink.[2]string	[2]stringtype.[2]string4go.string.hdr."*[2]string"  
    575 ,go.string."*[2]string",go.string."*[2]string" *[2]stringtype.*[2]stringf<60 runtime.algarray@"runtime.gcbits.01P4go.string.hdr."*[2]string"p0go.weak.type.**[2]string"runtime.zerovaluetype.[2]stringTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a0type..hashfunc.[1]string(type..hash.[1]string,type..eqfunc.[1]string$type..eq.[1]string&type..alg.[1]string  0type..hashfunc.[1]string,type..eqfunc.[1]string2go.string.hdr."[1]string"  	*go.string."[1]string"*go.string."[1]string" [1]stringtype.[1]stringb 0&type..alg.[1]string@"runtime.gcbits.01P2go.string.hdr."[1]string"p.go.weak.type.*[1]string"runtime.zerovaluetype.stringtype.[]string>go.typelink.[1]string	[1]stringtype.[1]string4go.string.hdr."*[1]string"  
    578 ,go.string."*[1]string",go.string."*[1]string" *[1]stringtype.*[1]stringl.!60 runtime.algarray@"runtime.gcbits.01P4go.string.hdr."*[1]string"p0go.weak.type.**[1]string"runtime.zerovaluetype.[1]stringTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a<type..hashfunc.[2]interface {}4type..hash.[2]interface {}8type..eqfunc.[2]interface {}0type..eq.[2]interface {}2type..alg.[2]interface {}  <type..hashfunc.[2]interface {}8type..eqfunc.[2]interface {}"runtime.gcbits.0f>go.string.hdr."[2]interface {}"  6go.string."[2]interface {}"6go.string."[2]interface {}"  [2]interface {}(type.[2]interface {}  ,Y02type..alg.[2]interface {}@"runtime.gcbits.0fP>go.string.hdr."[2]interface {}"p:go.weak.type.*[2]interface {}"runtime.zerovalue"type.interface {}&type.[]interface {}Vgo.typelink.[2]interface {}	[2]interface {}(type.[2]interface {}@go.string.hdr."*[2]interface {}"  8go.string."*[2]interface {}"8go.string."*[2]interface {}"0"*[2]interface {}*type.*[2]interface {}s-q60 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*[2]interface {}"p<go.weak.type.**[2]interface {}"runtime.zerovalue(type.[2]interface {}pgo.string.hdr."*map.hdr[*profile.Mapping]plugin.ObjFile"  (hgo.string."*map.hdr[*profile.Mapping]plugin.ObjFile"hgo.string."*map.hdr[*profile.Mapping]plugin.ObjFile"`R*map.hdr[*profile.Mapping]plugin.ObjFiletype.*map.hdr[*cmd/pprof/internal/profile.Mapping]cmd/pprof/internal/plugin.ObjFile60 runtime.algarray@"runtime.gcbits.01Ppgo.string.hdr."*map.hdr[*profile.Mapping]plugin.ObjFile"pgo.weak.type.**map.hdr[*cmd/pprof/internal/profile.Mapping]cmd/pprof/internal/plugin.ObjFile"runtime.zerovaluetype.map.hdr[*cmd/pprof/internal/profile.Mapping]cmd/pprof/internal/plugin.ObjFilepgo.string.hdr."map.iter[*profile.Mapping]plugin.ObjFile"  (hgo.string."map.iter[*profile.Mapping]plugin.ObjFile"hgo.string."map.iter[*profile.Mapping]plugin.ObjFile"`Rmap.iter[*profile.Mapping]plugin.ObjFile&go.string.hdr."key"  go.string."key"go.string."key"key&go.string.hdr."val"  go.string."val"go.string."val"val"go.string.hdr."t"  go.string."t"go.string."t"t"go.string.hdr."h"  go.string."h"go.string."h"h(go.string.hdr."bptr"   go.string."bptr" go.string."bptr"
    582 bptr2go.string.hdr."overflow0"  	*go.string."overflow0"*go.string."overflow0" overflow02go.string.hdr."overflow1"  	*go.string."overflow1"*go.string."overflow1" overflow16go.string.hdr."startBucket"  .go.string."startBucket".go.string."startBucket" startBucket*go.string.hdr."stuff"  "go.string."stuff""go.string."stuff"stuff,go.string.hdr."bucket"  $go.string."bucket"$go.string."bucket"bucket6go.string.hdr."checkBucket"  .go.string."checkBucket".go.string."checkBucket" checkBuckettype.map.iter[*cmd/pprof/internal/profile.Mapping]cmd/pprof/internal/plugin.ObjFile		`@= (08@HPX<0 runtime.algarray@"runtime.gcbits.ffPpgo.string.hdr."map.iter[*profile.Mapping]plugin.ObjFile"pgo.weak.type.*map.iter[*cmd/pprof/internal/profile.Mapping]cmd/pprof/internal/plugin.ObjFile"runtime.zerovaluetype.map.iter[*cmd/pprof/internal/profile.Mapping]cmd/pprof/internal/plugin.ObjFile&go.string.hdr."key"Rtype.**cmd/pprof/internal/profile.Mapping&go.string.hdr."val"Ntype.*cmd/pprof/internal/plugin.ObjFile"go.string.hdr."t"type.*uint8"go.string.hdr."h"type.*map.hdr[*cmd/pprof/internal/profile.Mapping]cmd/pprof/internal/plugin.ObjFile.go.string.hdr."buckets"type.*map.bucket[*cmd/pprof/internal/profile.Mapping]cmd/pprof/internal/plugin.ObjFile(go.string.hdr."bptr"type.*map.bucket[*cmd/pprof/internal/profile.Mapping]cmd/pprof/internal/plugin.ObjFile2go.string.hdr."overflow0"&type.unsafe.Pointer2go.string.hdr."overflow1"&type.unsafe.Pointer6go.string.hdr."startBucket"type.uintptr*go.string.hdr."stuff"type.uintptr,go.string.hdr."bucket"type.uintptr6go.string.hdr."checkBucket"type.uintptrHgo.string.hdr."*[8]profile.Function"  @go.string."*[8]profile.Function"@go.string."*[8]profile.Function"0**[8]profile.FunctionXtype.*[8]cmd/pprof/internal/profile.Function+60 runtime.algarray@"runtime.gcbits.01PHgo.string.hdr."*[8]profile.Function"pjgo.weak.type.**[8]cmd/pprof/internal/profile.Function"runtime.zerovalueVtype.[8]cmd/pprof/internal/profile.FunctionDgo.string.hdr."*[8]plugin.ObjFile"  <go.string."*[8]plugin.ObjFile"<go.string."*[8]plugin.ObjFile"0&*[8]plugin.ObjFileTtype.*[8]cmd/pprof/internal/plugin.ObjFile}60 runtime.algarray@"runtime.gcbits.01PDgo.string.hdr."*[8]plugin.ObjFile"pfgo.weak.type.**[8]cmd/pprof/internal/plugin.ObjFile"runtime.zerovalueRtype.[8]cmd/pprof/internal/plugin.ObjFile.go.string.hdr."runtime"  &go.string."runtime"&go.string."runtime"runtime,go.importpath.runtime.  &go.string."runtime"&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."path/filepath"  
2go.string."path/filepath"2go.string."path/filepath" path/filepath8go.importpath.path/filepath.  
2go.string."path/filepath".go.string.hdr."strings"  &go.string."strings"&go.string."strings"strings,go.importpath.strings.  &go.string."strings"Rgo.string.hdr."cmd/pprof/internal/plugin"  Jgo.string."cmd/pprof/internal/plugin"Jgo.string."cmd/pprof/internal/plugin"@4cmd/pprof/internal/pluginPgo.importpath.cmd/pprof/internal/plugin.  Jgo.string."cmd/pprof/internal/plugin"Tgo.string.hdr."cmd/pprof/internal/profile"  Lgo.string."cmd/pprof/internal/profile"Lgo.string."cmd/pprof/internal/profile"@6cmd/pprof/internal/profileRgo.importpath.cmd/pprof/internal/profile.  Lgo.string."cmd/pprof/internal/profile"htype..hash.[8]cmd/pprof/internal/profile.Functionfbtype..hash.[8]cmd/pprof/internal/profile.Functiondtype..eq.[8]cmd/pprof/internal/profile.Functionf^type..eq.[8]cmd/pprof/internal/profile.Functiondtype..hash.[8]cmd/pprof/internal/plugin.ObjFilef^type..hash.[8]cmd/pprof/internal/plugin.ObjFile`type..eq.[8]cmd/pprof/internal/plugin.ObjFilefZtype..eq.[8]cmd/pprof/internal/plugin.ObjFile:type..hash.[4]interface {}f4type..hash.[4]interface {}6type..eq.[4]interface {}f0type..eq.[4]interface {}.type..hash.[3]stringf(type..hash.[3]string*type..eq.[3]stringf$type..eq.[3]string.type..hash.[2]stringf(type..hash.[2]string*type..eq.[2]stringf$type..eq.[2]string.type..hash.[1]stringf(type..hash.[1]string*type..eq.[1]stringf$type..eq.[1]string:type..hash.[2]interface {}f4type..hash.[2]interface {}6type..eq.[2]interface {}f0type..eq.[2]interface {}"runtime.zerovalue go13ld