summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BasePeCoffLib/BasePeCoff.c
AgeCommit message (Expand)Author
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
2007-11-22Clean up: update "EFI" to "UEFI" if applicable.qhuang8
2007-10-26Add one judge whether TeImage or PeImage has reloc section when relocate TeIm...lgao4
2007-09-281. Replace PeCoffLoader library by PeCoff lib for PeiCore, DxeIpl and DxeMain. lgao4
2007-07-12Removed MdePkg usage of ModuleName: in file headersAJFISH
2007-06-29Removed CommonHeader.h generated file from the MdePkg. AJFISH
2007-06-28Add in BasePeCoff library instance.qwang12
2007-06-01Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch
2007-01-25Make MDE package pass intel IPF compiler with /W4 /WX switched on.xli24
2007-01-16Fix PeLoad function can't handle invalid PeImage to skip correct debug entry.lgao4
2007-01-15Correct TeImage Header based on PeiCis spec.lgao4
2007-01-15Correct TeImage file format and Clean up PeiRebase tool to remove unused code...lgao4
2007-01-12Correctly skip debug entry.lgao4
2006-12-12Update BaseDebugLibNull to not touch any global variables or PCD settingsmdkinney
2006-08-151. Adjust might be 64bit, so we need to typecast it to UINT32 firstly.vanjeff
2006-08-11Fixed bugs found when this code was ported into R8. ajfish