1 !<arch> 2 __.PKGDEF 0 0 0 644 12648 ` 3 go object darwin amd64 go1.5.1 X:none 4 build id "ea8b06a4d2934b1793585b0e71ec7c8586e56b78" 5 6 $$ 7 package tempfile 8 import runtime "runtime" 9 import fmt "fmt" 10 import sync "sync" 11 import os "os" 12 import filepath "path/filepath" 13 type @"os".dirInfo struct { @"os".buf []byte; @"os".nbuf int; @"os".bufp int } 14 type @"os".file struct { @"os".fd int; @"os".name string; @"os".dirinfo *@"os".dirInfo; @"os".nepipe int32 } 15 func (@"os".file2 *@"os".file) @"os".close () (? error) 16 type @"os".FileMode uint32 17 func (@"os".m2 @"os".FileMode) IsDir () (? bool) { return @"os".m2 & @"os".FileMode(0x80000000) != @"os".FileMode(0x0) } 18 func (@"os".m2 @"os".FileMode) IsRegular () (? bool) { return @"os".m2 & @"os".FileMode(0x8f000000) == @"os".FileMode(0x0) } 19 func (@"os".m2 @"os".FileMode) Perm () (? @"os".FileMode) { return @"os".m2 & @"os".FileMode(0x1ff) } 20 func (@"os".m2 @"os".FileMode) String () (? string) 21 import time "time" // indirect 22 type @"time".zone struct { @"time".name string; @"time".offset int; @"time".isDST bool } 23 type @"time".zoneTrans struct { @"time".when int64; @"time".index uint8; @"time".isstd bool; @"time".isutc bool } 24 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 } 25 func (@"time".l2 *@"time".Location "esc:0x22") String () (? string) 26 func (@"time".l2 *@"time".Location "esc:0x1") @"time".firstZoneUsed () (? bool) 27 func (@"time".l2 *@"time".Location "esc:0x12") @"time".get () (? *@"time".Location) 28 func (@"time".l6 *@"time".Location "esc:0x32") @"time".lookup (@"time".sec7 int64) (@"time".name1 string, @"time".offset2 int, @"time".isDST3 bool, @"time".start4 int64, @"time".end5 int64) 29 func (@"time".l2 *@"time".Location "esc:0x1") @"time".lookupFirstZone () (? int) 30 func (@"time".l4 *@"time".Location "esc:0x1") @"time".lookupName (@"time".name5 string "esc:0x1", @"time".unix6 int64) (@"time".offset1 int, @"time".isDST2 bool, @"time".ok3 bool) 31 type @"time".Duration int64 32 func (@"time".d2 @"time".Duration) Hours () (? float64) { var @"time".hour3 @"time".Duration; ; @"time".hour3 = @"time".d2 / @"time".Duration(0x34630b8a000); var @"time".nsec4 @"time".Duration; ; @"time".nsec4 = @"time".d2 % @"time".Duration(0x34630b8a000); return float64(@"time".hour3) + float64(@"time".nsec4) * 8190022623310637111963488201822504381538623676021880892417778544696899264837610290203272971060556344039023584360473938041055625214280336402169897364226048p-553 } 33 func (@"time".d2 @"time".Duration) Minutes () (? float64) { var @"time".min3 @"time".Duration; ; @"time".min3 = @"time".d2 / @"time".Duration(0xdf8475800); var @"time".nsec4 @"time".Duration; ; @"time".nsec4 = @"time".d2 % @"time".Duration(0xdf8475800); return float64(@"time".min3) + float64(@"time".nsec4) * 7678146209353722106395056769533233877065564876941352542109479049699919628723768656821910653339403201031675627614471533358284117434246264392176261853609984p-547 } 34 func (@"time".d2 @"time".Duration) Nanoseconds () (? int64) { return int64(@"time".d2) } 35 func (@"time".d2 @"time".Duration) Seconds () (? float64) { var @"time".sec3 @"time".Duration; ; @"time".sec3 = @"time".d2 / @"time".Duration(0x3b9aca00); var @"time".nsec4 @"time".Duration; ; @"time".nsec4 = @"time".d2 % @"time".Duration(0x3b9aca00); return float64(@"time".sec3) + float64(@"time".nsec4) * 7198262071269114660816079141112770740375861891461678802759824945047098083990024106014198994535558872472104883612039846078596891298747423852523262413111296p-541 } 36 func (@"time".d2 @"time".Duration) String () (? string) 37 type @"time".Month int 38 func (@"time".m2 @"time".Month) String () (? string) { return @"time".months[@"time".m2 - @"time".Month(0x1)] } 39 type @"time".Weekday int 40 func (@"time".d2 @"time".Weekday) String () (? string) { return @"time".days[@"time".d2] } 41 type @"time".Time struct { @"time".sec int64; @"time".nsec int32; @"time".loc *@"time".Location } 42 func (@"time".t2 @"time".Time "esc:0x12") Add (@"time".d3 @"time".Duration) (? @"time".Time) { @"time".t2.@"time".sec += int64(@"time".d3 / @"time".Duration(0x3b9aca00)); var @"time".nsec4 int32; ; @"time".nsec4 = int32(@"time".t2.@"time".nsec) + int32(@"time".d3 % @"time".Duration(0x3b9aca00)); if @"time".nsec4 >= 0x3b9aca00 { @"time".t2.@"time".sec++; @"time".nsec4 -= 0x3b9aca00 } else { if @"time".nsec4 < 0x0 { @"time".t2.@"time".sec--; @"time".nsec4 += 0x3b9aca00 } }; @"time".t2.@"time".nsec = @"time".nsec4; return @"time".t2 } 43 func (@"time".t2 @"time".Time "esc:0x12") AddDate (@"time".years3 int, @"time".months4 int, @"time".days5 int) (? @"time".Time) 44 func (@"time".t2 @"time".Time "esc:0x1") After (@"time".u3 @"time".Time "esc:0x1") (? bool) { return @"time".t2.@"time".sec > @"time".u3.@"time".sec || @"time".t2.@"time".sec == @"time".u3.@"time".sec && @"time".t2.@"time".nsec > @"time".u3.@"time".nsec } 45 func (@"time".t2 @"time".Time "esc:0x9") AppendFormat (@"time".b3 []byte "esc:0x1a", @"time".layout4 string "esc:0x9") (? []byte) 46 func (@"time".t2 @"time".Time "esc:0x1") Before (@"time".u3 @"time".Time "esc:0x1") (? bool) { return @"time".t2.@"time".sec < @"time".u3.@"time".sec || @"time".t2.@"time".sec == @"time".u3.@"time".sec && @"time".t2.@"time".nsec < @"time".u3.@"time".nsec } 47 func (@"time".t4 @"time".Time "esc:0x1") Clock () (@"time".hour1 int, @"time".min2 int, @"time".sec3 int) 48 func (@"time".t4 @"time".Time "esc:0x1") Date () (@"time".year1 int, @"time".month2 @"time".Month, @"time".day3 int) 49 func (@"time".t2 @"time".Time "esc:0x1") Day () (? int) 50 func (@"time".t2 @"time".Time "esc:0x1") Equal (@"time".u3 @"time".Time "esc:0x1") (? bool) { return @"time".t2.@"time".sec == @"time".u3.@"time".sec && @"time".t2.@"time".nsec == @"time".u3.@"time".nsec } 51 func (@"time".t2 @"time".Time "esc:0x9") Format (@"time".layout3 string "esc:0x9") (? string) 52 func (@"time".t2 *@"time".Time "esc:0x1") GobDecode (@"time".data3 []byte "esc:0x1") (? error) 53 func (@"time".t3 @"time".Time "esc:0x1") GobEncode () (? []byte, ? error) 54 func (@"time".t2 @"time".Time "esc:0x1") Hour () (? int) 55 func (@"time".t3 @"time".Time "esc:0x1") ISOWeek () (@"time".year1 int, @"time".week2 int) 56 func (@"time".t2 @"time".Time "esc:0x12") In (@"time".loc3 *@"time".Location "esc:0x12") (? @"time".Time) 57 func (@"time".t2 @"time".Time "esc:0x1") IsZero () (? bool) { return @"time".t2.@"time".sec == 0x0 && @"time".t2.@"time".nsec == 0x0 } 58 func (@"time".t2 @"time".Time "esc:0x12") Local () (? @"time".Time) { @"time".t2.@"time".loc = @"time".Local; return @"time".t2 } 59 func (@"time".t2 @"time".Time "esc:0x12") Location () (? *@"time".Location) { var @"time".l3 *@"time".Location; ; @"time".l3 = @"time".t2.@"time".loc; if @"time".l3 == nil { @"time".l3 = @"time".UTC }; return @"time".l3 } 60 func (@"time".t3 @"time".Time "esc:0x1") MarshalBinary () (? []byte, ? error) 61 func (@"time".t3 @"time".Time "esc:0x9") MarshalJSON () (? []byte, ? error) 62 func (@"time".t3 @"time".Time "esc:0x9") MarshalText () (? []byte, ? error) 63 func (@"time".t2 @"time".Time "esc:0x1") Minute () (? int) 64 func (@"time".t2 @"time".Time "esc:0x1") Month () (? @"time".Month) 65 func (@"time".t2 @"time".Time "esc:0x1") Nanosecond () (? int) { return int(@"time".t2.@"time".nsec) } 66 func (@"time".t2 @"time".Time "esc:0x12") Round (@"time".d3 @"time".Duration) (? @"time".Time) 67 func (@"time".t2 @"time".Time "esc:0x1") Second () (? int) 68 func (@"time".t2 @"time".Time "esc:0x9") String () (? string) 69 func (@"time".t2 @"time".Time "esc:0x1") Sub (@"time".u3 @"time".Time "esc:0x1") (? @"time".Duration) 70 func (@"time".t2 @"time".Time "esc:0x12") Truncate (@"time".d3 @"time".Duration) (? @"time".Time) 71 func (@"time".t2 @"time".Time "esc:0x12") UTC () (? @"time".Time) { @"time".t2.@"time".loc = @"time".UTC; return @"time".t2 } 72 func (@"time".t2 @"time".Time "esc:0x1") Unix () (? int64) { return @"time".t2.@"time".sec + -0xe7791f700 } 73 func (@"time".t2 @"time".Time "esc:0x1") UnixNano () (? int64) { return (@"time".t2.@"time".sec + -0xe7791f700) * 0x3b9aca00 + int64(@"time".t2.@"time".nsec) } 74 func (@"time".t2 *@"time".Time "esc:0x1") UnmarshalBinary (@"time".data3 []byte "esc:0x1") (? error) 75 func (@"time".t2 *@"time".Time "esc:0x1") UnmarshalJSON (@"time".data3 []byte "esc:0x1") (@"time".err1 error) 76 func (@"time".t2 *@"time".Time "esc:0x1") UnmarshalText (@"time".data3 []byte "esc:0x1") (@"time".err1 error) 77 func (@"time".t2 @"time".Time "esc:0x1") Weekday () (? @"time".Weekday) 78 func (@"time".t2 @"time".Time "esc:0x1") Year () (? int) 79 func (@"time".t2 @"time".Time "esc:0x1") YearDay () (? int) 80 func (@"time".t3 @"time".Time "esc:0x32") Zone () (@"time".name1 string, @"time".offset2 int) 81 func (@"time".t2 @"time".Time "esc:0x1") @"time".abs () (? uint64) 82 func (@"time".t5 @"time".Time "esc:0x1") @"time".date (@"time".full6 bool) (@"time".year1 int, @"time".month2 @"time".Month, @"time".day3 int, @"time".yday4 int) 83 func (@"time".t4 @"time".Time "esc:0x32") @"time".locabs () (@"time".name1 string, @"time".offset2 int, @"time".abs3 uint64) 84 type @"os".FileInfo interface { IsDir() (? bool); ModTime() (? @"time".Time); Mode() (? @"os".FileMode); Name() (? string); Size() (? int64); Sys() (? interface {}) } 85 type @"os".File struct { @"os".? *@"os".file } 86 func (@"os".f2 *@"os".File "esc:0x22") Chdir () (? error) 87 func (@"os".f2 *@"os".File "esc:0x22") Chmod (@"os".mode3 @"os".FileMode) (? error) 88 func (@"os".f2 *@"os".File "esc:0x22") Chown (@"os".uid3 int, @"os".gid4 int) (? error) 89 func (@"os".f2 *@"os".File "esc:0x9") Close () (? error) 90 func (@"os".f2 *@"os".File "esc:0x1") Fd () (? uintptr) { if @"os".f2 == nil { return 0xffffffffffffffff }; return uintptr(@"os".f2.@"os".file.@"os".fd) } 91 func (@"os".f2 *@"os".File "esc:0x32") Name () (? string) { return @"os".f2.@"os".file.@"os".name } 92 func (@"os".f3 *@"os".File "esc:0x102") Read (@"os".b4 []byte "esc:0x1") (@"os".n1 int, @"os".err2 error) 93 func (@"os".f3 *@"os".File "esc:0x102") ReadAt (@"os".b4 []byte "esc:0x1", @"os".off5 int64) (@"os".n1 int, @"os".err2 error) 94 func (@"os".f3 *@"os".File "esc:0x1") Readdir (@"os".n4 int) (@"os".fi1 []@"os".FileInfo, @"os".err2 error) 95 func (@"os".f3 *@"os".File "esc:0x1") Readdirnames (@"os".n4 int) (@"os".names1 []string, @"os".err2 error) 96 func (@"os".f3 *@"os".File "esc:0x102") Seek (@"os".offset4 int64, @"os".whence5 int) (@"os".ret1 int64, @"os".err2 error) 97 func (@"os".f3 *@"os".File "esc:0x10a") Stat () (? @"os".FileInfo, ? error) 98 func (@"os".f2 *@"os".File "esc:0x1") Sync () (? error) 99 func (@"os".f2 *@"os".File "esc:0x22") Truncate (@"os".size3 int64) (? error) 100 func (@"os".f3 *@"os".File "esc:0x10a") Write (@"os".b4 []byte "esc:0x1") (@"os".n1 int, @"os".err2 error) 101 func (@"os".f3 *@"os".File "esc:0x102") WriteAt (@"os".b4 []byte "esc:0x1", @"os".off5 int64) (@"os".n1 int, @"os".err2 error) 102 func (@"os".f3 *@"os".File "esc:0x10a") WriteString (@"os".s4 string "esc:0x1") (@"os".n1 int, @"os".err2 error) 103 func (@"os".f3 *@"os".File "esc:0x1") @"os".pread (@"os".b4 []byte "esc:0x1", @"os".off5 int64) (@"os".n1 int, @"os".err2 error) 104 func (@"os".f3 *@"os".File "esc:0x1") @"os".pwrite (@"os".b4 []byte "esc:0x1", @"os".off5 int64) (@"os".n1 int, @"os".err2 error) 105 func (@"os".f3 *@"os".File "esc:0x1") @"os".read (@"os".b4 []byte "esc:0x1") (@"os".n1 int, @"os".err2 error) 106 func (@"os".f3 *@"os".File "esc:0x1") @"os".readdir (@"os".n4 int) (@"os".fi1 []@"os".FileInfo, @"os".err2 error) 107 func (@"os".f3 *@"os".File "esc:0x1") @"os".readdirnames (@"os".n4 int) (@"os".names1 []string, @"os".err2 error) 108 func (@"os".f3 *@"os".File "esc:0x1") @"os".seek (@"os".offset4 int64, @"os".whence5 int) (@"os".ret1 int64, @"os".err2 error) 109 func (@"os".f3 *@"os".File "esc:0x1") @"os".write (@"os".b4 []byte "esc:0x1") (@"os".n1 int, @"os".err2 error) 110 func @"".New (@"".dir3 string, @"".prefix4 string, @"".suffix5 string) (? *@"os".File, ? error) 111 func @"".DeferDelete (@"".path1 string) 112 func @"".Cleanup () 113 func @"".init () 114 var @"time".months [12]string 115 var @"time".days [7]string 116 var @"time".Local *@"time".Location 117 var @"time".UTC *@"time".Location 118 119 $$ 120 _go_.o 0 0 0 644 16457 ` 121 go object darwin amd64 go1.5.1 X:none 122 123 ! 124 go13ld 125 fmt.aos.apath/filepath.async.a"".NeweH%H$(H;AHX1H$H$H$H$H$1H$H$HH='fH$pH$H$xH$HD$8HD$@H$H$H$H$1H$(H$0H$8H$@H$HH$PH$(HH$H$H$HH$H$H\$HD$HL$HD$ H$HL$hHHD$p=;HCHH$H\$@H\$HD$HL$HD$ H$HHL$hHHD$p=HCHH$H$H\$HD$HL$HD$ H$H HL$hHHD$p=\HCHH$HD$H$H\$H$H\$H$H\$ H\$(H\$xH\$0H$1H$H$H$H$H$HH$H$H$H$hHhH$`=jH(H$HHHkHl$x='H+H$H$H\$H$H\$HL$HD$ HL$HH$HD$PHD$HD$ H\$(H\$`HD$XHtGH\$HH$H\$PH\$HT$HL$HD$ H$H$H$HXHD$8HH='H$pH$H$xH$HD$@H$H$H$H$1H$H$H$H$H$H$ H$HH$H$H$HH$H$H\$HD$HL$HD$ H$HL$hHHD$p=MHCHH$H\$@H\$HD$HL$HD$ H$HHL$hHHD$p=HCHH$H$H\$HD$HL$HD$ H$H HL$hHHD$p=urHCHH$HD$*H$H\$H$H\$H$H\$ HL$(HD$0H$H$H$HXLCL$HD${LCL$HD$LCL$HD$#H$Hl$H$H$Hl$H$~3LCL$HD$LCL$HD$ LCL$HD$5'L 136 Z 137 runtime.duffzerotype.string 138 runtime.convT2E6runtime.writeBarrierEnabledtype.int 139 runtime.convT2E6runtime.writeBarrierEnabledtype.string 140 runtime.convT2E6runtime.writeBarrierEnabled(go.string."%s%03d%s" 141 fmt.Sprintf6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled 145 $path/filepath.Join 147 os.Stat 148 os.Createtype.string 149 runtime.convT2E6runtime.writeBarrierEnabledtype.int 150 runtime.convT2E6runtime.writeBarrierEnabledtype.string 151 runtime.convT2E6runtime.writeBarrierEnabledlgo.string."could not create file of the form %s%03d%s" 152 fmt.Errorf 153 .runtime.writebarrierptr 154 .runtime.writebarrierptr 155 .runtime.writebarrierptr 156 .runtime.writebarrierptr 157 .runtime.writebarrierptr 158 .runtime.writebarrierptr 159 .runtime.writebarrierptr 160 .runtime.writebarrierptr 161 0runtime.morestack_noctxt:"".autotmp_0028"type.interface {}"".autotmp_0027"type.interface {}"".autotmp_0026"type.interface {}"".autotmp_0025(type.[3]interface {}"".autotmp_0023*type.*[3]interface {}"".autotmp_0022&type.[]interface {}"".autotmp_0021type.[2]string"".autotmp_0018type.[]string"".autotmp_0017"type.interface {}"".autotmp_0016"type.interface {}"".autotmp_0015"type.interface {}"".autotmp_0014_(type.[3]interface {}"".autotmp_0011&type.[]interface {}"".autotmp_0010type.error"".autotmp_0009type.string"".autotmp_0008type.int"".autotmp_0007type.string"".autotmp_0003type.string"".autotmp_0002type.string"".autotmp_0001type.int"".autotmp_0000type.string"".errtype.error"".pathtype.string"".indextype.int"".~r4ptype.error"".~r3`type.*os.File"".suffix@type.string"".prefix type.string"".dirtype.string*" ,"c2G82@H&PTgclocals9cb23b4ddd7cebd21a44b219e393c6dfTgclocals4f5e9ea6d114102b741ee5c53e373762prebuilts/go/darwin-x86/src/cmd/pprof/internal/tempfile/tempfile.go"".DeferDeleteeH%H;aHPHH$HHH HHH9wSHHHHkHHl$`HkHl$X=uH+HH$HPH$Hl$H-H,$HT$HD$HL$H\$ HT$(HD$0HL$8HHD$@HHH HT$H=uHNH-H,$HT$HT$HHD$@*( 172 4"".tempFilesMuF 173 $sync.(*Mutex).LockT"".tempFilesb"".tempFilesp "".tempFiles"".tempFiles6runtime.writeBarrierEnabled"".tempFilesMu 174 (sync.(*Mutex).Unlock 175 .runtime.writebarrierptrtype.[]string 176 "runtime.growslice"".tempFiles "".tempFiles6runtime.writeBarrierEnabled"".tempFiles"".tempFiles 177 .runtime.writebarrierptr 178 0runtime.morestack_noctxt "".pathtype.stringr(@N" Tgclocals32bd5c6dc84e3e86dd35593b3922d3aaTgclocals0c8aa8e80191a30eac23f1a218103f16prebuilts/go/darwin-x86/src/cmd/pprof/internal/tempfile/tempfile.go"".CleanupeH%H;aHpHH$HHHH\$h1HD$`HD$ HT$XHHl$ H9}THD$0HtuHHhHL$(HT$HHl$PHT$8H$Hl$@Hl$HD$0HL$(HHHl$ H9|1HHHHH$Hp 181 4"".tempFilesMuF 182 $sync.(*Mutex).LockT"".tempFilesb"".tempFilesp "".tempFiles 183 os.Remove"".tempFiles"".tempFiles "".tempFiles"".tempFilesMu 184 (sync.(*Mutex).Unlock 185 0runtime.morestack_noctxt"".autotmp_0036Otype.string"".autotmp_0035type.*string"".autotmp_0034type.int"".autotmp_0033type.int"".autotmp_0032/type.[]string"".fotype.string*NY "qBTgclocals69c1753bd5f81501d95132d08af04464Tgclocals5e29cf4e275ff1db65cfee262b3b8d1fprebuilts/go/darwin-x86/src/cmd/pprof/internal/tempfile/tempfile.go"".initeH%H;avCtu 190 $"".initdone<"".initdoneR 191 "runtime.throwinitb"".initdonen 192 fmt.initx 193 os.init 194 $path/filepath.init 195 sync.init"".initdone 196 0runtime.morestack_noctxt``\` 197 (8Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals33cdeccccebe80329f1fdbee7f5874cbprebuilts/go/darwin-x86/src/cmd/pprof/internal/tempfile/tempfile.go4type..hash.[3]interface {}eH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([ 199 200 (runtime.nilinterhash 201 0runtime.morestack_noctxt0P 202 "".autotmp_0038type.int"".autotmp_0037type.int"".~r2 type.uintptr"".htype.uintptr"".p*type.*[3]interface {}POP 204 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbprebuilts/go/darwin-x86/src/cmd/pprof/internal/tempfile/tempfile.go0type..eq.[3]interface {}eH%H;aHX1HD$(Hl$(H9HD$0H\$hHHHHHHsH\$`HtvHHHHHSH9uVHD$8H$HT$@HT$HL$HHL$Ht$PHt$\$ t HD$0HHl$(H9nD$pHXD$pHXc 207 208 runtime.efaceeq 209 0runtime.morestack_noctxt0"".autotmp_0042?"type.interface {}"".autotmp_0041"type.interface {}"".autotmp_0040_type.int"".autotmp_0039Otype.int"".~r2 type.bool"".q*type.*[3]interface {}"".p*type.*[3]interface {}& STgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440prebuilts/go/darwin-x86/src/cmd/pprof/internal/tempfile/tempfile.go(type..hash.[2]stringeH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([ 213 214 runtime.strhash 215 0runtime.morestack_noctxt0P 216 "".autotmp_0044type.int"".autotmp_0043type.int"".~r2 type.uintptr"".htype.uintptr"".ptype.*[2]stringPOP 218 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbprebuilts/go/darwin-x86/src/cmd/pprof/internal/tempfile/tempfile.go$type..eq.[2]stringeH%H;aHX1HD$(Hl$(H9HD$0H\$`HHHHH3HKH\$hHtvHHHHHCH9uVHt$HH4$HL$PHL$HT$8HT$HD$@HD$\$ t HD$0HHl$(H9nD$pHXD$pHXc 220 221 runtime.eqstring 222 0runtime.morestack_noctxt0"".autotmp_0048?type.string"".autotmp_0047type.string"".autotmp_0046_type.int"".autotmp_0045Otype.int"".~r2 type.bool"".qtype.*[2]string"".ptype.*[2]string& STgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440prebuilts/go/darwin-x86/src/cmd/pprof/internal/tempfile/tempfile.go0go.string.hdr."%s%03d%s" (go.string."%s%03d%s"(go.string."%s%03d%s" %s%03d%stgo.string.hdr."could not create file of the form %s%03d%s" *lgo.string."could not create file of the form %s%03d%s"lgo.string."could not create file of the form %s%03d%s"`Vcould not create file of the form %s%03d%sTgclocals4f5e9ea6d114102b741ee5c53e373762 "@Tgclocals9cb23b4ddd7cebd21a44b219e393c6dfXX Tgclocals0c8aa8e80191a30eac23f1a218103f16 Tgclocals32bd5c6dc84e3e86dd35593b3922d3aa Tgclocals5e29cf4e275ff1db65cfee262b3b8d1f Tgclocals69c1753bd5f81501d95132d08af04464Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals33cdeccccebe80329f1fdbee7f5874cb."".tempFiles0type.[]string0"".tempFilesMutype.sync.Mutex0"".initdonetype.uint8"".Newf"".New""".DeferDeletef"".DeferDelete"".Cleanupf"".Cleanup"".initf"".init"runtime.gcbits.038go.string.hdr."interface {}" 0go.string."interface {}"0go.string."interface {}" interface {}"type.interface {}W0 runtime.algarray@"runtime.gcbits.03P8go.string.hdr."interface {}"p4go.weak.type.*interface {}"runtime.zerovalue"type.interface {}"runtime.gcbits.01<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.[3]interface {}4type..hash.[3]interface {}8type..eqfunc.[3]interface {}0type..eq.[3]interface {}2type..alg.[3]interface {} <type..hashfunc.[3]interface {}8type..eqfunc.[3]interface {}"runtime.gcbits.3f?>go.string.hdr."[3]interface {}" 6go.string."[3]interface {}"6go.string."[3]interface {}" [3]interface {}(type.[3]interface {}0002type..alg.[3]interface {}@"runtime.gcbits.3fP>go.string.hdr."[3]interface {}"p:go.weak.type.*[3]interface {}"runtime.zerovalue"type.interface {}&type.[]interface {}Vgo.typelink.[3]interface {} [3]interface {}(type.[3]interface {}@go.string.hdr."*[3]interface {}" 8go.string."*[3]interface {}"8go.string."*[3]interface {}"0"*[3]interface {}*type.*[3]interface {}60 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*[3]interface {}"p<go.weak.type.**[3]interface {}"runtime.zerovalue(type.[3]interface {}0go.string.hdr."[]string" (go.string."[]string"(go.string."[]string" []stringtype.[]string 230 0 runtime.algarray@"runtime.gcbits.01P0go.string.hdr."[]string"p,go.weak.type.*[]string"runtime.zerovaluetype.string:go.typelink.[]string []stringtype.[]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" 232 ,go.string."*[2]string",go.string."*[2]string" *[2]stringtype.*[2]stringf<60 runtime.algarray@"runtime.gcbits.01P4go.string.hdr."*[2]string"p0go.weak.type.**[2]string"runtime.zerovaluetype.[2]string.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."sync" go.string."sync" go.string."sync" 235 sync&go.importpath.sync. go.string."sync"$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":type..hash.[3]interface {}f4type..hash.[3]interface {}6type..eq.[3]interface {}f0type..eq.[3]interface {}.type..hash.[2]stringf(type..hash.[2]string*type..eq.[2]stringf$type..eq.[2]string"runtime.zerovaluego13ld