Searched refs:cand_spec (Results 1 – 1 of 1) sorted by relevance
/tools/lib/bpf/ |
D | relo_core.c | 1152 struct bpf_core_spec local_spec, cand_spec, targ_spec = {}; in bpf_core_apply_relo_insn() local 1206 cands->cands[i].id, &cand_spec); in bpf_core_apply_relo_insn() 1210 bpf_core_dump_spec(LIBBPF_WARN, &cand_spec); in bpf_core_apply_relo_insn() 1217 bpf_core_dump_spec(LIBBPF_DEBUG, &cand_spec); in bpf_core_apply_relo_insn() 1223 err = bpf_core_calc_relo(prog_name, relo, relo_idx, &local_spec, &cand_spec, &cand_res); in bpf_core_apply_relo_insn() 1229 targ_spec = cand_spec; in bpf_core_apply_relo_insn() 1230 } else if (cand_spec.bit_offset != targ_spec.bit_offset) { in bpf_core_apply_relo_insn() 1235 prog_name, relo_idx, cand_spec.bit_offset, in bpf_core_apply_relo_insn()
|