summaryrefslogtreecommitdiff
path: root/bfd/elf.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the linker script parser so that it will recognise the PT_GNU_RELRO segme...Nick Clifton2021-11-171-3/+8
* readelf: Support RELR in -S and -d and outputFangrui Song2021-11-061-0/+3
* obcopy vs. files with silly section alignmentAlan Modra2021-10-291-2/+7
* LoongArch bfd supportliuzhensong2021-10-241-0/+109
* Add Solaris specific ELF note processingLibor Bukata2021-09-301-2/+192
* Revert: [AArch64] MTE corefile supportLuis Machado2021-09-071-19/+0
* SHT_SYMTAB_SHNDX handlingAlan Modra2021-09-021-11/+3
* PR28186, SEGV elf.c:7991:30 in _bfd_elf_fixup_group_sectionsAlan Modra2021-08-071-1/+1
* elf: Treat undefined version as hiddenH.J. Lu2021-08-041-0/+1
* reloc_upper_bound size calculationsAlan Modra2021-07-301-1/+1
* bfd/elf: Don't read non-existing secondary relocsMichael Matz2021-06-081-0/+5
* [AArch64] MTE corefile supportLuis Machado2021-05-211-0/+19
* Add MTE register set support for core filesLuis Machado2021-05-121-0/+30
* Stop the BFD library from treating annobin symbols as potential function symb...Nick Clifton2021-04-281-6/+17
* Fix type of .persistent.bss sectionEric Botcazou2021-04-231-0/+1
* elf: Set p_memsz to p_filesz for loadable PT_NOTE segmentH.J. Lu2021-04-141-0/+5
* Remove unneeded tests for definitions of NT_BSDNETCORE values.Frederic Cambus2021-04-141-4/+0
* Use startswith more for strncmp function calls.Martin Liska2021-04-011-11/+10
* Use bool in bfdAlan Modra2021-03-311-627/+627
* 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