summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BasePeCoffLib
Commit message (Expand)AuthorAgeFilesLines
* MdePkg: Fix X64 clang compile issues.andrewfish2011-07-121-3/+5
* Per PI1.2B spec, for the case that TE Image Relocation Data Directory Entry V...lgao42011-02-161-1/+9
* Update inappropriate comments.ydong102010-12-221-3/+3
* Add support for ARM MOVW/MOVT instructions that were added in the latest PE/C...andrewfish2010-12-161-5/+164
* minor format updatehhtian2010-07-241-1/+1
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-301-3/+3
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-256-37/+37
* Update the copyright notice formathhtian2010-04-236-15/+15
* 1. Correct File header to ## @filelgao42010-02-241-4/+4
* Do not update the ImageBase in the PE/COFF header if Adjust is 0.mdkinney2009-10-151-3/+9
* Do not apply relocation fixups if the Adjust value is zero, which means the i...mdkinney2009-10-081-85/+90
* Check to see if the section size of non-zero before failing a load operation ...mdkinney2009-10-011-10/+10
* Fix file headersmdkinney2009-08-243-3/+3
* Remove tabs in source code in MdePkg.qhuang82009-08-191-1/+1
* Update to make end-of-line consistent for all source files in MdePkg. There a...qhuang82009-08-193-98/+98
* Add ARM supportmdkinney2009-08-183-4/+103
* add the extra comments into BasePeCoffRelocateImage, BasePeCoffLoadImage and ...eric_tian2009-05-111-0/+12
* Update BasePeCoff to Initialize the debug field to zero.lgao42009-05-061-3/+4
* Update BasePeCoffLib comments to specify this library support scope.lgao42009-04-303-7/+9
* Update IPF version BasePeCoffLib only supports IFP and EBC PeImage, doesn't s...lgao42009-04-301-2/+1
* Add check for the validity of resource directory address.qhuang82009-04-231-32/+32
* Add HiiResourceData field to PeCoffLib library class. PeCoffLoaderLoadImage (...qhuang82009-04-221-11/+84
* Remove PeRemove PeiPeCoffLoader.h and gPeiPeCoffLoaderGuid, and Add PeCoffExt...qhuang82009-03-053-0/+13
* 1) Remove UEFI specific defines from IndustryStandard/PeImage.hmdkinney2009-02-053-5/+5
* INF file verified, and Coding Style reviewed.gikidy2009-01-091-2/+2
* Add check for Zero Relocation section.lgao42009-01-071-31/+49
* Temporarily remove the assertions and we may find some error handling way to ...qhuang82009-01-041-3/+0
* Add some ASSERT()s to avoid NULL reference.gikidy2008-12-311-0/+3
* Update copyright for files modified in this yearqhuang82008-12-291-1/+1
* Synchronize MdePkg h files to Library/Base* c files.gikidy2008-12-112-19/+33
* Update the text to use "x64" instead of "X64" in MdePkg.qhuang82008-12-053-3/+3
* Follow the Mde_Lib_Spec to fix the function PeCoffLoaderUnloadImage() IN/OUT ...gikidy2008-12-041-1/+1
* Add several missing assertions.qhuang82008-11-271-7/+22
* Function headers in .h and .c files synchronized with specjji42008-11-261-0/+2
* Clean up the unused EDK_RELEASE_VERSION, PI_SPECIFICATION_VERSION and EFI_SPE...lgao42008-11-251-1/+0
* Remove unnessary UEFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION in I...eric_tian2008-10-291-1/+0
* Refine file header for INF files of MDE library instances.xli242008-10-281-2/+1
* Fix ECC issueklu22008-10-242-84/+84
* Update HobLib and PeCoffLib according to MDE Lib Spec 0.61clgao42008-10-101-7/+9
* 1. Change 0 == Length style to Length == 0lgao42008-09-185-213/+26
* remove unnecessary comments introduced by tools from MdePkg. The regular expr...vanjeff2008-09-171-3/+1
* remove the unused msa files in MdePkg.lgao42008-08-251-50/+0
* Correct ECC Error for MdePkg/Include/Protocol and Correct PeCofferLib bug to ...lgao42008-07-171-6/+10
* Code scrub:yshang12008-07-144-4/+8
* Clean up: update "EFI" to "UEFI" if applicable.qhuang82007-11-221-1/+1
* Add one judge whether TeImage or PeImage has reloc section when relocate TeIm...lgao42007-10-261-0/+2
* 1. Replace PeCoffLoader library by PeCoff lib for PeiCore, DxeIpl and DxeMain. lgao42007-09-281-0/+20
* Remove unused comments in MdePkg.yshang12007-07-191-27/+0
* Removed MdePkg usage of ModuleName: in file headersAJFISH2007-07-125-10/+0
* Removed CommonHeader.h generated file from the MdePkg. AJFISH2007-06-298-61/+11