summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BasePeCoffLib/BasePeCoff.c
Commit message (Expand)AuthorAgeFilesLines
* MdePkg/BasePeCoff: Add RISC-V PE/Coff related code.Abner Chang2020-05-071-1/+2
* MdePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdePkg/BasePeCoffLib: skip runtime relocation if reloc info is invalidHsueh, Hong-chihX2019-01-311-10/+20
* MdePkg/BasePeCoffLib: Correct the address of RelocBaseEndDandan Bi2019-01-211-1/+1
* MdePkg/BasePeCoffLib: Add more check for relocation dataDandan Bi2019-01-161-70/+95
* MdePkg/BasePeCoffLib: remove PE/COFF header workaround for ELILO on IPFArd Biesheuvel2018-09-241-52/+9
* MdePkg: Clean up source filesLiming Gao2018-06-281-71/+71
* MdePkg: Refine casting expression result to bigger sizeHao Wu2017-03-061-7/+5
* Support load 64 bit image from 32 bit core.Eric Dong2014-03-251-6/+25
* Add more check for PE COFF SizeOfHeader field.jyao12014-02-121-1/+25
* Checks the TE image before use it.ydong102012-12-261-189/+192
* Remove the ASSERT (FALSE) code, just return unsupported.ydong102012-12-061-7/+0
* Enhance the check for RelocBase->SizeOfBlock before use it.ydong102012-11-281-5/+4
* Enhance the check for some fields in the PE image before use it.ydong102012-11-281-20/+63
* Enhance the check for resource section data.ydong102012-11-261-2/+36
* Enhance the check for debug data before get the PdbPointer.ydong102012-11-261-0/+18
* Remove the useless code.ydong102012-11-201-6/+1
* Enhance the error code info.ydong102012-09-111-4/+54
* Enhance the comments.ydong102012-09-111-0/+2
* Enhance the check for some fields in the PE image before use it.ydong102012-08-221-0/+15
* Enhance the check when ImageRead function return.ydong102012-08-211-16/+30
* Add comment for modules which have external input.jyao12012-06-121-2/+20
* Update the logic related to get section header offset for TE image.ydong102012-05-041-2/+10
* Patch include:ydong102012-04-261-8/+0
* Validate some fields in PE image to make sure not access violation for later ...ydong102012-04-241-1/+195
* Update the offset when read every debug entries info.ydong102012-03-161-3/+3
* 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
* 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-251-7/+7
* Update the copyright notice formathhtian2010-04-231-3/+3
* 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-241-1/+1
* 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-191-4/+4
* Add ARM supportmdkinney2009-08-181-1/+6
* 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
* 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-051-0/+11
* 1) Remove UEFI specific defines from IndustryStandard/PeImage.hmdkinney2009-02-051-1/+1
* 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
* Synchronize MdePkg h files to Library/Base* c files.gikidy2008-12-111-10/+27
* Update the text to use "x64" instead of "X64" in MdePkg.qhuang82008-12-051-1/+1
* Follow the Mde_Lib_Spec to fix the function PeCoffLoaderUnloadImage() IN/OUT ...gikidy2008-12-041-1/+1