Home
last modified time | relevance | path

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

/linux-6.14.4/tools/lib/bpf/
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.c5873 struct bpf_core_spec specs_scratch[3] = {}; in bpf_core_resolve_relo() local
5905 return bpf_core_calc_relo_insn(prog_name, relo, relo_idx, local_btf, cands, specs_scratch, in bpf_core_resolve_relo()
/linux-6.14.4/tools/bpf/bpftool/
Dgen.c2385 struct bpf_core_spec specs_scratch[3] = {}; in btfgen_record_obj() local
2405 specs_scratch, &targ_res); in btfgen_record_obj()
2410 err = btfgen_record_reloc(info, &specs_scratch[2]); in btfgen_record_obj()