aboutsummaryrefslogtreecommitdiff
path: root/binutils/readelf.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-29readelf: Use section names for displaying RELR relocsSzabolcs Nagy1-8/+24
2024-05-29readelf: Fix symbol display for RELR relocsSzabolcs Nagy1-17/+125
2024-05-28Add new ELF section and segment types to readelf.Nick Clifton1-234/+383
2024-05-20readelf: add pretty printing for FDO Dlopen Metadata noteLuca Boccassi1-0/+7
2024-05-14arm: binutils: drop Maverick support.Richard Earnshaw1-4/+0
2024-04-24Update readelf's display of RELR sections to include the number of locations ...Nick Clifton1-20/+115
2024-04-16Simplify readelf's RELR relocation display.Fangrui Song1-17/+3
2024-04-11Improve readelf's display of RELR relocs.Nick Clifton1-129/+285
2024-04-11Add -j/--display-section option to readelf.Nick Clifton1-133/+238
2024-03-25bfd: make _bfd_section_size_insane part of the public APIAndrew Burgess1-1/+1
2024-03-19Remove redunant test of ELF size in core note decoder.Nick Clifton1-7/+0
2024-02-12Add support to readelf for the PT_OPENBSD_SYSCALLS segment type.Frederic Cambus1-0/+1
2024-01-19Update readelf's and objdump's debug frame displaying feature to include the ...Nick Clifton1-0/+2
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-12-28x86: Add NT_X86_SHSTK noteSchimpe, Christina1-0/+2
2023-11-14Improve objdump's handling of compressed sections.Nick Clifton1-146/+84
2023-11-10bfd, binutils: add gfx11 amdgpu architecturesSimon Marchi1-0/+3
2023-11-10MIPS: Change all E_MIPS_* to EF_MIPS_*Ying Huang1-38/+38
2023-10-20bfd: microblaze: Add 32_NONE reloc typeNeal Frager1-0/+4
2023-10-07Revert "opcodes: microblaze: Add new bit-field instructions"Michael J. Eager1-4/+0
2023-10-06opcodes: microblaze: Add new bit-field instructionsNeal Frager1-0/+4
2023-09-29x86-64: Add -z mark-plt and -z nomark-pltH.J. Lu1-0/+19
2023-09-28Add support to readelf for the PT_OPENBSD_NOBTCFI segment type.Frederic Cambus1-0/+1
2023-09-20readelf.c 'ext' may be used uninitializedAlan Modra1-1/+1
2023-09-05readelf: Add option to display the names of sections referenced by symbols.Nick Clifton1-195/+320
2023-08-29readelf: typos in user messagesNicolas Boulenguez1-2/+2
2023-08-21aarch64/sme2: Teach binutils/BFD about the NT_ARM_ZT register setLuis Machado1-0/+2
2023-08-16kvx: New port.Paul Iannetta1-0/+26
2023-08-03readelf sprintf optimisationAlan Modra1-721/+1050
2023-08-02Revert "2.41 Release sources"Sam James1-2/+34
2023-08-022.41 Release sourcesbinutils-2_41-releaseNick Clifton1-34/+2
2023-07-30bpf: include, bfd, opcodes: add EF_BPF_CPUVER ELF header flagsJose E. Marchesi1-0/+6
2023-07-07arc: Update/Add ARCv3 support.Claudiu Zissulescu1-2/+28
2023-06-15Add MIPS Allegrex CPU as a MIPS2-based CPUDavid Guillen Fandos1-0/+1
2023-06-06Re: loongarch readelf supportAlan Modra1-1/+1
2023-06-03Re: loongarch readelf supportAlan Modra1-2/+3
2023-06-02loongarch readelf supportAlan Modra1-29/+34
2023-05-30LoongArch: binutils: Add support for linker relaxation.mengqinggang1-2/+82
2023-05-22Re: readelf: Support SHT_RELR/DT_RELR for -rAlan Modra1-1/+1
2023-04-11Fix an attempt to allocate an overlarge amount of memory when decoding a corr...Nick Clifton1-6/+21
2023-03-23Add support to readelf for the PT_OPENBSD_MUTABLE segment type.Frederic Cambus1-0/+1
2023-03-16readelf: add support for QNT_STACK note subsectionsClément Chigot1-0/+67
2023-01-08PR29972, inconsistent format specification in singular formAlan Modra1-1/+1
2023-01-03Add new NT_ARM_ZA and NT_ARM_SSVE register set constants.Luis Machado1-0/+4
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-12-06Compression header enumAlan Modra1-8/+8
2022-11-25Revert "readelf: Do not require EI_OSABI for IFUNC."Martin Liska1-3/+5
2022-11-24readelf: Do not require EI_OSABI for IFUNC.Martin Liska1-5/+3
2022-11-23Don't use "long" in readelf for file offsetsAlan Modra1-472/+505
2022-11-23Re: readelf: use fseeko64 or fseeko if possibleAlan Modra1-51/+74