Searched refs:specs_scratch (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/lib/bpf/
H A Drelo_core.h86 struct bpf_core_spec *specs_scratch,
H A Drelo_core.c1285 struct bpf_core_spec *specs_scratch,
1288 struct bpf_core_spec *local_spec = &specs_scratch[0];
1289 struct bpf_core_spec *cand_spec = &specs_scratch[1];
1290 struct bpf_core_spec *targ_spec = &specs_scratch[2];
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
H A Dlibbpf.c5731 struct bpf_core_spec specs_scratch[3] = {}; local
5763 return bpf_core_calc_relo_insn(prog_name, relo, relo_idx, local_btf, cands, specs_scratch,
/linux-master/tools/bpf/bpftool/
H A Dgen.c2336 struct bpf_core_spec specs_scratch[3] = {}; local
2356 specs_scratch, &targ_res);
2360 /* specs_scratch[2] is the target spec */
2361 err = btfgen_record_reloc(info, &specs_scratch[2]);

Completed in 208 milliseconds