aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf.c
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2024-01-041-1/+1
* Don't use free_contents in _bfd_elf_slurp_version_tablesAlan Modra2023-12-051-6/+4
* Add ability to change linker warning messages into errors when reporting exec...Nick Clifton2023-11-101-8/+42
* asan: _bfd_elf_slurp_version_tables memory leakAlan Modra2023-10-251-2/+3
* Fix: nm: SEGV at bfd/elf.c:2267 in _bfd_elf_get_dynamic_symbolsNick Clifton2023-10-051-1/+1
* Fix: Segmentation fault caused by npd in objdumpNick Clifton2023-09-291-2/+6
* Fix: nm: SEGV on unknow address at nm.c:718 in print_symnameNick Clifton2023-09-281-8/+29
* Fix: "Missing NULL check"Jacob Navia2023-09-131-0/+2
* aarch64/sme2: Teach binutils/BFD about the NT_ARM_ZT register setLuis Machado2023-08-211-0/+37
* aarch64/sme: Core file supportEzra Sitorus2023-08-211-0/+58
* Rename bfd_bread and bfd_bwriteAlan Modra2023-08-091-9/+7
* Fix used-before-initialized warnings when compiling elf.c with Clang-16.Nick Clifton2023-06-301-2/+4
* bfd: Improve nm and objdump without section headerH.J. Lu2023-06-291-58/+671
* ELF: Discard non-alloc sections without section headerH.J. Lu2023-06-291-3/+10
* Re: bfd/elf.c strtab memory leakAlan Modra2023-06-141-9/+9
* _bfd_free_cached_infoAlan Modra2023-06-071-7/+8
* bfd/elf.c strtab memory leakAlan Modra2023-06-071-1/+5
* ELF: Don't warn an empty PT_LOAD with the program headersH.J. Lu2023-06-051-0/+2
* Move bfd_elf_bfd_from_remote_memory to opncls.cAlan Modra2023-05-031-25/+0
* PR30326, uninitialised value in objdump compare_relocsAlan Modra2023-04-121-7/+10
* bfd: optimize bfd_elf_hashNathan Sidwell2023-04-111-20/+11
* Fix an illegal memory access when an accessing a zer0-lengthverdef table.Nick Clifton2023-03-301-0/+5
* Setting sh_link for SHT_REL/SHT_RELAAlan Modra2023-03-301-14/+16
* Tidy dwarf1 cached section contentsAlan Modra2023-03-241-0/+1
* rewrite_elf_program_header and want_p_paddr_set_to_zeroAlan Modra2023-03-191-7/+8
* readelf: add support for QNT_STACK note subsectionsClément Chigot2023-03-161-9/+4
* Don't write zeros to a gap in the output fileAlan Modra2023-03-021-20/+6
* Test SEC_HAS_CONTENTS before reading section contentsAlan Modra2023-02-231-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* asan: elf.c:12621:18: applying zero offset to null pointerAlan Modra2022-12-171-1/+1
* _bfd_elf_slurp_secondary_reloc_section sanity checkAlan Modra2022-12-071-3/+14
* Compression tidy and fixesAlan Modra2022-12-071-2/+2
* Get rid of SEC_ELF_COMPRESSAlan Modra2022-12-061-76/+55
* Get rid of SEC_ELF_RENAMEAlan Modra2022-12-061-73/+22
* Compression header enumAlan Modra2022-12-061-3/+3
* Renaming .debug to .zdebug and vice versaAlan Modra2022-12-041-30/+4
* bfd: linker: merge .sframe sectionsIndu Bhagat2022-11-151-0/+32
* Correct ELF reloc size sanity checkAlan Modra2022-10-261-6/+11
* Fix an illegal memory access when parsing an ELF file containing corrupt symb...Nick Clifton2022-10-191-1/+3
* Support objcopy changing compression to or from zstdAlan Modra2022-10-041-45/+48
* Re: compress .gnu.debuglto_.debug_* sections if requestedAlan Modra2022-10-041-3/+4
* compress .gnu.debuglto_.debug_* sections if requestedMartin Liska2022-10-041-4/+3
* binutils, gdb: support zstd compressed debug sectionsFangrui Song2022-09-261-0/+12
* PR29613, use of uninitialized value in objcopyAlan Modra2022-09-261-8/+9
* stab nearest_line bfd_malloc_and_get_sectionAlan Modra2022-09-261-0/+1
* Don't attempt to compress bss sectionsAlan Modra2022-09-231-1/+2
* PR29566, objdump -p considers an empty .gnu.version_r invalidAlan Modra2022-09-211-5/+6
* Support debuginfo files with empty group sections.Nick Clifton2022-09-091-1/+5
* bfd: Add bfd_find_nearest_line_with_altAaron Merey2022-09-061-5/+27
* SHT_RELR sh_link and sh_infoAlan Modra2022-08-231-0/+1