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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenSection/
GenSection.c 42 #define MAX_SECTION_SIZE 0x1000000
238 if (TotalLength >= MAX_SECTION_SIZE) {
239 Error (NULL, 0, 0, InputFileName[0], "file size (0x%X) exceeds section size limit(%dM).", TotalLength, MAX_SECTION_SIZE>>20);
517 if (TotalLength >= MAX_SECTION_SIZE) {
518 Error (__FILE__, __LINE__, 0, "input error", "The size of all files exceeds section size limit(%dM).", MAX_SECTION_SIZE>>20);
643 if (TotalLength >= MAX_SECTION_SIZE) {
644 Error (__FILE__, __LINE__, 0, "input error", "The size of all files exceeds section size limit(%dM).", MAX_SECTION_SIZE>>20);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
PiFirmwareFile.h 161 #define MAX_SECTION_SIZE 0x1000000

Completed in 482 milliseconds