summaryrefslogtreecommitdiff
path: root/bfd/elf64-bpf.c
Commit message (Expand)AuthorAgeFilesLines
* Reloc howto access broken for BPFCupertino Miranda2023-03-201-1/+4
* BPF relocations review / refactoringCupertino Miranda2023-03-161-267/+47
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* HOWTO size encodingAlan Modra2022-06-081-14/+14
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* asan: heap-buffer-overflow in bpf_elf_generic_relocAlan Modra2021-12-171-8/+9
* Re: PR28055, segfault in bpf special reloc functionAlan Modra2021-07-061-1/+1
* PR28055, segfault in bpf special reloc functionAlan Modra2021-07-051-6/+15
* Use bool in bfdAlan Modra2021-03-311-53/+53
* elf_backend_relocate_section int vs. bfd_booleanAlan Modra2021-03-291-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* bpf: fix false overflow in eBPF ELF backend linkerDavid Faust2020-08-071-4/+5
* bpf: relocation fixes for eBPF ELF backendDavid Faust2020-08-061-48/+158
* bfd: fix handling of R_BPF_INSN_{32,64} relocations.David Faust2020-05-281-1/+26
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* bfd_section_* macrosAlan Modra2019-09-191-1/+1
* bfd: use the ELF linker to perform relocations in BPF targetsJose E. Marchesi2019-08-071-95/+187
* bfd: add support for eBPFJose E. Marchesi2019-05-231-0/+463