aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf64-bpf.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-08HOWTO size encodingAlan Modra1-14/+14
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-12-17asan: heap-buffer-overflow in bpf_elf_generic_relocAlan Modra1-8/+9
2021-07-06Re: PR28055, segfault in bpf special reloc functionAlan Modra1-1/+1
2021-07-05PR28055, segfault in bpf special reloc functionAlan Modra1-6/+15
2021-03-31Use bool in bfdAlan Modra1-53/+53
2021-03-29elf_backend_relocate_section int vs. bfd_booleanAlan Modra1-1/+1
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-08-07bpf: fix false overflow in eBPF ELF backend linkerDavid Faust1-4/+5
2020-08-06bpf: relocation fixes for eBPF ELF backendDavid Faust1-48/+158
2020-05-28bfd: fix handling of R_BPF_INSN_{32,64} relocations.David Faust1-1/+26
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-09-19bfd_section_* macrosAlan Modra1-1/+1
2019-08-07bfd: use the ELF linker to perform relocations in BPF targetsJose E. Marchesi1-95/+187
2019-05-23bfd: add support for eBPFJose E. Marchesi1-0/+463