summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BasePeCoffLib
AgeCommit message (Expand)AuthorFilesLines
2013-08-07MdePkg/BasePeCoffLib: Fixed coding styleOlivier Martin1-4/+4
2013-07-29MdePkg: Added ARM Aarch64 support to PE/COFF supportHarry Liebel2-1/+131
2012-12-26Checks the TE image before use it.ydong102-192/+197
2012-12-06Remove the ASSERT (FALSE) code, just return unsupported.ydong101-7/+0
2012-11-28Enhance the check for RelocBase->SizeOfBlock before use it.ydong101-5/+4
2012-11-28Enhance the check for some fields in the PE image before use it.ydong101-20/+63
2012-11-26Enhance the check for resource section data.ydong101-2/+36
2012-11-26Enhance the check for debug data before get the PdbPointer.ydong101-0/+18
2012-11-20Remove the useless code.ydong101-6/+1
2012-09-11Enhance the error code info.ydong101-4/+54
2012-09-11Enhance the comments.ydong101-0/+2
2012-08-22Enhance the check for some fields in the PE image before use it.ydong101-0/+15
2012-08-21Enhance the check when ImageRead function return.ydong101-16/+30
2012-06-12Add comment for modules which have external input.jyao12-3/+26
2012-05-04Update the logic related to get section header offset for TE image.ydong101-2/+10
2012-04-26Patch include:ydong101-8/+0
2012-04-24Validate some fields in PE image to make sure not access violation for later ...ydong101-1/+195
2012-03-16Update the offset when read every debug entries info.ydong101-3/+3
2011-07-12MdePkg: Fix X64 clang compile issues.andrewfish1-3/+5
2011-02-16Per PI1.2B spec, for the case that TE Image Relocation Data Directory Entry V...lgao41-1/+9
2010-12-22Update inappropriate comments.ydong101-3/+3
2010-12-16Add support for ARM MOVW/MOVT instructions that were added in the latest PE/C...andrewfish1-5/+164
2010-07-24minor format updatehhtian1-1/+1
2010-06-30Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter1-3/+3
2010-06-25Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter6-37/+37
2010-04-23Update the copyright notice formathhtian6-15/+15
2010-02-241. Correct File header to ## @filelgao41-4/+4
2009-10-15Do not update the ImageBase in the PE/COFF header if Adjust is 0.mdkinney1-3/+9
2009-10-08Do not apply relocation fixups if the Adjust value is zero, which means the i...mdkinney1-85/+90
2009-10-01Check to see if the section size of non-zero before failing a load operation ...mdkinney1-10/+10
2009-08-24Fix file headersmdkinney3-3/+3
2009-08-19Remove tabs in source code in MdePkg.qhuang81-1/+1
2009-08-19Update to make end-of-line consistent for all source files in MdePkg. There a...qhuang83-98/+98
2009-08-18Add ARM supportmdkinney3-4/+103
2009-05-11add the extra comments into BasePeCoffRelocateImage, BasePeCoffLoadImage and ...eric_tian1-0/+12
2009-05-06Update BasePeCoff to Initialize the debug field to zero.lgao41-3/+4
2009-04-30Update BasePeCoffLib comments to specify this library support scope.lgao43-7/+9
2009-04-30Update IPF version BasePeCoffLib only supports IFP and EBC PeImage, doesn't s...lgao41-2/+1
2009-04-23Add check for the validity of resource directory address.qhuang81-32/+32
2009-04-22Add HiiResourceData field to PeCoffLib library class. PeCoffLoaderLoadImage (...qhuang81-11/+84
2009-03-05Remove PeRemove PeiPeCoffLoader.h and gPeiPeCoffLoaderGuid, and Add PeCoffExt...qhuang83-0/+13
2009-02-051) Remove UEFI specific defines from IndustryStandard/PeImage.hmdkinney3-5/+5
2009-01-09INF file verified, and Coding Style reviewed.gikidy1-2/+2
2009-01-07Add check for Zero Relocation section.lgao41-31/+49
2009-01-04Temporarily remove the assertions and we may find some error handling way to ...qhuang81-3/+0
2008-12-31Add some ASSERT()s to avoid NULL reference.gikidy1-0/+3
2008-12-29Update copyright for files modified in this yearqhuang81-1/+1
2008-12-11Synchronize MdePkg h files to Library/Base* c files.gikidy2-19/+33
2008-12-05Update the text to use "x64" instead of "X64" in MdePkg.qhuang83-3/+3
2008-12-04Follow the Mde_Lib_Spec to fix the function PeCoffLoaderUnloadImage() IN/OUT ...gikidy1-1/+1