Searched refs:GetSymbolValue (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/ |
D | ProcessDsc.c | 830 BuildDir = GetSymbolValue (BUILD_DIR); in main() 1069 if ((GetSymbolValue ("DEBUG_BREAK") != NULL) || (GetSymbolValue ("EFI_BREAKPOINT") != NULL)) { in ProcessComponentFile() 1082 Cptr = GetSymbolValue (NONFFS_FV); in ProcessComponentFile() 1108 sprintf (InLine, "%s\\%s", GetSymbolValue (BUILD_DIR), Line); in ProcessComponentFile() 1133 Cptr = GetSymbolValue (COMPONENT_TYPE); in ProcessComponentFile() 1142 sprintf (InLine, "%s\\%s", GetSymbolValue (EFI_SOURCE), Line); in ProcessComponentFile() 1147 GetSymbolValue (FV), in ProcessComponentFile() 1151 GetSymbolValue (APRIORI), in ProcessComponentFile() 1161 Processor = GetSymbolValue (PROCESSOR); in ProcessComponentFile() 1180 Cptr = GetSymbolValue (FV); in ProcessComponentFile() [all …]
|
D | Common.h | 87 GetSymbolValue (
|
D | FWVolume.c | 356 Sym = GetSymbolValue (FV_DIR); in CFVAddFVFile() 620 StartCptr = GetSymbolValue (FV_INF_DIR); in CFVWriteInfFiles() 785 GetSymbolValue (DSC_FILENAME), in CFVWriteInfFiles() 822 GetSymbolValue (DSC_FILENAME), in CFVWriteInfFiles() 858 GetSymbolValue (DSC_FILENAME), in CFVWriteInfFiles() 1191 StartCptr = GetSymbolValue (FV_INF_DIR); in NonFFSFVWriteInfFiles()
|