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 1313 IN UINTN TotalSectionsSize,
1326 TotalSectionsSize - Total size of all the sections
1347 if ((*Key + sizeof (*sectionHdr)) > TotalSectionsSize) {
1358 if ((*Key + sectionSize) > TotalSectionsSize) {
1397 UINTN TotalSectionsSize;
1401 TotalSectionsSize =
1409 TotalSectionsSize,
1462 UINTN TotalSectionsSize;
1466 TotalSectionsSize =
1473 TotalSectionsSize,
    [all...]
FirmwareVolumeBufferLib.h 118 IN UINTN TotalSectionsSize,

Completed in 66 milliseconds