Searched refs:push_insn (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/kernel/bpf/ |
D | verifier.c | 1450 static int push_insn(int t, int w, int e, struct verifier_env *env) in push_insn() function 1523 ret = push_insn(t, t + 1, FALLTHROUGH, env); in check_cfg() 1534 ret = push_insn(t, t + insns[t].off + 1, in check_cfg() 1547 ret = push_insn(t, t + 1, FALLTHROUGH, env); in check_cfg() 1553 ret = push_insn(t, t + insns[t].off + 1, BRANCH, env); in check_cfg() 1563 ret = push_insn(t, t + 1, FALLTHROUGH, env); in check_cfg()
|