linux/tools/bpf/resolve_btfids
Alan Maguire 6ba77385f3 resolve_btfids: Handle presence of .BTF.base section
Now that btf_parse_elf() handles .BTF.base section presence,
we need to ensure that resolve_btfids uses .BTF.base when present
rather than the vmlinux base BTF passed in via the -B option.
Detect .BTF.base section presence and unset the base BTF path
to ensure that BTF ELF parsing will do the right thing.

Signed-off-by: Alan Maguire <alan.maguire@oracle.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Reviewed-by: Eduard Zingerman <eddyz87@gmail.com>
Link: https://lore.kernel.org/bpf/20240613095014.357981-7-alan.maguire@oracle.com
2024-06-17 14:38:31 -07:00
..
.gitignore tools/resolve_btfids: Add /libsubcmd to .gitignore 2023-03-06 16:23:01 +01:00
Build tools/resolve_btfids: Compile resolve_btfids as host program 2023-02-07 22:47:16 +01:00
main.c resolve_btfids: Handle presence of .BTF.base section 2024-06-17 14:38:31 -07:00
Makefile tools/resolve_btfids: Fix setting HOSTCFLAGS 2023-06-05 15:44:47 -07:00