Searched refs:InputFileNum (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenSection/ |
D | GenSection.c | 168 int InputFileNum, in GenSectionCommonLeafSection() argument 206 if (InputFileNum > 1) { in GenSectionCommonLeafSection() 209 } else if (InputFileNum < 1) { in GenSectionCommonLeafSection() 282 int InputFileNum, in GetSectionContents() argument 317 if (InputFileNum < 1) { in GetSectionContents() 332 for (Index = 0; Index < InputFileNum; Index++) { in GetSectionContents() 379 int InputFileNum, in GenSectionCompressionSection() argument 438 InputFileNum, in GenSectionCompressionSection() 454 InputFileNum, in GenSectionCompressionSection() 546 int InputFileNum, in GenSectionGuidDefinedSection() argument [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFfs/ |
D | GenFfs.c | 238 IN UINT32 InputFileNum, in GetSectionContents() argument 300 for (Index = 0; Index < InputFileNum; Index++) { in GetSectionContents() 480 UINT32 InputFileNum; in main() local 502 InputFileNum = 0; in main() 628 if ((InputFileNum == 0) && (InputFileName == NULL)) { in main() 643 } else if (InputFileNum % MAXIMUM_INPUT_FILE_NUM == 0) { in main() 649 (InputFileNum + MAXIMUM_INPUT_FILE_NUM) * sizeof (CHAR8 *) in main() 657 memset (&(InputFileName[InputFileNum]), 0, (MAXIMUM_INPUT_FILE_NUM * sizeof (CHAR8 *))); in main() 661 (InputFileNum + MAXIMUM_INPUT_FILE_NUM) * sizeof (UINT32) in main() 669 memset (&(InputFileAlign[InputFileNum]), 0, (MAXIMUM_INPUT_FILE_NUM * sizeof (UINT32))); in main() [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenSec/ |
D | GenSec.c | 230 UINT32 InputFileNum, in GenSectionCommonLeafSection() argument 269 if (InputFileNum > 1) { in GenSectionCommonLeafSection() 272 } else if (InputFileNum < 1) { in GenSectionCommonLeafSection() 393 UINT32 InputFileNum, in GetSectionContents() argument 438 if (InputFileNum < 1) { in GetSectionContents() 455 for (Index = 0; Index < InputFileNum; Index++) { in GetSectionContents() 584 UINT32 InputFileNum, in GenSectionCompressionSection() argument 640 InputFileNum, in GenSectionCompressionSection() 657 InputFileNum, in GenSectionCompressionSection() 793 UINT32 InputFileNum, in GenSectionGuidDefinedSection() argument [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/ |
D | GenFw.c | 1056 UINT32 InputFileNum; in main() local 1123 InputFileNum = 0; in main() 1431 if ((InputFileNum == 0) && (InputFileName == NULL)) { in main() 1439 } else if (InputFileNum % MAXIMUM_INPUT_FILE_NUM == 0) { in main() 1445 (InputFileNum + MAXIMUM_INPUT_FILE_NUM) * sizeof (CHAR8 *) in main() 1453 memset (&(InputFileName[InputFileNum]), 0, (MAXIMUM_INPUT_FILE_NUM * sizeof (CHAR8 *))); in main() 1456 InputFileName [InputFileNum ++] = argv[0]; in main() 1474 if (InputFileNum == 0) { in main() 1503 mInImageName = InputFileName [InputFileNum - 1]; in main() 1635 for (Index = 0; Index < InputFileNum; Index ++) { in main() [all …]
|