aboutsummaryrefslogtreecommitdiff
path: root/binutils/readelf.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-08-12Add demangling support to readelf.Nick Clifton1-38/+94
2020-07-22libctf, ld, binutils: add textual error/warning reporting for libctfNick Alcock1-2/+21
2020-07-22Fix problems in CTF handling code exposed by the Coverity static analysis tool.Nick Clifton1-1/+4
2020-07-11x86: Support GNU_PROPERTY_X86_FEATURE_2_TMMH.J. Lu1-0/+3
2020-07-09asan: readelf: heap buffer overflow in slurp_hppa_unwind_tableAlan Modra1-2/+1
2020-07-06asan: readelf: stack buffer overflowAlan Modra1-2/+2
2020-07-02Change readelf's display of symbol names (when not in --wide mode) so that if...Nick Clifton1-7/+47
2020-06-26libctf, binutils: support CTF archives like objdumpNick Alcock1-34/+76
2020-06-26binutils, ld: work with --disable-libctfNick Alcock1-0/+8
2020-06-26m68k: tag floating-point ABI usedPat Bernardi1-0/+42
2020-06-22Add support for decoding the DW_MACRO_define_strx and DW_MACRO_undef_strx ope...Nick Clifton1-3/+4
2020-06-11Re: asan: readelf: process_mips_specific buffer overflowAlan Modra1-62/+49
2020-06-11asan: readelf: process_mips_specific buffer overflowAlan Modra1-25/+26
2020-05-21Replace "if (x) free (x)" with "free (x)", binutilsAlan Modra1-118/+54
2020-05-21asan: readelf: wild read in get_num_dynamic_symsAlan Modra1-1/+2
2020-05-19Allow readelf to issue warnings if checking is enabled and there are discrepa...H.J. Lu1-7/+32
2020-05-05Restore readelf's warnings that describe real problems with the file being ex...Nick Clifton1-25/+6
2020-05-04readelf: nds32 specific decodingAlan Modra1-6/+9
2020-04-29Add a warning if an emtpty SHT_REL, SHT_RELA or SHT_PROGBITS section is detec...Nick Clifton1-43/+119