Searched refs:MAX_SECTION_SIZE (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenSec/
H A DGenSec.c45 #define MAX_SECTION_SIZE 0x1000000 macro
301 if (TotalLength >= MAX_SECTION_SIZE) {
302 Error (NULL, 0, 2000, "Invalid paramter", "%s file size (0x%X) exceeds section size limit(%uM).", InputFileName[0], (unsigned) TotalLength, MAX_SECTION_SIZE>>20);
699 if (TotalLength >= MAX_SECTION_SIZE) {
700 Error (NULL, 0, 2000, "Invalid paramter", "The size of all files exceeds section size limit(%uM).", MAX_SECTION_SIZE>>20);
848 if (TotalLength >= MAX_SECTION_SIZE) {
849 Error (NULL, 0, 2000, "Invalid paramter", "The size of all files exceeds section size limit(%uM).", MAX_SECTION_SIZE>>20);
867 if (TotalLength >= MAX_SECTION_SIZE) {
868 Error (NULL, 0, 2000, "Invalid paramter", "The size of all files exceeds section size limit(%uM).", MAX_SECTION_SIZE>>20);

Completed in 1687 milliseconds