summaryrefslogtreecommitdiffstats
path: root/contrib/elftoolchain
Commit message (Expand)AuthorAgeFilesLines
* Update to ELF Tool Chain r3477emaste2016-05-251-11/+9
* Add relocation support for RISC-V.br2016-05-252-0/+9
* elftoolchain: backwards compatability for ELFOSABI_CLOUDABI definitionemaste2016-05-213-0/+13
* elftoolchain: backwards compatability for EM_RISCV definitionemaste2016-05-203-0/+9
* elftoolchain: backwards compatability for EM_IAMCU definitionemaste2016-05-204-0/+18
* Update to ELF Tool Chain r3475emaste2016-05-2034-1238/+1288
* elfcopy: map all !alnum characters to '_' in binary input symbol namesemaste2016-04-201-3/+4
* elfcopy: fix symbol table handling when sections come after symtab/strtabemaste2016-04-151-2/+15
* elfcopy: overhaul of LMA handlingemaste2016-03-242-89/+184
* libelf: correct byte count in cross-endian note translationemaste2016-03-111-0/+1
* libdwarf: fix SHT_REL relocation processingemaste2016-03-111-3/+12
* elfcopy: fail if debug link target is emptyemaste2016-03-041-0/+3
* Allow elfcopy to convert between two non-ELF formatsemaste2016-02-161-0/+12
* Update ELF Tool Chain to upstream rev 3400emaste2016-02-1265-873/+4894
* readelf: decode AArch64 TLS descriptor relocationsemaste2016-02-051-0/+10
* readelf: report value of unknown relocation typesemaste2016-02-051-12/+14
* readelf: avoid accidental fallthrough in RISC-V relocationsemaste2016-02-051-0/+1
* Add config for RISC-V ISA.br2016-01-241-0/+6
* 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
OpenPOWER on IntegriCloud