aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-23arc: Add support for ARC HS extra registers in core filesAnton Kolesov1-0/+27
2020-04-17PR25842, Null pointer dereference in nm-newAlan Modra1-2/+6
2020-04-14The assembler only supports 32-bit stabs. So set sh_entsize unconditionally t...Fangrui Song1-3/+1
2020-04-03elf: Remove zero-sized relocation section from section groupH.J. Lu1-11/+26
2020-03-25PR25662, invalid sh_offset for first section in segment with phdrsAlan Modra1-3/+19
2020-03-24bfd: Add a bfd_boolean argument to bfd_get_symbol_version_stringH.J. Lu1-12/+4
2020-03-24Fix assertion failure in the BFD library when linking with --emit-relocs enab...Nick Clifton1-3/+6
2020-03-24bfd: Display symbol version for nm -DH.J. Lu1-6/+21
2020-03-20tidy elf_backend callsAlan Modra1-18/+15
2020-03-19Fix assertion failure in the BFD library when called to parse a file containi...Nick Clifton1-2/+7
2020-03-18Fix seg-fault in strip when copying a file containing corrupt secondary relocs.Nick Clifton1-40/+91
2020-03-17Replace a couple of assertions in the BFD library that can be triggered by at...Nick Clifton1-5/+23
2020-03-17Remove a double free in the BFD library triggered when parsing a corrupt file.Nick Clifton1-1/+3
2020-03-16PR25675: SIGSEGV in bfd_octets_per_byteAlan Modra1-7/+13
2020-03-14Implement NT_NETBSDCORE_LWPSTATUS (NetBSD-Core)Kamil Rytarowski1-1/+7
2020-03-13Recognize aarch64 PT_GETREGS and PT_GETFPREGS notes on NetBSDKamil Rytarowski1-0/+1
2020-03-13Fix several mix up between octets and bytes in ELF program headersChristian Eggers1-27/+27
2020-03-13Fix several mix up between octets and bytes in ELF program headersChristian Eggers1-56/+75
2020-03-06Fix an abort triggered when objcopy is used to set the "share" section flag o...Nick Clifton1-7/+33
2020-03-05Add support for ELF files which contain multiple reloc sections which all tar...Nick Clifton1-6/+371
2020-03-04sh_addralign inconsistent with sh_addrAlan Modra1-1/+5
2020-03-02elf_backend_section_flags and _bfd_elf_init_private_section_dataAlan Modra1-34/+28
2020-02-26Indent labelsAlan Modra1-3/+3
2020-02-22PR25585, PHDR segment not covered by LOAD segmentAlan Modra1-1/+5
2020-02-20Stop the BFD library from automatically converting OS and PROC specific symbo...Nick Clifton1-1/+18
2020-02-19file size check in _bfd_alloc_and_readAlan Modra1-14/+0
2020-02-19_bfd_alloc_and_readAlan Modra1-31/+14
2020-02-19_bfd_mul_overflowAlan Modra1-59/+85
2020-02-19alloc2 used unnecessarilyAlan Modra1-18/+21
2020-02-19Check return status of memory alloc functionsAlan Modra1-0/+2
2020-02-19bfd_size_type to size_tAlan Modra1-3/+3
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