aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-21aarch64/sme2: Teach binutils/BFD about the NT_ARM_ZT register setLuis Machado1-0/+37
2023-08-21aarch64/sme: Core file supportEzra Sitorus1-0/+58
2023-08-09Rename bfd_bread and bfd_bwriteAlan Modra1-9/+7
2023-06-30Fix used-before-initialized warnings when compiling elf.c with Clang-16.Nick Clifton1-2/+4
2023-06-29bfd: Improve nm and objdump without section headerH.J. Lu1-58/+671
2023-06-29ELF: Discard non-alloc sections without section headerH.J. Lu1-3/+10
2023-06-14Re: bfd/elf.c strtab memory leakAlan Modra1-9/+9
2023-06-07_bfd_free_cached_infoAlan Modra1-7/+8
2023-06-07bfd/elf.c strtab memory leakAlan Modra1-1/+5
2023-06-05ELF: Don't warn an empty PT_LOAD with the program headersH.J. Lu1-0/+2
2023-05-03Move bfd_elf_bfd_from_remote_memory to opncls.cAlan Modra1-25/+0
2023-04-12PR30326, uninitialised value in objdump compare_relocsAlan Modra1-7/+10
2023-04-11bfd: optimize bfd_elf_hashNathan Sidwell1-20/+11
2023-03-30Fix an illegal memory access when an accessing a zer0-lengthverdef table.Nick Clifton1-0/+5
2023-03-30Setting sh_link for SHT_REL/SHT_RELAAlan Modra1-14/+16
2023-03-24Tidy dwarf1 cached section contentsAlan Modra1-0/+1
2023-03-19rewrite_elf_program_header and want_p_paddr_set_to_zeroAlan Modra1-7/+8
2023-03-16readelf: add support for QNT_STACK note subsectionsClément Chigot1-9/+4
2023-03-02Don't write zeros to a gap in the output fileAlan Modra1-20/+6
2023-02-23Test SEC_HAS_CONTENTS before reading section contentsAlan Modra1-1/+1
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-12-17asan: elf.c:12621:18: applying zero offset to null pointerAlan Modra1-1/+1
2022-12-07_bfd_elf_slurp_secondary_reloc_section sanity checkAlan Modra1-3/+14
2022-12-07Compression tidy and fixesAlan Modra1-2/+2
2022-12-06Get rid of SEC_ELF_COMPRESSAlan Modra1-76/+55
2022-12-06Get rid of SEC_ELF_RENAMEAlan Modra1-73/+22
2022-12-06Compression header enumAlan Modra1-3/+3
2022-12-04Renaming .debug to .zdebug and vice versaAlan Modra1-30/+4
2022-11-15bfd: linker: merge .sframe sectionsIndu Bhagat1-0/+32
2022-10-26Correct ELF reloc size sanity checkAlan Modra1-6/+11
2022-10-19Fix an illegal memory access when parsing an ELF file containing corrupt symb...Nick Clifton1-1/+3
2022-10-04Support objcopy changing compression to or from zstdAlan Modra1-45/+48
2022-10-04Re: compress .gnu.debuglto_.debug_* sections if requestedAlan Modra1-3/+4
2022-10-04compress .gnu.debuglto_.debug_* sections if requestedMartin Liska1-4/+3
2022-09-26binutils, gdb: support zstd compressed debug sectionsFangrui Song1-0/+12
2022-09-26PR29613, use of uninitialized value in objcopyAlan Modra1-8/+9
2022-09-26stab nearest_line bfd_malloc_and_get_sectionAlan Modra1-0/+1
2022-09-23Don't attempt to compress bss sectionsAlan Modra1-1/+2
2022-09-21PR29566, objdump -p considers an empty .gnu.version_r invalidAlan Modra1-5/+6
2022-09-09Support debuginfo files with empty group sections.Nick Clifton1-1/+5
2022-09-06bfd: Add bfd_find_nearest_line_with_altAaron Merey1-5/+27
2022-08-23SHT_RELR sh_link and sh_infoAlan Modra1-0/+1
2022-08-23Re: bfd_elf_set_group_contents assertionAlan Modra1-5/+19
2022-08-17bfd_elf_set_group_contents assertionAlan Modra1-1/+6
2022-08-17elf.c tidyAlan Modra1-138/+160
2022-08-16PR29495, rewrite_elf_program_header loopingAlan Modra1-65/+75
2022-08-05asan: ppc64_elf_get_synthetic_symtab heap buffer overflowAlan Modra1-8/+3
2022-08-04Don't use BFD_VMA_FMT in binutilsAlan Modra1-1/+1
2022-08-03elf: Reset alignment for each PT_LOAD segmentH.J. Lu1-3/+4
2022-08-02ELF: emit symbol table when there are relocationsJan Beulich1-2/+4