aboutsummaryrefslogtreecommitdiff
path: root/contrib/elftoolchain
Commit message (Expand)AuthorAgeFilesLines
* 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
* elfcopy: select mode by the end of the program nameEd Maste2016-10-221-3/+23
* libdwarf: Add definitions for Apple's DWARF extension attributes.Mark Johnston2016-09-202-0/+41
* readelf: silence GCC 4.2.1 uninitialized variable warningEd Maste2016-08-311-0/+4
* Update to ELF Tool Chain r3490Ed Maste2016-08-3116-25/+223
* elfcopy: correct comment typo in r304151Ed Maste2016-08-151-1/+1
* elfcopy: add elf64-littleaarch64 output target supportEd Maste2016-08-152-0/+9
* elfcopy: silence GCC 5.3 unitialized variable warningEd Maste2016-08-151-0/+1
* readelf: report ARM program and section header typesEd Maste2016-08-021-9/+30
* libelftc: fix demangling of wchar_tEd Maste2016-07-241-1/+1
* Use the in-tree sys/elf_common.h to build libelftc.Bryan Drewery2016-06-056-40/+0
* Update to ELF Tool Chain r3477Ed Maste2016-05-251-11/+9
* Add relocation support for RISC-V.Ruslan Bukin2016-05-252-0/+9
* elftoolchain: backwards compatability for ELFOSABI_CLOUDABI definitionEd Maste2016-05-213-0/+13
* elftoolchain: backwards compatability for EM_RISCV definitionEd Maste2016-05-203-0/+9
* elftoolchain: backwards compatability for EM_IAMCU definitionEd Maste2016-05-204-0/+18
* Update to ELF Tool Chain r3475Ed Maste2016-05-2034-1238/+1288
* elfcopy: map all !alnum characters to '_' in binary input symbol namesEd Maste2016-04-201-3/+4