aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-07Stop the BFD library from complaining if a segment has no sections attached t...Nick Clifton1-8/+9
2020-01-31OOM in setup_groupAlan Modra1-3/+3
2020-01-23PR25444, Floating point exception in _bfd_elf_compute_section_file_positionsAlan Modra1-5/+11
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-12-13Set no file contents PT_LOAD p_offset to first pageAlan Modra1-1/+9
2019-11-27PR23652, Use symbols from debug bfd for _bfd_elf_find_functionAlan Modra1-4/+5
2019-11-25Pass section when available to bfd_octets_per_byteAlan Modra1-27/+11
2019-11-25Introduce new section flag: SEC_ELF_OCTETSChristian Eggers1-1/+11
2019-11-19PR25200, SIGSEGV in _bfd_elf_validate_relocAlan Modra1-1/+1
2019-11-18elf_backend_init_file_headerAlan Modra1-24/+5
2019-11-18elf_backend_modify_headersAlan Modra1-35/+41
2019-11-18PR25196, abort in rewrite_elf_program_headerAlan Modra1-4/+5
2019-10-30Add the ability to the BFD library to read build-ids from core flies.Keith Seitz1-5/+18
2019-10-25PR4499, assign file positions assumes segment offsets increasingAlan Modra1-236/+260
2019-10-14qsort: elf_sort_sections use of target_indexAlan Modra1-10/+11
2019-10-03bfd, ld: add CTF section linkingNick Alcock1-11/+34
2019-10-03libctf, bfd: fix ctf_bfdopen_ctfsect opening symbol and string sectionsNick Alcock1-1/+1
2019-09-19bfd_section_* macrosAlan Modra1-11/+9
2019-09-18bfd_asymbol_* macrosAlan Modra1-2/+2
2019-09-18Don't use bfd_get_* macro to set bfd fieldsAlan Modra1-2/+2
2019-09-11Tidy ld/ldmisc.cAlan Modra1-0/+8
2019-08-23Stop the BFD library from failing when encountering a second set of relocs fo...Nick Clifton1-2/+11
2019-08-14Remove _bfd_dwarf2_find_nearest_line addr_size parameterAlan Modra1-2/+2
2019-07-29Support .gnu.lto_.lto section in ELF files (PR 24768).Martin Liska1-0/+23
2019-07-24Complain about mbind, ifunc, and unique in final_writeAlan Modra1-7/+22
2019-07-23SHF_GNU_MBIND requires ELFOSABI_GNUAlan Modra1-32/+48
2019-07-23ELF final_write_processingAlan Modra1-7/+13
2019-07-02Stop the BFD library from issuing a warning message when processing allocated...Nick Clifton1-1/+36
2019-06-28Prevent attempts to allocate excessive amounts of memory when parsing corrupt...Nick Clifton1-0/+12
2019-06-10Add support for NetBSD/sh3 core file sections. Merge multiple copies of auxv...Christos Zoulas1-39/+47
2019-05-27Another generic ELF target assertion failureAlan Modra1-1/+2
2019-04-03BFD whitespace fixesAlan Modra1-104/+104
2019-03-28PR24392, Clang warning Wtautological-constant-out-of-range-compareAlan Modra1-8/+2
2019-03-16PR24337, segfault in _bfd_elf_rela_local_sym, againAlan Modra1-5/+4
2019-03-15PR24337, segfault in _bfd_elf_rela_local_symAlan Modra1-4/+5
2019-03-12Don't use bfd_get_file_size in objdumpAlan Modra1-10/+22
2019-02-28Prevent a buffer overrun error when attempting to parse a corrupt ELF file.Nick Clifton1-1/+11
2019-02-20AArch64: Add pauth core file sectionAlan Hayward1-0/+27
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-12-28PR24015, glibc-2.28 on little-endian mips32 brokenAlan Modra1-1/+1
2018-12-17PR23994, libbfd integer overflowAlan Modra1-8/+24
2018-12-14elf: Add PT_GNU_PROPERTY segment typeH.J. Lu1-0/+26
2018-11-30Remove an abort in the bfd library and add a check for an integer overflow wh...Nick Clifton1-1/+10
2018-11-27Handle ELF compressed header alignment correctly by setting up the section al...Mark Wielaard1-2/+3
2018-11-02PR23850, strip should not discard/move .rela.plt in executableAlan Modra1-8/+11
2018-10-20PR23788, objcopy: failed to find link sectionAlan Modra1-9/+9
2018-10-08Separate header PT_LOAD for -z separate-codeAlan Modra1-31/+68
2018-10-08Use p_vaddr_offset to set p_vaddr on segments without sectionsAlan Modra1-10/+13
2018-10-08No PT_INTERP when .interp is zero sizeAlan Modra1-2/+2
2018-10-08Tidy elf_segment_map allocationAlan Modra1-20/+19