Home
last modified time | relevance | path

Searched refs:core_relo (Results 1 - 3 of 3) sorted by relevance

/third_party/libbpf/src/
H A Dbpf_gen_internal.h71 void bpf_gen__record_relo_core(struct bpf_gen *gen, const struct bpf_core_relo *core_relo);
H A Dgen_loader.c852 const struct bpf_core_relo *core_relo) in bpf_gen__record_relo_core()
863 memcpy(relos, core_relo, sizeof(*relos)); in bpf_gen__record_relo_core()
851 bpf_gen__record_relo_core(struct bpf_gen *gen, const struct bpf_core_relo *core_relo) bpf_gen__record_relo_core() argument
H A Dlibbpf.c352 const struct bpf_core_relo *core_relo; /* used when type == RELO_CORE */ member
6109 const struct bpf_core_relo *core_relo, int insn_idx)
6120 relo->core_relo = core_relo;
6136 return relo->core_relo;
7730 .type_id = relo->core_relo->type_id,
7731 .access_str_off = relo->core_relo->access_str_off,
7732 .kind = relo->core_relo->kind,
6108 record_relo_core(struct bpf_program *prog, const struct bpf_core_relo *core_relo, int insn_idx) global() argument

Completed in 19 milliseconds