aboutsummaryrefslogtreecommitdiff
path: root/contrib/elftoolchain/readelf
Commit message (Expand)AuthorAgeFilesLines
* readelf: simplify Xen string note printingEd Maste2020-03-211-39/+32
* readelf: Fix another instance of the leak mentioned in r357542.Mark Johnston2020-03-201-0/+1
* readelf: Avoid leaking ELF descriptors for archive entries.Mark Johnston2020-03-201-0/+1
* readelf: print GNU Build-IDEd Maste2020-03-061-0/+6
* readelf: decode and print Xen ELF note stringsEd Maste2020-03-061-0/+51
* readelf: add XEN_ELFNOTE_PHYS32_ENTRY noteEd Maste2020-03-061-0/+1
* readelf: simplify namesz / descsz checksEd Maste2020-03-041-9/+9
* readelf: check note namesz and descszEd Maste2020-03-041-0/+8
* Reserve WXNEEDED ELF feature control flagEd Maste2020-03-041-0/+1
* readelf: add PROTMAX_DISABLE and STKGAP_DISABLEEd Maste2020-03-011-0/+2
* readelf: Don't leak memory when dwarf_get_fde_info_for_all_regs() fails.Mark Johnston2020-02-041-0/+1
* readelf: Fix the check for an error from realloc().Mark Johnston2020-02-041-2/+2
* readelf: Fix a double close of the input file.Mark Johnston2020-02-041-1/+0
* Update ELF Tool Chain to upstream r3769Ed Maste2019-12-052-9/+10
* ELF toolchain: Add PowerPC VMX and VSX note decode to readelfJustin Hibbits2019-11-191-0/+2
* readelf: Close input files when done with them.Mark Johnston2019-08-071-2/+4
* Capsicumize readelf(1).Mark Johnston2019-08-011-10/+29
* readelf: decode NT_GNU_PROPERTY_TYPE_0 / GNU_PROPERTY_X86_FEATURE_1_ANDEd Maste2019-08-011-4/+69
* readelf: Add RISC-V DWARF register aliasesMitchell Horne2019-06-301-0/+68
* [PowerPC64] readelf: print description for 'e_flags' in ELF header (ABI type)Leandro Lupori2019-06-281-1/+8
* readelf: Add support for RISC-V specific e_flagsMitchell Horne2019-06-281-0/+24
* Teach readelf about some OpenBSD ELF program headersChristian S.J. Peron2019-06-071-0/+3
* readelf: Make -t imply -S, for compatibility with GNU binutils.Mark Johnston2019-05-302-2/+4
* readelf: use size_t for object countsEd Maste2019-04-171-4/+4
* readelf: speed up readelf -woEd Maste2019-04-171-52/+81
* readelf: add newline after dumping dynamic FLAGS / FLAGS_1Ed Maste2019-03-281-1/+1
* Revert other accidentally committed part of r345625Ed Maste2019-03-281-1/+0
* revert r341429 "disable BIND_NOW in libc, libthr, and rtld"Ed Maste2019-03-281-0/+1
* readelf: decode FreeBSD note typesEd Maste2019-02-011-5/+50
* readelf: use table-based DT_FLAGS and DT_FLAGS_1 decodingEd Maste2019-02-011-136/+60
* readelf: dump elf note dataEd Maste2019-01-311-3/+9
* readelf: fix i386 buildEd Maste2019-01-301-2/+2
* readelf: decode flag bits in DT_FLAGS/DT_FLAGS_1Ed Maste2019-01-301-0/+140
* Update to ELF Tool Chain r3668Ed Maste2019-01-102-3/+3
* Fix CU: output of the --debug-dump=decodedline, the problem thereMaxim Sobolev2018-11-211-1/+1
* Define NT_FREEBSD_FEATURE_CTL ELF note typeEd Maste2018-11-021-0/+1
* readelf: display NT_GNU_PROPERTY_TYPE_0 note nameEd Maste2018-08-101-0/+1
* Handle thread-local storage (TLS) segments correctly whenPhil Shafer2018-05-141-4/+15
* Update ELF Tool Chain to r3614Ed Maste2018-04-271-1/+2
* readelf: report byte size for DT_PREINIT_ARRAYSZEd Maste2017-12-261-0/+1
* Add missing newline after unknown MIPS-specific dynamic entries.John Baldwin2017-09-151-0/+3
* Recognize NT_PTLWPINFO and NT_ARM_VFP in FreeBSD ELF cores.John Baldwin2017-09-141-0/+2
* readelf: correct printing of DT_FILTER and DT_AUXILIARY valuesEd Maste2017-07-161-11/+12
* readelf: fix printing of DT_FILTER and some other DT_* valuesEd Maste2017-07-161-78/+76
* readelf: dump MIPS abiflags sectionEd Maste2017-04-191-0/+82
* Update ELF Tool Chain to upstream r3520Ed Maste2017-04-171-22/+32
* readelf(1) -S: Include zero index and match binutils' no-nameConrad Meyer2016-12-071-3/+4
* readelf(1): Add support for extended program header numbersConrad Meyer2016-12-051-2/+8
* readelf: silence GCC 4.2.1 uninitialized variable warningEd Maste2016-08-311-0/+4
* Update to ELF Tool Chain r3490Ed Maste2016-08-312-7/+58