Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BasePeCoffLib/BasePeCoffLibInternals.h
- Timestamp:
- Oct 28, 2015 8:17:18 PM (9 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/Firmware
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware
-
Property svn:mergeinfo
set to (toggle deleted branches)
/vendor/edk2/current 103735-103757
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BasePeCoffLib/BasePeCoffLibInternals.h
r48674 r58459 117 117 Converts an image address to the loaded address. 118 118 119 @param ImageContext The context of the image being loaded. 120 @param Address The address to be converted to the loaded address. 119 @param ImageContext The context of the image being loaded. 120 @param Address The address to be converted to the loaded address. 121 @param TeStrippedOffset Stripped offset for TE image. 121 122 122 123 @return The converted address or NULL if the address can not be converted. … … 126 127 PeCoffLoaderImageAddress ( 127 128 IN OUT PE_COFF_LOADER_IMAGE_CONTEXT *ImageContext, 128 IN UINTN Address 129 IN UINTN Address, 130 IN UINTN TeStrippedOffset 129 131 ); 130 132
Note:
See TracChangeset
for help on using the changeset viewer.