mirror of https://github.com/acidanthera/audk.git
Update BasePeCoffLib comments to specify this library support scope.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8210 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
26e89679c9
commit
981b0f90d1
|
@ -1,7 +1,10 @@
|
|||
#/** @file
|
||||
# PE/COFF Loader Library implementation.
|
||||
# The IPF version library supports loading IPF and EBC PE/COFF image.
|
||||
# The IA32 version library support loading IA32, X64 and EBC PE/COFF images.
|
||||
# The X64 version library support loading IA32, X64 and EBC PE/COFF images.
|
||||
#
|
||||
# Copyright (c) 2006 - 2008, Intel Corporation.
|
||||
# Copyright (c) 2006 - 2009, Intel Corporation.
|
||||
#
|
||||
# All rights reserved. This program and the accompanying materials
|
||||
# are licensed and made available under the terms and conditions of the BSD License
|
||||
|
|
|
@ -220,10 +220,7 @@ PeCoffLoaderRelocateImageEx (
|
|||
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. This version also supports the special relocations
|
||||
for Itanium.
|
||||
The itanium version PE/COFF loader/relocater supports itanium and EBC image.
|
||||
|
||||
@param Machine Machine type from the PE Header.
|
||||
|
||||
|
|
|
@ -44,6 +44,8 @@ PeCoffLoaderRelocateImageEx (
|
|||
loading and relocating of the image type. It's up to the caller to support
|
||||
the entry point.
|
||||
|
||||
The IA32/X64 version PE/COFF loader/relocater both support IA32, X64 and EBC images.
|
||||
|
||||
@param Machine Machine type from the PE Header.
|
||||
|
||||
@return TRUE if this PE/COFF loader can load the image
|
||||
|
|
Loading…
Reference in New Issue