Function solana_bpf_loader_program::syscalls::bind_syscall_context_objects[][src]

pub fn bind_syscall_context_objects<'a>(
    loader_id: &'a Pubkey,
    vm: &mut EbpfVm<'a, BpfError, ThisInstructionMeter>,
    callers_keyed_accounts: &'a [KeyedAccount<'a>],
    invoke_context: &'a mut dyn InvokeContext,
    heap: AlignedMemory
) -> Result<(), EbpfError<BpfError>>