bpf_plt
#define PLT_TARGET_SIZE sizeof_field(struct bpf_plt, target)
#define PLT_TARGET_OFFSET offsetof(struct bpf_plt, target)
struct bpf_plt *plt = NULL;
struct bpf_plt *plt = NULL;
plt = (struct bpf_plt *)(ctx->image + ctx->idx);
struct bpf_plt expected_plt, current_plt, new_plt, *plt;
extern const struct bpf_plt bpf_plt;
static void bpf_jit_plt(struct bpf_plt *plt, void *ret, void *target)
memcpy(plt, &bpf_plt, sizeof(*plt));
bpf_jit_plt((struct bpf_plt *)(jit->prg_buf + jit->prg),
jit->prg += sizeof(struct bpf_plt);