summaryrefslogtreecommitdiff
path: root/binutils/readelf.c
Commit message (Expand)AuthorAgeFilesLines
* asan: print_vms_time signed integer overflowAlan Modra2020-12-241-6/+15
* x86-64: Add Intel LAM property supportH.J. Lu2020-12-231-0/+6
* Handle DT_GNU_FLAGS_1 in readelfVivek Das Mohapatra2020-12-151-0/+23
* Update ELF headers and readelf with recent e_machine assignments.Cary Coutant2020-12-131-1/+16
* asan: readelf: memory leaksAlan Modra2020-12-041-35/+38
* binutils: readelf: support CTF dicts with non-native-endian symtabsNick Alcock2020-11-251-0/+3
* bfd, include, ld, binutils, libctf: CTF should use the dynstr/symNick Alcock2020-11-201-2/+2
* objdump, readelf: Report errors from CTF archive iterationNick Alcock2020-11-201-2/+6
* libctf, include, binutils, gdb: rename CTF-opening functionsNick Alcock2020-11-201-1/+1
* libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_tNick Alcock2020-11-201-5/+5
* Support SHF_GNU_RETAIN ELF section flagJozef Lawrynowicz2020-11-181-6/+47
* x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE markerH.J. Lu2020-10-301-6/+3
* readelf.c display_lto_symtab offset outside bounds of constant stringAlan Modra2020-10-201-37/+62
* Readelf: Add --lto-syms option to display LTO symbol tables.Nick Clifton2020-10-191-3/+263
* x86: Support GNU_PROPERTY_X86_ISA_1_V[234] markerH.J. Lu2020-10-091-26/+85
* asan: readelf buffer overflow and abortAlan Modra2020-09-251-4/+5
* x86: Add NT_X86_CET noteH.J. Lu2020-09-111-0/+2
* MSP430: Support relocations for subtract expressions in .uleb128 directivesJozef Lawrynowicz2020-09-081-2/+25
* readelf: ubsan: shift exponent 32 is too largeAlan Modra2020-08-301-1/+1
* CSKY: Support attribute section.Cooper Qu2020-08-281-0/+121
* readelf: MSP430: Fix incorrect usage of "msp430x" in function namesJozef Lawrynowicz2020-08-271-4/+4
* binutils, ld: dequote libctf error messagesNick Alcock2020-08-271-1/+1
* libctf, binutils, include, ld: gettextize and improve error handlingNick Alcock2020-08-271-15/+24
* Add support to readelf for the OpenBSD segment types.Nick Clifton2020-08-261-0/+4
* gcc-4 -Og false positive "may be used uninitialised"Alan Modra2020-08-241-1/+1
* PR26349, FAIL: binutils-all/pr25543 on hpuxAlan Modra2020-08-191-31/+3
* Add demangling support to readelf.Nick Clifton2020-08-121-38/+94
* libctf, ld, binutils: add textual error/warning reporting for libctfNick Alcock2020-07-221-2/+21
* Fix problems in CTF handling code exposed by the Coverity static analysis tool.Nick Clifton2020-07-221-1/+4
* x86: Support GNU_PROPERTY_X86_FEATURE_2_TMMH.J. Lu2020-07-111-0/+3
* asan: readelf: heap buffer overflow in slurp_hppa_unwind_tableAlan Modra2020-07-091-2/+1
* asan: readelf: stack buffer overflowAlan Modra2020-07-061-2/+2
* Change readelf's display of symbol names (when not in --wide mode) so that if...Nick Clifton2020-07-021-7/+47
* libctf, binutils: support CTF archives like objdumpNick Alcock2020-06-261-34/+76
* binutils, ld: work with --disable-libctfNick Alcock2020-06-261-0/+8
* m68k: tag floating-point ABI usedPat Bernardi2020-06-261-0/+42
* Add support for decoding the DW_MACRO_define_strx and DW_MACRO_undef_strx ope...Nick Clifton2020-06-221-3/+4
* Re: asan: readelf: process_mips_specific buffer overflowAlan Modra2020-06-111-62/+49
* asan: readelf: process_mips_specific buffer overflowAlan Modra2020-06-111-25/+26
* Replace "if (x) free (x)" with "free (x)", binutilsAlan Modra2020-05-211-118/+54
* asan: readelf: wild read in get_num_dynamic_symsAlan Modra2020-05-211-1/+2
* Allow readelf to issue warnings if checking is enabled and there are discrepa...H.J. Lu2020-05-191-7/+32
* Restore readelf's warnings that describe real problems with the file being ex...Nick Clifton2020-05-051-25/+6
* readelf: nds32 specific decodingAlan Modra2020-05-041-6/+9
* Add a warning if an emtpty SHT_REL, SHT_RELA or SHT_PROGBITS section is detec...Nick Clifton2020-04-291-43/+119
* readelf: NULL dereferenceAlan Modra2020-04-261-30/+9
* readelf: memory leaks in process_dynamic_sectionAlan Modra2020-04-241-66/+73
* arc: Add support for ARC HS extra registers in core filesAnton Kolesov2020-04-231-0/+2
* xtensa: fix PR ld/25861Max Filippov2020-04-221-1/+7
* readelf: move file related static vars to filedataAlan Modra2020-04-221-441/+491