Searched refs:ToolPath (Results 1 – 2 of 2) sorted by relevance
38 return [symbol.ToolPath(ASSEMBLE)] + self.options.get(ASSEMBLE, []) + args42 return [symbol.ToolPath(LINK)] + self.options.get(LINK, []) + args46 return ([symbol.ToolPath(DISASSEMBLE)] + self.options.get(DISASSEMBLE, []) +
138 def ToolPath(tool, toolchain=None): function170 if not os.path.exists(ToolPath("addr2line", toolchain)):301 cmd = [ToolPath("addr2line"), "--functions", "--inlines",394 cmd = [ToolPath("objdump"),458 cmd = [ToolPath("c++filt")]