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 "4641a2f3e834b9e1b4a76e94362926befcc946be"
      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     76544     `
    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;avuHP11H\$xH$1H$H\$1H\$H\$H\$XH\$ H\$`H\$(H\$hH\$0HT$8HL$@HD$HHT$pHL$xH$HPr
    167 
    168 "".Dial
    169 0runtime.morestack_noctxt`"".err@type.error"".w0type.*"".Writer"".tagtype.string"".priority type."".Priorityp$`
    174 Y7Tgclocals829d8fcb01908ea01565408e3bde2522Tgclocals33cdeccccebe80329f1fdbee7f5874cb^prebuilts/go/linux-x86/src/log/syslog/syslog.go"".DialdH%HD$H;AHH$H$1H$H$HH=H$Hu,HH=uH+H$HkH$H$H\$XH\$H\$`HH$H|$HH1H$H)HL$(H$HiH$=HiHl$`Hi Hl$X=HiH$Hi0H$=MHi(H$Hi@H$=Hi8HL$ H$H<$H$HH\$ H\$H|$HD$H$HHD$H\$ H$HL$HT$Ht4H$HL$hH$HT$pH$HH\$ H$HL$hH$HT$pH$HH%8%LA8L$Hl$HL$(LA(L$Hl$HL$(LAL$Hl$HL$(ZLAL$Hl$HL$(HH\$HHD$P1H\$8H\$@HH$HL$HL$0Hl$PHiHl$H=H)HL$0H
1H9tFHT$0HL$xH$H$HL$8H$HT$@H$HHH$HH\$HH\$HL$H$Hl$HL$0`F
    182 os.Argsos.Args
    183 os.Hostnametype."".Writer
    184 "runtime.newobject
    185  runtime.duffzero6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled
    186 $sync.(*Mutex).Lock.sync.(*Mutex).Unlockf
    187 "runtime.deferproc
    188 ("".(*Writer).connect
    189 &runtime.deferreturn	
    190 &runtime.deferreturn	
    191 &runtime.deferreturn
    192 
    193 .runtime.writebarrierptr
    194 
    195 .runtime.writebarrierptr
    197 .runtime.writebarrierptr
    199 .runtime.writebarrierptr
    201 $runtime.panicindexPgo.string."log/syslog: invalid priority".type.errors.errorString
    205 "runtime.newobject
6runtime.writeBarrierEnabled
Bgo.itab.*errors.errorString.error
    208 &runtime.deferreturn0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error
    209  runtime.typ2Itab
    210 .runtime.writebarrierptr
    211 0runtime.morestack_noctxt"".autotmp_0006type.*"".Writer"".autotmp_0004type.error"".autotmp_00030type.*errors.errorString"".autotmp_00020type.*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@4
TXE,=45[
6#K;	vT3x11Tgclocalscf4abebda0b9212cded89097f94170eaTgclocals099ab8a803c7e5b2b86065640a5da2ea^prebuilts/go/linux-x86/src/log/syslog/syslog.go("".(*Writer).connect
dH%HD$H;AHH$11H$H$HhPHt.HHPHhXHl$`H,$HL$XHY H$1HhPHhXHX0HH$H$HD$H\$H$H\$H$Ht\HL$XHJPHD$`=u)HBXHZ HuH-HjHB 	HLBXL$HD$H$1H\$HH\$PHX(HH$HKHL$HX8H|$HHHKHOH\$ H\$HH\$(H\$PHD$0H\$8H$H$HdHH$HD$1@(HhHhHD$@Hl$HHhHl$P=?HhHD$@H1H9HL$@H$HHD$XHCPHL$`=HKXH$H[ HH\$PH$H\$HH[(HL$HD$H$H$HL$xHY(HL$HD$H$Ht7HD$pHC HL$h=u	HKNLCL$HL$7LCXL$HL$K%HH$HH\$HH\$HD$L@L$Hl$HD$@.
    229 
    230 "".unixSyslog6runtime.writeBarrierEnabled*go.string."localhost"
    231 .runtime.writebarrierptr
    232 net.Dialtype."".netConn
    233 "runtime.newobject6runtime.writeBarrierEnabledBgo.itab.*"".netConn."".serverConn6runtime.writeBarrierEnabled		
    234 6runtime.writeBarrierEnabled
    235 
    236 .runtime.writebarrierptr
    238 .runtime.writebarrierptr type.*"".netConn$type."".serverConnBgo.itab.*"".netConn."".serverConn
    243  runtime.typ2Itab
    245 .runtime.writebarrierptr
    247 0runtime.morestack_noctxt0"".autotmp_0012 type.*"".netConn"".autotmp_0011$type."".serverConn"".autotmp_0010?type.string"".autotmp_0009type.net.Addr"".autotmp_0008 type.*"".netConn"".ctype.net.Conn"".errtype.error"".wtype.*"".Writern;
    249 $
    250 Q
    251 
    252 VhU(_JH4CTgclocalsee10a820851092bf95788560bf5ba474Tgclocals5d9fc64f8bd0c50ace14054f9b31fd08^prebuilts/go/linux-x86/src/log/syslog/syslog.go$"".(*Writer).WritedH%H;aH81H\$hH\$pH$H\$HH\$H\$PH\$H\$XH\$HD$@H\$ H|$HHHKHOH$H(Hl$HT$ HL$(HD$0HT$`HL$hHD$pH8W
    256 
    257 2runtime.slicebytetostring
    258 4"".(*Writer).writeAndRetry
    259 0runtime.morestack_noctxtpp"".~r2Ptype.error"".~r1@type.int"".btype.[]uint8"".wtype.*"".Writerpop#|
    262 IgTgclocalsb60dc0a6046c556b02baa766a3fd5a27Tgclocals33cdeccccebe80329f1fdbee7f5874cb^prebuilts/go/linux-x86/src/log/syslog/syslog.go$"".(*Writer).ClosedH%H;aH81H\$HH\$PH\$@H$H<$H$HH\$@H\$H|$HD$H$HHD$HL$@uxHiPHtWHHIPHkXHl$0H,$HL$(HY HT$HL$H\$@1HkPHkXHT$HT$HHL$ HL$PH81H\$HH\$PH8H8%I%
    264 z
    265 $sync.(*Mutex).Lock.sync.(*Mutex).Unlockf
    266 "runtime.deferproc
    267 &runtime.deferreturn
    268 &runtime.deferreturn
    269 &runtime.deferreturn
    270 0runtime.morestack_noctxt0p"".err?type.error"".~r0type.error"".wtype.*"".Writer$popop
    273 op.0#>
    274 )
<j/[Tgclocalscad14e25fd48dddd762418d02c031d67Tgclocals64ca935d1a2110a30e2d604686188539^prebuilts/go/linux-x86/src/log/syslog/syslog.go$"".(*Writer).EmergdH%H;avVH811H\$XH\$`H\$@H$HD$H\$HH\$H\$PH\$H\$(H\$XH\$0H\$`H8
    278 
    279 4"".(*Writer).writeAndRetry
    280 0runtime.morestack_noctxtPp"".err0type.error"".mtype.string"".wtype.*"".WriterpQopp!?
    284 G)Tgclocals1347047f6245a35b91e9a4f213167d52Tgclocals33cdeccccebe80329f1fdbee7f5874cb^prebuilts/go/linux-x86/src/log/syslog/syslog.go$"".(*Writer).AlertdH%H;avVH811H\$XH\$`H\$@H$HD$H\$HH\$H\$PH\$H\$(H\$XH\$0H\$`H8
    286 
    287 4"".(*Writer).writeAndRetry
    288 0runtime.morestack_noctxtPp"".err0type.error"".mtype.string"".wtype.*"".WriterpQopp!?
    292 G)Tgclocals1347047f6245a35b91e9a4f213167d52Tgclocals33cdeccccebe80329f1fdbee7f5874cb^prebuilts/go/linux-x86/src/log/syslog/syslog.go""".(*Writer).CritdH%H;avVH811H\$XH\$`H\$@H$HD$H\$HH\$H\$PH\$H\$(H\$XH\$0H\$`H8
    294 
    295 4"".(*Writer).writeAndRetry
    296 0runtime.morestack_noctxtPp"".err0type.error"".mtype.string"".wtype.*"".WriterpQopp!?
    300 G)Tgclocals1347047f6245a35b91e9a4f213167d52Tgclocals33cdeccccebe80329f1fdbee7f5874cb^prebuilts/go/linux-x86/src/log/syslog/syslog.go "".(*Writer).ErrdH%H;avVH811H\$XH\$`H\$@H$HD$H\$HH\$H\$PH\$H\$(H\$XH\$0H\$`H8
    302 
    303 4"".(*Writer).writeAndRetry
    304 0runtime.morestack_noctxtPp"".err0type.error"".mtype.string"".wtype.*"".WriterpQopp!?
    308 G)Tgclocals1347047f6245a35b91e9a4f213167d52Tgclocals33cdeccccebe80329f1fdbee7f5874cb^prebuilts/go/linux-x86/src/log/syslog/syslog.go("".(*Writer).WarningdH%H;avVH811H\$XH\$`H\$@H$HD$H\$HH\$H\$PH\$H\$(H\$XH\$0H\$`H8
    310 
    311 4"".(*Writer).writeAndRetry
    312 0runtime.morestack_noctxtPp"".err0type.error"".mtype.string"".wtype.*"".WriterpQopp!?
    316 G)Tgclocals1347047f6245a35b91e9a4f213167d52Tgclocals33cdeccccebe80329f1fdbee7f5874cb^prebuilts/go/linux-x86/src/log/syslog/syslog.go&"".(*Writer).NoticedH%H;avVH811H\$XH\$`H\$@H$HD$H\$HH\$H\$PH\$H\$(H\$XH\$0H\$`H8
    318 
    319 4"".(*Writer).writeAndRetry
    320 0runtime.morestack_noctxtPp"".err0type.error"".mtype.string"".wtype.*"".WriterpQopp!?
    324 G)Tgclocals1347047f6245a35b91e9a4f213167d52Tgclocals33cdeccccebe80329f1fdbee7f5874cb^prebuilts/go/linux-x86/src/log/syslog/syslog.go""".(*Writer).InfodH%H;avVH811H\$XH\$`H\$@H$HD$H\$HH\$H\$PH\$H\$(H\$XH\$0H\$`H8
    326 
    327 4"".(*Writer).writeAndRetry
    328 0runtime.morestack_noctxtPp"".err0type.error"".mtype.string"".wtype.*"".WriterpQopp!?
    332 G)Tgclocals1347047f6245a35b91e9a4f213167d52Tgclocals33cdeccccebe80329f1fdbee7f5874cb^prebuilts/go/linux-x86/src/log/syslog/syslog.go$"".(*Writer).DebugdH%H;avVH811H\$XH\$`H\$@H$HD$H\$HH\$H\$PH\$H\$(H\$XH\$0H\$`H8
    334 
    335 4"".(*Writer).writeAndRetry
    336 0runtime.morestack_noctxtPp"".err0type.error"".mtype.string"".wtype.*"".WriterpQopp!?
    340 G)Tgclocals1347047f6245a35b91e9a4f213167d52Tgclocals33cdeccccebe80329f1fdbee7f5874cb^prebuilts/go/linux-x86/src/log/syslog/syslog.go4"".(*Writer).writeAndRetrydH%H;aHpHD$xH$1H$H$HH$HHH	H\$8H$H<$H$HH\$xH\$H|$mHD$H$HHD$Ht$x6HnPHttH4$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%%[
    342 
    343 $sync.(*Mutex).Lock.sync.(*Mutex).Unlockf
    344 "runtime.deferproc
    345 $"".(*Writer).write
    346 &runtime.deferreturn
    347 ("".(*Writer).connect
    348 &runtime.deferreturn
    349 $"".(*Writer).write
    350 &runtime.deferreturn
    351 &runtime.deferreturn
    352 0runtime.morestack_noctxtp"".autotmp_0021type.error"".err?type.error"".err_type.error
    355 "".pro type."".Priority"".~r3Ptype.error"".~r2@type.int"".s type.string"".p type."".Priority"".wtype.*"".Writer>Im
    358 ,8:B
    359 Q##'n"lyA;86BTgclocalse005ea8c128fdd2cbe053ee4ba8a4b6eTgclocalsae0a20890c9ac6bfbea3383f34532bab^prebuilts/go/linux-x86/src/log/syslog/syslog.go$"".(*Writer).writedH%HD$H;AHL$1H$H$1H$H$H$H|$`H$H5Ht$pHHL$hHD$xH9HH)HH9xH)IHtMH9XL$L$H$Hl$Ht$HD$L$\$ H<uHH$H$IIQPIiXH$H\$IYH|$HHHKHOIYH|$ HHHKHOH$H\$0H$H\$8H$H\$@H$H\$HH$H,$H$HZ(HD$PHL$XHt$H$H$H$HH$H$1H$H$HA	11
    365 go.string."\n"
    366  runtime.eqstringgo.string."\n"
    367 $runtime.panicslice
    368 0runtime.morestack_noctxtp"".autotmp_0028type.int"".autotmp_0027type.string"strings.suffix3type.stringstrings.s2type.string
    369 "".nl_type.string"".~r3Ptype.error"".~r2@type.int"".msg type.string"".p type."".Priority"".wtype.*"".Writer&)/49$
    373 *
Tgclocalse74bd51a6d9e1587439df65818ced129Tgclocals4d456d263a0e58ecf647ec8c209ae761^prebuilts/go/linux-x86/src/log/syslog/syslog.go2"".(*netConn).writeString))dH%H$H;A'
    376 H1H$8H$@H$]H$L$HD$H$H$$L$H$HD$HH\$HD$ HL$(HD$0H$H\$XHL$`H$HD$hH$H$H$H$H$H$H\$PH$H$H$ H$H$(H$H$0H$H$1H$HH$H$H$HH$H\$XH\$HD$HL$HD$ H$H$HH$=HCHH$H$H\$HD$HL$HD$ H$HH$HH$=HCHH$H$H\$HD$HL$HD$ H$H H$HH$=HCHH$H\$PH\$HD$HL$HD$ H$H0H$HH$=HCHH$H$H\$HD$HL$HD$ H$H@H$HH$=3HCHH$H$H\$HD$HL$HD$ H$HPH$HH$=HCHH$H$HH^H|$HHHKHOH\$HH$HKHL$HH\$HD$H$H\$ H$H\$(H$H\$0HL$@HD$HH$8H$@HeLCL$HD$1LCL$HD$LCL$HD$CLCL$HD$LCL$HD$XLCL$HD$aH$L$HD$H$H$$L$H$HD$HH\$HD$ HL$(HD$0H$H\$XHL$pH$HD$xH$H$H$H$H$H$H$H$H$H$H\$PH$H$H$ H$H$(H$H$0H$H$p1HH$pHH$H$H$HH$H\$XH\$HD$HL$HD$ H$H$HH$=HCHH$H$H\$HD$HL$HD$ H$HH$HH$=HCHH$H$H\$HD$HL$HD$ H$H H$HH$=HCHH$H$H\$HD$HL$HD$ H$H0H$HH$=HCHH$H\$PH\$HD$HL$HD$ H$H@H$HH$=HCHH$H$H\$HD$HL$HD$ H$HPH$HH$=3HCHH$H$H\$HD$HL$HD$ H$H`H$HH$=HCHH$H$HH^H|$HHHKHOH\$HH$HKHL$HH\$HD$H$H\$ H$H\$(H$H\$0HL$@HD$HH$8H$@HeLCL$HD$1LCL$HD$LCL$HD$CLCL$HD$LCL$HD$XLCL$HD$LCL$HD$j
    398 
    399 time.Now6go.string."Jan _2 15:04:05"
    400  time.Time.Format
    401 os.Getpid
    402  runtime.duffzero type."".Priority
    403 runtime.convT2E6runtime.writeBarrierEnabledtype.string
    404 runtime.convT2E6runtime.writeBarrierEnabledtype.string	
    405 runtime.convT2E
    406 6runtime.writeBarrierEnabled
    407 type.int
    408 
    409 runtime.convT2E6runtime.writeBarrierEnabledtype.string
    413 runtime.convT2E
6runtime.writeBarrierEnabled
type.string
    417 runtime.convT2E6runtime.writeBarrierEnabledtype.io.Writer
    418 runtime.convI2I>go.string."<%d>%s %s[%d]: %s%s"
    419 fmt.Fprintf
    420 .runtime.writebarrierptr
    421 .runtime.writebarrierptr
    422 .runtime.writebarrierptr
    423 .runtime.writebarrierptr
    424 .runtime.writebarrierptr
    425 .runtime.writebarrierptr
    426 time.NowJgo.string."2006-01-02T15:04:05Z07:00"
    427  time.Time.Format
    428 os.Getpid
    429  runtime.duffzero type."".Priority
    430 runtime.convT2E6runtime.writeBarrierEnabledtype.string
    431 runtime.convT2E6runtime.writeBarrierEnabledtype.string
    432 runtime.convT2E6runtime.writeBarrierEnabledtype.string
    433 runtime.convT2E6runtime.writeBarrierEnabledtype.int
    434 runtime.convT2E 6runtime.writeBarrierEnabled type.string!
    435 runtime.convT2E!6runtime.writeBarrierEnabled"type.string"
    436 runtime.convT2E#6runtime.writeBarrierEnabled#type.io.Writer$
    437 runtime.convI2I$Dgo.string."<%d>%s %s %s[%d]: %s%s"%
    438 fmt.Fprintf&
    439 .runtime.writebarrierptr&
    440 .runtime.writebarrierptr'
    441 .runtime.writebarrierptr'
    442 .runtime.writebarrierptr(
    443 .runtime.writebarrierptr(
    444 .runtime.writebarrierptr(
    445 .runtime.writebarrierptr)
    446 0runtime.morestack_noctxtR"".autotmp_0066"type.interface {}"".autotmp_0065"type.interface {}"".autotmp_0064"type.interface {}"".autotmp_0063"type.interface {}"".autotmp_0062"type.interface {}"".autotmp_0061"type.interface {}"".autotmp_0060"type.interface {}"".autotmp_0059(type.[7]interface {}"".autotmp_0056&type.[]interface {}"".autotmp_0055"type.interface {}"".autotmp_0054"type.interface {}"".autotmp_0053"type.interface {}"".autotmp_0052"type.interface {}"".autotmp_0051"type.interface {}"".autotmp_0050"type.interface {}"".autotmp_0049(type.[6]interface {}"".autotmp_0046&type.[]interface {}"".autotmp_0045type.string"".autotmp_0044type.string"".autotmp_0043type.int"".autotmp_0042type.string"".autotmp_0041type.string"".autotmp_0040type.string"".autotmp_0039 type."".Priority"".autotmp_0038type.time.Time"".autotmp_0037type.string"".autotmp_0036type.string"".autotmp_0035type.int"".autotmp_0034type.string"".autotmp_0033type.string"".autotmp_0032 type."".Priority"".autotmp_0031type.time.Time"".timestamptype.string"".timestamptype.string"".~r5type.error
    448 "".nltype.string"".msg`type.string"".tag@type.string"".hostname type.string"".p type."".Priority"".n type.*"".netConn*"
    451 4ZG4[
    452 ..Zg4[
    453 .E>I;;Tgclocalsd08d7e7f5de35e0efa5fe63081130b55Tgclocals99f98530892a43915f6297008e146353^prebuilts/go/linux-x86/src/log/syslog/syslog.go&"".(*netConn).closedH%H;avTH(1H\$8H\$@H\$0Ht5HKHkHl$ H,$HL$HY HL$HD$HL$8HD$@H(
    455 
    456 0runtime.morestack_noctxt0P"".~r0type.error"".n type.*"".netConnPKOPpD
    459 D,Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals23e8278e2b69a3a75fa59b23c49ed6ad^prebuilts/go/linux-x86/src/log/syslog/syslog.go"".NewLoggerdH%HD$H;AH1H$H$H$H$1H\$H\$HL$HD$ HT$(HT$pHD$hHt$H$H$H$HHL$@H1H9HL$@HD$xHD$XH$HL$`1H\$HH\$PH$H\$0HH$HL$HH1HHL$8Hl$XHi Hl$`=ucHi(Hl$PHiHl$H=u/HiHl$0HiH$1H$H$HLAL$Hl$HL$8LA(L$Hl$HL$8VHH$HH\$HH\$HD$
    461 
    462 "".New8go.itab.*"".Writer.io.Writertype.log.Logger
    464 "runtime.newobject
    465  runtime.duffzero6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled
    466 .runtime.writebarrierptr
    467 .runtime.writebarrierptrtype.*"".Writertype.io.Writer8go.itab.*"".Writer.io.Writer
    468  runtime.typ2Itab
    469 0runtime.morestack_noctxtP"".autotmp_0073 type.*log.Logger"".autotmp_0072 type.*log.Logger"".autotmp_0070type.io.Writer"".autotmp_0069type.*"".Writerlog.flag4type.intlog.prefix3type.stringlog.out2_type.io.Writer"".err?type.error"".~r30type.error"".~r2  type.*log.Logger"".logFlagtype.int"".p type."".Priority(q11$	I6$Tgclocals26ea3850d57530f636e7d0cb2559d80cTgclocals85b0f653f20ae35c96bb800c4b394d61^prebuilts/go/linux-x86/src/log/syslog/syslog.go"".unixSyslogdH%H$H;ASH111H$H$1H$H$H$PH-H)H-HiH-HiH-HiHHH$pH-H(H-HhH-HhH-HhH-Hh H-Hh(H$H$H$H$H$H$H$H1H$@Ht$PH$8HHl$PH9bHt$xHHHnH|$XH$H$H$H$H$H$H$H$01H$(HD$@H$ HHl$@H9HD$pHHHhHL$HH$H$H$H$H$H\$H$HT$H$Hl$H|$XHt$xH\$ H$H\$(H$HD$0H\$8H$H$H$HD$pHL$HHHHl$@H96HHHl$PH9HH$H$1H$H$HH$HD$HD$`H$HhH$=utH(HD$`H1H9t/HL$`1H$H$H$H$HHH$HH\$HH\$HD$H$Hl$HD$`wHH$HD$HD$hH$HhH$=uHhH@(HD$hH1H9t/HL$hH$H$1H$H$HHH$HH\$HH\$HD$L@L$Hl$HD$hig@
    475 """.statictmp_0079""".statictmp_0079 """.statictmp_00790""".statictmp_0079""".statictmp_0082""".statictmp_0082 """.statictmp_00820""".statictmp_0082@""".statictmp_0082P""".statictmp_0082
    476 net.Dial
    477 Lgo.string."Unix syslog delivery error".type.errors.errorString
    480 "runtime.newobject6runtime.writeBarrierEnabledBgo.itab.*errors.errorString.error
0type.*errors.errorString
type.error
Bgo.itab.*errors.errorString.error
    487  runtime.typ2Itab
    488 .runtime.writebarrierptrtype."".netConn
    489 "runtime.newobject6runtime.writeBarrierEnabledBgo.itab.*"".netConn."".serverConn type.*"".netConn$type."".serverConnBgo.itab.*"".netConn."".serverConn
    490  runtime.typ2Itab
    491 .runtime.writebarrierptr
    492 0runtime.morestack_noctxt@8"".autotmp_0099type.error"".autotmp_0098type.*uint8"".autotmp_00960type.*errors.errorString"".autotmp_0093 type.*"".netConn"".autotmp_0092type.string"".autotmp_0091type.*string"".autotmp_0090type.int"".autotmp_0089type.int"".autotmp_0088type.string"".autotmp_0087type.*string"".autotmp_0086type.int"".autotmp_0085type.int"".autotmp_0084_type.[3]string"".autotmp_0081type.[2]string"".autotmp_00780type.*errors.errorString"".autotmp_0077 type.*"".netConn"".autotmp_0076type.[]string"".autotmp_0075type.[]string"".~r0type.errorerrors.text2type.string"".errtype.error"".conntype.net.Conn"".pathtype.string"".networktype.string"".logPathstype.[]string"".logTypestype.[]string"".err type.error"".conn$type."".serverConn("k	@$JAisn	"/HTgclocals45fc912e908bd82a3e80d7be34d17d5dTgclocalsc8fe0292284ea99a1629e671c37fb254hprebuilts/go/linux-x86/src/log/syslog/syslog_unix.go"".initdH%H;avRtu
    498 $"".initdone<"".initdoneR
    499 "runtime.throwinitb"".initdonen
    500 fmt.initx
    501 log.init
    502 net.init
    503 os.init
    504 strings.init
    505 sync.init
    506 time.init"".initdone
    507 0runtime.morestack_noctxtpp@p
    508 (HTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals33cdeccccebe80329f1fdbee7f5874cbhprebuilts/go/linux-x86/src/log/syslog/syslog_unix.go&"".serverConn.closedH%H;avSHHY Ht
H|$ H9;uH#1H\$0H\$8H\$(H$H\$ H[ HL$HD$HL$0HD$8H
    511 
    512 0runtime.morestack_noctxt@0"".~r0 type.error""..this$type."".serverConn0N/0pp
    514 G)Tgclocals0ebb2d1da58c1b4224bf5a7b370d7578Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>2"".serverConn.writeStringdH%H;aH`HY Ht
H|$hH9;uH#1H$H$H\$xH\$H$H\$H$H\$H$H\$ H$H\$(H$H\$0H$H\$8H$H\$@H$H\$HH\$pH$H\$hH[(HL$PHD$XH$H$H`
    517 
    518 0runtime.morestack_noctxt"".~r5type.error
    520 "".nltype.string"".sptype.string"".tagPtype.string"".hostname0type.string"".p  type."".Priority""..this$type."".serverConn-Tgclocalscd37d46306c462b5bb27f23da3da06f7Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>(type..hash."".WriterdH%H;aH H\$(H$H<$xH\$0H\$HD$HD$H\$(H$H<$;H$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<$t^H$HHD$0HD$HD$HD$H\$(H$H<$t#H$PHD$0HD$H\$H\$8H %%%d%+%%%|G
    525 ~
    526 runtime.memhash
    527 runtime.strhash
    528 runtime.strhash
    529 runtime.strhash
    530 runtime.strhash
    531 runtime.memhash
    532 "runtime.interhash
    533 0runtime.morestack_noctxt0@"".~r2 type.uintptr"".htype.uintptr"".ptype.*"".Writer@?@_>Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbXprebuilts/go/linux-x86/src/log/syslog/doc.go$type..eq."".WriterdH%H;aHhHL$pHD$xHH(H9t
$HhHqHIHPH@H9Ht$XH4$HL$`HL$HT$HHT$HD$PHD$\$ bH\$pHLHSHC H\$xH.HsHK H9HT$HH$HD$PHD$Ht$XHt$HL$`HL$\$ H\$pHHs(HK0H\$xHHS(HC0H9Ht$XH4$HL$`HL$HT$HHT$HD$PHD$\$ JH\$pH4HS8HC@H\$xHHs8HK@H9HT$HH$HD$PHD$Ht$XHt$HL$`HL$H|$pHT$x\$ HHHHHHHH(9uoYh9ueHJPHrXHGPHWXH9uCHD$(H$HT$0HT$HL$8HL$Ht$@Ht$\$ t
$Hh$Hh$HhqY$Hh$HhW9$Hh$Hh
    541 
    542  runtime.eqstring
    543  runtime.eqstring
    544  runtime.eqstring
    545  runtime.eqstring	
    546 runtime.ifaceeq
    548 0runtime.morestack_noctxt0"".autotmp_0115$type."".serverConn"".autotmp_0114_$type."".serverConn"".autotmp_0111type.string"".autotmp_0110type.string"".autotmp_0109type.string"".autotmp_0108type.string"".autotmp_0107type.string"".autotmp_0106type.string"".autotmp_0105?type.string"".autotmp_0104type.string"".~r2 type.bool"".qtype.*"".Writer"".ptype.*"".Writern!yTgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocals895d0569a38a56443b84805daa09d838Xprebuilts/go/linux-x86/src/log/syslog/doc.go*type..hash."".netConndH%H;avvH H\$(H$H<$tYH\$0H\$HD$HD$H\$(H$H<$t#H$HD$0HD$H\$H\$8H %%q
    554 n
    555 runtime.memhash
    556 "runtime.interhash
    557 0runtime.morestack_noctxt0@"".~r2 type.uintptr"".htype.uintptr"".p type.*"".netConn@_?@
    559 6ZTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbXprebuilts/go/linux-x86/src/log/syslog/doc.go&type..eq."".netConndH%H;aHHHT$PHD$X(@8t
    561 D$`HHHHHpHBHRH9u@HD$(H$HT$0HT$HL$8HL$Ht$@Ht$\$ t
    562 D$`HHD$`HHa
    563 
    564 runtime.ifaceeq
    565 0runtime.morestack_noctxt0
    566 "".autotmp_0117?type.net.Conn"".autotmp_0116type.net.Conn"".~r2 type.bool"".q type.*"".netConn"".p type.*"".netConn0T	
    569 r.Tgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Xprebuilts/go/linux-x86/src/log/syslog/doc.go4type..hash.[6]interface {}dH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([
    571 
    572 (runtime.nilinterhash
    573 0runtime.morestack_noctxt0P
    574 "".autotmp_0119type.int"".autotmp_0118type.int"".~r2 type.uintptr"".htype.uintptr"".p*type.*[6]interface {}POP
    576 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbXprebuilts/go/linux-x86/src/log/syslog/doc.go0type..eq.[6]interface {}dH%H;aHX1HD$(Hl$(H9HD$0H\$hHHHHHHsH\$`HtvHHHHHSH9uVHD$8H$HT$@HT$HL$HHL$Ht$PHt$\$ t HD$0HHl$(H9nD$pHXD$pHXc
    579 
    580 runtime.efaceeq
    581 0runtime.morestack_noctxt0"".autotmp_0123?"type.interface {}"".autotmp_0122"type.interface {}"".autotmp_0121_type.int"".autotmp_0120Otype.int"".~r2 type.bool"".q*type.*[6]interface {}"".p*type.*[6]interface {}&	STgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Xprebuilts/go/linux-x86/src/log/syslog/doc.go4type..hash.[7]interface {}dH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([
    585 
    586 (runtime.nilinterhash
    587 0runtime.morestack_noctxt0P
    588 "".autotmp_0125type.int"".autotmp_0124type.int"".~r2 type.uintptr"".htype.uintptr"".p*type.*[7]interface {}POP
    590 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbXprebuilts/go/linux-x86/src/log/syslog/doc.go0type..eq.[7]interface {}dH%H;aHX1HD$(Hl$(H9HD$0H\$hHHHHHHsH\$`HtvHHHHHSH9uVHD$8H$HT$@HT$HL$HHL$Ht$PHt$\$ t HD$0HHl$(H9nD$pHXD$pHXc
    593 
    594 runtime.efaceeq
    595 0runtime.morestack_noctxt0"".autotmp_0129?"type.interface {}"".autotmp_0128"type.interface {}"".autotmp_0127_type.int"".autotmp_0126Otype.int"".~r2 type.bool"".q*type.*[7]interface {}"".p*type.*[7]interface {}&	STgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Xprebuilts/go/linux-x86/src/log/syslog/doc.go(type..hash.[2]stringdH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([
    599 
    600 runtime.strhash
    601 0runtime.morestack_noctxt0P
    602 "".autotmp_0131type.int"".autotmp_0130type.int"".~r2 type.uintptr"".htype.uintptr"".ptype.*[2]stringPOP
    604 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbXprebuilts/go/linux-x86/src/log/syslog/doc.go$type..eq.[2]stringdH%H;aHX1HD$(Hl$(H9HD$0H\$`HHHHH3HKH\$hHtvHHHHHCH9uVHt$HH4$HL$PHL$HT$8HT$HD$@HD$\$ t HD$0HHl$(H9nD$pHXD$pHXc
    606 
    607  runtime.eqstring
    608 0runtime.morestack_noctxt0"".autotmp_0135?type.string"".autotmp_0134type.string"".autotmp_0133_type.int"".autotmp_0132Otype.int"".~r2 type.bool"".qtype.*[2]string"".ptype.*[2]string&	STgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Xprebuilts/go/linux-x86/src/log/syslog/doc.go(type..hash.[3]stringdH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([
    612 
    613 runtime.strhash
    614 0runtime.morestack_noctxt0P
    615 "".autotmp_0137type.int"".autotmp_0136type.int"".~r2 type.uintptr"".htype.uintptr"".ptype.*[3]stringPOP
    617 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbXprebuilts/go/linux-x86/src/log/syslog/doc.go$type..eq.[3]stringdH%H;aHX1HD$(Hl$(H9HD$0H\$`HHHHH3HKH\$hHtvHHHHHCH9uVHt$HH4$HL$PHL$HT$8HT$HD$@HD$\$ t HD$0HHl$(H9nD$pHXD$pHXc
    619 
    620  runtime.eqstring
    621 0runtime.morestack_noctxt0"".autotmp_0141?type.string"".autotmp_0140type.string"".autotmp_0139_type.int"".autotmp_0138Otype.int"".~r2 type.bool"".qtype.*[3]string"".ptype.*[3]string&	STgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Xprebuilts/go/linux-x86/src/log/syslog/doc.goTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals829d8fcb01908ea01565408e3bde25220Bgo.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 priorityTgclocals099ab8a803c7e5b2b86065640a5da2eaXX	
 Tgclocalscf4abebda0b9212cded89097f94170eaXX	
    625 %%%%0Bgo.itab.*"".netConn."".serverConn2go.string.hdr."localhost"  	*go.string."localhost"*go.string."localhost" localhostTgclocals5d9fc64f8bd0c50ace14054f9b31fd0800	Tgclocalsee10a820851092bf95788560bf5ba47400Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocalsb60dc0a6046c556b02baa766a3fd5a27Tgclocals64ca935d1a2110a30e2d604686188539  Tgclocalscad14e25fd48dddd762418d02c031d67  Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals1347047f6245a35b91e9a4f213167d52Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals1347047f6245a35b91e9a4f213167d52Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals1347047f6245a35b91e9a4f213167d52Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals1347047f6245a35b91e9a4f213167d52Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals1347047f6245a35b91e9a4f213167d52Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals1347047f6245a35b91e9a4f213167d52Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals1347047f6245a35b91e9a4f213167d52Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals1347047f6245a35b91e9a4f213167d52Tgclocalsae0a20890c9ac6bfbea3383f34532bab  Tgclocalse005ea8c128fdd2cbe053ee4ba8a4b6e  e$go.string.hdr."\n"  go.string."\n"go.string."\n"
    626 Tgclocals4d456d263a0e58ecf647ec8c209ae761  
    627 Tgclocalse74bd51a6d9e1587439df65818ced129  >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%sTgclocals99f98530892a43915f6297008e1463530PUUT@U@UTgclocalsd08d7e7f5de35e0efa5fe63081130b55HHUUUUUUUTgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals0b86ef39f3fed835f14ba5f4d7c62fa208go.itab.*"".Writer.io.WriterTgclocals85b0f653f20ae35c96bb800c4b394d6188
    629 4Tgclocals26ea3850d57530f636e7d0cb2559d80c880go.string.hdr."unixgram"  (go.string."unixgram"(go.string."unixgram" unixgram(go.string.hdr."unix"   go.string."unix" go.string."unix"
    630 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 errorTgclocalsc8fe0292284ea99a1629e671c37fb254pp( @U@U@U@@U@UTgclocals45fc912e908bd82a3e80d7be34d17d5d@@Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals33cdeccccebe80329f1fdbee7f5874cb""".statictmp_0079@type.[2]string@(go.string."unixgram"  go.string."unix"""".statictmp_0082`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"  
    636 ,go.string."log/syslog",go.string."log/syslog" log/syslog"go.importpath."".  
    637 ,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."".PriorityTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0ebb2d1da58c1b4224bf5a7b370d7578Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocalscd37d46306c462b5bb27f23da3da06f7
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"  
    643 ,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."".serverConnTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals895d0569a38a56443b84805daa09d838Tgclocals3bb21ca8fe1d99a3e492463bd711418a0type..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"
    647 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
    648 +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"
    652 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"
    655 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
    663 ("".(*Writer).connect
    664 *go.string.hdr."write"
    665 "go.importpath."".
    666 Vtype.func("".Priority, string) (int, error)
    667 ntype.func(*"".Writer, "".Priority, string) (int, error)
    668 $"".(*Writer).write
    669 $"".(*Writer).write
    670 :go.string.hdr."writeAndRetry""go.importpath."".Vtype.func("".Priority, string) (int, error)ntype.func(*"".Writer, "".Priority, string) (int, error)4"".(*Writer).writeAndRetry4"".(*Writer).writeAndRetryTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a2type..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 {}Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a<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 {}Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a<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
    682 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"  
    684 ,go.string."*[2]string",go.string."*[2]string" *[2]stringtype.*[2]stringf<60 runtime.algarray@"runtime.gcbits.01P4go.string.hdr."*[2]string"p0go.weak.type.**[2]string"runtime.zerovaluetype.[2]stringTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a0type..hashfunc.[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"  
    687 ,go.string."*[3]string",go.string."*[3]string" *[3]stringtype.*[3]string
    688 +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"
    691 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"
    692 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