Home
last modified time | relevance | path

Searched refs:EXPANDMODE_RECURSIVE (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
DCommon.h43 #define EXPANDMODE_RECURSIVE 0x08 macro
DProcessDsc.c1626 ExpandSymbols (Str, StrExpanded, sizeof (StrExpanded), EXPANDMODE_RECURSIVE); in CreatePackageFile()
3052 ExpandSymbols (InLine, OutLine, sizeof (OutLine), EXPANDMODE_RECURSIVE); in WriteCommonMakefile()
3070 ExpandSymbols (InLine, OutLine, sizeof (OutLine), EXPANDMODE_RECURSIVE); in WriteCommonMakefile()
3084 ExpandSymbols (InLine, OutLine, sizeof (OutLine), EXPANDMODE_RECURSIVE); in WriteCommonMakefile()
3100 ExpandSymbols (InLine, OutLine, sizeof (OutLine), EXPANDMODE_RECURSIVE); in WriteCommonMakefile()
3581 …if ((ExpandedCount != 0) && (Status == STATUS_SUCCESS) && (ExpandMode & EXPANDMODE_RECURSIVE) && (… in ExpandSymbols()