Searched refs:specs_scratch (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/libbpf/src/ |
H A D | relo_core.c | 1285 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()
|
H A D | relo_core.h | 86 struct bpf_core_spec *specs_scratch,
|
H A D | libbpf.c | 5762 struct bpf_core_spec specs_scratch[3] = {}; in bpf_core_resolve_relo() local 5794 return bpf_core_calc_relo_insn(prog_name, relo, relo_idx, local_btf, cands, specs_scratch, in bpf_core_resolve_relo()
|
/aosp_15_r20/out/soong/.intermediates/external/libbpf/libbpf_headers/gen/bpf/ |
D | relo_core.h | 86 struct bpf_core_spec *specs_scratch,
|
/aosp_15_r20/external/bpftool/src/ |
H A D | gen.c | 2337 struct bpf_core_spec specs_scratch[3] = {}; in btfgen_record_obj() local 2357 specs_scratch, &targ_res); in btfgen_record_obj() 2362 err = btfgen_record_reloc(info, &specs_scratch[2]); in btfgen_record_obj()
|