summaryrefslogtreecommitdiff
path: root/bfd/elf.c
Commit message (Expand)AuthorAgeFilesLines
* arc: Add support for ARC HS extra registers in core filesAnton Kolesov2020-04-231-0/+27
* PR25842, Null pointer dereference in nm-newAlan Modra2020-04-171-2/+6
* The assembler only supports 32-bit stabs. So set sh_entsize unconditionally t...Fangrui Song2020-04-141-3/+1
* elf: Remove zero-sized relocation section from section groupH.J. Lu2020-04-031-11/+26
* PR25662, invalid sh_offset for first section in segment with phdrsAlan Modra2020-03-251-3/+19
* bfd: Add a bfd_boolean argument to bfd_get_symbol_version_stringH.J. Lu2020-03-241-12/+4
* Fix assertion failure in the BFD library when linking with --emit-relocs enab...Nick Clifton2020-03-241-3/+6
* bfd: Display symbol version for nm -DH.J. Lu2020-03-241-6/+21
* tidy elf_backend callsAlan Modra2020-03-201-18/+15
* Fix assertion failure in the BFD library when called to parse a file containi...Nick Clifton2020-03-191-2/+7
* Fix seg-fault in strip when copying a file containing corrupt secondary relocs.Nick Clifton2020-03-181-40/+91
* Replace a couple of assertions in the BFD library that can be triggered by at...Nick Clifton2020-03-171-5/+23
* Remove a double free in the BFD library triggered when parsing a corrupt file.Nick Clifton2020-03-171-1/+3
* PR25675: SIGSEGV in bfd_octets_per_byteAlan Modra2020-03-161-7/+13
* Implement NT_NETBSDCORE_LWPSTATUS (NetBSD-Core)Kamil Rytarowski2020-03-141-1/+7
* Recognize aarch64 PT_GETREGS and PT_GETFPREGS notes on NetBSDKamil Rytarowski2020-03-131-0/+1
* Fix several mix up between octets and bytes in ELF program headersChristian Eggers2020-03-131-27/+27
* Fix several mix up between octets and bytes in ELF program headersChristian Eggers2020-03-131-56/+75
* Fix an abort triggered when objcopy is used to set the "share" section flag o...Nick Clifton2020-03-061-7/+33
* Add support for ELF files which contain multiple reloc sections which all tar...Nick Clifton2020-03-051-6/+371
* sh_addralign inconsistent with sh_addrAlan Modra2020-03-041-1/+5
* elf_backend_section_flags and _bfd_elf_init_private_section_dataAlan Modra2020-03-021-34/+28
* Indent labelsAlan Modra2020-02-261-3/+3
* PR25585, PHDR segment not covered by LOAD segmentAlan Modra2020-02-221-1/+5
* Stop the BFD library from automatically converting OS and PROC specific symbo...Nick Clifton2020-02-201-1/+18
* file size check in _bfd_alloc_and_readAlan Modra2020-02-191-14/+0
* _bfd_alloc_and_readAlan Modra2020-02-191-31/+14
* _bfd_mul_overflowAlan Modra2020-02-191-59/+85
* alloc2 used unnecessarilyAlan Modra2020-02-191-18/+21
* Check return status of memory alloc functionsAlan Modra2020-02-191-0/+2
* bfd_size_type to size_tAlan Modra2020-02-191-3/+3
* Stop the BFD library from complaining if a segment has no sections attached t...Nick Clifton2020-02-071-8/+9
* OOM in setup_groupAlan Modra2020-01-311-3/+3
* PR25444, Floating point exception in _bfd_elf_compute_section_file_positionsAlan Modra2020-01-231-5/+11
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* Set no file contents PT_LOAD p_offset to first pageAlan Modra2019-12-131-1/+9
* PR23652, Use symbols from debug bfd for _bfd_elf_find_functionAlan Modra2019-11-271-4/+5
* Pass section when available to bfd_octets_per_byteAlan Modra2019-11-251-27/+11
* Introduce new section flag: SEC_ELF_OCTETSChristian Eggers2019-11-251-1/+11
* PR25200, SIGSEGV in _bfd_elf_validate_relocAlan Modra2019-11-191-1/+1
* elf_backend_init_file_headerAlan Modra2019-11-181-24/+5
* elf_backend_modify_headersAlan Modra2019-11-181-35/+41
* PR25196, abort in rewrite_elf_program_headerAlan Modra2019-11-181-4/+5
* Add the ability to the BFD library to read build-ids from core flies.Keith Seitz2019-10-301-5/+18
* PR4499, assign file positions assumes segment offsets increasingAlan Modra2019-10-251-236/+260
* qsort: elf_sort_sections use of target_indexAlan Modra2019-10-141-10/+11
* bfd, ld: add CTF section linkingNick Alcock2019-10-031-11/+34
* libctf, bfd: fix ctf_bfdopen_ctfsect opening symbol and string sectionsNick Alcock2019-10-031-1/+1
* bfd_section_* macrosAlan Modra2019-09-191-11/+9
* bfd_asymbol_* macrosAlan Modra2019-09-181-2/+2