[−][src]Module solana_bpf_loader_program::syscalls
Structs
| SyscallLog | Log a user's info message |
| SyscallLogU64 | Log 5 64-bit values |
| SyscallPanic | Panic syscall function, called when the BPF program calls 'sol_panic_()` Causes the BPF program to be halted immediately |
| SyscallProcessInstructionRust | Cross-program invocation called from Rust |
| SyscallProcessSolInstructionC | Cross-program invocation called from C |
| SyscallSolAllocFree | Dynamic memory allocation syscall called when the BPF program calls
|
Enums
| SyscallError | Error definitions |
Functions
| register_syscalls | |
| syscall_abort | Abort syscall functions, called when the BPF program calls |
Type Definitions
| TranslatedAccounts |