aboutsummaryrefslogtreecommitdiff
path: root/binutils/readelf.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-11-22readelf: use fseeko64 or fseeko if possibleBrett Werling1-11/+19
2022-11-15readelf/objdump: support for SFrame sectionIndu Bhagat1-0/+63
2022-11-15bfd: linker: merge .sframe sectionsIndu Bhagat1-0/+1
2022-11-14[readelf] arm: Support for new pacbti unwind opcode 0xb5.Srinath Parvathaneni1-0/+2
2022-10-21readelf: support zstd compressed debug sections [PR 29640]Fangrui Song1-42/+74
2022-10-03readelf: DO not load section headers from file offset zeroNick Clifton1-0/+13
2022-09-30LoongArch: Update ELF e_flags handling according to specification.liuzhensong1-5/+5
2022-09-21RISC-V: Implement Ztso extensionShihua1-0/+3
2022-08-22Fix compile time warning from Clang about error messages not being printed sa...Nick Clifton1-2/+2
2022-08-22Have readelf warn users if it is asked to decode a LLVM bitcode file or a gol...Nick Clifton1-9/+60
2022-08-13Make dwarf_vma uint64_tAlan Modra1-20/+20
2022-08-13Don't use bfd_vma in readelf.cAlan Modra1-221/+172
2022-08-13Don't use bfd_size_type in readelf.c and dwarf.cAlan Modra1-68/+61
2022-08-13Replace elf_vma with uint64_tAlan Modra1-2/+2
2022-08-04Recognize the new ELF compression type for ZSTD.Cary Coutant1-0/+2
2022-08-04Don't use BFD_VMA_FMT in binutilsAlan Modra1-76/+57
2022-08-01Get rid of fprintf_vma and sprintf_vmaAlan Modra1-26/+15
2022-07-25bfd: Delete R_LARCH_NONE from dyn info of LoongArch.liuzhensong1-0/+2
2022-07-19[AArch64] Support AArch64 MTE memory tag dumps in core filesLuis Machado1-0/+1
2022-06-27drop XC16x bitsJan Beulich1-14/+0
2022-06-22readelf: replace xmalloc with malloc in slurp_relr_relocsMarcus Nilsson1-1/+1
2022-05-27Remove use of bfd_uint64_t and similarAlan Modra1-12/+9
2022-05-20Stop readekf and objdump from aggressively following links.Nick Clifton1-7/+35
2022-04-09Correct nds32 readelf reloc numbersAlan Modra1-7/+7
2022-04-07Recognize the NT_ARM_SYSTEM_CALL register setLuis Machado1-0/+2
2022-04-01Recognize FreeBSD core dump note for x86 segment base registers.John Baldwin1-0/+2
2022-03-16binutils/readelf: handle AMDGPU relocation typesSimon Marchi1-0/+3
2022-03-16binutils/readelf: build against msgpack, dump NT_AMDGPU_METADATA note contentsSimon Marchi1-14/+179
2022-03-16binutils/readelf: handle NT_AMDGPU_METADATA note nameSimon Marchi1-0/+20
2022-03-16binutils/readelf: decode AMDGPU-specific e_flagsSimon Marchi1-0/+152
2022-03-16binutils/readelf: handle AMDGPU OS ABIsSimon Marchi1-0/+11
2022-03-10Add option to objdump/readelf to disable access to debuginfod servers.Nick Clifton1-0/+8
2022-03-04binutils/readelf: fix indentation in process_dynamic_sectionSimon Marchi1-6/+6