This patch adds support for the /FUNCTIONPADMIN command-line option (allowing an image to be hotpatched) described here: https://msdn.microsoft.com/en-us/library/ms173524.aspx
Even though LLD understands /FUNCTIONPADMIN, all it does is ignore it.
I added parsing of this command-line option (note that it accepts an additional integer argument specifying the number of padding bytes, e.g. /FUNCTIONPADMIN:10) and added support for it in the section chunks and when writing PDB contributions.