aboutsummaryrefslogtreecommitdiff
path: root/contrib/elftoolchain
Commit message (Expand)AuthorAgeFilesLines
* Add missing commasEd Maste2015-10-121-13/+13
* Add definitions for MIPS TLS relocations to elftoolchain.Alexander Kabaev2015-10-092-19/+46
* addr2line: initialize die to NULLEd Maste2015-10-091-0/+1
* Update to ELF Tool Chain r3250Ed Maste2015-10-0913-99/+311
* Rename ELFOSABI_SYSV to ELFOSABI_NONE to match current specEd Maste2015-09-242-2/+2
* readelf: Correct typo HPUS -> HPUXEd Maste2015-09-241-1/+1
* addr2line: skip CUs lacking debug info instead of bailing outEd Maste2015-09-221-1/+7
* Add ELF Tool Chain's brandelf(1) to contribEd Maste2015-07-313-0/+471
* Add ELF Tool Chain's ar(1) and elfdump(1) to contribEd Maste2015-07-3016-0/+6788
* readelf: avoid division by zero on section entry sizeEd Maste2015-07-241-15/+47
* Add RISC-V ELF machine type definitionEd Maste2015-07-242-1/+3
* Fix endless recursion in dwarf_get_section_max_offsets(), found by clangDimitry Andric2015-06-231-2/+2
* elfcopy: Handle objects without a ".shstrtab" section string tableEd Maste2015-06-131-0/+8
* Update to ELF Tool Chain r3223Ed Maste2015-05-2711-73/+687
* Update to ELF Tool Chain r3197Ed Maste2015-05-1440-98/+161
* Update elftoolchain to upstream revision 3179Ed Maste2015-04-0178-240/+255
* nm: avoid crash in print_lineno if func->name is NULLEd Maste2015-02-251-1/+2
* Update elftoolchain to upstream revision 3163Ed Maste2015-02-1726-40/+83
* libdwarf: Handle .rel relocationsEd Maste2015-02-125-33/+50
* libdwarf: Add symbol value when processing .rela relocationsEd Maste2015-02-111-2/+6
* libdwarf: Add aarch64 relocation supportEd Maste2015-02-112-0/+9
* Preserve hard & symbolic links when modifying source fileEd Maste2015-01-281-21/+33
* redelf: Add missing R_X86_64_ relocation typesEd Maste2015-01-212-1/+21
* Verify that section header offset is not past EOFEd Maste2015-01-161-1/+2
* elfcopy: Avoid divide-by-0 on section alignment 0Ed Maste2015-01-141-0/+2
* libdwarf: add missing breakEd Maste2015-01-131-0/+1
* nm: Accept long option --extern-only for -gEd Maste2015-01-082-3/+8
* libelf: Add arm64 configEd Maste2015-01-071-0/+6
* readelf: Handle note types from different operating systemsEd Maste2015-01-051-62/+134
* addr2line: fflush output after each address lookupEd Maste2015-01-051-1/+3
* readelf: Correct rounding on note paddingEd Maste2015-01-021-7/+7
* libelf: Return an error instead of asserting on an invalid ar fileEd Maste2015-01-021-1/+2
* readelf: Add stdint.h for C99 fixed size typesEd Maste2014-12-311-0/+1
* 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
* Update elftoolchain to upstream rev 3136Ed Maste2014-12-307-70/+139
* libelf: Do not read past end of bufferEd Maste2014-12-291-0/+4
* Rename DT_FEATURE_1 to DT_FEATUREEd Maste2014-12-291-1/+1
* Restore r276252 mdoc fixEd Maste2014-12-291-1/+0
* Update elftoolchain to upstream rev 3130Ed Maste2014-12-2992-1218/+3113
|\
| * Update elftoolchain to upstream rev 3130Ed Maste2014-12-2489-1218/+3102
* | mdoc fixesBaptiste Daroussin2014-12-261-1/+0
* | mdoc fixesBaptiste Daroussin2014-12-264-0/+4
|/
* Add AArch64 machine time and relocations for readelfEd Maste2014-12-222-0/+64
* Set up default shstrtab entries at shstrtab initializationEd Maste2014-12-221-6/+5
* Include section name in strip warning messageEd Maste2014-12-181-2/+2
* Do not strip all when stripping an explicit symbolEd Maste2014-12-171-1/+2
* Copy elftoolchain readelf from vendor branchEd Maste2014-12-163-0/+7057
* Correct elftoolchain strip(1) memory size calculationEd Maste2014-12-151-1/+1
* libelf: Fix cross-endian ELF note file / memory conversionEd Maste2014-12-021-10/+10