summaryrefslogtreecommitdiff
path: root/tools/lib/bpf/linker.c
AgeCommit message (Expand)Author
2021-04-23libbpf: Support extern resolution for BTF-defined maps in .maps sectionAndrii Nakryiko
2021-04-23libbpf: Add linker extern resolution support for functions and global variablesAndrii Nakryiko
2021-04-23libbpf: Tighten BTF type ID rewriting with error checkingAndrii Nakryiko
2021-04-23libbpf: Extend sanity checking ELF symbols with externs validationAndrii Nakryiko
2021-04-23libbpf: Make few internal helpers available outside of libbpf.cAndrii Nakryiko
2021-04-23libbpf: Factor out symtab and relos sanity checksAndrii Nakryiko
2021-04-03libbpf: Remove redundant semi-colonYang Yingliang
2021-03-30libbpf: Fix memory leak when emitting final btf_extAndrii Nakryiko
2021-03-26libbpf: Preserve empty DATASEC BTFs during static linkingAndrii Nakryiko
2021-03-22libbpf: Skip BTF fixup if object file has no BTFAndrii Nakryiko
2021-03-18libbpf: Add BPF static linker BTF and BTF.ext supportAndrii Nakryiko
2021-03-18libbpf: Add BPF static linker APIsAndrii Nakryiko