Searched refs:exception_callback_subprog (Results 1 – 4 of 4) sorted by relevance
605 ex_insn_beg = env->exception_callback_subprog in bpf_check_cfg()606 ? env->subprog_info[env->exception_callback_subprog].start in bpf_check_cfg()
1304 prog->aux->bpf_exception_cb = (void *)func[env->exception_callback_subprog]->bpf_func; in jit_subprogs()1526 if (env->seen_exception && !env->exception_callback_subprog) { in bpf_do_misc_fixups()1538 env->exception_callback_subprog = env->subprog_cnt - 1; in bpf_do_misc_fixups()1540 bpf_mark_subprog_exc_cb(env, env->exception_callback_subprog); in bpf_do_misc_fixups()
2962 env->exception_callback_subprog = i; in add_subprogs()13887 if (!env->exception_callback_subprog) { in check_kfunc_call()19462 if (env->exception_callback_subprog) in do_check_subprogs()19463 subprog_aux(env, env->exception_callback_subprog)->called = true; in do_check_subprogs()
941 int exception_callback_subprog; member