summaryrefslogtreecommitdiff
path: root/bfd/elf.c
Commit message (Expand)AuthorAgeFilesLines
* Fix an illegal memory access problem when processing secondary relocs for arc...Nick Clifton2020-10-291-5/+25
* GAS: Update the .section directive so that a numeric section index can be pro...Nick Clifton2020-10-051-22/+10
* Tidy elf_symbol_fromAlan Modra2020-09-161-4/+4
* PR26574, heap buffer overflow in _bfd_elf_slurp_secondary_reloc_sectionAlan Modra2020-09-041-1/+3
* Fix a division by zero error when processing secondary relocs in a fuzzed inp...Nick Clifton2020-09-031-0/+11
* Fix erroroneous use of '%zu' in elfcore_grok_win32pstatusJon Turney2020-08-241-2/+2
* Apply a workaround to mitigate a quadratic performance hit in the linker when...Nick Clifton2020-08-201-6/+16
* Fix signedness comparison warning in elfcore_grok_win32pstatus()Jon Turney2020-08-121-1/+1
* Only warn about malformed win32pstatus notesJon Turney2020-08-121-13/+26
* Add handling for 64-bit module addresses in Cygwin core dumpsJon Turney2020-08-121-8/+24
* Refine size constraints applied to win32pstatus ELF notesJon Turney2020-08-121-1/+16
* Don't hardcode CONTEXT size for a NOTE_INFO_THREAD win32pstatus noteJon Turney2020-08-121-1/+1
* Define constants for win32pstatus ELF notesJon Turney2020-08-121-5/+9
* Read tid from correct offset in win32pstatus NOTE_INFO_THREADJon Turney2020-08-121-4/+5
* PR26330, Malloc size error in objdumpAlan Modra2020-08-031-10/+30
* Unify Solaris procfs and largefile handlingRainer Orth2020-07-301-2/+0
* PR25022 testcase segfault for generic ELF linker targetsAlan Modra2020-07-281-37/+27
* Remove hack for GDB which sets the section size to 0Kevin Buettner2020-07-221-8/+0
* PR26069, strip/objcopy memory leaksAlan Modra2020-06-031-1/+3
* Replace "if (x) free (x)" with "free (x)", bfdAlan Modra2020-05-211-12/+6
* PR26011, excessive memory allocation with fuzzed reloc sectionsAlan Modra2020-05-201-3/+34
* Fix thinko in recent update to bfd_section_from_shdr.Gunther Nikl2020-05-191-1/+1
* Fix a use-after-free bug in the BFD library when scanning a corrupt ELF file.Nick Clifton2020-05-181-2/+7
* arc: Add support for ARC HS extra registers in core filesAnton Kolesov2020-04-231-0/+27
* PR25842, Null pointer dereference in nm-newAlan Modra2020-04-171-2/+6
* The assembler only supports 32-bit stabs. So set sh_entsize unconditionally t...Fangrui Song2020-04-141-3/+1
* elf: Remove zero-sized relocation section from section groupH.J. Lu2020-04-031-11/+26
* PR25662, invalid sh_offset for first section in segment with phdrsAlan Modra2020-03-251-3/+19
* bfd: Add a bfd_boolean argument to bfd_get_symbol_version_stringH.J. Lu2020-03-241-12/+4
* Fix assertion failure in the BFD library when linking with --emit-relocs enab...Nick Clifton2020-03-241-3/+6
* bfd: Display symbol version for nm -DH.J. Lu2020-03-241-6/+21
* tidy elf_backend callsAlan Modra2020-03-201-18/+15
* Fix assertion failure in the BFD library when called to parse a file containi...Nick Clifton2020-03-191-2/+7
* Fix seg-fault in strip when copying a file containing corrupt secondary relocs.Nick Clifton2020-03-181-40/+91
* Replace a couple of assertions in the BFD library that can be triggered by at...Nick Clifton2020-03-171-5/+23
* Remove a double free in the BFD library triggered when parsing a corrupt file.Nick Clifton2020-03-171-1/+3
* PR25675: SIGSEGV in bfd_octets_per_byteAlan Modra2020-03-161-7/+13
* Implement NT_NETBSDCORE_LWPSTATUS (NetBSD-Core)Kamil Rytarowski2020-03-141-1/+7
* Recognize aarch64 PT_GETREGS and PT_GETFPREGS notes on NetBSDKamil Rytarowski2020-03-131-0/+1
* Fix several mix up between octets and bytes in ELF program headersChristian Eggers2020-03-131-27/+27
* Fix several mix up between octets and bytes in ELF program headersChristian Eggers2020-03-131-56/+75
* Fix an abort triggered when objcopy is used to set the "share" section flag o...Nick Clifton2020-03-061-7/+33
* Add support for ELF files which contain multiple reloc sections which all tar...Nick Clifton2020-03-051-6/+371
* sh_addralign inconsistent with sh_addrAlan Modra2020-03-041-1/+5
* elf_backend_section_flags and _bfd_elf_init_private_section_dataAlan Modra2020-03-021-34/+28
* Indent labelsAlan Modra2020-02-261-3/+3
* PR25585, PHDR segment not covered by LOAD segmentAlan Modra2020-02-221-1/+5
* Stop the BFD library from automatically converting OS and PROC specific symbo...Nick Clifton2020-02-201-1/+18
* file size check in _bfd_alloc_and_readAlan Modra2020-02-191-14/+0
* _bfd_alloc_and_readAlan Modra2020-02-191-31/+14