aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-26bfd: add elfcore_write_file_noteMihails Strasuns1-0/+8
2021-01-14Fix an illegal memory access parsing a win32pstatus note with a type of 0.Nick Clifton1-2/+3
2021-01-07ELF: Don't generate unused section symbolsH.J. Lu1-3/+12
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-12-16constify elfNN_bedAlan Modra1-12/+42
2020-12-14Put bfd_section_from_shdr loop detection array in elf_tdataAlan Modra1-45/+9
2020-11-28PR26907, segment contains empty SHT_NOBITS sectionAlan Modra1-1/+2
2020-11-27ELF: Support .noinit and .persistent sectionsJozef Lawrynowicz1-0/+4
2020-11-23Fix an illegal memory access when accessing corrupt dynamic secondary relocat...Nick Clifton1-5/+8
2020-11-20bfd, include, ld, binutils, libctf: CTF should use the dynstr/symNick Alcock1-3/+11
2020-11-18Support SHF_GNU_RETAIN ELF section flagJozef Lawrynowicz1-6/+15
2020-11-03asan: leak in bfd_section_from_shdrAlan Modra1-3/+5
2020-10-29Fix an illegal memory access problem when processing secondary relocs for arc...Nick Clifton1-5/+25
2020-10-05GAS: Update the .section directive so that a numeric section index can be pro...Nick Clifton1-22/+10
2020-09-16Tidy elf_symbol_fromAlan Modra1-4/+4
2020-09-04PR26574, heap buffer overflow in _bfd_elf_slurp_secondary_reloc_sectionAlan Modra1-1/+3
2020-09-03Fix a division by zero error when processing secondary relocs in a fuzzed inp...Nick Clifton1-0/+11
2020-08-24Fix erroroneous use of '%zu' in elfcore_grok_win32pstatusJon Turney1-2/+2
2020-08-20Apply a workaround to mitigate a quadratic performance hit in the linker when...Nick Clifton1-6/+16
2020-08-12Fix signedness comparison warning in elfcore_grok_win32pstatus()Jon Turney1-1/+1
2020-08-12Only warn about malformed win32pstatus notesJon Turney1-13/+26
2020-08-12Add handling for 64-bit module addresses in Cygwin core dumpsJon Turney1-8/+24
2020-08-12Refine size constraints applied to win32pstatus ELF notesJon Turney1-1/+16
2020-08-12Don't hardcode CONTEXT size for a NOTE_INFO_THREAD win32pstatus noteJon Turney1-1/+1
2020-08-12Define constants for win32pstatus ELF notesJon Turney1-5/+9
2020-08-12Read tid from correct offset in win32pstatus NOTE_INFO_THREADJon Turney1-4/+5
2020-08-03PR26330, Malloc size error in objdumpAlan Modra1-10/+30
2020-07-30Unify Solaris procfs and largefile handlingRainer Orth1-2/+0
2020-07-28PR25022 testcase segfault for generic ELF linker targetsAlan Modra1-37/+27
2020-07-22Remove hack for GDB which sets the section size to 0Kevin Buettner1-8/+0
2020-06-03PR26069, strip/objcopy memory leaksAlan Modra1-1/+3
2020-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra1-12/+6
2020-05-20PR26011, excessive memory allocation with fuzzed reloc sectionsAlan Modra1-3/+34
2020-05-19Fix thinko in recent update to bfd_section_from_shdr.Gunther Nikl1-1/+1
2020-05-18Fix a use-after-free bug in the BFD library when scanning a corrupt ELF file.Nick Clifton1-2/+7
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