Searched refs:targ_res (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/lib/bpf/
H A Drelo_core.h87 struct bpf_core_relo_res *targ_res);
H A Drelo_core.c1286 struct bpf_core_relo_res *targ_res)
1322 memset(targ_res, 0, sizeof(*targ_res));
1323 targ_res->validate = false;
1324 targ_res->poison = false;
1325 targ_res->orig_val = local_spec->root_type_id;
1326 targ_res->new_val = local_spec->root_type_id;
1359 *targ_res = cand_res;
1369 } else if (cand_res.poison != targ_res->poison ||
1370 cand_res.new_val != targ_res
1280 bpf_core_calc_relo_insn(const char *prog_name, const struct bpf_core_relo *relo, int relo_idx, const struct btf *local_btf, struct bpf_core_cand_list *cands, struct bpf_core_spec *specs_scratch, struct bpf_core_relo_res *targ_res) argument
[all...]
H A Dlibbpf.c5729 struct bpf_core_relo_res *targ_res)
5764 targ_res);
5771 struct bpf_core_relo_res targ_res; local
5856 err = bpf_core_resolve_relo(prog, rec, i, obj->btf, cand_cache, &targ_res);
5863 err = bpf_core_patch_insn(prog->name, insn, insn_idx, rec, i, &targ_res);
5724 bpf_core_resolve_relo(struct bpf_program *prog, const struct bpf_core_relo *relo, int relo_idx, const struct btf *local_btf, struct hashmap *cand_cache, struct bpf_core_relo_res *targ_res) argument
/linux-master/tools/bpf/bpftool/
H A Dgen.c2337 struct bpf_core_relo_res targ_res = {}; local
2356 specs_scratch, &targ_res);
/linux-master/kernel/bpf/
H A Dbtf.c8691 struct bpf_core_relo_res targ_res; local
8737 &targ_res);
8742 &targ_res);

Completed in 354 milliseconds