call

package
v0.0.0-...-a9d482a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 26, 2020 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Close

type Close struct {
	Generic
	Fd int
}

func (*Close) String

func (c *Close) String() string

type Execve

type Execve struct {
	Generic
	Path string
	Argv []string
	Envp []string
}

func (*Execve) String

func (c *Execve) String() string

type Generic

type Generic struct {
	Num  int
	Name string
	Args []uint64
	Ret  uint64
}

func (*Generic) Base

func (c *Generic) Base() *Generic

func (*Generic) String

func (c *Generic) String() string

type Open

type Open struct {
	Generic
	Path        string
	Mode, Flags int
	Fd          int
}

func (*Open) String

func (c *Open) String() string

type Read

type Read struct {
	Generic
	Fd        int
	Data      []byte
	Buf, Size uint64
	Ret       int
}

func (*Read) String

func (c *Read) String() string

type Readv

type Readv struct {
	Generic
	Fd           int
	Iovec, Count uint64
}

type Write

type Write struct {
	Generic
	Fd        int
	Data      []byte
	Buf, Size uint64
	Ret       int
}

func (*Write) String

func (c *Write) String() string

type Writev

type Writev struct {
	Generic
	Fd           int
	Data         []byte
	Iovec, Count uint64
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL