Searched refs:push_insn (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/kernel/bpf/ |
D | verifier.c | 1317 static int push_insn(int t, int w, int e, struct verifier_env *env) in push_insn() function 1390 ret = push_insn(t, t + 1, FALLTHROUGH, env); in check_cfg() 1401 ret = push_insn(t, t + insns[t].off + 1, in check_cfg() 1414 ret = push_insn(t, t + 1, FALLTHROUGH, env); in check_cfg() 1420 ret = push_insn(t, t + insns[t].off + 1, BRANCH, env); in check_cfg() 1430 ret = push_insn(t, t + 1, FALLTHROUGH, env); in check_cfg()
|