Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SignedCapsulePkg/Library/EdkiiSystemCapsuleLib/
DEdkiiSystemCapsuleLib.c95 IN UINT32 SectionBufferSize, in GetSectionByType() argument
106 …G ((DEBUG_INFO, "GetSectionByType - Buffer: 0x%08x - 0x%08x\n", SectionBuffer, SectionBufferSize)); in GetSectionByType()
114 while ((UINTN)SectionHeader < (UINTN)SectionBuffer + SectionBufferSize) { in GetSectionByType()