summaryrefslogtreecommitdiff
path: root/tools/lib/bpf/linker.c
AgeCommit message (Expand)Author
2023-12-21libbpf: Skip DWARF sections in linker sanity checkAlyssa Ross
2023-12-08libbpf: Add pr_warn() for EINVAL cases in linker_sanity_check_elfSergei Trofimovich
2023-03-27libbpf: Fix double-free when linker processes empty sectionsEduard Zingerman
2023-03-01libbpf: Cleanup linker_append_elf_relosViktor Malik
2022-06-07libbpf: Add enum64 support for bpf linkingYonghong Song
2022-06-03libbpf: Fix is_pow_of_2Yuze Chi
2021-11-26libbpf: Fix using invalidated memory in bpf_linkerAndrii Nakryiko
2021-11-26libbpf: Fix glob_syms memory leak in bpf_linkerAndrii Nakryiko
2021-11-11libbpf: Turn btf_dedup_opts into OPTS-based structAndrii Nakryiko
2021-10-28libbpf: Use O_CLOEXEC uniformly when opening fdsKumar Kartikeya Dwivedi
2021-10-25libbpf: Use __BYTE_ORDER__Ilya Leoshkevich
2021-10-22libbpf: Add btf__type_cnt() and btf__raw_data() APIsHengqi Chen
2021-10-21libbpf: Use Elf64-specific types explicitly for dealing with ELFAndrii Nakryiko
2021-09-28libbpf: Fix segfault in static linker for objects without BTFKumar Kartikeya Dwivedi
2021-05-25libbpf: Streamline error reporting for high-level APIsAndrii Nakryiko
2021-05-24libbpf: Add support for new llvm bpf relocationsYonghong Song
2021-05-11libbpf: Fix ELF symbol visibility update logicAndrii Nakryiko
2021-05-11libbpf: Add per-file linker optsAndrii Nakryiko
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