aboutsummaryrefslogtreecommitdiff
path: root/contrib/elftoolchain/elfcopy
Commit message (Expand)AuthorAgeFilesLines
* strip/objcopy: handle empty file as unknownEd Maste2021-10-251-0/+2
* elftoolchain: stop leaving tempfiles on errorChris Rees2021-03-043-23/+86
* When elftoolchain's objcopy (or strip) is rewriting a file in-place,Dimitry Andric2020-11-183-35/+48
* objcopy: add new sections also when there is no .shstrtabEd Maste2020-03-201-0/+11
* elfcopy: set ELF OS/ABI field when converting from binaryEd Maste2020-02-121-0/+1
* 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
* Update ELF Tool Chain to upstream r3769Ed Maste2019-12-055-5/+5
* elfcopy/strip: Ensure sections have required alignment on outputEd Maste2019-11-081-0/+45
* Initialize baseaddr to suppres warning.Aleksandr Rybalko2019-09-291-0/+1
* ections into expected offset in binary format.Aleksandr Rybalko2019-09-291-9/+12
* Merge r3780 from elftoolchain.Mark Johnston2019-08-071-9/+18
* Merge r3778 and r3779 from ELFToolchain.Mark Johnston2019-07-292-4/+19
* elfcopy: Clear errors after fetching the shstrtab index.Mark Johnston2019-07-041-1/+3
* elfcopy: Provide a size hint when creating the section string table.Mark Johnston2019-06-261-1/+17
* elfcopy: Use libelftc's string table routines to build .shstrtab.Mark Johnston2019-06-045-98/+30
* elfcopy: Use elf_getscn() instead of iterating over all sections.Mark Johnston2019-06-041-15/+13
* elfcopy: Optimize for insertions at the end of the section list.Mark Johnston2019-05-302-5/+7
* elfcopy: Remove an unneeded memset.Mark Johnston2019-05-301-1/+0
* Update to ELF Tool Chain r3668Ed Maste2019-01-106-9/+9
* objcopy: restore behaviour required by GCC's buildEd Maste2018-10-201-0/+143
* elfcopy: delete filter_reloc, it is broken and unnecessaryEd Maste2018-10-131-128/+0
* Fix objcopy for little-endian MIPS64 objects.John Baldwin2018-09-051-8/+8
* Pass the right sizes to malloc() and realloc().Mark Johnston2018-07-121-2/+2
* Handle thread-local storage (TLS) segments correctly whenPhil Shafer2018-05-143-0/+4
* Update ELF Tool Chain to r3614Ed Maste2018-04-274-7/+9
* elfcopy: copy raw (untranslated) contents to binary outputEd Maste2018-01-021-2/+2
* elfcopy: allow empty symbol list filesEd Maste2017-04-241-2/+3
* elfcopy: document --strip-symbols=filename in the man pageEd Maste2017-04-201-1/+6
* Update ELF Tool Chain to upstream r3520Ed Maste2017-04-174-3/+14
* elfcopy: remove temporary ELF file when converting from binaryEd Maste2017-03-301-0/+2
* elfcopy: fix PE object section name corruption and crashEd Maste2016-12-271-7/+9
* elfcopy: select mode by the end of the program nameEd Maste2016-10-221-3/+23
* Update to ELF Tool Chain r3490Ed Maste2016-08-313-6/+12
* elfcopy: correct comment typo in r304151Ed Maste2016-08-151-1/+1
* elfcopy: silence GCC 5.3 unitialized variable warningEd Maste2016-08-151-0/+1
* Use the in-tree sys/elf_common.h to build libelftc.Bryan Drewery2016-06-051-5/+0
* Update to ELF Tool Chain r3477Ed Maste2016-05-251-11/+9
* elftoolchain: backwards compatability for ELFOSABI_CLOUDABI definitionEd Maste2016-05-211-0/+5
* Update to ELF Tool Chain r3475Ed Maste2016-05-208-20/+35
* elfcopy: map all !alnum characters to '_' in binary input symbol namesEd Maste2016-04-201-3/+4
* elfcopy: fix symbol table handling when sections come after symtab/strtabEd Maste2016-04-151-2/+15
* elfcopy: overhaul of LMA handlingEd Maste2016-03-242-89/+184
* elfcopy: fail if debug link target is emptyEd Maste2016-03-041-0/+3
* Allow elfcopy to convert between two non-ELF formatsEd Maste2016-02-161-0/+12
* Update ELF Tool Chain to upstream rev 3400Ed Maste2016-02-129-98/+457
* Update to ELF Tool Chain r3272Ed Maste2015-12-115-13/+24
* elfcopy: include extension but replace . when converting from binaryEd Maste2015-12-111-12/+8
* elfcopy: exclude extension when converting from binaryEd Maste2015-12-071-1/+12
* Update to ELF Tool Chain r3250Ed Maste2015-10-091-1/+1