aboutsummaryrefslogtreecommitdiff
path: root/binutils/readelf.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-01Remove strneq macro and use startswith.users/marxin/startswith-v2Martin 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
2020-11-25binutils: readelf: support CTF dicts with non-native-endian symtabsNick Alcock1-0/+3
2020-11-20bfd, include, ld, binutils, libctf: CTF should use the dynstr/symNick Alcock1-2/+2
2020-11-20objdump, readelf: Report errors from CTF archive iterationNick Alcock1-2/+6
2020-11-20libctf, include, binutils, gdb: rename CTF-opening functionsNick Alcock1-1/+1
2020-11-20libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_tNick Alcock1-5/+5
2020-11-18Support SHF_GNU_RETAIN ELF section flagJozef Lawrynowicz1-6/+47
2020-10-30x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE markerH.J. Lu1-6/+3
2020-10-20readelf.c display_lto_symtab offset outside bounds of constant stringAlan Modra1-37/+62
2020-10-19Readelf: Add --lto-syms option to display LTO symbol tables.Nick Clifton1-3/+263
2020-10-09x86: Support GNU_PROPERTY_X86_ISA_1_V[234] markerH.J. Lu1-26/+85
2020-09-25asan: readelf buffer overflow and abortAlan Modra1-4/+5
2020-09-11x86: Add NT_X86_CET noteH.J. Lu1-0/+2
2020-09-08MSP430: Support relocations for subtract expressions in .uleb128 directivesJozef Lawrynowicz1-2/+25
2020-08-30readelf: ubsan: shift exponent 32 is too largeAlan Modra1-1/+1
2020-08-28CSKY: Support attribute section.Cooper Qu1-0/+121
2020-08-27readelf: MSP430: Fix incorrect usage of "msp430x" in function namesJozef Lawrynowicz1-4/+4
2020-08-27binutils, ld: dequote libctf error messagesNick Alcock1-1/+1
2020-08-27libctf, binutils, include, ld: gettextize and improve error handlingNick Alcock1-15/+24
2020-08-26Add support to readelf for the OpenBSD segment types.Nick Clifton1-0/+4
2020-08-24gcc-4 -Og false positive "may be used uninitialised"Alan Modra1-1/+1
2020-08-19PR26349, FAIL: binutils-all/pr25543 on hpuxAlan Modra1-31/+3