Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/rbpf/src/
H A Dassembler.rs15 AluBinary, AluUnary, Call, Endian, JumpConditional, JumpUnconditional, LoadAbs, LoadImm,
38 Call, enumerator
90 entry("call", Call, ebpf::CALL); in make_instruction_map()
206 (Call, Integer(imm), Nil, Nil) => insn(opc, 0, 0, 0, imm), in encode()