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.c503 int exception_cb_idx; member
868 prog->exception_cb_idx = -1; in bpf_object__init_prog()
7109 if (prog->exception_cb_idx >= 0) { in bpf_prog_assign_exc_cb()
7110 prog->exception_cb_idx = -1; in bpf_prog_assign_exc_cb()
7138 if (prog->exception_cb_idx >= 0) { in bpf_prog_assign_exc_cb()
7143 prog->exception_cb_idx = j; in bpf_prog_assign_exc_cb()
7147 if (prog->exception_cb_idx >= 0) in bpf_prog_assign_exc_cb()
7547 if (prog->exception_cb_idx >= 0) { in bpf_object__relocate()
7548 struct bpf_program *subprog = &obj->programs[prog->exception_cb_idx]; in bpf_object__relocate()