summaryrefslogtreecommitdiff
path: root/binutils/readelf.c
Commit message (Expand)AuthorAgeFilesLines
* Fix an attempt to allocate an overlarge amount of memory when decoding a corr...Nick Clifton2023-04-111-6/+21
* Add support to readelf for the PT_OPENBSD_MUTABLE segment type.Frederic Cambus2023-03-231-0/+1
* readelf: add support for QNT_STACK note subsectionsClément Chigot2023-03-161-0/+67
* PR29972, inconsistent format specification in singular formAlan Modra2023-01-081-1/+1
* Add new NT_ARM_ZA and NT_ARM_SSVE register set constants.Luis Machado2023-01-031-0/+4
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* Compression header enumAlan Modra2022-12-061-8/+8
* Revert "readelf: Do not require EI_OSABI for IFUNC."Martin Liska2022-11-251-3/+5
* readelf: Do not require EI_OSABI for IFUNC.Martin Liska2022-11-241-5/+3
* Don't use "long" in readelf for file offsetsAlan Modra2022-11-231-472/+505
* Re: readelf: use fseeko64 or fseeko if possibleAlan Modra2022-11-231-51/+74
* readelf: use fseeko64 or fseeko if possibleBrett Werling2022-11-221-11/+19
* readelf/objdump: support for SFrame sectionIndu Bhagat2022-11-151-0/+63
* bfd: linker: merge .sframe sectionsIndu Bhagat2022-11-151-0/+1
* [readelf] arm: Support for new pacbti unwind opcode 0xb5.Srinath Parvathaneni2022-11-141-0/+2
* readelf: support zstd compressed debug sections [PR 29640]Fangrui Song2022-10-211-42/+74
* readelf: DO not load section headers from file offset zeroNick Clifton2022-10-031-0/+13
* LoongArch: Update ELF e_flags handling according to specification.liuzhensong2022-09-301-5/+5
* RISC-V: Implement Ztso extensionShihua2022-09-211-0/+3
* Fix compile time warning from Clang about error messages not being printed sa...Nick Clifton2022-08-221-2/+2
* Have readelf warn users if it is asked to decode a LLVM bitcode file or a gol...Nick Clifton2022-08-221-9/+60
* Make dwarf_vma uint64_tAlan Modra2022-08-131-20/+20
* Don't use bfd_vma in readelf.cAlan Modra2022-08-131-221/+172
* Don't use bfd_size_type in readelf.c and dwarf.cAlan Modra2022-08-131-68/+61
* Replace elf_vma with uint64_tAlan Modra2022-08-131-2/+2
* Recognize the new ELF compression type for ZSTD.Cary Coutant2022-08-041-0/+2
* Don't use BFD_VMA_FMT in binutilsAlan Modra2022-08-041-76/+57
* Get rid of fprintf_vma and sprintf_vmaAlan Modra2022-08-011-26/+15
* bfd: Delete R_LARCH_NONE from dyn info of LoongArch.liuzhensong2022-07-251-0/+2
* [AArch64] Support AArch64 MTE memory tag dumps in core filesLuis Machado2022-07-191-0/+1
* drop XC16x bitsJan Beulich2022-06-271-14/+0
* readelf: replace xmalloc with malloc in slurp_relr_relocsMarcus Nilsson2022-06-221-1/+1
* Remove use of bfd_uint64_t and similarAlan Modra2022-05-271-12/+9
* Stop readekf and objdump from aggressively following links.Nick Clifton2022-05-201-7/+35
* Correct nds32 readelf reloc numbersAlan Modra2022-04-091-7/+7
* Recognize the NT_ARM_SYSTEM_CALL register setLuis Machado2022-04-071-0/+2
* Recognize FreeBSD core dump note for x86 segment base registers.John Baldwin2022-04-011-0/+2
* binutils/readelf: handle AMDGPU relocation typesSimon Marchi2022-03-161-0/+3
* binutils/readelf: build against msgpack, dump NT_AMDGPU_METADATA note contentsSimon Marchi2022-03-161-14/+179
* binutils/readelf: handle NT_AMDGPU_METADATA note nameSimon Marchi2022-03-161-0/+20
* binutils/readelf: decode AMDGPU-specific e_flagsSimon Marchi2022-03-161-0/+152
* binutils/readelf: handle AMDGPU OS ABIsSimon Marchi2022-03-161-0/+11
* Add option to objdump/readelf to disable access to debuginfod servers.Nick Clifton2022-03-101-0/+8
* binutils/readelf: fix indentation in process_dynamic_sectionSimon Marchi2022-03-041-6/+6
* PR28763, SIGSEGV during processing of program headers via readelfAlan Modra2022-02-091-5/+7
* Load debug section only when dumping debug sectionsH.J. Lu2022-01-311-0/+7
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* readelf: avoid a possible divide by zeroAlan Modra2021-12-191-0/+4
* readelf: recognize FDO Packaging Metadata ELF note. (Correcting snafu during...Luca Boccassi2021-12-011-2/+2
* readelf: recognize FDO Packaging Metadata ELF noteLuca Boccassi2021-12-011-0/+15