aboutsummaryrefslogtreecommitdiff
path: root/binutils/readelf.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-04-26readelf: NULL dereferenceAlan Modra1-30/+9
2020-04-24readelf: memory leaks in process_dynamic_sectionAlan Modra1-66/+73
2020-04-23arc: Add support for ARC HS extra registers in core filesAnton Kolesov1-0/+2
2020-04-22xtensa: fix PR ld/25861Max Filippov1-1/+7
2020-04-22readelf: move file related static vars to filedataAlan Modra1-441/+491
2020-04-22readelf: cmdline dataAlan Modra1-50/+55
2020-04-20fix typo last commitAlan Modra1-1/+1
2020-04-20readelf: segfault at readelf.c:12227Alan Modra1-0/+6
2020-04-20readelf: segfaults fuzzing multiple object filesAlan Modra1-15/+14
2020-04-20readelf memory leaksAlan Modra1-5/+6
2020-04-15PR25822, Invalid read in process_symbol_tableAlan Modra1-1/+3
2020-04-15readelf: zero static vars after freeingAlan Modra1-0/+8
2020-04-15readelf: increase size of static buffersAlan Modra1-23/+11
2020-04-15Re: readelf: Consolidate --syms --use-dynamic with --dyn-symsAlan Modra1-1/+1
2020-04-14readelf memory leaks processing mipsAlan Modra1-3/+7
2020-04-14readelf: Consolidate --syms --use-dynamic with --dyn-symsH.J. Lu1-499/+500
2020-03-27Re: readelf looping in process_archiveAlan Modra1-2/+1
2020-03-25readelf looping in process_archiveAlan Modra1-2/+4
2020-03-24readelf memory leak in process_mips_specificAlan Modra1-2/+8
2020-03-20Fix compile time warnings about the possibility of using uninitialised fields...Nick Clifton1-9/+25
2020-03-19readelf.c: Use unsigned long to iterate over num_symsH.J. Lu1-4/+3
2020-03-19readelf leak in process_archiveAlan Modra1-76/+90