[][src]Function solana_bpf_loader_program::helpers::helper_abort

pub fn helper_abort(
    _arg1: u64,
    _arg2: u64,
    _arg3: u64,
    _arg4: u64,
    _arg5: u64,
    _context: &mut HelperContext,
    _ro_regions: &[MemoryRegion],
    _rw_regions: &[MemoryRegion]
) -> Result<u64, Error>

Abort helper functions, called when the BPF program calls abort() The verify function returns an error which will cause the BPF program to be halted immediately