Searched refs:other_branch (Results 1 – 1 of 1) sorted by relevance
1056 struct verifier_state *other_branch; in check_cond_jmp_op() local1107 other_branch = push_stack(env, *insn_idx + insn->off + 1, *insn_idx); in check_cond_jmp_op()1108 if (!other_branch) in check_cond_jmp_op()1122 other_branch->regs[insn->dst_reg].type = CONST_IMM; in check_cond_jmp_op()1123 other_branch->regs[insn->dst_reg].imm = 0; in check_cond_jmp_op()1125 other_branch->regs[insn->dst_reg].type = PTR_TO_MAP_VALUE; in check_cond_jmp_op()1136 other_branch->regs[insn->dst_reg].type = CONST_IMM; in check_cond_jmp_op()1137 other_branch->regs[insn->dst_reg].imm = insn->imm; in check_cond_jmp_op()