Searched refs:bpf_core_calc_relo_insn (Results 1 – 5 of 5) sorted by relevance
/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 | 1296 int bpf_core_calc_relo_insn(const char *prog_name, in bpf_core_calc_relo_insn() function
|
H A D | libbpf.c | 5917 return bpf_core_calc_relo_insn(prog_name, relo, relo_idx, local_btf, cands, specs_scratch, in bpf_core_resolve_relo()
|
/linux/tools/bpf/bpftool/ |
H A D | gen.c | 2404 err = bpf_core_calc_relo_insn(sec_name, relo, relo_idx, btf, cands, in btfgen_record_obj() 2538 * bpf_core_calc_relo_insn() to get the target specification, this
|
/linux/kernel/bpf/ |
H A D | btf.c | 9330 * since module can be unloaded while bpf_core_calc_relo_insn in bpf_core_apply() 9335 err = bpf_core_calc_relo_insn((void *)ctx->log, relo, relo_idx, ctx->btf, &cands, specs, in bpf_core_apply()
|