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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenSec/
GenSec.c 298 //if (TotalLength >= MAX_SECTION_SIZE) {
299 // Error (NULL, 0, 2000, "Invalid paramter", "%s file size (0x%X) exceeds section size limit(%uM).", InputFileName[0], (unsigned) TotalLength, MAX_SECTION_SIZE>>20);
303 if (TotalLength >= MAX_SECTION_SIZE) {
318 if (TotalLength < MAX_SECTION_SIZE) {
491 if (FileSize >= MAX_SECTION_SIZE) {
504 if (FileSize >= MAX_SECTION_SIZE) {
679 if (CompressedLength + HeaderLength >= MAX_SECTION_SIZE) {
711 if (CompressedLength + HeaderLength >= MAX_SECTION_SIZE) {
739 //if (TotalLength >= MAX_SECTION_SIZE) {
740 // Error (NULL, 0, 2000, "Invalid paramter", "The size of all files exceeds section size limit(%uM).", MAX_SECTION_SIZE>>20);
    [all...]
  /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
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
FirmwareVolumeBuffer.c 1242 if (NewSectionSize >= MAX_SECTION_SIZE) {
1270 if (NewSectionSize >= MAX_SECTION_SIZE) {
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFfs/
GenFfs.c 343 if (FileSize >= MAX_SECTION_SIZE) {

Completed in 162 milliseconds