Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Syscall ¶
type SyscallList ¶
type SyscallList []*Syscall
func GetByClass ¶
func GetByClass(class string) SyscallList
func (SyscallList) GetByGroup ¶
func (s SyscallList) GetByGroup(group string) SyscallList
type Syscalls ¶
type Syscalls struct {
// contains filtered or unexported fields
}
func New ¶
New creates an initializes a Syscalls structure which can be used for looking up data about a specific syscall.
func (*Syscalls) GetByClass ¶
func (s *Syscalls) GetByClass(class string) SyscallList
Click to show internal directories.
Click to hide internal directories.