417 lines
No EOL
72 KiB
Text
417 lines
No EOL
72 KiB
Text
!<arch>
|
||
__.PKGDEF 0 0 0 644 11717 `
|
||
go object linux amd64 go1.5.1 X:none
|
||
build id "5354d2c46d08982e80149eaad7d1fb150cdd0fd0"
|
||
|
||
$$
|
||
package log
|
||
import runtime "runtime"
|
||
import fmt "fmt"
|
||
import io "io"
|
||
import sync "sync"
|
||
import os "os"
|
||
import time "time"
|
||
const @"".Ldate = 0x1
|
||
const @"".Ltime = 0x2
|
||
const @"".Lmicroseconds = 0x4
|
||
const @"".Llongfile = 0x8
|
||
const @"".Lshortfile = 0x10
|
||
const @"".LUTC = 0x20
|
||
const @"".LstdFlags = 0x3
|
||
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 @"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 @"".Logger struct { @"".mu @"sync".Mutex; @"".prefix string; @"".flag int; @"".out @"io".Writer; @"".buf []byte }
|
||
func (@"".l·1 *@"".Logger) Fatal (@"".v·2 ...interface {} "esc:0x9")
|
||
func (@"".l·1 *@"".Logger) Fatalf (@"".format·2 string "esc:0x9", @"".v·3 ...interface {} "esc:0x9")
|
||
func (@"".l·1 *@"".Logger) Fatalln (@"".v·2 ...interface {} "esc:0x9")
|
||
func (@"".l·2 *@"".Logger) Flags () (? int)
|
||
func (@"".l·2 *@"".Logger) Output (@"".calldepth·3 int, @"".s·4 string "esc:0x9") (? error)
|
||
func (@"".l·1 *@"".Logger) Panic (@"".v·2 ...interface {} "esc:0x9")
|
||
func (@"".l·1 *@"".Logger) Panicf (@"".format·2 string "esc:0x9", @"".v·3 ...interface {} "esc:0x9")
|
||
func (@"".l·1 *@"".Logger) Panicln (@"".v·2 ...interface {} "esc:0x9")
|
||
func (@"".l·2 *@"".Logger) Prefix () (? string)
|
||
func (@"".l·1 *@"".Logger) Print (@"".v·2 ...interface {} "esc:0x9")
|
||
func (@"".l·1 *@"".Logger) Printf (@"".format·2 string "esc:0x9", @"".v·3 ...interface {} "esc:0x9")
|
||
func (@"".l·1 *@"".Logger) Println (@"".v·2 ...interface {} "esc:0x9")
|
||
func (@"".l·1 *@"".Logger) SetFlags (@"".flag·2 int)
|
||
func (@"".l·1 *@"".Logger) SetOutput (@"".w·2 @"io".Writer)
|
||
func (@"".l·1 *@"".Logger) SetPrefix (@"".prefix·2 string)
|
||
func (@"".l·1 *@"".Logger "esc:0x9") @"".formatHeader (@"".buf·2 *[]byte "esc:0x9", @"".t·3 @"time".Time "esc:0x1", @"".file·4 string "esc:0x9", @"".line·5 int)
|
||
func @"".New (@"".out·2 @"io".Writer, @"".prefix·3 string, @"".flag·4 int) (? *@"".Logger) { return (&@"".Logger{ @"".out:@"".out·2, @"".prefix:@"".prefix·3, @"".flag:@"".flag·4 }) }
|
||
func @"".SetOutput (@"".w·1 @"io".Writer)
|
||
func @"".Flags () (? int)
|
||
func @"".SetFlags (@"".flag·1 int)
|
||
func @"".Prefix () (? string)
|
||
func @"".SetPrefix (@"".prefix·1 string)
|
||
func @"".Print (@"".v·1 ...interface {} "esc:0x9")
|
||
func @"".Printf (@"".format·1 string "esc:0x9", @"".v·2 ...interface {} "esc:0x9")
|
||
func @"".Println (@"".v·1 ...interface {} "esc:0x9")
|
||
func @"".Fatal (@"".v·1 ...interface {} "esc:0x9")
|
||
func @"".Fatalf (@"".format·1 string "esc:0x9", @"".v·2 ...interface {} "esc:0x9")
|
||
func @"".Fatalln (@"".v·1 ...interface {} "esc:0x9")
|
||
func @"".Panic (@"".v·1 ...interface {} "esc:0x9")
|
||
func @"".Panicf (@"".format·1 string "esc:0x9", @"".v·2 ...interface {} "esc:0x9")
|
||
func @"".Panicln (@"".v·1 ...interface {} "esc:0x9")
|
||
func @"".Output (@"".calldepth·2 int, @"".s·3 string "esc:0x9") (? error)
|
||
func @"".init ()
|
||
var @"time".months [12]string
|
||
var @"time".days [7]string
|
||
var @"time".Local *@"time".Location
|
||
var @"time".UTC *@"time".Location
|
||
|
||
$$
|
||
|