aboutsummaryrefslogtreecommitdiff
path: root/binutils/readelf.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-02-09PR28763, SIGSEGV during processing of program headers via readelfAlan Modra1-5/+7
2022-01-31Load debug section only when dumping debug sectionsH.J. Lu1-0/+7
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-12-19readelf: avoid a possible divide by zeroAlan Modra1-0/+4
2021-12-01readelf: recognize FDO Packaging Metadata ELF note. (Correcting snafu during...Luca Boccassi1-2/+2
2021-12-01readelf: recognize FDO Packaging Metadata ELF noteLuca Boccassi1-0/+15
2021-11-19RISC-V: Support STO_RISCV_VARIANT_CC and DT_RISCV_VARIANT_CC.Nelson Chu1-0/+39
2021-11-16readelf: Support SHT_RELR/DT_RELR for -rFangrui Song1-29/+125
2021-11-12Fix demangle style usage infoAlan Modra1-4/+4
2021-11-10PR28575, readelf.c and strings.c use undefined type uintPekka Seppänen1-2/+2
2021-11-10PR28542, Undefined behaviours in readelf.cAlan Modra1-2/+3
2021-11-09Add --unicode option to control how unicode characters are handled by display...Nick Clifton1-9/+181
2021-11-06readelf: Support RELR in -S and -d and outputFangrui Song1-0/+6
2021-11-06readelf: Make DT_PREINIT_ARRAYSZ's output style match DT_INIT_ARRAYSZFangrui Song1-0/+1
2021-11-01arm: add armv9-a architecture to -marchPrzemyslaw Wirkus1-1/+2
2021-10-29Support for a new pacbti unwind opcode.Tejas Belagod1-0/+2
2021-10-25binutils: make objdump/readelf --ctf-parent actually usefulNick Alcock1-68/+31
2021-10-24LoongArch binutils supportliuzhensong1-0/+24
2021-10-21Avoid -Waddress warnings in readelfAlan Modra1-86/+123
2021-09-30Add support to readelf for reading OpenBSD ELF core notes.Frederic Cambus1-0/+24
2021-09-07Revert: [AArch64] MTE corefile supportLuis Machado1-2/+0
2021-08-30RISC-V: PR27916, Support mapping symbols.Nelson Chu1-1/+1
2021-08-17PATCH [4/4] arm: Add Tag_PACRET_use build attributeAndrea Corallo1-0/+5
2021-08-17PATCH [3/4] arm: Add Tag_BTI_use build attributeAndrea Corallo1-0/+5
2021-08-17PATCH [2/4] arm: Add Tag_BTI_extension build attributeAndrea Corallo1-0/+6
2021-08-17PATCH [1/4] arm: Add Tag_PAC_extension build attributeAndrea Corallo1-0/+6
2021-08-11Add 3 new PAC-related ARM note typesLuis Machado1-0/+6
2021-07-30readelf: catch archive_file_size of -1Alan Modra1-3/+1
2021-07-12Fix a translation problem for the text generated by readelf at the start of a...Nick Clifton1-31/+25
2021-07-08elf: Add GNU_PROPERTY_1_NEEDEDH.J. Lu1-0/+39
2021-07-06RISC-V: Add PT_RISCV_ATTRIBUTES and add it to PHDR.Kito Cheng1-0/+13
2021-07-01readelf: Reset file position to beginning for thin archive membersAndrei Homescu1-0/+3
2021-06-18elf: Add GNU_PROPERTY_UINT32_AND_XXX/GNU_PROPERTY_UINT32_OR_XXXH.J. Lu1-0/+15
2021-06-15Allow readelf to recognise GO buildid notes.Nick Clifton1-0/+2
2021-06-15readelf: report DF_1_PIE as "Position-Independent Executable"Alan Modra1-41/+133
2021-06-12readelf: don't clear section_headers in process_file_headerAlan Modra1-2/+0