Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Dlibbpf.c498 int exception_cb_idx; member
860 prog->exception_cb_idx = -1; in bpf_object__init_prog()
7005 if (prog->exception_cb_idx >= 0) { in bpf_prog_assign_exc_cb()
7006 prog->exception_cb_idx = -1; in bpf_prog_assign_exc_cb()
7034 if (prog->exception_cb_idx >= 0) { in bpf_prog_assign_exc_cb()
7039 prog->exception_cb_idx = j; in bpf_prog_assign_exc_cb()
7043 if (prog->exception_cb_idx >= 0) in bpf_prog_assign_exc_cb()
7443 if (prog->exception_cb_idx >= 0) { in bpf_object__relocate()
7444 struct bpf_program *subprog = &obj->programs[prog->exception_cb_idx]; in bpf_object__relocate()