aboutsummaryrefslogtreecommitdiff
path: root/contrib/elftoolchain
Commit message (Expand)AuthorAgeFilesLines
* strings: unbreak the build after r340746Mateusz Guzik2018-11-211-2/+2
* strings: fix style nitsMariusz Zaborski2018-11-211-52/+52
* Fix CU: output of the --debug-dump=decodedline, the problem thereMaxim Sobolev2018-11-211-1/+1
* Revert r340385, strings capability modeEd Maste2018-11-131-7/+3
* strings: enter capability mode when operating on stdinEd Maste2018-11-121-3/+7
* Define NT_FREEBSD_FEATURE_CTL ELF note typeEd Maste2018-11-021-0/+1
* readelf: decode R_MIPS_HIGHER and R_MIPS_HIGHEST relocation typesEd Maste2018-11-021-0/+2
* libelf: also test for 64-bit ELF in _libelf_is_mips64elEd Maste2018-10-201-1/+1
* 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
* libelf: correct mips64el test to use ELF headerEd Maste2018-10-021-2/+3
* Fix objcopy for little-endian MIPS64 objects.John Baldwin2018-09-056-8/+106
* readelf: display NT_GNU_PROPERTY_TYPE_0 note nameEd Maste2018-08-101-0/+1
* libelf: reload section headers after update with ELF_C_WRITEEd Maste2018-08-011-0/+1
* Pass the right sizes to malloc() and realloc().Mark Johnston2018-07-121-2/+2
* Add DW_LANG_* definitions from DWARF 4 and 5.Mark Johnston2018-06-092-0/+54
* Handle thread-local storage (TLS) segments correctly whenPhil Shafer2018-05-144-4/+19
* Update ELF Tool Chain to r3614Ed Maste2018-04-2722-47/+55
* elftoolchain nm(1): Initialize allocated memory before useConrad Meyer2018-03-161-3/+6
* elfcopy: copy raw (untranslated) contents to binary outputEd Maste2018-01-021-2/+2
* readelf: report byte size for DT_PREINIT_ARRAYSZEd Maste2017-12-261-0/+1
* Add missing newline after unknown MIPS-specific dynamic entries.John Baldwin2017-09-151-0/+3
* Recognize NT_PTLWPINFO and NT_ARM_VFP in FreeBSD ELF cores.John Baldwin2017-09-141-0/+2
* o Replace __riscv__ with __riscvRuslan Bukin2017-08-071-1/+1
* readelf: correct printing of DT_FILTER and DT_AUXILIARY valuesEd Maste2017-07-161-11/+12
* readelf: fix printing of DT_FILTER and some other DT_* valuesEd Maste2017-07-161-78/+76
* Update to ELF Tool Chain snapshot at r3561Ed Maste2017-06-254-191/+619
* nm: document 'r' symbol typeEd Maste2017-05-221-1/+3
* revert r308465: c++filt: flush output after newlineEd Maste2017-05-011-2/+0
* 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
* readelf: dump MIPS abiflags sectionEd Maste2017-04-191-0/+82
* Update ELF Tool Chain to upstream r3520Ed Maste2017-04-1723-424/+500
* libelf: add an assert that msz is non-zeroEd Maste2017-04-101-0/+1
* elfcopy: remove temporary ELF file when converting from binaryEd Maste2017-03-301-0/+2
* Add elf*-powerpc-freebsd targets to the elftoolchain target listJustin Hibbits2017-02-081-0/+18
* strings: avoid unnecessary trip through handle_file for stdinEd Maste2017-01-251-8/+4
* readelf: add S390 relocation typesEd Maste2017-01-111-0/+31
* readelf: add more PPC64 relocation types found in LLVMEd Maste2017-01-111-0/+6
* readelf: add PPC64 relocation typesEd Maste2017-01-111-0/+108
* Follow DW_AT_specification when looking up DW_AT_type attributes.Mark Johnston2016-12-282-14/+29
* elfcopy: fix PE object section name corruption and crashEd Maste2016-12-271-7/+9
* gelf_getphdr: Allow extended indicesConrad Meyer2016-12-161-19/+13
* libelf: Fix extended numbering detectionConrad Meyer2016-12-161-7/+10
* libelftc: add elf{32,64}-tradlittlemips target emulation namesEd Maste2016-12-102-0/+18
* readelf(1) -S: Include zero index and match binutils' no-nameConrad Meyer2016-12-071-3/+4
* readelf(1): Add support for extended program header numbersConrad Meyer2016-12-051-2/+8
* c++filt: flush output after newlineEd Maste2016-11-091-0/+2
* libelftc: add elf{32,64}-tradbigmips target emulation namesEd Maste2016-11-072-0/+18
* strings: fix exit status if a file before the last one failsEd Maste2016-10-261-16/+11