summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BasePeCoffGetEntryPointLib/PeCoffGetEntryPoint.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-07MdePkg: Apply uncrustify changesMichael Kubacki1-100/+100
2021-12-07MdePkg: Change complex DEBUG_CODE() to DEBUG_CODE_BEGIN/END()Michael D Kinney1-2/+2
2019-04-09MdePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28MdePkg: Clean up source filesLiming Gao1-5/+5
2017-04-26PeCoffGetEntryPointLib: Fix spelling issueJeff Fan1-1/+1
2017-04-07MdePkg/PeCoffGetEntryPointLib: Add PeCoffSerachImageBase()Jeff Fan1-1/+71
2010-06-26Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter1-6/+6
2010-04-23Update the copyright notice formathhtian1-3/+3
2010-02-01Minor update to fix typos and update the file to use \r\n as end of lineqhuang81-3/+3
2010-01-15Add type-cast to fix build break for IA32 archqhuang81-2/+2
2010-01-15Fix gcc warningAJFISH1-31/+33
2010-01-15Added new PeCoffGetEntryPoint lib function to get size of PE/COFF header. Thi...AJFISH1-0/+45
2009-08-25Fix file headersmdkinney1-1/+1
2009-08-19Update to make end-of-line consistent for all source files in MdePkg. There a...qhuang81-3/+3
2009-08-19Add ARM supportmdkinney1-0/+3
2009-02-051) Remove UEFI specific defines from IndustryStandard/PeImage.hmdkinney1-4/+4
2008-12-05Update the text to use "x64" instead of "X64" in MdePkg.qhuang81-1/+1
2008-11-26Function headers in .h and .c files synchronized with specjji41-1/+1
2008-09-09changed the format when use "=="vanjeff1-1/+1
2008-09-03fixed one typo.vanjeff1-1/+2
2008-09-03clean the codes according to review comments.vanjeff1-13/+12
2008-07-08Code scrub:yshang11-10/+13
2007-09-281. Replace PeCoffLoader library by PeCoff lib for PeiCore, DxeIpl and DxeMain. lgao41-17/+34
2007-07-20remove some comments introduced by tools.vanjeff1-9/+3
2007-07-13Removed MdePkg usage of ModuleName: in file headersAJFISH1-2/+0
2007-06-22Checked in part of MDE library instances following PI and UEFI. It includes:yshang11-5/+12
2007-06-22Import some basic libraries instances for Mde Packages. vanjeff1-0/+249
2007-06-01Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch1-243/+0
2007-04-09Fix an issue that some image tool will generate PE32+ image with PE32 magic. ...qhuang81-1/+28
2007-02-131. Add two interfaces in PeCoffGetEntryPointLib.hqhuang81-5/+119
2006-07-26Removed cross references from PciCf8Lib and PciExpressLib class to PciLib cla...ajfish1-6/+43
2006-06-19 1. PostCodeLib.qhuang81-10/+21
2006-04-22Initial import.bbahnsen1-0/+54