Home
last modified time | relevance | path

Searched refs:fmt_insn (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/bpf/prog/
H A Dverifier.rs38 let mut fmt_insn = to_insn_vec(instructions); in relocation() localVariable
42 if index >= fmt_insn.len() { in relocation()
45 let mut insn = fmt_insn[index].clone(); in relocation()
48 let mut next_insn = fmt_insn[index + 1].clone(); in relocation()
106 fmt_insn[index] = insn; in relocation()
107 fmt_insn[index + 1] = next_insn; in relocation()
116 let fmt_insn = fmt_insn in relocation() localVariable
120 instructions.copy_from_slice(&fmt_insn); in relocation()