Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Drelo_core.c1306 struct bpf_core_relo_res cand_res; in bpf_core_calc_relo_insn() local
1369 err = bpf_core_calc_relo(prog_name, relo, relo_idx, local_spec, cand_spec, &cand_res); in bpf_core_calc_relo_insn()
1374 *targ_res = cand_res; in bpf_core_calc_relo_insn()
1384 } else if (cand_res.poison != targ_res->poison || in bpf_core_calc_relo_insn()
1385 cand_res.new_val != targ_res->new_val) { in bpf_core_calc_relo_insn()
1392 cand_res.poison ? "failure" : "success", in bpf_core_calc_relo_insn()
1393 (unsigned long long)cand_res.new_val, in bpf_core_calc_relo_insn()