summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BasePeCoffLib
Commit message (Expand)AuthorAgeFilesLines
* MdePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-096-40/+6
* 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: Removing ipf which is no longer supported from edk2.Chen A Chen2018-09-252-426/+1
* MdePkg/BasePeCoffLib: remove PE/COFF header workaround for ELILO on IPFArd Biesheuvel2018-09-241-52/+9
* MdePkg: Clean up source filesLiming Gao2018-06-286-100/+100
* MdePkg: Refine casting expression result to bigger sizeHao Wu2017-03-061-7/+5
* MdePkg: Convert all .uni files to utf-8Jordan Justen2015-12-151-0/+0
* MdePkg/PeCoffLoader: fix handling of ARM MOVW/MOVT instruction relocsArd Biesheuvel2015-10-091-0/+1
* MdePkg: remove redundant handling of EFI_IMAGE_REL_BASED_DIR64 relocationsArd Biesheuvel2015-09-253-132/+2
* MdePkg: Convert non DOS format files to DOS formatGao, Liming2014-09-031-0/+0
* MdePkg: INF/DEC file updates to EDK II packagesGao, Liming2014-08-271-0/+0
* MdePkg: INF/DEC file updates to EDK II packagesGao, Liming2014-08-271-1/+2
* 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
* MdePkg/BasePeCoffLib: Fixed coding styleOlivier Martin2013-08-071-4/+4
* MdePkg: Added ARM Aarch64 support to PE/COFF supportHarry Liebel2013-07-292-1/+131
* Checks the TE image before use it.ydong102012-12-262-192/+197
* 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-122-3/+26
* 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
* 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