[−][src]Crate solana_bpf_loader_program
Modules
| alloc | |
| allocator_bump | |
| bpf_verifier | |
| deprecated | |
| serialization | |
| syscalls |
Macros
| solana_bpf_loader_deprecated_program | |
| solana_bpf_loader_program | |
| translate | |
| translate_slice | |
| translate_slice_mut | |
| translate_type | |
| translate_type_mut |
Structs
| BPFExecutor | BPF Loader's Executor implementation |
Enums
| BPFError | Errors returned by functions the BPF Loader registers with the VM |
| BPFLoaderError | Errors returned by the BPFLoader if the VM fails to run the program |
Statics
| ID | The static program ID |
Functions
| check_id | Confirms that a given pubkey is equivalent to the program ID |
| create_and_cache_executor | |
| create_vm | Create the BPF virtual machine |
| id | Returns the program ID |
| process_instruction |