aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf64-bpf.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-12bpf: fix relocation addend incorrect symbol valueDavid Faust1-11/+23
2024-01-08bpf: Added linker support for R_BPF_64_NODYLD32.Cupertino Miranda1-0/+1
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-08-02Revert "2.41 Release sources"Sam James1-0/+3
2023-08-022.41 Release sourcesbinutils-2_41-releaseNick Clifton1-3/+0
2023-07-24bpf: add support for jal/gotol jump instruction with 32-bit targetJose E. Marchesi1-0/+1
2023-07-21DesCGENization of the BPF binutils portJose E. Marchesi1-0/+2
2023-03-20Reloc howto access broken for BPFCupertino Miranda1-1/+4
2023-03-16BPF relocations review / refactoringCupertino Miranda1-267/+47
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
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