Home | History | Annotate | Download | only in log
      1 !<arch>
      2 __.PKGDEF       0           0     0     644     13613     `
      3 go object linux amd64 go1.5.1 X:none
      4 build id "34cdca24816803dba4c5fefe99cc0be9a206d71e"
      5 
      6 $$
      7 package syslog
      8 	import runtime "runtime"
      9 	import errors "errors"
     10 	import fmt "fmt"
     11 	import sync "sync"
     12 	import os "os"
     13 	import log "log"
     14 	import time "time"
     15 	import net "net"
     16 	import strings "strings"
     17 	type @"".Priority int
     18 	const @"".LOG_EMERG @"".Priority = 0x0
     19 	const @"".LOG_ALERT @"".Priority = 0x1
     20 	const @"".LOG_CRIT @"".Priority = 0x2
     21 	const @"".LOG_ERR @"".Priority = 0x3
     22 	const @"".LOG_WARNING @"".Priority = 0x4
     23 	const @"".LOG_NOTICE @"".Priority = 0x5
     24 	const @"".LOG_INFO @"".Priority = 0x6
     25 	const @"".LOG_DEBUG @"".Priority = 0x7
     26 	const @"".LOG_KERN @"".Priority = 0x0
     27 	const @"".LOG_USER @"".Priority = 0x8
     28 	const @"".LOG_MAIL @"".Priority = 0x10
     29 	const @"".LOG_DAEMON @"".Priority = 0x18
     30 	const @"".LOG_AUTH @"".Priority = 0x20
     31 	const @"".LOG_SYSLOG @"".Priority = 0x28
     32 	const @"".LOG_LPR @"".Priority = 0x30
     33 	const @"".LOG_NEWS @"".Priority = 0x38
     34 	const @"".LOG_UUCP @"".Priority = 0x40
     35 	const @"".LOG_CRON @"".Priority = 0x48
     36 	const @"".LOG_AUTHPRIV @"".Priority = 0x50
     37 	const @"".LOG_FTP @"".Priority = 0x58
     38 	const @"".LOG_LOCAL0 @"".Priority = 0x80
     39 	const @"".LOG_LOCAL1 @"".Priority = 0x88
     40 	const @"".LOG_LOCAL2 @"".Priority = 0x90
     41 	const @"".LOG_LOCAL3 @"".Priority = 0x98
     42 	const @"".LOG_LOCAL4 @"".Priority = 0xa0
     43 	const @"".LOG_LOCAL5 @"".Priority = 0xa8
     44 	const @"".LOG_LOCAL6 @"".Priority = 0xb0
     45 	const @"".LOG_LOCAL7 @"".Priority = 0xb8
     46 	type @"sync".Mutex struct { @"sync".state int32; @"sync".sema uint32 }
     47 	func (@"sync".m1 *@"sync".Mutex) Lock ()
     48 	func (@"sync".m1 *@"sync".Mutex) Unlock ()
     49 	type @"".serverConn interface { @"".close() (? error); @"".writeString(@"".p @"".Priority, @"".hostname string, @"".tag string, @"".s string, @"".nl string) (? error) }
     50 	type @"".Writer struct { @"".priority @"".Priority; @"".tag string; @"".hostname string; @"".network string; @"".raddr string; @"".mu @"sync".Mutex; @"".conn @"".serverConn }
     51 	func (@"".w2 *@"".Writer) Alert (@"".m3 string) (@"".err1 error)
     52 	func (@"".w2 *@"".Writer) Close () (? error)
     53 	func (@"".w2 *@"".Writer) Crit (@"".m3 string) (@"".err1 error)
     54 	func (@"".w2 *@"".Writer) Debug (@"".m3 string) (@"".err1 error)
     55 	func (@"".w2 *@"".Writer) Emerg (@"".m3 string) (@"".err1 error)
     56 	func (@"".w2 *@"".Writer) Err (@"".m3 string) (@"".err1 error)
     57 	func (@"".w2 *@"".Writer) Info (@"".m3 string) (@"".err1 error)
     58 	func (@"".w2 *@"".Writer) Notice (@"".m3 string) (@"".err1 error)
     59 	func (@"".w2 *@"".Writer) Warning (@"".m3 string) (@"".err1 error)
     60 	func (@"".w3 *@"".Writer) Write (@"".b4 []byte "esc:0x1") (? int, ? error)
     61 	func (@"".w2 *@"".Writer "esc:0x9") @"".connect () (@"".err1 error)
     62 	func (@"".w3 *@"".Writer "esc:0x9") @"".write (@"".p4 @"".Priority, @"".msg5 string) (? int, ? error)
     63 	func (@"".w3 *@"".Writer) @"".writeAndRetry (@"".p4 @"".Priority, @"".s5 string) (? int, ? error)
     64 	func @"".New (@"".priority3 @"".Priority, @"".tag4 string) (@"".w1 *@"".Writer, @"".err2 error)
     65 	func @"".Dial (@"".network3 string, @"".raddr4 string, @"".priority5 @"".Priority, @"".tag6 string) (? *@"".Writer, ? error)
     66 	import io "io" // indirect
     67 	type @"io".Writer interface { Write(@"io".p []byte) (@"io".n int, @"io".err error) }
     68 	type @"time".zone struct { @"time".name string; @"time".offset int; @"time".isDST bool }
     69 	type @"time".zoneTrans struct { @"time".when int64; @"time".index uint8; @"time".isstd bool; @"time".isutc bool }
     70 	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 }
     71 	func (@"time".l2 *@"time".Location "esc:0x22") String () (? string)
     72 	func (@"time".l2 *@"time".Location "esc:0x1") @"time".firstZoneUsed () (? bool)
     73 	func (@"time".l2 *@"time".Location "esc:0x12") @"time".get () (? *@"time".Location)
     74 	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)
     75 	func (@"time".l2 *@"time".Location "esc:0x1") @"time".lookupFirstZone () (? int)
     76 	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)
     77 	type @"time".Duration int64
     78 	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 }
     79 	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 }
     80 	func (@"time".d2 @"time".Duration) Nanoseconds () (? int64) { return int64(@"time".d2) }
     81 	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 }
     82 	func (@"time".d2 @"time".Duration) String () (? string)
     83 	type @"time".Month int
     84 	func (@"time".m2 @"time".Month) String () (? string) { return @"time".months[@"time".m2 - @"time".Month(0x1)] }
     85 	type @"time".Weekday int
     86 	func (@"time".d2 @"time".Weekday) String () (? string) { return @"time".days[@"time".d2] }
     87 	type @"time".Time struct { @"time".sec int64; @"time".nsec int32; @"time".loc *@"time".Location }
     88 	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 }
     89 	func (@"time".t2 @"time".Time "esc:0x12") AddDate (@"time".years3 int, @"time".months4 int, @"time".days5 int) (? @"time".Time)
     90 	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 }
     91 	func (@"time".t2 @"time".Time "esc:0x9") AppendFormat (@"time".b3 []byte "esc:0x1a", @"time".layout4 string "esc:0x9") (? []byte)
     92 	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 }
     93 	func (@"time".t4 @"time".Time "esc:0x1") Clock () (@"time".hour1 int, @"time".min2 int, @"time".sec3 int)
     94 	func (@"time".t4 @"time".Time "esc:0x1") Date () (@"time".year1 int, @"time".month2 @"time".Month, @"time".day3 int)
     95 	func (@"time".t2 @"time".Time "esc:0x1") Day () (? int)
     96 	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 }
     97 	func (@"time".t2 @"time".Time "esc:0x9") Format (@"time".layout3 string "esc:0x9") (? string)
     98 	func (@"time".t2 *@"time".Time "esc:0x1") GobDecode (@"time".data3 []byte "esc:0x1") (? error)
     99 	func (@"time".t3 @"time".Time "esc:0x1") GobEncode () (? []byte, ? error)
    100 	func (@"time".t2 @"time".Time "esc:0x1") Hour () (? int)
    101 	func (@"time".t3 @"time".Time "esc:0x1") ISOWeek () (@"time".year1 int, @"time".week2 int)
    102 	func (@"time".t2 @"time".Time "esc:0x12") In (@"time".loc3 *@"time".Location "esc:0x12") (? @"time".Time)
    103 	func (@"time".t2 @"time".Time "esc:0x1") IsZero () (? bool) { return @"time".t2.@"time".sec == 0x0 && @"time".t2.@"time".nsec == 0x0 }
    104 	func (@"time".t2 @"time".Time "esc:0x12") Local () (? @"time".Time) { @"time".t2.@"time".loc = @"time".Local; return @"time".t2 }
    105 	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 }
    106 	func (@"time".t3 @"time".Time "esc:0x1") MarshalBinary () (? []byte, ? error)
    107 	func (@"time".t3 @"time".Time "esc:0x9") MarshalJSON () (? []byte, ? error)
    108 	func (@"time".t3 @"time".Time "esc:0x9") MarshalText () (? []byte, ? error)
    109 	func (@"time".t2 @"time".Time "esc:0x1") Minute () (? int)
    110 	func (@"time".t2 @"time".Time "esc:0x1") Month () (? @"time".Month)
    111 	func (@"time".t2 @"time".Time "esc:0x1") Nanosecond () (? int) { return int(@"time".t2.@"time".nsec) }
    112 	func (@"time".t2 @"time".Time "esc:0x12") Round (@"time".d3 @"time".Duration) (? @"time".Time)
    113 	func (@"time".t2 @"time".Time "esc:0x1") Second () (? int)
    114 	func (@"time".t2 @"time".Time "esc:0x9") String () (? string)
    115 	func (@"time".t2 @"time".Time "esc:0x1") Sub (@"time".u3 @"time".Time "esc:0x1") (? @"time".Duration)
    116 	func (@"time".t2 @"time".Time "esc:0x12") Truncate (@"time".d3 @"time".Duration) (? @"time".Time)
    117 	func (@"time".t2 @"time".Time "esc:0x12") UTC () (? @"time".Time) { @"time".t2.@"time".loc = @"time".UTC; return @"time".t2 }
    118 	func (@"time".t2 @"time".Time "esc:0x1") Unix () (? int64) { return @"time".t2.@"time".sec + -0xe7791f700 }
    119 	func (@"time".t2 @"time".Time "esc:0x1") UnixNano () (? int64) { return (@"time".t2.@"time".sec + -0xe7791f700) * 0x3b9aca00 + int64(@"time".t2.@"time".nsec) }
    120 	func (@"time".t2 *@"time".Time "esc:0x1") UnmarshalBinary (@"time".data3 []byte "esc:0x1") (? error)
    121 	func (@"time".t2 *@"time".Time "esc:0x1") UnmarshalJSON (@"time".data3 []byte "esc:0x1") (@"time".err1 error)
    122 	func (@"time".t2 *@"time".Time "esc:0x1") UnmarshalText (@"time".data3 []byte "esc:0x1") (@"time".err1 error)
    123 	func (@"time".t2 @"time".Time "esc:0x1") Weekday () (? @"time".Weekday)
    124 	func (@"time".t2 @"time".Time "esc:0x1") Year () (? int)
    125 	func (@"time".t2 @"time".Time "esc:0x1") YearDay () (? int)
    126 	func (@"time".t3 @"time".Time "esc:0x32") Zone () (@"time".name1 string, @"time".offset2 int)
    127 	func (@"time".t2 @"time".Time "esc:0x1") @"time".abs () (? uint64)
    128 	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)
    129 	func (@"time".t4 @"time".Time "esc:0x32") @"time".locabs () (@"time".name1 string, @"time".offset2 int, @"time".abs3 uint64)
    130 	type @"log".Logger struct { @"log".mu @"sync".Mutex; @"log".prefix string; @"log".flag int; @"log".out @"io".Writer; @"log".buf []byte }
    131 	func (@"log".l1 *@"log".Logger) Fatal (@"log".v2 ...interface {} "esc:0x9")
    132 	func (@"log".l1 *@"log".Logger) Fatalf (@"log".format2 string "esc:0x9", @"log".v3 ...interface {} "esc:0x9")
    133 	func (@"log".l1 *@"log".Logger) Fatalln (@"log".v2 ...interface {} "esc:0x9")
    134 	func (@"log".l2 *@"log".Logger) Flags () (? int)
    135 	func (@"log".l2 *@"log".Logger) Output (@"log".calldepth3 int, @"log".s4 string "esc:0x9") (? error)
    136 	func (@"log".l1 *@"log".Logger) Panic (@"log".v2 ...interface {} "esc:0x9")
    137 	func (@"log".l1 *@"log".Logger) Panicf (@"log".format2 string "esc:0x9", @"log".v3 ...interface {} "esc:0x9")
    138 	func (@"log".l1 *@"log".Logger) Panicln (@"log".v2 ...interface {} "esc:0x9")
    139 	func (@"log".l2 *@"log".Logger) Prefix () (? string)
    140 	func (@"log".l1 *@"log".Logger) Print (@"log".v2 ...interface {} "esc:0x9")
    141 	func (@"log".l1 *@"log".Logger) Printf (@"log".format2 string "esc:0x9", @"log".v3 ...interface {} "esc:0x9")
    142 	func (@"log".l1 *@"log".Logger) Println (@"log".v2 ...interface {} "esc:0x9")
    143 	func (@"log".l1 *@"log".Logger) SetFlags (@"log".flag2 int)
    144 	func (@"log".l1 *@"log".Logger) SetOutput (@"log".w2 @"io".Writer)
    145 	func (@"log".l1 *@"log".Logger) SetPrefix (@"log".prefix2 string)
    146 	func (@"log".l1 *@"log".Logger "esc:0x9") @"log".formatHeader (@"log".buf2 *[]byte "esc:0x9", @"log".t3 @"time".Time "esc:0x1", @"log".file4 string "esc:0x9", @"log".line5 int)
    147 	func @"".NewLogger (@"".p3 @"".Priority, @"".logFlag4 int) (? *@"log".Logger, ? error)
    148 	func @"".init ()
    149 	var @"time".months [12]string
    150 	var @"time".days [7]string
    151 	var @"time".Local *@"time".Location
    152 	var @"time".UTC *@"time".Location
    153 
    154 $$
    155 _go_.o          0           0     0     644     87393     `
    156 go object linux amd64 go1.5.1 X:none
    157 
    158 !
    159 go13lderrors.a
    160 fmt.a
    161 log.a
    162 net.aos.astrings.async.atime.a"".NewdH%H;aH`H\$`H$11H$H$1H$H\$1H\$H\$H\$hH\$ H\$pH\$(H\$xH\$0HD$8HT$@HL$HH$HT$PH$HL$XH$H`H
    167 
    168 B
    169 *runtime.racefuncenter
    170 "".Dial
    171 (runtime.racefuncexit
    172 0runtime.morestack_noctxt`
    173 "".autotmp_0001type.error"".err@type.error"".w0type.*"".Writer"".tagtype.string"".priority type."".Priorityu Tgclocals1155ac395f003e6351a376353f36296dTgclocalsc55cf99de9cdd8c8202a466952fa1a45^prebuilts/go/linux-x86/src/log/syslog/syslog.go"".DialdH%HD$H;AHH$H$H$H$1H$H$H`H=TH$HuZHH$HH=H$HH=H+H$HkH$H$HD$HL$XHD$`HH$HD$HD$(H$HD$`H|$(HH1H$HD$(H$H(H$H$H\$(H$HkH$=HkH\$(H$H$H\$(Hl$`Hk Hl$X=HkH\$(H$H$(H\$(H$Hk0H$=tHk(H\$(H$H$8H\$(H$Hk@H$= Hk8HD$(HD$ H$H<$H$HH\$ H\$H|$HD$H$HHD$H\$ H$HL$HT$Ht9H$HL$hH$HT$pH$HH\$ H$HL$hH$HT$pH$HH%)%LC8L$Hl$LC(L$Hl$yLCL$Hl$%LCL$Hl$xHH\$HHD$P1H\$8H\$@HH$HD$HD$0H$H\$0Hl$PHkHl$H=H+H\$0H\$0H
1H9tKHT$0HL$xH$H$HL$8H$HT$@H$HHH$HH\$HH\$HL$H$Hl$[*j
    182 X
    183 *runtime.racefuncenteros.Args
    184  runtime.racereados.Argsos.Args
    185  runtime.racereados.Argsos.Args
    186 os.Hostnametype."".Writer
    187 "runtime.newobject
    188 ,runtime.racewriterange
    189  runtime.duffzero
    190 "runtime.racewrite
    191 "runtime.racewrite6runtime.writeBarrierEnabled
    192 "runtime.racewrite6runtime.writeBarrierEnabled
    193 "runtime.racewrite6runtime.writeBarrierEnabled
    194 "runtime.racewrite6runtime.writeBarrierEnabled	
    195 $sync.(*Mutex).Lock	.sync.(*Mutex).Unlockf
    196 
    197 "runtime.deferproc
    198 
    199 ("".(*Writer).connect
    201 &runtime.deferreturn
    203 (runtime.racefuncexit
    205 &runtime.deferreturn
    207 (runtime.racefuncexit
    209 &runtime.deferreturn
    211 (runtime.racefuncexit
    213 .runtime.writebarrierptr
    215 .runtime.writebarrierptr
    216 .runtime.writebarrierptr
    217 .runtime.writebarrierptr
    218 $runtime.panicindex
    219 $runtime.panicindexPgo.string."log/syslog: invalid priority".type.errors.errorString
    220 "runtime.newobject
    221 "runtime.racewrite6runtime.writeBarrierEnabledBgo.itab.*errors.errorString.error
    222 &runtime.deferreturn
    223 (runtime.racefuncexit0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error
    224  runtime.typ2Itab
    225 .runtime.writebarrierptr
    226 0runtime.morestack_noctxt "".autotmp_0010type.*"".Writer"".autotmp_0008type.error"".autotmp_00070type.*errors.errorString"".autotmp_0006type.error"".autotmp_00040type.*errors.errorString"".~r0type.errorerrors.text2type.string"".err?type.error"".wtype.*"".Writer"".hostname_type.string"".~r5type.error"".~r4ptype.*"".Writer"".tagPtype.string"".priority@ type."".Priority"".raddr type.string"".networktype.string@9V	|21Z	=,:	
    236 L.-JH+ZrK;	E:x
63Tgclocals3f6a0740fb8993ecdf128a65317b056dTgclocalsf21022275f239fa9eb99858d4c2fd187^prebuilts/go/linux-x86/src/log/syslog/syslog.go("".(*Writer).connectdH%HD$H;AHH$H$11H$H$H$H$H$PH$HhPHtdH$H$PH$H8HKPHkXHl$hH,$HL$`HY H$H$H$PH$1HhPHhXH$H$(H$HX0HH$H\$`H\$H\$hH\$H$H\$H$H$H$H$PH$Hl$`HkPHl$h=HkXH$H$H$H$H$H$H$H$HX Hu)H$H$H$H-HkHC 	HLCXL$Hl$k1H\$PH\$XH$H$(H$H$H$8H$HHX(HH$HKHL$HX8H|$HHHKHOHL$ HD$(Hl$0HT$8HL$PHD$XH$H$H2HH$HD$HD$HH$HD$HD$H1@(HhHhH$H$H\$HHl$PHkHl$X=HkH\$HH\$HHHD$@1H9<H$H$H$PHD$HHL$@H$HHL$`HKPHD$h=HCXH$H$H$H$H[ H$H\$XH$H\$PH[(HL$HD$H$H$H$HY(H\$H\$pH\$H\$xH$H$H$H$Hl$xHk Hl$p=u	HkLCL$Hl$LCXL$HD$HH$HH\$HH\$H\$H\$@LCL$Hl$Uv+N
    242 X
    243 *runtime.racefuncenter
    244  runtime.raceread
    245  runtime.raceread
    246 "runtime.racewrite
    247  runtime.raceread
    248 "".unixSyslog
    249 "runtime.racewrite6runtime.writeBarrierEnabled
    250  runtime.raceread
    251 "runtime.racewrite*go.string."localhost"
    252 (runtime.racefuncexit
    253 .runtime.writebarrierptr
    254  runtime.raceread
    255  runtime.raceread	
    256 net.Dial
    257 type."".netConn
    258 
    259 "runtime.newobject
    261 ,runtime.racewriterange
    263 "runtime.racewrite6runtime.writeBarrierEnabledBgo.itab.*"".netConn."".serverConn
    267 "runtime.racewrite
6runtime.writeBarrierEnabled
    269  runtime.raceread
    270 "runtime.racewrite6runtime.writeBarrierEnabled
    271 .runtime.writebarrierptr
    272 .runtime.writebarrierptr type.*"".netConn$type."".serverConnBgo.itab.*"".netConn."".serverConn
    273  runtime.typ2Itab
    274 .runtime.writebarrierptr
    275 0runtime.morestack_noctxt0"".autotmp_0020type.*uint8"".autotmp_0019 type.*"".netConn"".autotmp_0018_type.string"".autotmp_0017?type.net.Addr"".autotmp_0016 type.*"".netConn"".autotmp_0015type.error"".autotmp_0013type.error"".autotmp_0012$type."".serverConn"".ctype.net.Conn"".errtype.error"".wtype.*"".Writer	x,+(<($()
    278 ,UB+]Z{Q-K:4NTgclocals3b4e1236ea719e80701ff45d7138e020Tgclocals943599a4d5c23e9e74f32c4e575d5e56^prebuilts/go/linux-x86/src/log/syslog/syslog.go$"".(*Writer).WritedH%H;aHHH\$HH$1H\$xH$H\$PH$H$H\$XH\$H\$`H\$H\$hH\$HD$PH\$ H|$HHHKHOH$H(Hl$HD$ HT$(HL$0HD$pHT$8HT$xHL$@H$HH&
    283 B
    284 *runtime.racefuncenter|
    285  runtime.raceread
    286 2runtime.slicebytetostring
    287 4"".(*Writer).writeAndRetry
    288 (runtime.racefuncexit
    289 0runtime.morestack_noctxtp
    290 "".autotmp_0025type.error"".~r2Ptype.error"".~r1@type.int"".btype.[]uint8"".wtype.*"".Writer Tgclocals8cf14f50ac1bf7ae2848fda35f0590ecTgclocalsc55cf99de9cdd8c8202a466952fa1a45^prebuilts/go/linux-x86/src/log/syslog/syslog.go$"".(*Writer).ClosedH%H;avH8H\$8H$1H\$HH\$PH\$@H$H<$8H$HH\$@H\$H|$HD$H$HHD$H\$@H$H$PHL$@HiPHH$H$PH\$@HtvHKPHkXHl$0H,$HL$(HY HL$HD$HL$HD$ H\$@H$H$PH\$@1HkPHkXH\$H\$HH\$ H\$PH81H\$HH\$PH8H8%%m 
    296 B
    297 *runtime.racefuncenter
    298 $sync.(*Mutex).Lock.sync.(*Mutex).Unlockf
    299 "runtime.deferproc
    300  runtime.raceread
    301  runtime.raceread
    302 "runtime.racewrite
    303 &runtime.deferreturn
    304 (runtime.racefuncexit
    305 &runtime.deferreturn
    306 (runtime.racefuncexit
    307 &runtime.deferreturn
    308 (runtime.racefuncexit
    309 0runtime.morestack_noctxt0p"".err?type.error"".~r0type.error"".wtype.*"".Writer$popopop/L=&I"

 *Po(oTgclocals13f38f3d5f5ec8cec8748cea29a07c5fTgclocals0dc5c0863204b1fb13856ad5f1b640ab^prebuilts/go/linux-x86/src/log/syslog/syslog.go$"".(*Writer).EmergdH%H;aviH8H\$8H$11H\$XH\$`H\$@H$HD$H\$HH\$H\$PH\$HL$(HD$0HL$XHD$`H8
    317 
    318 :
    319 *runtime.racefuncenter
    320 4"".(*Writer).writeAndRetry
    321 (runtime.racefuncexit
    322 0runtime.morestack_noctxtPp"".err0type.error"".mtype.string"".wtype.*"".Writerpdop?
    324 RTgclocalse4b5616e5783a0b08ed3851f8c75ffedTgclocals69c1753bd5f81501d95132d08af04464^prebuilts/go/linux-x86/src/log/syslog/syslog.go$"".(*Writer).AlertdH%H;aviH8H\$8H$11H\$XH\$`H\$@H$HD$H\$HH\$H\$PH\$HL$(HD$0HL$XHD$`H8
    326 
    327 :
    328 *runtime.racefuncenter
    329 4"".(*Writer).writeAndRetry
    330 (runtime.racefuncexit
    331 0runtime.morestack_noctxtPp"".err0type.error"".mtype.string"".wtype.*"".Writerpdop?
    333 RTgclocalse4b5616e5783a0b08ed3851f8c75ffedTgclocals69c1753bd5f81501d95132d08af04464^prebuilts/go/linux-x86/src/log/syslog/syslog.go""".(*Writer).CritdH%H;aviH8H\$8H$11H\$XH\$`H\$@H$HD$H\$HH\$H\$PH\$HL$(HD$0HL$XHD$`H8
    335 
    336 :
    337 *runtime.racefuncenter
    338 4"".(*Writer).writeAndRetry
    339 (runtime.racefuncexit
    340 0runtime.morestack_noctxtPp"".err0type.error"".mtype.string"".wtype.*"".Writerpdop?
    342 RTgclocalse4b5616e5783a0b08ed3851f8c75ffedTgclocals69c1753bd5f81501d95132d08af04464^prebuilts/go/linux-x86/src/log/syslog/syslog.go "".(*Writer).ErrdH%H;aviH8H\$8H$11H\$XH\$`H\$@H$HD$H\$HH\$H\$PH\$HL$(HD$0HL$XHD$`H8
    344 
    345 :
    346 *runtime.racefuncenter
    347 4"".(*Writer).writeAndRetry
    348 (runtime.racefuncexit
    349 0runtime.morestack_noctxtPp"".err0type.error"".mtype.string"".wtype.*"".Writerpdop?
    351 RTgclocalse4b5616e5783a0b08ed3851f8c75ffedTgclocals69c1753bd5f81501d95132d08af04464^prebuilts/go/linux-x86/src/log/syslog/syslog.go("".(*Writer).WarningdH%H;aviH8H\$8H$11H\$XH\$`H\$@H$HD$H\$HH\$H\$PH\$HL$(HD$0HL$XHD$`H8
    353 
    354 :
    355 *runtime.racefuncenter
    356 4"".(*Writer).writeAndRetry
    357 (runtime.racefuncexit
    358 0runtime.morestack_noctxtPp"".err0type.error"".mtype.string"".wtype.*"".Writerpdop?
    360 RTgclocalse4b5616e5783a0b08ed3851f8c75ffedTgclocals69c1753bd5f81501d95132d08af04464^prebuilts/go/linux-x86/src/log/syslog/syslog.go&"".(*Writer).NoticedH%H;aviH8H\$8H$11H\$XH\$`H\$@H$HD$H\$HH\$H\$PH\$HL$(HD$0HL$XHD$`H8
    362 
    363 :
    364 *runtime.racefuncenter
    365 4"".(*Writer).writeAndRetry
    366 (runtime.racefuncexit
    367 0runtime.morestack_noctxtPp"".err0type.error"".mtype.string"".wtype.*"".Writerpdop?
    369 RTgclocalse4b5616e5783a0b08ed3851f8c75ffedTgclocals69c1753bd5f81501d95132d08af04464^prebuilts/go/linux-x86/src/log/syslog/syslog.go""".(*Writer).InfodH%H;aviH8H\$8H$11H\$XH\$`H\$@H$HD$H\$HH\$H\$PH\$HL$(HD$0HL$XHD$`H8
    371 
    372 :
    373 *runtime.racefuncenter
    374 4"".(*Writer).writeAndRetry
    375 (runtime.racefuncexit
    376 0runtime.morestack_noctxtPp"".err0type.error"".mtype.string"".wtype.*"".Writerpdop?
    378 RTgclocalse4b5616e5783a0b08ed3851f8c75ffedTgclocals69c1753bd5f81501d95132d08af04464^prebuilts/go/linux-x86/src/log/syslog/syslog.go$"".(*Writer).DebugdH%H;aviH8H\$8H$11H\$XH\$`H\$@H$HD$H\$HH\$H\$PH\$HL$(HD$0HL$XHD$`H8
    380 
    381 :
    382 *runtime.racefuncenter
    383 4"".(*Writer).writeAndRetry
    384 (runtime.racefuncexit
    385 0runtime.morestack_noctxtPp"".err0type.error"".mtype.string"".wtype.*"".Writerpdop?
    387 RTgclocalse4b5616e5783a0b08ed3851f8c75ffedTgclocals69c1753bd5f81501d95132d08af04464^prebuilts/go/linux-x86/src/log/syslog/syslog.go4"".(*Writer).writeAndRetry		dH%H;a<HpH\$pH$H$1H$H$H\$xH$HD$xHH$HHH	H\$8H$H<$H$HH\$xH\$H|$HD$H$HHD$]H\$xH$H$PHt$xHnPHtyH4$H\$8H\$H$H\$H$H\$Ht$xHT$ HL$(Hl$0Hl$HHL$@Hu(H$H$H$HpH4$HL$HT$HT$XHL$PHt,H$H$H$HpH\$xH$H\$8H\$H$H\$H$H\$HL$ Hl$(HT$0H$Hl$`H$HT$hH$HpHp%`%4&
    389 B
    390 *runtime.racefuncenter
    391  runtime.raceread
    392 $sync.(*Mutex).Lock.sync.(*Mutex).Unlockf
    393 "runtime.deferproc
    394  runtime.raceread
    395 $"".(*Writer).write
    396 &runtime.deferreturn
    397 (runtime.racefuncexit
    398 ("".(*Writer).connect
    399 &runtime.deferreturn
    400 (runtime.racefuncexit
    401 $"".(*Writer).write
    402 &runtime.deferreturn
    403 (runtime.racefuncexit
    404 &runtime.deferreturn
    405 (runtime.racefuncexit	
    406 0runtime.morestack_noctxtp"".autotmp_0044type.error"".autotmp_0043type.int"".autotmp_0042type.error"".autotmp_0040type.error"".err?type.error"".err_type.error
    409 "".pro type."".Priority"".~r3Ptype.error"".~r2@type.int"".s type.string"".p type."".Priority"".wtype.*"".Writer>Nr)X1="Q#"s( ,};=6ITgclocalse005ea8c128fdd2cbe053ee4ba8a4b6eTgclocalsae0a20890c9ac6bfbea3383f34532bab^prebuilts/go/linux-x86/src/log/syslog/syslog.go$"".(*Writer).write
    415 
    416 dH%HD$H;AjHH$H$1H$H$1H$H$H$H|$`H$H5Ht$pHHL$hHD$xH9HH)HH9H)IHtMH9L$L$H$Hl$Ht$HD$\$ H<uHH$H$H$H$H$PH$H$H$H$H$H$H$H	L@PHhXH$H\$HXH|$HHHKHOHXH|$ HHHKHOH$H\$0H$H\$8H$H\$@H$H\$HH$H,$L$IX(HD$PHL$XH$H$Ht)H$H$H$HH$H$1H$H$H1v1ht
    421 X
    422 *runtime.racefuncentergo.string."\n"
    423  runtime.eqstringgo.string."\n"
    424  runtime.raceread
    425  runtime.raceread
    426  runtime.raceread
    427 (runtime.racefuncexit	
    428 (runtime.racefuncexit	
    429 $runtime.panicslice
    430 
    431 0runtime.morestack_noctxtp"".autotmp_0052type.int"".autotmp_0050type.string"strings.suffix3type.stringstrings.s2type.string"".err_type.error
    433 "".nltype.string"".~r3Ptype.error"".~r2@type.int"".msg type.string"".p type."".Priority"".wtype.*"".Writer&.*DB
    437 "
+>JTgclocalse941e5b54f08eceb6bf87e68a60aef57Tgclocals796d1b08c0cd95e58df51210baa4a04a^prebuilts/go/linux-x86/src/log/syslog/syslog.go2"".(*netConn).writeString22dH%H$H;AxHH$H$1H$XH$`H$H$H$]H$L$HD$H$H$$ L$H$(HD$HH\$HD$ HL$(HD$0H$H\$XHL$pH$HD$xH$H$(H$H$0H$H$H\$PH$8H$H$@H$H$HH$H$PH$H$01H$0HH$H$H$HH$H\$XH\$HD$H\$H$H\$ H$H$H$H$H$H+H$=HkHH$H$H\$HD$H\$H$H\$ H$H$HH$H$H$HH+H$=THkHH$H$H\$HD$H\$H$H\$ H$H$H H$H$H$H H+H$=HkHH$H\$PH\$HD$H\$H$H\$ H$H$H0H$H$H$H0H+H$=HkHH$H$H\$HD$H\$H$H\$ H$H$H@H$H$H$H@H+H$=HkHH$H$H\$HD$H\$H$H\$ H$H$HPH$H$H$HPH+H$=HkH$H$H$HH$H$HH^H|$HHHKHOH\$HH$HKHL$HH\$HD$H$H\$ H$H\$(H$H\$0HL$@HD$HH$H$XH$H$`HPLCL$Hl$LCL$Hl$jLCL$Hl$LCL$Hl$5LCL$Hl$LCL$Hl$\H$L$HD$H$H$$ L$H$(HD$HH\$HD$ HL$(HD$0H$H\$XHL$`H$HD$hH$H$H$H$ H$H$(H$H$0H$H$H\$PH$8H$H$@H$H$HH$H$PH$H$1HH$H9H$H$H$HH$H\$XH\$HD$H\$H$H\$ H$H$H$H$H$H+H$=HkHH$H$H\$HD$H\$H$H\$ H$H$HH$H$H$HH+H$=HkHH$H$H\$HD$H\$H$H\$ H$H$H H$H$H$H H+H$=THkHH$H$H\$HD$H\$H$H\$ H$H$H0H$H$H$H0H+H$=HkHH$H\$PH\$HD$H\$H$H\$ H$H$H@H$H$H$H@H+H$=HkHH$H$H\$HD$H\$H$H\$ H$H$HPH$H$H$HPH+H$=HkHH$H$H\$HD$H\$H$H\$ H$H$H`H$H$H$H`H+H$=HkH$H$H$HH$H$HH^H|$HHHKHOH\$HH$HKHL$HH\$HD$H$H\$ H$H\$(H$H\$0HL$@HD$HH$H$XH$H$`HPLCL$Hl$LCL$Hl$jLCL$Hl$LCL$Hl$5LCL$Hl$LCL$Hl$LCL$Hl$ac
    447 ^
    448 *runtime.racefuncenter
    449  runtime.raceread
    450 time.Now6go.string."Jan _2 15:04:05"
    451  time.Time.Format
    452 os.Getpid
    453  runtime.duffzero type."".Priority
    454 runtime.convT2E
    455 "runtime.racewrite6runtime.writeBarrierEnabledtype.string
    456 runtime.convT2E	
    457 "runtime.racewrite
    458 6runtime.writeBarrierEnabled
    459 type.string
    460 
    461 runtime.convT2E
    463 "runtime.racewrite6runtime.writeBarrierEnabledtype.int
    467 runtime.convT2E
    469 "runtime.racewrite6runtime.writeBarrierEnabledtype.string
    470 runtime.convT2E
    471 "runtime.racewrite6runtime.writeBarrierEnabledtype.string
    472 runtime.convT2E
    473 "runtime.racewrite6runtime.writeBarrierEnabled
    474  runtime.racereadtype.io.Writer
    475 runtime.convI2I>go.string."<%d>%s %s[%d]: %s%s"
    476 fmt.Fprintf
    477 (runtime.racefuncexit
    478 .runtime.writebarrierptr
    479 .runtime.writebarrierptr
    480 .runtime.writebarrierptr
    481 .runtime.writebarrierptr
    482 .runtime.writebarrierptr
    483 .runtime.writebarrierptr
    484 time.NowJgo.string."2006-01-02T15:04:05Z07:00"
    485  time.Time.Format
    486 os.Getpid
    487  runtime.duffzero type."".Priority
    488 runtime.convT2E
    489 "runtime.racewrite6runtime.writeBarrierEnabledtype.string 
    490 runtime.convT2E 
    491 "runtime.racewrite!6runtime.writeBarrierEnabled!type.string"
    492 runtime.convT2E#
    493 "runtime.racewrite#6runtime.writeBarrierEnabled#type.string$
    494 runtime.convT2E%
    495 "runtime.racewrite%6runtime.writeBarrierEnabled%type.int&
    496 runtime.convT2E'
    497 "runtime.racewrite'6runtime.writeBarrierEnabled(type.string(
    498 runtime.convT2E)
    499 "runtime.racewrite)6runtime.writeBarrierEnabled*type.string*
    500 runtime.convT2E+
    501 "runtime.racewrite+6runtime.writeBarrierEnabled,
    502  runtime.raceread,type.io.Writer-
    503 runtime.convI2I-Dgo.string."<%d>%s %s %s[%d]: %s%s".
    504 fmt.Fprintf/
    505 (runtime.racefuncexit/
    506 .runtime.writebarrierptr0
    507 .runtime.writebarrierptr0
    508 .runtime.writebarrierptr0
    509 .runtime.writebarrierptr1
    510 .runtime.writebarrierptr1
    511 .runtime.writebarrierptr2
    512 .runtime.writebarrierptr2
    513 0runtime.morestack_noctxtZ"".autotmp_0094"type.interface {}"".autotmp_0093"type.interface {}"".autotmp_0092"type.interface {}"".autotmp_0091"type.interface {}"".autotmp_0090"type.interface {}"".autotmp_0089"type.interface {}"".autotmp_0088"type.interface {}"".autotmp_0087(type.[7]interface {}"".autotmp_0084&type.[]interface {}"".autotmp_0083"type.interface {}"".autotmp_0082"type.interface {}"".autotmp_0081"type.interface {}"".autotmp_0080"type.interface {}"".autotmp_0079"type.interface {}"".autotmp_0078"type.interface {}"".autotmp_0077(type.[6]interface {}"".autotmp_0074&type.[]interface {}"".autotmp_0073type.error"".autotmp_0072type.string"".autotmp_0071type.string"".autotmp_0070type.int"".autotmp_0069type.string"".autotmp_0068type.string"".autotmp_0067type.string"".autotmp_0066 type."".Priority"".autotmp_0065type.string"".autotmp_0064type.time.Time"".autotmp_0062type.string"".autotmp_0061type.string"".autotmp_0060type.int"".autotmp_0059type.string"".autotmp_0058type.string"".autotmp_0057 type."".Priority"".autotmp_0055type.time.Time"".errtype.error"".timestamptype.string"".errtype.error"".timestamptype.string"".~r5type.error
    517 "".nltype.string"".msg`type.string"".tag@type.string"".hostname type.string"".p type."".Priority"".n type.*"".netConn*"
    520 "&ZGJ[
    522  ..ZgJ[
    525 -.E
.+R/V/S/V/V/F/!+R/V/V/S/V/V/F/!Tgclocals0c6c3191bd8fbc1c1fa9e50fb93b7ffeTgclocalsfe9aff70387d515c69ea36605bb53dbb^prebuilts/go/linux-x86/src/log/syslog/syslog.go&"".(*netConn).closedH%H;aH8H\$8H$1H\$HH\$PH\$@H$H$H\$@HtDHKHkHl$ H,$HL$HY HL$HD$HL$(HL$HHD$0HD$PH8_
    530 B
    531 *runtime.racefuncenter
    532  runtime.raceread
    533 (runtime.racefuncexit
    534 0runtime.morestack_noctxt0p"".autotmp_0095type.error"".~r0type.error"".n type.*"".netConnp{op1X	 i'Tgclocalscad14e25fd48dddd762418d02c031d67Tgclocals64ca935d1a2110a30e2d604686188539^prebuilts/go/linux-x86/src/log/syslog/syslog.go"".NewLogger		dH%HD$H;A5HH$H$1H$H$H$H$1H\$H\$HL$HD$ HT$(HT$pHD$hHt)H$H$H$HHL$@H1H9]HL$@HD$xHD$XH$HL$`1H\$HH\$PH$H\$0HH$HD$HD$8H$HD$HHL$8HH1HH$H$ H\$8Hl$XHk Hl$`=Hk(H\$8H$H$H\$8Hl$PHkHl$H=uLHkH\$8H$H$HD$8Hl$0HhH$1H$H$HLCL$Hl$LC(L$Hl$ZHH$HH\$HH\$HD$q,
    538 X
    539 *runtime.racefuncenter
    540 "".New
    542 (runtime.racefuncexit8go.itab.*"".Writer.io.Writertype.log.Logger
    543 "runtime.newobject
    544 ,runtime.racewriterange
    545  runtime.duffzero
    546 "runtime.racewrite6runtime.writeBarrierEnabled
    547 "runtime.racewrite6runtime.writeBarrierEnabled
    548 "runtime.racewrite
    549 (runtime.racefuncexit
    550 .runtime.writebarrierptr
    551 .runtime.writebarrierptrtype.*"".Writertype.io.Writer8go.itab.*"".Writer.io.Writer
    552  runtime.typ2Itab	
    553 0runtime.morestack_noctxtP"".autotmp_0103 type.*log.Logger"".autotmp_0102 type.*log.Logger"".autotmp_0100type.io.Writer"".autotmp_0099type.*"".Writer"".autotmp_0097type.*"".Writerlog.flag4type.intlog.prefix3type.stringlog.out2_type.io.Writer"".err?type.error"".~r30type.error"".~r2  type.*log.Logger"".logFlagtype.int"".p type."".Priority(w.
    557 	1	.+odb3-	
    559 4"Tgclocalsce6ac39738fc58be3343e6946e252ef5Tgclocals76ba437033d9f67bfb55de32d9e3f50e^prebuilts/go/linux-x86/src/log/syslog/syslog.go"".unixSyslogdH%H$H;ATHH$H$111H$H$1H$H$H$H$H$HD$ H$H-H(H-HhH-HhH-HhH$(H$0H$ H$H$H$HD$0H$H-H(H-HhH-HhH-HhH-Hh H-Hh(H$@H$HH$8H$ H$(H$0H$x1H$pHD$PH$hHHL$XHl$PH9HD$xH$H\$xHHHkH$H$H$H$H$8H$@H$HH$`1H$XHD$@H$PHHL$HHl$@H9HD$pH$H\$pHHHkH$H$H$H$H$H\$H$HL$H$Hl$Hl$ HT$(HL$0HD$8H$H$H$H$HrHD$pHL$HHHHL$HHl$@H92HD$xHL$XHHHL$XHl$PH9}HH$H$1H$H$HH$HD$HD$`H$H\$`H$HkH$=H+H\$`H\$`H1H9tTHL$`H$H$1H$H$H$H$H$H$HHH$HH\$HH\$HD$zH$Hl$OHH$HD$HD$hH$H$H\$hH$HkH$=HkH\$hH$HD$hH@(HD$hH1H9tDHL$hH$H$H$H$1H$H$HHH$HH\$HH\$HD$LCL$Hl$FVT
    564 ^
    565 *runtime.racefuncenter
    566 ,runtime.racewriterange""".statictmp_0111""".statictmp_0111 """.statictmp_01110""".statictmp_0111
    567 ,runtime.racewriterange""".statictmp_0114""".statictmp_0114 """.statictmp_01140""".statictmp_0114@""".statictmp_0114P""".statictmp_0114
    568  runtime.raceread	
    569  runtime.raceread
    570 
    571 net.DialLgo.string."Unix syslog delivery error"
.type.errors.errorString
    575 "runtime.newobject
    577 "runtime.racewrite6runtime.writeBarrierEnabledBgo.itab.*errors.errorString.error
    578 (runtime.racefuncexit0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error
    579  runtime.typ2Itab
    580 .runtime.writebarrierptrtype."".netConn
    581 "runtime.newobject
    582 "runtime.racewrite6runtime.writeBarrierEnabled
    583 "runtime.racewriteBgo.itab.*"".netConn."".serverConn
    584 (runtime.racefuncexit type.*"".netConn$type."".serverConnBgo.itab.*"".netConn."".serverConn
    585  runtime.typ2Itab
    586 .runtime.writebarrierptr
    587 0runtime.morestack_noctxt@B"".autotmp_0131type.error"".autotmp_0130type.*uint8"".autotmp_0129type.error"".autotmp_01280type.*errors.errorString"".autotmp_0127$type."".serverConn"".autotmp_0125 type.*"".netConn"".autotmp_0124type.string"".autotmp_0123type.*string"".autotmp_0122type.int"".autotmp_0121type.int"".autotmp_0120type.string"".autotmp_0119type.*string"".autotmp_0118type.int"".autotmp_0117type.int"".autotmp_0116_type.[3]string"".autotmp_0115type.*[3]string"".autotmp_0113type.[2]string"".autotmp_0112type.*[2]string"".autotmp_01100type.*errors.errorString"".autotmp_0109 type.*"".netConn"".autotmp_0108type.error"".autotmp_0106type.[]string"".autotmp_0105type.[]string"".~r0type.errorerrors.text2type.string"".errtype.error"".conntype.net.Conn"".pathtype.string"".networktype.string"".logPathstype.[]string"".logTypestype.[]string"".err type.error"".conn$type."".serverConn("eT$"(ud$$N	F.Ju
    592 0-8^0BTgclocals0a36c9fc731031273b62298c854d8b81Tgclocals214084e2b0b4e6064d8dba668e3f5cadhprebuilts/go/linux-x86/src/log/syslog/syslog_unix.go"".initdH%H;aHH\$H$HH$t-HH$u
    595 HHH$HH$H-2
    597 B
    598 *runtime.racefuncenterP"".initdoneb
    599  runtime.racereadp"".initdone"".initdone
    600  runtime.raceread"".initdone
    601 (runtime.racefuncexit
    602 "runtime.throwinit"".initdone
    603 "runtime.racewrite"".initdone
    604 fmt.init
    605 log.init
    606 net.init
    607 os.init
    608 strings.init
    609 sync.init
    610 time.init"".initdone
    611 "runtime.racewrite"".initdone
    612 (runtime.racefuncexit
    613 0runtime.morestack_noctxtOa@ Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals33cdeccccebe80329f1fdbee7f5874cbhprebuilts/go/linux-x86/src/log/syslog/syslog_unix.go&"".serverConn.closedH%H;avpH(HY Ht
H|$0H9;uH#H\$(H$1H\$@H\$HH\$8H$H\$0H[ HL$HD$HL$HL$@HD$ HD$HH(w
    617 
    618 f
    619 *runtime.racefuncenter
    620 (runtime.racefuncexit
    621 0runtime.morestack_noctxt@P"".autotmp_0134type.error"".~r0 type.error""..this$type."".serverConnPkOP2CTgclocals19b49d53e9c11805652fa4c0885cbb29Tgclocalsc55cf99de9cdd8c8202a466952fa1a45<autogenerated>2"".serverConn.writeStringdH%H;aHpHY Ht
H|$xH9;uH#H\$pH$1H$H$H$H\$H$H\$H$H\$H$H\$ H$H\$(H$H\$0H$H\$8H$H\$@H$H\$HH$H$H\$xH[(HL$PHD$XHL$`H$HD$hH$Hp
    625 
    626 n
    627 *runtime.racefuncenter
    628 (runtime.racefuncexit
    629 0runtime.morestack_noctxt"".autotmp_0135type.error"".~r5type.error
    631 "".nltype.string"".sptype.string"".tagPtype.string"".hostname0type.string"".p  type."".Priority""..this$type."".serverConn6#Tgclocals3fea6be3f846a86cb48575d1ae78cac3Tgclocalsc55cf99de9cdd8c8202a466952fa1a45<autogenerated>(type..hash."".WriterdH%H;aH H\$ H$H\$(H$H<$H\$0H\$HD$HD$H\$(H$H<$EH$HD$0HD$HD$H\$(H$H<$H$HD$0HD$HD$H\$(H$H<$H$(HD$0HD$HD$H\$(H$H<$H$8HD$0HD$HD$H\$(H$H<$thH$HHD$0HD$HD$HD$H\$(H$H<$t-H$PHD$0HD$HD$HD$0HD$8H %%%Z%!%%%r/
    635 B
    636 *runtime.racefuncenter
    637 runtime.memhash
    638 runtime.strhash
    639 runtime.strhash
    640 runtime.strhash
    641 runtime.strhash
    642 runtime.memhash
    643 "runtime.interhash
    644 (runtime.racefuncexit
    645 0runtime.morestack_noctxt0@"".autotmp_0142type.uintptr"".autotmp_0141type.uintptr"".autotmp_0140type.uintptr"".autotmp_0139type.uintptr"".autotmp_0138type.uintptr"".autotmp_0137type.uintptr"".~r2 type.uintptr"".htype.uintptr"".ptype.*"".Writer@?@g Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbXprebuilts/go/linux-x86/src/log/syslog/doc.go$type..eq."".WriterdH%H;aHxH\$xH$H$H$H$H$H$HL$I(H9t$HxH$H$H$HHkHl$hHkHl$pH$H$H$HT$pH$HMHKHL$XHCHD$`H9 Hl$hH,$HT$HL$HD$\$ H$H$H$H$HHkHl$XHk Hl$`H$H$H$HL$`H$HHSHT$hHC HD$pH9SHl$XH,$HL$HT$HD$\$ (H$H$H$(H$HHk(Hl$hHk0Hl$pH$H$H$(HT$pH$HHK(HL$XHC0HD$`H9Hl$hH,$HT$HL$HD$\$ [H$H$H$8H$H,Hk8Hl$XHk@Hl$`H$H$H$8HL$`H$HHS8HT$hHC@HD$pH9Hl$XH,$HL$HT$HD$\$ H$HuH$HHHXHHHL$(HD$0H$H\$(H$HD$0LD$(A(9
    649 H$H$H\$(H$H$Hl$0]LD$(Ah9H$H$H$PH$HHkPHl$HHkXHl$PH$H$H$PHT$HH$HtbHCPHKXHL$@HD$8H9u9H$HL$HT$Hl$PHl$\$ t$Hx$HxX$Hx$Hx$HxF$Hxy3$Hxf@
    650 B
    651 *runtime.racefuncenterd
    652  runtime.raceread
    653  runtime.raceread
    654 (runtime.racefuncexit
    655  runtime.raceread
    656  runtime.raceread
    657  runtime.eqstring
    658  runtime.raceread
    659  runtime.raceread
    660  runtime.eqstring
    661  runtime.raceread
    662  runtime.raceread	
    663  runtime.eqstring
    664 
    665  runtime.raceread
    666 
    667  runtime.raceread
    669  runtime.eqstring
    671  runtime.raceread
    673  runtime.raceread
    674  runtime.raceread
    675  runtime.raceread
    676  runtime.raceread
    677  runtime.raceread
    678 runtime.ifaceeq
    679 (runtime.racefuncexit
    680 (runtime.racefuncexit
    681 (runtime.racefuncexit
    682 (runtime.racefuncexit
    683 (runtime.racefuncexit
    684 (runtime.racefuncexit
    685 (runtime.racefuncexit
    686 0runtime.morestack_noctxt0"".autotmp_0154$type."".serverConn"".autotmp_0153_$type."".serverConn"".autotmp_0152 type.*sync.Mutex"".autotmp_0151 type.*sync.Mutex"".autotmp_0150type.string"".autotmp_0149type.string"".autotmp_0148type.string"".autotmp_0147type.string"".autotmp_0146type.string"".autotmp_0145type.string"".autotmp_0144?type.string"".autotmp_0143type.string"".~r2 type.bool"".qtype.*"".Writer"".ptype.*"".Writern\ 
    688 
    689 > O^O^O^OMu:GTgclocalsaa52d274abdec77c8c6f0039727529fbTgclocalsdb7ebf6dc6b3b420076452c6f2a6bd09Xprebuilts/go/linux-x86/src/log/syslog/doc.go*type..hash."".netConndH%H;aH H\$ H$H\$(H$H<$tcH\$0H\$HD$HD$H\$(H$H<$t-H$HD$0HD$HD$HD$0HD$8H %%U
    692 B
    693 *runtime.racefuncenter
    694 runtime.memhash
    695 "runtime.interhash
    696 (runtime.racefuncexit
    697 0runtime.morestack_noctxt0@"".autotmp_0156type.uintptr"".~r2 type.uintptr"".htype.uintptr"".p type.*"".netConn@w?@! Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbXprebuilts/go/linux-x86/src/log/syslog/doc.go&type..eq."".netConndH%H;aHHH\$HH$H\$PH$H\$XH$HD$XHl$P](@8tD$`HHH$H$H\$XHHkHl$8HkHl$@H\$PH$H$HT$8H\$PHt\HCHKHL$0HD$(H9u6H$HL$HT$Hl$@Hl$\$ tD$`HHD$`HHd
    702 B
    703 *runtime.racefuncenter^
    704  runtime.racereadz
    705  runtime.raceread
    706 (runtime.racefuncexit
    707  runtime.raceread
    708  runtime.raceread
    709 runtime.ifaceeq
    710 (runtime.racefuncexit
    711 (runtime.racefuncexit
    712 0runtime.morestack_noctxt0
    713 "".autotmp_0158?type.net.Conn"".autotmp_0157type.net.Conn"".~r2 type.bool"".q type.*"".netConn"".p type.*"".netConn2N DITgclocals51af24152615272c3d9efc8538f95767Tgclocals2c78d3ad9d760b5f66e2e47be684c787Xprebuilts/go/linux-x86/src/log/syslog/doc.go4type..hash.[6]interface {}dH%H;aH(H\$(H$HT$81HD$Hl$H9}\HD$ HHHHckRHHH\$0HtEHHH$HD$8HD$HT$HD$ HHl$H9|HT$8HT$@H(C
    716 
    717 B
    718 *runtime.racefuncenter
    719 (runtime.nilinterhash
    720 (runtime.racefuncexit
    721 0runtime.morestack_noctxt0P
    722 "".autotmp_0161type.int"".autotmp_0160type.int"".~r2 type.uintptr"".htype.uintptr"".p*type.*[6]interface {}POP Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbXprebuilts/go/linux-x86/src/log/syslog/doc.go0type..eq.[6]interface {}dH%H;a/H`H\$`H$1HD$0Hl$0H9HD$8H\$pHHD$(HHH$HD$(H\$pHHHHH+Hl$PHkHl$XH\$hHHHH$HT$PH\$hHt}Hl$(HHHHKHL$HHD$@H9uLH$HL$HT$Hl$XHl$\$ t%HD$8HHl$0H9(D$xH`D$xH`|2
    726 B
    727 *runtime.racefuncenter
    728  runtime.raceread
    729  runtime.raceread
    730 runtime.efaceeq
    731 (runtime.racefuncexit
    732 (runtime.racefuncexit
    733 0runtime.morestack_noctxt0"".autotmp_0165?"type.interface {}"".autotmp_0164"type.interface {}"".autotmp_0163_type.int"".autotmp_0162Otype.int"".iotype.int"".~r2 type.bool"".q*type.*[6]interface {}"".p*type.*[6]interface {}& O_Tgclocals51af24152615272c3d9efc8538f95767Tgclocals2c78d3ad9d760b5f66e2e47be684c787Xprebuilts/go/linux-x86/src/log/syslog/doc.go4type..hash.[7]interface {}dH%H;aH(H\$(H$HT$81HD$Hl$H9}\HD$ HHHHckRHHH\$0HtEHHH$HD$8HD$HT$HD$ HHl$H9|HT$8HT$@H(C
    736 
    737 B
    738 *runtime.racefuncenter
    739 (runtime.nilinterhash
    740 (runtime.racefuncexit
    741 0runtime.morestack_noctxt0P
    742 "".autotmp_0168type.int"".autotmp_0167type.int"".~r2 type.uintptr"".htype.uintptr"".p*type.*[7]interface {}POP Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbXprebuilts/go/linux-x86/src/log/syslog/doc.go0type..eq.[7]interface {}dH%H;a/H`H\$`H$1HD$0Hl$0H9HD$8H\$pHHD$(HHH$HD$(H\$pHHHHH+Hl$PHkHl$XH\$hHHHH$HT$PH\$hHt}Hl$(HHHHKHL$HHD$@H9uLH$HL$HT$Hl$XHl$\$ t%HD$8HHl$0H9(D$xH`D$xH`|2
    746 B
    747 *runtime.racefuncenter
    748  runtime.raceread
    749  runtime.raceread
    750 runtime.efaceeq
    751 (runtime.racefuncexit
    752 (runtime.racefuncexit
    753 0runtime.morestack_noctxt0"".autotmp_0172?"type.interface {}"".autotmp_0171"type.interface {}"".autotmp_0170_type.int"".autotmp_0169Otype.int"".iotype.int"".~r2 type.bool"".q*type.*[7]interface {}"".p*type.*[7]interface {}& O_Tgclocals51af24152615272c3d9efc8538f95767Tgclocals2c78d3ad9d760b5f66e2e47be684c787Xprebuilts/go/linux-x86/src/log/syslog/doc.go(type..hash.[2]stringdH%H;aH(H\$(H$HT$81HD$Hl$H9}\HD$ HHHHckRHHH\$0HtEHHH$HD$8HD$HT$HD$ HHl$H9|HT$8HT$@H(C
    756 
    757 B
    758 *runtime.racefuncenter
    759 runtime.strhash
    760 (runtime.racefuncexit
    761 0runtime.morestack_noctxt0P
    762 "".autotmp_0175type.int"".autotmp_0174type.int"".~r2 type.uintptr"".htype.uintptr"".ptype.*[2]stringPOP Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbXprebuilts/go/linux-x86/src/log/syslog/doc.go$type..eq.[2]stringdH%H;a/H`H\$`H$1HD$0Hl$0H9HD$8H\$hHHD$(HHH$HD$(H\$hHHHHH+Hl$PHkHl$XH\$pHHHH$HT$XH\$pHt}Hl$(HHHHL$@HCHD$HH9uLHl$PH,$HT$HL$HD$\$ t%HD$8HHl$0H9(D$xH`D$xH`|2
    767 B
    768 *runtime.racefuncenter
    769  runtime.raceread
    770  runtime.raceread
    771  runtime.eqstring
    772 (runtime.racefuncexit
    773 (runtime.racefuncexit
    774 0runtime.morestack_noctxt0"".autotmp_0179?type.string"".autotmp_0178type.string"".autotmp_0177_type.int"".autotmp_0176Otype.int"".iotype.int"".~r2 type.bool"".qtype.*[2]string"".ptype.*[2]string& O_Tgclocals51af24152615272c3d9efc8538f95767Tgclocals44750c784da4dd430afdd97fea5c405aXprebuilts/go/linux-x86/src/log/syslog/doc.go(type..hash.[3]stringdH%H;aH(H\$(H$HT$81HD$Hl$H9}\HD$ HHHHckRHHH\$0HtEHHH$HD$8HD$HT$HD$ HHl$H9|HT$8HT$@H(C
    777 
    778 B
    779 *runtime.racefuncenter
    780 runtime.strhash
    781 (runtime.racefuncexit
    782 0runtime.morestack_noctxt0P
    783 "".autotmp_0182type.int"".autotmp_0181type.int"".~r2 type.uintptr"".htype.uintptr"".ptype.*[3]stringPOP Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbXprebuilts/go/linux-x86/src/log/syslog/doc.go$type..eq.[3]stringdH%H;a/H`H\$`H$1HD$0Hl$0H9HD$8H\$hHHD$(HHH$HD$(H\$hHHHHH+Hl$PHkHl$XH\$pHHHH$HT$XH\$pHt}Hl$(HHHHL$@HCHD$HH9uLHl$PH,$HT$HL$HD$\$ t%HD$8HHl$0H9(D$xH`D$xH`|2
    788 B
    789 *runtime.racefuncenter
    790  runtime.raceread
    791  runtime.raceread
    792  runtime.eqstring
    793 (runtime.racefuncexit
    794 (runtime.racefuncexit
    795 0runtime.morestack_noctxt0"".autotmp_0186?type.string"".autotmp_0185type.string"".autotmp_0184_type.int"".autotmp_0183Otype.int"".iotype.int"".~r2 type.bool"".qtype.*[3]string"".ptype.*[3]string& O_Tgclocals51af24152615272c3d9efc8538f95767Tgclocals44750c784da4dd430afdd97fea5c405aXprebuilts/go/linux-x86/src/log/syslog/doc.goTgclocalsc55cf99de9cdd8c8202a466952fa1a45  Tgclocals1155ac395f003e6351a376353f36296d  :0Bgo.itab.*errors.errorString.errorXgo.string.hdr."log/syslog: invalid priority"  Pgo.string."log/syslog: invalid priority"Pgo.string."log/syslog: invalid priority"@:log/syslog: invalid priorityTgclocalsf21022275f239fa9eb99858d4c2fd187``
    797 
 $Tgclocals3f6a0740fb8993ecdf128a65317b056d``
    799 
    800 %%%%%0Bgo.itab.*"".netConn."".serverConn2go.string.hdr."localhost"  	*go.string."localhost"*go.string."localhost" localhostTgclocals943599a4d5c23e9e74f32c4e575d5e56PP0@Tgclocals3b4e1236ea719e80701ff45d7138e020PPTgclocalsc55cf99de9cdd8c8202a466952fa1a45  Tgclocals8cf14f50ac1bf7ae2848fda35f0590ec  cTgclocals0dc5c0863204b1fb13856ad5f1b640ab((Tgclocals13f38f3d5f5ec8cec8748cea29a07c5f((Tgclocals69c1753bd5f81501d95132d08af04464Tgclocalse4b5616e5783a0b08ed3851f8c75ffed  Tgclocals69c1753bd5f81501d95132d08af04464Tgclocalse4b5616e5783a0b08ed3851f8c75ffed  Tgclocals69c1753bd5f81501d95132d08af04464Tgclocalse4b5616e5783a0b08ed3851f8c75ffed  Tgclocals69c1753bd5f81501d95132d08af04464Tgclocalse4b5616e5783a0b08ed3851f8c75ffed  Tgclocals69c1753bd5f81501d95132d08af04464Tgclocalse4b5616e5783a0b08ed3851f8c75ffed  Tgclocals69c1753bd5f81501d95132d08af04464Tgclocalse4b5616e5783a0b08ed3851f8c75ffed  Tgclocals69c1753bd5f81501d95132d08af04464Tgclocalse4b5616e5783a0b08ed3851f8c75ffed  Tgclocals69c1753bd5f81501d95132d08af04464Tgclocalse4b5616e5783a0b08ed3851f8c75ffed  Tgclocalsae0a20890c9ac6bfbea3383f34532bab  Tgclocalse005ea8c128fdd2cbe053ee4ba8a4b6e  e$go.string.hdr."\n"  go.string."\n"go.string."\n"
    805 Tgclocals796d1b08c0cd95e58df51210baa4a04a((Tgclocalse941e5b54f08eceb6bf87e68a60aef57((e>go.string.hdr."Jan _2 15:04:05"  6go.string."Jan _2 15:04:05"6go.string."Jan _2 15:04:05"  Jan _2 15:04:05Fgo.string.hdr."<%d>%s %s[%d]: %s%s"  >go.string."<%d>%s %s[%d]: %s%s">go.string."<%d>%s %s[%d]: %s%s"0(<%d>%s %s[%d]: %s%sRgo.string.hdr."2006-01-02T15:04:05Z07:00"  Jgo.string."2006-01-02T15:04:05Z07:00"Jgo.string."2006-01-02T15:04:05Z07:00"@42006-01-02T15:04:05Z07:00Lgo.string.hdr."<%d>%s %s %s[%d]: %s%s"  Dgo.string."<%d>%s %s %s[%d]: %s%s"Dgo.string."<%d>%s %s %s[%d]: %s%s"0.<%d>%s %s %s[%d]: %s%sTgclocalsfe9aff70387d515c69ea36605bb53dbb4P?S?P??@TWTTgclocals0c6c3191bd8fbc1c1fa9e50fb93b7ffehhUUUUUU
UUUUU
Tgclocals64ca935d1a2110a30e2d604686188539  Tgclocalscad14e25fd48dddd762418d02c031d67  08go.itab.*"".Writer.io.WriterTgclocals76ba437033d9f67bfb55de32d9e3f50eHH
    812 45Tgclocalsce6ac39738fc58be3343e6946e252ef5HH0go.string.hdr."unixgram"  (go.string."unixgram"(go.string."unixgram" unixgram(go.string.hdr."unix"   go.string."unix" go.string."unix"
    813 unix0go.string.hdr."/dev/log"  (go.string."/dev/log"(go.string."/dev/log" /dev/log>go.string.hdr."/var/run/syslog"  6go.string."/var/run/syslog"6go.string."/var/run/syslog"  /var/run/syslog8go.string.hdr."/var/run/log"  0go.string."/var/run/log"0go.string."/var/run/log" /var/run/logTgo.string.hdr."Unix syslog delivery error"  Lgo.string."Unix syslog delivery error"Lgo.string."Unix syslog delivery error"@6Unix syslog delivery errorTgclocals214084e2b0b4e6064d8dba668e3f5cad. PPPPPPPPPPPTgclocals0a36c9fc731031273b62298c854d8b81ppTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals33cdeccccebe80329f1fdbee7f5874cb""".statictmp_0111@type.[2]string@(go.string."unixgram"  go.string."unix"""".statictmp_0114`type.[3]string`(go.string."/dev/log" 6go.string."/var/run/syslog"@0go.string."/var/run/log"0"".initdonetype.uint8"".Newf"".New"".Dialf"".Dial."".(*Writer).connectf("".(*Writer).connect*"".(*Writer).Writef$"".(*Writer).Write*"".(*Writer).Closef$"".(*Writer).Close*"".(*Writer).Emergf$"".(*Writer).Emerg*"".(*Writer).Alertf$"".(*Writer).Alert("".(*Writer).Critf""".(*Writer).Crit&"".(*Writer).Errf "".(*Writer).Err."".(*Writer).Warningf("".(*Writer).Warning,"".(*Writer).Noticef&"".(*Writer).Notice("".(*Writer).Infof""".(*Writer).Info*"".(*Writer).Debugf$"".(*Writer).Debug:"".(*Writer).writeAndRetryf4"".(*Writer).writeAndRetry*"".(*Writer).writef$"".(*Writer).write8"".(*netConn).writeStringf2"".(*netConn).writeString,"".(*netConn).closef&"".(*netConn).close"".NewLoggerf"".NewLogger "".unixSyslogf"".unixSyslog"".initf"".init"runtime.gcbits.01@go.string.hdr."*syslog.Priority"  8go.string."*syslog.Priority"8go.string."*syslog.Priority"0"*syslog.Priority"type.*"".PriorityKR60 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*syslog.Priority"p4go.weak.type.**"".Priority"runtime.zerovalue type."".Priorityruntime.gcbits.>go.string.hdr."syslog.Priority"  6go.string."syslog.Priority"6go.string."syslog.Priority"  syslog.Priority0go.string.hdr."Priority"  (go.string."Priority"(go.string."Priority" Priority4go.string.hdr."log/syslog"  
    821 ,go.string."log/syslog",go.string."log/syslog" log/syslog"go.importpath."".  
    822 ,go.string."log/syslog" type."".Priorityre0 runtime.algarray@runtime.gcbits.P>go.string.hdr."syslog.Priority"p"type.*"".Priority"runtime.zerovalue` type."".Priority0go.string.hdr."Priority""go.importpath."". type."".PriorityTgclocalsc55cf99de9cdd8c8202a466952fa1a45  Tgclocals19b49d53e9c11805652fa4c0885cbb29  Tgclocalsc55cf99de9cdd8c8202a466952fa1a45  Tgclocals3fea6be3f846a86cb48575d1ae78cac3  
8go.string.hdr."func() error"  0go.string."func() error"0go.string."func() error" func() error"type.func() error30 runtime.algarray@"runtime.gcbits.01P8go.string.hdr."func() error"p4go.weak.type.*func() error"runtime.zerovalue"type.func() error"type.func() errortype.errorJgo.typelink.func() error	func() error"type.func() errorgo.string.hdr."func(syslog.Priority, string, string, string, string) error"  ;go.string."func(syslog.Priority, string, string, string, string) error"go.string."func(syslog.Priority, string, string, string, string) error"xfunc(syslog.Priority, string, string, string, string) errorxtype.func("".Priority, string, string, string, string) error[m30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(syslog.Priority, string, string, string, string) error"pgo.weak.type.*func("".Priority, string, string, string, string) error"runtime.zerovaluextype.func("".Priority, string, string, string, string) errorxtype.func("".Priority, string, string, string, string) error type."".Prioritytype.stringtype.stringtype.stringtype.stringtype.errorgo.typelink.func(syslog.Priority, string, string, string, string) error	func("".Priority, string, string, string, string) errorxtype.func("".Priority, string, string, string, string) errorDgo.string.hdr."*syslog.serverConn"  <go.string."*syslog.serverConn"<go.string."*syslog.serverConn"0&*syslog.serverConn&type.*"".serverConnk,60 runtime.algarray@"runtime.gcbits.01PDgo.string.hdr."*syslog.serverConn"p8go.weak.type.**"".serverConn"runtime.zerovalue$type."".serverConn"runtime.gcbits.03Bgo.string.hdr."syslog.serverConn"  :go.string."syslog.serverConn":go.string."syslog.serverConn"0$syslog.serverConn*go.string.hdr."close"  "go.string."close""go.string."close"close6go.string.hdr."writeString"  .go.string."writeString".go.string."writeString" writeString4go.string.hdr."serverConn"  
    828 ,go.string."serverConn",go.string."serverConn" serverConn$type."".serverConnb 0 runtime.algarray@"runtime.gcbits.03PBgo.string.hdr."syslog.serverConn"p&type.*"".serverConn"runtime.zerovalue$type."".serverConn*go.string.hdr."close""go.importpath.""."type.func() error6go.string.hdr."writeString""go.importpath."".xtype.func("".Priority, string, string, string, string) error`$type."".serverConn4go.string.hdr."serverConn""go.importpath."".$type."".serverConnTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsdb7ebf6dc6b3b420076452c6f2a6bd0988
    829 @0Tgclocalsaa52d274abdec77c8c6f0039727529fb880type..hashfunc."".Writer(type..hash."".Writer,type..eqfunc."".Writer$type..eq."".Writer&type..alg."".Writer  0type..hashfunc."".Writer,type..eqfunc."".Writer&runtime.gcbits.aa0c:go.string.hdr."syslog.Writer"  
2go.string."syslog.Writer"2go.string."syslog.Writer" syslog.Writer0go.string.hdr."priority"  (go.string."priority"(go.string."priority" priority&go.string.hdr."tag"  go.string."tag"go.string."tag"tag0go.string.hdr."hostname"  (go.string."hostname"(go.string."hostname" hostname.go.string.hdr."network"  &go.string."network"&go.string."network"network*go.string.hdr."raddr"  "go.string."raddr""go.string."raddr"raddr$go.string.hdr."mu"  go.string."mu"go.string."mu"mu(go.string.hdr."conn"   go.string."conn" go.string."conn"
    833 conn,go.string.hdr."Writer"  $go.string."Writer"$go.string."Writer"Writertype."".Writer``(8HP>0&type..alg."".Writer@&runtime.gcbits.aa0cP:go.string.hdr."syslog.Writer"ptype.*"".Writer"runtime.zerovaluetype."".Writer0go.string.hdr."priority""go.importpath."". type."".Priority&go.string.hdr."tag""go.importpath."".type.string0go.string.hdr."hostname""go.importpath."".type.string.go.string.hdr."network""go.importpath."".type.string*go.string.hdr."raddr""go.importpath."".type.string$go.string.hdr."mu""go.importpath."".type.sync.Mutex(go.string.hdr."conn""go.importpath."".$type."".serverConn`type."".Writer,go.string.hdr."Writer""go.importpath."".type."".Writer<go.string.hdr."*syslog.Writer"  4go.string."*syslog.Writer"4go.string."*syslog.Writer" *syslog.Writerdgo.string.hdr."func(*syslog.Writer, string) error"  "\go.string."func(*syslog.Writer, string) error"\go.string."func(*syslog.Writer, string) error"PFfunc(*syslog.Writer, string) errorFtype.func(*"".Writer, string) error
    834 +30 runtime.algarray@"runtime.gcbits.01Pdgo.string.hdr."func(*syslog.Writer, string) error"pXgo.weak.type.*func(*"".Writer, string) error"runtime.zerovalueFtype.func(*"".Writer, string) errorFtype.func(*"".Writer, string) errortype.*"".Writertype.stringtype.errorgo.typelink.func(*syslog.Writer, string) error	func(*"".Writer, string) errorFtype.func(*"".Writer, string) errorTgo.string.hdr."func(*syslog.Writer) error"  Lgo.string."func(*syslog.Writer) error"Lgo.string."func(*syslog.Writer) error"@6func(*syslog.Writer) error6type.func(*"".Writer) errorX"30 runtime.algarray@"runtime.gcbits.01PTgo.string.hdr."func(*syslog.Writer) error"pHgo.weak.type.*func(*"".Writer) error"runtime.zerovalue6type.func(*"".Writer) error6type.func(*"".Writer) errortype.*"".Writertype.errorzgo.typelink.func(*syslog.Writer) error	func(*"".Writer) error6type.func(*"".Writer) error.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.[]uint8tgo.string.hdr."func(*syslog.Writer, []uint8) (int, error)"  *lgo.string."func(*syslog.Writer, []uint8) (int, error)"lgo.string."func(*syslog.Writer, []uint8) (int, error)"`Vfunc(*syslog.Writer, []uint8) (int, error)Vtype.func(*"".Writer, []uint8) (int, error)hF30 runtime.algarray@"runtime.gcbits.01Ptgo.string.hdr."func(*syslog.Writer, []uint8) (int, error)"phgo.weak.type.*func(*"".Writer, []uint8) (int, error)"runtime.zerovalueVtype.func(*"".Writer, []uint8) (int, error)Vtype.func(*"".Writer, []uint8) (int, error)type.*"".Writertype.[]uint8type.inttype.errorgo.typelink.func(*syslog.Writer, []uint8) (int, error)	func(*"".Writer, []uint8) (int, error)Vtype.func(*"".Writer, []uint8) (int, error)go.string.hdr."func(*syslog.Writer, syslog.Priority, string) (int, error)"  :go.string."func(*syslog.Writer, syslog.Priority, string) (int, error)"go.string."func(*syslog.Writer, syslog.Priority, string) (int, error)"vfunc(*syslog.Writer, syslog.Priority, string) (int, error)ntype.func(*"".Writer, "".Priority, string) (int, error)30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*syslog.Writer, syslog.Priority, string) (int, error)"pgo.weak.type.*func(*"".Writer, "".Priority, string) (int, error)"runtime.zerovaluentype.func(*"".Writer, "".Priority, string) (int, error)ntype.func(*"".Writer, "".Priority, string) (int, error)type.*"".Writer type."".Prioritytype.stringtype.inttype.errorgo.typelink.func(*syslog.Writer, syslog.Priority, string) (int, error)	func(*"".Writer, "".Priority, string) (int, error)ntype.func(*"".Writer, "".Priority, string) (int, error)*go.string.hdr."Alert"  "go.string."Alert""go.string."Alert"AlertDgo.string.hdr."func(string) error"  <go.string."func(string) error"<go.string."func(string) error"0&func(string) error.type.func(string) errorBh30 runtime.algarray@"runtime.gcbits.01PDgo.string.hdr."func(string) error"p@go.weak.type.*func(string) error"runtime.zerovalue.type.func(string) error.type.func(string) errortype.stringtype.errorbgo.typelink.func(string) error	func(string) error.type.func(string) error*go.string.hdr."Close"  "go.string."Close""go.string."Close"Close(go.string.hdr."Crit"   go.string."Crit" go.string."Crit"
    838 Crit*go.string.hdr."Debug"  "go.string."Debug""go.string."Debug"Debug*go.string.hdr."Emerg"  "go.string."Emerg""go.string."Emerg"Emerg&go.string.hdr."Err"  go.string."Err"go.string."Err"Err(go.string.hdr."Info"   go.string."Info" go.string."Info"
    841 Info,go.string.hdr."Notice"  $go.string."Notice"$go.string."Notice"Notice.go.string.hdr."Warning"  &go.string."Warning"&go.string."Warning"Warning*go.string.hdr."Write"  "go.string."Write""go.string."Write"WriteTgo.string.hdr."func([]uint8) (int, error)"  Lgo.string."func([]uint8) (int, error)"Lgo.string."func([]uint8) (int, error)"@6func([]uint8) (int, error)>type.func([]uint8) (int, error)N4P30 runtime.algarray@"runtime.gcbits.01PTgo.string.hdr."func([]uint8) (int, error)"pPgo.weak.type.*func([]uint8) (int, error)"runtime.zerovalue>type.func([]uint8) (int, error)>type.func([]uint8) (int, error)type.[]uint8type.inttype.errorgo.typelink.func([]uint8) (int, error)	func([]uint8) (int, error)>type.func([]uint8) (int, error).go.string.hdr."connect"  &go.string."connect"&go.string."connect"connect*go.string.hdr."write"  "go.string."write""go.string."write"writetgo.string.hdr."func(syslog.Priority, string) (int, error)"  *lgo.string."func(syslog.Priority, string) (int, error)"lgo.string."func(syslog.Priority, string) (int, error)"`Vfunc(syslog.Priority, string) (int, error)Vtype.func("".Priority, string) (int, error)+30 runtime.algarray@"runtime.gcbits.01Ptgo.string.hdr."func(syslog.Priority, string) (int, error)"phgo.weak.type.*func("".Priority, string) (int, error)"runtime.zerovalueVtype.func("".Priority, string) (int, error)Vtype.func("".Priority, string) (int, error) type."".Prioritytype.stringtype.inttype.errorgo.typelink.func(syslog.Priority, string) (int, error)	func("".Priority, string) (int, error)Vtype.func("".Priority, string) (int, error):go.string.hdr."writeAndRetry"  
2go.string."writeAndRetry"2go.string."writeAndRetry" writeAndRetrytype.*"".Writer,76

0 runtime.algarray@"runtime.gcbits.01P<go.string.hdr."*syslog.Writer"p0go.weak.type.**"".Writer"runtime.zerovaluetype."".Writer`type.*"".Writertype.*"".Writer*go.string.hdr."Alert".type.func(string) errorFtype.func(*"".Writer, string) error$"".(*Writer).Alert$"".(*Writer).Alert*go.string.hdr."Close""type.func() error6type.func(*"".Writer) error$"".(*Writer).Close$"".(*Writer).Close(go.string.hdr."Crit".type.func(string) errorFtype.func(*"".Writer, string) error""".(*Writer).Crit""".(*Writer).Crit*go.string.hdr."Debug".type.func(string) errorFtype.func(*"".Writer, string) error$"".(*Writer).Debug$"".(*Writer).Debug*go.string.hdr."Emerg".type.func(string) errorFtype.func(*"".Writer, string) error$"".(*Writer).Emerg$"".(*Writer).Emerg&go.string.hdr."Err".type.func(string) errorFtype.func(*"".Writer, string) error "".(*Writer).Err "".(*Writer).Err(go.string.hdr."Info".type.func(string) errorFtype.func(*"".Writer, string) error""".(*Writer).Info""".(*Writer).Info,go.string.hdr."Notice".type.func(string) errorFtype.func(*"".Writer, string) error&"".(*Writer).Notice&"".(*Writer).Notice.go.string.hdr."Warning".type.func(string) errorFtype.func(*"".Writer, string) error("".(*Writer).Warning("".(*Writer).Warning*go.string.hdr."Write">type.func([]uint8) (int, error)	Vtype.func(*"".Writer, []uint8) (int, error)	$"".(*Writer).Write	$"".(*Writer).Write	.go.string.hdr."connect"	"go.importpath."".	"type.func() error	6type.func(*"".Writer) error	("".(*Writer).connect
    849 ("".(*Writer).connect
    850 *go.string.hdr."write"
    851 "go.importpath."".
    852 Vtype.func("".Priority, string) (int, error)
    853 ntype.func(*"".Writer, "".Priority, string) (int, error)
    854 $"".(*Writer).write
    855 $"".(*Writer).write
    856 :go.string.hdr."writeAndRetry""go.importpath."".Vtype.func("".Priority, string) (int, error)ntype.func(*"".Writer, "".Priority, string) (int, error)4"".(*Writer).writeAndRetry4"".(*Writer).writeAndRetryTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals2c78d3ad9d760b5f66e2e47be684c787  Tgclocals51af24152615272c3d9efc8538f95767  2type..hashfunc."".netConn*type..hash."".netConn.type..eqfunc."".netConn&type..eq."".netConn(type..alg."".netConn  2type..hashfunc."".netConn.type..eqfunc."".netConn>go.string.hdr."*syslog.netConn"  6go.string."*syslog.netConn"6go.string."*syslog.netConn"  *syslog.netConnVgo.string.hdr."func(*syslog.netConn) error"  Ngo.string."func(*syslog.netConn) error"Ngo.string."func(*syslog.netConn) error"@8func(*syslog.netConn) error8type.func(*"".netConn) erroru:30 runtime.algarray@"runtime.gcbits.01PVgo.string.hdr."func(*syslog.netConn) error"pJgo.weak.type.*func(*"".netConn) error"runtime.zerovalue8type.func(*"".netConn) error8type.func(*"".netConn) error type.*"".netConntype.error~go.typelink.func(*syslog.netConn) error	func(*"".netConn) error8type.func(*"".netConn) errorgo.string.hdr."func(*syslog.netConn, syslog.Priority, string, string, string, string) error"  Lgo.string."func(*syslog.netConn, syslog.Priority, string, string, string, string) error"go.string."func(*syslog.netConn, syslog.Priority, string, string, string, string) error"func(*syslog.netConn, syslog.Priority, string, string, string, string) errortype.func(*"".netConn, "".Priority, string, string, string, string) error30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*syslog.netConn, syslog.Priority, string, string, string, string) error"pgo.weak.type.*func(*"".netConn, "".Priority, string, string, string, string) error"runtime.zerovaluetype.func(*"".netConn, "".Priority, string, string, string, string) errortype.func(*"".netConn, "".Priority, string, string, string, string) error type.*"".netConn type."".Prioritytype.stringtype.stringtype.stringtype.stringtype.errorgo.typelink.func(*syslog.netConn, syslog.Priority, string, string, string, string) error	func(*"".netConn, "".Priority, string, string, string, string) errortype.func(*"".netConn, "".Priority, string, string, string, string) error type.*"".netConnL6(0 runtime.algarray@"runtime.gcbits.01P>go.string.hdr."*syslog.netConn"p2go.weak.type.**"".netConn"runtime.zerovaluetype."".netConn` type.*"".netConn type.*"".netConn*go.string.hdr."close""go.importpath.""."type.func() error8type.func(*"".netConn) error&"".(*netConn).close&"".(*netConn).close6go.string.hdr."writeString""go.importpath."".xtype.func("".Priority, string, string, string, string) errortype.func(*"".netConn, "".Priority, string, string, string, string) error2"".(*netConn).writeString2"".(*netConn).writeString"runtime.gcbits.06<go.string.hdr."syslog.netConn"  4go.string."syslog.netConn"4go.string."syslog.netConn" syslog.netConn*go.string.hdr."local"  "go.string."local""go.string."local"local.go.string.hdr."netConn"  &go.string."netConn"&go.string."netConn"netConntype."".netConn{f 0(type..alg."".netConn@"runtime.gcbits.06P<go.string.hdr."syslog.netConn"p type.*"".netConn"runtime.zerovaluetype."".netConn*go.string.hdr."local""go.importpath."".type.bool(go.string.hdr."conn""go.importpath."".type.net.Conn`type."".netConn.go.string.hdr."netConn""go.importpath."".type."".netConn8go.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 {}Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals2c78d3ad9d760b5f66e2e47be684c787  Tgclocals51af24152615272c3d9efc8538f95767  <type..hashfunc.[6]interface {}4type..hash.[6]interface {}8type..eqfunc.[6]interface {}0type..eq.[6]interface {}2type..alg.[6]interface {}  <type..hashfunc.[6]interface {}8type..eqfunc.[6]interface {}&runtime.gcbits.ff0f>go.string.hdr."[6]interface {}"  6go.string."[6]interface {}"6go.string."[6]interface {}"  [6]interface {}(type.[6]interface {}``R02type..alg.[6]interface {}@&runtime.gcbits.ff0fP>go.string.hdr."[6]interface {}"p:go.weak.type.*[6]interface {}"runtime.zerovalue"type.interface {}&type.[]interface {}Vgo.typelink.[6]interface {}	[6]interface {}(type.[6]interface {}@go.string.hdr."*[6]interface {}"  8go.string."*[6]interface {}"8go.string."*[6]interface {}"0"*[6]interface {}*type.*[6]interface {}\60 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*[6]interface {}"p<go.weak.type.**[6]interface {}"runtime.zerovalue(type.[6]interface {}Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals2c78d3ad9d760b5f66e2e47be684c787  Tgclocals51af24152615272c3d9efc8538f95767  <type..hashfunc.[7]interface {}4type..hash.[7]interface {}8type..eqfunc.[7]interface {}0type..eq.[7]interface {}2type..alg.[7]interface {}  <type..hashfunc.[7]interface {}8type..eqfunc.[7]interface {}&runtime.gcbits.ff3f?>go.string.hdr."[7]interface {}"  6go.string."[7]interface {}"6go.string."[7]interface {}"  [7]interface {}(type.[7]interface {}pp<02type..alg.[7]interface {}@&runtime.gcbits.ff3fP>go.string.hdr."[7]interface {}"p:go.weak.type.*[7]interface {}"runtime.zerovalue"type.interface {}&type.[]interface {}Vgo.typelink.[7]interface {}	[7]interface {}(type.[7]interface {}@go.string.hdr."*[7]interface {}"  8go.string."*[7]interface {}"8go.string."*[7]interface {}"0"*[7]interface {}*type.*[7]interface {}460 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*[7]interface {}"p<go.weak.type.**[7]interface {}"runtime.zerovalue(type.[7]interface {}0go.string.hdr."[]string"  (go.string."[]string"(go.string."[]string" []stringtype.[]string
    871 0 runtime.algarray@"runtime.gcbits.01P0go.string.hdr."[]string"p,go.weak.type.*[]string"runtime.zerovaluetype.string:go.typelink.[]string	[]stringtype.[]stringTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals44750c784da4dd430afdd97fea5c405a  Tgclocals51af24152615272c3d9efc8538f95767  0type..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"  
    873 ,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]stringTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals44750c784da4dd430afdd97fea5c405a  Tgclocals51af24152615272c3d9efc8538f95767  0type..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"  
    876 ,go.string."*[3]string",go.string."*[3]string" *[3]stringtype.*[3]string
    877 +60 runtime.algarray@"runtime.gcbits.01P4go.string.hdr."*[3]string"p0go.weak.type.**[3]string"runtime.zerovaluetype.[3]string.go.string.hdr."runtime"  &go.string."runtime"&go.string."runtime"runtime,go.importpath.runtime.  &go.string."runtime",go.string.hdr."errors"  $go.string."errors"$go.string."errors"errors*go.importpath.errors.  $go.string."errors"&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"
    880 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."log"  go.string."log"go.string."log"log$go.importpath.log.  go.string."log"(go.string.hdr."time"   go.string."time" go.string."time"
    881 time&go.importpath.time.   go.string."time"&go.string.hdr."net"  go.string."net"go.string."net"net$go.importpath.net.  go.string."net".go.string.hdr."strings"  &go.string."strings"&go.string."strings"strings,go.importpath.strings.  &go.string."strings","".serverConn.closef&"".serverConn.close8"".serverConn.writeStringf2"".serverConn.writeString.type..hash."".Writerf(type..hash."".Writer*type..eq."".Writerf$type..eq."".Writer0type..hash."".netConnf*type..hash."".netConn,type..eq."".netConnf&type..eq."".netConn:type..hash.[6]interface {}f4type..hash.[6]interface {}6type..eq.[6]interface {}f0type..eq.[6]interface {}:type..hash.[7]interface {}f4type..hash.[7]interface {}6type..eq.[7]interface {}f0type..eq.[7]interface {}.type..hash.[2]stringf(type..hash.[2]string*type..eq.[2]stringf$type..eq.[2]string.type..hash.[3]stringf(type..hash.[3]string*type..eq.[3]stringf$type..eq.[3]string"runtime.zerovaluego13ld