Searched refs:BuildSectionName (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/ |
D | ProcessDsc.c | 3189 INT8 BuildSectionName[40]; in WriteCompileCommands() local 3223 sprintf (BuildSectionName, "compile.%s.%s", Processor, SourceCompileType); in WriteCompileCommands() 3224 Sect = DSCFileFindSection (DscFile, BuildSectionName); in WriteCompileCommands() 3263 sprintf (BuildSectionName, "compile.%s.", Processor); in WriteCompileCommands() 3264 for (CPtr2 = BuildSectionName + strlen (BuildSectionName); in WriteCompileCommands() 3273 Sect = DSCFileFindSection (DscFile, BuildSectionName); in WriteCompileCommands() 3277 BuildSectionName, in WriteCompileCommands() 3300 sprintf (BuildSectionName, "compile.%s.%s", Processor, File->Extension); in WriteCompileCommands() 3301 Sect = DSCFileFindSection (DscFile, BuildSectionName); in WriteCompileCommands() 3337 BuildSectionName, in WriteCompileCommands()
|