libbpf: Move CO-RE types into relo_core.h.
authorAlexei Starovoitov <ast@kernel.org>
Wed, 21 Jul 2021 00:08:21 +0000 (17:08 -0700)
committerAndrii Nakryiko <andrii@kernel.org>
Mon, 26 Jul 2021 19:19:41 +0000 (12:19 -0700)
commit301ba4d710284e088d278adc477b7edad834577f
tree1f8222098ca65548db54282831f8e64705413ba2
parent3ee4f5335511b5357d3e762b3461b0d13e565ad5
libbpf: Move CO-RE types into relo_core.h.

In order to make a clean split of CO-RE logic move its types
into independent header file.

Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20210721000822.40958-4-alexei.starovoitov@gmail.com
tools/lib/bpf/libbpf.c
tools/lib/bpf/libbpf_internal.h
tools/lib/bpf/relo_core.h [new file with mode: 0644]