aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/linker.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-26libbpf: Fix using invalidated memory in bpf_linkerAndrii Nakryiko1-1/+4
2021-11-26libbpf: Fix glob_syms memory leak in bpf_linkerAndrii Nakryiko1-0/+1
2021-11-11libbpf: Turn btf_dedup_opts into OPTS-based structAndrii Nakryiko1-1/+3
2021-10-28libbpf: Use O_CLOEXEC uniformly when opening fdsKumar Kartikeya Dwivedi1-2/+2
2021-10-25libbpf: Use __BYTE_ORDER__Ilya Leoshkevich1-6/+6
2021-10-22libbpf: Add btf__type_cnt() and btf__raw_data() APIsHengqi Chen1-14/+14
2021-10-21libbpf: Use Elf64-specific types explicitly for dealing with ELFAndrii Nakryiko1-1/+0
2021-09-28libbpf: Fix segfault in static linker for objects without BTFKumar Kartikeya Dwivedi1-1/+7
2021-05-25libbpf: Streamline error reporting for high-level APIsAndrii Nakryiko1-11/+11
2021-05-24libbpf: Add support for new llvm bpf relocationsYonghong Song1-1/+2
2021-05-11libbpf: Fix ELF symbol visibility update logicAndrii Nakryiko1-1/+1
2021-05-11libbpf: Add per-file linker optsAndrii Nakryiko1-4/+12
2021-04-23libbpf: Support extern resolution for BTF-defined maps in .maps sectionAndrii Nakryiko1-0/+132
2021-04-23libbpf: Add linker extern resolution support for functions and global variablesAndrii Nakryiko1-59/+790
2021-04-23libbpf: Tighten BTF type ID rewriting with error checkingAndrii Nakryiko1-0/+7
2021-04-23libbpf: Extend sanity checking ELF symbols with externs validationAndrii Nakryiko1-9/+40
2021-04-23libbpf: Make few internal helpers available outside of libbpf.cAndrii Nakryiko1-8/+6
2021-04-23libbpf: Factor out symtab and relos sanity checksAndrii Nakryiko1-106/+127
2021-04-03libbpf: Remove redundant semi-colonYang Yingliang1-1/+1
2021-03-30libbpf: Fix memory leak when emitting final btf_extAndrii Nakryiko1-8/+16
2021-03-26libbpf: Preserve empty DATASEC BTFs during static linkingAndrii Nakryiko1-1/+12
2021-03-22libbpf: Skip BTF fixup if object file has no BTFAndrii Nakryiko1-0/+3
2021-03-18libbpf: Add BPF static linker BTF and BTF.ext supportAndrii Nakryiko1-2/+767
2021-03-18libbpf: Add BPF static linker APIsAndrii Nakryiko1-0/+1176