HomeSort by relevance Sort by last modified time
    Searched refs:atos_line (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/asan/scripts/
asan_symbolize.py 198 atos_line = self.atos.convert('0x%x' % int(offset, 16))
199 while "got symbolicator for" in atos_line:
200 atos_line = self.atos.readline()
203 match = re.match('^(.*) \(in (.*)\) \((.*:\d*)\)$', atos_line)
205 print 'atos_line: ', atos_line
212 return ['%s in %s' % (addr, atos_line)]
  /external/chromium_org/tools/valgrind/asan/third_party/
asan_symbolize.py 210 atos_line = self.atos.convert('0x%x' % int(offset, 16))
211 while "got symbolicator for" in atos_line:
212 atos_line = self.atos.readline()
215 match = re.match('^(.*) \(in (.*)\) \((.*:\d*)\)$', atos_line)
217 print 'atos_line: ', atos_line
224 return ['%s in %s' % (addr, atos_line)]

Completed in 837 milliseconds