Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Drelo_core.h89 int bpf_core_patch_insn(const char *prog_name, struct bpf_insn *insn,
H A Drelo_core.c1040 int bpf_core_patch_insn(const char *prog_name, struct bpf_insn *insn, in bpf_core_patch_insn() function
1419 * bpf_core_patch_insn() uniformly by replacing that instruction with in bpf_core_calc_relo_insn()
H A Dlibbpf.c6017 err = bpf_core_patch_insn(prog->name, insn, insn_idx, rec, i, &targ_res); in bpf_object__relocate_core()
/linux/kernel/bpf/
H A Dbtf.c9340 err = bpf_core_patch_insn((void *)ctx->log, insn, relo->insn_off / 8, relo, relo_idx, in bpf_core_apply()