Searched refs:push_insn (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/kernel/bpf/ |
D | verifier.c | 4165 static int push_insn(int t, int w, int e, struct bpf_verifier_env *env) in push_insn() function 4242 ret = push_insn(t, t + 1, FALLTHROUGH, env); in check_cfg() 4251 ret = push_insn(t, t + insns[t].imm + 1, BRANCH, env); in check_cfg() 4263 ret = push_insn(t, t + insns[t].off + 1, in check_cfg() 4277 ret = push_insn(t, t + 1, FALLTHROUGH, env); in check_cfg() 4283 ret = push_insn(t, t + insns[t].off + 1, BRANCH, env); in check_cfg() 4293 ret = push_insn(t, t + 1, FALLTHROUGH, env); in check_cfg()
|