aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-29obcopy vs. files with silly section alignmentAlan Modra1-2/+7
2021-10-24LoongArch bfd supportliuzhensong1-0/+109
2021-09-30Add Solaris specific ELF note processingLibor Bukata1-2/+192
2021-09-07Revert: [AArch64] MTE corefile supportLuis Machado1-19/+0
2021-09-02SHT_SYMTAB_SHNDX handlingAlan Modra1-11/+3
2021-08-07PR28186, SEGV elf.c:7991:30 in _bfd_elf_fixup_group_sectionsAlan Modra1-1/+1
2021-08-04elf: Treat undefined version as hiddenH.J. Lu1-0/+1
2021-07-30reloc_upper_bound size calculationsAlan Modra1-1/+1
2021-06-08bfd/elf: Don't read non-existing secondary relocsMichael Matz1-0/+5
2021-05-21[AArch64] MTE corefile supportLuis Machado1-0/+19
2021-05-12Add MTE register set support for core filesLuis Machado1-0/+30
2021-04-28Stop the BFD library from treating annobin symbols as potential function symb...Nick Clifton1-6/+17
2021-04-23Fix type of .persistent.bss sectionEric Botcazou1-0/+1
2021-04-14elf: Set p_memsz to p_filesz for loadable PT_NOTE segmentH.J. Lu1-0/+5
2021-04-14Remove unneeded tests for definitions of NT_BSDNETCORE values.Frederic Cambus1-4/+0
2021-04-01Use startswith more for strncmp function calls.Martin Liska1-11/+10
2021-03-31Use bool in bfdAlan Modra1-627/+627
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska1-3/+3
2021-03-20DWARF LTO debug sections vs. .stabstrAlan Modra1-4/+1
2021-03-18elf: Handle .gnu.debuglto_.debug_* sectionsH.J. Lu1-0/+4
2021-03-10ELF DWARF in PE outputAlan Modra1-2/+15
2021-03-05bfd/binutils: add support for RISC-V CSRs in core filesAndrew Burgess1-0/+35
2021-03-05bfd/binutils: support for gdb target descriptions in the core fileAndrew Burgess1-0/+35
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