aboutsummaryrefslogtreecommitdiff
path: root/contrib/elftoolchain/libelftc/elftc_string_table.c
Commit message (Collapse)AuthorAgeFilesLines
* Update ELF Tool Chain to upstream r3769Ed Maste2019-12-051-1/+1
| | | | | | | | | This contains many small bugfixes and documentation improvements. Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=355413
* libelftc: Consistently use size_t for string table offsets and sizes.Mark Johnston2019-06-261-16/+19
| | | | | | | | | | Reviewed by: emaste MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D20702 Notes: svn path=/head/; revision=349421
* libelftc: Micro-optimize string table insertion.Mark Johnston2019-06-261-1/+1
| | | | | | | | | | | | | The string's length is already known, so use memcpy() instead of strcpy() to add it to the string table image. Reviewed by: emaste MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D20760 Notes: svn path=/head/; revision=349420
* libelftc: Fix some minor style bugs.Mark Johnston2019-06-041-4/+2
| | | | | | | | | | Reviewed by: emaste MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D20472 Notes: svn path=/head/; revision=348655
* Copy elftoolchain binutils replacements from vendor branchEd Maste2014-11-271-0/+392
Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=275192