mirror of
https://github.com/golang/go
synced 2024-11-20 04:24:51 -07:00
e598bf1c88
R=golang-codereviews, minux.ma CC=golang-codereviews https://golang.org/cl/50190043
514 lines
27 KiB
Plaintext
514 lines
27 KiB
Plaintext
pkg debug/goobj, const SBSS = 21
|
|
pkg debug/goobj, const SBSS SymKind
|
|
pkg debug/goobj, const SCONST = 31
|
|
pkg debug/goobj, const SCONST SymKind
|
|
pkg debug/goobj, const SDATA = 19
|
|
pkg debug/goobj, const SDATA SymKind
|
|
pkg debug/goobj, const SDYNIMPORT = 32
|
|
pkg debug/goobj, const SDYNIMPORT SymKind
|
|
pkg debug/goobj, const SELFROSECT = 12
|
|
pkg debug/goobj, const SELFROSECT SymKind
|
|
pkg debug/goobj, const SELFRXSECT = 2
|
|
pkg debug/goobj, const SELFRXSECT SymKind
|
|
pkg debug/goobj, const SELFSECT = 14
|
|
pkg debug/goobj, const SELFSECT SymKind
|
|
pkg debug/goobj, const SFILE = 29
|
|
pkg debug/goobj, const SFILE SymKind
|
|
pkg debug/goobj, const SFILEPATH = 30
|
|
pkg debug/goobj, const SFILEPATH SymKind
|
|
pkg debug/goobj, const SFUNCTAB = 8
|
|
pkg debug/goobj, const SFUNCTAB SymKind
|
|
pkg debug/goobj, const SGOFUNC = 6
|
|
pkg debug/goobj, const SGOFUNC SymKind
|
|
pkg debug/goobj, const SGOSTRING = 5
|
|
pkg debug/goobj, const SGOSTRING SymKind
|
|
pkg debug/goobj, const SHOSTOBJ = 33
|
|
pkg debug/goobj, const SHOSTOBJ SymKind
|
|
pkg debug/goobj, const SINITARR = 18
|
|
pkg debug/goobj, const SINITARR SymKind
|
|
pkg debug/goobj, const SMACHO = 15
|
|
pkg debug/goobj, const SMACHO SymKind
|
|
pkg debug/goobj, const SMACHOGOT = 16
|
|
pkg debug/goobj, const SMACHOGOT SymKind
|
|
pkg debug/goobj, const SMACHOINDIRECTGOT = 28
|
|
pkg debug/goobj, const SMACHOINDIRECTGOT SymKind
|
|
pkg debug/goobj, const SMACHOINDIRECTPLT = 27
|
|
pkg debug/goobj, const SMACHOINDIRECTPLT SymKind
|
|
pkg debug/goobj, const SMACHOPLT = 13
|
|
pkg debug/goobj, const SMACHOPLT SymKind
|
|
pkg debug/goobj, const SMACHOSYMSTR = 25
|
|
pkg debug/goobj, const SMACHOSYMSTR SymKind
|
|
pkg debug/goobj, const SMACHOSYMTAB = 26
|
|
pkg debug/goobj, const SMACHOSYMTAB SymKind
|
|
pkg debug/goobj, const SNOPTRBSS = 22
|
|
pkg debug/goobj, const SNOPTRBSS SymKind
|
|
pkg debug/goobj, const SNOPTRDATA = 17
|
|
pkg debug/goobj, const SNOPTRDATA SymKind
|
|
pkg debug/goobj, const SPCLNTAB = 11
|
|
pkg debug/goobj, const SPCLNTAB SymKind
|
|
pkg debug/goobj, const SRODATA = 7
|
|
pkg debug/goobj, const SRODATA SymKind
|
|
pkg debug/goobj, const SSTRING = 4
|
|
pkg debug/goobj, const SSTRING SymKind
|
|
pkg debug/goobj, const SSYMTAB = 10
|
|
pkg debug/goobj, const SSYMTAB SymKind
|
|
pkg debug/goobj, const STEXT = 1
|
|
pkg debug/goobj, const STEXT SymKind
|
|
pkg debug/goobj, const STLSBSS = 23
|
|
pkg debug/goobj, const STLSBSS SymKind
|
|
pkg debug/goobj, const STYPE = 3
|
|
pkg debug/goobj, const STYPE SymKind
|
|
pkg debug/goobj, const STYPELINK = 9
|
|
pkg debug/goobj, const STYPELINK SymKind
|
|
pkg debug/goobj, const SWINDOWS = 20
|
|
pkg debug/goobj, const SWINDOWS SymKind
|
|
pkg debug/goobj, const SXREF = 24
|
|
pkg debug/goobj, const SXREF SymKind
|
|
pkg debug/goobj, func Parse(io.ReadSeeker, string) (*Package, error)
|
|
pkg debug/goobj, method (Sym) String() string
|
|
pkg debug/goobj, method (SymID) String() string
|
|
pkg debug/goobj, method (SymKind) String() string
|
|
pkg debug/goobj, type Data struct
|
|
pkg debug/goobj, type Data struct, Offset int64
|
|
pkg debug/goobj, type Data struct, Size int64
|
|
pkg debug/goobj, type Func struct
|
|
pkg debug/goobj, type Func struct, Args int
|
|
pkg debug/goobj, type Func struct, File []string
|
|
pkg debug/goobj, type Func struct, Frame int
|
|
pkg debug/goobj, type Func struct, FuncData []FuncData
|
|
pkg debug/goobj, type Func struct, PCData []Data
|
|
pkg debug/goobj, type Func struct, PCFile Data
|
|
pkg debug/goobj, type Func struct, PCLine Data
|
|
pkg debug/goobj, type Func struct, PCSP Data
|
|
pkg debug/goobj, type Func struct, Var []Var
|
|
pkg debug/goobj, type FuncData struct
|
|
pkg debug/goobj, type FuncData struct, Offset int64
|
|
pkg debug/goobj, type FuncData struct, Sym SymID
|
|
pkg debug/goobj, type Package struct
|
|
pkg debug/goobj, type Package struct, ImportPath string
|
|
pkg debug/goobj, type Package struct, Imports []string
|
|
pkg debug/goobj, type Package struct, MaxVersion int
|
|
pkg debug/goobj, type Package struct, Syms []*Sym
|
|
pkg debug/goobj, type Reloc struct
|
|
pkg debug/goobj, type Reloc struct, Add int
|
|
pkg debug/goobj, type Reloc struct, Offset int
|
|
pkg debug/goobj, type Reloc struct, Size int
|
|
pkg debug/goobj, type Reloc struct, Sym SymID
|
|
pkg debug/goobj, type Reloc struct, Type int
|
|
pkg debug/goobj, type Sym struct
|
|
pkg debug/goobj, type Sym struct, Data Data
|
|
pkg debug/goobj, type Sym struct, DupOK bool
|
|
pkg debug/goobj, type Sym struct, Func *Func
|
|
pkg debug/goobj, type Sym struct, Kind SymKind
|
|
pkg debug/goobj, type Sym struct, Reloc []Reloc
|
|
pkg debug/goobj, type Sym struct, Size int
|
|
pkg debug/goobj, type Sym struct, Type SymID
|
|
pkg debug/goobj, type Sym struct, embedded SymID
|
|
pkg debug/goobj, type SymID struct
|
|
pkg debug/goobj, type SymID struct, Name string
|
|
pkg debug/goobj, type SymID struct, Version int
|
|
pkg debug/goobj, type SymKind int
|
|
pkg debug/goobj, type Var struct
|
|
pkg debug/goobj, type Var struct, Kind int
|
|
pkg debug/goobj, type Var struct, Name string
|
|
pkg debug/goobj, type Var struct, Offset int
|
|
pkg debug/goobj, type Var struct, Type SymID
|
|
pkg sync, method (*Pool) Get() interface{}
|
|
pkg sync, method (*Pool) Put(interface{})
|
|
pkg sync, type Pool struct
|
|
pkg sync, type Pool struct, New func() interface{}
|
|
pkg syscall (netbsd-386), const CLONE_CSIGNAL = 255
|
|
pkg syscall (netbsd-386), const CLONE_CSIGNAL ideal-int
|
|
pkg syscall (netbsd-386), const CLONE_FILES = 1024
|
|
pkg syscall (netbsd-386), const CLONE_FILES ideal-int
|
|
pkg syscall (netbsd-386), const CLONE_FS = 512
|
|
pkg syscall (netbsd-386), const CLONE_FS ideal-int
|
|
pkg syscall (netbsd-386), const CLONE_PID = 4096
|
|
pkg syscall (netbsd-386), const CLONE_PID ideal-int
|
|
pkg syscall (netbsd-386), const CLONE_PTRACE = 8192
|
|
pkg syscall (netbsd-386), const CLONE_PTRACE ideal-int
|
|
pkg syscall (netbsd-386), const CLONE_SIGHAND = 2048
|
|
pkg syscall (netbsd-386), const CLONE_SIGHAND ideal-int
|
|
pkg syscall (netbsd-386), const CLONE_VFORK = 16384
|
|
pkg syscall (netbsd-386), const CLONE_VFORK ideal-int
|
|
pkg syscall (netbsd-386), const CLONE_VM = 256
|
|
pkg syscall (netbsd-386), const CLONE_VM ideal-int
|
|
pkg syscall (netbsd-386), const MADV_DONTNEED = 4
|
|
pkg syscall (netbsd-386), const MADV_DONTNEED ideal-int
|
|
pkg syscall (netbsd-386), const MADV_FREE = 6
|
|
pkg syscall (netbsd-386), const MADV_FREE ideal-int
|
|
pkg syscall (netbsd-386), const MADV_NORMAL = 0
|
|
pkg syscall (netbsd-386), const MADV_NORMAL ideal-int
|
|
pkg syscall (netbsd-386), const MADV_RANDOM = 1
|
|
pkg syscall (netbsd-386), const MADV_RANDOM ideal-int
|
|
pkg syscall (netbsd-386), const MADV_SEQUENTIAL = 2
|
|
pkg syscall (netbsd-386), const MADV_SEQUENTIAL ideal-int
|
|
pkg syscall (netbsd-386), const MADV_SPACEAVAIL = 5
|
|
pkg syscall (netbsd-386), const MADV_SPACEAVAIL ideal-int
|
|
pkg syscall (netbsd-386), const MADV_WILLNEED = 3
|
|
pkg syscall (netbsd-386), const MADV_WILLNEED ideal-int
|
|
pkg syscall (netbsd-386), const MAP_ALIGNMENT_16MB = 402653184
|
|
pkg syscall (netbsd-386), const MAP_ALIGNMENT_16MB ideal-int
|
|
pkg syscall (netbsd-386), const MAP_ALIGNMENT_1TB = 671088640
|
|
pkg syscall (netbsd-386), const MAP_ALIGNMENT_1TB ideal-int
|
|
pkg syscall (netbsd-386), const MAP_ALIGNMENT_256TB = 805306368
|
|
pkg syscall (netbsd-386), const MAP_ALIGNMENT_256TB ideal-int
|
|
pkg syscall (netbsd-386), const MAP_ALIGNMENT_4GB = 536870912
|
|
pkg syscall (netbsd-386), const MAP_ALIGNMENT_4GB ideal-int
|
|
pkg syscall (netbsd-386), const MAP_ALIGNMENT_64KB = 268435456
|
|
pkg syscall (netbsd-386), const MAP_ALIGNMENT_64KB ideal-int
|
|
pkg syscall (netbsd-386), const MAP_ALIGNMENT_64PB = 939524096
|
|
pkg syscall (netbsd-386), const MAP_ALIGNMENT_64PB ideal-int
|
|
pkg syscall (netbsd-386), const MAP_ALIGNMENT_MASK = -16777216
|
|
pkg syscall (netbsd-386), const MAP_ALIGNMENT_MASK ideal-int
|
|
pkg syscall (netbsd-386), const MAP_ALIGNMENT_SHIFT = 24
|
|
pkg syscall (netbsd-386), const MAP_ALIGNMENT_SHIFT ideal-int
|
|
pkg syscall (netbsd-386), const MAP_ANON = 4096
|
|
pkg syscall (netbsd-386), const MAP_ANON ideal-int
|
|
pkg syscall (netbsd-386), const MAP_FILE = 0
|
|
pkg syscall (netbsd-386), const MAP_FILE ideal-int
|
|
pkg syscall (netbsd-386), const MAP_FIXED = 16
|
|
pkg syscall (netbsd-386), const MAP_FIXED ideal-int
|
|
pkg syscall (netbsd-386), const MAP_HASSEMAPHORE = 512
|
|
pkg syscall (netbsd-386), const MAP_HASSEMAPHORE ideal-int
|
|
pkg syscall (netbsd-386), const MAP_INHERIT = 128
|
|
pkg syscall (netbsd-386), const MAP_INHERIT ideal-int
|
|
pkg syscall (netbsd-386), const MAP_INHERIT_COPY = 1
|
|
pkg syscall (netbsd-386), const MAP_INHERIT_COPY ideal-int
|
|
pkg syscall (netbsd-386), const MAP_INHERIT_DEFAULT = 1
|
|
pkg syscall (netbsd-386), const MAP_INHERIT_DEFAULT ideal-int
|
|
pkg syscall (netbsd-386), const MAP_INHERIT_DONATE_COPY = 3
|
|
pkg syscall (netbsd-386), const MAP_INHERIT_DONATE_COPY ideal-int
|
|
pkg syscall (netbsd-386), const MAP_INHERIT_NONE = 2
|
|
pkg syscall (netbsd-386), const MAP_INHERIT_NONE ideal-int
|
|
pkg syscall (netbsd-386), const MAP_INHERIT_SHARE = 0
|
|
pkg syscall (netbsd-386), const MAP_INHERIT_SHARE ideal-int
|
|
pkg syscall (netbsd-386), const MAP_NORESERVE = 64
|
|
pkg syscall (netbsd-386), const MAP_NORESERVE ideal-int
|
|
pkg syscall (netbsd-386), const MAP_PRIVATE = 2
|
|
pkg syscall (netbsd-386), const MAP_PRIVATE ideal-int
|
|
pkg syscall (netbsd-386), const MAP_RENAME = 32
|
|
pkg syscall (netbsd-386), const MAP_RENAME ideal-int
|
|
pkg syscall (netbsd-386), const MAP_SHARED = 1
|
|
pkg syscall (netbsd-386), const MAP_SHARED ideal-int
|
|
pkg syscall (netbsd-386), const MAP_STACK = 8192
|
|
pkg syscall (netbsd-386), const MAP_STACK ideal-int
|
|
pkg syscall (netbsd-386), const MAP_TRYFIXED = 1024
|
|
pkg syscall (netbsd-386), const MAP_TRYFIXED ideal-int
|
|
pkg syscall (netbsd-386), const MAP_WIRED = 2048
|
|
pkg syscall (netbsd-386), const MAP_WIRED ideal-int
|
|
pkg syscall (netbsd-386), const MCL_CURRENT = 1
|
|
pkg syscall (netbsd-386), const MCL_CURRENT ideal-int
|
|
pkg syscall (netbsd-386), const MCL_FUTURE = 2
|
|
pkg syscall (netbsd-386), const MCL_FUTURE ideal-int
|
|
pkg syscall (netbsd-386), const MS_ASYNC = 1
|
|
pkg syscall (netbsd-386), const MS_ASYNC ideal-int
|
|
pkg syscall (netbsd-386), const MS_INVALIDATE = 2
|
|
pkg syscall (netbsd-386), const MS_INVALIDATE ideal-int
|
|
pkg syscall (netbsd-386), const MS_SYNC = 4
|
|
pkg syscall (netbsd-386), const MS_SYNC ideal-int
|
|
pkg syscall (netbsd-386), const PROT_EXEC = 4
|
|
pkg syscall (netbsd-386), const PROT_EXEC ideal-int
|
|
pkg syscall (netbsd-386), const PROT_NONE = 0
|
|
pkg syscall (netbsd-386), const PROT_NONE ideal-int
|
|
pkg syscall (netbsd-386), const PROT_READ = 1
|
|
pkg syscall (netbsd-386), const PROT_READ ideal-int
|
|
pkg syscall (netbsd-386), const PROT_WRITE = 2
|
|
pkg syscall (netbsd-386), const PROT_WRITE ideal-int
|
|
pkg syscall (netbsd-386-cgo), const CLONE_CSIGNAL = 255
|
|
pkg syscall (netbsd-386-cgo), const CLONE_CSIGNAL ideal-int
|
|
pkg syscall (netbsd-386-cgo), const CLONE_FILES = 1024
|
|
pkg syscall (netbsd-386-cgo), const CLONE_FILES ideal-int
|
|
pkg syscall (netbsd-386-cgo), const CLONE_FS = 512
|
|
pkg syscall (netbsd-386-cgo), const CLONE_FS ideal-int
|
|
pkg syscall (netbsd-386-cgo), const CLONE_PID = 4096
|
|
pkg syscall (netbsd-386-cgo), const CLONE_PID ideal-int
|
|
pkg syscall (netbsd-386-cgo), const CLONE_PTRACE = 8192
|
|
pkg syscall (netbsd-386-cgo), const CLONE_PTRACE ideal-int
|
|
pkg syscall (netbsd-386-cgo), const CLONE_SIGHAND = 2048
|
|
pkg syscall (netbsd-386-cgo), const CLONE_SIGHAND ideal-int
|
|
pkg syscall (netbsd-386-cgo), const CLONE_VFORK = 16384
|
|
pkg syscall (netbsd-386-cgo), const CLONE_VFORK ideal-int
|
|
pkg syscall (netbsd-386-cgo), const CLONE_VM = 256
|
|
pkg syscall (netbsd-386-cgo), const CLONE_VM ideal-int
|
|
pkg syscall (netbsd-386-cgo), const MADV_DONTNEED = 4
|
|
pkg syscall (netbsd-386-cgo), const MADV_DONTNEED ideal-int
|
|
pkg syscall (netbsd-386-cgo), const MADV_FREE = 6
|
|
pkg syscall (netbsd-386-cgo), const MADV_FREE ideal-int
|
|
pkg syscall (netbsd-386-cgo), const MADV_NORMAL = 0
|
|
pkg syscall (netbsd-386-cgo), const MADV_NORMAL ideal-int
|
|
pkg syscall (netbsd-386-cgo), const MADV_RANDOM = 1
|
|
pkg syscall (netbsd-386-cgo), const MADV_RANDOM ideal-int
|
|
pkg syscall (netbsd-386-cgo), const MADV_SEQUENTIAL = 2
|
|
pkg syscall (netbsd-386-cgo), const MADV_SEQUENTIAL ideal-int
|
|
pkg syscall (netbsd-386-cgo), const MADV_SPACEAVAIL = 5
|
|
pkg syscall (netbsd-386-cgo), const MADV_SPACEAVAIL ideal-int
|
|
pkg syscall (netbsd-386-cgo), const MADV_WILLNEED = 3
|
|
pkg syscall (netbsd-386-cgo), const MADV_WILLNEED ideal-int
|
|
pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_16MB = 402653184
|
|
pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_16MB ideal-int
|
|
pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_1TB = 671088640
|
|
pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_1TB ideal-int
|
|
pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_256TB = 805306368
|
|
pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_256TB ideal-int
|
|
pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_4GB = 536870912
|
|
pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_4GB ideal-int
|
|
pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_64KB = 268435456
|
|
pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_64KB ideal-int
|
|
pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_64PB = 939524096
|
|
pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_64PB ideal-int
|
|
pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_MASK = -16777216
|
|
pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_MASK ideal-int
|
|
pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_SHIFT = 24
|
|
pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_SHIFT ideal-int
|
|
pkg syscall (netbsd-386-cgo), const MAP_ANON = 4096
|
|
pkg syscall (netbsd-386-cgo), const MAP_ANON ideal-int
|
|
pkg syscall (netbsd-386-cgo), const MAP_FILE = 0
|
|
pkg syscall (netbsd-386-cgo), const MAP_FILE ideal-int
|
|
pkg syscall (netbsd-386-cgo), const MAP_FIXED = 16
|
|
pkg syscall (netbsd-386-cgo), const MAP_FIXED ideal-int
|
|
pkg syscall (netbsd-386-cgo), const MAP_HASSEMAPHORE = 512
|
|
pkg syscall (netbsd-386-cgo), const MAP_HASSEMAPHORE ideal-int
|
|
pkg syscall (netbsd-386-cgo), const MAP_INHERIT = 128
|
|
pkg syscall (netbsd-386-cgo), const MAP_INHERIT ideal-int
|
|
pkg syscall (netbsd-386-cgo), const MAP_INHERIT_COPY = 1
|
|
pkg syscall (netbsd-386-cgo), const MAP_INHERIT_COPY ideal-int
|
|
pkg syscall (netbsd-386-cgo), const MAP_INHERIT_DEFAULT = 1
|
|
pkg syscall (netbsd-386-cgo), const MAP_INHERIT_DEFAULT ideal-int
|
|
pkg syscall (netbsd-386-cgo), const MAP_INHERIT_DONATE_COPY = 3
|
|
pkg syscall (netbsd-386-cgo), const MAP_INHERIT_DONATE_COPY ideal-int
|
|
pkg syscall (netbsd-386-cgo), const MAP_INHERIT_NONE = 2
|
|
pkg syscall (netbsd-386-cgo), const MAP_INHERIT_NONE ideal-int
|
|
pkg syscall (netbsd-386-cgo), const MAP_INHERIT_SHARE = 0
|
|
pkg syscall (netbsd-386-cgo), const MAP_INHERIT_SHARE ideal-int
|
|
pkg syscall (netbsd-386-cgo), const MAP_NORESERVE = 64
|
|
pkg syscall (netbsd-386-cgo), const MAP_NORESERVE ideal-int
|
|
pkg syscall (netbsd-386-cgo), const MAP_PRIVATE = 2
|
|
pkg syscall (netbsd-386-cgo), const MAP_PRIVATE ideal-int
|
|
pkg syscall (netbsd-386-cgo), const MAP_RENAME = 32
|
|
pkg syscall (netbsd-386-cgo), const MAP_RENAME ideal-int
|
|
pkg syscall (netbsd-386-cgo), const MAP_SHARED = 1
|
|
pkg syscall (netbsd-386-cgo), const MAP_SHARED ideal-int
|
|
pkg syscall (netbsd-386-cgo), const MAP_STACK = 8192
|
|
pkg syscall (netbsd-386-cgo), const MAP_STACK ideal-int
|
|
pkg syscall (netbsd-386-cgo), const MAP_TRYFIXED = 1024
|
|
pkg syscall (netbsd-386-cgo), const MAP_TRYFIXED ideal-int
|
|
pkg syscall (netbsd-386-cgo), const MAP_WIRED = 2048
|
|
pkg syscall (netbsd-386-cgo), const MAP_WIRED ideal-int
|
|
pkg syscall (netbsd-386-cgo), const MCL_CURRENT = 1
|
|
pkg syscall (netbsd-386-cgo), const MCL_CURRENT ideal-int
|
|
pkg syscall (netbsd-386-cgo), const MCL_FUTURE = 2
|
|
pkg syscall (netbsd-386-cgo), const MCL_FUTURE ideal-int
|
|
pkg syscall (netbsd-386-cgo), const MS_ASYNC = 1
|
|
pkg syscall (netbsd-386-cgo), const MS_ASYNC ideal-int
|
|
pkg syscall (netbsd-386-cgo), const MS_INVALIDATE = 2
|
|
pkg syscall (netbsd-386-cgo), const MS_INVALIDATE ideal-int
|
|
pkg syscall (netbsd-386-cgo), const MS_SYNC = 4
|
|
pkg syscall (netbsd-386-cgo), const MS_SYNC ideal-int
|
|
pkg syscall (netbsd-386-cgo), const PROT_EXEC = 4
|
|
pkg syscall (netbsd-386-cgo), const PROT_EXEC ideal-int
|
|
pkg syscall (netbsd-386-cgo), const PROT_NONE = 0
|
|
pkg syscall (netbsd-386-cgo), const PROT_NONE ideal-int
|
|
pkg syscall (netbsd-386-cgo), const PROT_READ = 1
|
|
pkg syscall (netbsd-386-cgo), const PROT_READ ideal-int
|
|
pkg syscall (netbsd-386-cgo), const PROT_WRITE = 2
|
|
pkg syscall (netbsd-386-cgo), const PROT_WRITE ideal-int
|
|
pkg syscall (netbsd-amd64), const CLONE_CSIGNAL = 255
|
|
pkg syscall (netbsd-amd64), const CLONE_CSIGNAL ideal-int
|
|
pkg syscall (netbsd-amd64), const CLONE_FILES = 1024
|
|
pkg syscall (netbsd-amd64), const CLONE_FILES ideal-int
|
|
pkg syscall (netbsd-amd64), const CLONE_FS = 512
|
|
pkg syscall (netbsd-amd64), const CLONE_FS ideal-int
|
|
pkg syscall (netbsd-amd64), const CLONE_PID = 4096
|
|
pkg syscall (netbsd-amd64), const CLONE_PID ideal-int
|
|
pkg syscall (netbsd-amd64), const CLONE_PTRACE = 8192
|
|
pkg syscall (netbsd-amd64), const CLONE_PTRACE ideal-int
|
|
pkg syscall (netbsd-amd64), const CLONE_SIGHAND = 2048
|
|
pkg syscall (netbsd-amd64), const CLONE_SIGHAND ideal-int
|
|
pkg syscall (netbsd-amd64), const CLONE_VFORK = 16384
|
|
pkg syscall (netbsd-amd64), const CLONE_VFORK ideal-int
|
|
pkg syscall (netbsd-amd64), const CLONE_VM = 256
|
|
pkg syscall (netbsd-amd64), const CLONE_VM ideal-int
|
|
pkg syscall (netbsd-amd64), const MADV_DONTNEED = 4
|
|
pkg syscall (netbsd-amd64), const MADV_DONTNEED ideal-int
|
|
pkg syscall (netbsd-amd64), const MADV_FREE = 6
|
|
pkg syscall (netbsd-amd64), const MADV_FREE ideal-int
|
|
pkg syscall (netbsd-amd64), const MADV_NORMAL = 0
|
|
pkg syscall (netbsd-amd64), const MADV_NORMAL ideal-int
|
|
pkg syscall (netbsd-amd64), const MADV_RANDOM = 1
|
|
pkg syscall (netbsd-amd64), const MADV_RANDOM ideal-int
|
|
pkg syscall (netbsd-amd64), const MADV_SEQUENTIAL = 2
|
|
pkg syscall (netbsd-amd64), const MADV_SEQUENTIAL ideal-int
|
|
pkg syscall (netbsd-amd64), const MADV_SPACEAVAIL = 5
|
|
pkg syscall (netbsd-amd64), const MADV_SPACEAVAIL ideal-int
|
|
pkg syscall (netbsd-amd64), const MADV_WILLNEED = 3
|
|
pkg syscall (netbsd-amd64), const MADV_WILLNEED ideal-int
|
|
pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_16MB = 402653184
|
|
pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_16MB ideal-int
|
|
pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_1TB = 671088640
|
|
pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_1TB ideal-int
|
|
pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_256TB = 805306368
|
|
pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_256TB ideal-int
|
|
pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_4GB = 536870912
|
|
pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_4GB ideal-int
|
|
pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_64KB = 268435456
|
|
pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_64KB ideal-int
|
|
pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_64PB = 939524096
|
|
pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_64PB ideal-int
|
|
pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_MASK = -16777216
|
|
pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_MASK ideal-int
|
|
pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_SHIFT = 24
|
|
pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_SHIFT ideal-int
|
|
pkg syscall (netbsd-amd64), const MAP_ANON = 4096
|
|
pkg syscall (netbsd-amd64), const MAP_ANON ideal-int
|
|
pkg syscall (netbsd-amd64), const MAP_FILE = 0
|
|
pkg syscall (netbsd-amd64), const MAP_FILE ideal-int
|
|
pkg syscall (netbsd-amd64), const MAP_FIXED = 16
|
|
pkg syscall (netbsd-amd64), const MAP_FIXED ideal-int
|
|
pkg syscall (netbsd-amd64), const MAP_HASSEMAPHORE = 512
|
|
pkg syscall (netbsd-amd64), const MAP_HASSEMAPHORE ideal-int
|
|
pkg syscall (netbsd-amd64), const MAP_INHERIT = 128
|
|
pkg syscall (netbsd-amd64), const MAP_INHERIT ideal-int
|
|
pkg syscall (netbsd-amd64), const MAP_INHERIT_COPY = 1
|
|
pkg syscall (netbsd-amd64), const MAP_INHERIT_COPY ideal-int
|
|
pkg syscall (netbsd-amd64), const MAP_INHERIT_DEFAULT = 1
|
|
pkg syscall (netbsd-amd64), const MAP_INHERIT_DEFAULT ideal-int
|
|
pkg syscall (netbsd-amd64), const MAP_INHERIT_DONATE_COPY = 3
|
|
pkg syscall (netbsd-amd64), const MAP_INHERIT_DONATE_COPY ideal-int
|
|
pkg syscall (netbsd-amd64), const MAP_INHERIT_NONE = 2
|
|
pkg syscall (netbsd-amd64), const MAP_INHERIT_NONE ideal-int
|
|
pkg syscall (netbsd-amd64), const MAP_INHERIT_SHARE = 0
|
|
pkg syscall (netbsd-amd64), const MAP_INHERIT_SHARE ideal-int
|
|
pkg syscall (netbsd-amd64), const MAP_NORESERVE = 64
|
|
pkg syscall (netbsd-amd64), const MAP_NORESERVE ideal-int
|
|
pkg syscall (netbsd-amd64), const MAP_PRIVATE = 2
|
|
pkg syscall (netbsd-amd64), const MAP_PRIVATE ideal-int
|
|
pkg syscall (netbsd-amd64), const MAP_RENAME = 32
|
|
pkg syscall (netbsd-amd64), const MAP_RENAME ideal-int
|
|
pkg syscall (netbsd-amd64), const MAP_SHARED = 1
|
|
pkg syscall (netbsd-amd64), const MAP_SHARED ideal-int
|
|
pkg syscall (netbsd-amd64), const MAP_STACK = 8192
|
|
pkg syscall (netbsd-amd64), const MAP_STACK ideal-int
|
|
pkg syscall (netbsd-amd64), const MAP_TRYFIXED = 1024
|
|
pkg syscall (netbsd-amd64), const MAP_TRYFIXED ideal-int
|
|
pkg syscall (netbsd-amd64), const MAP_WIRED = 2048
|
|
pkg syscall (netbsd-amd64), const MAP_WIRED ideal-int
|
|
pkg syscall (netbsd-amd64), const MCL_CURRENT = 1
|
|
pkg syscall (netbsd-amd64), const MCL_CURRENT ideal-int
|
|
pkg syscall (netbsd-amd64), const MCL_FUTURE = 2
|
|
pkg syscall (netbsd-amd64), const MCL_FUTURE ideal-int
|
|
pkg syscall (netbsd-amd64), const MS_ASYNC = 1
|
|
pkg syscall (netbsd-amd64), const MS_ASYNC ideal-int
|
|
pkg syscall (netbsd-amd64), const MS_INVALIDATE = 2
|
|
pkg syscall (netbsd-amd64), const MS_INVALIDATE ideal-int
|
|
pkg syscall (netbsd-amd64), const MS_SYNC = 4
|
|
pkg syscall (netbsd-amd64), const MS_SYNC ideal-int
|
|
pkg syscall (netbsd-amd64), const PROT_EXEC = 4
|
|
pkg syscall (netbsd-amd64), const PROT_EXEC ideal-int
|
|
pkg syscall (netbsd-amd64), const PROT_NONE = 0
|
|
pkg syscall (netbsd-amd64), const PROT_NONE ideal-int
|
|
pkg syscall (netbsd-amd64), const PROT_READ = 1
|
|
pkg syscall (netbsd-amd64), const PROT_READ ideal-int
|
|
pkg syscall (netbsd-amd64), const PROT_WRITE = 2
|
|
pkg syscall (netbsd-amd64), const PROT_WRITE ideal-int
|
|
pkg syscall (netbsd-amd64-cgo), const CLONE_CSIGNAL = 255
|
|
pkg syscall (netbsd-amd64-cgo), const CLONE_CSIGNAL ideal-int
|
|
pkg syscall (netbsd-amd64-cgo), const CLONE_FILES = 1024
|
|
pkg syscall (netbsd-amd64-cgo), const CLONE_FILES ideal-int
|
|
pkg syscall (netbsd-amd64-cgo), const CLONE_FS = 512
|
|
pkg syscall (netbsd-amd64-cgo), const CLONE_FS ideal-int
|
|
pkg syscall (netbsd-amd64-cgo), const CLONE_PID = 4096
|
|
pkg syscall (netbsd-amd64-cgo), const CLONE_PID ideal-int
|
|
pkg syscall (netbsd-amd64-cgo), const CLONE_PTRACE = 8192
|
|
pkg syscall (netbsd-amd64-cgo), const CLONE_PTRACE ideal-int
|
|
pkg syscall (netbsd-amd64-cgo), const CLONE_SIGHAND = 2048
|
|
pkg syscall (netbsd-amd64-cgo), const CLONE_SIGHAND ideal-int
|
|
pkg syscall (netbsd-amd64-cgo), const CLONE_VFORK = 16384
|
|
pkg syscall (netbsd-amd64-cgo), const CLONE_VFORK ideal-int
|
|
pkg syscall (netbsd-amd64-cgo), const CLONE_VM = 256
|
|
pkg syscall (netbsd-amd64-cgo), const CLONE_VM ideal-int
|
|
pkg syscall (netbsd-amd64-cgo), const MADV_DONTNEED = 4
|
|
pkg syscall (netbsd-amd64-cgo), const MADV_DONTNEED ideal-int
|
|
pkg syscall (netbsd-amd64-cgo), const MADV_FREE = 6
|
|
pkg syscall (netbsd-amd64-cgo), const MADV_FREE ideal-int
|
|
pkg syscall (netbsd-amd64-cgo), const MADV_NORMAL = 0
|
|
pkg syscall (netbsd-amd64-cgo), const MADV_NORMAL ideal-int
|
|
pkg syscall (netbsd-amd64-cgo), const MADV_RANDOM = 1
|
|
pkg syscall (netbsd-amd64-cgo), const MADV_RANDOM ideal-int
|
|
pkg syscall (netbsd-amd64-cgo), const MADV_SEQUENTIAL = 2
|
|
pkg syscall (netbsd-amd64-cgo), const MADV_SEQUENTIAL ideal-int
|
|
pkg syscall (netbsd-amd64-cgo), const MADV_SPACEAVAIL = 5
|
|
pkg syscall (netbsd-amd64-cgo), const MADV_SPACEAVAIL ideal-int
|
|
pkg syscall (netbsd-amd64-cgo), const MADV_WILLNEED = 3
|
|
pkg syscall (netbsd-amd64-cgo), const MADV_WILLNEED ideal-int
|
|
pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_16MB = 402653184
|
|
pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_16MB ideal-int
|
|
pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_1TB = 671088640
|
|
pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_1TB ideal-int
|
|
pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_256TB = 805306368
|
|
pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_256TB ideal-int
|
|
pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_4GB = 536870912
|
|
pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_4GB ideal-int
|
|
pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_64KB = 268435456
|
|
pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_64KB ideal-int
|
|
pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_64PB = 939524096
|
|
pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_64PB ideal-int
|
|
pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_MASK = -16777216
|
|
pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_MASK ideal-int
|
|
pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_SHIFT = 24
|
|
pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_SHIFT ideal-int
|
|
pkg syscall (netbsd-amd64-cgo), const MAP_ANON = 4096
|
|
pkg syscall (netbsd-amd64-cgo), const MAP_ANON ideal-int
|
|
pkg syscall (netbsd-amd64-cgo), const MAP_FILE = 0
|
|
pkg syscall (netbsd-amd64-cgo), const MAP_FILE ideal-int
|
|
pkg syscall (netbsd-amd64-cgo), const MAP_FIXED = 16
|
|
pkg syscall (netbsd-amd64-cgo), const MAP_FIXED ideal-int
|
|
pkg syscall (netbsd-amd64-cgo), const MAP_HASSEMAPHORE = 512
|
|
pkg syscall (netbsd-amd64-cgo), const MAP_HASSEMAPHORE ideal-int
|
|
pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT = 128
|
|
pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT ideal-int
|
|
pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT_COPY = 1
|
|
pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT_COPY ideal-int
|
|
pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT_DEFAULT = 1
|
|
pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT_DEFAULT ideal-int
|
|
pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT_DONATE_COPY = 3
|
|
pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT_DONATE_COPY ideal-int
|
|
pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT_NONE = 2
|
|
pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT_NONE ideal-int
|
|
pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT_SHARE = 0
|
|
pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT_SHARE ideal-int
|
|
pkg syscall (netbsd-amd64-cgo), const MAP_NORESERVE = 64
|
|
pkg syscall (netbsd-amd64-cgo), const MAP_NORESERVE ideal-int
|
|
pkg syscall (netbsd-amd64-cgo), const MAP_PRIVATE = 2
|
|
pkg syscall (netbsd-amd64-cgo), const MAP_PRIVATE ideal-int
|
|
pkg syscall (netbsd-amd64-cgo), const MAP_RENAME = 32
|
|
pkg syscall (netbsd-amd64-cgo), const MAP_RENAME ideal-int
|
|
pkg syscall (netbsd-amd64-cgo), const MAP_SHARED = 1
|
|
pkg syscall (netbsd-amd64-cgo), const MAP_SHARED ideal-int
|
|
pkg syscall (netbsd-amd64-cgo), const MAP_STACK = 8192
|
|
pkg syscall (netbsd-amd64-cgo), const MAP_STACK ideal-int
|
|
pkg syscall (netbsd-amd64-cgo), const MAP_TRYFIXED = 1024
|
|
pkg syscall (netbsd-amd64-cgo), const MAP_TRYFIXED ideal-int
|
|
pkg syscall (netbsd-amd64-cgo), const MAP_WIRED = 2048
|
|
pkg syscall (netbsd-amd64-cgo), const MAP_WIRED ideal-int
|
|
pkg syscall (netbsd-amd64-cgo), const MCL_CURRENT = 1
|
|
pkg syscall (netbsd-amd64-cgo), const MCL_CURRENT ideal-int
|
|
pkg syscall (netbsd-amd64-cgo), const MCL_FUTURE = 2
|
|
pkg syscall (netbsd-amd64-cgo), const MCL_FUTURE ideal-int
|
|
pkg syscall (netbsd-amd64-cgo), const MS_ASYNC = 1
|
|
pkg syscall (netbsd-amd64-cgo), const MS_ASYNC ideal-int
|
|
pkg syscall (netbsd-amd64-cgo), const MS_INVALIDATE = 2
|
|
pkg syscall (netbsd-amd64-cgo), const MS_INVALIDATE ideal-int
|
|
pkg syscall (netbsd-amd64-cgo), const MS_SYNC = 4
|
|
pkg syscall (netbsd-amd64-cgo), const MS_SYNC ideal-int
|
|
pkg syscall (netbsd-amd64-cgo), const PROT_EXEC = 4
|
|
pkg syscall (netbsd-amd64-cgo), const PROT_EXEC ideal-int
|
|
pkg syscall (netbsd-amd64-cgo), const PROT_NONE = 0
|
|
pkg syscall (netbsd-amd64-cgo), const PROT_NONE ideal-int
|
|
pkg syscall (netbsd-amd64-cgo), const PROT_READ = 1
|
|
pkg syscall (netbsd-amd64-cgo), const PROT_READ ideal-int
|
|
pkg syscall (netbsd-amd64-cgo), const PROT_WRITE = 2
|
|
pkg syscall (netbsd-amd64-cgo), const PROT_WRITE ideal-int
|
|
pkg syscall (windows-386), func NewCallbackCDecl(interface{}) uintptr
|
|
pkg syscall (windows-amd64), func NewCallbackCDecl(interface{}) uintptr
|