libbpf: misc internal libbpf clean ups around log fixup
authorAndrii Nakryiko <andrii@kernel.org>
Tue, 18 Apr 2023 00:21:43 +0000 (17:21 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 18 Apr 2023 19:45:10 +0000 (12:45 -0700)
commit3055ddd654f65ebdd7860b4dfecd7e49e54c01b7
treeccb574ab1652c717e0aaa046ea1c70715ba2f9ee
parent49859de997c3115b85544bce6b6ceab60a7fabc4
libbpf: misc internal libbpf clean ups around log fixup

Normalize internal constants, field names, and comments related to log
fixup. Also add explicit `ext_idx` alias for relocation where relocation
is pointing to extern description for additional information.

No functional changes, just a clean up before subsequent additions.

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/r/20230418002148.3255690-2-andrii@kernel.org
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/lib/bpf/libbpf.c