VirtualBox

Ignore:
Timestamp:
Oct 29, 2015 4:30:44 AM (9 years ago)
Author:
vboxsync
Message:

EFI/Firmware: Merged in the svn:eol-style, svn:mime-type and trailing whitespace cleanup that was done after the initial UDK2014.SP1 import: svn merge /vendor/edk2/UDK2014.SP1 /vendor/edk2/current .

Location:
trunk/src/VBox/Devices/EFI/Firmware
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/Firmware

  • trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BasePeCoffGetEntryPointLib/PeCoffGetEntryPoint.c

    r48674 r58466  
    11/** @file
    2   Provides the services to get the entry point to a PE/COFF image that has either been 
     2  Provides the services to get the entry point to a PE/COFF image that has either been
    33  loaded into memory or is executing at it's linked address.
    44
     
    129129/**
    130130  Returns a pointer to the PDB file name for a PE/COFF image that has been
    131   loaded into system memory with the PE/COFF Loader Library functions. 
     131  loaded into system memory with the PE/COFF Loader Library functions.
    132132
    133133  Returns the PDB file name for the PE/COFF image specified by Pe32Data.  If
     
    247247  //
    248248  // Scan the directory to find the debug entry.
    249   // 
     249  //
    250250  for (DirCount = 0; DirCount < DirectoryEntry->Size; DirCount += sizeof (EFI_IMAGE_DEBUG_DIRECTORY_ENTRY), DebugEntry++) {
    251251    if (DebugEntry->Type == EFI_IMAGE_DEBUG_TYPE_CODEVIEW) {
     
    292292
    293293  ASSERT (Pe32Data   != NULL);
    294  
     294
    295295  DosHdr = (EFI_IMAGE_DOS_HEADER *)Pe32Data;
    296296  if (DosHdr->e_magic == EFI_IMAGE_DOS_SIGNATURE) {
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette