aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf.c
Commit message (Expand)AuthorAgeFilesLines
* PR25200, SIGSEGV in _bfd_elf_validate_relocAlan Modra2019-11-191-1/+1
* elf_backend_init_file_headerAlan Modra2019-11-181-24/+5
* elf_backend_modify_headersAlan Modra2019-11-181-35/+41
* PR25196, abort in rewrite_elf_program_headerAlan Modra2019-11-181-4/+5
* Add the ability to the BFD library to read build-ids from core flies.Keith Seitz2019-10-301-5/+18
* PR4499, assign file positions assumes segment offsets increasingAlan Modra2019-10-251-236/+260
* qsort: elf_sort_sections use of target_indexAlan Modra2019-10-141-10/+11
* bfd, ld: add CTF section linkingNick Alcock2019-10-031-11/+34
* libctf, bfd: fix ctf_bfdopen_ctfsect opening symbol and string sectionsNick Alcock2019-10-031-1/+1
* bfd_section_* macrosAlan Modra2019-09-191-11/+9
* bfd_asymbol_* macrosAlan Modra2019-09-181-2/+2
* Don't use bfd_get_* macro to set bfd fieldsAlan Modra2019-09-181-2/+2
* Tidy ld/ldmisc.cAlan Modra2019-09-111-0/+8
* Stop the BFD library from failing when encountering a second set of relocs fo...Nick Clifton2019-08-231-2/+11
* Remove _bfd_dwarf2_find_nearest_line addr_size parameterAlan Modra2019-08-141-2/+2
* Support .gnu.lto_.lto section in ELF files (PR 24768).Martin Liska2019-07-291-0/+23
* Complain about mbind, ifunc, and unique in final_writeAlan Modra2019-07-241-7/+22
* SHF_GNU_MBIND requires ELFOSABI_GNUAlan Modra2019-07-231-32/+48
* ELF final_write_processingAlan Modra2019-07-231-7/+13
* Stop the BFD library from issuing a warning message when processing allocated...Nick Clifton2019-07-021-1/+36
* Prevent attempts to allocate excessive amounts of memory when parsing corrupt...Nick Clifton2019-06-281-0/+12
* Add support for NetBSD/sh3 core file sections. Merge multiple copies of auxv...Christos Zoulas2019-06-101-39/+47
* Another generic ELF target assertion failureAlan Modra2019-05-271-1/+2
* BFD whitespace fixesAlan Modra2019-04-031-104/+104
* PR24392, Clang warning Wtautological-constant-out-of-range-compareAlan Modra2019-03-281-8/+2
* PR24337, segfault in _bfd_elf_rela_local_sym, againAlan Modra2019-03-161-5/+4
* PR24337, segfault in _bfd_elf_rela_local_symAlan Modra2019-03-151-4/+5
* Don't use bfd_get_file_size in objdumpAlan Modra2019-03-121-10/+22
* Prevent a buffer overrun error when attempting to parse a corrupt ELF file.Nick Clifton2019-02-281-1/+11
* AArch64: Add pauth core file sectionAlan Hayward2019-02-201-0/+27
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* PR24015, glibc-2.28 on little-endian mips32 brokenAlan Modra2018-12-281-1/+1
* PR23994, libbfd integer overflowAlan Modra2018-12-171-8/+24
* elf: Add PT_GNU_PROPERTY segment typeH.J. Lu2018-12-141-0/+26
* Remove an abort in the bfd library and add a check for an integer overflow wh...Nick Clifton2018-11-301-1/+10
* Handle ELF compressed header alignment correctly by setting up the section al...Mark Wielaard2018-11-271-2/+3
* PR23850, strip should not discard/move .rela.plt in executableAlan Modra2018-11-021-8/+11
* PR23788, objcopy: failed to find link sectionAlan Modra2018-10-201-9/+9
* Separate header PT_LOAD for -z separate-codeAlan Modra2018-10-081-31/+68
* Use p_vaddr_offset to set p_vaddr on segments without sectionsAlan Modra2018-10-081-10/+13
* No PT_INTERP when .interp is zero sizeAlan Modra2018-10-081-2/+2
* Tidy elf_segment_map allocationAlan Modra2018-10-081-20/+19
* ELF: Group PT_NOTE segments by section alignmentsH.J. Lu2018-10-031-30/+29
* Fix PR gdb/20948: --write option to GDB causes segmentation faultJozef Lawrynowicz2018-09-241-0/+12
* PR23595, simple objcopy of executable failure for msp430-elfJozef Lawrynowicz2018-09-031-2/+14
* elf: Check for corrupt symbol version infoH.J. Lu2018-08-251-1/+1
* PR23430, Indices misspelledAlan Modra2018-07-241-2/+2
* Avoid ubsan complaint in BFDTom Tromey2018-07-231-2/+3
* Add grok/write functions for new ppc core note sectionsEdjunior Barbosa Machado2018-07-161-0/+351
* Add checks for the NT_ARM_SVE section in a core file.Alan Hayward2018-07-061-0/+27