summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BasePeCoffLib/BasePeCoff.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-05MdePkg/BasePeCoffLib: Deal with broken debug directoriesArd Biesheuvel1-0/+15
2023-04-07MdePkg/PeCoffLib: Capture DLL characteristics fields in image contextArd Biesheuvel1-11/+35
2022-10-14MdePkg/BasePeCoff: Add LoongArch PE/Coff related code.Chao Li1-1/+2
2021-12-07MdePkg: Apply uncrustify changesMichael Kubacki1-470/+521
2020-05-07MdePkg/BasePeCoff: Add RISC-V PE/Coff related code.Abner Chang1-1/+2
2019-04-09MdePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2019-01-31MdePkg/BasePeCoffLib: skip runtime relocation if reloc info is invalidHsueh, Hong-chihX1-10/+20
2019-01-21MdePkg/BasePeCoffLib: Correct the address of RelocBaseEndDandan Bi1-1/+1
2019-01-16MdePkg/BasePeCoffLib: Add more check for relocation dataDandan Bi1-70/+95
2018-09-24MdePkg/BasePeCoffLib: remove PE/COFF header workaround for ELILO on IPFArd Biesheuvel1-52/+9
2018-06-28MdePkg: Clean up source filesLiming Gao1-71/+71
2017-03-06MdePkg: Refine casting expression result to bigger sizeHao Wu1-7/+5
2014-03-25Support load 64 bit image from 32 bit core.Eric Dong1-6/+25
2014-02-12Add more check for PE COFF SizeOfHeader field.jyao11-1/+25
2012-12-26Checks the TE image before use it.ydong101-189/+192
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.jyao11-2/+20
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-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 ...myronporter1-7/+7
2010-04-23Update the copyright notice formathhtian1-3/+3
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 headersmdkinney1-1/+1
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...qhuang81-4/+4
2009-08-18Add ARM supportmdkinney1-1/+6
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-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...qhuang81-0/+11
2009-02-051) Remove UEFI specific defines from IndustryStandard/PeImage.hmdkinney1-1/+1
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