summaryrefslogtreecommitdiff
path: root/bfd/elf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Re: bfd_elf_set_group_contents assertionAlan Modra2022-08-231-5/+19
* bfd_elf_set_group_contents assertionAlan Modra2022-08-171-1/+6
* elf.c tidyAlan Modra2022-08-171-138/+160
* PR29495, rewrite_elf_program_header loopingAlan Modra2022-08-161-65/+75
* asan: ppc64_elf_get_synthetic_symtab heap buffer overflowAlan Modra2022-08-051-8/+3
* Don't use BFD_VMA_FMT in binutilsAlan Modra2022-08-041-1/+1
* elf: Reset alignment for each PT_LOAD segmentH.J. Lu2022-08-031-3/+4
* ELF: emit symbol table when there are relocationsJan Beulich2022-08-021-2/+4
* elf: Copy p_align of PT_GNU_STACK for stack alignmentH.J. Lu2022-07-061-1/+3
* ld: add --package-metadataLuca Boccassi2022-05-261-2/+6
* Fix "gdb --write" with core filesPedro Alves2022-05-131-7/+2
* Add a linker warning when creating potentially dangerous executable segments....Nick Clifton2022-05-031-0/+23
* Create pseudo sections for NT_ARM_TLS notes on FreeBSD.John Baldwin2022-04-271-0/+3
* Use pseudosections for NT_FREEBSD_X86_SEGBASES core dump notes.John Baldwin2022-04-011-0/+14
* elfcore_grok_freebsd_note: Remove checks of note->namesz.John Baldwin2022-04-011-8/+2
* ld: Support customized output section typeFangrui Song2022-02-161-1/+3
* What to do when sh_addralign isn't a power of twoAlan Modra2022-02-161-6/+7
* Detect .eh_frame_hdr earlier for SIZEOF_HEADERSAlan Modra2022-02-051-2/+16