summaryrefslogtreecommitdiff
path: root/bfd/elf.c
Commit message (Expand)AuthorAgeFilesLines
* Add startswith function and use it instead of CONST_STRNEQ.Martin Liska2021-03-221-3/+3
* DWARF LTO debug sections vs. .stabstrAlan Modra2021-03-201-4/+1
* elf: Handle .gnu.debuglto_.debug_* sectionsH.J. Lu2021-03-181-0/+4
* ELF DWARF in PE outputAlan Modra2021-03-101-2/+15
* bfd/binutils: add support for RISC-V CSRs in core filesAndrew Burgess2021-03-051-0/+35
* bfd/binutils: support for gdb target descriptions in the core fileAndrew Burgess2021-03-051-0/+35
* bfd: add elfcore_write_file_noteMihails Strasuns2021-01-261-0/+8
* Fix an illegal memory access parsing a win32pstatus note with a type of 0.Nick Clifton2021-01-141-2/+3
* ELF: Don't generate unused section symbolsH.J. Lu2021-01-071-3/+12
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* constify elfNN_bedAlan Modra2020-12-161-12/+42
* Put bfd_section_from_shdr loop detection array in elf_tdataAlan Modra2020-12-141-45/+9
* PR26907, segment contains empty SHT_NOBITS sectionAlan Modra2020-11-281-1/+2
* ELF: Support .noinit and .persistent sectionsJozef Lawrynowicz2020-11-271-0/+4
* Fix an illegal memory access when accessing corrupt dynamic secondary relocat...Nick Clifton2020-11-231-5/+8
* bfd, include, ld, binutils, libctf: CTF should use the dynstr/symNick Alcock2020-11-201-3/+11
* Support SHF_GNU_RETAIN ELF section flagJozef Lawrynowicz2020-11-181-6/+15
* asan: leak in bfd_section_from_shdrAlan Modra2020-11-031-3/+5
* 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