libbpf: add .BTF.ext offset relocation section loading
authorAndrii Nakryiko <andriin@fb.com>
Wed, 7 Aug 2019 21:39:50 +0000 (14:39 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Wed, 7 Aug 2019 21:43:49 +0000 (14:43 -0700)
commit4cedc0dad9b5bf55c4180c833be35e27e5d6cdbb
treeade3b6ee7e0cd329bb70bfb14cca4460ff9f4937
parentb03bc6853c0e0c97da842434e8056f1b9d9a1f4a
libbpf: add .BTF.ext offset relocation section loading

Add support for BPF CO-RE offset relocations. Add section/record
iteration macros for .BTF.ext. These macro are useful for iterating over
each .BTF.ext record, either for dumping out contents or later for BPF
CO-RE relocation handling.

To enable other parts of libbpf to work with .BTF.ext contents, moved
a bunch of type definitions into libbpf_internal.h.

Signed-off-by: Andrii Nakryiko <andriin@fb.com>
Acked-by: Song Liu <songliubraving@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/lib/bpf/btf.c
tools/lib/bpf/btf.h
tools/lib/bpf/libbpf_internal.h