blob: 66e116bb71469602a8694c7b66360e858e96ccbf [file] [log] [blame]
!<arch>
__.PKGDEF 0 0 0 644 13613 `
go object linux amd64 go1.5.1 X:none
build id "4641a2f3e834b9e1b4a76e94362926befcc946be"
$$
package syslog
import runtime "runtime"
import errors "errors"
import fmt "fmt"
import sync "sync"
import os "os"
import log "log"
import time "time"
import net "net"
import strings "strings"
type @"".Priority int
const @"".LOG_EMERG @"".Priority = 0x0
const @"".LOG_ALERT @"".Priority = 0x1
const @"".LOG_CRIT @"".Priority = 0x2
const @"".LOG_ERR @"".Priority = 0x3
const @"".LOG_WARNING @"".Priority = 0x4
const @"".LOG_NOTICE @"".Priority = 0x5
const @"".LOG_INFO @"".Priority = 0x6
const @"".LOG_DEBUG @"".Priority = 0x7
const @"".LOG_KERN @"".Priority = 0x0
const @"".LOG_USER @"".Priority = 0x8
const @"".LOG_MAIL @"".Priority = 0x10
const @"".LOG_DAEMON @"".Priority = 0x18
const @"".LOG_AUTH @"".Priority = 0x20
const @"".LOG_SYSLOG @"".Priority = 0x28
const @"".LOG_LPR @"".Priority = 0x30
const @"".LOG_NEWS @"".Priority = 0x38
const @"".LOG_UUCP @"".Priority = 0x40
const @"".LOG_CRON @"".Priority = 0x48
const @"".LOG_AUTHPRIV @"".Priority = 0x50
const @"".LOG_FTP @"".Priority = 0x58
const @"".LOG_LOCAL0 @"".Priority = 0x80
const @"".LOG_LOCAL1 @"".Priority = 0x88
const @"".LOG_LOCAL2 @"".Priority = 0x90
const @"".LOG_LOCAL3 @"".Priority = 0x98
const @"".LOG_LOCAL4 @"".Priority = 0xa0
const @"".LOG_LOCAL5 @"".Priority = 0xa8
const @"".LOG_LOCAL6 @"".Priority = 0xb0
const @"".LOG_LOCAL7 @"".Priority = 0xb8
type @"sync".Mutex struct { @"sync".state int32; @"sync".sema uint32 }
func (@"sync".m·1 *@"sync".Mutex) Lock ()
func (@"sync".m·1 *@"sync".Mutex) Unlock ()
type @"".serverConn interface { @"".close() (? error); @"".writeString(@"".p @"".Priority, @"".hostname string, @"".tag string, @"".s string, @"".nl string) (? error) }
type @"".Writer struct { @"".priority @"".Priority; @"".tag string; @"".hostname string; @"".network string; @"".raddr string; @"".mu @"sync".Mutex; @"".conn @"".serverConn }
func (@"".w·2 *@"".Writer) Alert (@"".m·3 string) (@"".err·1 error)
func (@"".w·2 *@"".Writer) Close () (? error)
func (@"".w·2 *@"".Writer) Crit (@"".m·3 string) (@"".err·1 error)
func (@"".w·2 *@"".Writer) Debug (@"".m·3 string) (@"".err·1 error)
func (@"".w·2 *@"".Writer) Emerg (@"".m·3 string) (@"".err·1 error)
func (@"".w·2 *@"".Writer) Err (@"".m·3 string) (@"".err·1 error)
func (@"".w·2 *@"".Writer) Info (@"".m·3 string) (@"".err·1 error)
func (@"".w·2 *@"".Writer) Notice (@"".m·3 string) (@"".err·1 error)
func (@"".w·2 *@"".Writer) Warning (@"".m·3 string) (@"".err·1 error)
func (@"".w·3 *@"".Writer) Write (@"".b·4 []byte "esc:0x1") (? int, ? error)
func (@"".w·2 *@"".Writer "esc:0x9") @"".connect () (@"".err·1 error)
func (@"".w·3 *@"".Writer "esc:0x9") @"".write (@"".p·4 @"".Priority, @"".msg·5 string) (? int, ? error)
func (@"".w·3 *@"".Writer) @"".writeAndRetry (@"".p·4 @"".Priority, @"".s·5 string) (? int, ? error)
func @"".New (@"".priority·3 @"".Priority, @"".tag·4 string) (@"".w·1 *@"".Writer, @"".err·2 error)
func @"".Dial (@"".network·3 string, @"".raddr·4 string, @"".priority·5 @"".Priority, @"".tag·6 string) (? *@"".Writer, ? error)
import io "io" // indirect
type @"io".Writer interface { Write(@"io".p []byte) (@"io".n int, @"io".err error) }
type @"time".zone struct { @"time".name string; @"time".offset int; @"time".isDST bool }
type @"time".zoneTrans struct { @"time".when int64; @"time".index uint8; @"time".isstd bool; @"time".isutc bool }
type @"time".Location struct { @"time".name string; @"time".zone []@"time".zone; @"time".tx []@"time".zoneTrans; @"time".cacheStart int64; @"time".cacheEnd int64; @"time".cacheZone *@"time".zone }
func (@"time".l·2 *@"time".Location "esc:0x22") String () (? string)
func (@"time".l·2 *@"time".Location "esc:0x1") @"time".firstZoneUsed () (? bool)
func (@"time".l·2 *@"time".Location "esc:0x12") @"time".get () (? *@"time".Location)
func (@"time".l·6 *@"time".Location "esc:0x32") @"time".lookup (@"time".sec·7 int64) (@"time".name·1 string, @"time".offset·2 int, @"time".isDST·3 bool, @"time".start·4 int64, @"time".end·5 int64)
func (@"time".l·2 *@"time".Location "esc:0x1") @"time".lookupFirstZone () (? int)
func (@"time".l·4 *@"time".Location "esc:0x1") @"time".lookupName (@"time".name·5 string "esc:0x1", @"time".unix·6 int64) (@"time".offset·1 int, @"time".isDST·2 bool, @"time".ok·3 bool)
type @"time".Duration int64
func (@"time".d·2 @"time".Duration) Hours () (? float64) { var @"time".hour·3 @"time".Duration; ; @"time".hour·3 = @"time".d·2 / @"time".Duration(0x34630b8a000); var @"time".nsec·4 @"time".Duration; ; @"time".nsec·4 = @"time".d·2 % @"time".Duration(0x34630b8a000); return float64(@"time".hour·3) + float64(@"time".nsec·4) * 8190022623310637111963488201822504381538623676021880892417778544696899264837610290203272971060556344039023584360473938041055625214280336402169897364226048p-553 }
func (@"time".d·2 @"time".Duration) Minutes () (? float64) { var @"time".min·3 @"time".Duration; ; @"time".min·3 = @"time".d·2 / @"time".Duration(0xdf8475800); var @"time".nsec·4 @"time".Duration; ; @"time".nsec·4 = @"time".d·2 % @"time".Duration(0xdf8475800); return float64(@"time".min·3) + float64(@"time".nsec·4) * 7678146209353722106395056769533233877065564876941352542109479049699919628723768656821910653339403201031675627614471533358284117434246264392176261853609984p-547 }
func (@"time".d·2 @"time".Duration) Nanoseconds () (? int64) { return int64(@"time".d·2) }
func (@"time".d·2 @"time".Duration) Seconds () (? float64) { var @"time".sec·3 @"time".Duration; ; @"time".sec·3 = @"time".d·2 / @"time".Duration(0x3b9aca00); var @"time".nsec·4 @"time".Duration; ; @"time".nsec·4 = @"time".d·2 % @"time".Duration(0x3b9aca00); return float64(@"time".sec·3) + float64(@"time".nsec·4) * 7198262071269114660816079141112770740375861891461678802759824945047098083990024106014198994535558872472104883612039846078596891298747423852523262413111296p-541 }
func (@"time".d·2 @"time".Duration) String () (? string)
type @"time".Month int
func (@"time".m·2 @"time".Month) String () (? string) { return @"time".months[@"time".m·2 - @"time".Month(0x1)] }
type @"time".Weekday int
func (@"time".d·2 @"time".Weekday) String () (? string) { return @"time".days[@"time".d·2] }
type @"time".Time struct { @"time".sec int64; @"time".nsec int32; @"time".loc *@"time".Location }
func (@"time".t·2 @"time".Time "esc:0x12") Add (@"time".d·3 @"time".Duration) (? @"time".Time) { @"time".t·2.@"time".sec += int64(@"time".d·3 / @"time".Duration(0x3b9aca00)); var @"time".nsec·4 int32; ; @"time".nsec·4 = int32(@"time".t·2.@"time".nsec) + int32(@"time".d·3 % @"time".Duration(0x3b9aca00)); if @"time".nsec·4 >= 0x3b9aca00 { @"time".t·2.@"time".sec++; @"time".nsec·4 -= 0x3b9aca00 } else { if @"time".nsec·4 < 0x0 { @"time".t·2.@"time".sec--; @"time".nsec·4 += 0x3b9aca00 } }; @"time".t·2.@"time".nsec = @"time".nsec·4; return @"time".t·2 }
func (@"time".t·2 @"time".Time "esc:0x12") AddDate (@"time".years·3 int, @"time".months·4 int, @"time".days·5 int) (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x1") After (@"time".u·3 @"time".Time "esc:0x1") (? bool) { return @"time".t·2.@"time".sec > @"time".u·3.@"time".sec || @"time".t·2.@"time".sec == @"time".u·3.@"time".sec && @"time".t·2.@"time".nsec > @"time".u·3.@"time".nsec }
func (@"time".t·2 @"time".Time "esc:0x9") AppendFormat (@"time".b·3 []byte "esc:0x1a", @"time".layout·4 string "esc:0x9") (? []byte)
func (@"time".t·2 @"time".Time "esc:0x1") Before (@"time".u·3 @"time".Time "esc:0x1") (? bool) { return @"time".t·2.@"time".sec < @"time".u·3.@"time".sec || @"time".t·2.@"time".sec == @"time".u·3.@"time".sec && @"time".t·2.@"time".nsec < @"time".u·3.@"time".nsec }
func (@"time".t·4 @"time".Time "esc:0x1") Clock () (@"time".hour·1 int, @"time".min·2 int, @"time".sec·3 int)
func (@"time".t·4 @"time".Time "esc:0x1") Date () (@"time".year·1 int, @"time".month·2 @"time".Month, @"time".day·3 int)
func (@"time".t·2 @"time".Time "esc:0x1") Day () (? int)
func (@"time".t·2 @"time".Time "esc:0x1") Equal (@"time".u·3 @"time".Time "esc:0x1") (? bool) { return @"time".t·2.@"time".sec == @"time".u·3.@"time".sec && @"time".t·2.@"time".nsec == @"time".u·3.@"time".nsec }
func (@"time".t·2 @"time".Time "esc:0x9") Format (@"time".layout·3 string "esc:0x9") (? string)
func (@"time".t·2 *@"time".Time "esc:0x1") GobDecode (@"time".data·3 []byte "esc:0x1") (? error)
func (@"time".t·3 @"time".Time "esc:0x1") GobEncode () (? []byte, ? error)
func (@"time".t·2 @"time".Time "esc:0x1") Hour () (? int)
func (@"time".t·3 @"time".Time "esc:0x1") ISOWeek () (@"time".year·1 int, @"time".week·2 int)
func (@"time".t·2 @"time".Time "esc:0x12") In (@"time".loc·3 *@"time".Location "esc:0x12") (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x1") IsZero () (? bool) { return @"time".t·2.@"time".sec == 0x0 && @"time".t·2.@"time".nsec == 0x0 }
func (@"time".t·2 @"time".Time "esc:0x12") Local () (? @"time".Time) { @"time".t·2.@"time".loc = @"time".Local; return @"time".t·2 }
func (@"time".t·2 @"time".Time "esc:0x12") Location () (? *@"time".Location) { var @"time".l·3 *@"time".Location; ; @"time".l·3 = @"time".t·2.@"time".loc; if @"time".l·3 == nil { @"time".l·3 = @"time".UTC }; return @"time".l·3 }
func (@"time".t·3 @"time".Time "esc:0x1") MarshalBinary () (? []byte, ? error)
func (@"time".t·3 @"time".Time "esc:0x9") MarshalJSON () (? []byte, ? error)
func (@"time".t·3 @"time".Time "esc:0x9") MarshalText () (? []byte, ? error)
func (@"time".t·2 @"time".Time "esc:0x1") Minute () (? int)
func (@"time".t·2 @"time".Time "esc:0x1") Month () (? @"time".Month)
func (@"time".t·2 @"time".Time "esc:0x1") Nanosecond () (? int) { return int(@"time".t·2.@"time".nsec) }
func (@"time".t·2 @"time".Time "esc:0x12") Round (@"time".d·3 @"time".Duration) (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x1") Second () (? int)
func (@"time".t·2 @"time".Time "esc:0x9") String () (? string)
func (@"time".t·2 @"time".Time "esc:0x1") Sub (@"time".u·3 @"time".Time "esc:0x1") (? @"time".Duration)
func (@"time".t·2 @"time".Time "esc:0x12") Truncate (@"time".d·3 @"time".Duration) (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x12") UTC () (? @"time".Time) { @"time".t·2.@"time".loc = @"time".UTC; return @"time".t·2 }
func (@"time".t·2 @"time".Time "esc:0x1") Unix () (? int64) { return @"time".t·2.@"time".sec + -0xe7791f700 }
func (@"time".t·2 @"time".Time "esc:0x1") UnixNano () (? int64) { return (@"time".t·2.@"time".sec + -0xe7791f700) * 0x3b9aca00 + int64(@"time".t·2.@"time".nsec) }
func (@"time".t·2 *@"time".Time "esc:0x1") UnmarshalBinary (@"time".data·3 []byte "esc:0x1") (? error)
func (@"time".t·2 *@"time".Time "esc:0x1") UnmarshalJSON (@"time".data·3 []byte "esc:0x1") (@"time".err·1 error)
func (@"time".t·2 *@"time".Time "esc:0x1") UnmarshalText (@"time".data·3 []byte "esc:0x1") (@"time".err·1 error)
func (@"time".t·2 @"time".Time "esc:0x1") Weekday () (? @"time".Weekday)
func (@"time".t·2 @"time".Time "esc:0x1") Year () (? int)
func (@"time".t·2 @"time".Time "esc:0x1") YearDay () (? int)
func (@"time".t·3 @"time".Time "esc:0x32") Zone () (@"time".name·1 string, @"time".offset·2 int)
func (@"time".t·2 @"time".Time "esc:0x1") @"time".abs () (? uint64)
func (@"time".t·5 @"time".Time "esc:0x1") @"time".date (@"time".full·6 bool) (@"time".year·1 int, @"time".month·2 @"time".Month, @"time".day·3 int, @"time".yday·4 int)
func (@"time".t·4 @"time".Time "esc:0x32") @"time".locabs () (@"time".name·1 string, @"time".offset·2 int, @"time".abs·3 uint64)
type @"log".Logger struct { @"log".mu @"sync".Mutex; @"log".prefix string; @"log".flag int; @"log".out @"io".Writer; @"log".buf []byte }
func (@"log".l·1 *@"log".Logger) Fatal (@"log".v·2 ...interface {} "esc:0x9")
func (@"log".l·1 *@"log".Logger) Fatalf (@"log".format·2 string "esc:0x9", @"log".v·3 ...interface {} "esc:0x9")
func (@"log".l·1 *@"log".Logger) Fatalln (@"log".v·2 ...interface {} "esc:0x9")
func (@"log".l·2 *@"log".Logger) Flags () (? int)
func (@"log".l·2 *@"log".Logger) Output (@"log".calldepth·3 int, @"log".s·4 string "esc:0x9") (? error)
func (@"log".l·1 *@"log".Logger) Panic (@"log".v·2 ...interface {} "esc:0x9")
func (@"log".l·1 *@"log".Logger) Panicf (@"log".format·2 string "esc:0x9", @"log".v·3 ...interface {} "esc:0x9")
func (@"log".l·1 *@"log".Logger) Panicln (@"log".v·2 ...interface {} "esc:0x9")
func (@"log".l·2 *@"log".Logger) Prefix () (? string)
func (@"log".l·1 *@"log".Logger) Print (@"log".v·2 ...interface {} "esc:0x9")
func (@"log".l·1 *@"log".Logger) Printf (@"log".format·2 string "esc:0x9", @"log".v·3 ...interface {} "esc:0x9")
func (@"log".l·1 *@"log".Logger) Println (@"log".v·2 ...interface {} "esc:0x9")
func (@"log".l·1 *@"log".Logger) SetFlags (@"log".flag·2 int)
func (@"log".l·1 *@"log".Logger) SetOutput (@"log".w·2 @"io".Writer)
func (@"log".l·1 *@"log".Logger) SetPrefix (@"log".prefix·2 string)
func (@"log".l·1 *@"log".Logger "esc:0x9") @"log".formatHeader (@"log".buf·2 *[]byte "esc:0x9", @"log".t·3 @"time".Time "esc:0x1", @"log".file·4 string "esc:0x9", @"log".line·5 int)
func @"".NewLogger (@"".p·3 @"".Priority, @"".logFlag·4 int) (? *@"log".Logger, ? error)
func @"".init ()
var @"time".months [12]string
var @"time".days [7]string
var @"time".Local *@"time".Location
var @"time".UTC *@"time".Location
$$
�_go_.o 0 0 0 644 76544 `
go object linux amd64 go1.5.1 X:none
!
��go13lderrors.a
fmt.a
log.a
net.aos.astrings.a sync.a time.a�þ "".New�� ��œdH‹ %����H;avuHƒìP1Û1ÛH‰\$xH‰œ$€���1ÛH‰$H‰\$1ÛH‰\$H‰\$H‹\$XH‰\$ H‹\$`H‰\$(H‹\$hH‰\$0è����H‹T$8H‹L$@H‹D$HH‰T$pH‰L$xH‰„$€���HƒÄPÃè����érÿÿÿ
������´
��"".Dial���Š
��0runtime.morestack_noctxt���` �� "".err�@type.error�"".w�0type.*"".Writer� "".tag�type.string�"".priority�� type."".Priority� pŸ  ��Ö$` �
�Y7�Tgclocals·829d8fcb01908ea01565408e3bde2522�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���^prebuilts/go/linux-x86/src/log/syslog/syslog.goþ"".Dial��€��údH‹ %����HD$øH;A†Û��Hìˆ���H‹„$°���HDŽ$È�������1ÛH‰œ$Ð���H‰œ$Ø���Hƒø�Œ«��H=¿���Ÿ��H‹œ$À���Hƒû�u,H‹����Hƒ=�����†u��H‹+H‰¬$¸���H‹kH‰¬$À���è����H‹$H‰\$XH‹\$H‰\$`H����H‰$è����H‹|$H‰ùHƒÿ�„��1Àè����H‹¬$°���H‰)H‰L$(H‹¬$À���H‰iH‹¬$¸���€=�����…É��H‰iH‹l$`H‰i H‹l$X€=�����…Ž��H‰iH‹¬$˜���H‰i0H‹¬$���€=�����…M��H‰i(H‹¬$¨���H‰i@H‹¬$ ���€=�����… ��H‰i8H‰L$ H‰ $Hƒ<$�„è���Hƒ$Hè����H‹\$ H‰\$Hƒ|$�„¼���HƒD$HÇ$���H����H‰D$è����ƒø�…‡���H‹\$ H‰$è����H‹L$H‹T$Hƒù�t4HDŽ$È�������H‰L$hH‰Œ$Ð���H‰T$pH‰”$Ø���è����HÄˆ���ÃH‹\$ H‰œ$È���H‰L$hH‰Œ$Ð���H‰T$pH‰”$Ø���è����HÄˆ���Ðè����HÄˆ���É%����é8ÿÿÿ‰%����é ÿÿÿLA8L‰$H‰l$è����H‹L$(éÜþÿÿLA(L‰$H‰l$è����H‹L$(é›þÿÿLAL‰$H‰l$è����H‹L$(éZþÿÿLAL‰$H‰l$è����H‹L$(éþÿÿ‰éÜýÿÿè���� H����H‰\$HHÇD$P���1ÛH‰\$8H‰\$@H����H‰$è����H‹L$H‰L$0H‹l$PH‰iH‹l$H€=�����…‹���H‰)H‰L$0H‹ ����1íH9étFH‹T$0H‰L$xH‰”$€���HDŽ$È�������H‰L$8H‰Œ$Ð���H‰T$@H‰”$Ø���è����HÄˆ���ÃH����H‰$H����H‰\$H����H‰\$è����H‹L$ë‹H‰ $H‰l$è����H‹L$0é`ÿÿÿè����éüÿÿF
������Ø��os.Args���æ�os.Args���¬
��os.Hostname���à��type."".Writer���ò
��"runtime.newobject���¤
Î� runtime.duffzero���ø�6runtime.writeBarrierEnabled���¶�6runtime.writeBarrierEnabled���€�6runtime.writeBarrierEnabled���Ê�6runtime.writeBarrierEnabled���œ
��$sync.(*Mutex).Lock���ð��.sync.(*Mutex).Unlock·f���„
��"runtime.deferproc���²
��("".(*Writer).connect���ª
��&runtime.deferreturn���” 
��&runtime.deferreturn���° 
��&runtime.deferreturn���”

��.runtime.writebarrierptr���Ì

��.runtime.writebarrierptr���„ 
��.runtime.writebarrierptr���¼ 
��.runtime.writebarrierptr���è 
��$runtime.panicindex���ú ��Pgo.string."log/syslog: invalid priority"���¼ ��.type.errors.errorString���Î 
��"runtime.newobject���Š �6runtime.writeBarrierEnabled���¶ ��Bgo.itab.*errors.errorString.error���À
��&runtime.deferreturn���Þ��0type.*errors.errorString���ô��type.error���Œ��Bgo.itab.*errors.errorString.error��� 
�� runtime.typ2Itab���Ê
��.runtime.writebarrierptr���è
��0runtime.morestack_noctxt��� ��"".autotmp_0006�¿type.*"".Writer�"".autotmp_0004�type.error�"".autotmp_0003�¯0type.*errors.errorString�"".autotmp_0002��0type.*errors.errorString� "".~r0�Ÿtype.error�errors.text·2�type.string� "".err�?type.error�"".w�Ïtype.*"".Writer�"".hostname�_type.string� "".~r5�€type.error� "".~r4�ptype.*"".Writer� "".tag�Ptype.string�"".priority�@ type."".Priority�"".raddr� type.string�"".network��type.string�@4 ÇT�€�XèE,Ç=45  [ù �6�•#ÕK; vT3x 11�Tgclocals·cf4abebda0b9212cded89097f94170ea�Tgclocals·099ab8a803c7e5b2b86065640a5da2ea���^prebuilts/go/linux-x86/src/log/syslog/syslog.goþ("".(*Writer).connect��€ ��ä dH‹ %����HD$øH;A†��Hìˆ���H‹„$���1Û1ÛH‰œ$˜���H‰œ$ ���H‹hPHƒý�t.H‹HPH‹hXH‰l$`H‰,$H‰L$XH‹Y ÿÓH‹„$���1íH‰hPH‰hXH‹X0Hƒû�…–���è����H‹”$���H‹ $H‹D$H‹\$H‰œ$˜���H‹\$H‰œ$ ���Hƒú�t\H‰L$XH‰JPH‰D$`€=�����u)H‰BXH‹Z Hƒû�uH-����H‰jHÇB ���HÄˆ���ÃLBXL‰$H‰D$è����H‹”$���뿉ë 1ÛH‰\$HH‰\$PHX(H‹ H‰ $H‹KH‰L$HX8H|$H‹ H‰H‹KH‰Oè����H‹\$ H‰\$HH‹\$(H‰\$PH‹D$0H‹\$8H‰œ$ ���H‰„$˜���Hƒø�…dÿÿÿH����H‰$è����H‹D$1í@ˆ(H‰hH‰hH‰D$@H‹l$HH‰hH‹l$P€=�����…?��H‰hH‰D$@H‹����1íH9è„ò���H‹L$@H‹œ$���Hƒû�„Ô���H‰D$XH‰CPH‰L$`€=�����…¢���H‰KXH‹œ$���H‹[ Hƒû�…»þÿÿH‹\$PH‰$H‹\$HH‹[(ÿÓH‹L$H‹D$H‰„$€���H‰$H‰L$xH‹Y(ÿÓH‹L$H‹D$H‹œ$���Hƒû�t7H‰D$pH‰C H‰L$h€=�����u H‰KéNþÿÿLCL‰$H‰L$è����é7þÿÿ‰ëÅLCXL‰$H‰L$è����éKÿÿÿ‰é%ÿÿÿH����H‰$H����H‰\$H����H‰\$è����H‹D$éÜþÿÿL@L‰$H‰l$è����H‹D$@é©þÿÿè����éÎüÿÿ.
������¾�������„
��"".unixSyslog���Ž�6runtime.writeBarrierEnabled���¾��*go.string."localhost"���Š
��.runtime.writebarrierptr���ž
��net.Dial���œ��type."".netConn���®
��"runtime.newobject���„�6runtime.writeBarrierEnabled���²��Bgo.itab.*"".netConn."".serverConn���ž�6runtime.writeBarrierEnabled���Œ �������Î �������¢
�6runtime.writeBarrierEnabled���Þ

��.runtime.writebarrierptr���” 
��.runtime.writebarrierptr���º �� type.*"".netConn���Ð ��$type."".serverConn���è ��Bgo.itab.*"".netConn."".serverConn���ü 
�� runtime.typ2Itab���´ 
��.runtime.writebarrierptr���Ò 
��0runtime.morestack_noctxt���0��"".autotmp_0012� type.*"".netConn�"".autotmp_0011��$type."".serverConn�"".autotmp_0010�?type.string�"".autotmp_0009�type.net.Addr�"".autotmp_0008�� type.*"".netConn�"".c�type.net.Conn� "".err�type.error�"".w��type.*"".Writer�×É�À�n¤;
$
Q

V“hU�(�_¥JH°ƒ4C�Tgclocals·ee10a820851092bf95788560bf5ba474�Tgclocals·5d9fc64f8bd0c50ace14054f9b31fd08���^prebuilts/go/linux-x86/src/log/syslog/syslog.goþ$"".(*Writer).Write��à��ÒdH‹ %����H;a†Œ���Hƒì81ÛH‰\$hH‰\$pHÇ$����H‹\$HH‰\$H‹\$PH‰\$H‹\$XH‰\$è����H‹D$@H\$ H|$H‹ H‰H‹KH‰OH‰$H‹(H‰l$è����H‹T$ H‹L$(H‹D$0H‰T$`H‰L$hH‰D$pHƒÄ8Ãè����éWÿÿÿ
������”
��2runtime.slicebytetostring���ð
��4"".(*Writer).writeAndRetry�����0runtime.morestack_noctxt���pp�� "".~r2�Ptype.error� "".~r1�@type.int�"".b�type.[]uint8�"".w��type.*"".Writer�p‡op�°�Ø#|�
�Ig�Tgclocals·b60dc0a6046c556b02baa766a3fd5a27�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���^prebuilts/go/linux-x86/src/log/syslog/syslog.goþ$"".(*Writer).Close��à��ÈdH‹ %����H;a†��Hƒì81ÛH‰\$HH‰\$PH‹\$@H‰$Hƒ<$�„×���Hƒ$Hè����H‹\$@H‰\$Hƒ|$�„«���HƒD$HÇ$���H����H‰D$è����H‹L$@ƒø�uxH‹iPHƒý�tWH‰ËH‹IPH‹kXH‰l$0H‰,$H‰L$(H‹Y ÿÓH‹T$H‹L$H‹\$@1íH‰kPH‰kXH‰T$H‰T$HH‰L$ H‰L$Pè����HƒÄ8Ã1ÛH‰\$HH‰\$Pè����HƒÄ8Ðè����HƒÄ8É%����éIÿÿÿ‰%����éÿÿÿè����éÜþÿÿ
������z
��$sync.(*Mutex).Lock���Î��.sync.(*Mutex).Unlock·f���â
��"runtime.deferproc���Ì�������®
��&runtime.deferreturn���Ü
��&runtime.deferreturn���ò
��&runtime.deferreturn���¶
��0runtime.morestack_noctxt���0p�� "".err�?type.error� "".~r0�type.error�"".w��type.*"".Writer�$pÈopop
op.�°�0â#>
)  ��<j/[�Tgclocals·cad14e25fd48dddd762418d02c031d67�Tgclocals·64ca935d1a2110a30e2d604686188539���^prebuilts/go/linux-x86/src/log/syslog/syslog.goþ$"".(*Writer).Emerg��à��ØdH‹ %����H;avVHƒì81Û1ÛH‰\$XH‰\$`H‹\$@H‰$HÇD$����H‹\$HH‰\$H‹\$PH‰\$è����H‹\$(H‰\$XH‹\$0H‰\$`HƒÄ8Ãè����ë”
������
��4"".(*Writer).writeAndRetry���Ì
��0runtime.morestack_noctxt���Pp�� "".err�0type.error�"".m�type.string�"".w��type.*"".Writer�pQop �p�þ!? �
�G)�Tgclocals·1347047f6245a35b91e9a4f213167d52�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���^prebuilts/go/linux-x86/src/log/syslog/syslog.goþ$"".(*Writer).Alert��à��ØdH‹ %����H;avVHƒì81Û1ÛH‰\$XH‰\$`H‹\$@H‰$HÇD$���H‹\$HH‰\$H‹\$PH‰\$è����H‹\$(H‰\$XH‹\$0H‰\$`HƒÄ8Ãè����ë”
������
��4"".(*Writer).writeAndRetry���Ì
��0runtime.morestack_noctxt���Pp�� "".err�0type.error�"".m�type.string�"".w��type.*"".Writer�pQop �p�Œ!? �
�G)�Tgclocals·1347047f6245a35b91e9a4f213167d52�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���^prebuilts/go/linux-x86/src/log/syslog/syslog.goþ""".(*Writer).Crit��à��ØdH‹ %����H;avVHƒì81Û1ÛH‰\$XH‰\$`H‹\$@H‰$HÇD$���H‹\$HH‰\$H‹\$PH‰\$è����H‹\$(H‰\$XH‹\$0H‰\$`HƒÄ8Ãè����ë”
������
��4"".(*Writer).writeAndRetry���Ì
��0runtime.morestack_noctxt���Pp�� "".err�0type.error�"".m�type.string�"".w��type.*"".Writer�pQop �p�š!? �
�G)�Tgclocals·1347047f6245a35b91e9a4f213167d52�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���^prebuilts/go/linux-x86/src/log/syslog/syslog.goþ "".(*Writer).Err��à��ØdH‹ %����H;avVHƒì81Û1ÛH‰\$XH‰\$`H‹\$@H‰$HÇD$���H‹\$HH‰\$H‹\$PH‰\$è����H‹\$(H‰\$XH‹\$0H‰\$`HƒÄ8Ãè����ë”
������
��4"".(*Writer).writeAndRetry���Ì
��0runtime.morestack_noctxt���Pp�� "".err�0type.error�"".m�type.string�"".w��type.*"".Writer�pQop �p�¨!? �
�G)�Tgclocals·1347047f6245a35b91e9a4f213167d52�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���^prebuilts/go/linux-x86/src/log/syslog/syslog.goþ("".(*Writer).Warning��à��ØdH‹ %����H;avVHƒì81Û1ÛH‰\$XH‰\$`H‹\$@H‰$HÇD$���H‹\$HH‰\$H‹\$PH‰\$è����H‹\$(H‰\$XH‹\$0H‰\$`HƒÄ8Ãè����ë”
������
��4"".(*Writer).writeAndRetry���Ì
��0runtime.morestack_noctxt���Pp�� "".err�0type.error�"".m�type.string�"".w��type.*"".Writer�pQop �p�¶!? �
�G)�Tgclocals·1347047f6245a35b91e9a4f213167d52�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���^prebuilts/go/linux-x86/src/log/syslog/syslog.goþ&"".(*Writer).Notice��à��ØdH‹ %����H;avVHƒì81Û1ÛH‰\$XH‰\$`H‹\$@H‰$HÇD$���H‹\$HH‰\$H‹\$PH‰\$è����H‹\$(H‰\$XH‹\$0H‰\$`HƒÄ8Ãè����ë”
������
��4"".(*Writer).writeAndRetry���Ì
��0runtime.morestack_noctxt���Pp�� "".err�0type.error�"".m�type.string�"".w��type.*"".Writer�pQop �p�Ä!? �
�G)�Tgclocals·1347047f6245a35b91e9a4f213167d52�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���^prebuilts/go/linux-x86/src/log/syslog/syslog.goþ""".(*Writer).Info��à��ØdH‹ %����H;avVHƒì81Û1ÛH‰\$XH‰\$`H‹\$@H‰$HÇD$���H‹\$HH‰\$H‹\$PH‰\$è����H‹\$(H‰\$XH‹\$0H‰\$`HƒÄ8Ãè����ë”
������
��4"".(*Writer).writeAndRetry���Ì
��0runtime.morestack_noctxt���Pp�� "".err�0type.error�"".m�type.string�"".w��type.*"".Writer�pQop �p�Ò!? �
�G)�Tgclocals·1347047f6245a35b91e9a4f213167d52�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���^prebuilts/go/linux-x86/src/log/syslog/syslog.goþ$"".(*Writer).Debug��à��ØdH‹ %����H;avVHƒì81Û1ÛH‰\$XH‰\$`H‹\$@H‰$HÇD$���H‹\$HH‰\$H‹\$PH‰\$è����H‹\$(H‰\$XH‹\$0H‰\$`HƒÄ8Ãè����ë”
������
��4"".(*Writer).writeAndRetry���Ì
��0runtime.morestack_noctxt���Pp�� "".err�0type.error�"".m�type.string�"".w��type.*"".Writer�pQop �p�à!? �
�G)�Tgclocals·1347047f6245a35b91e9a4f213167d52�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���^prebuilts/go/linux-x86/src/log/syslog/syslog.goþ4"".(*Writer).writeAndRetry��À��¬dH‹ %����H;a†ù��HƒìpH‹D$xHDŽ$˜�������1ÛH‰œ$ ���H‰œ$¨���H‹H‹¬$€���Hãø���HƒåH ëH‰\$8H‰$Hƒ<$�„™��Hƒ$Hè����H‹\$xH‰\$Hƒ|$�„m��HƒD$HÇ$���H����H‰D$è����H‹t$xƒø�…6��H‹nPHƒý�ttH‰4$H‹\$8H‰\$H‹œ$ˆ���H‰\$H‹œ$���H‰\$è����H‹t$xH‹T$ H‹L$(H‹l$0H‰l$HH‰L$@Hƒù�u#H‰”$˜���H‰Œ$ ���H‰¬$¨���è����HƒÄpÃH‰4$è����H‹L$H‹T$H‰T$XH‰L$PHƒù�t'HDŽ$˜�������H‰Œ$ ���H‰”$¨���è����HƒÄpÃH‹\$xH‰$H‹\$8H‰\$H‹œ$ˆ���H‰\$H‹œ$���H‰\$è����H‹L$ H‹l$(H‹T$0H‰Œ$˜���H‰l$`H‰¬$ ���H‰T$hH‰”$¨���è����HƒÄpÐè����HƒÄpÉ%����é‡þÿÿ‰%����é[þÿÿè����éêýÿÿ
������Ú
��$sync.(*Mutex).Lock���®��.sync.(*Mutex).Unlock·f���Â
��"runtime.deferproc���Ì
��$"".(*Writer).write���Ð
��&runtime.deferreturn���ì
��("".(*Writer).connect���ä
��&runtime.deferreturn���Ò
��$"".(*Writer).write�����&runtime.deferreturn���Ö
��&runtime.deferreturn���š
��0runtime.morestack_noctxt���p�"".autotmp_0021�type.error� "".err�?type.error� "".err�_type.error�
"".pr�o type."".Priority� "".~r3�Ptype.error� "".~r2�@type.int�"".s� type.string�"".p� type."".Priority�"".w��type.*"".Writer�>à™ßàIßàmßà
ßà,� �8ê:B
Q##'n �"�lyA;86B�Tgclocals·e005ea8c128fdd2cbe053ee4ba8a4b6e�Tgclocals·ae0a20890c9ac6bfbea3383f34532bab���^prebuilts/go/linux-x86/src/log/syslog/syslog.goþ$"".(*Writer).write��à��ÐdH‹ %����HD$ÐH;A†��Hì°���L‹Œ$¸���1ÛH‰œ$à���H‰œ$è���1ÛH‰œ$€���H‰œ$ˆ���H‹¼$È���H‰|$`H‹Œ$Ð���H5����H‰t$pHÇÀ���H‰L$hH‰D$xH9ÁŒ‘��H‰ËH)ÃH‰ÍH9ˇx��H)ÝI‰øHƒý�tMH9Å…X��L‰„$ ���L‰$H‰¬$¨���H‰l$H‰t$H‰D$è����L‹Œ$¸���¶\$ H‰Ø<�uH����H‰œ$€���HDŽ$ˆ������Iƒù�„ï���I‹QPI‹iXH‹œ$À���H‰\$IYH|$H‹ H‰H‹KH‰OIYH|$ H‹ H‰H‹KH‰OH‹œ$È���H‰\$0H‹œ$Ð���H‰\$8H‹œ$€���H‰\$@H‹œ$ˆ���H‰\$HH‰¬$˜���H‰,$H‰”$���H‹Z(ÿÓH‹D$PH‹L$XHƒø�t$HDŽ$Ø�������H‰„$à���H‰Œ$è���HÄ°���ÃH‹œ$Ð���H‰œ$Ø���1ÛH‰œ$à���H‰œ$è���HÄ°���ÃA‰é ÿÿÿ1ÀéÙþÿÿè���� 1ÀéËþÿÿè����éØýÿÿ
������Æ��go.string."\n"���ª
�� runtime.eqstring���à��go.string."\n"���Â�������¢
��$runtime.panicslice���¾
��0runtime.morestack_noctxt���pà��"".autotmp_0028��type.int�"".autotmp_0027�type.string�"strings.suffix·3�type.string�strings.s·2�Ÿtype.string�
"".nl�_type.string� "".~r3�Ptype.error� "".~r2�@type.int� "".msg� type.string�"".p� type."".Priority�"".w��type.*"".Writer�&à·ßà)ßà/�°�49¢¥$
* ��Ô͏�Tgclocals·e74bd51a6d9e1587439df65818ced129�Tgclocals·4d456d263a0e58ecf647ec8c209ae761���^prebuilts/go/linux-x86/src/log/syslog/syslog.goþ2"".(*netConn).writeString�� )��˜)dH‹ %����H„$ þÿÿH;A†'
��Hìà��1ÛH‰œ$8��H‰œ$@��H‹¬$è��¶]�€û�„¯��è����H‹$‹L$H‹D$H‰”$ø���H‰$‰Œ$���‰L$H‰„$��H‰D$H����H‰\$HÇD$ ���è����H‹L$(H‹D$0H‹œ$ð��H‰\$XH‰L$`H‰Œ$Ð���H‰D$hH‰„$Ø���H‹œ$��H‰œ$À���H‹œ$��H‰œ$È���è����H‹$H‰\$PH‹œ$��H‰œ$°���H‹œ$ ��H‰œ$¸���H‹œ$(��H‰œ$ ���H‹œ$0��H‰œ$¨���H¼$��1Àè����Hœ$��Hƒû�„˜��HDŽ$è������HDŽ$ð������H‰œ$à���H����H‰$H\$XH‰\$HÇD$����è����H‹L$H‹D$ H‹œ$à���H‰Œ$€���H‰ H‰„$ˆ���€=�����… ��H‰CH����H‰$Hœ$Ð���H‰\$HÇD$����è����H‹L$H‹D$ H‹œ$à���HƒÃH‰Œ$€���H‰ H‰„$ˆ���€=�����…•��H‰CH����H‰$Hœ$À���H‰\$HÇD$����è����H‹L$H‹D$ H‹œ$à���HƒÃ H‰Œ$€���H‰ H‰„$ˆ���€=�����…��H‰CH����H‰$H\$PH‰\$HÇD$����è����H‹L$H‹D$ H‹œ$à���HƒÃ0H‰Œ$€���H‰ H‰„$ˆ���€=�����…ª��H‰CH����H‰$Hœ$°���H‰\$HÇD$����è����H‹L$H‹D$ H‹œ$à���HƒÃ@H‰Œ$€���H‰ H‰„$ˆ���€=�����…3��H‰CH����H‰$Hœ$ ���H‰\$HÇD$����è����H‹L$H‹D$ H‹œ$à���HƒÃPH‰Œ$€���H‰ H‰„$ˆ���€=�����…¼���H‰CH����H‰$H‹´$è��Hƒþ�„”���H^H|$H‹ H‰H‹KH‰Oè����H\$H‹ H‰ $H‹KH‰L$H����H‰\$HÇD$���H‹œ$à���H‰\$ H‹œ$è���H‰\$(H‹œ$ð���H‰\$0è����H‹L$@H‹D$HH‰Œ$8��H‰„$@��HÄà��ÉéeÿÿÿLCL‰$H‰D$è����é1ÿÿÿLCL‰$H‰D$è����éºþÿÿLCL‰$H‰D$è����éCþÿÿLCL‰$H‰D$è����éÏýÿÿLCL‰$H‰D$è����éXýÿÿLCL‰$H‰D$è����éáüÿÿ‰éaüÿÿè����H‹$‹L$H‹D$H‰”$ø���H‰$‰Œ$���‰L$H‰„$��H‰D$H����H‰\$HÇD$ ���è����H‹L$(H‹D$0H‹œ$ð��H‰\$XH‰L$pH‰Œ$Ð���H‰D$xH‰„$Ø���H‹œ$ø��H‰œ$À���H‹œ$���H‰œ$È���H‹œ$��H‰œ$°���H‹œ$��H‰œ$¸���è����H‹$H‰\$PH‹œ$��H‰œ$ ���H‹œ$ ��H‰œ$¨���H‹œ$(��H‰œ$���H‹œ$0��H‰œ$˜���H¼$p��1ÀHƒÇðè����Hœ$p��Hƒû�„��HDŽ$è������HDŽ$ð������H‰œ$à���H����H‰$H\$XH‰\$HÇD$����è����H‹L$H‹D$ H‹œ$à���H‰Œ$€���H‰ H‰„$ˆ���€=�����…ƒ��H‰CH����H‰$Hœ$Ð���H‰\$HÇD$����è����H‹L$H‹D$ H‹œ$à���HƒÃH‰Œ$€���H‰ H‰„$ˆ���€=�����… ��H‰CH����H‰$Hœ$À���H‰\$HÇD$����è����H‹L$H‹D$ H‹œ$à���HƒÃ H‰Œ$€���H‰ H‰„$ˆ���€=�����…•��H‰CH����H‰$Hœ$°���H‰\$HÇD$����è����H‹L$H‹D$ H‹œ$à���HƒÃ0H‰Œ$€���H‰ H‰„$ˆ���€=�����…��H‰CH����H‰$H\$PH‰\$HÇD$����è����H‹L$H‹D$ H‹œ$à���HƒÃ@H‰Œ$€���H‰ H‰„$ˆ���€=�����…ª��H‰CH����H‰$Hœ$ ���H‰\$HÇD$����è����H‹L$H‹D$ H‹œ$à���HƒÃPH‰Œ$€���H‰ H‰„$ˆ���€=�����…3��H‰CH����H‰$Hœ$���H‰\$HÇD$����è����H‹L$H‹D$ H‹œ$à���HƒÃ`H‰Œ$€���H‰ H‰„$ˆ���€=�����…¼���H‰CH����H‰$H‹´$è��Hƒþ�„”���H^H|$H‹ H‰H‹KH‰Oè����H\$H‹ H‰ $H‹KH‰L$H����H‰\$HÇD$���H‹œ$à���H‰\$ H‹œ$è���H‰\$(H‹œ$ð���H‰\$0è����H‹L$@H‹D$HH‰Œ$8��H‰„$@��HÄà��ÉéeÿÿÿLCL‰$H‰D$è����é1ÿÿÿLCL‰$H‰D$è����éºþÿÿLCL‰$H‰D$è����éCþÿÿLCL‰$H‰D$è����éÏýÿÿLCL‰$H‰D$è����éXýÿÿLCL‰$H‰D$è����éáüÿÿLCL‰$H‰D$è����éjüÿÿ‰éêûÿÿè����é´õÿÿ
������”
��time.Now���„��6go.string."Jan _2 15:04:05"���ª
�� time.Time.Format���Ö
��os.Getpid���†
Î� runtime.duffzero���ø�� type."".Priority���°
��runtime.convT2E���†�6runtime.writeBarrierEnabled���ª��type.string���è
��runtime.convT2E���Æ�6runtime.writeBarrierEnabled���ê��type.string���¨ 
��runtime.convT2E���†
�6runtime.writeBarrierEnabled���ª
��type.int���â

��runtime.convT2E���À �6runtime.writeBarrierEnabled���ä ��type.string���¢ 
��runtime.convT2E���€ �6runtime.writeBarrierEnabled���¤ ��type.string���â 
��runtime.convT2E���À�6runtime.writeBarrierEnabled���ä��type.io.Writer���È
��runtime.convI2I���€��>go.string."<%d>%s %s[%d]: %s%s"���ô
��fmt.Fprintf���ê
��.runtime.writebarrierptr���˜
��.runtime.writebarrierptr���Æ
��.runtime.writebarrierptr���ô
��.runtime.writebarrierptr���¢
��.runtime.writebarrierptr���Ð
��.runtime.writebarrierptr���ò
��time.Now���â��Jgo.string."2006-01-02T15:04:05Z07:00"���ˆ
�� time.Time.Format���ô
��os.Getpid���¬
¶� runtime.duffzero���ž�� type."".Priority���Ö
��runtime.convT2E���¬�6runtime.writeBarrierEnabled���Ð��type.string���Ž
��runtime.convT2E���ì�6runtime.writeBarrierEnabled�����type.string���Î
��runtime.convT2E���¬�6runtime.writeBarrierEnabled���Ð��type.string���Ž
��runtime.convT2E���ì�6runtime.writeBarrierEnabled�����type.int���È
��runtime.convT2E���¦ �6runtime.writeBarrierEnabled���Ê ��type.string���ˆ!
��runtime.convT2E���æ!�6runtime.writeBarrierEnabled���Š"��type.string���È"
��runtime.convT2E���¦#�6runtime.writeBarrierEnabled���Ê#��type.io.Writer���®$
��runtime.convI2I���æ$��Dgo.string."<%d>%s %s %s[%d]: %s%s"���Ú%
��fmt.Fprintf���Ð&
��.runtime.writebarrierptr���þ&
��.runtime.writebarrierptr���¬'
��.runtime.writebarrierptr���Ú'
��.runtime.writebarrierptr���ˆ(
��.runtime.writebarrierptr���¶(
��.runtime.writebarrierptr���ä(
��.runtime.writebarrierptr���†)
��0runtime.morestack_noctxt���ÀÀ��R"".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_0045�Ÿtype.string�"".autotmp_0044��type.string�"".autotmp_0043��type.int�"".autotmp_0042��type.string�"".autotmp_0041��type.string�"".autotmp_0040��type.string�"".autotmp_0039�� type."".Priority�"".autotmp_0038��type.time.Time�"".autotmp_0037�ÿtype.string�"".autotmp_0036�ßtype.string�"".autotmp_0035�Ÿtype.int�"".autotmp_0034�¿type.string�"".autotmp_0033�Ÿtype.string�"".autotmp_0032� type."".Priority�"".autotmp_0031�Ïtype.time.Time�"".timestamp�ßtype.string�"".timestamp�ÿtype.string� "".~r5� type.error�
"".nl�€type.string� "".msg�`type.string� "".tag�@type.string�"".hostname� type.string�"".p� type."".Priority�"".n�� type.*"".netConn�*"À½¿À²
¿À½�Ð�¤²4ZG™4[
..Zg“ù4[
.E�>�I¡­¢;„Á±‚;©�Tgclocals·d08d7e7f5de35e0efa5fe63081130b55�Tgclocals·99f98530892a43915f6297008e146353���^prebuilts/go/linux-x86/src/log/syslog/syslog.goþ&"".(*netConn).close��à��ÔdH‹ %����H;avTHƒì(1ÛH‰\$8H‰\$@H‹\$0Hƒû�t5H‹KH‹kH‰l$ H‰,$H‰L$H‹Y ÿÓH‹L$H‹D$H‰L$8H‰D$@HƒÄ(ÉëÇè����ë–
������ˆ�������È
��0runtime.morestack_noctxt���0P�� "".~r0�type.error�"".n�� type.*"".netConn�PKOP�p�ÖD �
�D,�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·23e8278e2b69a3a75fa59b23c49ed6ad���^prebuilts/go/linux-x86/src/log/syslog/syslog.goþ"".NewLogger��à��ÊdH‹ %����HD$øH;A†Ã��Hìˆ���1ÛH‰œ$¨���H‰œ$°���H‹œ$���H‰$1ÛH‰\$H‰\$è����H‹L$H‹D$ H‹T$(H‰T$pH‰D$hHƒø�t$HDŽ$ �������H‰„$¨���H‰”$°���HÄˆ���ÃH‰L$@H‹����1íH9è„��H‹L$@H‰D$xH‰D$XH‰Œ$€���H‰L$`1ÛH‰\$HH‰\$PH‹œ$˜���H‰\$0H����H‰$è����H‹L$H‰ÏHƒù�„£���1ÀHƒÇèè����H‰L$8H‹l$XH‰i H‹l$`€=�����ucH‰i(H‹l$PH‰iH‹l$H€=�����u/H‰iH‹l$0H‰iH‰Œ$ ���1ÛH‰œ$¨���H‰œ$°���HÄˆ���ÃLAL‰$H‰l$è����H‹L$8ë¼LA(L‰$H‰l$è����H‹L$8눉éVÿÿÿH����H‰$H����H‰\$H����H‰\$è����H‹D$éÍþÿÿè����éþÿÿ
������”
�� "".New���²��8go.itab.*"".Writer.io.Writer���À��type.log.Logger���Ò
��"runtime.newobject���Œ
ä� runtime.duffzero���¾�6runtime.writeBarrierEnabled���ô�6runtime.writeBarrierEnabled���ü
��.runtime.writebarrierptr���®
��.runtime.writebarrierptr���Ø��type.*"".Writer���î��type.io.Writer���†��8go.itab.*"".Writer.io.Writer���š
�� runtime.typ2Itab���¸
��0runtime.morestack_noctxt���P��"".autotmp_0073�Ÿ type.*log.Logger�"".autotmp_0072�� type.*log.Logger�"".autotmp_0070�type.io.Writer�"".autotmp_0069�type.*"".Writer�log.flag·4�¯type.int�log.prefix·3�type.string�log.out·2�_type.io.Writer� "".err�?type.error� "".~r3�0type.error� "".~r2�  type.*log.Logger�"".logFlag�type.int�"".p�� type."".Priority�(qÞ€�ð�æ11 $Ê ��IŸ•6$�Tgclocals·26ea3850d57530f636e7d0cb2559d80c�Tgclocals·85b0f653f20ae35c96bb800c4b394d61���^prebuilts/go/linux-x86/src/log/syslog/syslog.goþ"".unixSyslog��€��ðdH‹ %����H„$àþÿÿH;A†S��Hì ��1Û1Û1ÀH‰„$¸��H‰„$À��1ÉH‰Œ$¨��H‰Œ$°��HŒ$P��H‹-����H‰)H‹-����H‰iH‹-����H‰iH‹-����H‰iHÇÆ���HÇÂ���H„$p��H‹-����H‰(H‹-����H‰hH‹-����H‰hH‹-����H‰hH‹-����H‰h H‹-����H‰h(HDŽ$�����HDŽ$�����H‰„$��H‰Œ$ð���H‰´$ø���H‰”$���H‰”$H��1ÿH‰´$@��H‰t$PH‰Œ$8��H‰ÎH‹l$PH9ïb��H‰t$xHƒþ�„��H‹H‹nH‰|$XH‰Œ$à���H‰Œ$°���H‰¬$è���H‰¬$¸���H‹”$��H‹„$��H‹œ$��H‰œ$0��1ÉH‰„$(��H‰D$@H‰”$ ��H‰ÐH‹l$@H9éÊ���H‰D$pHƒø�„’��H‹H‹hH‰L$HH‰”$à���H‰¬$è���H‹œ$°���H‰$H‹œ$¸���H‰\$H‰”$ ���H‰T$H‰¬$¨���H‰l$è����H‹|$XH‹t$xH‹\$ H‰œ$Ð���H‹\$(H‰œ$Ø���H‹D$0H‹\$8H‰œ$È���H‰„$À���Hƒø�„$��H‹D$pH‹L$HHƒÀHÿÁH‹l$@H9éŒ6ÿÿÿHƒÆHÿÇH‹l$PH9þÿÿH����H‰œ$���HDŽ$˜������1ÛH‰œ$€���H‰œ$ˆ���H����H‰$è����H‹D$H‰D$`H‹¬$˜���H‰hH‹¬$���€=�����utH‰(H‰D$`H‹����1íH9èt/H‹L$`1ÛH‰œ$¨��H‰œ$°��H‰„$¸��H‰Œ$À��HÄ ��ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë¢H‰$H‰l$è����H‹D$`éwÿÿÿH����H‰$è����H‹D$H‰D$hH‹¬$Ð���H‰hH‹¬$Ø���€=�����uH‰hHÇÅ���@ˆ(H‰D$hH‹����1íH9èt/H‹L$hH‰„$¨��H‰Œ$°��1ÛH‰œ$¸��H‰œ$À��HÄ ��ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë¢L@L‰$H‰l$è����H‹D$héiÿÿÿ‰�égýÿÿ‰éÝüÿÿè����éˆûÿÿ@
������ª��""".statictmp_0079���¾�""".statictmp_0079���Ô �""".statictmp_0079���ê0�""".statictmp_0079���¬��""".statictmp_0082���À�""".statictmp_0082���Ö �""".statictmp_0082���ì0�""".statictmp_0082���‚@�""".statictmp_0082���˜P�""".statictmp_0082���¼
��net.Dial���Â
��Lgo.string."Unix syslog delivery error"���œ ��.type.errors.errorString���® 
��"runtime.newobject���ö �6runtime.writeBarrierEnabled���š ��Bgo.itab.*errors.errorString.error���” ��0type.*errors.errorString���ª ��type.error��� ��Bgo.itab.*errors.errorString.error���Ö 
�� runtime.typ2Itab���€
��.runtime.writebarrierptr���¢��type."".netConn���´
��"runtime.newobject���ü�6runtime.writeBarrierEnabled���¶��Bgo.itab.*"".netConn."".serverConn���°�� type.*"".netConn���Æ��$type."".serverConn���Þ��Bgo.itab.*"".netConn."".serverConn���ò
�� runtime.typ2Itab���¤
��.runtime.writebarrierptr���Þ
��0runtime.morestack_noctxt���@À��8"".autotmp_0099��type.error�"".autotmp_0098��type.*uint8�"".autotmp_0096�ÿ0type.*errors.errorString�"".autotmp_0093�ï type.*"".netConn�"".autotmp_0092��type.string�"".autotmp_0091�ßtype.*string�"".autotmp_0090�¿type.int�"".autotmp_0089�¯type.int�"".autotmp_0088�ÿtype.string�"".autotmp_0087�Ïtype.*string�"".autotmp_0086�Ÿtype.int�"".autotmp_0085�type.int�"".autotmp_0084�_type.[3]string�"".autotmp_0081�Ÿtype.[2]string�"".autotmp_0078��0type.*errors.errorString�"".autotmp_0077�� type.*"".netConn�"".autotmp_0076�ÿtype.[]string�"".autotmp_0075�Ïtype.[]string� "".~r0�¿type.error�errors.text·2�Ÿtype.string� "".err�¿type.error�"".conn�Ÿtype.net.Conn�"".path�ÿtype.string�"".network�ßtype.string�"".logPaths�¯type.[]string�"".logTypes�ßtype.[]string� "".err� type.error�"".conn��$type."".serverConn�("À¤¿ÀÍ¿Àk�€ �@$JAiƒsnðÒ �"�¹”/ŸH�Tgclocals·45fc912e908bd82a3e80d7be34d17d5d�Tgclocals·c8fe0292284ea99a1629e671c37fb254���hprebuilts/go/linux-x86/src/log/syslog/syslog_unix.goþ"".init��à��ÐdH‹ %����H;avR¶����€û�t¶����€ûuÃè���� Æ����è����è����è����è����è����è����è����Æ����Ãè����ë˜
������$��"".initdone·���<��"".initdone·���R
��"runtime.throwinit���b�"".initdone·���n
��fmt.init���x
��log.init���‚
��net.init���Œ
��os.init���–
��strings.init��� 
��sync.init���ª
��time.init���¶�"".initdone·���Ä
��0runtime.morestack_noctxt��������p�p�@p�
�(H�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���hprebuilts/go/linux-x86/src/log/syslog/syslog_unix.goþ&"".serverConn.close�à��ÒdH‹ %����H;avSHƒìH‹Y H…Ût H|$ H9;uH‰#1ÛH‰\$0H‰\$8H‹\$(H‰$H‹\$ H‹[ ÿÓH‹L$H‹D$H‰L$0H‰D$8HƒÄÃè����ë—
������Ž�������Æ
��0runtime.morestack_noctxt���@0�� "".~r0� type.error�""..this��$type."".serverConn�0N/0�p�p�
�G)�Tgclocals·0ebb2d1da58c1b4224bf5a7b370d7578�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ2"".serverConn.writeString�à��ÜdH‹ %����H;a†Ñ���Hƒì`H‹Y H…Ût H|$hH9;uH‰#1ÛH‰œ$À���H‰œ$È���H‹\$xH‰\$H‹œ$€���H‰\$H‹œ$ˆ���H‰\$H‹œ$���H‰\$ H‹œ$˜���H‰\$(H‹œ$ ���H‰\$0H‹œ$¨���H‰\$8H‹œ$°���H‰\$@H‹œ$¸���H‰\$HH‹\$pH‰$H‹\$hH‹[(ÿÓH‹L$PH‹D$XH‰Œ$À���H‰„$È���HƒÄ`Ãè����éÿÿÿ
������†�������Ê
��0runtime.morestack_noctxt���ÐÀ�� "".~r5�°type.error�
"".nl�type.string�"".s�ptype.string� "".tag�Ptype.string�"".hostname�0type.string�"".p�  type."".Priority�""..this��$type."".serverConn�ÀÌ¿À �ð�ð� �Ã-�Tgclocals·cd37d46306c462b5bb27f23da3da06f7�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ(type..hash."".Writer�€��òdH‹ %����H;a†œ��Hƒì H‹\$(H‰$Hƒ<$�„x��H‹\$0H‰\$HÇD$���è����H‹D$H‹\$(H‰$Hƒ<$�„;��Hƒ$H‰D$0H‰D$è����H‹D$H‹\$(H‰$Hƒ<$�„��Hƒ$H‰D$0H‰D$è����H‹D$H‹\$(H‰$Hƒ<$�„É���Hƒ$(H‰D$0H‰D$è����H‹D$H‹\$(H‰$Hƒ<$�„���Hƒ$8H‰D$0H‰D$è����H‹D$H‹\$(H‰$Hƒ<$�t^Hƒ$HH‰D$0H‰D$HÇD$���è����H‹D$H‹\$(H‰$Hƒ<$�t#Hƒ$PH‰D$0H‰D$è����H‹\$H‰\$8HƒÄ É%����ëԉ%����뙉%����édÿÿÿ‰%����é+ÿÿÿ‰%����éòþÿÿ‰%����é¹þÿÿ‰%����é|þÿÿè����éGþÿÿ
������~
��runtime.memhash���Ø
��runtime.strhash���²
��runtime.strhash���Œ
��runtime.strhash���æ
��runtime.strhash���Ê
��runtime.memhash���œ
��"runtime.interhash���à
��0runtime.morestack_noctxt���0@�� "".~r2� type.uintptr�"".h�type.uintptr�"".p��type.*"".Writer�@É?@_�À�À� �>‚�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���Xprebuilts/go/linux-x86/src/log/syslog/doc.goþ$type..eq."".Writer�  ��Š dH‹ %����H;a†è��HƒìhH‹L$pH‹D$xH‹H‹(H9ët Ƅ$€����HƒÄhÃH‹qH‹IH‹PH‹@H9Á…œ��H‰t$XH‰4$H‰L$`H‰L$H‰T$HH‰T$H‰D$PH‰D$è����¶\$ €û�„b��H‹\$pHƒû�„L��H‹SH‹C H‹\$xHƒû�„.��H‹sH‹K H9È…��H‰T$HH‰$H‰D$PH‰D$H‰t$XH‰t$H‰L$`H‰L$è����¶\$ €û�„Ö��H‹\$pHƒû�„À��H‹s(H‹K0H‹\$xHƒû�„¢��H‹S(H‹C0H9Á…„��H‰t$XH‰4$H‰L$`H‰L$H‰T$HH‰T$H‰D$PH‰D$è����¶\$ €û�„J��H‹\$pHƒû�„4��H‹S8H‹C@H‹\$xHƒû�„��H‹s8H‹K@H9È…ø���H‰T$HH‰$H‰D$PH‰D$H‰t$XH‰t$H‰L$`H‰L$è����H‹|$pH‹T$x¶\$ €û�„´���H‰ùHƒÿ�„ ���HƒÁHH‰ÐHƒú�„ˆ���HƒÀH‹‹(9ëuo‹Y‹h9ëueH‹JPH‹rXH‹GPH‹WXH9ÈuCH‰D$(H‰$H‰T$0H‰T$H‰L$8H‰L$H‰t$@H‰t$è����¶\$ €û�t Ƅ$€���HƒÄhÃƄ$€����HƒÄhÃƄ$€����HƒÄhÉéqÿÿÿ‰éYÿÿÿƄ$€����HƒÄhÉéãþÿÿ‰éÅþÿÿƄ$€����HƒÄhÉéWþÿÿ‰é9þÿÿƄ$€����HƒÄhÉéËýÿÿ‰é­ýÿÿƄ$€����HƒÄhÃè����éûüÿÿ
������ô
�� runtime.eqstring���Ö
�� runtime.eqstring���¸
�� runtime.eqstring���š
�� runtime.eqstring���´ 
��runtime.ifaceeq���ø 
��0runtime.morestack_noctxt���0Ð��"".autotmp_0115�$type."".serverConn�"".autotmp_0114�_$type."".serverConn�"".autotmp_0111��type.string�"".autotmp_0110��type.string�"".autotmp_0109��type.string�"".autotmp_0108��type.string�"".autotmp_0107��type.string�"".autotmp_0106��type.string�"".autotmp_0105�?type.string�"".autotmp_0104�type.string� "".~r2� type.bool�"".q�type.*"".Writer�"".p��type.*"".Writer�nÐ!ÏлÏÐ ÏÐ ÏÐÏÐÏÐÏÐÏÐ��� �y—�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·895d0569a38a56443b84805daa09d838���Xprebuilts/go/linux-x86/src/log/syslog/doc.goþ*type..hash."".netConn� ��ždH‹ %����H;avvHƒì H‹\$(H‰$Hƒ<$�tYH‹\$0H‰\$HÇD$���è����H‹D$H‹\$(H‰$Hƒ<$�t#Hƒ$H‰D$0H‰D$è����H‹\$H‰\$8HƒÄ É%����ëԉ%����ëžè����éqÿÿÿ
������n
��runtime.memhash�����"runtime.interhash���Œ
��0runtime.morestack_noctxt���0@�� "".~r2� type.uintptr�"".h�type.uintptr�"".p�� type.*"".netConn�@_?@���
�6Z�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���Xprebuilts/go/linux-x86/src/log/syslog/doc.goþ&type..eq."".netConn�À��¾dH‹ %����H;a†‚���HƒìHH‹T$PH‹D$X¶¶(@8ët
ÆD$`�HƒÄHÃH‹HH‹pH‹BH‹RH9Èu@H‰D$(H‰$H‰T$0H‰T$H‰L$8H‰L$H‰t$@H‰t$è����¶\$ €û�t
ÆD$`HƒÄHÃÆD$`�HƒÄHÃè����éaÿÿÿ
������æ
��runtime.ifaceeq���¬
��0runtime.morestack_noctxt���0��
"".autotmp_0117�?type.net.Conn�"".autotmp_0116�type.net.Conn� "".~r2� type.bool�"".q� type.*"".netConn�"".p�� type.*"".netConn�0T  � � �
�r.�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·a8eabfc4a4514ed6b3b0c61e9680e440���Xprebuilts/go/linux-x86/src/log/syslog/doc.goþ4type..hash.[6]interface {}�à��ÊdH‹ %����H;a†ˆ���Hƒì(H‹L$81ÀHÇD$���H‹l$H9è}\H‰D$ H‰ÅH‰ÈHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$0Hƒû�t;HÁåHëH‰$H‰D$8H‰D$è����H‹L$H‹D$ HÿÀH‹l$H9è|¤H‰L$@HƒÄ(ÉëÁè����é[ÿÿÿ
������ä
��(runtime.nilinterhash���¸
��0runtime.morestack_noctxt���0P��
"".autotmp_0119�type.int�"".autotmp_0118�type.int� "".~r2� type.uintptr�"".h�type.uintptr�"".p��*type.*[6]interface {}�POP�°�°�
�q?�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���Xprebuilts/go/linux-x86/src/log/syslog/doc.goþ0type..eq.[6]interface {}�à��ÖdH‹ %����H;a†Î���HƒìX1ÀHÇD$(���H‹l$(H9荒���H‰D$0H‹\$hHƒû�„–���H‰ÅHÁåHëH‹ H‹sH‹\$`Hƒû�tvH‰ÅHÁåHëH‹H‹SH9ÈuVH‰D$8H‰$H‰T$@H‰T$H‰L$HH‰L$H‰t$PH‰t$è����¶\$ €û�t H‹D$0HÿÀH‹l$(H9èŒnÿÿÿÆD$pHƒÄXÃÆD$p�HƒÄXÉ놉écÿÿÿè����éÿÿÿ
������¼
��runtime.efaceeq���Ä
��0runtime.morestack_noctxt���0°��"".autotmp_0123�?"type.interface {}�"".autotmp_0122�"type.interface {}�"".autotmp_0121�_type.int�"".autotmp_0120�Otype.int� "".~r2� type.bool�"".q�*type.*[6]interface {}�"".p��*type.*[6]interface {}�&°´¯° ¯°�ð�ð� �S�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·a8eabfc4a4514ed6b3b0c61e9680e440���Xprebuilts/go/linux-x86/src/log/syslog/doc.goþ4type..hash.[7]interface {}�à��ÊdH‹ %����H;a†ˆ���Hƒì(H‹L$81ÀHÇD$���H‹l$H9è}\H‰D$ H‰ÅH‰ÈHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$0Hƒû�t;HÁåHëH‰$H‰D$8H‰D$è����H‹L$H‹D$ HÿÀH‹l$H9è|¤H‰L$@HƒÄ(ÉëÁè����é[ÿÿÿ
������ä
��(runtime.nilinterhash���¸
��0runtime.morestack_noctxt���0P��
"".autotmp_0125�type.int�"".autotmp_0124�type.int� "".~r2� type.uintptr�"".h�type.uintptr�"".p��*type.*[7]interface {}�POP�°�°�
�q?�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���Xprebuilts/go/linux-x86/src/log/syslog/doc.goþ0type..eq.[7]interface {}�à��ÖdH‹ %����H;a†Î���HƒìX1ÀHÇD$(���H‹l$(H9荒���H‰D$0H‹\$hHƒû�„–���H‰ÅHÁåHëH‹ H‹sH‹\$`Hƒû�tvH‰ÅHÁåHëH‹H‹SH9ÈuVH‰D$8H‰$H‰T$@H‰T$H‰L$HH‰L$H‰t$PH‰t$è����¶\$ €û�t H‹D$0HÿÀH‹l$(H9èŒnÿÿÿÆD$pHƒÄXÃÆD$p�HƒÄXÉ놉écÿÿÿè����éÿÿÿ
������¼
��runtime.efaceeq���Ä
��0runtime.morestack_noctxt���0°��"".autotmp_0129�?"type.interface {}�"".autotmp_0128�"type.interface {}�"".autotmp_0127�_type.int�"".autotmp_0126�Otype.int� "".~r2� type.bool�"".q�*type.*[7]interface {}�"".p��*type.*[7]interface {}�&°´¯° ¯°�ð�ð� �S�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·a8eabfc4a4514ed6b3b0c61e9680e440���Xprebuilts/go/linux-x86/src/log/syslog/doc.goþ(type..hash.[2]string�à��ÊdH‹ %����H;a†ˆ���Hƒì(H‹L$81ÀHÇD$���H‹l$H9è}\H‰D$ H‰ÅH‰ÈHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$0Hƒû�t;HÁåHëH‰$H‰D$8H‰D$è����H‹L$H‹D$ HÿÀH‹l$H9è|¤H‰L$@HƒÄ(ÉëÁè����é[ÿÿÿ
������ä
��runtime.strhash���¸
��0runtime.morestack_noctxt���0P��
"".autotmp_0131�type.int�"".autotmp_0130�type.int� "".~r2� type.uintptr�"".h�type.uintptr�"".p��type.*[2]string�POP�°�°�
�q?�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���Xprebuilts/go/linux-x86/src/log/syslog/doc.goþ$type..eq.[2]string�à��ÖdH‹ %����H;a†Î���HƒìX1ÀHÇD$(���H‹l$(H9荒���H‰D$0H‹\$`Hƒû�„–���H‰ÅHÁåHëH‹3H‹KH‹\$hHƒû�tvH‰ÅHÁåHëH‹H‹CH9ÁuVH‰t$HH‰4$H‰L$PH‰L$H‰T$8H‰T$H‰D$@H‰D$è����¶\$ €û�t H‹D$0HÿÀH‹l$(H9èŒnÿÿÿÆD$pHƒÄXÃÆD$p�HƒÄXÉ놉écÿÿÿè����éÿÿÿ
������¼
�� runtime.eqstring���Ä
��0runtime.morestack_noctxt���0°��"".autotmp_0135�?type.string�"".autotmp_0134�type.string�"".autotmp_0133�_type.int�"".autotmp_0132�Otype.int� "".~r2� type.bool�"".q�type.*[2]string�"".p��type.*[2]string�&°´¯° ¯°�ð�ð� �S�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·a8eabfc4a4514ed6b3b0c61e9680e440���Xprebuilts/go/linux-x86/src/log/syslog/doc.goþ(type..hash.[3]string�à��ÊdH‹ %����H;a†ˆ���Hƒì(H‹L$81ÀHÇD$���H‹l$H9è}\H‰D$ H‰ÅH‰ÈHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$0Hƒû�t;HÁåHëH‰$H‰D$8H‰D$è����H‹L$H‹D$ HÿÀH‹l$H9è|¤H‰L$@HƒÄ(ÉëÁè����é[ÿÿÿ
������ä
��runtime.strhash���¸
��0runtime.morestack_noctxt���0P��
"".autotmp_0137�type.int�"".autotmp_0136�type.int� "".~r2� type.uintptr�"".h�type.uintptr�"".p��type.*[3]string�POP�°�°�
�q?�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���Xprebuilts/go/linux-x86/src/log/syslog/doc.goþ$type..eq.[3]string�à��ÖdH‹ %����H;a†Î���HƒìX1ÀHÇD$(���H‹l$(H9荒���H‰D$0H‹\$`Hƒû�„–���H‰ÅHÁåHëH‹3H‹KH‹\$hHƒû�tvH‰ÅHÁåHëH‹H‹CH9ÁuVH‰t$HH‰4$H‰L$PH‰L$H‰T$8H‰T$H‰D$@H‰D$è����¶\$ €û�t H‹D$0HÿÀH‹l$(H9èŒnÿÿÿÆD$pHƒÄXÃÆD$p�HƒÄXÉ놉écÿÿÿè����éÿÿÿ
������¼
�� runtime.eqstring���Ä
��0runtime.morestack_noctxt���0°��"".autotmp_0141�?type.string�"".autotmp_0140�type.string�"".autotmp_0139�_type.int�"".autotmp_0138�Otype.int� "".~r2� type.bool�"".q�type.*[3]string�"".p��type.*[3]string�&°´¯° ¯°�ð�ð� �S�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·a8eabfc4a4514ed6b3b0c61e9680e440���Xprebuilts/go/linux-x86/src/log/syslog/doc.goþTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·829d8fcb01908ea01565408e3bde2522�������������þ0Bgo.itab.*errors.errorString.error�����þXgo.string.hdr."log/syslog: invalid priority"� �� ������������������Pgo.string."log/syslog: invalid priority"���þPgo.string."log/syslog: invalid priority"�@��:log/syslog: invalid priority��þTgclocals·099ab8a803c7e5b2b86065640a5da2ea�X��X ��� �����������€���‚������������ �������þTgclocals·cf4abebda0b9212cded89097f94170ea�X��X ���
���%���¥��¥��¥��¥��¥��%���%���%����þ0Bgo.itab.*"".netConn."".serverConn�����þ2go.string.hdr."localhost"� �� �������� ����������*go.string."localhost"���þ*go.string."localhost"� ��localhost��þTgclocals·5d9fc64f8bd0c50ace14054f9b31fd08�0��0��� ������������������þTgclocals·ee10a820851092bf95788560bf5ba474�0��0�������������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·b60dc0a6046c556b02baa766a3fd5a27�������������þTgclocals·64ca935d1a2110a30e2d604686188539� �� ���������������þTgclocals·cad14e25fd48dddd762418d02c031d67� �� �������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·1347047f6245a35b91e9a4f213167d52�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·1347047f6245a35b91e9a4f213167d52�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·1347047f6245a35b91e9a4f213167d52�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·1347047f6245a35b91e9a4f213167d52�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·1347047f6245a35b91e9a4f213167d52�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·1347047f6245a35b91e9a4f213167d52�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·1347047f6245a35b91e9a4f213167d52�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·1347047f6245a35b91e9a4f213167d52�������������þTgclocals·ae0a20890c9ac6bfbea3383f34532bab� �� ���������������þTgclocals·e005ea8c128fdd2cbe053ee4ba8a4b6e� �� ���������e����þ$go.string.hdr."\n"� �� ������������������go.string."\n"���þgo.string."\n"���
��þTgclocals·4d456d263a0e58ecf647ec8c209ae761� �� ���
�����������þTgclocals·e74bd51a6d9e1587439df65818ced129� �� �������������þ>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:05��þFgo.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%s��þRgo.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:00��þLgo.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%s��þTgclocals·99f98530892a43915f6297008e146353�€��€���0������������P�������UÁÿ����UÀÿ����T������@U�üÿ��@U��üÿ���þTgclocals·d08d7e7f5de35e0efa5fe63081130b55�H��H��� ���U��U��U��U��U��U��U���þTgclocals·23e8278e2b69a3a75fa59b23c49ed6ad��������������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þ08go.itab.*"".Writer.io.Writer�����þTgclocals·85b0f653f20ae35c96bb800c4b394d61�8��8���
����������4����������þTgclocals·26ea3850d57530f636e7d0cb2559d80c�8��8���������������������������þ0go.string.hdr."unixgram"� �� ������������������(go.string."unixgram"���þ(go.string."unixgram"� ��unixgram��þ(go.string.hdr."unix"� �� ������������������ go.string."unix"���þ go.string."unix"���
unix��þ0go.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/syslog��þ8go.string.hdr."/var/run/log"� �� �������� ����������0go.string."/var/run/log"���þ0go.string."/var/run/log"� ��/var/run/log��þTgo.string.hdr."Unix syslog delivery error"� �� ������������������Lgo.string."Unix syslog delivery error"���þLgo.string."Unix syslog delivery error"�@��6Unix syslog delivery error��þTgclocals·c8fe0292284ea99a1629e671c37fb254�p��p���(�����������  @U����À�@U�����@U���@��@U�����@U����þTgclocals·45fc912e908bd82a3e80d7be34d17d5d�@��@�������������������������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þ""".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"".initdone·��type.uint8���þ"".New·f�������������� "".New���þ"".Dial·f��������������"".Dial���þ."".(*Writer).connect·f��������������("".(*Writer).connect���þ*"".(*Writer).Write·f��������������$"".(*Writer).Write���þ*"".(*Writer).Close·f��������������$"".(*Writer).Close���þ*"".(*Writer).Emerg·f��������������$"".(*Writer).Emerg���þ*"".(*Writer).Alert·f��������������$"".(*Writer).Alert���þ("".(*Writer).Crit·f��������������""".(*Writer).Crit���þ&"".(*Writer).Err·f�������������� "".(*Writer).Err���þ."".(*Writer).Warning·f��������������("".(*Writer).Warning���þ,"".(*Writer).Notice·f��������������&"".(*Writer).Notice���þ("".(*Writer).Info·f��������������""".(*Writer).Info���þ*"".(*Writer).Debug·f��������������$"".(*Writer).Debug���þ:"".(*Writer).writeAndRetry·f��������������4"".(*Writer).writeAndRetry���þ*"".(*Writer).write·f��������������$"".(*Writer).write���þ8"".(*netConn).writeString·f��������������2"".(*netConn).writeString���þ,"".(*netConn).close·f��������������&"".(*netConn).close���þ"".NewLogger·f��������������"".NewLogger���þ "".unixSyslog·f��������������"".unixSyslog���þ"".init·f��������������"".init���þ"runtime.gcbits.01����þ@go.string.hdr."*syslog.Priority"� �� ������������������8go.string."*syslog.Priority"���þ8go.string."*syslog.Priority"�0��"*syslog.Priority��þ"type.*"".Priority�� �� ��������������K÷R�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��@go.string.hdr."*syslog.Priority"���p��4go.weak.type.**"".Priority���€��"runtime.zerovalue����� type."".Priority���þruntime.gcbits.������þ>go.string.hdr."syslog.Priority"� �� ������������������6go.string."syslog.Priority"���þ6go.string."syslog.Priority"� �� syslog.Priority��þ0go.string.hdr."Priority"� �� ������������������(go.string."Priority"���þ(go.string."Priority"� ��Priority��þ4go.string.hdr."log/syslog"� �� ��������
����������,go.string."log/syslog"���þ,go.string."log/syslog"� ��log/syslog��þ"go.importpath."".� �� ��������
����������,go.string."log/syslog"���þ type."".Priority��à��à���������������¡re�‚����������������������������������������������������������������������������������������0 � runtime.algarray���@��runtime.gcbits.���P��>go.string.hdr."syslog.Priority"���p��"type.*"".Priority���€��"runtime.zerovalue���`� type."".Priority�����0go.string.hdr."Priority"��� ��"go.importpath."".���°à� type."".Priority���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0ebb2d1da58c1b4224bf5a7b370d7578�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·cd37d46306c462b5bb27f23da3da06f7������ ���«���þ8go.string.hdr."func() error"� �� �������� ����������0go.string."func() error"���þ0go.string."func() error"� ��func() error��þ"type.func() error�����������������œ‚Öµ�3��������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��8go.string.hdr."func() error"���p��4go.weak.type.*func() error���€��"runtime.zerovalue��� €�"type.func() error���Ѐ�"type.func() error���€��type.error���þJgo.typelink.func() error func() error��������������"type.func() error���þ–go.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) error��þxtype.func("".Priority, string, string, string, string) error�à��à��������������[mÕ�3����������������������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��–go.string.hdr."func(syslog.Priority, string, string, string, string) error"���p��Šgo.weak.type.*func("".Priority, string, string, string, string) error���€��"runtime.zerovalue��� €�xtype.func("".Priority, string, string, string, string) error���ÐÐ�xtype.func("".Priority, string, string, string, string) error���€�� type."".Priority�����type.string��� ��type.string���°��type.string���À��type.string���Ð��type.error���þþgo.typelink.func(syslog.Priority, string, string, string, string) error func("".Priority, string, string, string, string) error��������������xtype.func("".Priority, string, string, string, string) error���þDgo.string.hdr."*syslog.serverConn"� �� ������������������<go.string."*syslog.serverConn"���þ<go.string."*syslog.serverConn"�0��&*syslog.serverConn��þ&type.*"".serverConn�� �� ��������������k,õí�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��Dgo.string.hdr."*syslog.serverConn"���p��8go.weak.type.**"".serverConn���€��"runtime.zerovalue�����$type."".serverConn���þ"runtime.gcbits.03����þBgo.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"��� close��þ6go.string.hdr."writeString"� �� �������� ����������.go.string."writeString"���þ.go.string."writeString"� ��writeString��þ4go.string.hdr."serverConn"� �� ��������
����������,go.string."serverConn"���þ,go.string."serverConn"� ��serverConn��þ$type."".serverConn��ð��ð��������������¯Î�b��������������������������������������������������������������������������������������������������������������������������������������������������������������� 0à� runtime.algarray���@��"runtime.gcbits.03���P��Bgo.string.hdr."syslog.serverConn"���p��&type.*"".serverConn���€��"runtime.zerovalue���À�$type."".serverConn���À��*go.string.hdr."close"���Ð��"go.importpath."".���à��"type.func() error���ð��6go.string.hdr."writeString"���€��"go.importpath."".�����xtype.func("".Priority, string, string, string, string) error���` �$type."".serverConn��� ��4go.string.hdr."serverConn"���°��"go.importpath."".���Àð�$type."".serverConn���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·895d0569a38a56443b84805daa09d838��������������þTgclocals·3bb21ca8fe1d99a3e492463bd711418a�������������þ0type..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.Writer��þ0go.string.hdr."priority"� �� ������������������(go.string."priority"���þ(go.string."priority"� ��priority��þ&go.string.hdr."tag"� �� ������������������go.string."tag"���þgo.string."tag"���tag��þ0go.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"���
conn��þ,go.string.hdr."Writer"� �� ������������������$go.string."Writer"���þ$go.string."Writer"���Writer��þtype."".Writer��À��À`�������`�������ꉈ�����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������(���������������������������������������8���������������������������������������H���������������������������������������P�����������������������������������������������>0��&type..alg."".Writer���@��&runtime.gcbits.aa0c���P��:go.string.hdr."syslog.Writer"���p��type.*"".Writer���€��"runtime.zerovalue���À�type."".Writer���À��0go.string.hdr."priority"���Ð��"go.importpath."".���à�� type."".Priority�����&go.string.hdr."tag"��� ��"go.importpath."".���°��type.string���à��0go.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.Writer��þdgo.string.hdr."func(*syslog.Writer, string) error"� �� ��������"����������\go.string."func(*syslog.Writer, string) error"���þ\go.string."func(*syslog.Writer, string) error"�P��Ffunc(*syslog.Writer, string) error��þFtype.func(*"".Writer, string) error�°��°��������������
+�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��dgo.string.hdr."func(*syslog.Writer, string) error"���p��Xgo.weak.type.*func(*"".Writer, string) error���€��"runtime.zerovalue��� €�Ftype.func(*"".Writer, string) error���Р�Ftype.func(*"".Writer, string) error���€��type.*"".Writer�����type.string��� ��type.error���þšgo.typelink.func(*syslog.Writer, string) error func(*"".Writer, string) error��������������Ftype.func(*"".Writer, string) error���þTgo.string.hdr."func(*syslog.Writer) error"� �� ������������������Lgo.string."func(*syslog.Writer) error"���þLgo.string."func(*syslog.Writer) error"�@��6func(*syslog.Writer) error��þ6type.func(*"".Writer) error� �� ��������������Xé"�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Tgo.string.hdr."func(*syslog.Writer) error"���p��Hgo.weak.type.*func(*"".Writer) error���€��"runtime.zerovalue��� €�6type.func(*"".Writer) error���А�6type.func(*"".Writer) error���€��type.*"".Writer�����type.error���þzgo.typelink.func(*syslog.Writer) error func(*"".Writer) error��������������6type.func(*"".Writer) error���þ.go.string.hdr."[]uint8"� �� ������������������&go.string."[]uint8"���þ&go.string."[]uint8"���[]uint8��þtype.[]uint8� �� ��������������ß~.8��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��.go.string.hdr."[]uint8"���p��*go.weak.type.*[]uint8���€��"runtime.zerovalue�����type.uint8���þ6go.typelink.[]uint8 []uint8��������������type.[]uint8���þtgo.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)�À��À��������������hF£�3������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��tgo.string.hdr."func(*syslog.Writer, []uint8) (int, error)"���p��hgo.weak.type.*func(*"".Writer, []uint8) (int, error)���€��"runtime.zerovalue��� €�Vtype.func(*"".Writer, []uint8) (int, error)���Р�Vtype.func(*"".Writer, []uint8) (int, error)���€��type.*"".Writer�����type.[]uint8��� ��type.int���°��type.error���þºgo.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)�Ð��Ð��������������å–×�3��������������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��”go.string.hdr."func(*syslog.Writer, syslog.Priority, string) (int, error)"���p��€go.weak.type.*func(*"".Writer, "".Priority, string) (int, error)���€��"runtime.zerovalue��� €�ntype.func(*"".Writer, "".Priority, string) (int, error)���а�ntype.func(*"".Writer, "".Priority, string) (int, error)���€��type.*"".Writer����� type."".Priority��� ��type.string���°��type.int���À��type.error���þògo.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"��� Alert��þDgo.string.hdr."func(string) error"� �� ������������������<go.string."func(string) error"���þ<go.string."func(string) error"�0��&func(string) error��þ.type.func(string) error� �� ��������������ŠB”h�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Dgo.string.hdr."func(string) error"���p��@go.weak.type.*func(string) error���€��"runtime.zerovalue��� €�.type.func(string) error���А�.type.func(string) error���€��type.string�����type.error���þbgo.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"���
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"���
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"��� Write��þTgo.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)�°��°��������������„N4P�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Tgo.string.hdr."func([]uint8) (int, error)"���p��Pgo.weak.type.*func([]uint8) (int, error)���€��"runtime.zerovalue��� €�>type.func([]uint8) (int, error)���А�>type.func([]uint8) (int, error)���€��type.[]uint8�����type.int��� ��type.error���þ‚go.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"��� write��þtgo.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)�À��À��������������+џã�3������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��tgo.string.hdr."func(syslog.Priority, string) (int, error)"���p��hgo.weak.type.*func("".Priority, string) (int, error)���€��"runtime.zerovalue��� €�Vtype.func("".Priority, string) (int, error)���Р�Vtype.func("".Priority, string) (int, error)���€�� type."".Priority�����type.string��� ��type.int���°��type.error���þºgo.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"� ��writeAndRetry��þtype.*"".Writer��Ð ��Ð ��������������,ì7�6�������������������������������������������������������������������������������� ������� �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������˜0 � runtime.algarray���@��"runtime.gcbits.01���P��<go.string.hdr."*syslog.Writer"���p��0go.weak.type.**"".Writer���€��"runtime.zerovalue�����type."".Writer���` �type.*"".Writer���Àð�type.*"".Writer���ð��*go.string.hdr."Alert"�����.type.func(string) error��� ��Ftype.func(*"".Writer, string) error���°��$"".(*Writer).Alert���À��$"".(*Writer).Alert���Ð��*go.string.hdr."Close"���ð��"type.func() error���€��6type.func(*"".Writer) error�����$"".(*Writer).Close��� ��$"".(*Writer).Close���°��(go.string.hdr."Crit"���Ð��.type.func(string) error���à��Ftype.func(*"".Writer, string) error���ð��""".(*Writer).Crit���€��""".(*Writer).Crit�����*go.string.hdr."Debug"���°��.type.func(string) error���À��Ftype.func(*"".Writer, string) error���Ð��$"".(*Writer).Debug���à��$"".(*Writer).Debug���ð��*go.string.hdr."Emerg"�����.type.func(string) error��� ��Ftype.func(*"".Writer, string) error���°��$"".(*Writer).Emerg���À��$"".(*Writer).Emerg���Ð��&go.string.hdr."Err"���ð��.type.func(string) error���€��Ftype.func(*"".Writer, string) error����� "".(*Writer).Err��� �� "".(*Writer).Err���°��(go.string.hdr."Info"���Ð��.type.func(string) error���à��Ftype.func(*"".Writer, string) error���ð��""".(*Writer).Info���€��""".(*Writer).Info�����,go.string.hdr."Notice"���°��.type.func(string) error���À��Ftype.func(*"".Writer, string) error���Ð��&"".(*Writer).Notice���à��&"".(*Writer).Notice���ð��.go.string.hdr."Warning"�����.type.func(string) error��� ��Ftype.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���€
��("".(*Writer).connect���
��*go.string.hdr."write"��� 
��"go.importpath."".���°
��Vtype.func("".Priority, string) (int, error)�����ntype.func(*"".Writer, "".Priority, string) (int, error)���Ð
��$"".(*Writer).write���à
��$"".(*Writer).write���ð
��:go.string.hdr."writeAndRetry"���€ ��"go.importpath."".��� ��Vtype.func("".Priority, string) (int, error)���  ��ntype.func(*"".Writer, "".Priority, string) (int, error)���° ��4"".(*Writer).writeAndRetry���À ��4"".(*Writer).writeAndRetry���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440��������������þTgclocals·3bb21ca8fe1d99a3e492463bd711418a�������������þ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.netConn��þVgo.string.hdr."func(*syslog.netConn) error"� �� ������������������Ngo.string."func(*syslog.netConn) error"���þNgo.string."func(*syslog.netConn) error"�@��8func(*syslog.netConn) error��þ8type.func(*"".netConn) error� �� ��������������u:÷”�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Vgo.string.hdr."func(*syslog.netConn) error"���p��Jgo.weak.type.*func(*"".netConn) error���€��"runtime.zerovalue��� €�8type.func(*"".netConn) error���А�8type.func(*"".netConn) error���€�� type.*"".netConn�����type.error���þ~go.typelink.func(*syslog.netConn) error func(*"".netConn) error��������������8type.func(*"".netConn) error���þ¸go.string.hdr."func(*syslog.netConn, syslog.Priority, string, string, string, string) error"� �� ��������L����������°go.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) error��þ’type.func(*"".netConn, "".Priority, string, string, string, string) error�ð��ð��������������‹ÎÃ�3������������������������������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��¸go.string.hdr."func(*syslog.netConn, syslog.Priority, string, string, string, string) error"���p��¤go.weak.type.*func(*"".netConn, "".Priority, string, string, string, string) error���€��"runtime.zerovalue��� €�’type.func(*"".netConn, "".Priority, string, string, string, string) error���Ðà�’type.func(*"".netConn, "".Priority, string, string, string, string) error���€�� type.*"".netConn����� type."".Priority��� ��type.string���°��type.string���À��type.string���Ð��type.string���à��type.error���þºgo.typelink.func(*syslog.netConn, syslog.Priority, string, string, string, string) error func(*"".netConn, "".Priority, string, string, string, string) error��������������’type.func(*"".netConn, "".Priority, string, string, string, string) error���þ type.*"".netConn��°��°��������������L—™�6����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������(0 � runtime.algarray���@��"runtime.gcbits.01���P��>go.string.hdr."*syslog.netConn"���p��2go.weak.type.**"".netConn���€��"runtime.zerovalue�����type."".netConn���` � type.*"".netConn���Àð� type.*"".netConn���ð��*go.string.hdr."close"���€��"go.importpath."".�����"type.func() error��� ��8type.func(*"".netConn) error���°��&"".(*netConn).close���À��&"".(*netConn).close���Ð��6go.string.hdr."writeString"���à��"go.importpath."".���ð��xtype.func("".Priority, string, string, string, string) error���€��’type.func(*"".netConn, "".Priority, string, string, string, string) error�����2"".(*netConn).writeString��� ��2"".(*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"���netConn��þtype."".netConn��°��°��������������{�f›���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� 0��(type..alg."".netConn���@��"runtime.gcbits.06���P��<go.string.hdr."syslog.netConn"���p�� type.*"".netConn���€��"runtime.zerovalue���À�type."".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."".netConn���þ8go.string.hdr."interface {}"� �� �������� ����������0go.string."interface {}"���þ0go.string."interface {}"� ��interface {}��þ"type.interface {}�À��À��������������çW ������������������������������������������������������������������������� 0€� runtime.algarray���@��"runtime.gcbits.03���P��8go.string.hdr."interface {}"���p��4go.weak.type.*interface {}���€��"runtime.zerovalue���À�"type.interface {}���þ<go.string.hdr."[]interface {}"� �� ������������������4go.string."[]interface {}"���þ4go.string."[]interface {}"� ��[]interface {}��þ&type.[]interface {}� �� ��������������p“ê/��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��<go.string.hdr."[]interface {}"���p��8go.weak.type.*[]interface {}���€��"runtime.zerovalue�����"type.interface {}���þRgo.typelink.[]interface {} []interface {}��������������&type.[]interface {}���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440��������������þTgclocals·3bb21ca8fe1d99a3e492463bd711418a�������������þ<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 {}�À��À`�������`�������ÞáR¦������������������������������������������������������������������������0��2type..alg.[6]interface {}���@��&runtime.gcbits.ff0f���P��>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.01���P��@go.string.hdr."*[6]interface {}"���p��<go.weak.type.**[6]interface {}���€��"runtime.zerovalue�����(type.[6]interface {}���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440��������������þTgclocals·3bb21ca8fe1d99a3e492463bd711418a�������������þ<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 {}�À��Àp�������p�������ÆÛ <������������������������������������������������������������������������0��2type..alg.[7]interface {}���@��&runtime.gcbits.ff3f���P��>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 {}� �� ��������������4µ¸�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��@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"� ��[]string��þtype.[]string� �� ��������������Ó¨ó
��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��0go.string.hdr."[]string"���p��,go.weak.type.*[]string���€��"runtime.zerovalue�����type.string���þ:go.typelink.[]string []string��������������type.[]string���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440��������������þTgclocals·3bb21ca8fe1d99a3e492463bd711418a�������������þ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.05����þ2go.string.hdr."[2]string"� �� �������� ����������*go.string."[2]string"���þ*go.string."[2]string"� ��[2]string��þtype.[2]string�À��À ��������������PXåé������������������������������������������������������������������������0��&type..alg.[2]string���@��"runtime.gcbits.05���P��2go.string.hdr."[2]string"���p��.go.weak.type.*[2]string���€��"runtime.zerovalue�����type.string��� ��type.[]string���þ>go.typelink.[2]string [2]string��������������type.[2]string���þ4go.string.hdr."*[2]string"� �� ��������
����������,go.string."*[2]string"���þ,go.string."*[2]string"� ��*[2]string��þtype.*[2]string� �� �������������� f<�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��4go.string.hdr."*[2]string"���p��0go.weak.type.**[2]string���€��"runtime.zerovalue�����type.[2]string���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440��������������þTgclocals·3bb21ca8fe1d99a3e492463bd711418a�������������þ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.15����þ2go.string.hdr."[3]string"� �� �������� ����������*go.string."[3]string"���þ*go.string."[3]string"� ��[3]string��þtype.[3]string�À��À0�������(�������CÙiB������������������������������������������������������������������������0��&type..alg.[3]string���@��"runtime.gcbits.15���P��2go.string.hdr."[3]string"���p��.go.weak.type.*[3]string���€��"runtime.zerovalue�����type.string��� ��type.[]string���þ>go.typelink.[3]string [3]string��������������type.[3]string���þ4go.string.hdr."*[3]string"� �� ��������
����������,go.string."*[3]string"���þ,go.string."*[3]string"� ��*[3]string��þtype.*[3]string� �� ��������������
+é �6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��4go.string.hdr."*[3]string"���p��0go.weak.type.**[3]string���€��"runtime.zerovalue�����type.[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"���
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"���
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.close·f��������������&"".serverConn.close���þ8"".serverConn.writeString·f��������������2"".serverConn.writeString���þ.type..hash."".Writer·f��������������(type..hash."".Writer���þ*type..eq."".Writer·f��������������$type..eq."".Writer���þ0type..hash."".netConn·f��������������*type..hash."".netConn���þ,type..eq."".netConn·f��������������&type..eq."".netConn���þ:type..hash.[6]interface {}·f��������������4type..hash.[6]interface {}���þ6type..eq.[6]interface {}·f��������������0type..eq.[6]interface {}���þ:type..hash.[7]interface {}·f��������������4type..hash.[7]interface {}���þ6type..eq.[7]interface {}·f��������������0type..eq.[7]interface {}���þ.type..hash.[2]string·f��������������(type..hash.[2]string���þ*type..eq.[2]string·f��������������$type..eq.[2]string���þ.type..hash.[3]string·f��������������(type..hash.[3]string���þ*type..eq.[3]string·f��������������$type..eq.[3]string���þ"runtime.zerovalue������ÿÿgo13ld