aboutsummaryrefslogtreecommitdiff
path: root/binutils/readelf.c
AgeCommit message (Expand)AuthorFilesLines
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
2021-03-29binutils int vs bfd_boolean fixesAlan Modra1-1/+1
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska1-1/+1
2021-03-19elf: Rename EM_INTEL205 to EM_INTELGTH.J. Lu1-0/+1
2021-03-18Fix section dumping so that warnings are not issued for missed sections in se...Nick Clifton1-43/+60
2021-03-16Retain .debug_addr sections loaded in the main file.Nick Clifton1-1/+1
2021-03-16Re-enable the dislay of debug sections in separate debuginfo files without th...Nick Clifton1-2/+5
2021-03-05bfd/binutils: add support for RISC-V CSRs in core filesAndrew Burgess1-0/+2
2021-03-05bfd/binutils: support for gdb target descriptions in the core fileAndrew Burgess1-0/+2
2021-03-04Gate the displaying of non-debug sections in separate debuginfo files.Nick Clifton1-86/+301
2021-02-25Add initial support for .debug_sup sections.Nick Clifton1-1/+3
2021-02-24Remove support for old v1 & v2 style GNU build notes.Nick Clifton1-11/+2
2021-02-20readelf: Replace procesor with processorH.J. Lu1-1/+1
2021-02-15objdump: don't cache section contents in load_specific_debug_sectionAlan Modra1-1/+0
2021-02-12Change the readelf and objdump programs so that they will automatically follo...Nick Clifton1-2/+13
2021-02-02readelf: Add 'R' and 'D' to "Key to Flags:"H.J. Lu1-0/+12
2021-01-16Tidy inflateEnd callsAlan Modra1-2/+2
2021-01-15PR26539, memory leak in inflate.cAlan Modra1-3/+3
2021-01-07binutils/readelf.c: Correct grammar in commentReuben Thomas1-1/+1
2021-01-01PR27116, Spelling errors found by Debian style checkerAlan Modra1-1/+1
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-12-24asan: print_vms_time signed integer overflowAlan Modra1-6/+15
2020-12-23x86-64: Add Intel LAM property supportH.J. Lu1-0/+6
2020-12-15Handle DT_GNU_FLAGS_1 in readelfVivek Das Mohapatra1-0/+23
2020-12-13Update ELF headers and readelf with recent e_machine assignments.Cary Coutant1-1/+16
2020-12-04asan: readelf: memory leaksAlan Modra1-35/+38