aboutsummaryrefslogtreecommitdiff
path: root/binutils/readelf.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-03-19Invalid read in process_netbsd_elf_noteAlan Modra1-7/+10
2020-03-16asan: readelf leak in hppa_process_unwindAlan Modra1-79/+75
2020-03-14Re: asan: more readelf leaksAlan Modra1-0/+2
2020-03-14readelf large memory allocationAlan Modra1-1/+2
2020-03-14asan: readelf: memory leaksAlan Modra1-8/+30
2020-03-14Implement NT_NETBSDCORE_LWPSTATUS (NetBSD-Core)Kamil Rytarowski1-1/+6
2020-03-13asan: more readelf leaksAlan Modra1-58/+94
2020-03-12asan: readelf leaksAlan Modra1-1/+23
2020-03-09PR25645, readelf segfault reading fuzzed alpha-vms binaryAlan Modra1-12/+12
2020-03-08readelf.c: Fix a typo in commentsH.J. Lu1-1/+1
2020-03-02Restore readelf's string dump to previous behaviour where newlines were cause...Nick Clifton1-7/+73
2020-02-27Fix an illegal memory access by readelf when displaying the contents of a cor...Nick Clifton1-0/+3
2020-02-26Indent labelsAlan Modra1-1/+1
2020-02-07Add support for the GBZ80 and Z80N variants of the Z80 architecture, and add ...Sergey Belyashov1-0/+1
2020-02-03readelf: add missing newlines to error messagesAndreas Schwab1-6/+9
2020-01-28Improve warning message from debuginfod support in readelf.Nick Clifton1-21/+16