HomeSort by relevance Sort by last modified time
    Searched refs:TotalSectionsSize (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
FirmwareVolumeBuffer.c 1317 IN UINTN TotalSectionsSize,
1330 TotalSectionsSize - Total size of all the sections
1351 if ((*Key + sizeof (*sectionHdr)) > TotalSectionsSize) {
1362 if ((*Key + sectionSize) > TotalSectionsSize) {
1401 UINTN TotalSectionsSize;
1405 TotalSectionsSize =
1413 TotalSectionsSize,
1466 UINTN TotalSectionsSize;
1470 TotalSectionsSize =
1477 TotalSectionsSize,
    [all...]
FirmwareVolumeBufferLib.h 118 IN UINTN TotalSectionsSize,

Completed in 75 milliseconds