Home
last modified time | relevance | path

Searched refs:gSourceFileHeader (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
DVfrCompiler.cpp523 static const char *gSourceFileHeader[] = { variable
549 for (Index = 0; gSourceFileHeader[Index] != NULL; Index++) { in GenCFile()
550 fprintf (pFile, "%s\n", gSourceFileHeader[Index]); in GenCFile()
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
DVfrCompiler.cpp864 static const char *gSourceFileHeader[] = { variable
891 for (Index = 0; gSourceFileHeader[Index] != NULL; Index++) { in GenCFile()
892 fprintf (pFile, "%s\n", gSourceFileHeader[Index]); in GenCFile()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
DStringDB.c2606 static const char *gSourceFileHeader[] = { variable
2683 for (Index = 0; gSourceFileHeader[Index] != NULL; Index++) { in StringDBDumpCStrings()
2684 fprintf (File, "%s\n", gSourceFileHeader[Index]); in StringDBDumpCStrings()