summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BasePeCoffLib/BasePeCoff.c
AgeCommit message (Expand)Author
2017-09-05Remove core packages since we can get them from edk2 repositoryGuo Mang
2014-03-25Support load 64 bit image from 32 bit core.Eric Dong
2014-02-12Add more check for PE COFF SizeOfHeader field.jyao1
2012-12-26Checks the TE image before use it.ydong10
2012-12-06Remove the ASSERT (FALSE) code, just return unsupported.ydong10
2012-11-28Enhance the check for RelocBase->SizeOfBlock before use it.ydong10
2012-11-28Enhance the check for some fields in the PE image before use it.ydong10
2012-11-26Enhance the check for resource section data.ydong10
2012-11-26Enhance the check for debug data before get the PdbPointer.ydong10
2012-11-20Remove the useless code.ydong10
2012-09-11Enhance the error code info.ydong10
2012-09-11Enhance the comments.ydong10
2012-08-22Enhance the check for some fields in the PE image before use it.ydong10
2012-08-21Enhance the check when ImageRead function return.ydong10
2012-06-12Add comment for modules which have external input.jyao1
2012-05-04Update the logic related to get section header offset for TE image.ydong10
2012-04-26Patch include:ydong10
2012-04-24Validate some fields in PE image to make sure not access violation for later ...ydong10
2012-03-16Update the offset when read every debug entries info.ydong10
2011-07-12MdePkg: Fix X64 clang compile issues.andrewfish
2011-02-16Per PI1.2B spec, for the case that TE Image Relocation Data Directory Entry V...lgao4
2010-06-30Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter
2010-06-25Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter
2010-04-23Update the copyright notice formathhtian
2009-10-15Do not update the ImageBase in the PE/COFF header if Adjust is 0.mdkinney
2009-10-08Do not apply relocation fixups if the Adjust value is zero, which means the i...mdkinney
2009-10-01Check to see if the section size of non-zero before failing a load operation ...mdkinney
2009-08-24Fix file headersmdkinney
2009-08-19Remove tabs in source code in MdePkg.qhuang8
2009-08-19Update to make end-of-line consistent for all source files in MdePkg. There a...qhuang8
2009-08-18Add ARM supportmdkinney
2009-05-11add the extra comments into BasePeCoffRelocateImage, BasePeCoffLoadImage and ...eric_tian
2009-05-06Update BasePeCoff to Initialize the debug field to zero.lgao4
2009-04-23Add check for the validity of resource directory address.qhuang8
2009-04-22Add HiiResourceData field to PeCoffLib library class. PeCoffLoaderLoadImage (...qhuang8
2009-03-05Remove PeRemove PeiPeCoffLoader.h and gPeiPeCoffLoaderGuid, and Add PeCoffExt...qhuang8
2009-02-051) Remove UEFI specific defines from IndustryStandard/PeImage.hmdkinney
2009-01-07Add check for Zero Relocation section.lgao4
2009-01-04Temporarily remove the assertions and we may find some error handling way to ...qhuang8
2008-12-31Add some ASSERT()s to avoid NULL reference.gikidy
2008-12-11Synchronize MdePkg h files to Library/Base* c files.gikidy
2008-12-05Update the text to use "x64" instead of "X64" in MdePkg.qhuang8
2008-12-04Follow the Mde_Lib_Spec to fix the function PeCoffLoaderUnloadImage() IN/OUT ...gikidy
2008-11-27Add several missing assertions.qhuang8
2008-11-26Function headers in .h and .c files synchronized with specjji4
2008-10-24Fix ECC issueklu2
2008-10-10Update HobLib and PeCoffLib according to MDE Lib Spec 0.61clgao4
2008-09-181. Change 0 == Length style to Length == 0lgao4
2008-09-17remove unnecessary comments introduced by tools from MdePkg. The regular expr...vanjeff
2008-07-17Correct ECC Error for MdePkg/Include/Protocol and Correct PeCofferLib bug to ...lgao4