]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BasePeCoffLib/PeCoffLoaderEx.c
Synchronize MdePkg h files to Library/Base* c files.
[mirror_edk2.git] / MdePkg / Library / BasePeCoffLib / PeCoffLoaderEx.c
index 4014c16baba005ac443c9ebff0d25be9cd8b4c6d..6913a87e8130d01807fb30c49d32ba225eb3cba7 100644 (file)
 \r
 \r
 /**\r
-  Performs an IA-32 specific relocation fixup.\r
+  Performs an Itanium-based specific relocation fixup and is a no-op on other\r
+  instruction sets.\r
 \r
   @param  Reloc       Pointer to the relocation record.\r
   @param  Fixup       Pointer to the address to fix up.\r
   @param  FixupData   Pointer to a buffer to log the fixups.\r
   @param  Adjust      The offset to adjust the fixup.\r
 \r
-  @retval EFI_UNSUPPORTED Unsupported now.\r
+  @return Status code.\r
 \r
 **/\r
 RETURN_STATUS\r
@@ -38,14 +39,10 @@ PeCoffLoaderRelocateImageEx (
 }\r
 \r
 /**\r
-  Returns TRUE if the machine type of PE/COFF image is supported. Supported \r
+  Returns TRUE if the machine type of PE/COFF image is supported. Supported\r
   does not mean the image can be executed it means the PE/COFF loader supports\r
   loading and relocating of the image type. It's up to the caller to support\r
-  the entry point. \r
-\r
-  This function implies the basic PE/COFF loader/relocator supports IA32, EBC,\r
-  & x64 images. Calling the entry point in a correct mannor is up to the \r
-  consumer of this library.\r
+  the entry point.\r
 \r
   @param  Machine   Machine type from the PE Header.\r
 \r
@@ -75,7 +72,7 @@ PeCoffLoaderImageFormatSupported (
   @param  FixupData   Pointer to a buffer to log the fixups.\r
   @param  Adjust      The offset to adjust the fixup.\r
 \r
-  @return Always return UNSUPPORTED.\r
+  @return Status code.\r
 \r
 **/\r
 RETURN_STATUS\r