Searched refs:NestDepth (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/MakeDeps/ |
D | MakeDeps.c | 143 UINT32 NestDepth, 345 UINT32 NestDepth, in ProcessFile() argument 391 fprintf (stdout, "%*cProcessing file '%s'\n", NestDepth * 2, ' ', FileName); in ProcessFile() 425 if (NestDepth > MAX_NEST_DEPTH) { in ProcessFile() 453 if (NestDepth != START_NEST_DEPTH) { in ProcessFile() 586 Status = ProcessFile (TargetFileName, Cptr, NestDepth + 1, in ProcessFile() 643 Status = ProcessFile (TargetFileName, MacroIncludeFileName, NestDepth + 1, in ProcessFile() 685 Status = ProcessFile (TargetFileName, Cptr, NestDepth + 1, in ProcessFile() 692 Status = ProcessFile (TargetFileName, Cptr, NestDepth + 1, in ProcessFile()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/ |
D | SimpleFileParsing.c | 639 static unsigned int NestDepth = 0; in ProcessIncludeFile() local 644 NestDepth++; in ProcessIncludeFile() 650 fprintf (stdout, "%*cProcessing file '%s'\n", NestDepth * 2, ' ', SourceFile->FileName); in ProcessIncludeFile() 657 if (NestDepth > MAX_NEST_DEPTH) { in ProcessIncludeFile() 658 Error (NULL, 0, 0, SourceFile->FileName, "max nesting depth (%d) exceeded", NestDepth); in ProcessIncludeFile()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/ |
D | SimpleFileParsing.c | 620 STATIC UINTN NestDepth = 0; in ProcessIncludeFile() local 625 NestDepth++; in ProcessIncludeFile() 631 fprintf (stdout, "%*cProcessing file '%s'\n", (int)NestDepth * 2, ' ', SourceFile->FileName); in ProcessIncludeFile() 638 if (NestDepth > MAX_NEST_DEPTH) { in ProcessIncludeFile() 639 …"Not Supported", "%s exceeeds max nesting depth (%u)", SourceFile->FileName, (unsigned) NestDepth); in ProcessIncludeFile()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/ |
D | StrGather.c | 455 static UINT32 NestDepth = 0; in ProcessIncludeFile() local 460 NestDepth++; in ProcessIncludeFile() 466 fprintf (stdout, "%*cProcessing file '%s'\n", NestDepth * 2, ' ', SourceFile->FileName); in ProcessIncludeFile() 472 if (NestDepth > MAX_NEST_DEPTH) { in ProcessIncludeFile() 473 Error (NULL, 0, 0, SourceFile->FileName, "max nesting depth (%d) exceeded", NestDepth); in ProcessIncludeFile() 517 NestDepth--; in ProcessIncludeFile()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/ |
D | StrGather.c | 482 static UINT32 NestDepth = 0; in ProcessIncludeFile() local 487 NestDepth++; in ProcessIncludeFile() 493 fprintf (stdout, "%*cProcessing file '%s'\n", NestDepth * 2, ' ', SourceFile->FileName); in ProcessIncludeFile() 499 if (NestDepth > MAX_NEST_DEPTH) { in ProcessIncludeFile() 500 Error (NULL, 0, 0, SourceFile->FileName, "max nesting depth (%d) exceeded", NestDepth); in ProcessIncludeFile() 544 NestDepth--; in ProcessIncludeFile()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/ |
D | ProcessDsc.c | 3480 static int NestDepth = 0; in ExpandSymbols() local 3492 NestDepth++; in ExpandSymbols() 3497 NestDepth = 0; in ExpandSymbols() 3581 …nt != 0) && (Status == STATUS_SUCCESS) && (ExpandMode & EXPANDMODE_RECURSIVE) && (NestDepth < 2)) { in ExpandSymbols() 3584 NestDepth = 0; in ExpandSymbols() 3593 NestDepth = 0; in ExpandSymbols()
|