Searched refs:specs_scratch (Results 1 - 3 of 3) sorted by relevance
/third_party/libbpf/src/ |
H A D | relo_core.h | 86 struct bpf_core_spec *specs_scratch,
|
H A D | relo_core.c | 1285 struct bpf_core_spec *specs_scratch, in bpf_core_calc_relo_insn() 1288 struct bpf_core_spec *local_spec = &specs_scratch[0]; in bpf_core_calc_relo_insn() 1289 struct bpf_core_spec *cand_spec = &specs_scratch[1]; in bpf_core_calc_relo_insn() 1290 struct bpf_core_spec *targ_spec = &specs_scratch[2]; in bpf_core_calc_relo_insn() 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) bpf_core_calc_relo_insn() argument
|
H A D | libbpf.c | 6149 struct bpf_core_spec specs_scratch[3] = {}; local 6181 return bpf_core_calc_relo_insn(prog_name, relo, relo_idx, local_btf, cands, specs_scratch,
|
Completed in 19 milliseconds