summaryrefslogtreecommitdiffstats
path: root/contrib/elftoolchain
Commit message (Expand)AuthorAgeFilesLines
* Fixed uninitialized variable warnings.kaiw2015-12-131-2/+2
* Update to ELF Tool Chain r3272emaste2015-12-1110-180/+484
* elfcopy: include extension but replace . when converting from binaryemaste2015-12-111-12/+8
* elfcopy: exclude extension when converting from binaryemaste2015-12-071-1/+12
* readelf: add Xen ELF notesemaste2015-12-031-0/+29
* Add missing commasemaste2015-10-121-13/+13
* Add definitions for MIPS TLS relocations to elftoolchain.kan2015-10-092-19/+46
* addr2line: initialize die to NULLemaste2015-10-091-0/+1
* Update to ELF Tool Chain r3250emaste2015-10-0913-99/+311
* Rename ELFOSABI_SYSV to ELFOSABI_NONE to match current specemaste2015-09-242-2/+2
* readelf: Correct typo HPUS -> HPUXemaste2015-09-241-1/+1
* addr2line: skip CUs lacking debug info instead of bailing outemaste2015-09-221-1/+7
* Add ELF Tool Chain's brandelf(1) to contribemaste2015-07-313-0/+471
* Add ELF Tool Chain's ar(1) and elfdump(1) to contribemaste2015-07-3016-0/+6788
* readelf: avoid division by zero on section entry sizeemaste2015-07-241-15/+47
* Add RISC-V ELF machine type definitionemaste2015-07-242-1/+3
* Fix endless recursion in dwarf_get_section_max_offsets(), found by clangdim2015-06-231-2/+2
* elfcopy: Handle objects without a ".shstrtab" section string tableemaste2015-06-131-0/+8
* Update to ELF Tool Chain r3223emaste2015-05-2711-73/+687
* Update to ELF Tool Chain r3197emaste2015-05-1440-98/+161
* Update elftoolchain to upstream revision 3179emaste2015-04-0178-240/+255
* nm: avoid crash in print_lineno if func->name is NULLemaste2015-02-251-1/+2
* Update elftoolchain to upstream revision 3163emaste2015-02-1726-40/+83
* libdwarf: Handle .rel relocationsemaste2015-02-125-33/+50
* libdwarf: Add symbol value when processing .rela relocationsemaste2015-02-111-2/+6
* libdwarf: Add aarch64 relocation supportemaste2015-02-112-0/+9
* Preserve hard & symbolic links when modifying source fileemaste2015-01-281-21/+33
* redelf: Add missing R_X86_64_ relocation typesemaste2015-01-212-1/+21
* Verify that section header offset is not past EOFemaste2015-01-161-1/+2
* elfcopy: Avoid divide-by-0 on section alignment 0emaste2015-01-141-0/+2
* libdwarf: add missing breakemaste2015-01-131-0/+1
* nm: Accept long option --extern-only for -gemaste2015-01-082-3/+8
* libelf: Add arm64 configemaste2015-01-071-0/+6
* readelf: Handle note types from different operating systemsemaste2015-01-051-62/+134
* addr2line: fflush output after each address lookupemaste2015-01-051-1/+3
* readelf: Correct rounding on note paddingemaste2015-01-021-7/+7
* libelf: Return an error instead of asserting on an invalid ar fileemaste2015-01-021-1/+2
* readelf: Add stdint.h for C99 fixed size typesemaste2014-12-311-0/+1
* libelf: Rearrange size test to prevent integer overflowemaste2014-12-311-1/+1
* Check for multiplication integer overflow in CHECK_EHDRemaste2014-12-301-4/+2
* Update elftoolchain to upstream rev 3136emaste2014-12-307-70/+139
* libelf: Do not read past end of bufferemaste2014-12-291-0/+4
* Rename DT_FEATURE_1 to DT_FEATUREemaste2014-12-291-1/+1
* Restore r276252 mdoc fixemaste2014-12-291-1/+0
* Update elftoolchain to upstream rev 3130emaste2014-12-2992-1218/+3113
|\
| * Update elftoolchain to upstream rev 3130emaste2014-12-2489-1218/+3102
* | mdoc fixesbapt2014-12-261-1/+0
* | mdoc fixesbapt2014-12-264-0/+4
|/
* Add AArch64 machine time and relocations for readelfemaste2014-12-222-0/+64
* Set up default shstrtab entries at shstrtab initializationemaste2014-12-221-6/+5
OpenPOWER on IntegriCloud