aboutsummaryrefslogtreecommitdiff
path: root/contrib/elftoolchain/libelf
Commit message (Expand)AuthorAgeFilesLines
* elftoolchain: Support building on Arm-based MacsJessica Clarke2021-03-201-18/+4
* libelf: add compression header supportEd Maste2020-10-238-2/+324
* [PowerPC64LE] PPC64LE support for libelf.Brandon Bergren2020-09-091-0/+4
* elftoolchain: Add powerpc64 definition to elftoolchain configJustin Hibbits2020-05-161-0/+6
* libelf: rationalize error handling in ELF note conversionEd Maste2020-03-051-1/+1
* Update ELF Tool Chain to upstream r3769Ed Maste2019-12-0546-218/+421
* libelf: Use a red-black tree to manage the section list.Mark Johnston2019-06-047-19/+41
* Drop "All rights reserved" from my copyright statements.John Baldwin2019-03-061-1/+0
* Update to ELF Tool Chain r3668Ed Maste2019-01-1059-204/+333
* libelf: also test for 64-bit ELF in _libelf_is_mips64elEd Maste2018-10-201-1/+1
* libelf: correct mips64el test to use ELF headerEd Maste2018-10-021-2/+3
* Fix objcopy for little-endian MIPS64 objects.John Baldwin2018-09-055-0/+98
* libelf: reload section headers after update with ELF_C_WRITEEd Maste2018-08-011-0/+1
* Update ELF Tool Chain to r3614Ed Maste2018-04-274-5/+5
* o Replace __riscv__ with __riscvRuslan Bukin2017-08-071-1/+1
* Update ELF Tool Chain to upstream r3520Ed Maste2017-04-172-2/+20
* libelf: add an assert that msz is non-zeroEd Maste2017-04-101-0/+1
* gelf_getphdr: Allow extended indicesConrad Meyer2016-12-161-19/+13
* libelf: Fix extended numbering detectionConrad Meyer2016-12-161-7/+10
* Update to ELF Tool Chain r3490Ed Maste2016-08-311-4/+1
* Update to ELF Tool Chain r3475Ed Maste2016-05-204-7/+7
* libelf: correct byte count in cross-endian note translationEd Maste2016-03-111-0/+1
* Update ELF Tool Chain to upstream rev 3400Ed Maste2016-02-121-1/+1
* Add config for RISC-V ISA.Ruslan Bukin2016-01-241-0/+6
* Update to ELF Tool Chain r3272Ed Maste2015-12-111-1/+7
* Update to ELF Tool Chain r3197Ed Maste2015-05-147-17/+17
* Update elftoolchain to upstream revision 3179Ed Maste2015-04-0152-154/+71
* Update elftoolchain to upstream revision 3163Ed Maste2015-02-175-6/+5
* Verify that section header offset is not past EOFEd Maste2015-01-161-1/+2
* libelf: Add arm64 configEd Maste2015-01-071-0/+6
* libelf: Return an error instead of asserting on an invalid ar fileEd Maste2015-01-021-1/+2
* libelf: Rearrange size test to prevent integer overflowEd Maste2014-12-311-1/+1
* Check for multiplication integer overflow in CHECK_EHDREd Maste2014-12-301-4/+2
* libelf: Do not read past end of bufferEd Maste2014-12-291-0/+4
* Restore r276252 mdoc fixEd Maste2014-12-291-1/+0
* Update elftoolchain to upstream rev 3130Ed Maste2014-12-2938-359/+474
|\
| * Update elftoolchain to upstream rev 3130Ed Maste2014-12-2435-359/+463
* | mdoc fixesBaptiste Daroussin2014-12-261-1/+0
|/
* libelf: Fix cross-endian ELF note file / memory conversionEd Maste2014-12-021-10/+10
* Fix the conversion macro for .note sections, broken in the caseMarcel Moolenaar2014-10-221-5/+5
* GCC for PowerPC does not align .note sections to 4 bytes. WhenMarcel Moolenaar2014-10-221-1/+1
* Reapply r221569, r233401, r233524 and r255105: Add support for a fewKai Wang2014-01-251-0/+11
* Apply r241720 by ed:Kai Wang2014-01-181-1/+1
* Use FreeBSD's ELF headers instead of the elfdefinitions.h header whichKai Wang2014-01-161-2/+2
* Copy libelf, libdwarf and common files from vendor/ to contrib/.Kai Wang2014-01-15116-0/+16999