Searched refs:cand_spec (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/lib/bpf/ |
H A D | relo_core.c | 1289 struct bpf_core_spec *cand_spec = &specs_scratch[1]; in bpf_core_calc_relo_insn() local 1339 cands->cands[i].id, cand_spec); in bpf_core_calc_relo_insn() 1341 bpf_core_format_spec(spec_buf, sizeof(spec_buf), cand_spec); in bpf_core_calc_relo_insn() 1347 bpf_core_format_spec(spec_buf, sizeof(spec_buf), cand_spec); in bpf_core_calc_relo_insn() 1354 err = bpf_core_calc_relo(prog_name, relo, relo_idx, local_spec, cand_spec, &cand_res); in bpf_core_calc_relo_insn() 1360 *targ_spec = *cand_spec; in bpf_core_calc_relo_insn() 1361 } else if (cand_spec->bit_offset != targ_spec->bit_offset) { in bpf_core_calc_relo_insn() 1366 prog_name, relo_idx, cand_spec->bit_offset, in bpf_core_calc_relo_insn()
|