Searched refs:bytecode (Results 1 – 3 of 3) sorted by relevance
86 let bytecode = hex::decode(program_text).unwrap(); in main() localVariable92 let mut vm = rbpf::EbpfVmRaw::new(Some(&bytecode)).unwrap(); in main()
2185 let bytecode = program.into_bytes(); in example_from_assembler() localVariable2195 assert_eq!(bytecode[..32], ref_prog[..32]); in example_from_assembler()2196 assert_eq!(bytecode[33..], ref_prog[33..]); in example_from_assembler()
269 // This is the eBPF program, in the form of bytecode instructions.403 // clang/LLVM. Some minor modification to the bytecode may be required.503 bytecode in a human-friendly format.