Home
last modified time | relevance | path

Searched refs:Pe32Section (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/
DGenFvInternalLib.c1474 EFI_FILE_SECTION_POINTER Pe32Section; in UpdateResetVector() local
1547 Status = GetSectionByType (SecCoreFile, EFI_SECTION_PE32, 1, &Pe32Section); in UpdateResetVector()
1549 Status = GetSectionByType (SecCoreFile, EFI_SECTION_TE, 1, &Pe32Section); in UpdateResetVector()
1557 SecHeaderSize = GetSectionHeaderLength(Pe32Section.CommonHeader); in UpdateResetVector()
1559 (VOID *) ((UINTN) Pe32Section.Pe32Section + SecHeaderSize), in UpdateResetVector()
1587 …SecCorePhysicalAddress += (UINTN) Pe32Section.Pe32Section + SecHeaderSize - (UINTN) FvImage->FileI… in UpdateResetVector()
1602 Status = GetSectionByType (PeiCoreFile, EFI_SECTION_PE32, 1, &Pe32Section); in UpdateResetVector()
1604 Status = GetSectionByType (PeiCoreFile, EFI_SECTION_TE, 1, &Pe32Section); in UpdateResetVector()
1612 SecHeaderSize = GetSectionHeaderLength(Pe32Section.CommonHeader); in UpdateResetVector()
1614 (VOID *) ((UINTN) Pe32Section.Pe32Section + SecHeaderSize), in UpdateResetVector()
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFvImage/
DGenFvImageLib.c1523 …NewPe32BaseAddress = ((UINT32) BaseAddress) + ((UINTN) CurrentPe32Section.Pe32Section - (UINTN) Ff… in RebaseFfsFile()
1529 …ImageContext.Handle = (VOID *) ((UINTN) CurrentPe32Section.Pe32Section + sizeof (EFI_PE32_SECT… in RebaseFfsFile()
1541 Pe32FileSize = GetLength (CurrentPe32Section.Pe32Section->CommonHeader.Size); in RebaseFfsFile()
1586 memcpy (CurrentPe32Section.Pe32Section, (VOID *) MemoryImagePointerAligned, Pe32FileSize); in RebaseFfsFile()
1646 EFI_FILE_SECTION_POINTER Pe32Section; in AddSymFile() local
1718 Status = GetSectionByType (FfsFile, EFI_SECTION_PE32, 1, &Pe32Section); in AddSymFile()
1724 Status = GetSectionByType (FfsFile, EFI_SECTION_TE, 1, &Pe32Section); in AddSymFile()
1729 (VOID *) ((UINTN) Pe32Section.Pe32Section + sizeof (EFI_SECTION_PE32)), in AddSymFile()
1807 if (Pe32Section.Pe32Section) { in AddSymFile()
1811 TokenAddress += (UINTN) Pe32Section.Pe32Section - (UINTN) FfsFile; in AddSymFile()
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
DEfiImageFormat.h267 EFI_PE32_SECTION *Pe32Section; member
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
DPiFirmwareFile.h315 EFI_PE32_SECTION *Pe32Section; member