Searched refs:bpf_core_calc_relo_insn (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/tools/lib/bpf/ |
H A D | relo_core.h | 82 int bpf_core_calc_relo_insn(const char *prog_name,
|
H A D | relo_core.c | 1280 int bpf_core_calc_relo_insn(const char *prog_name, in bpf_core_calc_relo_insn() function
|
H A D | libbpf.c | 5778 return bpf_core_calc_relo_insn(prog_name, relo, relo_idx, local_btf, cands, specs_scratch, in bpf_core_resolve_relo()
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | gen.c | 2101 err = bpf_core_calc_relo_insn(sec_name, relo, relo_idx, btf, cands, in btfgen_record_obj()
|
/openbmc/linux/kernel/bpf/ |
H A D | btf.c | 8482 err = bpf_core_calc_relo_insn((void *)ctx->log, relo, relo_idx, ctx->btf, &cands, specs, in bpf_core_apply()
|