Home
last modified time | relevance | path

Searched refs:EndOfSection (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspWrapperSecCore/
DFindPeiCore.c43 EFI_PHYSICAL_ADDRESS EndOfSection; in FindImageBase() local
91EndOfSection = (EFI_PHYSICAL_ADDRESS) (UINTN) ((UINT8 *) File + sizeof (EFI_FFS_FILE_HEADER2)); in FindImageBase()
93 EndOfSection = (EFI_PHYSICAL_ADDRESS) (UINTN) ((UINT8 *) File + sizeof (EFI_FFS_FILE_HEADER)); in FindImageBase()
96 CurrentAddress = (EndOfSection + 3) & 0xfffffffffffffffcULL; in FindImageBase()
111 EndOfSection = CurrentAddress + Size; in FindImageBase()
112 if (EndOfSection > EndOfFile) { in FindImageBase()
/device/linaro/bootloader/edk2/CorebootModulePkg/SecCore/
DFindPeiCore.c43 EFI_PHYSICAL_ADDRESS EndOfSection; in FindImageBase() local
91EndOfSection = (EFI_PHYSICAL_ADDRESS) (UINTN) ((UINT8 *) File + sizeof (EFI_FFS_FILE_HEADER2)); in FindImageBase()
93 EndOfSection = (EFI_PHYSICAL_ADDRESS) (UINTN) ((UINT8 *) File + sizeof (EFI_FFS_FILE_HEADER)); in FindImageBase()
96 CurrentAddress = (EndOfSection + 3) & 0xfffffffffffffffcULL; in FindImageBase()
111 EndOfSection = CurrentAddress + Size; in FindImageBase()
112 if (EndOfSection > EndOfFile) { in FindImageBase()
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspInitPei/
DFindPeiCore.c43 EFI_PHYSICAL_ADDRESS EndOfSection; in FindImageBase() local
91EndOfSection = (EFI_PHYSICAL_ADDRESS) (UINTN) ((UINT8 *) File + sizeof (EFI_FFS_FILE_HEADER2)); in FindImageBase()
93 EndOfSection = (EFI_PHYSICAL_ADDRESS) (UINTN) ((UINT8 *) File + sizeof (EFI_FFS_FILE_HEADER)); in FindImageBase()
96 CurrentAddress = (EndOfSection + 3) & 0xfffffffffffffffcULL; in FindImageBase()
111 EndOfSection = CurrentAddress + Size; in FindImageBase()
112 if (EndOfSection > EndOfFile) { in FindImageBase()
/device/linaro/bootloader/edk2/UefiCpuPkg/SecCore/
DFindPeiCore.c43 EFI_PHYSICAL_ADDRESS EndOfSection; in FindImageBase() local
91EndOfSection = (EFI_PHYSICAL_ADDRESS) (UINTN) ((UINT8 *) File + sizeof (EFI_FFS_FILE_HEADER2)); in FindImageBase()
93 EndOfSection = (EFI_PHYSICAL_ADDRESS) (UINTN) ((UINT8 *) File + sizeof (EFI_FFS_FILE_HEADER)); in FindImageBase()
96 CurrentAddress = (EndOfSection + 3) & 0xfffffffffffffffcULL; in FindImageBase()
111 EndOfSection = CurrentAddress + Size; in FindImageBase()
112 if (EndOfSection > EndOfFile) { in FindImageBase()
/device/linaro/bootloader/edk2/OvmfPkg/Sec/
DSecMain.c160 EFI_PHYSICAL_ADDRESS EndOfSection; in FindFfsSectionInstance() local
165 EndOfSection = (EFI_PHYSICAL_ADDRESS)(UINTN) Sections; in FindFfsSectionInstance()
166 EndOfSections = EndOfSection + SizeOfSections; in FindFfsSectionInstance()
168 if (EndOfSection == EndOfSections) { in FindFfsSectionInstance()
171 CurrentAddress = (EndOfSection + 3) & ~(3ULL); in FindFfsSectionInstance()
183 EndOfSection = CurrentAddress + Size; in FindFfsSectionInstance()
184 if (EndOfSection > EndOfSections) { in FindFfsSectionInstance()
596 EFI_PHYSICAL_ADDRESS EndOfSection; in FindImageBase() local
634 EndOfSection = (EFI_PHYSICAL_ADDRESS)(UINTN) (File + 1); in FindImageBase()
636 CurrentAddress = (EndOfSection + 3) & 0xfffffffffffffffcULL; in FindImageBase()
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DBuildEngine.py400 self.EndOfSection()
410 self.EndOfSection()
435 def EndOfSection(self): member in BuildRule