Home
last modified time | relevance | path

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

/third_party/libbpf/src/
Drelo_core.c1291 struct bpf_core_relo_res cand_res; in bpf_core_calc_relo_insn() local
1354 err = bpf_core_calc_relo(prog_name, relo, relo_idx, local_spec, cand_spec, &cand_res); in bpf_core_calc_relo_insn()
1359 *targ_res = cand_res; in bpf_core_calc_relo_insn()
1369 } else if (cand_res.poison != targ_res->poison || in bpf_core_calc_relo_insn()
1370 cand_res.new_val != targ_res->new_val) { in bpf_core_calc_relo_insn()
1377 cand_res.poison ? "failure" : "success", in bpf_core_calc_relo_insn()
1378 (unsigned long long)cand_res.new_val, in bpf_core_calc_relo_insn()