Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Syscall ¶
type Syscall struct { Num int // Syscall number. Name string // Syscall name. Caller string // Function calling the syscall. Function string // Function used to make the systell (e.g. unix.Syscall6). Location string // File and line where the syscall is invoked. Assembly string // Assembly instruction that loads syscall number. }
Syscall is a system call found in the disassembly.
Click to show internal directories.
Click to hide internal directories.