Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
DParseGuidedSectionTools.c195 GUID_SEC_TOOL_ENTRY *GuidTool; in LookupGuidedSectionToolPath() local
197 GuidTool = (GUID_SEC_TOOL_ENTRY*)ParsedGuidedSectionToolsHandle; in LookupGuidedSectionToolPath()
198 if (GuidTool == NULL) { in LookupGuidedSectionToolPath()
202 for ( ; GuidTool != NULL; GuidTool = GuidTool->Next) { in LookupGuidedSectionToolPath()
203 if (CompareGuid (&(GuidTool->Guid), SectionGuid) == 0) { in LookupGuidedSectionToolPath()
204 return CloneString (GuidTool->Path); in LookupGuidedSectionToolPath()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DGuidSection.py184 …GenFdsGlobalVariable.GuidTool(TempFile, [DummyFile], ExternalTool, '-z' + ' ' + CmdOption, ReturnV…
193 GenFdsGlobalVariable.GuidTool(TempFile, [DummyFile], ExternalTool, CmdOption)
231 GenFdsGlobalVariable.GuidTool(TempFile, [DummyFile], ExternalTool, CmdOption)
DGenFdsGlobalVariable.py583 def GuidTool(Output, Input, ToolPath, Options='', returnValue=[]): member in GenFdsGlobalVariable