Home
last modified time | relevance | path

Searched refs:specs_scratch (Results 1 – 3 of 3) sorted by relevance

/third_party/libbpf/src/
Drelo_core.h86 struct bpf_core_spec *specs_scratch,
Drelo_core.c1285 struct bpf_core_spec *specs_scratch, in bpf_core_calc_relo_insn() argument
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()
Dlibbpf.c6007 struct bpf_core_spec specs_scratch[3] = {}; local
6039 return bpf_core_calc_relo_insn(prog_name, relo, relo_idx, local_btf, cands, specs_scratch,