]> git.proxmox.com Git - mirror_edk2.git/commit
Compute the end address of a section read from a file using the SizeOfRawData instead...
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 19 Sep 2006 18:52:07 +0000 (18:52 +0000)
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 19 Sep 2006 18:52:07 +0000 (18:52 +0000)
commit202515b47d871f46fbd14ce1750a95e604763c5d
treeb5f71ac4aaa6fe99e29867c3ee96ee8a96827307
parent928fbe8f1ccde38db0058dd138f0787ca6c6e6ed
Compute the end address of a section read from a file using the SizeOfRawData instead of VirtualSize, because the PE/COFF image format allows the SizeOfRawData to be smaller then VirtualSize.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1563 6f19259b-4bc3-4df7-8a09-765794883524
Tools/Source/TianoTools/PeCoffLoader/BasePeCoff.c