aboutsummaryrefslogtreecommitdiff
path: root/contrib/elftoolchain
Commit message (Expand)AuthorAgeFilesLines
* readelf: fix -wR option, memory leaks, and -wf minor bugChristos Margiolis2023-03-061-14/+25
* libdwarf: Add some constants from DWARF 5Mark Johnston2023-02-075-2/+262
* elftoolchain: update the list of riscv relocationsMitchell Horne2023-01-312-8/+16
* readelf: match GNU readelf formattingEd Maste2022-12-191-2/+1
* x86: Add a NT_X86_SEGBASES register set.John Baldwin2022-03-241-0/+1
* arm,arm64: Add a NT_ARM_TLS read-only register set.John Baldwin2022-03-231-0/+1
* readelf: add Arm address mask note type NT_ARM_ADDR_MASKEd Maste2022-02-221-0/+1
* readelf: add newer Linux core arm note typesEd Maste2022-02-161-0/+10
* exec: Remove the stack gap implementationMark Johnston2022-01-171-1/+0
* readelf: add Go Build ID ELF note supportEd Maste2021-12-291-1/+23
* libdwarf: Add a weak uncompress() symbolMark Johnston2021-12-131-0/+27
* libdwarf: Fix error handling in _dwarf_elf_init()Mark Johnston2021-12-131-4/+4
* libdwarf: Support consumption of compressed ELF sectionsMark Johnston2021-12-063-15/+78
* strip/objcopy: handle empty file as unknownEd Maste2021-10-251-0/+2
* Fix cross-building on Linux/aarch64Kyle Evans2021-10-181-0/+2
* Teach the readelf about arm64 gnu propertiesAndrew Turner2021-10-111-6/+63
* readelf: document that -u / --unwind is not yet implementedEd Maste2021-09-171-0/+3
* readelf: include notes (-n) and unwind (-u) in --all/-aEd Maste2021-09-172-2/+4
* readelf: return error in case of invalid fileEd Maste2021-04-051-14/+22
* elftoolchain: Support building on Arm-based MacsJessica Clarke2021-03-201-18/+4
* elftoolchain: stop leaving tempfiles on errorChris Rees2021-03-043-23/+86
* readelf: do not trucate section name with -WEd Maste2021-02-031-4/+9
* readelf: decode LA48 and ASG_DISABLE feature flagsEd Maste2021-02-031-0/+2
* readelf: Fix printing NT_FREEBSD_ARCH_TAGAlex Richardson2021-02-031-3/+1
* 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