aboutsummaryrefslogtreecommitdiff
path: root/binutils/readelf.c
AgeCommit message (Expand)AuthorFilesLines
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
2021-06-12Re: readelf section readingAlan Modra1-3/+5
2021-06-11readelf info leaks from one object to the nextAlan Modra1-25/+5
2021-06-11readelf section readingAlan Modra1-74/+60
2021-05-29readelf and objdump helpAlan Modra1-58/+112
2021-05-28x86: Restore PC16 relocation overflow checkH.J. Lu1-3/+0
2021-05-27readelf -w and --debug-dump option helpAlan Modra1-5/+4
2021-05-26x86: Propery check PC16 reloc overflow in 16-bit mode instructionsH.J. Lu1-0/+3
2021-05-23elf: Use official name LoongArch for EM_LOONGARCH.Chenghua Xu1-1/+1
2021-05-21[Binutils] Update NT_ARM note types for readelfLuis Machado1-0/+6
2021-05-21[AArch64] MTE corefile supportLuis Machado1-0/+2
2021-05-07Srop readelf's unwind decoder from complaining about x86 binaries.Nick Clifton1-0/+9
2021-04-21Add ability to select numeric base when displaying symbol values in readelf.Nick Lott1-9/+77
2021-04-21Adjust readelf's output so that section symbols without a name as shown with ...Nick Clifton1-2/+16
2021-04-14Remove unneeded tests for definitions of NT_BSDNETCORE values.Frederic Cambus1-4/+0
2021-04-14PR27716, build failure for msdosdjgpp: PATH_MAX undeclaredAlan Modra1-70/+81
2021-04-13Remove now unneeded #ifdef check for NT_NETBSD_PAX.Frederic Cambus1-2/+0
2021-04-05C99 binutils configuryAlan Modra1-5/+1
2021-04-01Remove strneq macro and use startswith.Martin Liska1-7/+7
2021-04-01Replace const_strneq with startswith.Martin Liska1-51/+51
2021-03-31Use bool in binutilsAlan Modra1-739/+738
2021-03-29TRUE/FALSE simplificationAlan Modra1-2/+2