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