Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/bpf/
Dverifier.c2331 int i, subprog, target_insn; in check_func_call() local
2339 target_insn = *insn_idx + insn->imm; in check_func_call()
2340 subprog = find_subprog(env, target_insn + 1); in check_func_call()
2343 target_insn + 1); in check_func_call()
2383 *insn_idx = target_insn; in check_func_call()