aboutsummaryrefslogtreecommitdiff
path: root/contrib/elftoolchain
Commit message (Expand)AuthorAgeFilesLines
* readelf: return error in case of invalid fileEd Maste2021-04-231-14/+22
* elftoolchain: Support building on Arm-based MacsJessica Clarke2021-03-271-18/+4
* readelf: Fix printing NT_FREEBSD_ARCH_TAGAlex Richardson2021-03-171-3/+1
* readelf: do not trucate section name with -WEd Maste2021-02-181-4/+9
* readelf: decode LA48 and ASG_DISABLE feature flagsEd Maste2021-02-101-0/+2
* addr2line: fix allocation leak in error pathEd Maste2020-12-031-0/+1
* addr2line: rework check_range conditionsEd Maste2020-12-021-25/+22
* addr2line: add label checks when DW_AT_range and DW_AT_low_pc cannot be usedEd Maste2020-11-271-65/+212
* addr2line: swap if conditions for diff reduction in upcoming changeEd Maste2020-11-191-24/+24
* When elftoolchain's objcopy (or strip) is rewriting a file in-place,Dimitry Andric2020-11-183-35/+48
* Merge elftoolchain r3877 (by jkoshy):Dimitry Andric2020-11-043-8/+9
* Fix 32-bit build after r367209Brandon Bergren2020-10-311-2/+2
* readelf: Add -z decompression supportEd Maste2020-10-312-6/+116
* libelf: add compression header supportEd Maste2020-10-238-2/+324
* [PowerPC64LE] PPC64LE support for libelf.Brandon Bergren2020-09-091-0/+4
* libdwarf: Hide SHT_NOBITS sections.Mark Johnston2020-07-201-0/+6
* readelf: add more DT_FLAGS_1 flagsEd Maste2020-05-311-0/+3
* elftoolchain: Add powerpc64 definition to elftoolchain configJustin Hibbits2020-05-161-0/+6
* readelf: simplify Xen string note printingEd Maste2020-03-211-39/+32
* libelftc: Fix a memory leak in cpp_demangle_read_type().Mark Johnston2020-03-201-1/+1
* 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
* libpe: Avoid a potential use-after-free in pe_update_symtab().Mark Johnston2020-03-201-2/+2
* libdwarf: Make an out-pointer assignment unconditional.Mark Johnston2020-03-201-2/+1
* objcopy: add new sections also when there is no .shstrtabEd Maste2020-03-201-0/+11
* 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
* libelf: rationalize error handling in ELF note conversionEd Maste2020-03-051-1/+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
* addr2line: use stdbool.h header for boolEd Maste2020-02-131-0/+1
* addr2line: Handle DW_AT_ranges in compile unitsEd Maste2020-02-121-41/+106
* elfcopy: set ELF OS/ABI field when converting from binaryEd Maste2020-02-125-2/+15
* 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
* size: Avoid returning a stack pointer from xlatetom().Mark Johnston2020-02-041-12/+13
* elfcopy: Avoid leaking dst's fd when we fail to copy a file.Mark Johnston2020-02-041-2/+6
* elfcopy: Handle multiple data descriptors properly.Mark Johnston2020-02-041-1/+1
* libelftc: Add a missing check for an error from vector_str_init().Mark Johnston2020-02-043-8/+7
* libelftc: Fix memory leaks in the C++ demanglers.Mark Johnston2020-02-042-5/+9
* libdwarf: Fix a memory leak in _dwarf_frame_section_init().Mark Johnston2020-02-041-3/+3
* libdwarf: Make an out-pointer of _dwarf_abbrev_add() mandatory.Mark Johnston2020-02-041-3/+1
* libdwarf: Fix a possible memory leak in dwarf_add_AT_location_expr().Mark Johnston2020-02-041-1/+3
* libdwarf: Remove unnecessary NULL checks.Mark Johnston2020-02-041-5/+5
* addr2line: Avoid a name collision.Mark Johnston2020-02-031-5/+5
* addr2line: Cache CU DIEs upon a successful address lookup.Mark Johnston2020-02-031-32/+69