Home
last modified time | relevance | path

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

/third_party/libbpf/src/
Dbpf_gen_internal.h69 void bpf_gen__record_relo_core(struct bpf_gen *gen, const struct bpf_core_relo *core_relo);
Dgen_loader.c846 const struct bpf_core_relo *core_relo) in bpf_gen__record_relo_core() argument
857 memcpy(relos, core_relo, sizeof(*relos)); in bpf_gen__record_relo_core()
Dlibbpf.c353 const struct bpf_core_relo *core_relo; /* used when type == RELO_CORE */ member
5967 const struct bpf_core_relo *core_relo, int insn_idx) argument
5978 relo->core_relo = core_relo;
5994 return relo->core_relo;
7475 .type_id = relo->core_relo->type_id,
7476 .access_str_off = relo->core_relo->access_str_off,
7477 .kind = relo->core_relo->kind,