Home | History | Annotate | Download | only in seccomp-bpf

Lines Matching defs:jmp

92           fprintf(stderr, "JMP %d\n", ip + iter->k + 1);
94 fprintf(stderr, "if A %s 0x%x; then JMP %d else JMP %d\n",
457 // and k fields) and their last instructions are neither a JMP nor a RET
483 // Sanity check: If we're looking at a JMP or RET instruction, by definition
490 // RET instructions terminate execution, and only JMP instructions use the
674 int jmp = offset - targets_to_blocks.find(insn->jt_ptr)->second->offset;
675 insn->k = jmp;
686 Instructions::size_type jmp = bb->instructions.size();
700 bb->instructions.insert(bb->instructions.begin() + jmp, ja);