summaryrefslogtreecommitdiff
path: root/contrib/elftoolchain
AgeCommit message (Expand)Author
2025-07-16libelf: Fix the NAME sections of two manual pages.Joseph Koshy
2025-06-11LoongArch: elftoolchain: add supportyu shan wei
2024-12-31libelftc: Fix a typo - FreeBSD's riscv port is little-endian.Joseph Koshy
2024-07-19elftoolchain: Consistently use item count as the first argument to callocJohn Baldwin
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-05-09Fix memory corruption in C++ demanglerJustine Tunney
2023-03-06readelf: fix -wR option, memory leaks, and -wf minor bugChristos Margiolis
2023-02-07libdwarf: Add some constants from DWARF 5Mark Johnston
2023-01-31elftoolchain: update the list of riscv relocationsMitchell Horne
2022-12-19readelf: match GNU readelf formattingEd Maste
2022-03-24x86: Add a NT_X86_SEGBASES register set.John Baldwin
2022-03-23arm,arm64: Add a NT_ARM_TLS read-only register set.John Baldwin
2022-02-22readelf: add Arm address mask note type NT_ARM_ADDR_MASKEd Maste
2022-02-16readelf: add newer Linux core arm note typesEd Maste
2022-01-17exec: Remove the stack gap implementationMark Johnston
2021-12-29readelf: add Go Build ID ELF note supportEd Maste
2021-12-13libdwarf: Add a weak uncompress() symbolMark Johnston
2021-12-13libdwarf: Fix error handling in _dwarf_elf_init()Mark Johnston
2021-12-06libdwarf: Support consumption of compressed ELF sectionsMark Johnston
2021-10-25strip/objcopy: handle empty file as unknownEd Maste
2021-10-18Fix cross-building on Linux/aarch64Kyle Evans
2021-10-11Teach the readelf about arm64 gnu propertiesAndrew Turner
2021-09-17readelf: document that -u / --unwind is not yet implementedEd Maste
2021-09-17readelf: include notes (-n) and unwind (-u) in --all/-aEd Maste
2021-04-04readelf: return error in case of invalid fileEd Maste
2021-03-20elftoolchain: Support building on Arm-based MacsJessica Clarke
2021-03-04elftoolchain: stop leaving tempfiles on errorChris Rees
2021-02-03readelf: do not trucate section name with -WEd Maste
2021-02-03readelf: decode LA48 and ASG_DISABLE feature flagsEd Maste
2021-02-03readelf: Fix printing NT_FREEBSD_ARCH_TAGAlex Richardson
2020-12-03addr2line: fix allocation leak in error pathEd Maste
2020-12-02addr2line: rework check_range conditionsEd Maste
2020-11-27addr2line: add label checks when DW_AT_range and DW_AT_low_pc cannot be usedEd Maste
2020-11-19addr2line: swap if conditions for diff reduction in upcoming changeEd Maste
2020-11-18When elftoolchain's objcopy (or strip) is rewriting a file in-place,Dimitry Andric
2020-11-04Merge elftoolchain r3877 (by jkoshy):Dimitry Andric
2020-10-31Fix 32-bit build after r367209Brandon Bergren
2020-10-31readelf: Add -z decompression supportEd Maste
2020-10-23libelf: add compression header supportEd Maste
2020-09-09[PowerPC64LE] PPC64LE support for libelf.Brandon Bergren
2020-07-20libdwarf: Hide SHT_NOBITS sections.Mark Johnston
2020-05-31readelf: add more DT_FLAGS_1 flagsEd Maste
2020-05-16elftoolchain: Add powerpc64 definition to elftoolchain configJustin Hibbits
2020-03-21readelf: simplify Xen string note printingEd Maste
2020-03-20libelftc: Fix a memory leak in cpp_demangle_read_type().Mark Johnston
2020-03-20readelf: Fix another instance of the leak mentioned in r357542.Mark Johnston
2020-03-20readelf: Avoid leaking ELF descriptors for archive entries.Mark Johnston
2020-03-20libpe: Avoid a potential use-after-free in pe_update_symtab().Mark Johnston
2020-03-20libdwarf: Make an out-pointer assignment unconditional.Mark Johnston
2020-03-20objcopy: add new sections also when there is no .shstrtabEd Maste