Home
last modified time | relevance | path

Searched refs:bpf_core_relo (Results 1 - 8 of 8) sorted by relevance

/third_party/libbpf/src/
H A Drelo_core.h83 const struct bpf_core_relo *relo, int relo_idx,
90 int insn_idx, const struct bpf_core_relo *relo,
94 const struct bpf_core_relo *relo,
H A Dbpf_gen_internal.h44 struct bpf_core_relo *core_relos;
71 void bpf_gen__record_relo_core(struct bpf_gen *gen, const struct bpf_core_relo *core_relo);
H A Drelo_core.c227 * Turn bpf_core_relo into a low- and high-level spec representation,
264 const struct bpf_core_relo *relo, in bpf_core_parse_spec()
679 const struct bpf_core_relo *relo, in bpf_core_calc_field_relo()
803 static int bpf_core_calc_type_relo(const struct bpf_core_relo *relo, in bpf_core_calc_type_relo()
847 static int bpf_core_calc_enumval_relo(const struct bpf_core_relo *relo, in bpf_core_calc_enumval_relo()
880 const struct bpf_core_relo *relo, in bpf_core_calc_relo()
1025 int insn_idx, const struct bpf_core_relo *relo, in bpf_core_patch_insn()
1276 * least one bpf_core_relo associated with it. This list is shared
1281 const struct bpf_core_relo *relo, in bpf_core_calc_relo_insn()
H A Dgen_loader.c852 const struct bpf_core_relo *core_relo) in bpf_gen__record_relo_core()
854 struct bpf_core_relo *relos; in bpf_gen__record_relo_core()
969 attr.core_relo_rec_size = sizeof(struct bpf_core_relo); in bpf_gen__prog_load()
H A Dbtf.c3039 .min_rec_size = sizeof(struct bpf_core_relo),
5228 struct bpf_core_relo *rec;
5273 struct bpf_core_relo *rec;
H A Dlibbpf.c352 const struct bpf_core_relo *core_relo; /* used when type == RELO_CORE */
6109 const struct bpf_core_relo *core_relo, int insn_idx)
6126 static const struct bpf_core_relo *find_relo_core(struct bpf_program *prog, int insn_idx)
6143 const struct bpf_core_relo *relo,
6190 const struct bpf_core_relo *rec;
7561 const struct bpf_core_relo *relo;
7728 struct bpf_core_relo cr = {
H A Dlinker.c2516 struct bpf_core_relo *src_rec, *dst_rec; in linker_append_btf_ext()
/third_party/libbpf/include/uapi/linux/
H A Dbpf.h1464 __u32 core_relo_cnt; /* number of bpf_core_relo */
1467 __u32 core_relo_rec_size; /* sizeof(struct bpf_core_relo) */
7282 * "struct bpf_core_relo" is used to pass relocation data form LLVM to libbpf
7329 struct bpf_core_relo { struct

Completed in 68 milliseconds