Home | History | Annotate | Download | only in tools

Lines Matching refs:symfile

928   def _LoadSymbolsFrom(self, symfile, baseaddr):
929 print "Loading symbols from %s" % (symfile)
931 with open(symfile) as f:
945 symfile = os.path.join(self.symdir,
947 if os.path.isfile(symfile):
948 self._LoadSymbolsFrom(symfile, module.base_of_image)