Searched refs:core_relo (Results 1 – 3 of 3) sorted by relevance
69 void bpf_gen__record_relo_core(struct bpf_gen *gen, const struct bpf_core_relo *core_relo);
846 const struct bpf_core_relo *core_relo) in bpf_gen__record_relo_core() argument857 memcpy(relos, core_relo, sizeof(*relos)); in bpf_gen__record_relo_core()
353 const struct bpf_core_relo *core_relo; /* used when type == RELO_CORE */ member5967 const struct bpf_core_relo *core_relo, int insn_idx) argument5978 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,