Struct capstone_sys::bpf_op_mem [−][src]
#[repr(C)]pub struct bpf_op_mem { pub base: bpf_reg, pub disp: u32, }
Expand description
Instruction’s operand referring to memory This is associated with BPF_OP_MEM operand type above
Fields
base: bpf_reg
< base register
disp: u32
< offset value