Searched refs:cand_spec (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/tools/lib/bpf/ |
| H A D | relo_core.c | 1305 struct bpf_core_spec *cand_spec = &specs_scratch[1]; in bpf_core_calc_relo_insn() local 1355 cands->cands[i].id, cand_spec); in bpf_core_calc_relo_insn() 1357 bpf_core_format_spec(spec_buf, sizeof(spec_buf), cand_spec); in bpf_core_calc_relo_insn() 1363 bpf_core_format_spec(spec_buf, sizeof(spec_buf), cand_spec); in bpf_core_calc_relo_insn() 1370 err = bpf_core_calc_relo(prog_name, relo, relo_idx, local_spec, cand_spec, &cand_res); in bpf_core_calc_relo_insn() 1376 *targ_spec = *cand_spec; in bpf_core_calc_relo_insn() 1377 } else if (cand_spec->bit_offset != targ_spec->bit_offset) { in bpf_core_calc_relo_insn() 1382 prog_name, relo_idx, cand_spec->bit_offset, in bpf_core_calc_relo_insn()
|