Home
last modified time | relevance | path

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

/linux-6.15/tools/lib/bpf/
H A Dlibbpf.c482 int exception_cb_idx; member
826 prog->exception_cb_idx = -1; in bpf_object__init_prog()
6699 if (prog->exception_cb_idx >= 0) { in bpf_prog_assign_exc_cb()
6700 prog->exception_cb_idx = -1; in bpf_prog_assign_exc_cb()
6728 if (prog->exception_cb_idx >= 0) { in bpf_prog_assign_exc_cb()
6733 prog->exception_cb_idx = j; in bpf_prog_assign_exc_cb()
6737 if (prog->exception_cb_idx >= 0) in bpf_prog_assign_exc_cb()
7129 if (prog->exception_cb_idx >= 0) { in bpf_object__relocate()
7130 struct bpf_program *subprog = &obj->programs[prog->exception_cb_idx]; in bpf_object__relocate()