From efb2311707ec50ff04ebaecbb151ce8d8f168ee4 Mon Sep 17 00:00:00 2001 From: gikidy Date: Thu, 11 Dec 2008 04:45:23 +0000 Subject: Synchronize MdePkg h files to Library/Base* c files. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6984 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/BasePeCoffLib/PeCoffLoaderEx.c | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'MdePkg/Library/BasePeCoffLib/PeCoffLoaderEx.c') diff --git a/MdePkg/Library/BasePeCoffLib/PeCoffLoaderEx.c b/MdePkg/Library/BasePeCoffLib/PeCoffLoaderEx.c index 4014c16bab..6913a87e81 100644 --- a/MdePkg/Library/BasePeCoffLib/PeCoffLoaderEx.c +++ b/MdePkg/Library/BasePeCoffLib/PeCoffLoaderEx.c @@ -16,14 +16,15 @@ /** - Performs an IA-32 specific relocation fixup. + Performs an Itanium-based specific relocation fixup and is a no-op on other + instruction sets. @param Reloc Pointer to the relocation record. @param Fixup Pointer to the address to fix up. @param FixupData Pointer to a buffer to log the fixups. @param Adjust The offset to adjust the fixup. - @retval EFI_UNSUPPORTED Unsupported now. + @return Status code. **/ RETURN_STATUS @@ -38,14 +39,10 @@ PeCoffLoaderRelocateImageEx ( } /** - Returns TRUE if the machine type of PE/COFF image is supported. Supported + Returns TRUE if the machine type of PE/COFF image is supported. Supported does not mean the image can be executed it means the PE/COFF loader supports loading and relocating of the image type. It's up to the caller to support - the entry point. - - This function implies the basic PE/COFF loader/relocator supports IA32, EBC, - & x64 images. Calling the entry point in a correct mannor is up to the - consumer of this library. + the entry point. @param Machine Machine type from the PE Header. @@ -75,7 +72,7 @@ PeCoffLoaderImageFormatSupported ( @param FixupData Pointer to a buffer to log the fixups. @param Adjust The offset to adjust the fixup. - @return Always return UNSUPPORTED. + @return Status code. **/ RETURN_STATUS -- cgit v1.2.3