Symbol: bpf_core_relo
include/linux/bpf.h
3193
int bpf_core_apply(struct bpf_core_ctx *ctx, const struct bpf_core_relo *relo,
kernel/bpf/btf.c
9681
int bpf_core_apply(struct bpf_core_ctx *ctx, const struct bpf_core_relo *relo,
kernel/bpf/check_btf.c
338
#define MIN_CORE_RELO_SIZE sizeof(struct bpf_core_relo)
kernel/bpf/check_btf.c
346
struct bpf_core_relo core_relo = {};
kernel/bpf/check_btf.c
359
if (nr_core_relo > INT_MAX / sizeof(struct bpf_core_relo))
kernel/bpf/check_btf.c
369
expected_size = sizeof(struct bpf_core_relo);
tools/bpf/bpftool/gen.c
2409
const struct bpf_core_relo *relo;
tools/lib/bpf/bpf_gen_internal.h
46
struct bpf_core_relo *core_relos;
tools/lib/bpf/bpf_gen_internal.h
74
void bpf_gen__record_relo_core(struct bpf_gen *gen, const struct bpf_core_relo *core_relo);
tools/lib/bpf/btf.c
3475
.min_rec_size = sizeof(struct bpf_core_relo),
tools/lib/bpf/btf.c
5860
struct bpf_core_relo *rec;
tools/lib/bpf/btf.c
5905
struct bpf_core_relo *rec;
tools/lib/bpf/gen_loader.c
1052
struct bpf_core_relo *cr = gen->data_start + core_relos;
tools/lib/bpf/gen_loader.c
1075
sizeof(struct bpf_core_relo);
tools/lib/bpf/gen_loader.c
1119
attr.core_relo_rec_size = tgt_endian((__u32)sizeof(struct bpf_core_relo));
tools/lib/bpf/gen_loader.c
1124
sizeof(struct bpf_core_relo));
tools/lib/bpf/gen_loader.c
964
const struct bpf_core_relo *core_relo)
tools/lib/bpf/gen_loader.c
966
struct bpf_core_relo *relos;
tools/lib/bpf/libbpf.c
386
const struct bpf_core_relo *core_relo; /* used when type == RELO_CORE */
tools/lib/bpf/libbpf.c
6010
const struct bpf_core_relo *core_relo, int insn_idx)
tools/lib/bpf/libbpf.c
6027
static const struct bpf_core_relo *find_relo_core(struct bpf_program *prog, int insn_idx)
tools/lib/bpf/libbpf.c
6044
const struct bpf_core_relo *relo,
tools/lib/bpf/libbpf.c
6091
const struct bpf_core_relo *rec;
tools/lib/bpf/libbpf.c
8162
const struct bpf_core_relo *relo;
tools/lib/bpf/libbpf.c
8329
struct bpf_core_relo cr = {
tools/lib/bpf/libbpf_internal.h
562
static inline void bpf_core_relo_bswap(struct bpf_core_relo *i)
tools/lib/bpf/linker.c
2714
struct bpf_core_relo *src_rec, *dst_rec;
tools/lib/bpf/relo_core.c
1042
int insn_idx, const struct bpf_core_relo *relo,
tools/lib/bpf/relo_core.c
1298
const struct bpf_core_relo *relo,
tools/lib/bpf/relo_core.c
263
const struct bpf_core_relo *relo,
tools/lib/bpf/relo_core.c
680
const struct bpf_core_relo *relo,
tools/lib/bpf/relo_core.c
820
static int bpf_core_calc_type_relo(const struct bpf_core_relo *relo,
tools/lib/bpf/relo_core.c
864
static int bpf_core_calc_enumval_relo(const struct bpf_core_relo *relo,
tools/lib/bpf/relo_core.c
897
const struct bpf_core_relo *relo,
tools/lib/bpf/relo_core.h
83
const struct bpf_core_relo *relo, int relo_idx,
tools/lib/bpf/relo_core.h
90
int insn_idx, const struct bpf_core_relo *relo,
tools/lib/bpf/relo_core.h
94
const struct bpf_core_relo *relo,
tools/testing/selftests/bpf/prog_tests/core_reloc_raw.c
62
struct bpf_core_relo relos[] = {