Home
last modified time | relevance | path

Searched refs:dmap_mtime (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/lldb/examples/python/
H A Dbsd.py394 def print_mtime_error(result, dmap_mtime, actual_mtime): argument
397 dmap_mtime, actual_mtime), file=result)
497 dmap_mtime = int(str(symbol).split('value = ')
503 if dmap_mtime != actual_mtime:
507 print_mtime_error(result, dmap_mtime,
528 matches = archive.find(object_name, dmap_mtime)
533 if obj.date != dmap_mtime:
537 print_mtime_error(result, dmap_mtime, obj.date)
543 dmap_mtime, archive)
550 dmap_mtime, matches)