Home | History | Annotate | Download | only in tools

Lines Matching refs:symfile

820   def _LoadSymbolsFrom(self, symfile, baseaddr):
821 print "Loading symbols from %s" % (symfile)
823 with open(symfile) as f:
837 symfile = os.path.join(self.symdir,
839 if os.path.isfile(symfile):
840 self._LoadSymbolsFrom(symfile, module.base_of_image)