Searched refs:bpf_core_patch_insn (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/lib/bpf/ |
H A D | relo_core.h | 89 int bpf_core_patch_insn(const char *prog_name, struct bpf_insn *insn,
|
H A D | relo_core.c | 1024 int bpf_core_patch_insn(const char *prog_name, struct bpf_insn *insn, in bpf_core_patch_insn() function
|
H A D | libbpf.c | 5878 err = bpf_core_patch_insn(prog->name, insn, insn_idx, rec, i, &targ_res); in bpf_object__relocate_core()
|
/openbmc/linux/kernel/bpf/ |
H A D | btf.c | 8487 err = bpf_core_patch_insn((void *)ctx->log, insn, relo->insn_off / 8, relo, relo_idx, in bpf_core_apply()
|