Symbol: bpf_core_relo
include/linux/bpf.h
3059
int bpf_core_apply(struct bpf_core_ctx *ctx, const struct bpf_core_relo *relo,
kernel/bpf/btf.c
9445
int bpf_core_apply(struct bpf_core_ctx *ctx, const struct bpf_core_relo *relo,
kernel/bpf/verifier.c
19432
#define MIN_CORE_RELO_SIZE sizeof(struct bpf_core_relo)
kernel/bpf/verifier.c
19440
struct bpf_core_relo core_relo = {};
kernel/bpf/verifier.c
19453
if (nr_core_relo > INT_MAX / sizeof(struct bpf_core_relo))
kernel/bpf/verifier.c
19463
expected_size = sizeof(struct bpf_core_relo);
tools/bpf/bpftool/gen.c
2407
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
3189
.min_rec_size = sizeof(struct bpf_core_relo),
tools/lib/bpf/btf.c
5570
struct bpf_core_relo *rec;
tools/lib/bpf/btf.c
5615
struct bpf_core_relo *rec;
tools/lib/bpf/gen_loader.c
1020
struct bpf_core_relo *cr = gen->data_start + core_relos;
tools/lib/bpf/gen_loader.c
1043
sizeof(struct bpf_core_relo);
tools/lib/bpf/gen_loader.c
1087
attr.core_relo_rec_size = tgt_endian((__u32)sizeof(struct bpf_core_relo));
tools/lib/bpf/gen_loader.c
1092
sizeof(struct bpf_core_relo));
tools/lib/bpf/gen_loader.c
932
const struct bpf_core_relo *core_relo)
tools/lib/bpf/gen_loader.c
934
struct bpf_core_relo *relos;
tools/lib/bpf/libbpf.c
381
const struct bpf_core_relo *core_relo; /* used when type == RELO_CORE */
tools/lib/bpf/libbpf.c
5950
const struct bpf_core_relo *core_relo, int insn_idx)
tools/lib/bpf/libbpf.c
5967
static const struct bpf_core_relo *find_relo_core(struct bpf_program *prog, int insn_idx)
tools/lib/bpf/libbpf.c
5984
const struct bpf_core_relo *relo,
tools/lib/bpf/libbpf.c
6031
const struct bpf_core_relo *rec;
tools/lib/bpf/libbpf.c
8027
const struct bpf_core_relo *relo;
tools/lib/bpf/libbpf.c
8194
struct bpf_core_relo cr = {
tools/lib/bpf/libbpf_internal.h
550
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
1040
int insn_idx, const struct bpf_core_relo *relo,
tools/lib/bpf/relo_core.c
1296
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
678
const struct bpf_core_relo *relo,
tools/lib/bpf/relo_core.c
818
static int bpf_core_calc_type_relo(const struct bpf_core_relo *relo,
tools/lib/bpf/relo_core.c
862
static int bpf_core_calc_enumval_relo(const struct bpf_core_relo *relo,
tools/lib/bpf/relo_core.c
895
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[] = {