Home | History | Annotate | Download | only in tools

Lines Matching refs:symfile

799   def _LoadSymbolsFrom(self, symfile, baseaddr):
800 print "Loading symbols from %s" % (symfile)
802 with open(symfile) as f:
816 symfile = os.path.join(self.symdir,
818 if os.path.isfile(symfile):
819 self._LoadSymbolsFrom(symfile, module.base_of_image)