aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf.c
AgeCommit message (Expand)AuthorFilesLines
13 days_bfd_elf_get_dynamic_symbolsAlan Modra1-7/+5
14 daysreloc cachingAlan Modra1-0/+2
14 dayssec->alloced and freeing section contentsAlan Modra1-2/+24
14 days_bfd_elf_munmap_section_contentsAlan Modra1-7/+6
2025-01-16Tidy elf_mmap_section_contentsAlan Modra1-13/+6
2025-01-15Free symtab_hdr.contents and a cache_size correctionAlan Modra1-1/+3
2025-01-14ld: Add LTO and none-LTO output support for ld -rH.J. Lu1-0/+1
2025-01-13bfd/ELF: slightly "better" file alignment for object filesJan Beulich1-1/+5
2025-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2024-12-27bfd/ELF: refine segment index in filepos assignment diagJan Beulich1-2/+2
2024-12-24PR 32324, Stripping BOLT'ed binaries leads to unwanted behaviourAlan Modra1-5/+5
2024-12-19Remove bfd_elf_allocate_object object_id paramAlan Modra1-7/+4
2024-12-14Delete asection.symbol_ptr_ptrAlan Modra1-4/+2
2024-11-18ELF: SHF_STRINGS isn't really tied to SHF_MERGEJan Beulich1-2/+8
2024-10-16PR32266, segv when linking libclang_rt.asan-powerpc64.soAlan Modra1-29/+22
2024-10-11bfd/ELF: drop align_file_position()Jan Beulich1-10/+1
2024-10-11bfd/ELF: restrict file alignment for object filesJan Beulich1-14/+30
2024-10-08Revised "Don't return (null) from bfd_elf_sym_name"Alan Modra1-24/+30
2024-10-08Revert "Don't return "(null)" from bfd_elf_sym_name"Alan Modra1-9/+10
2024-10-08Revert "bfd_elf_sym_name_raw"Alan Modra1-17/+8
2024-10-08Revert "get_synthetic_symtab fixes for commit 68bbe1183379"Alan Modra1-13/+8
2024-10-08Revert "is_target_special_symbol fixes for commit 68bbe1183379"Alan Modra1-3/+0
2024-10-08Revert "elf.c and elflink.c fixes for commit 68bbe1183379"Alan Modra1-8/+10
2024-10-05elf.c and elflink.c fixes for commit 68bbe1183379Alan Modra1-10/+8
2024-10-04is_target_special_symbol fixes for commit 68bbe1183379Alan Modra1-0/+3
2024-10-04get_synthetic_symtab fixes for commit 68bbe1183379Alan Modra1-8/+13
2024-10-04bfd_elf_sym_name_rawAlan Modra1-8/+17
2024-10-03Don't return "(null)" from bfd_elf_sym_nameAlan Modra1-10/+9
2024-10-01segv in bfd_elf_get_str_sectionAlan Modra1-1/+2
2024-08-26PR32109, aborting at bfd/bfd.c:1236 in int _bfd_doprntAlan Modra1-8/+5
2024-07-24BFD: Add .relro_padding to list of special sectionsNick Clifton1-0/+6
2024-06-30Re: Rewrite SHT_GROUP handlingAlan Modra1-50/+52
2024-06-27Re: Rewrite SHT_GROUP handlingAlan Modra1-34/+15
2024-06-27Rewrite SHT_GROUP handlingAlan Modra1-280/+108
2024-06-13Add --rosegment option to BFD linker to stop the '-z separate-code' from gene...Nick Clifton1-1/+3
2024-04-23PR31667, objcopy/strip corrupts solaris binariesAlan Modra1-7/+6
2024-04-23ignore some symbols in elf.c:swap_out_symsAlan Modra1-55/+48
2024-04-23copy_private_symbol_dataAlan Modra1-2/+2
2024-04-16Fix test for sections with different VMA<->LMA relationships so that it only ...Nick Clifton1-6/+13
2024-04-15When mapping sections to segments ensure that we do not add sections whose VM...Vijay Shankar1-3/+9
2024-04-04Fix uninitialised variable errorsAlan Modra1-10/+10
2024-04-03elf: Add _bfd_elf_link_m[un]map_section_contentsH.J. Lu1-4/+53
2024-04-03elf: Use mmap to map in symbol and relocation tablesH.J. Lu1-18/+13
2024-04-03elf: Add _bfd_elf_m[un]map_section_contentsH.J. Lu1-5/+82
2024-04-03elf: Use mmap to map in read-only sectionsH.J. Lu1-23/+56
2024-03-26Don't claim a fat IR object if no IR object should be claimedH.J. Lu1-22/+0
2024-02-09PR31208, strip can break ELF alignment requirementsAlan Modra1-1/+1
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-12-05Don't use free_contents in _bfd_elf_slurp_version_tablesAlan Modra1-6/+4
2023-11-10Add ability to change linker warning messages into errors when reporting exec...Nick Clifton1-8/+42