[−][src]Module solana_bpf_loader_program::syscalls
Structs
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 |
syscall_sol_log | Log a user's info message |
syscall_sol_log_u64 | Log 5 64-bit values |
syscall_sol_panic | Panic syscall function, called when the BPF program calls 'sol_panic_()` Causes the BPF program to be halted immediately |
Type Definitions
TranslatedAccounts |